@@ -147,9 +147,9 @@ def _get_accumulation_res_dt(a, dtype):
147147See 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
154154Notes
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
167167the 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
171171Examples
172172--------
@@ -229,11 +229,11 @@ def _get_accumulation_res_dt(a, dtype):
229229See 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
238238Notes
239239-----
@@ -250,8 +250,7 @@ def _get_accumulation_res_dt(a, dtype):
250250analytic function that has, by convention, the branch cuts :math:`(-\infty, 1]`
251251and 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
256255Examples
257256--------
0 commit comments