Floating-point implementation
Java uses IEEE floating-point arithmetic for computation. This subsection explains the following topics:
Incompatibilities between the IEEE floating-point and TNS floating-point representations might cause loss of precision or accuracy when you convert between TNS
float or
double and IEEE
float or
double.
NOTE:
In NSJ 11, you cannot specify whether your Java classes use TNS format.

