[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Type to set the Floating Point Unit exception mask.
Source position: mathuh.inc line 21
type TFPUExceptionMask = set of ( |
||
exInvalidOp, |
|
Invalid operation error |
exDenormalized, |
|
|
exZeroDivide, |
|
Division by zero error. |
exOverflow, |
|
Float overflow error |
exUnderflow, |
|
Float underflow error |
exPrecision |
|
Precision error |
); |
lazarus-ccr.sourceforge.net |