Sqrt

circle-info

The Sqrt() function calculates the square root of a number.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check
circle-exclamation

Syntax

chevron-rightSqrt(number)hashtag

Sqrt(100) => 10

Sqrt() => Invalid expression

Parameters

Name
Type
Required
Description

number

numeric

☑️

a number.

Examples

Function call
Result

Sqrt(100)

10

Sqrt(9)

3

Sqrt(2)

1.4142135623731

Last updated

Was this helpful?