Tangent

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Math > Trigonometric function >

Tangent

 

Description

 

Same as Tan function but with error checking for undefined values (undefined at Pi/2, 3Pi/2, 5Pi/2 etc. i.e. multiples of 90°).

 

Syntax

 

n = Tangent(Angle)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

Angle

Number

No

Any numerical expression

 

Remarks

 

Restrictions

 

See also

 

Examples