update for HEAD-2003091401
[reactos.git] / lib / msvcrt / math / sinh.c
index 5a0b2be..f977a6a 100644 (file)
@@ -1,6 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/math.h>
 
+/*
+ * @implemented
+ */
 double sinh(double x)
 {
  if(x >= 0.0)