fmin v0.1.0

Source
Computes smaller of two floating-point values.

Package: C

C reference: fmin

Signature

func fmin(x: float64, y: float64) -> float64;

See also

  • C — the package overview