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

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)

Rendered example of min 0

Arguments

  • args: [number] (REQUIRED)

Returns

number