fma

fnreal fma(real x, real y, real z) @safe pure nothrow @nogc

Returns (x * y) + z, rounding only once according to the current rounding mode.

BUGS: Not currently implemented - rounds twice.