|
|
|
|
|
by bscphil
832 days ago
|
|
You can show this with a easy one-liner in a lot of languages, e.g. Julia: $ julia -E 'log2(factorial(big(52)))'
225.581003123702761946342444376665612911126819036757601937313805865615023286654
(It's also just math, of course, but it's nice to have a quick way to check these things.) |
|