20 Apr
2013
20 Apr
'13
12:29 p.m.
Dealing with the bits of a floating point number directly is a bit odd, and it makes it hard to review the code. Is there a reason you don't want to use things like modf, floor, and ceil?