目录

exp()

例子

float c = exp(2);  // Sets c to exp(e)

描述

返回 e(自然对数的底)的x次方

语法

exp(x)

参数
         x	      float 或者 int

返回 float