diff options
Diffstat (limited to 'big.c')
-rw-r--r-- | big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -709,7 +709,7 @@ static double big__log(word x, double logbase, char *name, double (*fn)(double)) } /* logarithm of big x */ -double biglog(word x) +double big_log(word x) { static double logIBASE = 0.0; if (logIBASE == 0.0) { |