java.lang.Object
edu.jas.poly.CompRatToDec<C>
- All Implemented Interfaces:
UnaryFunctor<Complex<C>, Complex<BigDecimal>>
class CompRatToDec<C extends RingElem<C> & Rational>
extends Object
implements UnaryFunctor<Complex<C>, Complex<BigDecimal>>
Conversion of Complex Rational to Complex BigDecimal. result = decimal(r).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ring
ComplexRing<BigDecimal> ring
-
-
Constructor Details
-
CompRatToDec
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<Complex<C extends RingElem<C> & Rational>, Complex<BigDecimal>>- Returns:
- evaluated element.
-