> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/trigonometric-functions/asin.md).

# Asin

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

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

#### Inputs

`Asin(number)`

* `number` - A number expression
