Numbers
🧮 1️⃣ Integer Types
Type
Signed?
Bits
Bytes
Minimum Value
Maximum Value
🔢 2️⃣ Floating-Point Types (IEEE 754 Standard)
Type
Bits
Bytes
Approx. Range
Precision (significant digits)
🧠 3️⃣ Decimal / Arbitrary Precision (in databases or languages like Python)
Type
Description
Bits
Range
Memory
⚙️ 4️⃣ Other Variants
Type
Common Usage
Bits
Bytes
Range
🧩 Memory Summary
Bits
Bytes
Example Type(s)
🔢 Numeric Data Types — Ranges, Sizes, and Memory
🧮 Integer Types
Type
Signed?
Bits
Bytes
Minimum Value
Maximum Value
🌊 Floating-Point Types (IEEE 754)
Type
Bits
Bytes
Approx. Range
Precision (Significant Digits)
💰 Decimal & Arbitrary Precision Types
Type
Description
Bits
Range
Memory
⚙️ Other Variants & Special Types
Type
Usage
Bits
Bytes
Range
🧠 Memory Summary
Bits
Bytes
Common Type(s)
💡 Notes
Last updated