---
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
```
