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
69fa5632
Kaydet (Commit)
69fa5632
authored
Nis 21, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup nits.
üst
8307e21a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
libmath.tex
Doc/lib/libmath.tex
+5
-8
No files found.
Doc/lib/libmath.tex
Dosyayı görüntüle @
69fa5632
\section
{
\module
{
math
}
---
\section
{
\module
{
math
}
---
Mathematical functions (
\function
{
sin()
}
etc.).
}
Mathematical functions
}
\declaremodule
{
builtin
}{
math
}
\declaremodule
{
builtin
}{
math
}
\modulesynopsis
{
Mathematical functions (
\function
{
sin()
}
etc.).
}
\modulesynopsis
{
Mathematical functions (
\function
{
sin()
}
etc.).
}
This module is always available.
This module is always available. It provides access to the
It provides access to the mathematical functions defined by the
\C
{}
mathematical functions defined by the C standard. They are:
standard.
They are:
\begin{funcdesc}
{
acos
}{
x
}
\begin{funcdesc}
{
acos
}{
x
}
Return the arc cosine of
\var
{
x
}
.
Return the arc cosine of
\var
{
x
}
.
...
@@ -105,7 +102,7 @@ Return the hyperbolic tangent of \var{x}.
...
@@ -105,7 +102,7 @@ Return the hyperbolic tangent of \var{x}.
\end{funcdesc}
\end{funcdesc}
Note that
\function
{
frexp()
}
and
\function
{
modf()
}
have a different
Note that
\function
{
frexp()
}
and
\function
{
modf()
}
have a different
call/return pattern than their
\C
{}
equivalents: they take a single
call/return pattern than their
C
equivalents: they take a single
argument and return a pair of values, rather than returning their
argument and return a pair of values, rather than returning their
second return value through an `output parameter' (there is no such
second return value through an `output parameter' (there is no such
thing in Python).
thing in Python).
...
...
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