exp2()

The base-2 exponential function of x, which is 2 raised to the power x: 2^x.

Syntax

exp2(x)

Arguments

  • x: A real number, value of the exponent.

Returns

  • Exponential value of x.
  • For natural (base-2) logarithms, see log2().
  • For exponential functions of base-e and base-10 logarithms, see exp(), exp10()