diff options
Diffstat (limited to 'big.c')
-rw-r--r-- | big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -720,7 +720,7 @@ double biglog(word x) } /* logarithm of big x */ -double biglog10(word x) +double big_log10(word x) { static double log10IBASE = 0.0; if (log10IBASE == 0.0) { |