-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-273
ABS Calc worksheet function
This command returns the absolute value of a value.
Usage
ABS(Value)
Any number
Details
An absolute value does not display a positive or negative sign.
Example
Both return a value of
.
Also see
SIGN (on page 6-291)
ACOS Calc worksheet function
This command returns the arc cosine of a value.
Usage
ACOS(Value)
The cosine of an angle, in the range +1 to −1
Details
The resulting angle is returned, in radians (from 0 to π). To convert the result in radians to a result in
degrees, multiply the result in radians by 180/PI().
Example
Returns 1.0471E+0.
Also see
COS (on page 6-277)