JCL Help:T8087Precision

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Used for retrieving and setting the FPU precision control.


Pascal

 public T8087Precision = (
pcSingle,
pcReserved,
pcDouble,
pcExtended
);


Members

Members Description
pcSingle Single precision (short).
pcReserved Reserved, never actually used (convenience).
pcDouble Double precision (long).
pcExtended Extended precision (temporary).


Description

T8087Precision is an enumeration used to set and retrieve the FPU precision control.


About

Unit

Jcl8087


Navigation

no pages or subcategories

Donator

Marcel van Brakel


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