> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-asin.md).

# Get ASin

### Description

Computes the arc-sine and store result.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Math/Get ASin</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="/files/O9noeHmLVHYwLQnW5VQn" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                                                                                                 |
| ----------------- | ----------------------------------------------------------------------------------------------------------- |
| Node Name         | Name of node.                                                                                               |
| Ignore About Self | Whether node ignores abort self or not.                                                                     |
| Value             | A number representing a sine, where value must be greater than or equal to -1, but less than or equal to 1. |
| Store Result      | Store result to float key.                                                                                  |
| Rad To Deg        | Radians to degrees.                                                                                         |
