Small company logo:
   History
 
Advertising banner:
 
 Sqr
Home • Help • Customization Tools • FCAS • Language Reference • Sqr
 
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