mirror of
https://github.com/python/cpython.git
synced 2026-06-05 17:31:21 +00:00
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Zachary Ware <zach@python.org>
7 lines
267 B
Text
7 lines
267 B
Text
About
|
|
=====
|
|
|
|
_decimal.c is a wrapper for the libmpdec library. libmpdec is a fast C
|
|
library for correctly-rounded arbitrary precision decimal floating point
|
|
arithmetic. It is a complete implementation of Mike Cowlishaw/IBM's
|
|
General Decimal Arithmetic Specification.
|