# TAU

Returns the ratio of a circle’s circumference to its radius.

## Syntax

`TAU()`

### Parameters

This function does not take any parameters.

## Examples

```esql
ROW TAU()
```

This example returns the mathematical constant τ (tau).
