◐ Shell
clean mode source ↗

gh-73468: Add math.fma() function by vstinner · Pull Request #116667 · python/cpython

@bedevere-app Bot mentioned this pull request

Mar 12, 2024

vstinner

@vstinner vstinner marked this pull request as ready for review

March 13, 2024 20:54

erlend-aasland

serhiy-storchaka

mdickinson

mdickinson

Added new math.fma() function, wrapping C99's ``fma()`` operation:
fused multiply-add function.

Co-Authored-By: Mark Dickinson <mdickinson@enthought.com>

vstinner added a commit to vstinner/cpython that referenced this pull request

Mar 20, 2024
Added new math.fma() function, wrapping C99's ``fma()`` operation:
fused multiply-add function.

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024
Added new math.fma() function, wrapping C99's ``fma()`` operation:
fused multiply-add function.

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
Added new math.fma() function, wrapping C99's ``fma()`` operation:
fused multiply-add function.

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>