I'm writing a piece of client-side javascript code that takes a function and finds the derivative of it, however, the regex that's supposed to match with the power rule fails to ...
I'm at the moment trying to plot formulas on HTML5 <canvas> by letting the user put in a formula. This works great through eval(); however, the ^ means bitwise XOR in ...