Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-295
TAN Calc worksheet function
This command returns the tangent of the specified angle.
Usage
TAN(
Value
)
Value
The angle in radians
Details
If the angle is in degrees, convert the angle to radians by multiplying the angle by
PI()/180
.
Example
=TAN(1.5)
=TAN(45*PI()/180)
Returns
14.1014E+0
.
Returns
1.0000E+0
.
Also see
(on page 6-289)
(on page 6-295)
TANH Calc worksheet function
This command returns the hyperbolic tangent of a value.
Usage
TANH(
Value
)
Value
Any number
Example
=TANH(1.5)
=TANH(1.1)
Returns
905.1483E-3
.
Returns
800.4990E-3
.
Also see
(on page 6-278)
(on page 6-292)