summaryrefslogtreecommitdiff
path: root/src/mp.h
AgeCommit message (Collapse)AuthorFilesLines
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