Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: add warning to isclose function (numpy#10214)
* DOC: add warning to isclose function The default absolute tolerance for isclose can result in misleading results when the numbers being compared are much less than one. See numpygh-10161 for discussion. * DOC: compare numpy.isclose to math.isclose function. * DOC: somewhat clarify the warning for the isclose function * DOC: clarify notes for isclose function * DOC: clarify that atol should be reduced for small numbers * DOC: update based on feedback * DOC: update based on feedback [skip-ci]
- Loading branch information