Skip to content

tirnak/cli-java-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simple command-line Java calculator

requires java 7

to run:

$ chmod +x run.sh
$ ./run.sh

and type in the expression.

Handles:

  • brackets
  • sin, cos, exp functions
  • add, substract
  • multiply, divide
  • order of operations
  • integer, float point input, negative numbers

About

Simple Java calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published