搜索文档
return the natural exponentiation of the parameter
genType exp(genType x)
x
exp returns the natural exponentiation of x. i.e., $$ e^{x} $$
exp