Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 618 Bytes

File metadata and controls

11 lines (7 loc) · 618 Bytes

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