+ 1
What do you mean by double precision floating point number ?
3 Answers
+ 3
Therefore use double precision when you need greater accuracy.
+ 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
+ 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.