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