summaryrefslogtreecommitdiff
path: root/src/complex/ctanh.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 15:44:02 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 15:44:02 -0500
commit184ac5165e70d4fac213a87ae34a312ec7197f3d (patch)
treec739b38eb43f32444a7ec42c41e35cea838f3a3a /src/complex/ctanh.c
parent66032978e77880b3e6b199d61450316946b5fd4f (diff)
remove warnings from -Wall -Wextra
Diffstat (limited to 'src/complex/ctanh.c')
-rw-r--r--src/complex/ctanh.c2
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