]> granicus.if.org Git - python/commitdiff
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)
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)

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge