🌐
Microsoft Learn
learn.microsoft.com › en-us › office › vba › language › reference › user-interface-help › double-data-type
Double data type | Microsoft Learn
Double (double-precision floating-point) variables are stored as IEEE 64-bit (8-byte) floating-point numbers ranging in value from: -1.79769313486231E308 to -4.94065645841247E-324 for negative values · 4.94065645841247E-324 to 1.79769313486232E308 ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › visual-basic › language-reference › data-types › double-data-type
Double Data Type - Visual Basic | Microsoft Learn
Double-precision numbers store an approximation of a real number. The Double data type provides the largest and smallest possible magnitudes for a number. The default value of Double is 0.
People also ask

What is the difference between the double data type and float data type?
The float data type is basically a single-precision sort of data type that is capable of holding 32 bits of decimal numbers or floating points. It equals a total of 4 bytes. The double data type is basically a precision sort of data type that is capable of holding 64 bits of decimal numbers or floating points. Thus, it is capable of storing exactly the double size of data as compared to the float data type. · Both of these are predefined in nature. It means that their names and meanings cannot be changed by a programmer throughout the program. · The float data type is much faster as compared t
🌐
byjus.com
byjus.com › gate › double-data-type-in-c
Why Do We Use Double Data Type in C?
Why do we use Double Data Type in C?
The double data type in the C language is responsible for storing very large numeric values, which the float (floating point) or integer data types aren’t able to store in any given program. The double datatype or double refers to that data type in the C language that helps in storing high-precision sorts of floating-point numbers or data in the computer memory. This data type is also known as double because it is capable of holding double the size of info and data as compared to the float.
🌐
byjus.com
byjus.com › gate › double-data-type-in-c
Why Do We Use Double Data Type in C?
Why do we use float if double is already capable of storing more data?
The double data type is comparatively larger in size since it holds more data. Thus, it makes a program slow. For faster compilation, we use the float data type. We only use double when the value given in the form of a variable is too large to be contained in float or int (integer data type).
🌐
byjus.com
byjus.com › gate › double-data-type-in-c
Why Do We Use Double Data Type in C?
🌐
Quora
quora.com › What-is-the-main-use-of-double-data-type
What is the main use of double data type? - Quora
Answer (1 of 4): “Double” is the floating-point data type (traditionally) with the greatest precision. It gives more bits of “mantissa” as well as “exponent”, than the usual alternate choice “float”, in a lot of programming languages ...
🌐
Databricks
docs.databricks.com › reference › sql language reference › data types and literals › double type
DOUBLE type | Databricks on AWS
Learn about the double type in Databricks Runtime and Databricks SQL. Double type represents 8-byte double-precision floating point numbers. Understand the syntax and limits with examples.
🌐
Apache
impala.apache.org › docs › build › html › topics › impala_double.html
DOUBLE Data Type
A double precision floating-point data type used in CREATE TABLE and ALTER TABLE statements.
🌐
Simplilearn
simplilearn.com › home › resources › software development › double data type in c++ | a comprehensive guide
Double Data Type in C++ | A Comprehensive Guide
September 7, 2025 - The C++ double data type falls under the primitive data types category. Learn how does double data type work in C++ and the rules and regulations for using it.
Address   5851 Legacy Circle, 6th Floor, Plano, TX 75024 United States
🌐
Reddit
reddit.com › r/learnpython › [deleted by user]
What is a double? (Data type) : r/learnpython
March 28, 2022 - A double is like a normal float, but it can store more bits so it’s more precise. ... ok but as someone else posted an article about py floats floats are always 64bit in python (unless i severely misread), doesnt that mean that all floats in python are basically doubles in other languages? ... I think so. But python doesn’t use doubles as a data type.
🌐
Liam ERD
liambx.com › glossary › double data type
DOUBLE Data Type - Liam ERD
December 4, 2025 - In PostgreSQL, DOUBLE PRECISION is considered an inexact, floating-point numeric type (as opposed to the arbitrary precision NUMERIC type). It follows IEEE 754 rules, and while it provides high precision, it does not guarantee exact decimal representation. MySQL implements Double with similar specifications but adds optimizations for performance in high-throughput scenarios. Microsoft SQL Server's implementation focuses on maintaining compatibility with other database systems while providing robust performance characteristics.
Find elsewhere
🌐
Wikipedia
en.wikipedia.org › wiki › Double-precision_floating-point_format
Double-precision floating-point format - Wikipedia
January 9, 2026 - In the IEEE 754 standard, the 64-bit base-2 format is officially referred to as binary64; it was called double in IEEE 754-1985. IEEE 754 specifies additional floating-point formats, including 32-bit base-2 single precision and, more recently, base-10 representations (decimal floating point). One of the first programming languages to provide floating-point data types ...
🌐
BYJUS
byjus.com › gate › double-data-type-in-c
Why Do We Use Double Data Type in C?
April 25, 2022 - The double data type or double refers to that data type in the C language that helps in storing high-precision sorts of floating-point numbers or data in the computer memory. This data type is also known as double because it is capable of holding ...
🌐
Oracle
docs.oracle.com › javase › tutorial › java › nutsandbolts › datatypes.html
Primitive Data Types (The Java™ Tutorials > Learning the Java Language > Language Basics)
This data type should never be ... and other useful classes provided by the Java platform. double: The double data type is a double-precision 64-bit IEEE 754 floating point....
🌐
Hackr
hackr.io › home › articles › programming
Float vs Double Data Types: What's The Difference [Updated]
January 30, 2025 - ... In C and C++, float and double ... 32-bit representation of a floating point number, while a double provides double precision, occupying 64 bits....
🌐
GeeksforGeeks
geeksforgeeks.org › sql server › what-represents-a-double-in-sql-server
What Represents a Double in SQL Server? - GeeksforGeeks
July 23, 2025 - In SQL Server, a DOUBLE data type represents a floating-point number that can store very large or very small values with high precision. It is commonly used for scientific calculations, financial applications, and any scenario where precise ...
🌐
Testbook
testbook.com › home › gate › double data type in c - detailed guide | testbook
Double Data Type in C - Detailed Guide | Testbook
The double data type can represent real numbers (e.g., 2, 20), negative numbers (e.g., -2, -0.00001), and decimal numbers (e.g., 0.2, 22.001). It can store approximately 15 to 16 digits before and after the decimal point.
🌐
Upgrad
upgrad.com › home › tutorials › software & tech › double in c
Everything You Need to Know About the Double Data Type in C
February 27, 2025 - Software Development courses — take the next step in your learning journey! ... C, the double data type is used to store decimal (floating-point) numbers.
🌐
MathWorks
mathworks.com › matlab › language fundamentals › data types › characters and strings
double - Double-precision arrays - MATLAB
double is the default numeric data type (class) in MATLAB, providing sufficient precision for most computational tasks.
🌐
TheServerSide
theserverside.com › blog › Coffee-Talk-Java-News-Stories-and-Opinions › Float-vs-Double-Whats-the-difference
Java double vs float: What's the difference?
The key difference between a float and double in Java is that a double can represent much larger numbers than a float. Both data types represent numbers with decimals, but a float is 32 bits in size while a double is 64 bits.
🌐
Global Tech Council
globaltechcouncil.org › home › what is double in c?
What is Double in C? - Global Tech Council
May 30, 2025 - "Double" in C is a data type for decimal numbers with double the precision of "float."