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

Version 1 Next »

Function: sin()

Return the (trigonometric) sine function of an angle.

Syntax

sin(angle)

Argument Type Description
angle Number The angle in radians.

Examples

sin($degrees*pi/180)

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

See Also

  • No labels