Fixed id tag, added svn:keywords for analysis.function package.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1364377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-22 17:39:16 +00:00
parent 85ea9b32bd
commit 063515d0aa
45 changed files with 45 additions and 45 deletions

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Absolute value function. * Absolute value function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Abs implements UnivariateFunction { public class Abs implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Arc-cosine function. * Arc-cosine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Acos implements DifferentiableUnivariateFunction { public class Acos implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic arc-cosine function. * Hyperbolic arc-cosine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Acosh implements DifferentiableUnivariateFunction { public class Acosh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.BivariateFunction;
/** /**
* Add the two operands. * Add the two operands.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Add implements BivariateFunction { public class Add implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Arc-sine function. * Arc-sine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Asin implements DifferentiableUnivariateFunction { public class Asin implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic arc-sine function. * Hyperbolic arc-sine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Asinh implements DifferentiableUnivariateFunction { public class Asinh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Arc-tangent function. * Arc-tangent function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Atan implements DifferentiableUnivariateFunction { public class Atan implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Arc-tangent function. * Arc-tangent function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Atan2 implements BivariateFunction { public class Atan2 implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic arc-tangent function. * Hyperbolic arc-tangent function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Atanh implements DifferentiableUnivariateFunction { public class Atanh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Cube root function. * Cube root function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Cbrt implements DifferentiableUnivariateFunction { public class Cbrt implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* {@code ceil} function. * {@code ceil} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Ceil implements UnivariateFunction { public class Ceil implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.DifferentiableUnivariateFunction;
/** /**
* Constant function. * Constant function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Constant implements DifferentiableUnivariateFunction { public class Constant implements DifferentiableUnivariateFunction {
/** Constant. */ /** Constant. */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Cosine function. * Cosine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Cos implements DifferentiableUnivariateFunction { public class Cos implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic cosine function. * Hyperbolic cosine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Cosh implements DifferentiableUnivariateFunction { public class Cosh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.BivariateFunction;
/** /**
* Divide the first operand by the second. * Divide the first operand by the second.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Divide implements BivariateFunction { public class Divide implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Exponential function. * Exponential function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Exp implements DifferentiableUnivariateFunction { public class Exp implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* <code>e<sup>x</sup>-1</code> function. * <code>e<sup>x</sup>-1</code> function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Expm1 implements DifferentiableUnivariateFunction { public class Expm1 implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* {@code floor} function. * {@code floor} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Floor implements UnivariateFunction { public class Floor implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -29,8 +29,8 @@ import org.apache.commons.math3.util.FastMath;
* <a href="http://en.wikipedia.org/wiki/Gaussian_function"> * <a href="http://en.wikipedia.org/wiki/Gaussian_function">
* Gaussian</a> function. * Gaussian</a> function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Gaussian implements DifferentiableUnivariateFunction { public class Gaussian implements DifferentiableUnivariateFunction {
/** Mean. */ /** Mean. */

View File

@ -28,8 +28,8 @@ import org.apache.commons.math3.util.FastMath;
* <a href="http://en.wikipedia.org/wiki/Harmonic_oscillator"> * <a href="http://en.wikipedia.org/wiki/Harmonic_oscillator">
* simple harmonic oscillator</a> function. * simple harmonic oscillator</a> function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class HarmonicOscillator implements DifferentiableUnivariateFunction { public class HarmonicOscillator implements DifferentiableUnivariateFunction {
/** Amplitude. */ /** Amplitude. */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.DifferentiableUnivariateFunction;
/** /**
* Identity function. * Identity function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Identity implements DifferentiableUnivariateFunction { public class Identity implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.analysis.DifferentiableUnivariateFunction;
/** /**
* Inverse function. * Inverse function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Inverse implements DifferentiableUnivariateFunction { public class Inverse implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Natural logarithm function. * Natural logarithm function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Log implements DifferentiableUnivariateFunction { public class Log implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Base 10 logarithm function. * Base 10 logarithm function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Log10 implements DifferentiableUnivariateFunction { public class Log10 implements DifferentiableUnivariateFunction {
/** ln(10) = {@value}.*/ /** ln(10) = {@value}.*/

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* <code>log(1 + p)</code> function. * <code>log(1 + p)</code> function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Log1p implements DifferentiableUnivariateFunction { public class Log1p implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -29,8 +29,8 @@ import org.apache.commons.math3.util.FastMath;
* <a href="http://en.wikipedia.org/wiki/Generalised_logistic_function"> * <a href="http://en.wikipedia.org/wiki/Generalised_logistic_function">
* Generalised logistic</a> function. * Generalised logistic</a> function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Logistic implements DifferentiableUnivariateFunction { public class Logistic implements DifferentiableUnivariateFunction {
/** Lower asymptote. */ /** Lower asymptote. */

View File

@ -30,8 +30,8 @@ import org.apache.commons.math3.util.FastMath;
* Logit</a> function. * Logit</a> function.
* It is the inverse of the {@link Sigmoid sigmoid} function. * It is the inverse of the {@link Sigmoid sigmoid} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Logit implements DifferentiableUnivariateFunction { public class Logit implements DifferentiableUnivariateFunction {
/** Lower bound. */ /** Lower bound. */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Maximum function. * Maximum function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Max implements BivariateFunction { public class Max implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Minimum function. * Minimum function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Min implements BivariateFunction { public class Min implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.DifferentiableUnivariateFunction;
/** /**
* Minus function. * Minus function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Minus implements DifferentiableUnivariateFunction { public class Minus implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.BivariateFunction;
/** /**
* Multiply the two operands. * Multiply the two operands.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Multiply implements BivariateFunction { public class Multiply implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Power function. * Power function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Pow implements BivariateFunction { public class Pow implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Power function. * Power function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Power implements DifferentiableUnivariateFunction { public class Power implements DifferentiableUnivariateFunction {
/** Power. */ /** Power. */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* {@code rint} function. * {@code rint} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Rint implements UnivariateFunction { public class Rint implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -31,8 +31,8 @@ import org.apache.commons.math3.util.FastMath;
* A more flexible version, the generalised logistic, is implemented * A more flexible version, the generalised logistic, is implemented
* by the {@link Logistic} class. * by the {@link Logistic} class.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Sigmoid implements DifferentiableUnivariateFunction { public class Sigmoid implements DifferentiableUnivariateFunction {
/** Lower asymptote. */ /** Lower asymptote. */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* {@code signum} function. * {@code signum} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Signum implements UnivariateFunction { public class Signum implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Sine function. * Sine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Sin implements DifferentiableUnivariateFunction { public class Sin implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -29,8 +29,8 @@ import org.apache.commons.math3.util.FastMath;
* sin(x) / x otherwise. * sin(x) / x otherwise.
* </code></pre> * </code></pre>
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Sinc implements DifferentiableUnivariateFunction { public class Sinc implements DifferentiableUnivariateFunction {
/** /**

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic sine function. * Hyperbolic sine function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Sinh implements DifferentiableUnivariateFunction { public class Sinh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Square-root function. * Square-root function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Sqrt implements DifferentiableUnivariateFunction { public class Sqrt implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -28,8 +28,8 @@ import org.apache.commons.math3.util.MathArrays;
* <a href="http://en.wikipedia.org/wiki/Step_function"> * <a href="http://en.wikipedia.org/wiki/Step_function">
* Step function</a>. * Step function</a>.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class StepFunction implements UnivariateFunction { public class StepFunction implements UnivariateFunction {
/** Abscissae. */ /** Abscissae. */

View File

@ -22,8 +22,8 @@ import org.apache.commons.math3.analysis.BivariateFunction;
/** /**
* Subtract the second operand from the first. * Subtract the second operand from the first.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Subtract implements BivariateFunction { public class Subtract implements BivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Tangent function. * Tangent function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Tan implements DifferentiableUnivariateFunction { public class Tan implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -24,8 +24,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* Hyperbolic tangent function. * Hyperbolic tangent function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Tanh implements DifferentiableUnivariateFunction { public class Tanh implements DifferentiableUnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */

View File

@ -23,8 +23,8 @@ import org.apache.commons.math3.util.FastMath;
/** /**
* {@code ulp} function. * {@code ulp} function.
* *
* @version $Id$
* @since 3.0 * @since 3.0
* @version $Id$
*/ */
public class Ulp implements UnivariateFunction { public class Ulp implements UnivariateFunction {
/** {@inheritDoc} */ /** {@inheritDoc} */