Skip to main content

ASIN

Returns the arcsine (inverse sine) of a number, in radians.

CategoryTrig
SyntaxASIN(number)

Parameters

ParameterRequiredDescription
numberRequiredThe sine value between -1 and 1.

Example

ASIN(0.5)        // → 0.5236… (π/6 rad)

Auto-generated from the EngCanvas function registry.