[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
12.2 Floating-point underflow
Floating point underflow denotes the situation when a floating-point
number is to be created which is so close to 0
that its exponent
is too low to be represented internally. By default, this causes the
exception floating_point_underflow_exception
(subclass of
floating_point_exception
) to be thrown. If you set the global
variable
bool cl_inhibit_floating_point_underflow
to true
, the exception will be inhibited, and a floating-point
zero will be generated instead. The default value of
cl_inhibit_floating_point_underflow
is false
.
This document was generated on August 27, 2013 using texi2html 5.0.