Square root

sqrt expression

Returns square root of the expression.

Example:

print sqrt 4
print sqrt 0

Output:

2
0

See also:

Table of Content