max

Description

Finds the maximum of two numerics

Syntax

max(x,y) ((x)>(y) ? (x) : (y))