summaryrefslogtreecommitdiff
path: root/double-error.h
diff options
context:
space:
mode:
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