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 3fc51ae..835706c 100644
--- a/big.c
+++ b/big.c
@@ -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) {