Square Root of a Number
You can use Math.sqrt()
to find the square root of a number:
Example
Find the square root of 64:
Math.sqrt(64);
You can use Math.sqrt()
to find the square root of a number:
Find the square root of 64:
Math.sqrt(64);