Module:Complex Number/Calculate/Operators:修订历史

来自有兽档案馆

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2023年7月20日 (星期四)

  • 当前之前 17:502023年7月20日 (四) 17:50未白 留言 贡献 9,406字节 +9,406 创建页面,内容为“local p={} local function numberToAZ(num) local body = '' local s = tostring(math.floor(tonumber(num))) for i = 1, mw.ustring.len(s) do body = body .. mw.ustring.char(tonumber(mw.ustring.sub(s, i, i)) + 65) end return body end function p.fill_function(in_ftable, final_scope) for k,v in pairs(in_ftable) do if type(v) ~= type(function()end) then final_scope['*$'..k]=in_ftable[k]final_scope[k]=function(...)return final_scope['*$'..k]:func(...)end end…”