mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 00:20:21 +03:00
319 B
319 B
title | description | categories | keywords | params | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
math.Product | Returns the product of all numbers. Accepts scalars, slices, or both. |
|
{{ math.Product 1 (slice 2 3) 4 }} → 24