MathfSqrtOn this pageMathf.Sqrt(number f) Returns square root of f. Parameters: NameTypeDescriptionfnumbervalue Returns: typeDescriptionnumbersquare root of f. Usage ---@type numberlocal f;local val0 = Mathf:Sqrt(f)