Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-19 | mp-serializer: init MPNumbers outside of loop | mbkma | 1 | -8/+8 | |
2021-03-18 | mp-serializer: fix memory leaks reported by valgrind | mbkma | 1 | -3/+9 | |
2020-11-09 | Fix most conversion warnings. | mbkma | 1 | -2/+3 | |
2020-04-25 | Fix empty string return for canceling complex expressions | Rolfe Power | 1 | -1/+4 | |
2020-04-14 | Remove -Wshadow warnings | rbuj | 1 | -2/+2 | |
2020-04-09 | Use only one mp_clear statement per line | rbuj | 1 | -3/+11 | |
2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 1 | -32/+56 | |
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 1 | -4/+4 | |
2019-06-03 | mp-serializer: fix scientific presentation of complex numbers | mbkma | 1 | -3/+5 | |
So that z = re(z) + im(z) will be displayed with the "+" in scientific notation. In mp_serializer_to_string: DISPLAY_FORMAT_AUTOMATIC I removed the workaround for this issue, so big (or small) imaginary numbers will be displayed in scientific notation again (as against fixed notation before) automatically. | |||||
2019-04-24 | display small numbers in scientific notation | mbkma | 1 | -2/+7 | |
in number format: automatic | |||||
2019-04-24 | Revert "fixes issues 25 and 26" | raveit65 | 1 | -7/+2 | |
This reverts commit 1f84e1918c1f1ca57fa63f72b7c1f39c5c4563ac. | |||||
2019-04-24 | fixes issues 25 and 26 | mbkma | 1 | -2/+7 | |
2019-01-30 | mp-serializer: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2012-11-24 | Update codebase. | Steve Zesch | 1 | -0/+617 | |