All Subjects
Light
AP Computer Science A
This term refers to the Math class in Java and its sqrt() method. The sqrt() method calculates the square root of a given number "n".
Math.pow(): A method in the Math class that raises a number to a power.
Math.random(): A method in the Math class that generates random numbers between 0 and 1.
Math.abs(): A method in the Math class that returns the absolute value of a number.