summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:33:35 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:33:35 -0400
commite1d7c2294075f5a59e276bb2dd7af79772443234 (patch)
tree784fd0af06a50189c1a069850958108a732051cb /big.h
parent94b677a1178c2c36518dc8d84ce918965220be3c (diff)
rename biglog() to big_log()
Diffstat (limited to 'big.h')
-rw-r--r--big.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.h b/big.h
index ba94440..d13e3a9 100644
--- a/big.h
+++ b/big.h
@@ -25,7 +25,7 @@
long long big_toll(word);
word big_fromll(long long);
double big_tod(word);
-double biglog(word);
+double big_log(word);
double big_log10(word);
int bigcmp(word,word);
word big_divide(word, word);