Gilles Sadowski created MATH-1581:
-------------------------------------

             Summary: Remove unused or redundant functions in 
"o.a.c.m.util.MathUtils"
                 Key: MATH-1581
                 URL: https://issues.apache.org/jira/browse/MATH-1581
             Project: Commons Math
          Issue Type: Task
            Reporter: Gilles Sadowski
             Fix For: 4.0


* {{hash(double)}} to be replaced by 
[{{Double.hashCode(double)}}|https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html#hashCode-double-]
* {{hash(double[])}} to be replaced by 
[{{Arrays.hashCode(double[])}}|https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#hashCode-double:A-]
* {{copySign(byte,byte)}}
* {{copySign(short,short)}}
* {{copySign(int,int)}}
* {{copySign(long,long)}}
* {{equals(double,double)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to