You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/01/19 12:52:59 UTC

[commons-numbers] 01/03: Correct reference link

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 1b1b7b1ec903425bd7be13973097fe6cef931cde
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Jan 19 11:57:36 2023 +0000

    Correct reference link
---
 .../src/main/java/org/apache/commons/numbers/core/Sum.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
index 9dc084b2..cc5e7791 100644
--- a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
+++ b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
@@ -69,7 +69,7 @@ import java.util.function.DoubleSupplier;
  *
  * <p><strong>Implementation Notes</strong>
  * <p>This class internally uses the <em>Sum2S</em> and <em>Dot2S</em> algorithms described in
- * <a href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.2.1547">
+ * <a href="https://doi.org/10.1137/030601818">
  * Accurate Sum and Dot Product</a> by Takeshi Ogita, Siegfried M. Rump,
  * and Shin'ichi Oishi (<em>SIAM J. Sci. Comput</em>, 2005). These are compensated
  * summation and multiplication algorithms chosen here for their good