From 09e687c7b0cd8795da95af3d8ec35d992e5be218 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Thu, 25 Dec 2025 09:01:20 +0000 Subject: Add string printing to double. --- double.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'double.h') 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); -- cgit v1.2.3