Same as the related overload above for fma.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal128
fma(
    Decimal128 x,
    Decimal128 y,
    Decimal128 z);

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