mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04:00
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Zachary Ware <[email protected]>
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
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.
|