Large number notation is how Notes Calculator lets you write enormous values without counting zeros: type 1M for a million, 1T for a trillion, or 1Q for a nonillion, and the full number resolves on the line as you type. If you have ever pasted a string like 1.000.000.000.000.000 into a search box just to figure out what it is, this post is the shortcut — the complete scale, how the app expands each suffix, and when scientific notation reads cleaner.
Large Number Notation, the Short Way to Write Big Numbers
Most calculators make you type every digit. That is fine for 4200, but it falls apart the moment you need a quadrillion — fifteen zeros is a lot to get right, and one stray keystroke changes the answer by a factor of ten. Notes Calculator borrows the suffix shorthand you already use out loud. You say “two million,” so you type 2M. You say “half a trillion,” so you type 0.5T. The suffix carries the magnitude and you only ever type the part that matters.
The shorthand is a single letter appended to a number. Each letter is a scale, and every scale also has a spelled-out alias — million, billion, all the way up to nonillion — so the note stays readable when you would rather write the word. The forms below are verified against the large numbers notation reference in the docs.
The Scale Table: Thousand to Nonillion
| Suffix | Name | Zeros after the 1 |
|---|---|---|
k / thousand | Thousand | 3 |
M / million | Million | 6 |
G / billion | Billion | 9 |
T / trillion | Trillion | 12 |
P / quadrillion | Quadrillion | 15 |
E / quintillion | Quintillion | 18 |
Z / sextillion | Sextillion | 21 |
Y / septillion | Septillion | 24 |
R / octillion | Octillion | 27 |
Q / nonillion | Nonillion | 30 |
In a note you write the suffix and read the expansion:
1k
1M
1G
1T
1P
1Q
Type 1P and the app expands it to a quadrillion — a 1 followed by fifteen zeros. Depending on your locale and number-format setting, that renders as 1.000.000.000.000.000 or 1,000,000,000,000,000, which is exactly the string people end up searching when they meet a number that long in the wild.
From Suffix to Full Number
The suffix is not just display sugar; it is a real value you can compute with. Add, multiply, and chain scales freely, and the result keeps its full precision:
2M + 500k
3T * 4
1G / 8
So 2M + 500k is two and a half million, 3T * 4 is twelve trillion, and 1G / 8 is a hundred and twenty-five million. You can also assign a scale to a variable with a readable, multi-word name and reuse it down the note:
world population = 8G
daily growth = 200k
year end = world population + daily growth * 365
Notice there is no = doing double duty — in Notes Calculator the equals sign only ever assigns a value to a name. The answer shows up in the result pane on the right; you never write it back into the line.
Try large number notation in your browser — free
Scientific Notation for the Extreme End
The named scales stop at nonillion. When you go past that — or when you simply want a compact form — switch to scientific notation. Write the coefficient, then e (or E), then the exponent. The sign on the exponent is optional:
1.5e6
2.5E-3
5e+3
1e10
That covers the small end too: 2.5E-3 is 0.0025. Scientific literals behave like any other number, so 1.5e6 + 1 and 1.5e6 * 2 work as written. And you can flip a value’s display on demand with the as postfix — 1234567 as scientific shows the compact form, while 1234567 as fixed shows the grouped digits. The full set of literals and display postfixes lives in the number bases and scientific notation docs.
Where Large Number Notation Earns Its Keep
This shines anywhere magnitudes get unwieldy: back-of-envelope finance (revenue = 4.2M), astronomy and physics estimates, data-engineering capacity math, or just sanity-checking a headline statistic. It also pairs naturally with other conversions — storage sizes scale the same way, which is why the byte converter walks through kilobytes to petabytes, and the hex to decimal converter shows how large hexadecimal values land as long decimal numbers you can then read with these suffixes.
The point is the same one that runs through the whole app: write the math the way you would say it, and let the calculator carry the zeros. See what is free and what the optional one-time upgrade unlocks on the pricing page.
FAQ
What is the largest named scale Notes Calculator supports? Nonillion, written Q — a 1 followed by thirty zeros. Beyond that, use scientific notation like 1e33.
Does 1M mean million or mega (1,048,576)? It means one million (1,000,000). The decimal scales here are powers of ten. For binary data sizes like mebibytes, use the dedicated MiB/GiB units covered in the byte converter post.
Can I do arithmetic that mixes scales? Yes. 2M + 500k, 3T * 4, and 1G / 8 all evaluate to a single full-precision result, and you can store any of them in a variable to reuse later in the note.
Large number notation turns “count the zeros and hope” into a single readable suffix. Open Notes Calculator in your browser and type 1Q to watch a nonillion spell itself out. If it becomes part of your daily math, the pricing page covers the one-time upgrade.