Skip to main content

COS

Returns the cosine of the given angle.

CategoryTrig
SyntaxCOS(number)

Parameters

ParameterRequiredDescription
numberRequiredThe angle in radians for which you want the cosine.

Example

COS(0)           // → 1
COS(60 deg) // → 0.5

Auto-generated from the EngCanvas function registry.