summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2025-12-28 11:20:32 +0000
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:48 +0100
commit944f90c47ffcde862dfe5f258de0b1ebf229c20e (patch)
tree0d4ef7dd8a8b97c440dc6abec538403c5726d0fd /double.h
parente65748fa8908c46ae2e6af7ef63d28fb3427238d (diff)
Implement double arithmetic with error bounds.
Diffstat (limited to 'double.h')
-rw-r--r--double.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double.h b/double.h
index d035f47..56065ac 100644
--- a/double.h
+++ b/double.h
@@ -1,5 +1,7 @@
double convert_int(int);
+double to_exptype(double);
+
bool is_greater(double,double);
double sum(double,double);