cf.Query.atol¶
- Query.atol¶
The tolerance on absolute numerical differences.
Returns the tolerance on absolute numerical differences that is used when evaluating numerically tolerant conditions (i.e. those defined by the
'isclose'operator). IfNonethen the value returned bycf.atolis used instead.For compound queries
atolis alwaysNone, even if some of the constituent conditions have a different value.Added in version 3.15.2.
See also