For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sqrt

Returns the square root of a non-negative numeric

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

Inputs

Sqrt(number)

  • number - A number expression

Last updated