help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

TFPUExceptionMask

Type to set the Floating Point Unit exception mask.

Declaration

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

);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505