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
a1af767c
Kaydet (Commit)
a1af767c
authored
Nis 28, 2003
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reworded fabs() for consistency with the others. Noted that all
return values are floats.
üst
2b6dfec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
libmath.tex
Doc/lib/libmath.tex
+3
-2
No files found.
Doc/lib/libmath.tex
Dosyayı görüntüle @
a1af767c
...
...
@@ -17,7 +17,8 @@ complex result allows earlier detection of the unexpected complex
number used as a parameter, so that the programmer can determine how
and why it was generated in the first place.
The following functions are provided by this module:
The following functions are provided by this module. Except
when explicitly noted otherwise, all return values are floats:
\begin{funcdesc}
{
acos
}{
x
}
Return the arc cosine of
\var
{
x
}
.
...
...
@@ -56,7 +57,7 @@ Return \code{e**\var{x}}.
\end{funcdesc}
\begin{funcdesc}
{
fabs
}{
x
}
Return the absolute value of
the floating point number
\var
{
x
}
.
Return the absolute value of
\var
{
x
}
.
\end{funcdesc}
\begin{funcdesc}
{
floor
}{
x
}
...
...
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