|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Fraction | |
| com.generationjava.math | |
| Uses of Fraction in com.generationjava.math |
| Methods in com.generationjava.math that return Fraction | |
static Fraction |
Fraction.reduce(Fraction f)
Reduce a fraction down to its lowest level. |
Fraction |
Fraction.add(Fraction f)
Add a Fraction to this Fraction. |
Fraction |
Fraction.sub(Fraction f)
Subtract a Fraction from this Fraction. |
Fraction |
Fraction.mul(Fraction f)
Multiple this fraction by another.. |
Fraction |
Fraction.div(Fraction f)
Divide this fraction by another. |
Fraction |
Fraction.inverse()
Invert this fraction. |
| Methods in com.generationjava.math with parameters of type Fraction | |
static Fraction |
Fraction.reduce(Fraction f)
Reduce a fraction down to its lowest level. |
Fraction |
Fraction.add(Fraction f)
Add a Fraction to this Fraction. |
Fraction |
Fraction.sub(Fraction f)
Subtract a Fraction from this Fraction. |
Fraction |
Fraction.mul(Fraction f)
Multiple this fraction by another.. |
Fraction |
Fraction.div(Fraction f)
Divide this fraction by another. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||