View Single Post
  #2  
Old 06-23-2005, 10:29 AM
  jds580s's Avatar 
jds580s jds580s is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 38
 

Default

A little more testing (that is shown at the links above) shows that it's not the divide but the floor() function that is causing the error. This is so strange.

Testing floor
floor(1) = 1
floor(1.1) = 1072798105
floor (2) = 2
floor (2.2) = 1073846681
floor (3) = 3
floor (3.3) = 1074423398

Not sure at all where those numbers are coming from

ideas?

Justin
__________________
animator for hire
onthez.com
------------------------
x-cart v4.0.5 Linux
_________________
Reply With Quote