Function ReferenceSQRTOn this pageSQRT Returns the square root of a number. CategoryMathSyntaxSQRT(number) Parameters ParameterRequiredDescriptionnumberRequiredThe number for which you want the square root. Example SQRT(144) // → 12SQRT(2) // → 1.4142… Auto-generated from the EngCanvas function registry.