/GraphingCalculator

A JavaFX based, GUI graphing calculator.

Primary LanguageJava

Graphing Calculator

Screenshot Screenshot Screenshot

A JavaFX based, scientific & graphing calculator.

Computation is handled by a recursive-descent parser, that builds abstract expression trees. Parser implementation was adapted from public domain code to include variable evaluation, and ahead-of-time compilation of the expression, expanded unary function support, and more.

(c) Jocelyn Mallon, 2019