[Yandex Cloud documentation](../../index.md) > [Yandex DataLens](../index.md) > Calculated fields > Function reference > Operators > Division (/)

# Division (/)



#### Syntax {#syntax}


```
number_1 / number_2
```

#### Description {#description}
Divides the number `number_1` by the number `number_2`.

**Argument types:**
- `number_1` — `Fractional number | Integer`
- `number_2` — `Fractional number | Integer`


**Return type**: `Fractional number`

#### Examples {#examples}

```
4 / 2 = 2.0
```

```
5 / 2 = 2.5
```

```
5.0 / 2 = 2.5
```

```
5 / 2.0 = 2.5
```


#### Data source support {#data-source-support}

`ClickHouse 21.8`, `Files`, `Google Sheets`, `Yandex Metrica`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.7`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`, `Trino`, `Yandex Documents`, `YDB`.