Copyright Digital Equipment Corp. All rights reserved.

fmin

   Returns the minimum numeric value of its arguments.

   This function is supported on OpenVMS Integrity servers and
   Alpha only.

   Format

     #include  <math.h>

     double fmin  (double x, double y);

     float fminf  (float x, float y);

     long double fminl  (long double x, long double y);
 


Additional information available:

Argument        Description     Return_Values