正文

Java中调用开根号函数的方法:使用Math类中的sqrt()方法。例如:Math.sqrt(9)将返回3.0。