Skip to main content

SQRT

Returns the square root of a number.

CategoryMath
SyntaxSQRT(number)

Parameters

ParameterRequiredDescription
numberRequiredThe number for which you want the square root.

Example

SQRT(144)        // → 12
SQRT(2) // → 1.4142…

Auto-generated from the EngCanvas function registry.