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