Query_Lang-SystemFunctions_Arithmetic_SQRTSQRT_AD
Created: 8月 02, 2022 | Updated: 8月 02, 2022
| Applies to version: 4
This document is no longer available beyond version 4. Information can now be found here: SQRT for version 5
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.