> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/math-functions/sqrt.md).

# Sqrt

Returns the square root of a non-negative numeric

```mathematica
Sqrt(9) → 3
Sqrt(30) → 5.47
```

#### Inputs

`Sqrt(number)`

* `number` - A number expression
