Skip to content

Commit

Permalink
package-info StreamOverflowException additions
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 3, 2018
1 parent c09c5ff commit 2431184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/gr/james/sampling/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
* <h4>Overflow</h4>
* Related to the concept of precision, overflow refers to the situation where the precision has degraded into a
* non-recurrent state that would prevent the algorithm from behaving consistently. In these cases the implementation
* will throw {@link gr.james.sampling.StreamOverflowException} to indicate this state.
* will throw {@link gr.james.sampling.StreamOverflowException} to indicate this state. Algorithms that are not prone to
* precision degrading will never throw {@code StreamOverflowException} and are marked <em>ND</em> in the implementation
* table below.
* <h3>Implementations</h3>
* <table class="table" summary="">
* <thead>
Expand Down

0 comments on commit 2431184

Please sign in to comment.