# sin

## Description

Get the sine of an angle, in radians. The output will return a number between -1 and 1.

## Input / Parameter

| Name  | Description                       | Input Type | Default | Options | Required |
| ----- | --------------------------------- | ---------- | ------- | ------- | -------- |
| value | The number to return the sine of. | Number     | -       | -       | Yes      |

## Output

| Description                   | Output Type |
| ----------------------------- | ----------- |
| Returns the sine of an angle. | Number      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
