summaryrefslogtreecommitdiff
path: root/src/lib_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib_math.c')
-rw-r--r--src/lib_math.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib_math.c b/src/lib_math.c
index 24501139..917b5e7b 100644
--- a/src/lib_math.c
+++ b/src/lib_math.c
@@ -84,10 +84,6 @@ LJLIB_ASM_(math_max) LJLIB_REC(math_minmax IR_MAX)
84LJLIB_PUSH(3.14159265358979323846) LJLIB_SET(pi) 84LJLIB_PUSH(3.14159265358979323846) LJLIB_SET(pi)
85LJLIB_PUSH(1e310) LJLIB_SET(huge) 85LJLIB_PUSH(1e310) LJLIB_SET(huge)
86 86
87LJ_FUNCA double lj_wrapper_sinh(double x) { return sinh(x); }
88LJ_FUNCA double lj_wrapper_cosh(double x) { return cosh(x); }
89LJ_FUNCA double lj_wrapper_tanh(double x) { return tanh(x); }
90
91/* ------------------------------------------------------------------------ */ 87/* ------------------------------------------------------------------------ */
92 88
93/* This implements a Tausworthe PRNG with period 2^223. Based on: 89/* This implements a Tausworthe PRNG with period 2^223. Based on: