diff options
Diffstat (limited to 'double.h')
| -rw-r--r-- | double.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ double power(double,double); double to_double(double); double to_string(char*,double); + +double root_to_string(char*,double,double); |
