Package com.aerisweather.aeris.util
Class MathUtil
- java.lang.Object
-
- com.aerisweather.aeris.util.MathUtil
-
public class MathUtil extends Object
Provides some help with math calculations.
-
-
Constructor Summary
Constructors Constructor Description MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
asinh​(double x)
Helper method for performing asinh
-