Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-73468: Add math.fma() function #116667

Merged
merged 1 commit into from Mar 17, 2024
Merged

gh-73468: Add math.fma() function #116667

merged 1 commit into from Mar 17, 2024

Commits on Mar 17, 2024

  1. pythongh-73468: Add math.fma() function

    Added new math.fma() function, wrapping C99's ``fma()`` operation:
    fused multiply-add function.
    
    Co-Authored-By: Mark Dickinson <mdickinson@enthought.com>
    vstinner and mdickinson committed Mar 17, 2024
    Copy the full SHA
    be7310e View commit details
    Browse the repository at this point in the history