Package com.seedfinding.latticg.util
Class Mth
- java.lang.Object
-
- com.seedfinding.latticg.util.Mth
-
public class Mth extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Mth()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
gcd(double a, double b)
static java.math.BigInteger
lcm(java.math.BigInteger a, java.math.BigInteger b)
static long
modInverse(long x, int mod)
-