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 e9970cd commit 2f783d3Copy full SHA for 2f783d3
index.d
@@ -20,6 +20,8 @@ $(BOOKTABLE ,
20
$(TR $(TDNW $(MREF mir,graph,tarjan)★) $(TD Tarjan's strongly connected components algorithm))
21
$(LEADINGROW Interpolation)
22
$(TR $(TDNW $(MREF mir,interpolate)★) $(TD Interpolation algorithms))
23
+ $(LEADINGROW Combinatrorics)
24
+ $(TR $(TDNW $(MREF mir,combinatorics)) $(TD Combinations, combinations with repeats, cartesian power, permutations.))
25
$(LEADINGROW Interconnection with other languages)
26
$(TR $(TDNW $(MREF mir,ndslice,connect,cpp)) $(TD Definitions suitable for `extern(C++)` functions))
27
$(TR $(TDNW $(MREF mir,ndslice,connect,cpython)) $(TD Utilities for $(HTTPS docs.python.org/3/c-api/buffer.html, Python Buffer Protocol)))
0 commit comments