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