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