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-error.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'double-error.h') diff --git a/double-error.h b/double-error.h index bce8cd5..23b78d9 100644 --- a/double-error.h +++ b/double-error.h @@ -23,3 +23,5 @@ double_error power(double_error,double_error); double to_double(double_error); bool to_string(char*,double_error); + +bool root_to_string(char*,double_error,double_error); -- cgit v1.2.3