lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10/08/2013 0.47, Coda Highland wrote:
Ah, whoops, yeah, you're right, I got sloppy there. Really that ought
to be epsilon*math.max(lhs,rhs) even.

Do you mean epsilon*math.max(math.abs(lhs),math.abs(rhs)) ?

--
  Enrico