Skip to main content

log1p

Overloads

NameDescription
log1p(const ComplexArray arr) -> ComplexArrayComputes the natural logarithm of (1 + x) of the ComplexArray arr element-wise.
log1p(const RealArray arr) -> RealArrayComputes the natural logarithm of (1 + x) of the RealArray arr element-wise.

log1p(const ComplexArray arr) -> ComplexArray

Computes the natural logarithm of (1 + x) of the ComplexArray arr element-wise.

Parameters

log1p(const RealArray arr) -> RealArray

Computes the natural logarithm of (1 + x) of the RealArray arr element-wise.

Parameters