PureData CEAMMC library web documentation
available since version: 0.9
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.
See also: [math.log2~]
Authors: Serge Poltavsky
License: GPL3 or later