exp()
e
M_E
pow()
pow(M_E, 2);
exp (乗数);
$a = exp(2); $b = pow(M_E, 2); print $a. "\n"; print $b
PageTop / Home / PHP入門 / リファレンス目次