StrictMath : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

StrictMath
A replacement for the java.lang.Math class. It guarantees to give precisely the same results on every platform, since it uses strictfp. The regular Math class is permitted to give better than standard accuracy on some platforms. Normally, you use the Math class since it is faster and more accurate. You might think that not using strictfp gives you access to the extended precision guard bits in the Pentium floating point resgisters. It does not. It only gives you access to the extended exponent range in intermediate results. Not checking for strict exponent overflow after every operation speeds up computation.

This page is posted
on the web at:

http://mindprod.com/jgloss/strictmath.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\strictmath.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.81.139.99]
You are visitor number