Skip to content

Commit dad56d7

Browse files
committed
fix index.d
1 parent 273c508 commit dad56d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $(BOOKTABLE ,
2222
$(TR $(TDNW $(MREF mir,math,stat)) $(TD Basic API for statistics))
2323
$(TR $(TDNW $(MREF mir,math,constant)) $(TD Math constants))
2424
$(TR $(TDNW $(MREF mir,polynomial)) $(TD Polynomial ref-counted structure))
25+
$(TR $(TDNW $(MREF mir,interpolate)★) $(TD Interpolation algorithms))
2526
$(LEADINGROW Reference counting)
2627
$(TR $(TDNW $(MREF mir,rc)) $(TD Reference counting package and RC conversion utilities.))
2728
$(TR $(TDNW $(MREF mir,rc,array)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
@@ -34,8 +35,6 @@ $(BOOKTABLE ,
3435
$(LEADINGROW Graphs)
3536
$(TR $(TDNW $(MREF mir,graph)) $(TD Basic routines to work with graphs))
3637
$(TR $(TDNW $(MREF mir,graph,tarjan)★) $(TD Tarjan's strongly connected components algorithm))
37-
$(LEADINGROW Interpolation)
38-
$(TR $(TDNW $(MREF mir,interpolate)★) $(TD Interpolation algorithms))
3938
$(LEADINGROW Combinatrorics)
4039
$(TR $(TDNW $(MREF mir,combinatorics)★) $(TD Combinations, combinations with repeats, cartesian power, permutations.))
4140
$(LEADINGROW Interconnection with other languages)

0 commit comments

Comments
 (0)