Module:Experience/data: 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

16 October 2024

  • curprev 00:2400:24, 16 October 2024Alex talk contribs 173 bytes +173 Created page with "local ret = {} local total = 0 ret[1] = 0 for i = 1, 98 do total = math.floor(total + i + 300 * math.pow(2, i / 7)) ret[i + 1] = math.floor(total/4) end return ret"