Skip to content

Dineth-De-Silva/Cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cal

Simple calculator

Screenshot1

  • This standard calculator is made up with C#.net and WPF framework.
  • This is fully supported on .Net Framework 4.8 or newer version
  • This has custermized buttons and some other controlers instead of standard wpf controlers to get a new look.
  • This is standard and does not use BODMAS rule at all.
  • In this calculator you can use numbers from ±1.0 x 10-28 to ±7.9228 x 1028 for any operation.
  • If you try to use a number out of the range the calculator will output an error sound.
  • When you running cal, if an error occured on permissions, try to run the cal again by giving administrative permissions
  • Before running inno setup installation files (.iss files), build cal on Visual Studio seperatly in 32bit and 64bit by debugging

All tasks that Cal can done

  1. Simple operations
  • Addition
  • Substraction
  • Multiplication
  • Divition
  1. Memory handling
  • MRC
  • M+
  • M-
  1. Calculating of percentages

License

MIT License

Copyright (c) 2021 D. A. Dineth De Silva

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.