DecisioningDecision Platform Authoring GuideFunction ReferenceSqrt FunctionOn this page Sqrt Function The Sqrt function returns the square root of a number. Syntax Sqrt(number) The Sqrt function returns the square root of a number. Arguments number Numeric - A number. May not be negative. Remarks Example: Sqrt(4); // returns 2