javaScriptSelfLearner
javaScriptSelfLearner
DIAdiscord.js - Imagine a boo! 👻
Created by javaScriptSelfLearner on 10/5/2023 in #djs-questions
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?
2 replies