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

343 B

title description categories keywords params
math.Div Divides the first number by one or more numbers.
functions_and_methods
aliases returnType signatures
div
any
math.Div VALUE VALUE...

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

{{ div 12 3 2 }} → 2