Renesas Electronics
fmax functions
[Syntax]
double fmax(double x, double y)
float fmaxf(float x, float y)
[Description]
These functions return the larger value among x and y. If either x or y is a NaN, the other value is returned.