hugo/docs/content/en/functions/math/Floor.md
2025-04-10 13:04:51 +02:00

302 B

title description categories keywords params
math.Floor Returns the greatest integer value less than or equal to the given number.
functions_and_methods
aliases returnType signatures
float64
math.Floor VALUE
{{ math.Floor 1.9 }} → 1