added documentation for `range`
drkameleon yaniszaf@gmail.com
Fri, 22 Jan 2021 09:48:02 +0100
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
site/contents/reference-num.md
→
site/contents/reference-num.md
@@ -64,4 +64,7 @@ {#op||avg||{{q}}||{{n}}||
Returns the average of the items of {{q}}. #} {#op||med||{{q}}||{{n}}|| -Returns the median of the items of {{q}}. #}+Returns the median of the items of {{q}}. #} + +{#op||range||{{q}}||{{q}}|| +Takes a quotation of integers in the form of {{start}}, {{end}} (,{{step}}), generates the sequence and returns the resulting quotation of integers. #}