added documentation for `avg`
drkameleon yaniszaf@gmail.com
Fri, 22 Jan 2021 07:05:23 +0100
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
site/contents/reference-num.md
→
site/contents/reference-num.md
@@ -58,4 +58,7 @@ {#op||sum||{{q}}||{{i}}||
Returns the sum of all items of {{q}}. {{q}} is a quotation of integers. #} {#op||product||{{q}}||{{i}}|| -Returns the product of all items of {{q}}. {{q}} is a quotation of integers. #}+Returns the product of all items of {{q}}. {{q}} is a quotation of integers. #} + +{#op||avg||{{q}}||{{n}}|| +Returns the average of the items of {{q}}. #}