|
GnuCash c935c2f+
|
Standard mutating arithmetic operators. More...
Functions | |
| void | GncRational::operator+= (GncRational b) |
| void | GncRational::operator-= (GncRational b) |
| void | GncRational::operator*= (GncRational b) |
| void | GncRational::operator/= (GncRational b) |
Standard mutating arithmetic operators.
| void GncRational::operator*= | ( | GncRational | b | ) |
Definition at line 118 of file gnc-rational.cpp.
| void GncRational::operator+= | ( | GncRational | b | ) |
Definition at line 104 of file gnc-rational.cpp.
| void GncRational::operator-= | ( | GncRational | b | ) |
Definition at line 111 of file gnc-rational.cpp.
| void GncRational::operator/= | ( | GncRational | b | ) |
Definition at line 125 of file gnc-rational.cpp.