Package: C
C
C reference: fmax
fmax
func fmax(x: float64, y: float64) -> float64;
fmaf
Computes fused multiply-add.
fmaxf
Computes larger of two floating-point values.
On this page