hugo/docs/content/en/functions/math/Round.md
2023-12-04 15:24:01 +01:00

319 B

title description categories keywords action
math.Round Returns the nearest integer, rounding half away from zero.
aliases related returnType signatures
functions/math/Ceil
functions/math/Floor
float64
math.Round VALUE
{{ math.Round 1.5 }} → 2