Math potency in PHP
Posted: Mon Jan 31, 2011 3:38 am
Hi
I am trying to insert this code in a PHP file:
But the answer gets wrong.
Is the sign for potency correct or is it another way to do this?
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?