Re: Missing in misc.e
- Posted by Pete Lomax <petelomax at blueyonde?.co?uk> Jul 23, 2007
- 705 views
I got to thinking that the problem with min() and max() may be ambiguity. I also reflected that Eu uses remainder() rather than % or mod(). So I began to wonder whether this would be any better:
larger(a,b) smaller(a,b) largest(a) smallest(a)
Just a random thought, no more. Regards, Pete PS I was actually quite pleasantly surprised to see my "all-in-one" routines only 20% slower than CC's. Much better than I expected. Obviously the 2x hit over DP's is another matter altogether, but I'm now tempted to resubmit...