JCL Help:PrecisionTolerance

From Project JEDI Wiki
Jump to navigationJump to search


Summary

PrecisionTolerance holds the value of the tolerance used within the JCL.


Pascal

 PrecisionTolerance: Float = 0.0000001;


Description

Several JCL functions and procedures are using PrecisionTolerance. For example, IsFloatZero uses this variable to determine if a value is zero or near by zero.


About

Unit

JclMath


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