fma
fn
real fma(real x, real y, real z) @safe pure nothrow @nogcReturns (x * y) + z, rounding only once according to the current rounding mode.
BUGS: Not currently implemented - rounds twice.