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

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

 
 
 

Contributors