Chapter 14 Working with Java
Floating-point hardware may calculate with more precision and with a greater range of values than required by the Java specification. The strictfp keyword can be used with classes or operations in order to specify compliance with the Java specification (IEEE-754). If this keyword is not set, then floating-point calculations may vary between environments.
To enable the strictfp keyword:
Copyright (C) 2005. Sybase Inc. All rights reserved. |