TEMP = ACOS(0, 1) or TEMP = ACOS(0, DEGREE)
|
Creates a column named TEMP, where each value is the arccosine (in radians) of the contents of column V1.
|
Creates three new columns named TEMP, VX, and VY. The values in the TEMP column are the arccosines of the contents of column V1, the values of the VXcolumn are the arccosines of the contents of column V2, and the values of the VY column are the arccosines of the contents of column V3. All values are in degrees.
|
Creates a new column named TEMP, where the first 11 cells contain the arccosines of the values in rows 10-20 of column V1 (in radians). The other cells in TEMP are empty.
|
Creates two new columns named TEMP and VX, each with values in rows 1-5 (the other cells are empty). The values in column TEMP are the arccosines of the corresponding rows of column V1, and the values in column VX are the arccosines of the corresponding rows of column V2. All values are in radians.
|
Copyright IBM Corporation 2013. All Rights Reserved.
|