cf.ATOL

cf.ATOL(*new_default)

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

Previous topic

cf.equals

Next topic

cf.RTOL

This Page