Personal Calculator.NET is a text mode calculator written in the C#.NET programming language, the primary goals of this project being, to create a useful text mode calculator that is robust, extensible, and programmable.
Features
- Arithmetic operators: + - * /
- Algebraic functions: log ln lb ** // %
- Trigonometric functions: cos sin tan acos asin atan deg rad
- Binary operators: & | ^ !
- Boolean (conditional) operators: == <= < > >== !=
- Boolean values: true false
- Hexadecimal values: ending with h, as in 18h
- Octal values: ending in o as in 10o
- Binary values: ending in b as in 1001b
- Multi-expression syntax: use semicolon to separate contextual expressions
- Implicit last result: 18+12; $ - 4 becomes 18 + 12; - 4
License
GNU General Public License version 3.0 (GPLv3)Follow Personal Calculator.NET
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Easy for use.