Sqr

value = Sqr ( Number )

Computes the square root of a number.

Example :

PRINT Sqr(2)
=> 1.414213562373


Referenced by :