Tim Forster wrote:
> 
> Kerry,
> 
> Almost but not quite correct.
> A googol is 10 to the 10th power. and a googolplex is 10 to the 10th power
> raised to the 100th power !

Wrong on the googol, right on the googolplex
googol = power(10,  100)
googolPlex = power(10, googol)

http://public.logica.com/~stepneys/cyc/g/googol.htm
http://www.informatik.uni-frankfurt.de/~fp/Tools/Googool.html
http://www.informatik.uni-frankfurt.de/~fp/Tools/GetAGoogol.html



in D7.02:

googol = power(10,  100)
googolPlex = power(10, googol)

this is amusing:

put googolplex
-- INF


but this is more amusing:

put googolplex = googolplex
-- 0

put googolplex - googolplex
-- NAN


-- 
Carl West    [EMAIL PROTECTED]
617.262.8830 x246    

I have no superfluous leisure; my stay must be
stolen out of other affairs; but I will attend you awhile.

           - Isabella, Measure for Measure, Act 3 Scene 1

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to