blob: dbfd8620e9ce369395d2edc2ecaabaa769d93798 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
title: math.Floor
description: Returns the greatest integer value less than or equal to the given number.
categories: []
keywords: []
params:
functions_and_methods:
aliases: []
returnType: float64
signatures: [math.Floor VALUE]
---
```go-html-template
{{ math.Floor 1.9 }} → 1
```
|