SQRT

Compute the non-negative square root of a non-negative number.

Category: math

Description

Computes the square root of a numeric value. The operand must be non-negative; a negative operand raises a runtime error. The result is DOUBLE. If the operand is NULL, the result is NULL.

Open in interactive docs →   DeltaForge home →