lua-users home
lua-l archive

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


> It's not so much the platform as what future compiler versions may do.
> These divisions by 0 are nasal-demon situations.

Can you be more specific? I always learned that division by 0 in IEEE
floats was something well defined and well behaved. Most compilers
try not to interfere with IEEE semantics.

-- Roberto