This test shows that Math.sin() is faster than FastMath.sin(), but this is misleading because the test operates over the domain 0 < x <1, whereas legal arguments to sin() are all finite numbers. In particular, its when |x| is large that performance of the Math trig functions really drops off.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to