-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-275
ASINH Calc worksheet function
This command returns the inverse hyperbolic sine of a value.
Usage
ASINH(Value)
Any number
Example
=ASINH(-4)
Returns 2.3696E+0.
Returns
.
Also see
ACOSH (on page 6-274)
ASIN (on page 6-274)
ATANH (on page 6-276)
SINH (on page 6-292)
ATAN Calc worksheet function
This command returns the arctangent of a number.
Usage
ATAN(Value)
The tangent of the resulting angle
Details
The resulting angle is returned in radians (ranging from −π/2 to π/2). To convert the result in radians
to a result in degrees, multiply the result in radians by 180/PI().
Example
Returns
.
Also see
ATAN2 (on page 6-276)
ATANH (on page 6-276)
PI (on page 6-289)
TAN (on page 6-295)