Skip to content

zandreika/console-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console calculator

How to use

  • Run program
  • Input math expression
  • Press Enter for calculate

Supported operations

1. Arithmetical

Unary
  • -
  • +
  • ! - factorial
  • sqrt
  • sin
  • cos
  • tg
  • ctg
  • log
Binary
  • +
  • -
  • *
  • /
  • %
  • ^

2. Logical

Unary
  • not
Binary
  • ||
  • &&

3. Bit

  • or
  • xor
  • and
  • >>
  • <<

4. Comparison

  • ==
  • !=
  • >
  • >=
  • <
  • <=

Math Constants

  • pi
  • e

About

Simple console calculator based on Reverse Polish Notation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages