diff options
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 2229685..f0b3e87 100644 --- a/double-error.h +++ b/double-error.h @@ -29,6 +29,8 @@ double_error power(double_error,double_error); double valuetype_to_double(double_error); +double inv_exptype_to_double(double_error); + int to_string(char*,double_error); int root_to_string(char*,double_error,double_error); |
