diff options
| author | Julian Weigt <juw@posteo.de> | 2025-12-28 15:40:34 +0000 |
|---|---|---|
| committer | Julian Weigt <juw@posteo.de> | 2026-02-04 15:55:49 +0100 |
| commit | 3cff2acc8eec95183fe4cd3dcc3a3bf30b37ce66 (patch) | |
| tree | d2f3627b2d6c1a0a65c3713ab9bb687ea2c1d1b0 /double-error.h | |
| parent | 634f01454f1c0f1a33adc50b5f584e39748ff832 (diff) | |
Add root_to_string function to enable printing of roots.
Diffstat (limited to 'double-error.h')
| -rw-r--r-- | double-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/double-error.h b/double-error.h index bce8cd5..23b78d9 100644 --- a/double-error.h +++ b/double-error.h @@ -23,3 +23,5 @@ double_error power(double_error,double_error); double to_double(double_error); bool to_string(char*,double_error); + +bool root_to_string(char*,double_error,double_error); |
