summaryrefslogtreecommitdiff
path: root/double-error.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2026-01-16 19:05:23 +0100
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:54 +0100
commit2d7d2f09189d57b47863d2ce89b6a450f4402681 (patch)
treee8ac8b38fe3125631d4e6f1be0c068b4600a5b1e /double-error.h
parenteefbfcdfc2f2374dcba95a62c31f3162e2247853 (diff)
Finish all printing including latex and niceties for printing 0 and 1 and such.
Diffstat (limited to 'double-error.h')
-rw-r--r--double-error.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/double-error.h b/double-error.h
index f0b3e87..c9ee4bb 100644
--- a/double-error.h
+++ b/double-error.h
@@ -31,8 +31,12 @@ double valuetype_to_double(double_error);
double inv_exptype_to_double(double_error);
-int to_string(char*,double_error);
+int valuetype_to_string(char*,double_error);
+
+int valuetype_to_latex(char*,double_error);
int root_to_string(char*,double_error,double_error);
+int root_to_latex(char*,double_error,double_error);
+
#endif