libqalculate:gmp-mpfr-numbers

Last commit made on 2017-08-02
Get this branch:
git clone -b gmp-mpfr-numbers https://git.launchpad.net/libqalculate

Branch merges

Branch information

Name:
gmp-mpfr-numbers
Repository:
lp:libqalculate

Recent commits

5018b5c... by Hanna K <email address hidden>

Avoid unnecessary calculations when no unit conversion has occurred; Convert very large or small rational numbers to float during output; Min decimals and show ending zeroes fixes; Handle errors on thread read and write (seems to solve issue #38)

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

Handle errors on thread read and write (seems to solve issue #38)

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

Fix compiler warnings without readline

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

Infinity fixes; Exp mode and max decimals fixes

4c6c854... by Hanna K <email address hidden>

Fix crash with integers when max decimals set

607c2c4... by Hanna K <email address hidden>

Stop asin(-10^1000*i)=-infinity; Add support for max decimals for floating point numbers (mpfr_t)

18075f7... by Hanna K <email address hidden>

Update README, Swedish translation, and ChangeLog

1140c60... by Hanna K <email address hidden>

Increase efficiency of e; e^(ln(x)) = x for non-zero numbers; Misc.

40e7ef1... by Hanna K <email address hidden>

Fix Number::exp() for complex numbers; Fix (-a)^(1/b)

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

Fix rand(); Use default evaluation options with approximate calculation in plot function