Class RatToInt

java.lang.Object
edu.jas.poly.RatToInt
All Implemented Interfaces:
UnaryFunctor<BigRational, BigInteger>

class RatToInt extends Object implements UnaryFunctor<BigRational, BigInteger>
Conversion of BigRational to BigInteger with division by lcm functor. result = num*(lcm/denom).