Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > Sqrt

Sqrt

Gets the square root of a number.

Syntax

Sqrt(Number)

Number:

Any positive number.

Return Value

The square root of Number.

Related Functions

Pow

Example

Variable=Sqrt(4);
! Sets Variable to 2.

See Also

Math/Trigonometry Functions