all repos — min @ 6ca0bafb3d46c82ff3580149e46451e1062b0acd

A small but practical concatenative programming language.

added documentation for `avg`
drkameleon yaniszaf@gmail.com
Fri, 22 Jan 2021 07:05:23 +0100
commit

6ca0bafb3d46c82ff3580149e46451e1062b0acd

parent

ce1df877b06a6d85b44463b1470e2e6d0e12efc0

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M site/contents/reference-num.mdsite/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}}. #}