File tree 1 file changed +3
-3
lines changed
spec/API_specification/array_api
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -536,12 +536,12 @@ def exp(x: array, /) -> array:
536
536
.. note::
537
537
For complex floating-point operands, ``exp(conj(x))`` must equal ``conj(exp(x))``.
538
538
539
- - If ``a`` is either ``+0`` or ``-0`` and ``b`` is ``+0``, the result is ``1+ 0j``.
539
+ - If ``a`` is either ``+0`` or ``-0`` and ``b`` is ``+0``, the result is ``1 + 0j``.
540
540
- If ``a`` is a finite number and ``b`` is ``+infinity``, the result is ``NaN + NaN j``.
541
541
- If ``a`` is a finite number and ``b`` is ``NaN``, the result is ``NaN + NaN j``.
542
542
- If ``a`` is ``+infinity`` and ``b`` is ``+0``, the result is ``infinity + 0j``.
543
- - If ``a`` is ``-infinity`` and ``b`` is a finite number, the result is ``+0 * cis(x_i )``.
544
- - If ``a`` is ``+infinity`` and ``b`` is a nonzero finite number, the result is ``+infinity * cis(x_i )``.
543
+ - If ``a`` is ``-infinity`` and ``b`` is a finite number, the result is ``+0 * cis(b )``.
544
+ - If ``a`` is ``+infinity`` and ``b`` is a nonzero finite number, the result is ``+infinity * cis(b )``.
545
545
- If ``a`` is ``-infinity`` and ``b`` is ``+infinity``, the result is ``0 + 0j`` (signs of real and imaginary components are unspecified).
546
546
- If ``a`` is ``+infinity`` and ``b`` is ``+infinity``, the result is ``infinity + NaN j`` (sign of real component is unspecified).
547
547
- If ``a`` is ``-infinity`` and ``b`` is ``NaN``, the result is ``0 + 0j`` (signs of real and imaginary components are unspecified).
You can’t perform that action at this time.
0 commit comments