Return or set the value of absolute tolerance for testing numerically tolerant equality.
The new value of absolute tolerance.
If atol was not set return the existing value of absolute tolerance, otherwise return None.
Examples
>>> cf.ATOL() 1e-08 >>> cf.ATOL(1e-10) >>> cf.ATOL() 1e-10
cf.wo
cf.CHUNKSIZE
Enter search terms or a module, class or function name.