This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
master
hugo
/
docs
/
content
/
en
/
functions
/
math
/
Max.md
311 B
Raw
Permalink
Blame
History
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