Files
hugo/content/en/functions/math/Round.md
T
2025-03-05 17:03:42 -08:00

286 B

title, description, categories, keywords, params
title description categories keywords params
math.Round Returns the nearest integer, rounding half away from zero.
functions_and_methods
aliases returnType signatures
float64
math.Round VALUE
{{ math.Round 1.5 }} → 2