Biggest number in computer ever

前端 未结 14 992
傲寒
傲寒 2021-01-30 09:12

Just asked by my 5 year old kid: what is the biggest number in the computer?

We are not talking about max number for a specific data types, but the biggest number that a

相关标签:
14条回答
  • 2021-01-30 09:47

    I'll try to give a practical answer.

    Common Lisp number crunching is particularly powerful. It has something called "bignums" which are integers that can be arbitrarily large, limited by the amount of available.

    See: http://en.wikibooks.org/wiki/Common_Lisp/Advanced_topics/Numbers#Fixnums_and_Bignums

    0 讨论(0)
  • 2021-01-30 09:48

    Bits are not numbers. You, as a programmer, give them the meaning you want, possibly numbers.

    Now, I decide that 1 represents "the biggest number ever thought by a human plus one".

    0 讨论(0)
提交回复
热议问题