Package velo.ladaalpha.fields.math
Class LMath
java.lang.Object
velo.ladaalpha.fields.math.LMath
The Class LMath.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LMath
public LMath()
-
-
Method Details
-
factorial
public static double factorial(double number) Factorial.- Parameters:
number- the number- Returns:
- the double
-
round
public static double round(double x, double p) Round.- Parameters:
x- the xp- the p- Returns:
- the double
-