Easy Tutorial
❮ Func Split Vbscript Conditionals ❯

VBScript Sqr Function



The Sqr function returns the square root of a number.

Note: The number parameter cannot be negative.

Syntax

Parameter Description
number Required. A valid numeric expression greater than 0.

Example

Example

The above example outputs:


❮ Func Split Vbscript Conditionals ❯