Same as the related overload above for fma.
Declared in <bdldfp_decimalutil.h>
static
Decimal128
fma(
Decimal128 x,
Decimal128 y,
Decimal128 z);
x * y + z as a single rounded ternary operation
| Name | Description |
|---|---|
| x | first multiplicand |
| y | second multiplicand |
| z | addend |