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 43bed97 commit 1ab6500Copy full SHA for 1ab6500
.gitignore
@@ -16,3 +16,5 @@ mir-internal
16
mir-algorithm-test-library
17
18
*.pdf
19
+
20
+*.sublime-workspace
doc/Makefile
@@ -27,7 +27,7 @@ ARTWORK_DIR=$(DOC_SOURCE_DIR)/artwork
27
# packages and their modules.
28
MIR_PACKAGES = mir mir/ndslice mir/internal mir/math mir/math/func
29
30
-PACKAGE_mir = conv functional primitives
+PACKAGE_mir = bitmanip conv functional primitives
31
PACKAGE_mir_ndslice = package algorithm allocation dynamic field ndfield iterator package slice sorting concatenation topology
32
PACKAGE_mir_math = constant common sum
33
PACKAGE_mir_math_func = expdigamma
index.d
@@ -55,11 +55,36 @@ $(BOOKTABLE ,
55
$(TDNW $(MREF mir,ndslice,ndfield))
56
$(TD NdField declarations)
57
)
58
- $(LEADINGROW Accessories)
+ $(LEADINGROW Math)
59
+ $(TR
60
+ $(TDNW $(MREF mir,math,common))
61
+ $(TD Common math functions)
62
+ )
63
64
+ $(TDNW $(MREF mir,math,constant))
65
+ $(TD Constants)
66
67
68
+ $(TDNW $(MREF mir,math,sum))
69
+ $(TD Various precise summation algorithms)
70
71
72
+ $(TDNW $(MREF mir,math,func))
73
+ $(TD Special math functions)
74
75
$(TR
76
$(TDNW $(MREF mir,conv))
77
$(TD Conversion utilities)
78
79
+ $(LEADINGROW Accessories)
80
81
+ $(TDNW $(MREF mir,functional,bitmanip))
82
+ $(TD Bit fields manipulations)
83
84
85
+ $(TDNW $(MREF mir,functional,conv))
86
+ $(TD Conversion utilities)
87
88
89
$(TDNW $(MREF mir,functional))
90
$(TD Functions that manipulate other functions)
0 commit comments