cpython/Modules/_decimal/libmpdec/examples
..
compare.c
div.c
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
powmod.c
README.txt
shift.c
sqrt.c


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

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