P
Philipp
Hello (not sure this is the right forum for that question so please redirect
me if necessary)
How can I know how many double values are available between 0 and 1?
On my machine (pentium 3) I get a sizeof(double) = 8
Is the distribution of the double values in a fixed range (eg here between 0
and 1) uniform? ie same number of values in the range [0.0 ; 0.1[ than in
the range [0.9 ; 1.0[
How can I interpret the DBL_EPSILON value (which is 2.22045e-16 on my
machine).
Any good website on the subject to recommend?
Thanks Phil
me if necessary)
How can I know how many double values are available between 0 and 1?
On my machine (pentium 3) I get a sizeof(double) = 8
Is the distribution of the double values in a fixed range (eg here between 0
and 1) uniform? ie same number of values in the range [0.0 ; 0.1[ than in
the range [0.9 ; 1.0[
How can I interpret the DBL_EPSILON value (which is 2.22045e-16 on my
machine).
Any good website on the subject to recommend?
Thanks Phil