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