Set of TFPUException.
Source position: mathh.inc line 70
| type TFPUExceptionMask = set of ( | ||
| exInvalidOp, | 
 | Invalid operation error. | 
| exDenormalized, | 
 | Invalid denormalized form of float. | 
| 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. |