NAME
ffmmiinn - return minimum value
SYNOPSIS
##iinncclluuddee <
double ffmmiinn(double x, double y); long double ffmmiinnll(long double x, long double y); float ffmmiinnff(float x, float y);> DESCRIPTION
The ffmmiinn() functions return x or y, whichever is smaller. SSPPEECCIIAALL VVAALLUUEESS If exactly one argument is a NaN, ffmmiinn() returns the other argument. If both arguments are NaNs, ffmmiinn() returns a NaN.SEE ALSO
fdim(3), fma(3), fmax(3) STANDARDS The ffmmiinn() functions conform to ISO/IEC 9899:1999(E). BSD July 24, 2003 BSD