kipedia.org/wiki/Rounding#The_table-maker.27s_dilemma">Table Maker's Dilemma).
FastMath additionally implements the following methods not found in Math/StrictMath:
- {@link #asinh(double)}
- {@link #acosh(double)}
- {@link #atanh(double)}
The following methods are found in Math/StrictMath since 1.6 only, they are provided by FastMath even in 1.5 Java virtual machines
- {@link #copySign(double,double)}
- {@link #getExponent(double)}
- {@link #nextAfter(double,double)}
- {@link #nextUp(double)}
- {@link #scalb(double,int)}
- {@link #copySign(float,float)}
- {@link #getExponent(float)}
- {@link #nextAfter(float,double)}
- {@link #nextUp(float)}
- {@link #scalb(float,int)}
@since 2.2