tan

tan

 

Syntax

tan(number)

Package

 

Alias

 

Pkg Usage

 

Description

Returns the tangent of an angle, provided in radians.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

number

Number

Yes

Angle to get the tangent for.

Return Type

Number

Example

number a = tan(4); print("a= " + a);

Prints: a= 1.1578212823495777;

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.