Description
FastMath Javadoc says:
"Faster, more accurate, portable alternative to StrictMath."
However, it does not implement the following StrictMath methods:
hypot(double, double)
IEEEremainder(double, double)
Nor the following, though it probably should:
signum(float)
ulp(float)
FastMath implements the following additional methods:
acosh(double)
asinh(double)
atanh(double)
nextAfter(double, double)
nextUp(double)
I think this should be documented.
Attachments
Issue Links
- relates to
-
MATH-499 FastMath nextAfter(double,double) bugs with special doubles
- Closed