summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
Diffstat (limited to 'double.h')
-rw-r--r--double.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/double.h b/double.h
index 98949b1..9a26970 100644
--- a/double.h
+++ b/double.h
@@ -1,6 +1,6 @@
-double convert_int(int);
+double int_to_valuetype(int);
-double to_exptype(double);
+double int_to_exptype(double);
bool is_greater(double,double);