Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Powers of 10 literals with scientific notation:
4e6 = 4000000
Powers of 2 literals:
4KB = 4096 4MB = 4194304 4GB = 4294967296 # TB and PB suffixes also exist, but less useful for golf.
Could come in handy.
4KB = 4096 4MB = 4194304 4GB = 4294967296 # TB and PB suffixes exist, less useful for golf.
Powers of 10:
Powers of 2:
4MB = 4194304