Skip to content

Evaluates arithmetic or boolean expressions in polish notation

License

Notifications You must be signed in to change notification settings

ihavenonickname/expression-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Expression evaluator

Evaluates arithmetic and boolean expressions in polish notation.

Arithmetic expressions:

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Modulus (%)

Accepts real numbers.

Boolean expressions:

  • Conjunction (*)
  • Disjunction (+)
  • Negation (!)

1 is true, 0 is false.

About

Evaluates arithmetic or boolean expressions in polish notation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages