TFPUException
Type describing Floating Point processor exceptions.
Declaration
Source position: mathh.inc line 54
Type
TFPUException = (exInvalidOp,exDenormalized,exZeroDivide,exOverflow,
                 exUnderflow,exPrecision)
Description
TFPUException describes what floating point errors raise exceptions. It has been moved here from the Math unit.
See also
| Name | Description | 
|---|---|
| TFPUExceptionMask | Set of TFPUException |