http://www.perlmonks.org?node_id=654304


in reply to Re^2: Best Material for Floors: (POSIX--)
in thread Best Material for Floors:

floor -2.5 Should return -3.

Replies are listed 'Best First'.
Re^4: Best Material for Floors: (POSIX--)
by tye (Sage) on Dec 01, 2007 at 15:38 UTC

    Heh, thanks. Fixed. Since I discovered the problem working with really large numbers, even my previous version was tons more accurate than POSIX::floor in that particular situation so it fixed the problem. That's how bad POSIX::floor can be.

    - tye