EXP returns e^x

Syntax

EXP(NumExp)

Arguments

  • NumExp is a numerical expression 

Remarks

  1. EXP returns e to the power of x, where x is Numeric Expression and e the base for natural logarithms, approximately 2.718282.

Examples

EXP(B)

returns 20.09 for B = 3.


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

  • No labels