diff options
Diffstat (limited to 'ratio.h')
| -rw-r--r-- | ratio.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ typedef struct {bool s; unsigned long long n; unsigned long long d;} rational; -rational convert_int(int); +rational int_to_valuetype(int); -unsigned int to_exptype(unsigned int); +unsigned int int_to_exptype(unsigned int); bool is_greater(rational,rational); |
