# sqrt

## Description

Get the square root of a number.

## Input / Parameter

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

## Output

| Description                    | Output Type |
| ------------------------------ | ----------- |
| Returns the square root value. | Number      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
