summaryrefslogtreecommitdiff
path: root/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'big.c')
-rw-r--r--big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.c b/big.c
index 9ac3b5d..3fc51ae 100644
--- a/big.c
+++ b/big.c
@@ -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) {