It's not just CF and JS. It's any computation that's performed by the floating point processor on your CPU. It's a hardware issue, not a software one. There are software solutions (the DECIMAL SQL type, for example) to avoid the issue where you must, but those solutions are significantly less performant that floating point arithmetic, so they're typically used as little as possible.
cheers, barneyb On 12/6/05, Ray Champagne <[EMAIL PROTECTED]> wrote: > This is not a new issue. It happens in javascript, too, as I found out > about 6 months ago. Jim was nice enough to point out the problem to me. > > Google "floating point arithmetic" to read up on it. It's complicated, > but makes sense once you get your head 'round it. > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226270 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

