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 4 Next »

Description

Returns the tangent of an angle, provided in radians.

Parameters

Return Type

Number

Example

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

Prints: a= 1.1578212823495777;

See also

  • No labels