All public logs

Jump to navigation Jump to search

Combined display of all available logs of Unagipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:41, 1 April 2023 Jessica talk contribs deleted page Module:Exponential search (content was: "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upp...", and the only contributor was "Jessica" (talk))