Skip to content

Commit

Permalink
Update Modules/mathmodule.c
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
vstinner and erlend-aasland committed Mar 13, 2024
1 parent ce61486 commit ee1e65b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Modules/mathmodule.c
Expand Up @@ -2329,7 +2329,9 @@ math.fma
z: double
/
Fused multiply-add operation. Compute (x * y) + z with a single round.
Fused multiply-add operation.
Compute (x * y) + z with a single round.
[clinic start generated code]*/

static PyObject *
Expand Down

0 comments on commit ee1e65b

Please sign in to comment.