v = math.exp (v)
Compute e to the power v. Note that math.log is the inverse operation. math.exp (1) --> 2.718281828459 (e itself in this case)
math.exp (1) --> 2.718281828459 (e itself in this case)