How to correctly format math expressions in java

后端 未结 0 1812
我在风中等你
我在风中等你 2020-12-17 17:05

I have this given math expression and Im trying to solve it in java.

3 + (3 * Math.sqrt(2) * x) - (13 * Math.pow(x, 2)) - (Math.sqrt(2) * Math.pow(x, 3)) + (4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题