in reply to Re^3: log() and int() problem
in thread log() and int() problem

> Though a crude fix would be to add 0.5 (i.e. int($l+0.5)

I think you rather meant something like $ll=int($l+5e-15) =)

(15 digits accuracy is just a guess)

Cheers Rolf