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

SQRT

Returns the square root of a number.

Syntax

SQRT(number)

  1. number - the number from which the square root should be returned - Value type: number

Examples

Last updated