
Programs for your handheld graphing calculator that remember formulas, find solutions, and even show step-by-step work for solution.
The Math Notation Converter converts standard mathematics notation to Javascript notation. The converter removes whitespace, and explicitly inserts implied multiplication. For example, 5 sin(2x) + 1 (standard mathematics)
becomes explicitly, 5*sin(2*x)+1 (Javascript notation).