Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2013-03-30 04:09:17 +00:00
parent c52bde0ea2
commit a61e6c1f65

View File

@ -33,7 +33,7 @@ public interface UnivariateDifferentiableVectorFunction
* @param x the point for which the function value should be computed
* @return the value
* @exception MathIllegalArgumentException if {@code x} does not
* fulfill functions constraints (argument out of bound, or unsupported
* satisfy the function's constraints (argument out of bound, or unsupported
* derivative order for example)
*/
DerivativeStructure[] value(DerivativeStructure x) throws MathIllegalArgumentException;