diff options
Diffstat (limited to 'docs/content/en/functions/math/Floor.md')
-rw-r--r-- | docs/content/en/functions/math/Floor.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/content/en/functions/math/Floor.md b/docs/content/en/functions/math/Floor.md index 10ad758b6..dbfd8620e 100644 --- a/docs/content/en/functions/math/Floor.md +++ b/docs/content/en/functions/math/Floor.md @@ -3,13 +3,11 @@ title: math.Floor description: Returns the greatest integer value less than or equal to the given number. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/math/Ceil - - functions/math/Round - returnType: float64 - signatures: [math.Floor VALUE] +params: + functions_and_methods: + aliases: [] + returnType: float64 + signatures: [math.Floor VALUE] --- ```go-html-template |