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: cos()

Return the (trigonometric) cosine function of an angle.

Syntax

cos(angle)

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

cos($degrees*pi/180)

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

See Also

  • No labels