Content deleted Content added
mNo edit summary |
typo; rm irrel link; added rel link |
||
Line 1:
[[Donald Knuth]]
adapted the
[[list of numbers|familiar naming to handle much larger numbers, dodging ambiguity by changing the -illion to -yllion. Knuth's digit grouping is exponential instead of linear; each division doubles the number of digits handled, whereas the familiar system only adds 3 or 6 more.
Line 7 ⟶ 9:
*100 to 9999 are divided before the 2nd-last digit and named "''blah'' hundred ''blah''". (eg 1234 is "twelve hundred thirty-four"; 7623 is "seventy-six hundred twenty-three")
*10<sup>4</sup> to 10<sup>8</sup>-1 are divided before the 4th-last digit and named "''blah'' myriad ''blah''". Knuth also introduces at this level a grouping symbol (comma) for the numeral. So, 382,1902 is "382 myriad 19 hundred 2".
*10<sup>8</sup> to 10<sup>16</sup>-1 are divided before the 8th-last digit
*10<sup>16</sup> to 10<sup>32</sup>-1 are divided before the 16th-last digit
*etc (although what separator follows is not obvious)
<!--See also [[Knuths up-arrow notation]]. only nominally related-->
==External==
|