Javascript Sqrt() Function

The sqrt() function of math object returns the square root of a given number. Use it for example to get square root of a given number.

Syntax

Javascript Sqrt() Function Example