ログアウトした編集者のページ もっと詳しく
編集をリアルタイムにプレビューして、読者にどのように表示されるかを確認します。
xxxxxxxxxx
== average ==
{{#invoke:math|average|''v1''|''v2''|''v3''|...}}
<syntaxhighlight lang="lua">
mm._average(v1, v2, v3, ...)
</syntaxhighlight>
Returns the average of the values specified. (More precisely, the value returned is the [[Mean#Arithmetic mean (AM)|arithmetic mean]].) Values that cannot be converted to numbers are ignored.