We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bded7aa commit 1979834Copy full SHA for 1979834
tdigest/include/tdigest.hpp
@@ -154,6 +154,7 @@ class tdigest {
154
* Compute approximate normalized rank of the given value.
155
*
156
* <p>If the sketch is empty this throws std::runtime_error.
157
+ * <p>NaN value throw std::invalid_argument.
158
159
* @param value to be ranked
160
* @return normalized rank (from 0 to 1 inclusive)
0 commit comments