Skip to content

Qalculate! version 4.7 (GTK GUI)

Compare
Choose a tag to compare
@hanna-kn hanna-kn released this 03 Jul 14:01
· 53 commits to master since this release

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:

  • Allow multiple actions for keyboard shortcuts
  • Add toggle precision, and min, max, or min and max decimals to available shortcut and button actions
  • Add option to exclude units for unformatted ASCII copy
  • Add optional value to copy result action, allowing expression copy and formatting selection
  • Support for custom default angle unit, e.g. turn, arcsec, arcmin
  • Fix copy unformatted ASCII when local digit group separator is same as selected decimal separator
  • Append default angle unit (instead of always radians) when converting value without unit to angle unit (libqalculate)
  • More consistent addition and removal of angle unit from function arguments (libqalculate)
  • Always interpret ./, .*, and .^ as entrywise operators if user intention is unclear (libqalculate)
  • Change order of operations to place entrywise and ordinary operators on the same precedence level (libqalculate)
  • Add function, kron(), for Kronecker product, and constants for Pauli matrices (libqalculate)
  • Add radius to planets dataset and update other properties (libqalculate)
  • Support replacement of unknown variables within variable values (libqalculate)
  • Fix besselj(0, 0) (libqalculate)
  • Fix incomplete calculation in tan() with try exact approximation (libqalculate)
  • Fix 0/0=0 equality (do not return true) and output of 2/0 (and similar) (libqalculate)
  • Fixes and improvements for newtonsolve() and secantsolve() (libqalculate)
  • Minor bug fixes and feature enhancements

Download the source code here:
qalculate-gtk-4.7.0.tar.gz

Download the source code of libqalculate here:
libqalculate-4.7.0.tar.gz

Download Windows binaries here:
64-bit installer
32-bit installer (use compatibility mode to avoid keyboard input issues)
64-bit zip (unpack and run without further installation; no application data are read or written outside of the unpacked directory)
32-bit zip
The 64-bit binaries can now also be installed using the Windows Package Manager (winget). The new Qt GUI requires Windows 10 or later.

GNU/Linux binaries:
A flatpak package is available at https://flathub.org/apps/details/io.github.Qalculate.
A snap package is available at https://snapcraft.io/qalculate.
64-bit (x86) self-contained binaries (extract and run from anywhere on most GNU/Linux distributions; no translations included)

For more information visit the website at http://qalculate.github.io/.