Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Factorization/testcases: Revision history

From Kenshi Wiki

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.

11 March 2025

  • curprev 02:2002:20, 11 March 2025 Prd talk contribs 3,604 bytes +3,604 Created page with "-- Unit tests for Module:Factorization. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_factor() self:preprocess_equals('{{#invoke:Factorization | factor | -20}}', '- 2<sup>2</sup>· 5') self:preprocess_equals('{{#invoke:Factorization | factor | -10}}', '- 2 · 5') self:preprocess_equals('{{#invoke:Factorization | factor | -3}}', '-3') self:preprocess_equals('{{#invoke:Factorization | factor | -1}}', '-1') self..."