Toggle menu
15
236
69
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Timing/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.

8 March 2025

  • curprev 16:4116:41, 8 March 2025 Prd talk contribs 1,873 bytes +1,873 Created page with "require 'Module:BDD'() local p = require('Module:Timing') describe({en='statistical analysis', nb='statistisk analyse'}, function() context({en='for a constant serie', nb='for en konstant serie'}, function() it({en='should give mean', nb='skal finnes middelverdi'}, function() expect('"p.stats"', p.stats({ -1, -1, -1 })[1]):toBe( -1 ) expect('"p.stats"', p.stats({ 0, 0 })[1]):toBe( 0 ) expect('"p.stats"', p.stats({ 2, 2, 2, 2 })[1]):toBe( 2 ) end) it({en=..."