mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
512 B
512 B
Function asin
Calculate the inverse sine of a value
asin(x)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Number | Boolean | Complex | Array | Matrix |
Returns
| Type | Description |
|---|---|
| Number | Complex | Array | Matrix | res |