Base Scripting Language GuidePascal-Library Custom Scripting FunctionsSqrtOn this pageSqrtReturns the square root of X. Structure Sqrt(number): Extended; Parameters Return value Description X is a floating-point expression. The result is the square root of X.