嗯没人回答我了我自己看书搞定,不知道正确不#include"math.h"mail(){ float m;
m=pow(e,2.3579); printf("%f\n",m);}
这个是在include<math.h>里面的哦