Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 517 Bytes

WicketCalculator

Calculator implementation with Apache Wicket in Eclipse.

Features:

• works with numbers of any length (BigDecimal is used to store result);
• can calculate sequence of operations;
• sequentual operations are performed from left to right - not by priority;
• ± button is used to add '-' before negative number, not as negate operation;
• this is CASIO.

Example: 2 + 2 * -2 = -8

calculator.zip contains exploded war ready to deploy to webcontainer like Tomcat.