diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/value.h b/src/value.h index bb04508e..069a3c46 100644 --- a/src/value.h +++ b/src/value.h @@ -404,11 +404,9 @@ public: } value_t abs() const; -#ifdef INTEGER_MATH - value_t round() const; - void in_place_round(); -#endif - value_t unround() const; + + value_t rounded() const; + value_t unrounded() const; value_t reduce() const { value_t temp(*this); |