mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Update links and version info.
This commit is contained in:
parent
9b8d069b31
commit
960dc3626a
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,7 @@ reset them before monitoring a calculation.
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
* IBM's General Decimal Arithmetic Specification, `The General Decimal Arithmetic
|
* IBM's General Decimal Arithmetic Specification, `The General Decimal Arithmetic
|
||||||
Specification <http://www2.hursley.ibm.com/decimal/decarith.html>`_.
|
Specification <http://speleotrove.com/decimal/decarith.html>`_.
|
||||||
|
|
||||||
* IEEE standard 854-1987, `Unofficial IEEE 854 Text
|
* IEEE standard 854-1987, `Unofficial IEEE 854 Text
|
||||||
<http://754r.ucbtest.org/standards/854.pdf>`_.
|
<http://754r.ucbtest.org/standards/854.pdf>`_.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
This is an implementation of decimal floating point arithmetic based on
|
This is an implementation of decimal floating point arithmetic based on
|
||||||
the General Decimal Arithmetic Specification:
|
the General Decimal Arithmetic Specification:
|
||||||
|
|
||||||
www2.hursley.ibm.com/decimal/decarith.html
|
http://speleotrove.com/decimal/decarith.html
|
||||||
|
|
||||||
and IEEE standard 854-1987:
|
and IEEE standard 854-1987:
|
||||||
|
|
||||||
|
@ -130,6 +130,8 @@ __all__ = [
|
||||||
'setcontext', 'getcontext', 'localcontext'
|
'setcontext', 'getcontext', 'localcontext'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
__version__ = '1.70' # Highest version of the spec this complies with
|
||||||
|
|
||||||
import copy as _copy
|
import copy as _copy
|
||||||
import math as _math
|
import math as _math
|
||||||
import numbers as _numbers
|
import numbers as _numbers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue