Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
valueIntersection: fix error message function name
	local lim = select('#', ...) 
	if lim < 2 then
		error(lim .. ' argument' .. (lim == 1 and '' or 's') .. " passed to 'intersectionvalueIntersection' (minimum is 2)", 2)
	end
	local isNan = p.isNan