Package edu.jas.poly

Class RatToIntFactor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.math.BigInteger gcd  
      (package private) java.math.BigInteger lcm  
    • Constructor Summary

      Constructors 
      Constructor Description
      RatToIntFactor​(java.math.BigInteger gcd, java.math.BigInteger lcm)  
    • Field Detail

      • lcm

        final java.math.BigInteger lcm
      • gcd

        final java.math.BigInteger gcd
    • Constructor Detail

      • RatToIntFactor

        public RatToIntFactor​(java.math.BigInteger gcd,
                              java.math.BigInteger lcm)