Skip to main content

exp

Overloads

NameDescription
exp(const RealArray arr) -> RealArrayComputes the exponential function of the RealArray arr element-wise.
exp(const ComplexArray arr) -> ComplexArrayComputes the exponential function of the ComplexArray arr element-wise.

exp(const RealArray arr) -> RealArray

Computes the exponential function of the RealArray arr element-wise.

Parameters

exp(const ComplexArray arr) -> ComplexArray

Computes the exponential function of the ComplexArray arr element-wise.

Parameters