Files
modeling-app/docs/kcl/max.md
2024-05-15 13:09:38 -07:00

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)

Rendered example of max 0

Arguments

  • args: [number] (REQUIRED)

Returns

number