Skip to content

Commit 87ae87e

Browse files
committed
Update See also in acos and acosh functions
1 parent 51c82fe commit 87ae87e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ def _get_accumulation_res_dt(a, dtype):
147147
See Also
148148
--------
149149
:obj:`dpnp.cos` : Trigonometric cosine, element-wise.
150-
:obj:`dpnp.arctan` : Trigonometric inverse tangent, element-wise.
151-
:obj:`dpnp.arcsin` : Trigonometric inverse sine, element-wise.
152-
:obj:`dpnp.arccosh` : Hyperbolic inverse cosine, element-wise.
150+
:obj:`dpnp.atan` : Trigonometric inverse tangent, element-wise.
151+
:obj:`dpnp.asin` : Trigonometric inverse sine, element-wise.
152+
:obj:`dpnp.acosh` : Hyperbolic inverse cosine, element-wise.
153153
154154
Notes
155155
-----
@@ -166,7 +166,7 @@ def _get_accumulation_res_dt(a, dtype):
166166
:math:`(-\infty, -1]` and :math:`[1, \infty)` and is continuous from above on
167167
the former and from below on the latter.
168168
169-
The inverse cosine is also known as :math:`arccos` or :math:`cos^{-1}`.
169+
The inverse cosine is also known as :math:`cos^{-1}`.
170170
171171
Examples
172172
--------
@@ -229,11 +229,11 @@ def _get_accumulation_res_dt(a, dtype):
229229
See Also
230230
--------
231231
:obj:`dpnp.cosh` : Hyperbolic cosine, element-wise.
232-
:obj:`dpnp.arcsinh` : Hyperbolic inverse sine, element-wise.
232+
:obj:`dpnp.asinh` : Hyperbolic inverse sine, element-wise.
233233
:obj:`dpnp.sinh` : Hyperbolic sine, element-wise.
234-
:obj:`dpnp.arctanh` : Hyperbolic inverse tangent, element-wise.
234+
:obj:`dpnp.atanh` : Hyperbolic inverse tangent, element-wise.
235235
:obj:`dpnp.tanh` : Hyperbolic tangent, element-wise.
236-
:obj:`dpnp.arccos` : Trigonometric inverse cosine, element-wise.
236+
:obj:`dpnp.acos` : Trigonometric inverse cosine, element-wise.
237237
238238
Notes
239239
-----
@@ -250,8 +250,7 @@ def _get_accumulation_res_dt(a, dtype):
250250
analytic function that has, by convention, the branch cuts :math:`(-\infty, 1]`
251251
and is continuous from above on it.
252252
253-
The inverse hyperbolic cosine is also known as :math:`arccosh` or
254-
:math:`cosh^{-1}`.
253+
The inverse hyperbolic cosine is also known as :math:`cosh^{-1}`.
255254
256255
Examples
257256
--------

0 commit comments

Comments
 (0)