# cos

## Description

Get the cosine 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 cosine of. | Number     | -       | -       | Yes      |

## Output

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

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
