This boolean directive switches IEEE (floating point) error checking for constants on or off. It is the local equivalent of the global -C3 command-line switch.
The following turns on IEEE (floating point) error checking for constants:
{$IEEEERRORS ON}