Package org.javarosa.core.util
Class MathUtils
java.lang.Object
org.javarosa.core.util.MathUtils
public class MathUtils extends Object
Static utility functions for mathematical operations
- Author:
- ctsims
-
Constructor Summary
Constructors Constructor Description MathUtils() -
Method Summary
Modifier and Type Method Description static longdivLongNotSuck(long a, long b)static RandomgetRand()static longmodLongNotSuck(long a, long b)
-
Constructor Details
-
MathUtils
public MathUtils()
-
-
Method Details
-
modLongNotSuck
public static long modLongNotSuck(long a, long b) -
divLongNotSuck
public static long divLongNotSuck(long a, long b) -
getRand
-