Re: Integers (correction)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Correction

I said:

1 x 10^9 = 512
0 x 10^8 = 0
0 x 10^7 = 0
0 x 10^6 = 0
1 x 10^5 = 32
0 x 10^4 = 0
1 x 10^3 = 8
1 x 10^2 = 4
1 x 10^1 = 2
1 x 10^0 = 1

It should have been:

1 x 2^9 = 512
0 x 2^8 = 0
0 x 2^7 = 0
0 x 2^6 = 0
1 x 2^5 = 32
0 x 2^4 = 0
1 x 2^3 = 8
1 x 2^2 = 4
1 x 2^1 = 2

Cheers,

tedd


--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux