[Python-ideas] Fused multiply-add (FMA)
Mark Dickinson
dickinsm at gmail.com
Mon Jan 16 02:41:29 EST 2017
More information about the Python-ideas mailing list
Mon Jan 16 02:41:29 EST 2017
- Previous message (by thread): [Python-ideas] Fused multiply-add (FMA)
- Next message (by thread): [Python-ideas] Fused multiply-add (FMA)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-ideas] Fused multiply-add (FMA)
- Next message (by thread): [Python-ideas] Fused multiply-add (FMA)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list