Le 12/10/2011 12:08, Gilles Sadowski a écrit :
Hello.
I propose to remove the following methods from "MathUtils":
public static double sign(final double x)
public static float sign(final float x)
public static double sinh(double x)
public static double cosh(double x)
Also, "sign" and "indicator" functions seem redundant (and the "float" and
"double" versions are not dealing correctly with -0.0).
+1. These methods have been superseded by methods in FastMath.
Luc
Regards,
Gilles
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org