Skip to content

Commit 9998f66

Browse files
committed
fixup
1 parent af5c5f0 commit 9998f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/math/stat.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This module contains base statistical algorithms.
33
44
Note that used specialized summing algorithms execute more primitive operations
55
than vanilla summation. Therefore, if in certain cases maximum speed is required
6-
at expense of precision, one can use $(SUBREF, sum, Summation.fast).
6+
at expense of precision, one can use $(REF_ALTTEXT $(TT Summation.fast), Summation.fast, mir, math, sum)$(NBSP).
77
88
License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
99

0 commit comments

Comments
 (0)