summaryrefslogtreecommitdiff
path: root/double-error.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2025-12-28 14:45:52 +0000
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:48 +0100
commit1c08f5b7149bdd3ff02c1d1f7f41419e6e813a7c (patch)
treed65d228a4da5f32f9fb91a30e174e72e1ebb9cb4 /double-error.h
parent8d4017f56a07f9e02c4c78382a180874bb6eeeea (diff)
Make error bounds precise and correct (hopefully).
Diffstat (limited to 'double-error.h')
-rw-r--r--double-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/double-error.h b/double-error.h
index c4dadb9..bce8cd5 100644
--- a/double-error.h
+++ b/double-error.h
@@ -1,4 +1,4 @@
-typedef struct {double d; double e;} double_error;
+typedef struct {double v; double e;} double_error;
double_error convert_int(int);