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
0301c9bd
Kaydet (Commit)
0301c9bd
authored
Mar 26, 2018
tarafından
Stefano Taschini
Kaydeden (comit)
Serhiy Storchaka
Mar 26, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
üst
3ab44c07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
floatobject.c
Objects/floatobject.c
+2
-3
No files found.
Objects/floatobject.c
Dosyayı görüntüle @
0301c9bd
/* Float object implementation */
/* XXX There should be overflow checks here, but it's hard to check
...
...
@@ -54,7 +53,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
"is representable"
},
{
"max_10_exp"
,
"DBL_MAX_10_EXP -- maximum int e such that 10**e "
"is representable"
},
{
"min"
,
"DBL_MIN -- Minimum positive normalize
r
float"
},
{
"min"
,
"DBL_MIN -- Minimum positive normalize
d
float"
},
{
"min_exp"
,
"DBL_MIN_EXP -- minimum int e such that radix**(e-1) "
"is a normalized float"
},
{
"min_10_exp"
,
"DBL_MIN_10_EXP -- minimum int e such that 10**e is "
...
...
@@ -64,7 +63,7 @@ static PyStructSequence_Field floatinfo_fields[] = {
{
"epsilon"
,
"DBL_EPSILON -- Difference between 1 and the next "
"representable float"
},
{
"radix"
,
"FLT_RADIX -- radix of exponent"
},
{
"rounds"
,
"FLT_ROUNDS --
addition rounds
"
},
{
"rounds"
,
"FLT_ROUNDS --
rounding mode
"
},
{
0
}
};
...
...
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