VRfMin
Routine
-
double VRfMin (const float x[], int N)
Purpose
-
Return the minimum value in a float array
Description
This routine finds the minimum of the values in a float array.
Parameters
-
<- double VRfMin
-
Minimum of the values in x
-
-> const float x[]
-
Input array (N elements)
-
-> int N
-
Number of elements in the array (must be greater than zero)
Author / revision
P. Kabal Copyright (C) 1996
/ Revision 1.4 1996/04/17
See Also
VRfMax
Main Index libtsp