Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Sqr() Returns the square root of a number

Sub mathF9()     Debug.Print Sqr(9) End Sub