about summary refs log tree commit diff
path: root/src/math/__cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/__cos.c')
-rw-r--r--src/math/__cos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/__cos.c b/src/math/__cos.c
index 8699c1d5..46cefb38 100644
--- a/src/math/__cos.c
+++ b/src/math/__cos.c
@@ -60,7 +60,7 @@ C6  = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */
 
 double __cos(double x, double y)
 {
-	double hz,z,r,w;
+	double_t hz,z,r,w;
 
 	z  = x*x;
 	w  = z*z;