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
9de72981
Kaydet (Commit)
9de72981
authored
Ara 20, 2008
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove redundant sentence
üst
fed67fd4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
math.rst
Doc/library/math.rst
+1
-1
mathmodule.c
Modules/mathmodule.c
+1
-1
No files found.
Doc/library/math.rst
Dosyayı görüntüle @
9de72981
...
...
@@ -125,7 +125,7 @@ Number-theoretic and representation functions
.. function:: modf(x)
Return the fractional and integer parts of *x*. Both results carry the sign
of *x*
, and both are floats. The integer part is returned as a real
.
of *x*
and are floats
.
.. function:: trunc(x)
...
...
Modules/mathmodule.c
Dosyayı görüntüle @
9de72981
...
...
@@ -767,7 +767,7 @@ PyDoc_STRVAR(math_modf_doc,
"modf(x)
\n
"
"
\n
"
"Return the fractional and integer parts of x. Both results carry the sign
\n
"
"of x
. The integer part is returned as a real
."
);
"of x
and are floats
."
);
/* A decent logarithm is easy to compute even for huge longs, but libm can't
do that by itself -- loghelper can. func is log or log10, and name is
...
...
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