added documentation for `product`
drkameleon yaniszaf@gmail.com
Thu, 21 Jan 2021 18:32:46 +0100
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
site/contents/reference-num.md
→
site/contents/reference-num.md
@@ -55,4 +55,7 @@ {#op||succ||{{i1}}||{{i2}}||
Returns the successor of {{i1}}.#} {#op||sum||{{q}}||{{i}}|| -Returns the sum of all items of {{q}}. {{q}} is a quotation of integers. #}+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. #}