forked from pool/qalculate
Accepting request 903874 from home:susnux:branches:science
Update to 3.19.0 OBS-URL: https://build.opensuse.org/request/show/903874 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=11
This commit is contained in:
parent
c40a13e6cc
commit
c4f53b12e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed7263f48d12a1dd94fe105156a6563125e9b3fe6361e9a9deb5b0ea5cbf03cf
|
|
||||||
size 1788899
|
|
3
libqalculate-3.19.0.tar.gz
Normal file
3
libqalculate-3.19.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc
|
||||||
|
size 2007385
|
@ -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>
|
Tue Apr 6 14:04:06 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 21
|
%define major 21
|
||||||
%define libname libqalculate
|
%define libname libqalculate
|
||||||
Name: qalculate
|
Name: qalculate
|
||||||
Version: 3.18.0
|
Version: 3.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-purpose desktop calculator application
|
Summary: Multi-purpose desktop calculator application
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user