fmaxf v0.1.0

Source
Computes larger of two floating-point values.

Package: C

C reference: fmaxf

Signature

func fmaxf(x: float32, y: float32) -> float32;

See also

  • C — the package overview