diff options
| author | Julian Weigt <juw@posteo.de> | 2025-12-28 14:45:52 +0000 |
|---|---|---|
| committer | Julian Weigt <juw@posteo.de> | 2026-02-04 15:55:48 +0100 |
| commit | 1c08f5b7149bdd3ff02c1d1f7f41419e6e813a7c (patch) | |
| tree | d65d228a4da5f32f9fb91a30e174e72e1ebb9cb4 /double-error.h | |
| parent | 8d4017f56a07f9e02c4c78382a180874bb6eeeea (diff) | |
Make error bounds precise and correct (hopefully).
Diffstat (limited to 'double-error.h')
| -rw-r--r-- | double-error.h | 2 |
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); |
