Class RatToInt
java.lang.Object
edu.jas.poly.RatToInt
- All Implemented Interfaces:
UnaryFunctor<BigRational, BigInteger>
Conversion of BigRational to BigInteger with division by lcm functor. result
= num*(lcm/denom).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lcm
BigInteger lcm
-
-
Constructor Details
-
RatToInt
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<BigRational, BigInteger>- Returns:
- evaluated element.
-