all repos — min @ 66f78d053cfd75087efb9867f3576cd0e32c5ccb

A small but practical concatenative programming language.

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

66f78d053cfd75087efb9867f3576cd0e32c5ccb

parent

6ca0bafb3d46c82ff3580149e46451e1062b0acd

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

jump to
M site/contents/reference-num.mdsite/contents/reference-num.md

@@ -61,4 +61,7 @@ {#op||product||{{q}}||{{i}}||

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}}. #}+Returns the average of the items of {{q}}. #} + +{#op||med||{{q}}||{{n}}|| +Returns the median of the items of {{q}}. #}