|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ä |
Implementations
may use higher precision
|
|
|
|
for
intermediate calculations
|
|
|
|
ä |
Resort
to published precision when storing
|
|
|
values
back to variables
|
|
|
|
ä |
This
helps to reduce the likelihood of underflow
|
|
and
overflow in intermediate calculations
|
|
|
|
ä |
Using
different/higher precision for
|
|
|
intermediate
results may cause portability
|
|
|
problems:
JAVA requires/mandates that
|
|
|
intermediate
results are written back to memory
|
|
|
to
force uniformity across platforms
|
|