fminf v0.1.0

Source
Computes smaller of two floating-point values.

Package: C

C reference: fminf

Signature

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

See also

  • C — the package overview