---
title: "radians"
canonical: "https://support.appfire.com/space/PSJ/15489064/radians"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | radians(degrees) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Converts degrees into radians.

Converts degrees into radians.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| degrees | Number | Yes | Angle in degrees that you want to convert. |

## Return Type

**Number**

## Example

```
number a = radians(180);
print("a= " + a);
```

Prints: a= 3.14159;

## See also

> Macro (contentbylabel)