We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82feb commit 10be2e5Copy full SHA for 10be2e5
1 file changed
source/mir/math/numeric.d
@@ -520,6 +520,7 @@ Params:
520
count = number of product members
521
start = initial member value (optional)
522
Returns: `(count + start - 1)! / (start - 1)!`
523
+Complexity: O(count)
524
+/
525
auto factorial
526
(size_t coefficientSize = 128, Exp = sizediff_t)
0 commit comments