]> granicus.if.org Git - python/commit
Issue #29282: add fused multiply-add function, math.fma.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 21 Jan 2017 12:35:30 +0000 (12:35 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 21 Jan 2017 12:35:30 +0000 (12:35 +0000)
commitd1b230e48b81eb90d10f0ceb4e34c547800bd3a8
treebb7cfe1f084957c978a105111f7345dddecd695d
parent502efda10c6ec54ba9f0d490264b785971b2b6cc
Issue #29282: add fused multiply-add function, math.fma.
Doc/library/math.rst
Doc/whatsnew/3.7.rst
Lib/test/test_math.py
Misc/NEWS
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c