@@ -163,7 +163,7 @@ def _get_accumulation_res_dt(a, dtype):
163163
164164For complex floating-point input data types, :obj:`dpnp.acos` is a complex
165165analytic function that has, by convention, the branch cuts
166- :math:`(-\infty, -1] ` and :math:`[ 1, \infty)` and is continuous from above on
166+ :math:`(-\infty, -1) ` and :math:`( 1, \infty)` and is continuous from above on
167167the former and from below on the latter.
168168
169169The inverse cosine is also known as :math:`cos^{-1}`.
@@ -247,7 +247,7 @@ def _get_accumulation_res_dt(a, dtype):
247247or infinity, it yields ``NaN``.
248248
249249For complex floating-point input data types, :obj:`dpnp.acosh` is a complex
250- analytic function that has, by convention, the branch cuts :math:`(-\infty, 1] `
250+ analytic function that has, by convention, the branch cuts :math:`(-\infty, 1) `
251251and is continuous from above on it.
252252
253253The inverse hyperbolic cosine is also known as :math:`cosh^{-1}`.
@@ -331,7 +331,7 @@ def _get_accumulation_res_dt(a, dtype):
331331
332332For complex floating-point input data types, :obj:`dpnp.asin` is a complex
333333analytic function that has, by convention, the branch cuts
334- :math:`(-\infty, -1] ` and :math:`[ 1, \infty)` and is continuous from above on
334+ :math:`(-\infty, -1) ` and :math:`( 1, \infty)` and is continuous from above on
335335the former and from below on the latter.
336336
337337The inverse sine is also known as :math:`sin^{-1}`.
@@ -413,7 +413,7 @@ def _get_accumulation_res_dt(a, dtype):
413413
414414For complex floating-point input data types, :obj:`dpnp.asinh` is a complex
415415analytic function that has, by convention, the branch cuts
416- :math:`(-\inftyj , -j] ` and :math:`[ j, \inftyj )` and is continuous from the left
416+ :math:`(-\infty j , -j) ` and :math:`( j, \infty j )` and is continuous from the left
417417on the former and from the right on the latter.
418418
419419The inverse hyperbolic sine is also known as :math:`sinh^{-1}`.
0 commit comments