about summary refs log tree commit diff
path: root/math/s_catanh_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_catanh_template.c')
-rw-r--r--math/s_catanh_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_catanh_template.c b/math/s_catanh_template.c
index 59c8e36d21..7b57dda045 100644
--- a/math/s_catanh_template.c
+++ b/math/s_catanh_template.c
@@ -75,7 +75,7 @@ M_DECL_FUNC (__catanh) (CFLOAT x)
 	  if (M_FABS (__real__ x) == 1
 	      && M_FABS (__imag__ x) < M_EPSILON * M_EPSILON)
 	    __real__ res = (M_COPYSIGN (M_LIT (0.5), __real__ x)
-			    * ((FLOAT) M_MLIT (M_LN2)
+			    * (M_MLIT (M_LN2)
 			       - M_LOG (M_FABS (__imag__ x))));
 	  else
 	    {