Uses of Interface
org.hipparchus.fraction.Fraction.ConvergenceTest
-
Packages that use Fraction.ConvergenceTest Package Description org.hipparchus.fraction Fraction number type and fraction number formatting. -
-
Uses of Fraction.ConvergenceTest in org.hipparchus.fraction
Methods in org.hipparchus.fraction with parameters of type Fraction.ConvergenceTest Modifier and Type Method Description static Pair<Fraction,Boolean>
Fraction. convergent(double value, int maxConvergents, Fraction.ConvergenceTest convergenceTest)
Returns the last element of the series of convergent-steps to approximate the given value.
-