A PHP library for solving simple equations with variables without using eval(). It both converts equations from text (infix) format to RPN (postfix) format and solves RPN formatted equations, ...