01-25-2008, 12:48 AM
|
#20 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
PHP Code:
while($total == 1) { ++$x; $total = ((10 * pow($x,3) + 8 * pow($x,2) + 10 * $x + 8) / (pow($x,2) + 1)) - 10 * $x - 7; echo ('foo');
}
(don't quote me on the math, haven't tried it)
|
|
|
|