summaryrefslogtreecommitdiff
path: root/src/test-mp-equation.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08Add modular exponentiation ability and add acccording testsmbkma1-0/+5
2020-04-08test-mp-equation: Fix memory leakrbuj1-1/+4
2020-03-18add Riemann zeta function and Gauss error functionmbkma1-0/+8
2020-03-16parserfunc: fix crash when calculating nested powmbkma1-0/+1
2020-03-10Remove warnings: function declaration isn’t a prototyperbuj1-2/+2
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-2/+3
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
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