Package: C
C
C reference: fmaf
fmaf
func fmaf(x: float32, y: float32, z: float32) -> float32;
fma
Computes fused multiply-add.
fmax
Computes larger of two floating-point values.
On this page