Would be appreciated
Scripts
Infinitive number in lua
Infinitive number in lua
1

function getInf() 	local num = 0 	 	while (true) do 		num = num + 1 	end 	 	return num end
math.huge.
Mami Tomoe: Oh man...I will give you a deep thank when you left Tomoe Mami
The Dark Shadow: That would be, never. local infinity = 2^1024or
local infinity = 1/0
MikuAuahDark: I wonder why 2^1024is the limit.
The Dark Shadow: It's higher than the maximum number Lua can display, I presume.
1
