# Math.tan

## Description

Returns the trigonometric tangent of an angle value.

## Input / Parameter

| Name  | Description                       | Input Type | Default | Options | Required |
| ----- | --------------------------------- | ---------- | ------- | ------- | -------- |
| value | The value of an angle in radians. | Number     | -       | -       | Yes      |

## Output

| Description                            | Output Type |
| -------------------------------------- | ----------- |
| The tangent of the angle value passed. | Number      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
