Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFPUException

Type describing Floating Point processor exceptions.

Declaration

Source position: mathh.inc line 68

type TFPUException = (

  exInvalidOp,

  

Invalid operation error.

  exDenormalized,

  

  exZeroDivide,

  

Division by zero error.

  exOverflow,

  

Float overflow error.

  exUnderflow,

  

Float underflow error.

  exPrecision

  

Precision error.

);

Description

TFPUException describes what floating point errors raise exceptions. It has been moved here from the Math unit.

See also

TFPUExceptionMask

  

Set of TFPUException.


Documentation generated on: Jul 24 2023