JCL Help:Epsilon
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Epsilon Variable
Search in JCL Help
Search in all projects
Summary
Epsilon and related variables hold the calculated machine Epsilon.
Pascal
EpsSingle: Single;
EpsDouble: Double;
EpsExtended: Extended;
Epsilon: Float;
ThreeEpsSingle: Single;
ThreeEpsDouble: Double;
ThreeEpsExtended: Extended;
ThreeEpsilon: Float;
Description
Epsilon holds the calculated machine Epsilon. If no Epsilon has been calaculated by the CalcMachineEps procedure the value of Epsilon is undetermined.
Nontheless Epsilon is not used for any calculations. Per definition, all JCL functions which need a specific epsilon use the PrecisionTolerance variable instead. Therefor you need to call either SetPrecisionTolerance or SetPrecisionToleranceToEpsilon.
About
Unit
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