A lightweight JavaScript CAS for comparing expressions and equations. It is used throughout Khan Academy's interactive exercises. What can it do? It can parse plain text math, LaTeX, or a mix of both: var expr = KAS.parse("3x \\frac{42}{42} sin^2y").expr; expr.print(); // "3...