0 votes
0 views
by
What is single point vs double point precision?

1 Answer

0 votes
by
The simplest way to distinguish between single- and double-precision computing is to look at how many bits represent the floating-point number. For single precision, 32 bits are used to represent the floating-point number. For double precision, 64 bits are used to represent the floating-point number.
...