JAVA math 方法里面mathpow错误

double d = (double)Math.sqrt(Math.pow(slug[i].y,2)+Math.pow(slug[(i+1)%4].y));
这一串东西 报错

Math.pow方法是2个参数的,你后面那个只传了一个参数进去,所以报异常了。
温馨提示:答案为网友推荐,仅供参考
相似回答