Re: Dimension of sequences

new topic     » goto parent     » topic index » view thread      » older message » newer message

<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.    smile
> 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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu