diff options
Diffstat (limited to 'lmathlib.c')
-rw-r--r-- | lmathlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ static int math_type (lua_State *L) { | |||
249 | */ | 249 | */ |
250 | 250 | ||
251 | /* number of binary digits in the mantissa of a float */ | 251 | /* number of binary digits in the mantissa of a float */ |
252 | #define FIGS l_mathlim(MANT_DIG) | 252 | #define FIGS l_floatatt(MANT_DIG) |
253 | 253 | ||
254 | #if FIGS > 64 | 254 | #if FIGS > 64 |
255 | /* there are only 64 random bits; use them all */ | 255 | /* there are only 64 random bits; use them all */ |