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

fminf determines the minimum of x and y.

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