update for HEAD-2003091401
[reactos.git] / lib / msvcrt / math / tanh.c
index da1eabb..88b9acc 100644 (file)
@@ -2,6 +2,9 @@
 
 #include <msvcrt/math.h>
 
+/*
+ * @implemented
+ */
 double tanh(double x)
 {
   if (x > 50)