Why use nails when a screw is the more reversible choice? Have Twitter, follow the conversation there at @
timbarcz
Browse by Tags
All Tags »
Help (
RSS)
-
|
Today I tossed the idea of a developer book club out to the rest of my team. They all seemed to be on board with varying degrees of enthusiasm. I know that we won't be the first to try this and so I'm hoping some of you out there can...
|
-
|
I understand floating point numbers can be somewhat imprecise but I'm a bit bothered today when I see the following evaluates to false: 1: float f = .16f; 2: double d = .16d; 3: 4: Assert.That(f, Is.EqualTo(d)) Annoyingly I wanted to see what...
|
More Posts