summaryrefslogtreecommitdiff
path: root/src/math/atanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/atanh.c')
-rw-r--r--src/math/atanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/atanh.c b/src/math/atanh.c
index e99a26b7..eef1cfc6 100644
--- a/src/math/atanh.c
+++ b/src/math/atanh.c
@@ -4,7 +4,7 @@
TYPE TGFN(atanh)(TYPE x)
{
- return 0.0;
+ return x;
}
/*