js-solver
v0.0.2
Published
Algebraic equation solving helper library
Downloads
9
Readme
##js-solver ###algebraic equation solving helper library
##include
##usage
##more in depth example
##Bonus These are also valid equations
Valid Math defaults: abs acos asin atan atan2 ceil co exp floor log pow E PI sin sqrt tan
###notes: The equations are evaled, so be aware of that. Also I used with(Math) to get the math stuff to eval... yeah...