Math.sqrt methods
| Explanation | Find the quare root. | |
| Call format | var v = Math.sqrt (x) | |
| Return value | Returns the square root of x in Number. | |
| Arguments | Number x | Value to find the square root |
| Exception | None | |
| Example of use | | |
| Related item | pow method | |
| Explanation | Find the quare root. | |
| Call format | var v = Math.sqrt (x) | |
| Return value | Returns the square root of x in Number. | |
| Arguments | Number x | Value to find the square root |
| Exception | None | |
| Example of use | | |
| Related item | pow method | |