# TAU

The TAU function returns the ratio of a circle’s circumference to its radius, which is a mathematical constant equal to approximately 6.283185307179586.

## Syntax

`TAU()`

### Parameters

This function does not require any parameters.

## Examples

Returns the value of the mathematical constant TAU as a single row.

```esql
ROW TAU()
```