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:
- Improve factorization and simplification (particularly with radicals, logarithms, and absolute value)
- Add ton of refrigeration, slug, mol/dm³, mol/L, and molar units
- Add pcm, ppm, ppb, ppt, and ppq (parts per …), and lakh and crore variables
- Add XAG, XAU, XPD, and XPT currencies (precious metals)
- Use a maximum 4 decimals and minimum of 2 decimals by default for display of value of converted currencies
- Improve handling of "to mixed" after previous conversion statement (e.g. "1 m to in to mixed")
- Improve interval calculation, with interval arithmetic, with division by zero and/or both real and complex numbers in derivative of expression
- Treat 0^0 as undefined (instead of equal to 1), and fix limit for 0^0
- Set initial random seed using /dev/random (or BCryptGenRandom on Windows)
- Do not show warning about denominators assumed non-zero when converting to expression with non-unit objects
- Do not show negative exponents (if "negexp" is deactivated) when expressions contains unknown variables, even if all units have negative exponents
- Do not show possibly real expression in complex exponential form
- Initial support for comparison of vectors and matrices
- Allow use of apostrophe as thousands separator in input, when specified as such by locale
- Fix segfault with recursive variable in "where" expression
- Fix segfault in some cases when argument in det() contains only a single element
- Fix wrong simplification of "sin(2-cosh(x)^2/x+x)"
- Fix negative exponents always used for units with rounding set to (halfway) down or up
- Fix file paths with non-ASCII characters on Windows
- Fix loading of history on Windows
- Minor bug fixes and feature enhancements
Download the source code here:
libqalculate-5.10.0.tar.gz
Download the source code for the graphical user interfaces (qalculate-gtk and qalculate-qt) here:
qalculate-gtk-5.10.0.tar.gz
qalculate-qt-5.10.0.tar.gz
Download Windows binaries here:
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:
flatpak packages (recommended) are available at https://flathub.org/apps/details/io.github.Qalculate.qalculate-qt (Qt GUI) and https://flathub.org/apps/details/io.github.Qalculate (GTK GUI).
A snap package are available at https://snapcraft.io/qalculate (GTK GUI).
64-bit (x86) self-contained binaries (GTK GUI) (extract and run from anywhere on most GNU/Linux distributions; no translations included)
For more information visit the website at http://qalculate.github.io/.