Skip to main content

expm1

Overloads

NameDescription
expm1(const RealArray arr) -> RealArrayComputes exp(x) - 1 of the RealArray arr element-wise.
expm1(const ComplexArray arr) -> ComplexArrayComputes exp(x) - 1 of the ComplexArray arr element-wise.

expm1(const RealArray arr) -> RealArray

Computes exp(x) - 1 of the RealArray arr element-wise.

Parameters

expm1(const ComplexArray arr) -> ComplexArray

Computes exp(x) - 1 of the ComplexArray arr element-wise.

Parameters