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-error.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'double-error.h') diff --git a/double-error.h b/double-error.h index 84d118a..27894c3 100644 --- a/double-error.h +++ b/double-error.h @@ -6,7 +6,9 @@ double_error int_to_valuetype(int); double_error int_to_exptype(double); -bool is_greater(double_error,double_error); +bool is_greater_certainly(double_error,double_error); + +bool is_greater_possibly(double_error,double_error); double_error maximum(double_error,double_error); -- cgit v1.2.3