PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.exp2

exponential functions

available since version: 0.1


information

The exp2() function computes 2**x, the base-2 exponential of x. Special values: exp(+-0) return 1. exp(-infinity) return +0. exp(+infinity) return +infinity. For all these functions, a range error occurs if the magnitude of x is too large.

example

inlets:

outlets:

keywords:

math exp2

See also: [math.log] [math.exp]

Authors: Serge Poltavsky

License: GPL3 or later