Skip to content

textmode.js / Textmodifier / asin

Method: asin()

ts
asin(value): number;

Calculate the arc sine of a value.

Parameters

ParameterTypeDescription
valuenumberValue in the range -1 to 1.

Returns

number

Angle in radians.

Example