From 2d7d2f09189d57b47863d2ce89b6a450f4402681 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Fri, 16 Jan 2026 19:05:23 +0100 Subject: Finish all printing including latex and niceties for printing 0 and 1 and such. --- double.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'double.h') diff --git a/double.h b/double.h index 707e1e6..5960cb6 100644 --- a/double.h +++ b/double.h @@ -29,8 +29,12 @@ double valuetype_to_double(double); double inv_exptype_to_double(double); -int to_string(char*,double); +int valuetype_to_string(char*,double); + +int valuetype_to_latex(char*,double); int root_to_string(char*,double,double); +int root_to_latex(char*,double,double); + #endif -- cgit v1.2.3