About 7,060,000 results
Open links in new tab
  1. DOUBLE Definition & Meaning - Merriam-Webster

    The meaning of DOUBLE is having a twofold relation or character : dual. How to use double in a sentence.

  2. Tuple names - Simple English Wikipedia, the free encyclopedia

    In philosophy, mathematics, and computer science, a tuple is an ordered list of elements. The term tuple originates from the sequence of names for such ordered lists, beginning with single, …

  3. C Float and Double - GeeksforGeeks

    Jul 23, 2025 · Float and double are two primitive data types in C programming that are used to store decimal values. They both store floating point numbers but they differ in the level of …

  4. DOUBLE | English meaning - Cambridge Dictionary

    DOUBLE definition: 1. twice the size, amount, price, etc., or consisting of two similar things together: 2. A double…. Learn more.

  5. Double (Java Platform SE 8 ) - Oracle

    In addition, this class provides several methods for converting a double to a String and a String to a double, as well as other constants and methods useful when dealing with a double.

  6. C++ keyword: double - cppreference.com

    Sep 1, 2024 · Usage double type: as the declaration of the type long double type: as the declaration of the type when combined with long

  7. double - Wiktionary, the free dictionary

    Nov 1, 2025 · From Middle English double, from Old French doble, double, from Latin duplus (“twofold”). Doublet of doppio and duple.

  8. Understanding C double: Fundamental Concepts, Usage, and Best …

    This blog post will delve into the fundamental concepts of `C double`, explore its usage methods, discuss common practices, and present best practices to help you make the most of this data …

  9. What is the difference between float and double? - Stack Overflow

    Dec 31, 2021 · But the difference between the two is that a double is twice as detailed as a float, meaning that it can have double the amount of numbers after the decimal point.

  10. C double Data Type - Storage Size, Examples, Min and Max Values

    The double data type stores floating-point numbers (numbers with decimal points) with double precision. It provides greater accuracy and a larger range compared to float.