mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Move asinh documentation to the proper place.
Remove meaningless 'in radians' from inverse hyperbolic functions.
This commit is contained in:
parent
48f7a4aabb
commit
47a84aa978
1 changed files with 21 additions and 20 deletions
|
@ -213,13 +213,6 @@ Trigonometric functions:
|
|||
Return the sine of *x* radians.
|
||||
|
||||
|
||||
.. function:: asinh(x)
|
||||
|
||||
Return the inverse hyperbolic sine of *x*, in radians.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: tan(x)
|
||||
|
||||
Return the tangent of *x* radians.
|
||||
|
@ -239,18 +232,32 @@ Angular conversion:
|
|||
Hyperbolic functions:
|
||||
|
||||
|
||||
.. function:: acosh(x)
|
||||
|
||||
Return the inverse hyperbolic cosine of *x*.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: asinh(x)
|
||||
|
||||
Return the inverse hyperbolic sine of *x*.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: atanh(x)
|
||||
|
||||
Return the inverse hyperbolic tangent of *x*.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: cosh(x)
|
||||
|
||||
Return the hyperbolic cosine of *x*.
|
||||
|
||||
|
||||
.. function:: acosh(x)
|
||||
|
||||
Return the inverse hyperbolic cosine of *x*, in radians.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. function:: sinh(x)
|
||||
|
||||
Return the hyperbolic sine of *x*.
|
||||
|
@ -261,12 +268,6 @@ Hyperbolic functions:
|
|||
Return the hyperbolic tangent of *x*.
|
||||
|
||||
|
||||
.. function:: atanh(x)
|
||||
|
||||
Return the inverse hyperbolic tangent of *x*, in radians.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
The module also defines two mathematical constants:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue