]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move asinh documentation to the proper place.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 19 Apr 2008 21:49:22 +0000 (21:49 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 19 Apr 2008 21:49:22 +0000 (21:49 +0000)
Remove meaningless 'in radians' from inverse
hyperbolic functions.

Doc/library/math.rst

index 2c1677cbdb608bbe3aa1d858fb66e0423bd131e8..d8e7d44176a979272a0d1bbbe81530a1a6346100 100644 (file)
@@ -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:: cosh(x)
+.. function:: acosh(x)
 
-   Return the hyperbolic cosine of *x*.
+   Return the inverse hyperbolic cosine of *x*.
 
+   .. versionadded:: 2.6
 
-.. function:: acosh(x)
 
-   Return the inverse hyperbolic cosine of *x*, in radians.
+.. 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:: 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: