8 calls to Fraction::setDenominator() in Fraction 7
- Fraction::add in ./
fraction.class.inc  - Add another fraction to this one.
 - Fraction::divide in ./
fraction.class.inc  - Divide this fraction by another one.
 - Fraction::fromDecimal in ./
fraction.class.inc  - Calculates the numerator and denominator from a decimal value.
 - Fraction::multiply in ./
fraction.class.inc  - Multiply this fraction with another one.
 - Fraction::reciprocate in ./
fraction.class.inc  - Reciprocate the fraction.
 - Fraction::reduce in ./
fraction.class.inc  - Reduce the fraction to its simplest form.
 - Fraction::subtract in ./
fraction.class.inc  - Subtract another fraction from this one.
 - Fraction::__construct in ./
fraction.class.inc  - Constructor.