Description
Find e raised to the power x. Where e is approximately equal to 2.718281828459This is also the inverse function of ln(x).
y = ln(x) x = exp(y)Definition
float exp(float x)Library
LIB/math_lib.basUsage
On entry:x is the exponentOn exit:Return valid result or NaN