Package edu.jas.poly
Class RatToCompl
java.lang.Object
edu.jas.poly.RatToCompl
- All Implemented Interfaces:
UnaryFunctor<BigRational,
BigComplex>
Rational to complex functor.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RatToCompl
RatToCompl()
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<BigRational,
BigComplex> - Returns:
- evaluated element.
-