HUGO
News Docs Themes Community GitHub

math.Min

Returns the smaller of all numbers. Accepts scalars, slices, or both.

Syntax

math.Min VALUE...

Returns

float64
{{ math.Min 1 (slice 2 3) 4 }} → 1

Last updated: January 1, 0001
Improve this page