|
VMS Help CRTL, fmin *Conan The Librarian |
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 (explode) :
|
|