Appearance
exp() - 返回以自然常数 e 为底数,以指定浮点数为指数的值
float exp( float f );
exp() 返回 e 的 f 次方。
log(3), pow(3), sqrt(3)