Deprecation.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1039575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2010-11-26 21:57:13 +00:00
parent 4d3a7d2e81
commit b25abb900b
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.apache.commons.math.util.FastMath;
*
* @since 2.1
* @version $Revision$ $Date$
* @deprecated in 2.2
*/
public abstract class BinaryFunction implements BivariateRealFunction {

View File

@ -26,6 +26,7 @@ import org.apache.commons.math.util.FastMath;
*
* @since 2.1
* @version $Revision$ $Date$
* @deprecated in 2.2
*/
public abstract class ComposableFunction implements UnivariateRealFunction {