If you want to calculate the square root of 49, what Math function would you use?
Math.sqrt(49);
Math.squareRoot(49);
Math.square(49);
Math.root(49);