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 doublegcd(double a, double b)static java.math.BigIntegerlcm(java.math.BigInteger a, java.math.BigInteger b)static longmodInverse(long x, int mod)
-