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

NAME

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

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_array_reciprocal(LIS_INT n, LIS_SCALAR x[]);
14
15

DESCRIPTION

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

INPUT

21       n      The size of the vector
22
23
24       x      The array that stores the vector
25
26

OUTPUT

28       x      The array that stores the reciprocal values
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          3 Dec 2014           lis_array_reciprocal(3)
Impressum