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

Calculator implementation with Apache Wicket in Eclipse.

Notifications You must be signed in to change notification settings

artem-shorokhov/WicketCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Calculator implementation with Apache Wicket in Eclipse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published