JCL Help:CalcMachineEps

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the Machine Epsilon value for the current precision.


Pascal

 procedure CalcMachineEps;


Description

This procedure calculates the Machine Epsilon value for the current precision and stores it in the variable Epsilon. Nontheless Epsilon is not used for any calculations. Per definition, all JCL functions which need a specific epsilon use the PrecisionTolerance variable instead. Therefore you need to call either SetPrecisionTolerance or SetPrecisionToleranceToEpsilon.


See Also

CalcMachineEpsSingle CalcMachineEpsDouble CalcMachineEpsExtended SetPrecisionTolerance SetPrecisionToleranceToEpsilon


About

Unit

JclMath


Donator

Anonymous


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