Glossary coding Term Page double floating-point numbers with higher precision double #coding#c Core Idea double is floating-point numbers with higher precision. Why It Matters Here Mathbong reuses this term across c posts as shared vocabulary. Posts Mentioning This Concept [C Series 3] Store Values with Variables and Primitive Types Connect variable declarations, ints/floats/chars, `sizeof`, and format specifiers to build intuition about how C stores values in memory.