Synopsis
float fmaxf(float x,
            float y);
Description

fmaxf determines the maximum of x and y.

fmaxf (NaN, y) is y. fmaxf(x, NaN) is x.