PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.log2

logarithm functions

available since version: 0.1


information

The log2() function computes the value of the logarithm of argument x to base 2. Special values: log2(1) return +0. log2(+infinity) return +infinity.

example

inlets:

outlets:

keywords:

math log2

See also: [math.exp]

Authors: Serge Poltavsky

License: GPL3 or later