Module:Complex Number:修订历史

来自有兽档案馆

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

2023年7月20日 (星期四)

  • 当前之前 17:102023年7月20日 (四) 17:10Chiyansama 留言 贡献 51,161字节 +51,161 创建页面,内容为“local p = { PrimeTable = {} } local numlib = require("Module:Number") local numdata = require("Module:Number/data") local calclib = require("Module:Complex Number/Calculate") --debug --local cmath,tonum=p.cmath.init(),p.cmath.init().toComplexNumber; mw.logObject(cmath.abs(cmath.nonRealPart(tonum("2+3i")))) local eReal, eImag = 'reω', 'ω' p.cmath = { abs=function(z) local real, imag = z.real or tonumber(z) , z.imag or (tonumber(z) and 0) if math.abs(ima…”