What do you mean by double precision floating point number ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What do you mean by double precision floating point number ?

19th Aug 2019, 4:05 AM
Anurag Singh
Anurag Singh - avatar
3 ответов
+ 3
Therefore use double precision when you need greater accuracy.
19th Aug 2019, 4:41 AM
Sonic
Sonic - avatar
+ 3
Anurag Singh Please, • Include relevant TAGS; and Use the 🔍SEARCH... bar future you can find many similar threads! • https://www.sololearn.com/post/10362/?ref=app
19th Aug 2019, 5:16 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 1
A single-precision floating-point formate uses 32 bit of memory, whereas a double-precision floating-point formate uses 64 bit of memory. The latter allows an approximate 16 decimal digit precision.
19th Aug 2019, 4:27 AM
Michael
Michael - avatar