From d78cc5836306c3231bb958bffe88ce54c898b512 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Thu, 15 Jan 2026 21:17:07 +0100 Subject: Introduce is_greater_certainly and is_greater_possibly to make more robust the printing and finding of records. Start reorganizing to allow eventual printing of all records. --- double.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'double.h') diff --git a/double.h b/double.h index 606c8af..0c42b04 100644 --- a/double.h +++ b/double.h @@ -4,7 +4,9 @@ double int_to_valuetype(int); double int_to_exptype(double); -bool is_greater(double,double); +bool is_greater_certainly(double,double); + +bool is_greater_possibly(double,double); double maximum(double,double); -- cgit v1.2.3