int Descending(float a, float b) { return a > b; }