Skip to content

asin

float  asin(float n)

The inverse sine of n, where n is in radians. The return value is in the range -π/2 to π/2.

vector2  asin(vector2 n)

vector  asin(vector n)

vector4  asin(vector4 n)

Returns a new vector with asin() applied to all components.