Skip to content

Commit 5fa1f1c

Browse files
committed
update index
1 parent 35580f0 commit 5fa1f1c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

index.d

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,24 @@ $(BOOKTABLE ,
6868
$(TDNW $(MREF mir,math,constant))
6969
$(TD Constants)
7070
)
71+
$(TR
72+
$(TDNW $(MREF mir,math,func))
73+
$(TD Special math functions)
74+
)
75+
$(LEADINGROW Numeric)
76+
$(TR
77+
$(TDNW $(MREF mir,interpolation))
78+
$(TD Interpolation algorithms)
79+
)
7180
$(TR
7281
$(TDNW $(MREF mir,math,sum))
7382
$(TD Various precise summation algorithms)
7483
)
84+
$(LEADINGROW Finance)
7585
$(TR
76-
$(TDNW $(MREF mir,math,func))
77-
$(TD Special math functions)
86+
$(TDNW $(MREF mir,timeseries))
87+
$(TD Time-series)
7888
)
79-
8089
$(LEADINGROW Accessories)
8190
$(TR
8291
$(TDNW $(MREF mir,utility))

0 commit comments

Comments
 (0)