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