fmaf

Computes the fused-multiply-add operation.

Parameters

x float

value

y float

value

z float

value

Return Value

Type: float

The result of (x * y) + z as a fused operation.

Meta