hugo/docs/content/en/functions/math/Floor.md
2023-12-04 15:24:01 +01:00

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