Removed wrong explanation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc8b1f4ac5
commit
2fe8ea8d8e
|
@ -21,9 +21,6 @@ import org.apache.commons.math3.exception.DimensionMismatchException;
|
||||||
/**
|
/**
|
||||||
* Interface representing a <a href="http://mathworld.wolfram.com/RealNumber.html">real</a>
|
* Interface representing a <a href="http://mathworld.wolfram.com/RealNumber.html">real</a>
|
||||||
* <a href="http://mathworld.wolfram.com/Field.html">field</a>.
|
* <a href="http://mathworld.wolfram.com/Field.html">field</a>.
|
||||||
* <p>
|
|
||||||
* Classes implementing this interface will often be singletons.
|
|
||||||
* </p>
|
|
||||||
* @param <T> the type of the field elements
|
* @param <T> the type of the field elements
|
||||||
* @see FieldElement
|
* @see FieldElement
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
|
Loading…
Reference in New Issue