Please enable JavaScript to view this site.

Vensim Help

Navigation: Reference Guide > Functions > Mathematical and Numeric Functions

MIN(A,B) MINimum of Two Alternatives

Scroll Prev Top Next More

Returns the smaller of A and B.

Same as IF THEN ELSE(A < B, A, B).

 

Units: MIN(unit, unit) --> unit (all arguments must have the same units).

See also: MAX.

Sample model: MAX MIN.mdl in FunctionExamples