nicolewhite / algebra.js

Build, display, and solve algebraic equations.
http://algebra.js.org
MIT License
1.34k stars 111 forks source link

Question regarding sin(x)=0.7 #49

Closed sonnyk22 closed 8 years ago

sonnyk22 commented 8 years ago

Is there a way that AlgebraJS is able to solve equations such as sin(x)=0.7 or similar? If not, what I need to do on my end, so that the latest version of AlgebraJS can solve it?

nicolewhite commented 8 years ago

There are no plans to support trigonometric operations in the near future.

controversial commented 8 years ago

@nicolewhite How hard would this be to implement? I would think that given JavaScript's functions like Math.sin and Math.asin, this should be fairly trivial, but I don't pretend to understand the workings of this project. Still, I think that this could be a relatively easy thing to check off

Is there a tasklist somewhere describing what is planned?