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".
A method in the Math class that raises a number to a power.
A method in the Math class that generates random numbers between 0 and 1.
A method in the Math class that returns the absolute value of a number.