Added @since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@924453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
439cb994d1
commit
e3f9ae2213
|
@ -24,6 +24,7 @@ import org.apache.commons.math.FunctionEvaluationException;
|
|||
/**
|
||||
* Base class for {@link BivariateRealFunction} that can be composed with other functions.
|
||||
*
|
||||
* @since 2.1
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
public abstract class BinaryFunction implements BivariateRealFunction {
|
||||
|
|
|
@ -24,6 +24,7 @@ import org.apache.commons.math.FunctionEvaluationException;
|
|||
/**
|
||||
* An interface representing a bivariate real function.
|
||||
*
|
||||
* @since 2.1
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
public interface BivariateRealFunction {
|
||||
|
|
|
@ -23,6 +23,7 @@ import org.apache.commons.math.FunctionEvaluationException;
|
|||
/**
|
||||
* Base class for {@link UnivariateRealFunction} that can be composed with other functions.
|
||||
*
|
||||
* @since 2.1
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
public abstract class ComposableFunction implements UnivariateRealFunction {
|
||||
|
|
Loading…
Reference in New Issue