summaryrefslogtreecommitdiff
path: root/src/mp-serializer.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09Fix most conversion warnings.mbkma1-2/+3
2020-04-25Fix empty string return for canceling complex expressionsRolfe Power1-1/+4
2020-04-14Remove -Wshadow warningsrbuj1-2/+2
2020-04-09Use only one mp_clear statement per linerbuj1-3/+11
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-32/+56
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
2019-07-03Remove trailing whitespacesLaurent Napias1-4/+4
2019-06-03mp-serializer: fix scientific presentation of complex numbersmbkma1-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-24display small numbers in scientific notationmbkma1-2/+7
in number format: automatic
2019-04-24Revert "fixes issues 25 and 26"raveit651-7/+2
This reverts commit 1f84e1918c1f1ca57fa63f72b7c1f39c5c4563ac.
2019-04-24fixes issues 25 and 26mbkma1-2/+7
2019-01-30mp-serializer: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2012-11-24Update codebase.Steve Zesch1-0/+617