Skip to end of banner
Go to start of banner

tan

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.

Syntax

tan(number)

Description

Returns the tangent of an angle, provided in radians.


Parameters

ParameterTypeRequiredDescription
numberNumberYesAngle to get the tangent for.

Return type

number

Example

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

Prints: a= 1.1578212823495777;

See also 


  • No labels