location = ISRCHFGE( n, x, incx, target )
isrchfge Integer. The location in vector x of the first element greater than or equal to target.
n Integer. The number of elements to be searched. If n <= 0, then 0 is returned. x Real vector. A real input array to be searched. incx Integer. The increment between elements of the array to be searched. For contiguous elements, incx = 1. target Real. The value to be searched for in array x.
The function ISRCHFGE returns the first location in real vector x that is greater than or equal to a real target. If all elements of vector x are less than target, then the returned value is n+1. For equations and other information, see Volume 3: UNICOS Math and Scientific Library Reference Manual SR-2081 7.0, Cray Research, Inc.