Files
modeling-app/docs/kcl/max.md
2024-03-27 05:20:27 -04:00

327 B

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