Persamaan eksponensial PHP

$e=exp(1);
$yIntercept=.050;
$pow=-4.23E-10;
$m= $pow*$x;
$prediction=$yIntercept*pow($e,$m);
Friendly Hawk