fma overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for fma.
static
Decimal128
fma(
Decimal128 x,
Decimal128 y,
Decimal128 z);
Return, using the specified x, y, and z, the value of the expression x * y + z, rounded as one ternary operation according to the current decimal floating point rounding mode.
Same as the related overload above for fma.
Created with MrDocs