Skip to content

Commit daa9028

Browse files
jmh5309il
authored andcommitted
Create math/package.d
1 parent 75881a6 commit daa9028

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/mir/math/package.d

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/++
2+
$(H1 Math Functionality)
3+
$(BOOKTABLE $(H2 ,Math modules),
4+
$(TR $(TH Module) $(TH Math kind))
5+
$(T2M common, Common math functions)
6+
$(T2M constant, Constants)
7+
$(T2M sum, Various precise summation algorithms)
8+
$(T2M numeric, Simple numeric algorithms)
9+
)
10+
Copyright: Copyright © 2017, Kaleidic Associates Advisory Limited
11+
Authors: Ilya Yaroshenko
12+
Macros:
13+
SUBREF = $(REF_ALTTEXT $(TT $2), $2, mir, math, $1)$(NBSP)
14+
T2M=$(TR $(TDNW $(MREF mir,math,$1)) $(TD $+))
15+
T2=$(TR $(TDNW $(LREF $1)) $(TD $+))
16+
+/
17+
module mir.math;
18+
19+
public import mir.math.common;
20+
public import mir.math.constant;
21+
public import mir.math.sum;
22+
public import mir.math.numeric;

0 commit comments

Comments
 (0)