summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:32:49 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:32:49 -0400
commit94b677a1178c2c36518dc8d84ce918965220be3c (patch)
tree0d8ad6840d1f717448b70e7fb6e4a43fb9427cdb /big.h
parent774e2bbb0e363d29394239b9848a519bc68ac4e1 (diff)
rename biglog10() to big_log10()
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 6d494fa..ba94440 100644
--- a/big.h
+++ b/big.h
@@ -26,7 +26,7 @@ long long big_toll(word);
word big_fromll(long long);
double big_tod(word);
double biglog(word);
-double biglog10(word);
+double big_log10(word);
int bigcmp(word,word);
word big_divide(word, word);
word big_remainder(word,word);