For the complete documentation index, see llms.txt. This page is also available as Markdown.

min / max

Description

min() takes two numbers as parameters and returns the one that is smaller

Parameters

min() takes two numbers as parameters

Usage

log min(5,2)
// 2

Last updated