Table of Contents

Sqr or Sqrt

Format

sqr ( expression )
sqrt ( expression )

Description

Returns the square root of the number expression.

Example

print sqr(2)
print sqrt(10)

will print

1.414214
3.162278

New To Version

0.9.6.51