Module:GemBreakeven: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 2,146 bytes +2,146 Created page with "-- <pre> -- Implements {{GemBreakeven}} -- Based on https://oldschool.runescape.wiki/w/Module:Coins local p = {} --- Use this to create a formatted string with % -- local function breakeven_probability(uncut_,cut_) -- local math = math -- uncut = tonumber(uncut_) -- cut = tonumber( cut_) -- p0 = uncut/cut -- breakeven_prob = math.floor(10000 * p0)/100 -- return breakeven_prob -- end local function breakeven_level(uncut_,cut_,r_,beta_,gamma_) local m..."