Uses of Class
edu.jas.root.DecimalRoots
Packages that use DecimalRoots
-
Uses of DecimalRoots in edu.jas.root
Methods in edu.jas.root that return DecimalRootsModifier and TypeMethodDescriptionDecimalRoots.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.