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


## Description

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

Converts degrees into radians.

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

## Parameters

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

## Return Type

**Number**

## Example

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

Prints: a= 3.14159;

## See also

> Macro (contentbylabel)