isclose¶
-
astropy.units.isclose(a, b, rtol=1e-05, atol=None, **kwargs)[source]¶ Notes
Returns True if two arrays are element-wise equal within a tolerance.
This is a
Quantity-aware version ofnumpy.isclose().
astropy.units.isclose(a, b, rtol=1e-05, atol=None, **kwargs)[source]¶Notes
Returns True if two arrays are element-wise equal within a tolerance.
This is a Quantity-aware version of
numpy.isclose().