JCL Help:T8087Exception

From Project JEDI Wiki
Jump to navigationJump to search


Summary

An enumeration describing the set of available FPU exception masks.


Pascal

 public T8087Exception = (
emInvalidOp,
emDenormalizedOperand,
emZeroDivide,
emOverflow,
emUnderflow,
emPrecision
);
T8087Exceptions = set of T8087Exception;


Members

Members Description
emInvalidOp Invalid operation mask.
emDenormalizedOperand Denormalized operation mask.
emZeroDivide Division by zero mask.
emOverflow Overflow mask.
emUnderflow Underflow mask.
emPrecision Precision error mask.


Description

An enumeration which describes the set of available FPU exception masks. Note that you can use the All8087Exceptions constant whenever you need a set which includes all exception flags.


About

Unit

Jcl8087


Navigation

no pages or subcategories

Donator

Robert Rossmair


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page