hugo/docs/content/en/functions/math/Mul.md
2025-04-10 13:04:51 +02:00

327 B

title description categories keywords params
math.Mul Multiplies two or more numbers.
functions_and_methods
aliases returnType signatures
mul
any
math.Mul VALUE VALUE...

If one of the numbers is a float, the result is a float.

{{ mul 12 3 2 }} → 72