lis_vector_reciprocal - Man Page
get the reciprocal values of the elements of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_reciprocal(LIS_VECTOR x);
Description
Get the reciprocal values of the elements of vector x.
Input
- x
The vector
Output
- x
The vector that stores the reciprocal values
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions