GnuCash  5.6-133-gc519490283+
Functions
Gnc_numeric_mutators

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)
 

Detailed Description

These are the standard mutating operators.

They use GncRational's operators and then call the GncRational constructor, which will silently round half-down.