fmin


fmin

Determines the lesser of two floating-point numbers

 #include <math.h> double fmin ( double x , double y  ); float fminf ( float x , float y  ); long double fminl ( long double x  , long double y  ); 

The fmin( ) functions return the value of the lesser argument.

Example

See the example for fmax( ).

See Also

fabs( ), fmax( )



C(c) In a Nutshell
C in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596006977
EAN: 2147483647
Year: 2006
Pages: 473

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net