title categories subCategories sqrt() Functions Math sqrt(x) Calculates the square root of a number. Description Syntax sqrt(x) Parameters x: the number. Allowed data types: any data type. Returns The number’s square root. Data type: double. See also DEFINITION abs DEFINITION constrain DEFINITION map DEFINITION max DEFINITION min DEFINITION pow DEFINITION sq