Light | Dark

asin

Name

asin — return the arcsine of the parameter

Declaration

genType asin( genType x);

Parameters

x

Specify the value whose arcsine to return.

Description

atan returns the angle whose trigonometric sine is x. The range of values returned by asin is π 2 π 2 . The result is undefined if |x|>1.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10
asin

See Also

sin, cos, tan, acos, atan

Think you can improve this page? Edit this page on GitHub.