Hi. > Sebb resolved MATH-493. > ----------------------- > > Resolution: Fixed > > Fixed by using the Harmony code. > > Note: this appears to be at least as quick as StrictMath on Sun Java 1.6 in a > crude test
The performance comparison for "FastMath" should be against "Math", as "StrictMath is expected to be slow(er). [That's why I've added the calls to "Math" in the performance unit tests.] Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
