https://github.com/jpt13653903/engcalc
Engineering Calculator and Unit Converter
https://github.com/jpt13653903/engcalc
calculator unit-converter
Last synced: 4 months ago
JSON representation
Engineering Calculator and Unit Converter
- Host: GitHub
- URL: https://github.com/jpt13653903/engcalc
- Owner: jpt13653903
- License: gpl-3.0
- Created: 2018-07-14T08:13:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T07:08:45.000Z (7 months ago)
- Last Synced: 2025-03-09T08:19:04.740Z (7 months ago)
- Topics: calculator, unit-converter
- Language: C++
- Homepage: https://sourceforge.net/p/alwaysontopcalc/wiki
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Engineering Calculator
A lightweight, yet handy math expression evaluation and unit conversion utility that is always at your fingertips.
## Installation Instructions
1. Download [EngCalc - 1.10.zip](https://sourceforge.net/projects/alwaysontopcalc/files/latest/download)
1. Unzip the archive to your favourite folder
1. Run `bin\EngCalc.exe`## Changes from Version 1.9
- Fixed a bug where "Enter" and "Escape" keys
would change to "Radians" and "Decimal", respectively## Changes from Version 1.8
- Added "feet & inches" and "deg, min, sec" display modes
## Changes from Version 1.7
- Added option to output using comma-based decimal point
- Added a feature to change the number of significant figures## Changes from Version 1.6
- Added bit-wise logical operators
## Changes from Version 1.5
- All number formats can now have a decimal or binary exponent, by means of "e" or "p", respectively.
## Changes from Version 1.4
- Added the RightSpace command-line parameter
- Added Degrees command-line option
- Moved the default position to be Windows 10 compatible
- Added a lb function (log to base 2)## Changes From Version 1.3
- Fixed bug with negative binary and hexadecimal numbers.
## Changes From Version 1.2
- Added the operator '%' for 'modulus'
- Creates a notification icon instead of a taskbar button
- Digit grouping can be switched off## Changes From Version 1.1
- Unicode support
## Changes From Version 1.0
- XML converter configuration file
- Many more conversions come as standard
- Some minor code changes to Calculator.cppSee the [Wiki](https://sourceforge.net/p/alwaysontopcalc/wiki) for more information.