Skip to content

Commit d10b63b

Browse files
committed
Update description to accommodate complex number input
1 parent bffddb2 commit d10b63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/array_api/elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def equal(x1: array, x2: array, /) -> array:
519519

520520
def exp(x: array, /) -> array:
521521
"""
522-
Calculates an implementation-dependent approximation to the exponential function, having domain ``[-infinity, +infinity]`` and codomain ``[+0, +infinity]``, for each element ``x_i`` of the input array ``x`` (``e`` raised to the power of ``x_i``, where ``e`` is the base of the natural logarithm).
522+
Calculates an implementation-dependent approximation to the exponential function for each element ``x_i`` of the input array ``x`` (``e`` raised to the power of ``x_i``, where ``e`` is the base of the natural logarithm).
523523
524524
**Special cases**
525525

0 commit comments

Comments
 (0)