Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-09 | Fix most conversion warnings. | mbkma | 1 | -5/+5 | |
2020-11-09 | Improve factorization speed | mbkma | 1 | -0/+2 | |
- implements Miller-Rabin primality test - implements Pollard's rho algorithm to find prime factors - adds mp_new_from_integer function for convenience | |||||
2020-04-08 | Add modular exponentiation ability and add acccording tests | mbkma | 1 | -0/+3 | |
2020-03-18 | add Riemann zeta function and Gauss error function | mbkma | 1 | -0/+6 | |
2020-03-08 | Port to GNU MPFR/MPC Library | mbkma | 1 | -29/+34 | |
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc | |||||
2019-09-01 | The function 'mp_mask' is never used | rbuj | 1 | -3/+0 | |
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used. | |||||
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 | |
2012-11-24 | Update codebase. | Steve Zesch | 1 | -48/+23 | |
2012-07-31 | fixing address issue of fsf | Perberos | 1 | -2/+2 | |
2011-11-24 | allman style format | Perberos | 1 | -14/+12 | |
2011-11-08 | initial | Perberos | 1 | -0/+357 | |