LibreOffice Module tools (master) 1
|
Go to the source code of this file.
Classes | |
class | BigInt |
Macros | |
#define | MAX_DIGITS 8 |
Functions | |
BigInt | operator+ (const BigInt &rVal1, const BigInt &rVal2) |
BigInt | operator- (const BigInt &rVal1, const BigInt &rVal2) |
BigInt | operator* (const BigInt &rVal1, const BigInt &rVal2) |
BigInt | operator/ (const BigInt &rVal1, const BigInt &rVal2) |
BigInt | operator% (const BigInt &rVal1, const BigInt &rVal2) |
bool | operator!= (const BigInt &rVal1, const BigInt &rVal2) |
bool | operator> (const BigInt &rVal1, const BigInt &rVal2) |
bool | operator<= (const BigInt &rVal1, const BigInt &rVal2) |
bool | operator>= (const BigInt &rVal1, const BigInt &rVal2) |
#define MAX_DIGITS 8 |
Definition at line 26 of file bigint.hxx.
Definition at line 234 of file bigint.hxx.
Definition at line 227 of file bigint.hxx.
Definition at line 213 of file bigint.hxx.
Definition at line 199 of file bigint.hxx.
Definition at line 206 of file bigint.hxx.
Definition at line 220 of file bigint.hxx.
Definition at line 241 of file bigint.hxx.
Definition at line 239 of file bigint.hxx.
Definition at line 246 of file bigint.hxx.