fmin functions [V2.00.00 or later]


[Syntax]

double fmin(double x, double y)

float fminf(float x, float y)

long double fminl(long double x, long double y) [V2.01.00 or later]

[Description]

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