Quick ?s
Cheat Sheets
Man Pages
The Lynx
Software
FMIN(3) 		   Linux Programmers Manual		      FMIN(3)



NAME
       fmin, fminf, fminl - find minimum value

SYNOPSIS
       #include 

       double fmin(double x, double y);
       float fminf(float x, float y);
       long double fminl(long double x, long double y);

       Compile with -std=c99; link with -lm.

DESCRIPTION
       Return the lesser value of x and y.

CONFORMING TO
       C99.

SEE ALSO
       fmax(3)

COLOPHON
       This  page  is  part of release 3.05 of the Linux man-pages project.  A
       description of the project, and information about reporting  bugs,  can
       be found at http://www.kernel.org/doc/man-pages/.



				  2002-07-28			       FMIN(3)




Yals.net is © 1999-2009 Crescendo Communications
Sharing tech info on the web for more than a decade!
This page was generated Thu Apr 30 17:05:26 2009