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).


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to