﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3047	_MathCheckDiv: Purpose inaccurate	anonymous	guinness	"Existing:

''Checks if Num1 is divisable by Num2''

Looking at the code, it checks that Num1 is an integer, that Num2 is an integer, and that Num1/Num2 is an integer.

So I suggest that the purpose be:

''Checks that both parameters are integers and that when the first is divided by the second, the result is an integer.''

Being so simple, I do wonder why this function was accepted as a UDF, but to avoid breaking someone's code, once a function is a UDF it is forever a UDF."	Bug	closed	3.3.13.22	Documentation	3.3.13.20	None	Fixed		
