Home / lang / sqr 
Sqr
Syntax
Value = Sqr ( Number AS Float )

Computes the square root of a number.

Errors

MessageDescription
Mathematical error (#19) Number is negative.

Examples

PRINT Sqr(2)
<hr>1.414213562373

See also

Logarithms & Exponentials Functions