Function ReferenceSINOn this pageSIN Returns the sine of the given angle. CategoryTrigSyntaxSIN(number) Parameters ParameterRequiredDescriptionnumberRequiredThe angle in radians for which you want the sine. Example SIN(PI()/6) // → 0.5SIN(30 deg) // → 0.5 Auto-generated from the EngCanvas function registry.