lua-users home
lua-l archive

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


> I would like to change LUA_NUMBER from double to float, because I have problem on my output's result ( numbers are wrong). I have already try some modifications but I didn't solve the problem. Can you give me detail of the modification to change LUA_NUMBER from double to float in lua 5.2.3 ( in lua source).

This question was also posted in stackoverflow:
	http://stackoverflow.com/questions/24752288/lua-number-double-to-float

It is a duplicate of
	http://stackoverflow.com/questions/21336377/how-to-change-lua-number-from-double-to-float-properly-in-lua-5-2-3
	
which contains some answers.