Module:Powharmonic series: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
"| " .. string.format(fmt_cent, p_current) .. "\n" .. | "| " .. string.format(fmt_cent, p_current) .. "\n" .. | ||
"| " .. string.format(fmt_cent, p_prev) .. "\n" .. | "| " .. string.format(fmt_cent, p_prev) .. "\n" .. | ||
"| " .. string.format(fmt_cent, math.fmod( | "| " .. string.format(fmt_cent, math.fmod(p_current, 1200)) .. "\n" | ||
p_prev = p_current | p_prev = p_current | ||
end | end | ||