summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
Diffstat (limited to 'double.h')
-rw-r--r--double.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/double.h b/double.h
index 303f911..032d994 100644
--- a/double.h
+++ b/double.h
@@ -7,6 +7,10 @@ double int_to_valuetype(int);
double int_to_exptype(double);
+double infinity_to_exptype();
+
+bool exptype_is_infinite(double);
+
bool is_greater_certainly(double,double);
bool is_greater_possibly(double,double);
@@ -27,7 +31,9 @@ double power(double,double);
double valuetype_to_double(double);
-double exptype_to_double(double);
+int exptype_to_string(char*,double);
+
+int exptype_to_latex(char*,double);
int valuetype_to_string(char*,double);