in reply to Re: floating points and sprintf
in thread floating points and sprintf
That explains it completely. I suspected the problem lay inside how I was expecting the float to be evaled by the
perl version of sprintf (given that the int operator will floor() the value). I'll pass the information on to my coworker.
Thanks again.