I am trying to insert this code in a PHP file:
Code: Select all
$answer = (5.545*($a^0.3732)/($e^0.20442));Is the sign for potency correct or is it another way to do this?
Moderator: General Moderators
Code: Select all
$answer = (5.545*($a^0.3732)/($e^0.20442));