Module:Sandbox/Cabayi/V

< Module:Sandbox‎ | Cabayi
Revision as of 17:09, 6 September 2022 by imported>Cabayi (no p)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Cabayi/V/doc

function quota(active, abstain, percent)
	return  math.ceil(100*(active-abstain)/percent)
end