Skip to content

Releases: hungryalgo/simple-visual-calculator

Early Release

01 May 07:22
Compare
Choose a tag to compare

First completed draft with all the required functions.

support addition, subtraction, multiplication, division, and exponentiation.
support arbitrarily large numbers, but not scientific notation or alternate bases.
Equations to solve should be entered whole and resolved when the “equals” key is pressed, as in a scientific calculator.
Edit and re-evaluate equations after the initial resolution through a History text field.

Ajax calls through JQuery.get, backend using RESTEasy with Java.
Build file using ANT.
Deployable through Tomcat 8.0.5.
Design document in /Doc