SQRT
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 21
This document is no longer available beyond version 21. Information can now be found here: SQRT for version 25
Parent page: System Query Functions - Arithmetic Functions
Summary
Returns a (real) number whose value is equal to the (positive) square root of the parameter's numeric value.
Syntax
SQRT(X : Number / Numeric_String) : Number
Example Usage
SQRT(4)
Returns 2.
SQRT(10)
Returns 3.1623.