Nodes > Math > Trigonometry > ASin

Returns the arcsine of the value in radians. In other words, the angle (in radians) that has a sine of X.
Inputs
| Name | Type | Description |
|---|---|---|
| X | float | Input value |
Outputs
| Name | Type | Description |
|---|---|---|
| asin( X ) | float | Arcsine of X (in radians) |
Was this page helpful?