@@ -241,7 +241,7 @@ def _get_accumulation_res_dt(a, dtype):
241241
242242For real-valued input data types, :obj:`dpnp.arccosh` always returns real output.
243243For each value that cannot be expressed as a real number or infinity, it yields
244- ``nan ``.
244+ ``NaN ``.
245245
246246For complex-valued input, :obj:`dpnp.arccosh` is a complex analytic function that
247247has, by convention, the branch cuts `[-inf, 1]` and is continuous from above.
@@ -322,7 +322,7 @@ def _get_accumulation_res_dt(a, dtype):
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
325- ``nan ``.
325+ ``NaN ``.
326326
327327For complex-valued input, :obj:`dpnp.arcsin` is a complex analytic function that
328328has, by convention, the branch cuts `[-inf, -1]` and `[1, inf]` and is continuous
@@ -401,7 +401,7 @@ def _get_accumulation_res_dt(a, dtype):
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
404- ``nan ``.
404+ ``NaN ``.
405405
406406For complex-valued input, :obj:`dpnp.arcsinh` is a complex analytic function that
407407has, by convention, the branch cuts `[1j, infj]` and `[`1j, -infj]` and is continuous
@@ -483,7 +483,7 @@ def _get_accumulation_res_dt(a, dtype):
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
486- ``nan ``.
486+ ``NaN ``.
487487
488488For complex-valued input, :obj:`dpnp.arctan` is a complex analytic function that
489489has, by convention, the branch cuts `[1j, infj]` and `[-1j, -infj]` and is continuous
@@ -649,7 +649,7 @@ def _get_accumulation_res_dt(a, dtype):
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
652- ``nan ``.
652+ ``NaN ``.
653653
654654For complex-valued input, :obj:`dpnp.arctanh` is a complex analytic function that
655655has, by convention, the branch cuts `[-1, -inf]` and `[1, inf]` and is is continuous
0 commit comments