Jep is a Java package for parsing and evaluating mathematical expressions. It currently supports user defined variables, constants, and functions. The open-source Jep project was halted in favor of commercial development of version 3.0 upwards.
Currently, this project consists of a pure java mathexpressionparser optimized for repeated evaluation. Development of an interactive 3D math visualization application based on this parser is planned for the future.