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

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