Hi, I think that some part of this already has been discussed on this list (maybe not for equals but for some other code duplication between Commons Lang and Commons Math): the aim of the libraries is not the same, and someone may not want to add a dependency on Commons Math (very specific library with many algorithms in it) just to use a small part of its code which is more Math generic (and could be added on Lang).
HTH, Julien 2011/1/12 sebb <[email protected]>: > Would it be useful to add an equals method for float/double? > > Commons Math 3.0 has suitable code for doubles in MathUtil. > > Just wondering whether that should be copied to LANG (and a float > version added if necessary)? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
