]> granicus.if.org Git - python/commit
Issue #19543: Implementation of isclose as per PEP 485
authorTal Einat <taleinat@gmail.com>
Sun, 31 May 2015 19:15:11 +0000 (22:15 +0300)
committerTal Einat <taleinat@gmail.com>
Sun, 31 May 2015 19:15:11 +0000 (22:15 +0300)
commitbc8db8fa1b4b924b3ef672c329ed6a90d19c238c
treea8b8714949bcba3344610edc894d48a171f81250
parenteb141c48af3420ae085ded86b7721c8a130722ea
parentd5519ed7f4889060363673ec802177250299920e
Issue #19543: Implementation of isclose as per PEP 485

For details, see:
PEP 0485 -- A Function for testing approximate equality

Functions added: math.isclose() and cmath.isclose().

Original code by Chris Barker. Patch by Tal Einat.

(merge 3.5)
Misc/NEWS