sqrt

The sqrt method the square root of x.

 

Syntax

System.Double sqrt(System.Double x);

 

Parameters

x

Number

 

Return Value

Returns the result of the operation.

 

Remarks

Member of Math.

 

Example