The following code:
double x = 0.1;
println(x);
causes a display of the following value:
0.10000000149011612
Does anyone know what's causing the "149011612"? Is it a problem with println()? Is there any way to specify values to high precision?
any help much appreciated,
~Patch
1