4D v16

SQRT

Home

 
4D v16
SQRT

SQRT  


 

 

Command SQRT

SQRT (arithmetic_expression)

The SQRT function returns the square root of the arithmetic_expression.

Example  

This example returns the square root of the freight:

SELECT Freight, SQRT(Freight) AS "Square root of Freight"
FROM Orders



See also 

EXP

 
PROPERTIES 

Product: 4D
Theme: Functions

 
HISTORY 

 
ARTICLE USAGE

4D SQL Reference ( 4D v16)