Skip to content

Qalculate! version 4.2.0 (GTK GUI)

Compare
Choose a tag to compare
@hanna-kn hanna-kn released this 25 May 18:37
· 103 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:

  • Use formatted output in status display
  • Do not add separator line if history duplicate was prevented
  • Case-insensitive history search
  • Use different font sizes for expressions, messages, and results in history
  • Ellipsize long completion names list
  • Insert minus instead of executing RPN operation, on key press, when last character is e
  • Updated Tab key behaviour, e.g. cycle through completion items on subsequent tab key presses, and traverse items if tab key is unbound
  • Fix action (e.g. conversion, factorization) on uncalculated expression
  • Fix scaling of result (when it does not fit)
  • Show warning when log() is used with a single argument, and always show second argument of log()
  • Option to plot real and imaginary parts separately (enabled by default)
  • Polar plot style
  • Ask the user for the desired sinc() variant (unnormalized or normalized)
  • Support for binary-coded decimals (BCD)
  • Show names with underscore capitalized and with underscore removed (with some exceptions)
  • Variable spacing of x values in plot (unless step size is used) (libqalculate)
  • Updated plot() function with arguments for specification of plot options (in any order after the third argument) (libqalculate)
  • Additional information units (libqalculate)
  • Units for volumetric flow rate (libqalculate)
  • Tradtional numbers (e.g. dozen, score) (libqalculate)
  • Make names with a single character followed by digits case-sensitive with suffix by default (libqalculate)
  • Accept more than two arguments in gcd() and lcm() (libqalculate)
  • Interpret a single vector argument as a list of arguments if function requires more than one argument (libqalculate)
  • Fix limit of floor(), ceil(), and trunc() (libqalculate)
  • Fix plotting of derivatives and integrals (libqalculate)
  • Fix randpoisson() (libqalculate)
  • Fix reactivation of object, after object that caused deactivation is removed (libqalculate)
  • Minor bug fixes and feature enhancements

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

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

Download Windows binaries here (updated 2022-05-26 with version number fix):
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/.