[Python-ideas] Fused multiply-add (FMA)

Mark Dickinson dickinsm at gmail.com
Mon Jan 16 02:41:29 EST 2017


On Sun, Jan 15, 2017 at 5:25 PM, Juraj Sukop <juraj.sukop at gmail.com> wrote:
> This proposal is then about adding new `fma` function with the following
> signature to `math` module:
>
>     math.fma(x, y, z)

Sounds good to me. Please could you open an issue on the bug tracker
(http://bugs.python.org)?

Thanks,

Mark


More information about the Python-ideas mailing list