Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
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
)
Value
Any number
Details
An absolute value does not display a positive or negative sign.
Example
=ABS(1)
=ABS(-1)
Both return a value of
1.0000E+0
.
Also see
(on page 6-291)
ACOS Calc worksheet function
This command returns the arc cosine of a value.
Usage
ACOS(
Value
)
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
=ACOS(0.5)
=ACOS(-0.2)
Returns
1.0471E+0
.
Returns
1.7721E+0
.
Also see
(on page 6-277)