Package: C
C
C reference: fmaxf
fmaxf
func fmaxf(x: float32, y: float32) -> float32;
fmax
Computes larger of two floating-point values.
fmin
Computes smaller of two floating-point values.
On this page