Re: [lang] IEEE-754r and min/max

2008-01-06 Thread sebb
On 05/01/2008, Henri Yandell <[EMAIL PROTECTED]> wrote: > Any opinions on which way to go with > http://issues.apache.org/jira/browse/LANG-381 would be very much > appreciated. > > Currently my instinct is to go with making min/max obey the JDK - ie) > old IEEE, and adding a IEEE754rUtils class wit

[lang] IEEE-754r and min/max

2008-01-05 Thread Henri Yandell
Any opinions on which way to go with http://issues.apache.org/jira/browse/LANG-381 would be very much appreciated. Currently my instinct is to go with making min/max obey the JDK - ie) old IEEE, and adding a IEEE754rUtils class with its own set of methods for the new way. I'll go ahead and code t