min

Description

Finds the minimum of two numerics

Syntax

min(x,y) ((x)<(y) ? (x) : (y))