summaryrefslogtreecommitdiff
path: root/double-error.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-error.h
parentfe85dc4e65d2aea155fbe201ff6378fcc9af0718 (diff)
Print all results when finished, make printing prettier.
Diffstat (limited to 'double-error.h')
-rw-r--r--double-error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double-error.h b/double-error.h
index 2229685..f0b3e87 100644
--- a/double-error.h
+++ b/double-error.h
@@ -29,6 +29,8 @@ double_error power(double_error,double_error);
double valuetype_to_double(double_error);
+double inv_exptype_to_double(double_error);
+
int to_string(char*,double_error);
int root_to_string(char*,double_error,double_error);