We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5c5f0 commit 9998f66Copy full SHA for 9998f66
source/mir/math/stat.d
@@ -3,7 +3,7 @@ This module contains base statistical algorithms.
3
4
Note that used specialized summing algorithms execute more primitive operations
5
than vanilla summation. Therefore, if in certain cases maximum speed is required
6
-at expense of precision, one can use $(SUBREF, sum, Summation.fast).
+at expense of precision, one can use $(REF_ALTTEXT $(TT Summation.fast), Summation.fast, mir, math, sum)$(NBSP).
7
8
License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
9
0 commit comments