TypstDocumentation

calc.min

Determine the minimum of a sequence of values.

Example

#calc.min(1, -3, -5, 20, 3, 6) \
#calc.min("typst", "in", "beta")
Preview

Parameters
Question mark

calc.min(
..any
) -> any

values
any
RequiredPositional
Question mark
Variadic
Question mark

The sequence of values from which to extract the minimum. Must not be empty.