This isn't specific to any particular programming language, although I happen to be working in JavaScript.
I am trying to create a mathematical formula that results in the higher of the two variables without using a comparison operator.
Example:
X = 10;
Y = 14;