From 3cff2acc8eec95183fe4cd3dcc3a3bf30b37ce66 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Sun, 28 Dec 2025 15:40:34 +0000 Subject: Add root_to_string function to enable printing of roots. --- double.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'double.h') diff --git a/double.h b/double.h index e0d0a21..98949b1 100644 --- a/double.h +++ b/double.h @@ -21,3 +21,5 @@ double power(double,double); double to_double(double); double to_string(char*,double); + +double root_to_string(char*,double,double); -- cgit v1.2.3