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