0

What is double?

21st Mar 2020, 3:48 AM
Gautham Venkatesh
Gautham Venkatesh - avatar
2 Answers
+ 4
More memory is allocated for double precision. Double accommodates 15 to 16 binary digits (Depending on whether signed). So double can range from approximately 5.0 × 10−345 to 1.7 × 10308. Here are some existing threads for your reference. https://www.sololearn.com/discuss/660920/?ref=app https://www.sololearn.com/discuss/2064589/?ref=app https://www.sololearn.com/discuss/736163/?ref=app Welcome to SoloLearn. Similar questions had been asked and can be searched for. Users of this Q&A forum are recommended to use search feature before asking questions to avoid duplicates. https://www.sololearn.com/Discuss/1316935/?ref=app Search bar is here: https://www.sololearn.com/post/10362/?ref=app (Tips: Remember to switch filter option to "Most Popular" first, try also switching to trending once a while. Sometimes the popular filter doesn't show relevant results.)
21st Mar 2020, 4:34 AM
Gordon
Gordon - avatar
+ 2
The double data type is a double-precision 64-bit IEEE 754 floating point. in other word it is long form of point no.
21st Mar 2020, 4:02 AM
Ayush Kumar
Ayush Kumar - avatar