# RADIANS

The `RADIANS()` function returns a string enclosed in single quotes.

## Syntax

```sql
RADIANS (x)

```

## Arguments

* `x`: the argument in degrees

## Return Type

Float or double.

## Examples

```sql
SELECT RADIANS(180);

```

```output

+-------------------+
| RADIANS(180)      |
+-------------------+
| 3.141592653589793 |
+-------------------+

```

***

Modified at: June 26, 2026

Source: [/cloud/reference/sql-reference/numeric-functions/radians/](https://docs.singlestore.com/cloud/reference/sql-reference/numeric-functions/radians/)

(An index of the documentation is available at /llms.txt)
