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