Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-01 | Remove warning about unused parameters in `ìnt main` function | rbuj | 1 | -1/+1 | |
2020-09-04 | fix calulation of x^q, where 1/q is a negative integer | mbkma | 1 | -0/+1 | |
2020-07-05 | fixes incorrect parenthesis handling | mbkma | 1 | -3/+4 | |
reverts commit 731bdfe3591618759a44d9382b49952e781a01bd | |||||
2020-04-08 | Add modular exponentiation ability and add acccording tests | mbkma | 1 | -0/+5 | |
2020-04-08 | test-mp-equation: Fix memory leak | rbuj | 1 | -1/+4 | |
2020-03-18 | add Riemann zeta function and Gauss error function | mbkma | 1 | -0/+8 | |
2020-03-16 | parserfunc: fix crash when calculating nested pow | mbkma | 1 | -0/+1 | |
2020-03-10 | Remove warnings: function declaration isn’t a prototype | rbuj | 1 | -2/+2 | |
2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 1 | -2/+3 | |
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
2020-01-12 | fixes precedence of functions i.e. the result of -ln(1) and add according tests | mbkma | 1 | -0/+32 | |
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 1 | -16/+16 | |
2019-05-07 | test-mp-equation: add tests for physical constants | mbkma | 1 | -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-30 | Unit tests: pi constant, ln (e^iπ) | rbuj | 1 | -0/+2 | |
2018-12-29 | Remove dublicated assignment | Pavel Shlyak | 1 | -1/+0 | |
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details | |||||
2017-03-15 | drop old GLib code | monsta | 1 | -3/+0 | |
2013-10-28 | Fix g_type_init deprecations | Stefano Karapetsas | 1 | -0/+2 | |
2012-11-24 | Update codebase. | Steve Zesch | 1 | -0/+630 | |