libqalculate:master

Last commit made on 2024-04-21
Get this branch:
git clone -b master https://git.launchpad.net/libqalculate

Branch merges

Branch information

Name:
master
Repository:
lp:libqalculate

Recent commits

0f1c6ee... by Hanna K <email address hidden>

Ask for the desired interpretation the first percent addition is used (e.g. 100 + 10% equals 110 or 100.1)

aa90432... by Hanna Knutsson <email address hidden>

Merge pull request #646 from afishhh/number-infinity-eq-fix

Fix `Number.equals()` when allow_infinite = true

84369a7... by Fishhh <email address hidden>

Fix `Number.equals()` when allow_infinite = true

`Number.equals()` would previously return different results depending on
which value is `this` and which one is `o` when comparing an infinity
with a finite value.

aa7eb84... by Hanna K <email address hidden>

Fixes for equations with if() function; Add support for column vector in if() function; Add example to multiples() function; Do not show error for 2nd argument with unknown variable in root() function; Tweak code for parenthesis use with scientific notation, awg() assumptions in eqautions workaround, and in find_x_var() (without any noticable change in outcome); Fix precision for approximate data set number values, without uncertainty explicitely specified, with positive scientific e-notation exponent; Ignore two's input setting for hexadecimal floating-point literals using 0x...p... notation; Update Swedish translation

348fc60... by Hanna K <email address hidden>

Add Sun to planets data set (issue #642); Add solar radius, mass, and luminosity as units

3d2b5dc... by Hanna K <email address hidden>

Relax conditions for (x^a)^b=x^(a*b) and x^a*x^b=x^(a+b) when complex numbers are deactivated (fixes issue #640, and other potential issues)

deb840f... by Hanna K <email address hidden>

Add support for solving root(a, x)=b (requires rational value for ln(a)/ln(b)); Use parentheses for exponent using scientific notation (wuth power of 10); Improve awg(x)=... and awgd(x)=... assumptions workaround; Add checkAvailableVersion() variant returning package URL; Update ChangeLog; Update Swedish translation

f87048d... by Hanna K <email address hidden>

Add multiples() function

03740e0... by Hanna K <email address hidden>

Add powertower() function; Add recursive depth limit to avoid running out of stack memory (causing segfault)

fa0c0ff... by Hanna K <email address hidden>

Fixes for help in qalc and man page (issue #638)