DOUBLE PRECISION
(64 bits). Under such circumstances the program will terminate and some compilers may give you the warning OVERFLOW
.DOUBLE PRECISION
. Normally, the variable is then set to zero and the program continues. Other compilers (or compiler options) may warn you with the UNDERFLOW
message and the program terminates.