log function

(Shortest import: from brian2 import log)

brian2.units.unitsafefunctions.log(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

Natural logarithm, element-wise.

The natural logarithm log() is the inverse of the exponential function, so that log(exp(x)) = x. The natural logarithm is logarithm in base e.