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

306 B

title description categories keywords params
math.Max Returns the greater of all numbers. Accepts scalars, slices, or both.
functions_and_methods
aliases returnType signatures
float64
math.Max VALUE...
{{ math.Max 1 (slice 2 3) 4 }} → 4