lua-users home
lua-l archive

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


> it crashes in json.decode.number on the line:
> local nan_value = 0/0

If that is a problem, try
	local nan_value = math.sqrt(-1)
or
	local nan_value = math.asin(2)