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
..
compare.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
div.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
divmod.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
multiply.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
pow.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
powmod.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
README.txt bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
shift.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00
sqrt.c bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) 2021-03-30 18:11:06 +02:00


This directory contains a number of examples. In order to compile, run
(for example):

gcc -Wall -W -O2 -o powmod powmod.c -lmpdec -lm