Skip to main content

SIN

Returns the sine of the given angle.

CategoryTrig
SyntaxSIN(number)

Parameters

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

Example

SIN(PI()/6)      // → 0.5
SIN(30 deg) // → 0.5

Auto-generated from the EngCanvas function registry.