cpython/Modules/_decimal/libmpdec/examples
Antoine Pitrou 73b20ae2fb
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Complete the update to libmpdec-2.5.1.

Co-authored-by: Stefan Krah <skrah@bytereef.org>
2021-03-30 18:11:06 +02:00
..
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