sorting of numbers

From: Bern (bern_at_invalid.com)
Date: 02/02/05


Date: Wed, 02 Feb 2005 18:49:27 +0800

Is it possible to sort 4 integers in either descending/ascending order using ONLY Math.min and Math.max?
Cannot use the "if", "while", "for", "switch" keywords.