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 x * y + z as a single rounded ternary operation.
Same as the related overload above for fma.
Return Value
x * y + z as a single rounded ternary operation
Parameters
Name |
Description |
x |
first multiplicand |
y |
second multiplicand |
z |
addend |
Created with MrDocs