PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.log

natural logarithm

available since version: 0.1


information

Computes the value of the natural logarithm of argument x. Special values: log(+-0) return -infinity log(1) return +0. log(x) return a NaN log(+infinity) return +infinity.

example

inlets:

outlets:

keywords:

math log

See also: [math.exp]

Authors: Serge Poltavsky

License: GPL3 or later