about summary refs log tree commit diff
path: root/math/k_casinh_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/k_casinh_template.c')
-rw-r--r--math/k_casinh_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/k_casinh_template.c b/math/k_casinh_template.c
index 98980dc393..e9fdc97f62 100644
--- a/math/k_casinh_template.c
+++ b/math/k_casinh_template.c
@@ -56,7 +56,7 @@ M_DECL_FUNC (__kernel_casinh) (CFLOAT x, int adj)
 	}
 
       res = M_SUF (__clog) (y);
-      __real__ res += (FLOAT) M_MLIT (M_LN2);
+      __real__ res += M_MLIT (M_LN2);
     }
   else if (rx >= M_LIT (0.5) && ix < M_EPSILON / 8)
     {