diff options
Diffstat (limited to '')
-rw-r--r-- | src/number.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h index 3806300..8c9cd28 100644 --- a/src/number.h +++ b/src/number.h | |||
@@ -43,6 +43,9 @@ public: | |||
43 | 43 | ||
44 | int digit( int iIdx ) const; | 44 | int digit( int iIdx ) const; |
45 | 45 | ||
46 | int getScale() const { return iScale; } | ||
47 | void setScale( int iNewScale ); | ||
48 | |||
46 | private: | 49 | private: |
47 | Number add( const Number &rhs, bool bSub ) const; | 50 | Number add( const Number &rhs, bool bSub ) const; |
48 | 51 | ||