Class math
java.lang.Object
com.jackmeng.halcyoninae.cloudspin.math
- Since:
- 3.2
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
math
private math()
-
-
Method Details
-
_max
public static double _max(double[][] arr) - Parameters:
arr
-- Returns:
- double
-
signpow
public static double signpow(double val, double exp) - Parameters:
val
-exp
-- Returns:
- double
-