Skip to content

Calculator with basic operations. Also can calculate in Integer mode.

Notifications You must be signed in to change notification settings

albonigrum/BasicCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicCalculator

BasicCalulator have two methods:

long calculateInt(String expression);
double calculateFloat(String expression);

Now BasicCalculator can calculate expressions with:

  • +
  • - (unary minus can be in parentheses or in beginning of expression)
  • *
  • /
  • ()
  • and numbers in 10-radix(integer, fractional available only in calculateFloat)

About

Calculator with basic operations. Also can calculate in Integer mode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages