how to declare a system of equations in JS

前端 未结 0 697
悲哀的现实
悲哀的现实 2020-12-25 11:15

I want to make a graphing calculator, but I have a problem I can\'t explain I just have to show you.

x = 0;
m = y - b / x;
y = (m * x) + b;
b = ((-1 * m) * x)         


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