diff options
Diffstat (limited to 'src/complex/catanh.c')
| -rw-r--r-- | src/complex/catanh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/catanh.c b/src/complex/catanh.c index dc218e34..2be96dfc 100644 --- a/src/complex/catanh.c +++ b/src/complex/catanh.c @@ -5,7 +5,7 @@ TYPE complex TGFN(catanh)(TYPE complex z) { - return 0.0; + return z; } /*d |
