local p =
function p.pow(b,e) local n = 1 for i = 1, e, 1 do n = n * b end return nend
function p.bankruptcy(frame) local chance = frame.args[1] local iter = frame.args[2] local n = 0 if iter
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/TheTruthCreator/Bankruptcy".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.