TanH

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Math > Trigonometric function >

TanH

 

Description

 

Calculates the hyperbolic tangent of given angle.

 

Syntax

 

n = TanH(Angle)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

Angle

Number

No

Any numerical expression

 

Remarks

 

Restrictions

 

See also

 

Examples