GnuCash
5.6-150-g038405b370+
|
These are the standard mutating operators. More...
Functions | |
void | GncNumeric::operator+= (GncNumeric b) |
void | GncNumeric::operator-= (GncNumeric b) |
void | GncNumeric::operator*= (GncNumeric b) |
void | GncNumeric::operator/= (GncNumeric b) |
These are the standard mutating operators.
They use GncRational's operators and then call the GncRational constructor, which will silently round half-down.