[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'math' (#rtl) |
Type describing Floating Point processor exceptions.
Source position: mathuh.inc line 19
type TFPUException = ( |
||
exInvalidOp, |
|
Invalid operation error |
exDenormalized, |
|
|
exZeroDivide, |
|
Division by zero error. |
exOverflow, |
|
Float overflow error |
exUnderflow, |
|
Float underflow error |
exPrecision |
|
Precision error |
); |
No notes exist for this page yet.