---
title: min
card_id: 58185
---

# min

`min([ph:numberList])`

Value returned: the number with the lowest value from the comma-separated list  of numbers 

## Examples

```
min(1,2,3,4,5,6,7,8,9,10)

min(the screenRect)

min(myNumbers)
```

## Related Topics

* [Arithmetic operators](/HyperTalkReference/operatorsandconstants/Arithmetic-operators)
* [average](/HyperTalkReference/functions/average)
* [max](/HyperTalkReference/functions/max)
