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
d83675f3
Kaydet (Commit)
d83675f3
authored
Ara 07, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"singed" --> "signed" (3 places)
Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>.
üst
9c1201fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libfuncs.tex
Doc/lib/libfuncs.tex
+3
-3
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
d83675f3
...
...
@@ -230,7 +230,7 @@ removed.
\begin{funcdesc}
{
float
}{
x
}
Convert a string or a number to floating point. If the argument is a
string, it must contain a possibly si
ng
ed decimal or floating point
string, it must contain a possibly si
gn
ed decimal or floating point
number, possibly embedded in whitespace;
this behaves identical to
\code
{
string.atof(
\var
{
x
}
)
}
.
Otherwise, the argument may be a plain or
...
...
@@ -305,7 +305,7 @@ module from which it is called).
\begin{funcdesc}
{
int
}{
x
}
Convert a string or number to a plain integer. If the argument is a
string, it must contain a possibly si
ng
ed decimal number
string, it must contain a possibly si
gn
ed decimal number
representable as a Python integer, possibly embedded in whitespace;
this behaves identical to
\code
{
string.atoi(
\var
{
x
}
)
}
.
Otherwise, the argument may be a plain or
...
...
@@ -355,7 +355,7 @@ the interpreter.
\begin{funcdesc}
{
long
}{
x
}
Convert a string or number to a long integer. If the argument is a
string, it must contain a possibly si
ng
ed decimal number of
string, it must contain a possibly si
gn
ed decimal number of
arbitrary size, possibly embedded in whitespace;
this behaves identical to
\code
{
string.atol(
\var
{
x
}
)
}
.
Otherwise, the argument may be a plain or
...
...
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