Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Added more examples
Source Link
Value Ink
  • 13.5k
  • 1
  • 18
  • 46

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.

Powers of 10 literals with scientific notation:

4e6 = 4000000

Powers of 2 literals:

4KB = 4096
4MB = 4194304
4GB = 4294967296

# TB and PB suffixes exist, less useful for golf.

Could come in handy.

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.

Powers of 10 literals with scientific notation:

4e6 = 4000000

Powers of 2 literals:

4KB = 4096
4MB = 4194304
4GB = 4294967296

# TB and PB suffixes exist, less useful for golf.

Could come in handy.

Powers of 10:

4e6 = 4000000

Powers of 2:

4MB = 4194304

Could come in handy.

Powers of 10 literals with scientific notation:

4e6 = 4000000

Powers of 2 literals:

4KB = 4096
4MB = 4194304
4GB = 4294967296

# TB and PB suffixes exist, less useful for golf.

Could come in handy.

Mod Removes Wiki by Doorknob
Source Link
Joey
  • 13.2k
  • 2
  • 44
  • 73

Powers of 10:

4e6 = 4000000

Powers of 2:

4MB = 4194304

Could come in handy.