Toggle menu
15
236
71
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:01, 22 February 2025 by Prd (talk | contribs) (Created page with "{{documentation subpage}} {{lua|Module:Math}} This template is used to find the median of a series of numbers. {{clear}} ==Parameters== Parameters with a number as the value are the numbers to find the average of. ==Examples== *<syntaxhighlight lang="wikitext" inline>{{Median|10|20|30|40|50|1000}}</syntaxhighlight> → {{Median|20|10|30|40|50|1000}} *<syntaxhighlight lang="wikitext" inline>{{Median|10|20|30|50|1000}}</syntaxhighlight> → {{Median|20|10|30|50|1000}} *<sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template is used to find the median of a series of numbers.

Parameters

Parameters with a number as the value are the numbers to find the average of.

Examples

  • {{Median|10|20|30|40|50|1000}} → 35
  • {{Median|10|20|30|50|1000}} → 30
  • {{Median|10.1|20.1|30.1|50.1|1000.1}} → 30.1

See also