For the complete documentation index, see llms.txt. This page is also available as Markdown.

Asin

Computes the inverse sine (arc sine) of its argument; a result is a number in the interval [-pi/2, pi/2]

Asin(0.5) → 0.52
Asin(1) → 1.57

Inputs

Asin(number)

  • number - A number expression

Last updated