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
4f6ec9d9
Kaydet (Commit)
4f6ec9d9
authored
Ara 20, 2008
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add headings
üst
2d54e72a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
math.rst
Doc/library/math.rst
+13
-6
No files found.
Doc/library/math.rst
Dosyayı görüntüle @
4f6ec9d9
...
@@ -21,8 +21,9 @@ was generated in the first place.
...
@@ -21,8 +21,9 @@ was generated in the first place.
The following functions are provided by this module. Except when explicitly
The following functions are provided by this module. Except when explicitly
noted otherwise, all return values are floats.
noted otherwise, all return values are floats.
Number-theoretic and representation functions:
Number-theoretic and representation functions
---------------------------------------------
.. function:: ceil(x)
.. function:: ceil(x)
...
@@ -146,7 +147,9 @@ Python floats typically carry no more than 53 bits of precision (the same as the
...
@@ -146,7 +147,9 @@ Python floats typically carry no more than 53 bits of precision (the same as the
platform C double type), in which case any float *x* with ``abs(x) >= 2**52``
platform C double type), in which case any float *x* with ``abs(x) >= 2**52``
necessarily has no fractional bits.
necessarily has no fractional bits.
Power and logarithmic functions:
Power and logarithmic functions
-------------------------------
.. function:: exp(x)
.. function:: exp(x)
...
@@ -193,7 +196,8 @@ Power and logarithmic functions:
...
@@ -193,7 +196,8 @@ Power and logarithmic functions:
Return the square root of *x*.
Return the square root of *x*.
Trigonometric functions:
Trigonometric functions
-----------------------
.. function:: acos(x)
.. function:: acos(x)
...
@@ -241,7 +245,8 @@ Trigonometric functions:
...
@@ -241,7 +245,8 @@ Trigonometric functions:
Return the tangent of *x* radians.
Return the tangent of *x* radians.
Angular conversion:
Angular conversion
------------------
.. function:: degrees(x)
.. function:: degrees(x)
...
@@ -253,7 +258,8 @@ Angular conversion:
...
@@ -253,7 +258,8 @@ Angular conversion:
Converts angle *x* from degrees to radians.
Converts angle *x* from degrees to radians.
Hyperbolic functions:
Hyperbolic functions
--------------------
.. function:: acosh(x)
.. function:: acosh(x)
...
@@ -291,7 +297,8 @@ Hyperbolic functions:
...
@@ -291,7 +297,8 @@ Hyperbolic functions:
Return the hyperbolic tangent of *x*.
Return the hyperbolic tangent of *x*.
The module also defines two mathematical constants:
Constants
---------
.. data:: pi
.. data:: pi
...
...
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