PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.exp2~

base-2 exponential for signal

available since version: 0.9


information

The exp2() function computes 2**x, the base-2 exponential of x. Special values: exp2(+-0) return 1. exp2(-infinity) return +0. exp2(+infinity) return +infinity.

example

inlets:

outlets:

keywords:

math exp2

See also: [math.log2~]

Authors: Serge Poltavsky

License: GPL3 or later