lua-users home
lua-l archive

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


OK, I see what you mean ! (I rephrase your answer)
The error is due to the fact 1//0 WILL return a integer and "inf" is a float.
While 1/0 WILL returns a float and "inf" is available.

Thank you for your explanation.