|
If the value x is too large, an overflow error is returned. This occurs if sinh ( x) exceeds the maximum 32-bit floating-point value.
|
Creates a new column named TEMP, where each value is the hyperbolic sine (in radians) of the contents of column V1.
|
TEMP = SINH(V1:V3, 1) or TEMP = SINH(V1:V3, DEGREE)
Creates three new columns named TEMP, VX, and VY. The values in the TEMP column are the hyperbolic sines of the contents of column V1, the values of the VX column are the hyperbolic sines of the contents of column V2, and the values of the VY column are the hyperbolic sines of the contents of column V3. All values are in degrees.
|
Creates two new columns named TEMP and VX, each with values in rows 1-41 (the other cells are empty). The values in column TEMP are the hyperbolic sines of the values in rows 10-50 of column V1, and the values in column VX are the hyperbolic sines of the values in rows 10-50 of column V2. All values are in radians.
|
Copyright IBM Corporation 2013. All Rights Reserved.
|