1
0
Fork 0
hugo/docs/content/en/functions/math/Floor.md

335 B

title description categories keywords action
math.Floor Returns the greatest integer value less than or equal to the given number.
aliases related returnType signatures
functions/math/Ceil
functions/math/Round
float64
math.Floor VALUE
{{ math.Floor 1.9 }} → 1