summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
Diffstat (limited to 'double.h')
-rw-r--r--double.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/double.h b/double.h
index 077b4b8..7b23791 100644
--- a/double.h
+++ b/double.h
@@ -25,7 +25,7 @@ double absolute(double);
double power(double,double);
-double to_double(double);
+double valuetype_to_double(double);
int to_string(char*,double);