﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
849	Optimization p2	madflame991@…		"Why implement a Div() function?
1) It's a lot faster than basic a/b because it only returns the integer part of the result (floating point operations are A LOT SLOWER)
2) Precision is only needed in graphical/financial programs
3) Round(a/b) is slower... evidently
4) Mod() is already implemented, but it looks incomplete without Div()
5) It doesn't break backward compatibility"	Feature Request	closed		AutoIt		None	Rejected	optimization	
