mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: math.Round
|
||||
description: Returns the nearest integer, rounding half away from zero.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: []
|
||||
related:
|
||||
- functions/math/Ceil
|
||||
- functions/math/Floor
|
||||
returnType: float64
|
||||
signatures: [math.Round VALUE]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ math.Round 1.5 }} → 2
|
||||
```
|
Reference in New Issue
Block a user