exp10()

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

Syntax

exp10(x)

Arguments

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

Returns

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