Uses of Class
edu.jas.root.DecimalRoots
-
Packages that use DecimalRoots Package Description edu.jas.root Real and Complex Root Computation package. -
-
Uses of DecimalRoots in edu.jas.root
Methods in edu.jas.root that return DecimalRoots Modifier and Type Method Description DecimalRoots<C>
DecimalRoots. copy()
Copy this.static <C extends GcdRingElem<C> & Rational>
DecimalRoots<C>RootFactory. decimalRoots(GenPolynomial<C> f, BigRational eps)
Roots as real and complex decimal numbers.static <C extends GcdRingElem<C> & Rational>
DecimalRoots<C>RootFactory. decimalRoots(AlgebraicRoots<C> ar, BigRational eps)
Roots as real and complex decimal numbers.
-