Math.pow:Another method in the Math class that raises a number to a specified power.
Math.random: A method in the Math class that generates random numbers between 0.0 and 1.0.
Math.abs: A method in the Math class that returns the absolute value (positive value) of a given number.