summaryrefslogtreecommitdiff
path: root/src/mp-serializer.c
AgeCommit message (Collapse)AuthorFilesLines
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-29display small numbers in scientific notationmbkma1-2/+7
in number format: automatic
2019-04-29Revert "fixes issues 25 and 26"raveit651-7/+2
This reverts commit de580bfc5d8dfa5f734d8d152c9940a110ee65a8.
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