decimalFMA

Undocumented in source. Be warned that the author may not have intended to support it.

package @safe pure nothrow @nogc
decimalFMA
(
D1
D2
D3
D
)
(
auto const ref D1 x
,
auto const ref D2 y
,
auto const ref D3 z
,
out D result
,
const int precision
,)
if (
isDecimal!(D1, D2, D3) &&
is(D : CommonDecimal!(D1, D2, D3))
)

Meta