26 KiB
26 KiB
title, excerpt, layout
title | excerpt | layout |
---|---|---|
min | Computes the minimum of the given arguments. | manual |
Computes the minimum of the given arguments.
min(args: [number]) -> number
Tags
math
Examples
const myVar = min(4, 5, 6)
Arguments
args
:[number]
(REQUIRED)
Returns
number