MATH-430
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:
parent
4d3a7d2e81
commit
b25abb900b
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue