/
lang
/ sqr
Sqr
Syntax
Value
= Sqr (
Number
AS Float
)
Computes the square root of a number.
Errors
Message
Description
Mathematical error (#19)
Number
is negative.
Example
PRINT Sqr(2)
1.414213562373
See also
Logarithms & Exponentials Functions