]> 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:05:00 +0000 (22:05 +0300)
committerTal Einat <taleinat@gmail.com>
Sun, 31 May 2015 19:05:00 +0000 (22:05 +0300)
commitd5519ed7f4889060363673ec802177250299920e
tree90bf7cc72a340c9512bcf7b4d0837ac845347c6a
parent439c5fe3ae62741f01da7e78a9c198375e837857
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.
Doc/library/cmath.rst
Doc/library/math.rst
Doc/whatsnew/3.5.rst
Lib/test/test_cmath.py
Lib/test/test_math.py
Misc/NEWS
Modules/clinic/cmathmodule.c.h
Modules/cmathmodule.c
Modules/mathmodule.c