File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/array_api_stubs/_draft Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2873,7 +2873,7 @@ def sqrt(x: array, /) -> array:
28732873 - If ``a`` is any value (including ``NaN``) and ``b`` is ``+infinity``, the result is ``+infinity + infinity j``.
28742874 - If ``a`` is a finite number and ``b`` is ``NaN``, the result is ``NaN + NaN j``.
28752875 - If ``a`` ``-infinity`` and ``b`` is a positive (i.e., greater than ``0``) finite number, the result is ``NaN + NaN j``.
2876- - If ``a`` is ``+infinity`` and ``b`` is a positive (i.e., greater than ``0``) finite number, the result is ``+0 + infinity j``.
2876+ - If ``a`` is ``+infinity`` and ``b`` is a positive (i.e., greater than ``0``) finite number, the result is ``+infinity + 0 j``.
28772877 - If ``a`` is ``-infinity`` and ``b`` is ``NaN``, the result is ``NaN + infinity j`` (sign of the imaginary component is unspecified).
28782878 - If ``a`` is ``+infinity`` and ``b`` is ``NaN``, the result is ``+infinity + NaN j``.
28792879 - If ``a`` is ``NaN`` and ``b`` is any value, the result is ``NaN + NaN j``.
You can’t perform that action at this time.
0 commit comments