Commit Graph

3 Commits

Author SHA1 Message Date
jasonmoxham
e554550755 for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
2009-02-12 10:24:24 +00:00
jasonmoxham
030f354093 A few more tests for mpz_perfect_power_p 2009-01-10 06:43:12 +00:00
jasonmoxham
c9dd7aea90 mpz_perfect_power_p corrections and new test program 2008-12-26 17:41:36 +00:00