summaryrefslogtreecommitdiff
path: root/src/mp.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-09Fix declaration/definition mismatchesHarald van Dijk1-7/+7
Commit 869de6d8 changed the signatures of definitions of various mp_* functions but did not update the declarations in mp.h to match.
2020-11-09Fix most conversion warnings.mbkma1-5/+5
2020-11-09Improve factorization speedmbkma1-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-08Add modular exponentiation ability and add acccording testsmbkma1-0/+3
2020-03-18add Riemann zeta function and Gauss error functionmbkma1-0/+6
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-29/+34
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
2019-09-01The function 'mp_mask' is never usedrbuj1-3/+0
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used.
2019-07-03Remove trailing whitespacesLaurent Napias1-1/+1
2012-11-24Update codebase.Steve Zesch1-48/+23
2012-07-31fixing address issue of fsfPerberos1-2/+2
2011-11-24allman style formatPerberos1-14/+12
2011-11-08initialPerberos1-0/+357