summaryrefslogtreecommitdiff
path: root/src/mp.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Fix most conversion warnings.mbkma1-36/+33
2020-11-09Improve factorization speedmbkma1-39/+229
2020-09-04fix calulation of x^q, where 1/q is a negative integermbkma1-0/+2
2020-04-09Use only one mp_clear statement per linerbuj1-1/+4
2020-04-08Add modular exponentiation ability and add acccording testsmbkma1-11/+57
2020-03-19clear MPNumbers before returnmbkma1-6/+11
2020-03-18add Riemann zeta function and Gauss error functionmbkma1-0/+34
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-1664/+298
2019-07-03Remove trailing whitespacesLaurent Napias1-14/+14
2019-04-26mp: Fix calculate result ln(e^(i*π))Pablo Barciela1-4/+4
2012-11-24Update codebase.Steve Zesch1-41/+45
2012-07-31fixing address issue of fsfPerberos1-15/+15
2011-11-08initialPerberos1-0/+2092