FloatMath.sqrt()
Error:(95, 30) 错误: 找不到符号
符号: 方法 sqrt(float)
位置: 类 FloatMath
解决办法:
改为 (float)Math.sqrt()
转自:https://blog.youkuaiyun.com/huahuahua333686/article/details/53320721
FloatMath.sqrt()
Error:(95, 30) 错误: 找不到符号
符号: 方法 sqrt(float)
位置: 类 FloatMath
解决办法:
改为 (float)Math.sqrt()
转自:https://blog.youkuaiyun.com/huahuahua333686/article/details/53320721