SHA256
1
0
forked from pool/qalculate
Dominique Leuenberger 2021-07-07 16:29:34 +00:00 committed by Git OBS Bridge
commit cc3bd7d5b8
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed7263f48d12a1dd94fe105156a6563125e9b3fe6361e9a9deb5b0ea5cbf03cf
size 1788899

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc
size 2007385

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jul 3 19:30:44 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 3.19.0:
* Ask (once) for the correct interpretation of dots,
when comma is decimal separator
* Improve simplification of logical expressions (boolean algebra)
and add boolean assumptions for unknown variables
* Add nand and nor operators and spelled out version of logical
not operator ("not"), and interpret bitwise operators as logical
in some cases
* New functions for inverse cumulative distributions: chisqdistinv(),
fdistinv(), normdistinv(), and tdistinv()
* Add inverse incomplete beta function, betaincinv(), and improve betainc()
* newtonsolve() and secantsolve() functions for solving equations
using Newton's or secant method
* Do not return dot product when multiplication operator is used with
vectors (use "." or dot() function instead)
* Russian and German translations
* Fix cumulative t-distribution for X < 0
* Minor bug fixes and feature improvements
------------------------------------------------------------------
Tue Apr 6 14:04:06 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -19,7 +19,7 @@
%define major 21
%define libname libqalculate
Name: qalculate
Version: 3.18.0
Version: 3.19.0
Release: 0
Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later