Skip to main content

$sqrt

The $sqrt operator returns the square root of a number.

Input

  • A single numeric value (must be non-negative)

Output

  • The square root of the input value

Examples

Perfect Square

Result: 4

Non-integer Result

Result: 1.4142135623730951

Field Value

Result: The square root of the area field

Negative Number Error

Result: Error (cannot take square root of negative number)