exp(num,pow) i do believe. of course this is off the top of my head....

Gfunk

       My name was Brian McGee,
       I stayed up listening to Queen,
       When I was seventeen.

http://www.gfunk007.com/


----- Original Message ----- 
From: "Ian LeBlanc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 11, 2001 4:05 PM
Subject: [PHP] Exponents


> Hey guys this one might be simple for ya..
> how do you get a exponent of a verable.. example...
> 
> <?
> $Value = 4;
> $Exponent = 2;
> 
> $Equals = 1E$Exponent + $Value;
> PRINT ("Equals");
> ?>
> 
> shoudl be simple.. i have tried all kinds of things.. please help
> Ian LeBlanc
> 2tonecafe.com Admin
> 727-517-3866
> 
> 
> 
> You can have [EMAIL PROTECTED] free too. Apply today!
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to