Sun . Java . Code Library . f*

floating point computational note: strictfp, strictfp in strict mode might overflow. Without strickfp is default mode, which automatically self protect not to overflow especially in Intel's mantissa.

{ ... // for control flow loop logic
for (int variable = 1; variable <= 101; variable++)
... }
 

{ ... // formatting numbers, java.text.NumberFormat
... }