> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/functions/min.md).

# Min

## <mark style="color:purple;">`min`</mark>(*tuple*\[*decimal*,...]) -> *decimal*

Returns min value from provided parameters

<details>

<summary>Example:</summary>

<mark style="color:red;">`min(0.1, 0.2)`</mark>` ``→`` `<mark style="color:red;">`0.2`</mark>

</details>
