J
JBeerhalter
I understand why doubles are not entirely accurate(i.e. if I store the
number .10 in a double it might actually have the value .
100000000001), I was just curious if someone could direct me toward
best practices for dealing with them.
I could cleary eschew double in favor of decimal, or just constantly
round everything, but these seem to involve alot of overhead that I'd
rather not deal with.
-JB
number .10 in a double it might actually have the value .
100000000001), I was just curious if someone could direct me toward
best practices for dealing with them.
I could cleary eschew double in favor of decimal, or just constantly
round everything, but these seem to involve alot of overhead that I'd
rather not deal with.
-JB