On Wed, Mar 09, 2005 at 07:04:39AM +0100, Gabriel Dos Reis wrote: > That is a rather weak argument. What is the type of the argument if > it were possible?
float obviously. You follow the standard promotion/type resolution rules you already handle for operators like +. Done correctly, min/max are operators too. OG.