summaryrefslogtreecommitdiff
path: root/src/test-mp-equation.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-05fixes incorrect parenthesis handlingmbkma1-3/+4
reverts commit 731bdfe3591618759a44d9382b49952e781a01bd
2020-01-12fixes precedence of functions i.e. the result of -ln(1) and add according testsmbkma1-0/+32
2019-07-03Remove trailing whitespacesLaurent Napias1-16/+16
2019-05-07test-mp-equation: add tests for physical constantsmbkma1-2/+16
It was necessary to change the test() function as well, in order to have variable trailing_digits size. Otherwise most constants would be shown as zero. So there is a "#define test(X, Y, Z) Test(X, Y, Z, 9)". Now test() works with trailing_digits size 9, and Test() with a variable trailing_digit size.
2019-04-30Unit tests: pi constant, ln (e^iπ)rbuj1-0/+2
2018-12-29Remove dublicated assignmentPavel Shlyak1-1/+0
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details
2017-03-15drop old GLib codemonsta1-3/+0
2013-10-28Fix g_type_init deprecationsStefano Karapetsas1-0/+2
2012-11-24Update codebase.Steve Zesch1-0/+630