Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-20 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-03-18 | mp.c: mp_reciprocal: fix when calling it with same arguments. | mbkma | 1 | -2/+5 | |
2020-11-09 | Fix most conversion warnings. | mbkma | 1 | -36/+33 | |
2020-11-09 | Improve factorization speed | mbkma | 1 | -39/+229 | |
- implements Miller-Rabin primality test - implements Pollard's rho algorithm to find prime factors - adds mp_new_from_integer function for convenience | |||||
2020-09-04 | fix calulation of x^q, where 1/q is a negative integer | mbkma | 1 | -0/+2 | |
2020-04-09 | Use only one mp_clear statement per line | rbuj | 1 | -1/+4 | |
2020-04-08 | Add modular exponentiation ability and add acccording tests | mbkma | 1 | -11/+57 | |
2020-03-19 | clear MPNumbers before return | mbkma | 1 | -6/+11 | |
2020-03-18 | add Riemann zeta function and Gauss error function | mbkma | 1 | -0/+34 | |
2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 1 | -1664/+298 | |
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 1 | -14/+14 | |
2019-04-26 | mp: Fix calculate result ln(e^(i*π)) | Pablo Barciela | 1 | -4/+4 | |
Fixes https://github.com/mate-desktop/mate-calc/issues/100 based in gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/6eb0f2b5e6df456a97a796b35d811376a69679e0 | |||||
2012-11-24 | Update codebase. | Steve Zesch | 1 | -41/+45 | |
2012-07-31 | fixing address issue of fsf | Perberos | 1 | -15/+15 | |
2011-11-08 | initial | Perberos | 1 | -0/+2092 | |