Navigation

Operators and Keywords

Function List:

C++ API

: pow2 (x)
: pow2 (f, e)

With one input argument, compute 2 .^ x for each element of x.

With two input arguments, return f .* (2 .^ e).

See also: log2, nextpow2, power.

Package: octave