[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TFPUException
Source position: mathh.inc line 56
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 |
); |
TFPUExceptionMask is a set of TFPUException constants
|
Current soft float exception mask |
|
|
Current soft float exception flags |