From eefbfcdfc2f2374dcba95a62c31f3162e2247853 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Fri, 16 Jan 2026 16:48:41 +0100 Subject: Print all results when finished, make printing prettier. --- double.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'double.h') diff --git a/double.h b/double.h index 7b23791..707e1e6 100644 --- a/double.h +++ b/double.h @@ -27,6 +27,8 @@ double power(double,double); double valuetype_to_double(double); +double inv_exptype_to_double(double); + int to_string(char*,double); int root_to_string(char*,double,double); -- cgit v1.2.3