lua-users home
lua-l archive

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


> s='nan' print(tonumber(s), s)

Some libc support 'nan', some don't.
You can use it if you want but don't count on it in general.