Equations
I’m doing a physics simulator for fun , however i need something to solve equations like 5=4+4X
tried to use mathJs , but it either wants me to write it as X = (5-4)/4 to be able to calculate X ( which is utter nonsense) or I don’t understand how to use it.
Is there a way to do it or should I implement my own methods?
1 Reply
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OP