mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Added new math.fma() function, wrapping C99's ``fma()`` operation: fused multiply-add function. Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
2 lines
146 B
ReStructuredText
2 lines
146 B
ReStructuredText
Added new :func:`math.fma` function, wrapping C99's ``fma()`` operation:
|
|
fused multiply-add function. Patch by Mark Dickinson and Victor Stinner.
|