我的程序的这一部分应该使用余弦规则计算bottomAngle。
public double bottomAngle() {
topAngleinRadians = Math.toRadians(topAngle) ;
return (Math.cos(topAngleinRadians)(bottomAngle() = ladderLength^2 + floorLength^2 - verticalHeight^2) / 2 * ladderLength * floorLength) ;
}
产生的错误:
这是我的错误列表,我无法弄清楚我的公式有什么问题。所有方法,如 verticalHeight 、 ladderLength 在其他方法中都可以正常工作。我提出这个公式的方式有问题。你能帮帮我吗?