Everything

fminl [V1.09 or later]


This function determines the smaller value of two arguments.

[Classification]

Mathematical library

[Syntax]

#include <math.h>

long double __far fminl(long double x, long 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.