Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
calculating FastMath.pow(10, 0.1 / 20) is approximately 65 times slower as the Math.pow() function.
Ether this is a bug or a javadoc comment is missing.