https://bugs.kde.org/show_bug.cgi?id=407318
Christoph Feck changed:
What|Removed |Added
Version Fixed In||19.08.0
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=407318
Marcelo Mariano changed:
What|Removed |Added
CC||marcelo.hs.mari...@gmail.co
https://bugs.kde.org/show_bug.cgi?id=407318
--- Comment #5 from Evan Teran ---
I wrote the knumber library that wraps gmp in kcalc. It is definitely in need
of some modernization and perhaps arblib is worth looking into as a replacement
for it's big number capabilities.
I'll look into it!
--
Y
https://bugs.kde.org/show_bug.cgi?id=407318
--- Comment #4 from Aaron Williams ---
My coworker suggests using libarb instead of libgmp since libgmp cannot
guarantee precision. See http://arblib.org
He ran into the same issue when he developed his calculator app using libgmp as
I ran into with KC
https://bugs.kde.org/show_bug.cgi?id=407318
--- Comment #3 from Aaron Williams ---
ldd /usr/bin/kcalc | grep mp
libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x7fb0a9875000)
libKF5Completion.so.5 => /usr/lib64/libKF5Completion.so.5
(0x7fb0a09dc000)
This is the version supplied
https://bugs.kde.org/show_bug.cgi?id=407318
Christoph Feck changed:
What|Removed |Added
Status|NEEDSINFO |CONFIRMED
Severity|normal