diff options
Diffstat (limited to 'src/math/acosh.c')
| -rw-r--r-- | src/math/acosh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/acosh.c b/src/math/acosh.c index 291087b2..aeb15816 100644 --- a/src/math/acosh.c +++ b/src/math/acosh.c @@ -4,7 +4,7 @@ TYPE TGFN(acosh)(TYPE x) { - return 0.0; + return x; } /* |
