gh-73468: Add math.fma() function by vstinner · Pull Request #116667 · python/cpython
Bot
mentioned this pull request
vstinner
marked this pull request as ready for review
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
adorilson pushed a commit to adorilson/cpython that referenced this pull request
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
Added new math.fma() function, wrapping C99's ``fma()`` operation: fused multiply-add function. Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters