View Single Post
Old 04-20-2005, 12:04 PM  
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
PHP Code:

<?PHP
bcscale
(6);
$var    0;

for (
$i=0;$i<5;$i++) {
    
$var    bcadd($var,1.000004);
}
$var    bcsub($var,5);

echo 
$var;
?>
dunno if that is close enough for you..
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote