fmaf v0.1.0

Source
Computes fused multiply-add.

Package: C

C reference: fmaf

Signature

func fmaf(x: float32, y: float32, z: float32) -> float32;

See also

  • C — the package overview