jmalkin commented on code in PR #192:
URL:
https://github.com/apache/datasketches-website/pull/192#discussion_r1759634310
##########
docs/Quantiles/QuantilesOverview.md:
##########
@@ -79,7 +79,8 @@ These sketches have many parallel methods. Please refer to
the sketch API docume
* Inclusive, a common definition in some of the theoretical
literature.
* Accuracy %: a function of *K* and independent of rank.
* Near optimal accuracy per sketch size compared to other constant
accuracy quantiles sketches.
- * Java: Dedicated *float* and *double* implementations.
+ * Java: Dedicated *float*, *double*, *long*, and generic *item*
implementations.
Review Comment:
i generally favor `double` rather than *double* for types. Backticks rather
than asterisks. That's what, say, javadoc typically uses for types, too.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]