Uses of Class
org.apache.commons.math3.fraction.BigFractionField
-
Packages that use BigFractionField Package Description org.apache.commons.math3.fraction Fraction number type and fraction number formatting. -
-
Uses of BigFractionField in org.apache.commons.math3.fraction
Fields in org.apache.commons.math3.fraction declared as BigFractionField Modifier and Type Field Description private static BigFractionFieldBigFractionField.LazyHolder. INSTANCECached field instance.Methods in org.apache.commons.math3.fraction that return BigFractionField Modifier and Type Method Description BigFractionFieldBigFraction. getField()Get theFieldto which the instance belongs.static BigFractionFieldBigFractionField. getInstance()Get the unique instance.
-