Difference between revisions of "Template:Average/doc"

From blackwiki
Jump to navigation Jump to search
imported>BrandonXLF
imported>BrandonXLF
Line 1: Line 1:
This tempalte is used to find the mean of a series of numbers.
+
{{lua|Module:Average}}
 +
This template is used to find the mean of a series of numbers.
  
 
Parameters 1,2,3... are the numbers to find the average of.
 
Parameters 1,2,3... are the numbers to find the average of.
  
 
Example: {{Average|10|20|30|40}} (<nowiki>{{Average|10|20|30|40}}</nowiki>)
 
Example: {{Average|10|20|30|40}} (<nowiki>{{Average|10|20|30|40}}</nowiki>)

Revision as of 03:57, 30 September 2018

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

Parameters 1,2,3... are the numbers to find the average of.

Example: 25 ({{Average|10|20|30|40}})