kinow commented on code in PR #52:
URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1316419837


##########
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestHelper.java:
##########
@@ -48,14 +48,14 @@ static double[] concatenate(double[]... arrays) {
     /**
      * Helper function to compute the expected value of Mean using BigDecimal.
      * @param values Values.
-     * @return Mean of values.
+     * @return Mean of values rounded to <a href = 
"https://en.wikipedia.org/wiki/Decimal128_floating-point_format";> DECIMAL128 
precision.

Review Comment:
   The `<a>` tag looks malformed to me, but if that renders valid Javadoc & 
HTML then I guess that's OK.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to