Module:Sandbox/Cabayi/V

This is the current revision of this page, as edited by Cabayi (talk | contribs) at 16:09, 6 September 2022 (no p). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
function quota(active, abstain, percent)
	return  math.ceil(100*(active-abstain)/percent)
end