summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2026-01-16 16:48:41 +0100
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:54 +0100
commiteefbfcdfc2f2374dcba95a62c31f3162e2247853 (patch)
tree8a2a2911c7c9d7f1a82f6e0943653daf14b15c02 /double.h
parentfe85dc4e65d2aea155fbe201ff6378fcc9af0718 (diff)
Print all results when finished, make printing prettier.
Diffstat (limited to 'double.h')
-rw-r--r--double.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double.h b/double.h
index 7b23791..707e1e6 100644
--- a/double.h
+++ b/double.h
@@ -27,6 +27,8 @@ double power(double,double);
double valuetype_to_double(double);
+double inv_exptype_to_double(double);
+
int to_string(char*,double);
int root_to_string(char*,double,double);