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

Function: tan()

Return the (trigonometric) tan function of an angle.

Syntax

tan(angle)

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

tan($degrees*pi/180)

Converts an angle in degrees to an angle in radians and returns the trigonometric tan function of the result.

See Also

  • No labels