cf.DimensionCoordinate.__query_isclose__¶
- DimensionCoordinate.__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.
Added in version 3.15.2.