arcsiny
arcsiny is the inverse sine function. It assigns to a real number y in the interval [-1, 1] the unique angle x in [-π/2, π/2] whose sine equals y. Consequently, arcsiny maps [-1, 1] to [-π/2, π/2] and is defined only for y within that interval. It is the inverse of the sine function when the latter is restricted to the interval [-π/2, π/2], where sine is strictly increasing and thus invertible. The function is typically denoted arcsin(y) or sin^(-1)(y); some programming languages implement it as asin(y). The output is usually given in radians unless otherwise stated.
Key properties: arcsiny is an odd function: arcsiny(-y) = -arcsiny(y). It satisfies sin(arcsiny(y)) = y for all y
Numerical evaluation: arcsiny has a convergent power series around 0: arcsiny(y) = y + y^3/6 + 3y^5/40 + 5y^7/112 + … It
Applications: arcsiny is used to determine angles from a known sine value, in geometry, trigonometric computations