Qalculate!
- the ultimate desktop calculator
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, physical constants, symbolic calculations (including integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting, and a user-friendly interface (GTK, Qt, and CLI).
Qalculate! is free software, licensed under the GNU Public License v2 (or later).
Latest News
2022-05-25
Qalculate! version 4.2 released
General changes:
- Option to plot real and imaginary parts separately (enabled by default)
- Variable spacing of x values in plot (unless step size is used)
- Updated plot() function with arguments for specification of plot options (in any order after the third argument)
- 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)
- Additional information units
- Units for volumetric flow rate
- Tradtional numbers (e.g. dozen, score)
- Show warning when log() is used with a single argument, and always show second argument of log()
- Show single digit suffixes using Unicode subscript (CLI)
- Make names with a single character followed by digits case-sensitive with suffix by default
- Accept more than two arguments in gcd() and lcm()
- Interpret a single vector argument as a list of arguments if function requires more than one argument
- Include gnuplot with Windows binaries
- Fix limit of floor(), ceil(), and trunc()
- Fix plotting of derivatives and integrals
- Fix randpoisson()
- Fix reactivation of object, after object that caused deactivation is removed
- Minor bug fixes and feature enhancements
- Use formatted output in status display (GTK)
- Do not add separator line if history duplicate was prevented (GTK)
- Case-insensitive history search (GTK)
- Use different font sizes for expressions, messages, and results in history (GTK)
- 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 (GTK)
- Fix scaling of result (when it does not fit) (GTK)
- Fix segfault when result is a currency with quantity of one (Qt)
- Fix copy keyboard shortcut in expression entry (Qt)