# DEGREES

Converts **x** from radians to degrees.

## Syntax

```sql
DEGREES (x)

```

## Arguments

* x: the argument in radians

## Return Type

Float or double.

## Examples

```sql
SELECT DEGREES(PI() / 2);

```

```output

+-------------------+
| DEGREES(PI() / 2) |
+-------------------+
|                90 |
+-------------------+

```

***

Modified at: February 24, 2023

Source: [/db/v9.1/reference/sql-reference/numeric-functions/degrees/](https://docs.singlestore.com/db/v9.1/reference/sql-reference/numeric-functions/degrees/)

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