Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Xenharmonic Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:04, 11 July 2021 Xenwolf talk contribs created page Module:Primes in edo fs (Created page with "local p = {} -- https://rosettacode.org/wiki/Greatest_common_divisor#Lua local function gcd(a, b) while b ~= 0 do a, b = b, a % b end return math.abs(a)...")