@@ -241,7 +241,7 @@ def _get_accumulation_res_dt(a, dtype):
241
241
242
242
For real-valued input data types, :obj:`dpnp.arccosh` always returns real output.
243
243
For each value that cannot be expressed as a real number or infinity, it yields
244
- ``nan ``.
244
+ ``NaN ``.
245
245
246
246
For complex-valued input, :obj:`dpnp.arccosh` is a complex analytic function that
247
247
has, by convention, the branch cuts `[-inf, 1]` and is continuous from above.
@@ -322,7 +322,7 @@ def _get_accumulation_res_dt(a, dtype):
322
322
323
323
For real-valued input data types, :obj:`dpnp.arcsin` always returns real output.
324
324
For each value that cannot be expressed as a real number or infinity, it yields
325
- ``nan ``.
325
+ ``NaN ``.
326
326
327
327
For complex-valued input, :obj:`dpnp.arcsin` is a complex analytic function that
328
328
has, by convention, the branch cuts `[-inf, -1]` and `[1, inf]` and is continuous
@@ -401,7 +401,7 @@ def _get_accumulation_res_dt(a, dtype):
401
401
402
402
For real-valued input data types, :obj:`dpnp.arcsinh` always returns real output.
403
403
For each value that cannot be expressed as a real number or infinity, it yields
404
- ``nan ``.
404
+ ``NaN ``.
405
405
406
406
For complex-valued input, :obj:`dpnp.arcsinh` is a complex analytic function that
407
407
has, by convention, the branch cuts `[1j, infj]` and `[`1j, -infj]` and is continuous
@@ -483,7 +483,7 @@ def _get_accumulation_res_dt(a, dtype):
483
483
484
484
For real-valued input data types, :obj:`dpnp.arctan` always returns real output.
485
485
For each value that cannot be expressed as a real number or infinity, it yields
486
- ``nan ``.
486
+ ``NaN ``.
487
487
488
488
For complex-valued input, :obj:`dpnp.arctan` is a complex analytic function that
489
489
has, by convention, the branch cuts `[1j, infj]` and `[-1j, -infj]` and is continuous
@@ -649,7 +649,7 @@ def _get_accumulation_res_dt(a, dtype):
649
649
650
650
For real-valued input data types, :obj:`dpnp.arctanh` always returns real output.
651
651
For each value that cannot be expressed as a real number or infinity, it yields
652
- ``nan ``.
652
+ ``NaN ``.
653
653
654
654
For complex-valued input, :obj:`dpnp.arctanh` is a complex analytic function that
655
655
has, by convention, the branch cuts `[-1, -inf]` and `[1, inf]` and is is continuous
0 commit comments