1
0
Fork 0
hugo/docs/content/en/functions/math/Mul.md

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