Difference between revisions of "Template:Average/doc"
Jump to navigation
Jump to search
imported>BrandonXLF |
imported>Primefac (update - already a module that exists) |
||
| Line 1: | Line 1: | ||
| − | {{lua|Module: | + | {{lua|Module:Math}} |
This template is used to find the average (default mean) of a series of numbers. | This template is used to find the average (default mean) of a series of numbers. | ||
| − | + | ||
==Parameters== | ==Parameters== | ||
Parameters with a number as the value are the numbers to find the average of. | Parameters with a number as the value are the numbers to find the average of. | ||
| − | |||
==Examples== | ==Examples== | ||
{{Average|10|20|30|40|100000000}} (<nowiki>{{Average|10|20|30|40|100000000}}</nowiki>) | {{Average|10|20|30|40|100000000}} (<nowiki>{{Average|10|20|30|40|100000000}}</nowiki>) | ||
| − | {{Average | + | {{Average|10|20|30|40|100000000}} (<nowiki>{{Average|10|20|30|40|100000000}}</nowiki>) |
| − | {{Average | + | {{Average|10|20|30|40|50|100000000}} (<nowiki>{{Average|10|20|30|40|50|100000000}}</nowiki>) |
==See also== | ==See also== | ||
*{{tl|Median}} | *{{tl|Median}} | ||
| − | |||
Revision as of 21:42, 30 September 2018
| 30px | This template uses Lua: |
This template is used to find the average (default mean) of a series of numbers.
Parameters
Parameters with a number as the value are the numbers to find the average of.
Examples
20000020 ({{Average|10|20|30|40|100000000}})
20000020 ({{Average|10|20|30|40|100000000}})
16666691.666667 ({{Average|10|20|30|40|50|100000000}})
See also
- {{Median}}