Uses of Class
org.apache.commons.math4.fraction.FractionConversionException
| Package | Description |
|---|---|
| org.apache.commons.math4.fraction |
Fraction number type and fraction number formatting.
|
-
Uses of FractionConversionException in org.apache.commons.math4.fraction
Constructors in org.apache.commons.math4.fraction that throw FractionConversionException Constructor Description BigFraction(double value, double epsilon, int maxIterations)Create a fraction given the double value and maximum error allowed.BigFraction(double value, int maxDenominator)Create a fraction given the double value and maximum denominator.Fraction(double value)Create a fraction given the double value.Fraction(double value, double epsilon, int maxIterations)Create a fraction given the double value and maximum error allowed.Fraction(double value, int maxDenominator)Create a fraction given the double value and maximum denominator.