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

311 B

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