In Java, which function returns a double value representing the square root of a given number?
Math.sqrt()
Math.abs()
Math.square()
Math.pow()