Menu

Tree [2ed64b] master v1.11 /
 History

HTTPS access


File Date Author Commit
 Screenshots 2018-08-09 John-Philip Taylor John-Philip Taylor [850c27] Housekeeping
 Source 2025-07-19 John-Philip Taylor John-Philip Taylor [2ed64b] Added \cAir as a constant to Calculator
 .gitignore 2018-08-09 John-Philip Taylor John-Philip Taylor [850c27] Housekeeping
 .gitmodules 2018-08-09 John-Philip Taylor John-Philip Taylor [850c27] Housekeeping
 CODE_OF_CONDUCT.md 2018-07-22 John-Philip Taylor John-Philip Taylor [39d884] Create CODE_OF_CONDUCT.md
 LICENSE 2018-07-14 John-Philip Taylor John-Philip Taylor [b411db] Create LICENSE
 Makefile 2021-05-20 John-Philip Taylor John-Philip Taylor [073a94] Updated the Makefile to use "$(MAKE)" instead o...
 Readme.md 2025-07-19 John-Philip Taylor John-Philip Taylor [2ed64b] Added \cAir as a constant to Calculator
 ToDo.txt 2021-04-21 John-Philip Taylor John-Philip Taylor [a2bde0] Version 1.9: Added "feet & inches" and "deg, mi...
 Wiki.md 2025-07-19 John-Philip Taylor John-Philip Taylor [2ed64b] Added \cAir as a constant to Calculator

Read Me

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.11.zip
  2. Unzip the archive to your favourite folder
  3. Run bin\EngCalc.exe

Changes from Version 1.10

  • Fixed the Pascal to Atmosphere conversion
  • Added the \cAir constant

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.cpp

See the Wiki for more information.