Package edu.jas.poly

Class RatToIntFactor

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

class RatToIntFactor extends Object implements UnaryFunctor<BigRational,BigInteger>
Conversion of BigRational to BigInteger. result = (num/gcd)*(lcm/denom).