EXP()

EXP(V)

RETURNS THE VALUE OF E RAISED TO THE POWER OF V

  • Type: Function
  • Parameter: 1
  • Group: Mathematics

ACTION

The function EXP(V) returns the value of e raised to the power of V.

V can be a real or integer number.

Remark: e = 2.71828182845905

SYNTAX: Result=EXP(V)

  • V = real or integer value.

USE

  • The function EXP() is used to calculate E raised to a power.

ERROR

  • If V is not a correct expression.

EXAMPLE

print exp(2.1)

print "Result = 8.16616991256765"

SEE ALSO

LOG()

LOG10()

LOG2()