You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.txt | 1 year ago | |
| compare.c | 1 year ago | |
| div.c | 1 year ago | |
| divmod.c | 1 year ago | |
| multiply.c | 1 year ago | |
| pow.c | 1 year ago | |
| powmod.c | 1 year ago | |
| shift.c | 1 year ago | |
| sqrt.c | 1 year ago | |
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