From 184ac5165e70d4fac213a87ae34a312ec7197f3d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 15:44:02 -0500 Subject: remove warnings from -Wall -Wextra --- src/math/atanh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/atanh.c') diff --git a/src/math/atanh.c b/src/math/atanh.c index e99a26b7..eef1cfc6 100644 --- a/src/math/atanh.c +++ b/src/math/atanh.c @@ -4,7 +4,7 @@ TYPE TGFN(atanh)(TYPE x) { - return 0.0; + return x; } /* -- cgit v1.2.1