OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computeln
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java
588
ln2String =
computeLn
(highPrecisionTwo, highPrecisionOne, highPrecisionTwo).toString();
589
ln5String =
computeLn
(new Dfp(highPrecisionField, 5), highPrecisionOne, highPrecisionTwo).toString();
590
ln10String =
computeLn
(new Dfp(highPrecisionField, 10), highPrecisionOne, highPrecisionTwo).toString();
726
public static Dfp
computeLn
(final Dfp a, final Dfp one, final Dfp two) {
Completed in 135 milliseconds