github Qalculate/libqalculate v0.9.8
Qalculate! version 0.9.8 (library and CLI)

latest releases: v5.0.0, v4.9.0, v4.8.1...
7 years ago

After almost a decade of very little development, the project has been revived and during the last two months many improvements have been made, until it is now time to release a new version.

Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface (GTK+ and CLI).

Qalculate! version 0.9.8 includes many bug fixes, but due to limited testing some new bugs have probably been introduced. Any external applications using libqalculate need to be recompiled to function properly with the new version.

Changes:

  • Lots of bug fixes and minor improvements
  • Three different parsing modes can be chosen from (providing mainly different handling of implicit multiplication). The default 'adaptive' mode has been enhanced.
  • By default prefixes will not be added to for example imperial units.
  • Changed handling of degrees Celsius and Fahrenheit. Conversion will take place already during parsing.
  • When converting to unit without prefix, no prefix will be added to the result unless the unit expression is prepended with '?' ('0' works in the opposite direction).
  • Option to ignore commas in numbers (for use as thousands separator).
  • Possibility to abort slow number printing without using crash prone thread cancellation (use Calculator::startPrintControl() and related functions).
  • New function: fibonacci (Qalculate! can now tell you that the millionth fibonacci number is approximately 1,953282129 * 10^208987, although for obvious reasons the exact number cannot be displayed).
  • New units: Hartree, Rydberg, Dalton (same as u)
  • Currencies have been updated to reflect the available data from ECB.
  • Physical constant have been updated with the CODATA values from 2014.
  • Use ~/.local and ~/.conf to store configuration and definitions
  • 'to' can now not only be used for conversion to unit expressions. "to bin", "to oct", "to hex" and "to bases" changes number base displayed, "to factors" factorizes, "to fraction" displays as fraction, and "to base" and "to optimal" auto-converts units. (CLI)

Download the source code here:
libqalculate-0.9.8.tar.gz

A matching version of the graphical user interface of Qalculate! has also been released with many enhancements (see https://github.com/Qalculate/qalculate-gtk/releases/tag/v0.9.8).

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

Don't miss a new libqalculate release

NewReleases is sending notifications on new releases.