XLPack 6.1
Excel Worksheet Function Numerical Library Reference Manual
Loading...
Searching...
No Matches

◆ WFma()

Function WFma ( X As  Double,
Y As  Double,
Z As  Double 
)

Fused multiply-add

Purpose
WFma computes (x * y) + z, rounded as one ternary operation; it computes the value (as if) to infinite precision and round once to the result format.
Returns
(x * y) + z
Parameters
[in]XArgument x.
[in]YArgument y.
[in]ZArgument z.