The exp Statement
The exp statement lets you calculate the base-e exponential function of x, which is the e number raised to the power x. The syntax of the exp statement is shown below.
exp result, x // store the value of e^x in result