Tan Procedure

Returns the tangent of dx.

Syntax

[ dResult = ] Tan ( dx )

The Tan procedure syntax has the following parts:

 

Name

Type

Description

dResult

Double

Result

dx

Val Double

Input value in radians

Comments

dx should be expressed in radians. To convert the result from degrees to radians, multiply it by PI/180.

Example

df = Tan(PI/3)

! now df = 1.73205092413259

See Also

ACos, ASin, ATan, Cos, CosH, PI, Sin, SinH, TanH