原 型:double exp(double x);
头 文 件:math.h
返 回 值:e的x次幂的值(即ex)。如果x的数过大,那么可能会发生取值范围错误。
相似函数:pow
相关函数:log
也可参见:log10