■ strictfp forces all floating point intermediate results in a class or method to the appropriate 32 or 64 bit intermediate results
■ strictfp can only appear on a class or a method statement.
■ On a class, it applies to all its methods. On a method, it applies to all its calculations.
■ strictfp cannot appear on a variable, a constructor, or an interface. See modifiers chart.