> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pi

Retourneert de wiskundige constante pi (ongeveer 3,14159)

**Categorie:** `math`

**Syntax:**

```
Pi()
```

**Retourneert:** `Float`

**Contextfiltering:** ✓ Ja

## Validatie

* Minimum parameters: 0
* Maximum parameters: 0

## Voorbeelden

```
Pi()
```

Retourneert de constante pi
**Resultaat:** `3.14159...`

```
Pi() * [Radius]^2
```

Berekent de oppervlakte van elke cirkel aangegeven door de kolom Radius
