summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
Diffstat (limited to 'double.h')
-rw-r--r--double.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/double.h b/double.h
index 707e1e6..5960cb6 100644
--- a/double.h
+++ b/double.h
@@ -29,8 +29,12 @@ double valuetype_to_double(double);
double inv_exptype_to_double(double);
-int to_string(char*,double);
+int valuetype_to_string(char*,double);
+
+int valuetype_to_latex(char*,double);
int root_to_string(char*,double,double);
+int root_to_latex(char*,double,double);
+
#endif