math.Ceil
Returns the least integer value greater than or equal to the given number.
Syntax
math.Ceil VALUE
Returns
float64
{{ math.Ceil 2.1 }} → 3
Last updated:
March 5, 2025
:
content: Remove "related" array from function and method pages (2fcd21ee5)
Improve this page