mirror of https://github.com/python/cpython
…
|
||
---|---|---|
.. | ||
README.txt | ||
compare.c | ||
div.c | ||
divmod.c | ||
multiply.c | ||
pow.c | ||
powmod.c | ||
shift.c | ||
sqrt.c |
README.txt
This directory contains a number of examples. In order to compile, run (for example): gcc -Wall -W -O2 -o powmod powmod.c -lmpdec -lm