Dave Rolsky wrote:
> I think the main recise for fixed-point is to avoid rounding errors and
> allow for integer math.  Or maybe I'm making that up.  I'm no expert on
> date math.

Ok, Date::Tie has some special code for detecting special cases of 
last-digit rounding errors (turns 0.9999999999999998 into 1)
It's not too difficult.

- Flávio S. Glock

Reply via email to