fmax v0.1.0

Source
Computes larger of two floating-point values.

Package: C

C reference: fmax

Signature

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

See also

  • C — the package overview