summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2025-12-25 09:01:20 +0000
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:46 +0100
commit09e687c7b0cd8795da95af3d8ec35d992e5be218 (patch)
tree7378ec5c823a0f89a9620d5213447f6cb8fc6838 /double.h
parentf3129294bf92daae6ca72e2f8c456bdff97b8b3e (diff)
Add string printing to double.
Diffstat (limited to 'double.h')
-rw-r--r--double.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double.h b/double.h
index 3f31782..d035f47 100644
--- a/double.h
+++ b/double.h
@@ -15,3 +15,5 @@ double absolute(double);
double power(double,double);
double to_double(double);
+
+double to_string(char*,double);