<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2600%3A1700%3A4191%3A2E90%3AB4D7%3A8975%3A2C87%3AE42</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2600%3A1700%3A4191%3A2E90%3AB4D7%3A8975%3A2C87%3AE42"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/2600:1700:4191:2E90:B4D7:8975:2C87:E42"/>
		<updated>2026-04-12T13:02:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3102:_Reading_a_Big_Number&amp;diff=379868</id>
		<title>3102: Reading a Big Number</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3102:_Reading_a_Big_Number&amp;diff=379868"/>
				<updated>2025-06-18T13:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;2600:1700:4191:2E90:B4D7:8975:2C87:E42: Randall's comment is a near perfect rewording of a Douglas Adams quote, and this reference should be pointed out.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3102&lt;br /&gt;
| date      = June 13, 2025&lt;br /&gt;
| title     = Reading a Big Number&lt;br /&gt;
| image     = reading_a_big_number_2x.png&lt;br /&gt;
| imagesize = 740x438px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = [desperately] Maybe this is from some country where they use commas as decimal points, and also as digit separators after the decimal, and also use random other characters for decoration???&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|A table makes no sense for this comic. Use the [[explain xkcd:Editor FAQ#table|method described in the editor FAQ]].}}&lt;br /&gt;
This comic expresses [[Randall]]'s reactions to reading {{w|large number}}s. It starts with normal digits and commas you would find in a large number, but gradually becomes more and more chaotic. It turns out that this is not a number at all, but some sort of printing error in whatever Randall is reading.&lt;br /&gt;
&lt;br /&gt;
The very start of the comic is a bit absurd. In most cases, you can tell that a number like this is very large because of how long it is when written out; you wouldn't have to completely reinterpret it at the end of ''every'' group of digits. However, to tell exactly which &amp;quot;-illion&amp;quot; the number falls into, you would have to count the groups, and the scale of such a large number would grow less familiar as you try to keep track of how large it even is. Certain sizes of numbers tend to show up in specific contexts, like {{w|astronomy}}. So, rather than literally showing Randall's developing thoughts on the evidently massive size of this number, the comic also shows how he tends to interpret numbers at each possible &amp;quot;-illion&amp;quot; scale. See detailed explanation of Randall's thoughts in the [[#Table of thoughts|table]] below, where the title text is also explained.&lt;br /&gt;
&lt;br /&gt;
There are a few possible explanations for seeing a number like this appear in a software application. The most likely is that the observer is looking not at a number, but a group of {{w|comma-separated values}} in their raw form, like when a csv-formatted file is opened in a basic text editor. The .csv format is a common way to export &amp;quot;rows&amp;quot; of a {{w|relational database}}. In this context the &amp;quot;number&amp;quot; would actually be a database row with 11 fields followed by a separate pair of values after the quotation mark.  Databases use schemas that define the structure and range of values that are stored the fields that make up the rows. Therefore a data field defined to have three digits would store null values with the appropriate number of zeroes. This would explain the mix of 3 and 4 digit groupings. Moreover, most database schemas do not require all fields to be non-empty, and databases with large amounts of null fields are common. In this case, one of the populated values (54 or 054) would be the {{w|primary key}} with all the other values left null. Often when new data objects are initialized with default or null data that is replaced later. For example, 054 could be the user number and 54 the display name that is defaulted to the user number.&lt;br /&gt;
&lt;br /&gt;
The strange quotation mark can indicate that the observed &amp;quot;number&amp;quot; is being consumed by two different processes as non-standard characters are useful when parsing data. In this case the first 11 values define the database row, then the final two value after the quote perform some other function. The presence of the hexadecimal characters &amp;quot;e&amp;quot; and &amp;quot;f&amp;quot; could indicate this part of the number is a {{w|hash value}} or security label that was added after the system designers realized they needed to implement access control or data integrity and it was too late/difficult to change the original database schema. As a technology enthusiast, Randall would be familiar with configuration files that contain something similar to this format. &lt;br /&gt;
&lt;br /&gt;
Other computer programming related reasons for the observed number include an array out-of-bounds error where bad coding results in the computer reading unrelated data in memory as text, eventually printing it as output. There is also misuse of the {{w|printf}} function in the {{w|C programming language}}. If strings passed to printf do not contain a {{w|null byte}} to terminate the string, it will go further into memory, again into unrelated data. Or the programmer might have several printf statements back to back, forgetting that printf doesn't add newlines (like the println function in other programming languages), so all their debug information gets printed on the same line. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Number fragment !! Thought !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 54 || 54! Great! I know that number. Solid start. || 54 is a number with some real-world familiarity for most people. It is small enough to appear on digital clocks, and has enough factors to be listed on standard multiplication tables as 6 &amp;amp;times; 9.&lt;br /&gt;
&lt;br /&gt;
Randall pretending to reckon with the start of such a large number is probably meant to draw attention to the meaninglessness of doing so. Unless the exact value is somehow important, most readers wouldn't find much of a meaningful difference between &amp;quot;54 zillion&amp;quot; or &amp;quot;over 50 zillion&amp;quot;, or even &amp;quot;zillions and zillions&amp;quot;. In practice, the brain {{w|Approximate number system|can only approximate}} numbers this large; the {{w|Just-noticeable difference|threshold needed to tell the difference}} between the amounts that they represent is too high. Randall expresses a similar sentiment once he gets to the trillions and quadrillions.&lt;br /&gt;
|-&lt;br /&gt;
| ,000 (thousand) || Oh, a comma and some zeros. Cool. Must be at least 54 thousand. || Underselling how long the number is with the &amp;quot;at least a thousand&amp;quot;, but is a fair thought from the POV of not being able to know how long the number is.&lt;br /&gt;
|-&lt;br /&gt;
| ,000 (million) || A second comma! I wonder if we're talking population or money. || Excitement from how large the number must be. {{w|Population}}s (like the number of people in a region) and large sums of money are both often measured in millions.&lt;br /&gt;
|-&lt;br /&gt;
| ,000 (billion) || Yikes! If this is money, it's a lot of money. || Three commas means a number in the billions. That's a lot of money for one person to have. Big decisions by large corporations, such as {{w|megamerger}}s, are often measured in billions of dollars in costs.&lt;br /&gt;
|-&lt;br /&gt;
| ,000,000 (quadrillion) || Why am I reading this? Whatever this number is, I'm not going to be able to visualize it. || Five commas is a number in the quadrillions.  At this point the number is too big for human minds to comprehend.&lt;br /&gt;
|-&lt;br /&gt;
| ,000 (quintillion) || All right, either someone made a unit conversion error or this is one of those incomprehensible astronomy numbers. || Astronomy often deals with extremely large numbers due to the incredible scale of the universe.  For example, the distance to the Andromeda galaxy in kilometers could be numbered in quintillions.  Alternatively, the person calculating the number made a mistake. Regarding the unit conversion there has recently been a comic about such a thing in [[3065: Square Units]] and similar mistakes have been used in [[2585: Rounding]].&lt;br /&gt;
|-&lt;br /&gt;
| ,0000 (!?) || Oh no. Is this a misplaced comma or an extra zero? I guess we'll see if the next group has two zeros or three. If it's two, we can at least hope the digits are right. || Commas are placed every three digits in {{w|Decimal separator#Digit grouping|typical western usage}} (although not necessarily in various other {{w|Indian numbering system#Decimal formatting|cultures}}), so something is wrong.  However, it might simply be that someone misplaced the comma to the right, meaning that this group has four digits and the next one would likely have two (the next comma in the 'correct' place). If the next group is three, then either the commas are now ''all'' misplaced or possibly someone/something just doubled up a zero by accident. A mistake of any kind makes one think that the number may not actually be accurate but, if the former, at least it might just be a relatively unimportant transposition.&lt;br /&gt;
|-&lt;br /&gt;
| ,0000 || Oh no. || A second group of four zeroes means it's not a typo. Something is seriously wrong. Note that some countries like [https://www.aceninja.sg/insights/2025/01/01/understanding-chinese-cultural-nuances-numerals China] or [https://www.kanpai-japan.com/learn-japanese/how-to-count-in-japanese Japan] (where 4-digit groupings are common) or [https://www.cuemath.com/numbers/indian-place-value-chart/ India] (which uses a unique 2- and 3-digit mixed system) may use non 3-digit groupings, but have their own rules for number groupings.&lt;br /&gt;
|-&lt;br /&gt;
| ,054 || What is happening. || Big numbers are normally rounded, so it's very strange to see a non-zero value this far down in the place values.  Also, &amp;quot;54&amp;quot; matches the digits at the start of the number so it could indicate the number was copied incorrectly. The non-zero digits here imply that all of the digits so far, including the zeroes, are {{w|significant figures}}; the number is not only extremely large, but implausibly precise with at least 30 significant figures. By way of comparison, the diameter of the observable universe is about 4.4 × 10&amp;lt;sup&amp;gt;26&amp;lt;/sup&amp;gt; m, and if that measurement had 30 significant figures, it would be precise to about half a millimeter.&lt;br /&gt;
|-&lt;br /&gt;
| ,000&amp;quot;000 || Someone messed up real bad. || The arcsecond mark &amp;quot; (more properly written as a {{w|double prime}} symbol, &amp;amp;Prime;) indicates that this number is an angle or a distance in inches. For an angle, even accounting for how small an arcsecond is (1/3600th of a degree), this angle would be a huge number of rotations. As for inches, it would represent a distance much larger than the observable universe, though it is uncommon to use customary units like inches in conjunction with large numbers.&lt;br /&gt;
&lt;br /&gt;
Alternatively, this could be &amp;quot;to-the-11th-power&amp;quot; (&amp;amp;hellip;000&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; 000&amp;amp;hellip;), which would make the already extremely large number extremely ridiculously big. (5.4 × 10&amp;lt;sup&amp;gt;33&amp;lt;/sup&amp;gt;)&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt; ≈ 1.14 × 10&amp;lt;sup&amp;gt;371&amp;lt;/sup&amp;gt;, in the same territory as a googol, i.e. 10&amp;lt;sup&amp;gt;100&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This could also be a sign of bad copy-pasting, where the quotation mark &amp;quot; was accidentally copied along with the large number but not with a matching one. Or if this number was being printed from a computer program, the mark may be a sign that the closing quote around a computer string was accidentally {{w|Escape character|escaped}}, causing it to be interpreted as a literal written quote mark character to be included in the string, rather than a special symbol marking the end of the string.&lt;br /&gt;
|-&lt;br /&gt;
| ,00c2ef46 || Someone messed up real bad and I hope it wasn't me. || Numbers normally only use the digits 0&amp;amp;ndash;9. The presence of the letters c, e, and f suggests that this number is written in {{w|hexadecimal}}, or {{w|Radix|base}} 16, where going up one place represents multiplying by sixteen instead of ten. Instead of ten possible digits for each place, there need to be sixteen: after 9, you count A, B, C, D, E, F, before carrying over to 10. Hexadecimal is mostly used by computers, so Randall, as a programmer, might be worried that the hexadecimal appearing is his fault. Seeing a long string of unexpected characters may indicate a memory bug, such as a ''{{w|buffer overflow}}''. These bugs can lead to crashes, data corruption, and security vulnerabilities, which Randall would rather not be responsible for. In addition, this thought may be a reference to a Douglas Adams quote: &amp;quot;Obviously somebody had been appallingly incompetent and he hoped to God it wasn't him&amp;quot; (The Hitchhiker's Guide to the Galaxy).&lt;br /&gt;
&lt;br /&gt;
If not for the c and f, the letter e could also be read as {{w|E notation}}, a shorthand for {{w|scientific notation}} in many calculators and computer programs. There, &amp;quot;e&amp;quot; means &amp;quot;times ten {{w|to the power of}}&amp;quot;, so &amp;amp;hellip;00e46 (= &amp;amp;hellip;00 &amp;amp;times; 10&amp;lt;sup&amp;gt;46&amp;lt;/sup&amp;gt;) would add 46 more zeros to the value of the preceding number. However, usually the number would be {{w|Normalized number|normalized}} to have a single digit before a decimal part, changing any extra digits into a bigger {{w|Power of 10|exponent of ten}}, such as 5.4e84 (= 5.4 &amp;amp;times; 10&amp;lt;sup&amp;gt;84&amp;lt;/sup&amp;gt;). The point of normalization is to make it easier to compare the magnitudes of very large and very small numbers, so that the reader doesn't need to count digits in the first place.&lt;br /&gt;
|- &lt;br /&gt;
| (title text) || [desperately] Maybe this is from some country where they use commas as decimal points, and also as digit separators after the decimal, and also use random other characters for decoration??? || In the United States, UK, India, China, Korea, Japan, and other countries, the dot is used to separate the integer part of a number from its fractional part. However, most of mainland Europe and South America uses the comma for this purpose. In some places, one may also see the period used to group digits. Since the final number is unreadable and potentially infinite, this implies that Randall has, naturally, made up an explanation instead of trying to figure out what was really happening.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A large number is written along the middle of the panel. Above and below the number there are 10 labels, (5 above and 5 below), and from each label a small curved line points to a part of the number. There is a heading above the top labels:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Thought process while reading a big number:&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[The number is continuing off the edge of the comic to the right, the last digit is missing about a third:]&lt;br /&gt;
:'''&amp;lt;big&amp;gt;54,000,000,000,000,000,000,0000,0000,054,000&amp;quot;000,00c2ef46&amp;lt;/big&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
:[The labels are listed below in the reading order as from where the small lines are pointing on to the number, so both those above and below the number, not first all those above. Text in the brackets indicate where on the number the line is pointing:]&lt;br /&gt;
&lt;br /&gt;
:[To the first two numbers before the first comma, label above the number:] &lt;br /&gt;
:54! Great! I know that number. Solid start.&lt;br /&gt;
&lt;br /&gt;
:[To the first zero after the first comma, label below the number:] &lt;br /&gt;
:Oh, a comma and some zeros. Cool. Must be at least 54 thousand.&lt;br /&gt;
&lt;br /&gt;
:[To the second comma, label above the number:] &lt;br /&gt;
:A second comma! I wonder if we're talking population or money.&lt;br /&gt;
&lt;br /&gt;
:[To the third comma, label below the number:] &lt;br /&gt;
:Yikes! If this is money, it's a '''''lot''''' of money.&lt;br /&gt;
&lt;br /&gt;
:[To the fifth comma, label above the number:] &lt;br /&gt;
:Why am I reading this? Whatever this number is, I'm not going to be able to visualize it.&lt;br /&gt;
&lt;br /&gt;
:[To the sixth comma, label below the number:]&lt;br /&gt;
:All right, either someone made a unit conversion error or this is one of those incomprehensible astronomy numbers.&lt;br /&gt;
&lt;br /&gt;
:[To the middle of a group of four zeros after the seventh comma, label above the number:]&lt;br /&gt;
:Oh no. Is this a misplaced comma or an extra zero? I guess we'll see if the next group has two zeros or three. If it's two, we can at least hope the digits are right.&lt;br /&gt;
&lt;br /&gt;
:[To the middle of a group of four zeros after the eighth comma, label below the number:]&lt;br /&gt;
:Oh '''''no'''''.&lt;br /&gt;
&lt;br /&gt;
:[To the last two numbers of the three digits after the ninth comma, label below the number:] &lt;br /&gt;
:What is happening.&lt;br /&gt;
&lt;br /&gt;
:[To a quotation mark, where the eleventh comma should have been, label above the number:]&lt;br /&gt;
:Someone messed up real bad.&lt;br /&gt;
&lt;br /&gt;
:[To the first number in a group with mixed alphanumeric numbers, where the thirteenth comma should have been, label below the number:] &lt;br /&gt;
:Someone messed up real bad and I hope it wasn't me. &lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Astronomy]]&lt;/div&gt;</summary>
		<author><name>2600:1700:4191:2E90:B4D7:8975:2C87:E42</name></author>	</entry>

	</feed>