Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). Features include a large library of customizable functions, unit calculations and conversion, symbolic calculations (including integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting, and a user-friendly interface (Gtk, Qt, and CLI).
Changes:
- Fixes and improvements for number bases
- Fix adaptive interval display for calculate-as-you-type result
- Improve handling of "to mixed" after previous conversion statement (e.g. "1 m to in to mixed")
- Fix file paths with non-ASCII characters on Windows
- Improve factorization and simplification (particularly with radicals, logarithms, and absolute value) (libqalculate)
- Add ton of refrigeration, slug, mol/dm³, mol/L, and molar units (libqalculate)
- Add pcm, ppm, ppb, ppt, and ppq (parts per …), and lakh and crore variables (libqalculate)
- Add XAG, XAU, XPD, and XPT currencies (precious metals) (libqalculate)
- Use a maximum 4 decimals and minimum of 2 decimals by default for display of value of converted currencies (libqalculate)
- Improve interval calculation, with interval arithmetic, with division by zero and/or both real and complex numbers in derivative of expression (libqalculate)
- Treat 0^0 as undefined (instead of equal to 1), and fix limit for 0^0 (libqalculate)
- Set initial random seed using /dev/random (or BCryptGenRandom on Windows) (libqalculate)
- Do not show warning about denominators assumed non-zero when converting to expression with non-unit objects (libqalculate)
- Do not show negative exponents (if "negexp" is deactivated) when expressions contains unknown variables, even if all units have negative exponents (libqalculate)
- Do not show possibly real expression in complex exponential form (libqalculate)
- Initial support for comparison of vectors and matrices (libqalculate)
- Allow use of apostrophe as thousands separator in input, when specified as such by locale (libqalculate)
- Fix segfault with recursive variable in "where" expression (libqalculate)
- Fix segfault in some cases when argument in det() contains only a single element (libqalculate)
- Fix wrong simplification of "sin(2-cosh(x)^2/x+x)" (libqalculate)
- Fix negative exponents always used for units with rounding set to (halfway) down or up (libqalculate)
- Minor bug fixes and feature enhancements
Download the source code here:
qalculate-qt-5.10.0.tar.gz
Download the source code of libqalculate here:
libqalculate-5.10.0.tar.gz
Windows binaries:
64-bit installer
64-bit zip (unpack and run without further installation; no application data are read or written outside of the unpacked directory)
The binaries requires Windows 10 (1809) or later. They can also be installed using the Windows Package Manager (winget) or Chocolatey.
GNU/Linux binaries:
A flatpak package is available at https://flathub.org/apps/details/io.github.Qalculate.qalculate-qt.
For more information visit the website at http://qalculate.github.io/.