]> granicus.if.org Git - python/commit
Issue #12345: Add mathemathcal constant tau to math and cmath.
authorGuido van Rossum <guido@dropbox.com>
Mon, 15 Aug 2016 16:12:52 +0000 (09:12 -0700)
committerGuido van Rossum <guido@dropbox.com>
Mon, 15 Aug 2016 16:12:52 +0000 (09:12 -0700)
commit0a891d70ded5fa8b1e6491529a3b531f521b5ae1
treee26a1c826888bbd3c40b7775406062ab1b32cca5
parent6349612a8e5d5fcb3405e59242b6a2df3127585a
Issue #12345: Add mathemathcal constant tau to math and cmath.

Patch by Lisa Roach. See also PEP 628.
Doc/library/cmath.rst
Doc/library/math.rst
Include/pymath.h
Lib/test/test_math.py
Misc/NEWS
Modules/cmathmodule.c
Modules/mathmodule.c