This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
mpir
Watch
1
Star
0
Fork
0
You've already forked mpir
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
563142f6be
mpir
/
demos
History
jasonmoxham
563142f6be
autoreconf
2009-06-01 14:18:24 +00:00
..
calc
autoreconf
2009-06-01 14:18:24 +00:00
expr
autoreconf
2009-06-01 14:18:24 +00:00
perl
changed libgmp*.* for a few odd cases left
2009-02-12 12:25:23 +00:00
factorize.c
isprime.c
Makefile.am
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done
2009-02-12 11:51:33 +00:00
Makefile.in
autoreconf
2009-06-01 14:18:24 +00:00
pexpr-config-h.in
pexpr.c
primes.c
qcn.c