2023-11-04 21:01:42 -07: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