Package edu.jas.poly
Class RatToCompl
- java.lang.Object
-
- edu.jas.poly.RatToCompl
-
- All Implemented Interfaces:
UnaryFunctor<BigRational,BigComplex>
class RatToCompl extends java.lang.Object implements UnaryFunctor<BigRational,BigComplex>
Rational to complex functor.
-
-
Constructor Summary
Constructors Constructor Description RatToCompl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigComplex
eval(BigRational c)
Evaluate.
-
-
-
Method Detail
-
eval
public BigComplex eval(BigRational c)
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<BigRational,BigComplex>
- Returns:
- evaluated element.
-
-