The value of absolute tolerance for testing numerically tolerant equality.
The new value of absolute tolerance. The default is to not change the current value.
The value prior to the change, or the current value if no new value was specified.
See also
cf.RTOL
>>> cf.ATOL() 1e-08 >>> old = cf.ATOL(1e-10) >>> cf.ATOL(old) 1e-10 >>> cf.ATOL() 1e-08
cf.s
cf.CHUNKSIZE
Enter search terms or a module, class or function name.