Return or set the default value of relative tolerance for testing numerically tolerant equality.
The new value of relative tolerance.
If rtol was not set return the existing value of relative tolerance, otherwise return None.
Examples
>>> cf.RTOL() 1.0000000000000001e-05 >>> cf.RTOL(1e-10) >>> cf.RTOL() 1e-10
cf.OF_FRACTION
cf.TEMPDIR
Enter search terms or a module, class or function name.