This function determines the smaller value of two arguments.
[Classification]
Mathematical library
[Syntax]
#include <math.h>
double __far fmin(double x, double y); (C99)
[Return value]
Returns the smaller value of two arguments. If one argument is a NaN and the other is not, the latter is returned.
[Description]
This function determines the smaller value of two arguments.