HUGO
News Docs Themes Community GitHub

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: January 1, 0001
Improve this page