@@ -135,7 +135,7 @@ def _get_accumulation_res_dt(a, dtype):
135135-------
136136out : dpnp.ndarray
137137 An array containing the element-wise inverse cosine, in radians and in the
138- closed interval :math:`[0, pi]`. The data type of the returned array is
138+ closed interval :math:`[0, \ pi]`. The data type of the returned array is
139139 determined by the Type Promotion Rules.
140140
141141Limitations
@@ -155,7 +155,7 @@ def _get_accumulation_res_dt(a, dtype):
155155-----
156156:obj:`dpnp.acos` is a multivalued function: for each `x` there are infinitely
157157many numbers `z` such that :math:`cos(z) = x`. The convention is to return the
158- angle `z` whose real part lies in :math:`[0, pi]`.
158+ angle `z` whose real part lies in :math:`[0, \ pi]`.
159159
160160For real-valued floating-point input data types, :obj:`dpnp.acos` always
161161returns real output. For each value that cannot be expressed as a real number
@@ -295,7 +295,7 @@ def _get_accumulation_res_dt(a, dtype):
295295-------
296296out : dpnp.ndarray
297297 An array containing the element-wise inverse sine, in radians
298- and in the closed interval `[-pi/2, pi/2]`. The data type
298+ and in the closed interval `[-\ pi/2, \ pi/2]`. The data type
299299 of the returned array is determined by the Type Promotion Rules.
300300
301301Limitations
@@ -318,7 +318,7 @@ def _get_accumulation_res_dt(a, dtype):
318318-----
319319:obj:`dpnp.arcsin` is a multivalued function: for each `x` there are infinitely
320320many numbers `z` such that ``sin(z) = x``. The convention is to return the
321- angle `z` whose real part lies in `[-pi/2, pi/2]`.
321+ angle `z` whose real part lies in `[-\ pi/2, \ pi/2]`.
322322
323323For real-valued input data types, :obj:`dpnp.arcsin` always returns real output.
324324For each value that cannot be expressed as a real number or infinity, it yields
@@ -397,7 +397,7 @@ def _get_accumulation_res_dt(a, dtype):
397397-----
398398:obj:`dpnp.arcsinh` is a multivalued function: for each `x` there are infinitely
399399many numbers `z` such that ``sin(z) = x``. The convention is to return the
400- angle `z` whose real part lies in `[-pi/2, pi/2]`.
400+ angle `z` whose real part lies in `[-\ pi/2, \ pi/2]`.
401401
402402For real-valued input data types, :obj:`dpnp.arcsinh` always returns real output.
403403For each value that cannot be expressed as a real number or infinity, it yields
@@ -457,7 +457,7 @@ def _get_accumulation_res_dt(a, dtype):
457457-------
458458out : dpnp.ndarray
459459 An array containing the element-wise inverse tangent, in radians
460- and in the closed interval `[-pi/2, pi/2]`. The data type
460+ and in the closed interval `[-\ pi/2, \ pi/2]`. The data type
461461 of the returned array is determined by the Type Promotion Rules.
462462
463463Limitations
@@ -479,7 +479,7 @@ def _get_accumulation_res_dt(a, dtype):
479479-----
480480:obj:`dpnp.arctan` is a multivalued function: for each `x` there are infinitely
481481many numbers `z` such that ``tan(z) = x``. The convention is to return the
482- angle `z` whose real part lies in `[-pi/2, pi/2]`.
482+ angle `z` whose real part lies in `[-\ pi/2, \ pi/2]`.
483483
484484For real-valued input data types, :obj:`dpnp.arctan` always returns real output.
485485For each value that cannot be expressed as a real number or infinity, it yields
@@ -645,7 +645,7 @@ def _get_accumulation_res_dt(a, dtype):
645645-----
646646:obj:`dpnp.arctanh` is a multivalued function: for each `x` there are infinitely
647647many numbers `z` such that ``tanh(z) = x``. The convention is to return the
648- angle `z` whose real part lies in `[-pi/2, pi/2]`.
648+ angle `z` whose real part lies in `[-\ pi/2, \ pi/2]`.
649649
650650For real-valued input data types, :obj:`dpnp.arctanh` always returns real output.
651651For each value that cannot be expressed as a real number or infinity, it yields
0 commit comments