fma

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

real
fma
(
float x
,
float y
,
float z
)

Bugs

Not currently implemented - rounds twice.

Meta