1lis_vector_reciprocal(3)     Lis Library Functions    lis_vector_reciprocal(3)
2
3
4

NAME

6       lis_vector_reciprocal  -  get  the reciprocal values of the elements of
7       the vector
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_vector_reciprocal(LIS_VECTOR x);
14
15

DESCRIPTION

17       Get the reciprocal values of the elements of vector x.
18
19

INPUT

21       x      The vector
22
23

OUTPUT

25       x      The vector that stores the reciprocal values
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

SEE ALSO

38       lis(3)
39
40       http://www.ssisc.org/lis/
41
42
43
44
45Man Page                          28 Aug 2014         lis_vector_reciprocal(3)
Impressum