fma
Performs a fused multiply-add operation, which computes (a * b) + c with only one rounding step. This provides better precision compared to performing the operations separately.
Return
The result of (a * b) + c computed with higher precision.
Parameters
The first operand to be multiplied.
The second operand to be multiplied.
The operand to be added.
Performs a fused multiply-add operation, which computes (a * b) + c with only one rounding step. This provides better precision compared to performing the operations separately.
Return
The result of (a * b) + c computed with higher precision.
Parameters
The first operand to be multiplied.
The second operand to be multiplied.
The operand to be added.
Performs a fused multiply-add operation, which computes (a * b) + c with only one rounding step. This provides better precision compared to performing the operations separately.
Return
The result of (a * b) + c computed with higher precision.
Parameters
The first operand to be multiplied.
The second operand to be multiplied.
The operand to be added.