fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@992860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f2cecc697
commit
8d37aa4016
|
@ -1968,7 +1968,6 @@ public class Dfp implements FieldElement<Dfp> {
|
|||
}
|
||||
|
||||
/** Convert an instance to a string using scientific notation.
|
||||
* @param a instance to convert
|
||||
* @return string representation of the instance in scientific notation
|
||||
*/
|
||||
protected String dfp2sci() {
|
||||
|
@ -2050,7 +2049,6 @@ public class Dfp implements FieldElement<Dfp> {
|
|||
}
|
||||
|
||||
/** Convert an instance to a string using normal notation.
|
||||
* @param a instance to convert
|
||||
* @return string representation of the instance in normal notation
|
||||
*/
|
||||
protected String dfp2string() {
|
||||
|
|
Loading…
Reference in New Issue