Advertising banner:

History
 
 Sqr
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Sqr
 
Sqr (math)
Purpose
Returns the square root of any valid numeric expression as a floating-point number.
Syntax
Sqr (NumericExpression)
Example
Sub Main()
        Print "The square root of 2 is:", Sqr(2)
End Sub