fmin functions


[Syntax]

double fmin(double x, double y)

float fminf(float x, float y)

[Description]

These functions return the smaller value among x and y. If either x or y is a NaN, the other value is returned.