Skip to content

Basic scientific CLI calculator using Qt Creator Framework

Notifications You must be signed in to change notification settings

Miguel-Gotor/CLI_Calculator

Repository files navigation

CLI Calculator

Basic Command Line Interface scientific calculator using Qt Creator Framework

Did this to learn Qt. Heavily inspired in the Speedcrunch Calculator
Icon by Cosmin Negoita

Features basic opperations such addition, subtraction, division, multiplication... but also exponentials and square roots, nest operations inside parentheses. Using a recursive descent parser, it analyzes the string of characters and divides by priority levels to solve it in order, respecting the hierarchy of operations.

It also includes the typical mathematical constants (Pi, Phi, e...).

Commands

  • test
  • clear
  • close
  • ans

The taskbar is unfinished, except for the Edit, View and Help tabs.\

About

Basic scientific CLI calculator using Qt Creator Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published