EXP

The EXP function returns e raised to the power of a given number. This is the reverse of ln, the natural logarithm of number.

Syntax

EXP(value) - > number

Arguments

Example

Consider a scenario where we have the 2020 population figures of 5 major cities. Our goal is to estimate the population in the year 2030 assuming an average growth rate of 2%.

To achieve this, the following formula should be written in the [2030 population] node:

[2020 population]*EXP([Growth rate]*[Duration])

Result

Last updated