|
sdr 0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
net.cscott.sdr.util.Fraction.TWO_QUARTERS
This is an unreduced fraction for backwards-compatibility, and is prone to overflow during arithmetic. Use ONE_HALF instead. |
Deprecated Methods | |
---|---|
net.cscott.sdr.util.Fraction.divideBy(Fraction)
Renamed to divide() |
|
net.cscott.sdr.util.Fraction.getFraction(double)
Renamed this method to valueOf() for consistency. |
|
net.cscott.sdr.util.Fraction.getFraction(int, int)
For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. |
|
net.cscott.sdr.util.Fraction.getFraction(int, int, int)
For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. |
|
net.cscott.sdr.util.Fraction.getFraction(String)
For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. |
|
net.cscott.sdr.util.Fraction.getReducedFraction(int, int)
All fractions are now stored as reduced fractions; use the valueOf() method instead. |
|
net.cscott.sdr.util.Fraction.multiplyBy(Fraction)
Renamed to multiply() |
|
net.cscott.sdr.util.Fraction.reduce()
Unless you are using deprecated methods this operation is a no-op. |
|
sdr 0.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |