Return or set the default value of absolute tolerance for testing numerically tolerant equality.
Examples:
>>> cf.ATOL() 1e-08 >>> cf.ATOL(1e-10) >>> cf.ATOL() 1e-10
cf.equals
cf.RTOL
Enter search terms or a module, class or function name.