Skip to content

Commit f84e176

Browse files
committed
Add note concerning complex conjugation
1 parent d10b63b commit f84e176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/API_specification/array_api/elementwise_functions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,9 @@ def exp(x: array, /) -> array:
550550
.. note::
551551
The exponential function is an entire function in the complex plane and has no branch cuts.
552552
553+
.. note::
554+
For complex floating-point operands, ``exp(conj(x))`` must equal ``conj(exp(x))``.
555+
553556
Parameters
554557
----------
555558
x: array

0 commit comments

Comments
 (0)