Re: Dimension of sequences
- Posted by Ricardo Forno <ricardoforno at tut?p?a.com> Sep 25, 2007
- 658 views
<snip> > > - Universe can be represented in a sheet of paper!! > > It is not that big news, all our old good books consist > just of sheets of paper, and they represent not only > Universe, but much more, sometimes. > Same about sequences. <snip> Universe is so small, compared against other things... For example: How many different pictures may be represented on the screen you have in front of your eyes? This code tryied to show this number, but it failed. So I modified it: atom x, z -- x = power(256.0 * 256.0 * 256.0, 1024.0 * 768.0) -- printf(1, "%g\n", x) z = log(256.0 * 256.0 * 256.0) * 1024.0 * 768.0 printf(1, "%g\n", z) Best regards.