Returns the square root of input numbers . Syntax Math.sqrt(input_number) Output is the square root of input number. System.out.println(Math.sqrt(4)); //2.0 ...
確定! 回上一頁