I just came across this weird division result with VB.NET.
2/3 = 0.6666666666666 6663
With VB6, I get
2/3 =0.666666666666 667
Using the Windows Calculator results in
0.6666666666666 666666666666666 6667
I'm sure I'm not the first one to notice this...what gives?
rhl
2/3 = 0.6666666666666 6663
With VB6, I get
2/3 =0.666666666666 667
Using the Windows Calculator results in
0.6666666666666 666666666666666 6667
I'm sure I'm not the first one to notice this...what gives?
rhl
Comment