fma overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for fma.

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