Exp
Use this function in an equation to raise a base value to an exponential power.
For information on using this function in a model, see Exp.
Syntax:
EXP (Base, Power) (values only)
EXP (Power) (calculated as e^power)
where:
- Base is a symbol or a constant. The default is the natural logarithm, e (= 2.71828). If Base is a symbol, your system determines the logarithm for each cell in SymName from the corresponding cell in Base.
- Power is a symbol or a constant. If Power is a symbol, your system takes the exponent for each cell in SymName from the corresponding cell in the symbol specified for Power. If you do not specify Base, your system assumes the base of the natural logarithm, e (= 2.71828).
Syntax example:
EXP (10, 2)