Module:Factorization: Revision history

From Vigyanwiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2023

14 February 2023

  • curprev 10:5510:55, 14 February 2023alpha>Indicwiki 2,245 bytes +2,245 Created page with "local p = {} local function powerformat(divisor, power, productSymbol) if power < 1 then return '' elseif power == 1 then return divisor .. ' ' .. productSymbol ....."