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