cf.FieldAncillary.__query_isclose__¶
-
FieldAncillary.
__query_isclose__
(value, rtol, atol)[source]¶ Query interface method for an “is close” condition.
- Parameters
- value:
The object to test against.
- rtol: number
The tolerance on relative numerical differences.
- atol: number
The tolerance on absolute numerical differences.
New in version 3.15.2.