All public logs

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

Logs
  • 23:03, 10 February 2024 Colin The Cat talk contribs created page Module:ColinTheCat/Plotter (Created page with "local p = {} local functions = { ["x^2"] = function(x) return x*x end, sin = math.sin, cos = math.cos, tan = math.tan, asin = math.asin, acos = math.acos, atan = math.atan, sinh = math.sinh, cosh = math.cosh, tanh = math.tanh, exp = math.exp, } local constants = { ["1"] = 1, pi = math.pi, tau = 2 * math.pi, e = math.exp(1), deg = math.deg(1), } function Plot2D(frame) local fig = mw.html.create("figure") :attr("class", "mw-default-...")