VRfMax


Routine

double VRfMax (const float x[], int N)

Purpose

Return the maximum value in a float array

Description

This routine findss the maximum of the values in a float array.

Parameters

<- double VRfMax
Maximum 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) 1997 / Revision 1.4 1997/10/11

See Also

VRfMin


Main Index libtsp