Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
960dc362
Kaydet (Commit)
960dc362
authored
Nis 21, 2009
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update links and version info.
üst
9b8d069b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
decimal.rst
Doc/library/decimal.rst
+1
-1
decimal.py
Lib/decimal.py
+3
-1
No files found.
Doc/library/decimal.rst
Dosyayı görüntüle @
960dc362
...
...
@@ -103,7 +103,7 @@ reset them before monitoring a calculation.
.. seealso::
* 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
<http://754r.ucbtest.org/standards/854.pdf>`_.
...
...
Lib/decimal.py
Dosyayı görüntüle @
960dc362
...
...
@@ -17,7 +17,7 @@
This is an implementation of decimal floating point arithmetic based on
the General Decimal Arithmetic Specification:
www2.hursley.ibm
.com/decimal/decarith.html
http://speleotrove
.com/decimal/decarith.html
and IEEE standard 854-1987:
...
...
@@ -130,6 +130,8 @@ __all__ = [
'setcontext'
,
'getcontext'
,
'localcontext'
]
__version__
=
'1.70'
# Highest version of the spec this complies with
import
copy
as
_copy
import
math
as
_math
import
numbers
as
_numbers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment