@@ -147,9 +147,9 @@ def _get_accumulation_res_dt(a, dtype):
147
147
See Also
148
148
--------
149
149
: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.
153
153
154
154
Notes
155
155
-----
@@ -166,7 +166,7 @@ def _get_accumulation_res_dt(a, dtype):
166
166
:math:`(-\infty, -1]` and :math:`[1, \infty)` and is continuous from above on
167
167
the former and from below on the latter.
168
168
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}`.
170
170
171
171
Examples
172
172
--------
@@ -229,11 +229,11 @@ def _get_accumulation_res_dt(a, dtype):
229
229
See Also
230
230
--------
231
231
: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.
233
233
: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.
235
235
: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.
237
237
238
238
Notes
239
239
-----
@@ -250,8 +250,7 @@ def _get_accumulation_res_dt(a, dtype):
250
250
analytic function that has, by convention, the branch cuts :math:`(-\infty, 1]`
251
251
and is continuous from above on it.
252
252
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}`.
255
254
256
255
Examples
257
256
--------
0 commit comments