Skip to content

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

License

Notifications You must be signed in to change notification settings

NICUP14/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.