This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
stable
hugo
/
docs
/
content
/
en
/
functions
/
math
/
Round.md
286 B
Raw
Permalink
Blame
History
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