Syntax
min(*list*)
*list*.min()
Example
min(1, 2, 3)
[4, 5, 6].min()
→ min
Untitled
More Info
min · Notion Formulas · Ben Smith