Skip to content
/ calc Public

Commandline programmer calculator

License

Notifications You must be signed in to change notification settings

radj307/calc

Repository files navigation

calc

Commandline expression calculator for Windows & Linux.

image

Features

  • Multiprecision (Big numbers support)
  • Variables
  • Functions
  • Bitwise Operators: [ ~ | & ^ << >> ]
  • Logical Operators: [ == != < > <= >= ]