Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.11 KB

Calculator

An efficient, lightweight, keyboard-centric calculator utility written in pure C#

Directory Role
src The Project's source files folder
docs The Project-related documentation folder

Features

  • Infinite precision for arithmetic operations
  • Expression evaluation following the order of operations
  • Efficient expression modifications
  • Keyboard shortcut support
  • Button warning support

Roadmap

  • Implement the infinite precision arithmetic library
  • Implement the expression parser and manipulator libraries
  • Design and implement the application's user interface
  • Implement the keyboard shortcut capabilities
  • Implement the button warning capabilities
  • Resize the application's user interface
  • End-of-project general refactoring
  • License project under the MIT license
  • Provide project-related documentation

The "Calculator" project is now ready to be publicly released

License

Copyright © 2022 Nicolae Petri

Licensed under the MIT License.