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