From: Tal Einat Date: Sun, 31 May 2015 19:15:11 +0000 (+0300) Subject: Issue #19543: Implementation of isclose as per PEP 485 X-Git-Tag: v3.6.0a1~2138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc8db8fa1b4b924b3ef672c329ed6a90d19c238c;p=python 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) --- bc8db8fa1b4b924b3ef672c329ed6a90d19c238c