|
4 | 4 | CurrentModule = SpecialFunctions |
5 | 5 | ``` |
6 | 6 |
|
7 | | -```@docs |
8 | | -SpecialFunctions.erf |
9 | | -SpecialFunctions.erfc |
10 | | -SpecialFunctions.erfcx |
11 | | -SpecialFunctions.logerfc |
12 | | -SpecialFunctions.logerfcx |
13 | | -SpecialFunctions.erfi |
14 | | -SpecialFunctions.faddeeva |
15 | | -SpecialFunctions.dawson |
16 | | -SpecialFunctions.erfinv |
17 | | -SpecialFunctions.erfcinv |
18 | | -SpecialFunctions.expint |
19 | | -SpecialFunctions.expinti |
20 | | -SpecialFunctions.expintx |
21 | | -SpecialFunctions.sinint |
22 | | -SpecialFunctions.cosint |
23 | | -SpecialFunctions.digamma |
24 | | -SpecialFunctions.invdigamma |
25 | | -SpecialFunctions.trigamma |
26 | | -SpecialFunctions.polygamma |
27 | | -SpecialFunctions.airyai |
28 | | -SpecialFunctions.airyaiprime |
29 | | -SpecialFunctions.airyaix |
30 | | -SpecialFunctions.airyaiprimex |
31 | | -SpecialFunctions.airybi |
32 | | -SpecialFunctions.airybiprime |
33 | | -SpecialFunctions.airybix |
34 | | -SpecialFunctions.airybiprimex |
35 | | -SpecialFunctions.besselj0 |
36 | | -SpecialFunctions.besselj1 |
37 | | -SpecialFunctions.besselj |
38 | | -SpecialFunctions.besseljx |
39 | | -SpecialFunctions.sphericalbesselj |
40 | | -SpecialFunctions.bessely0 |
41 | | -SpecialFunctions.bessely1 |
42 | | -SpecialFunctions.bessely |
43 | | -SpecialFunctions.besselyx |
44 | | -SpecialFunctions.sphericalbessely |
45 | | -SpecialFunctions.hankelh1 |
46 | | -SpecialFunctions.hankelh1x |
47 | | -SpecialFunctions.hankelh2 |
48 | | -SpecialFunctions.hankelh2x |
49 | | -SpecialFunctions.besselh |
50 | | -SpecialFunctions.besselhx |
51 | | -SpecialFunctions.besseli |
52 | | -SpecialFunctions.besselix |
53 | | -SpecialFunctions.besselk |
54 | | -SpecialFunctions.besselkx |
55 | | -SpecialFunctions.jinc |
56 | | -SpecialFunctions.ellipk |
57 | | -SpecialFunctions.ellipe |
58 | | -SpecialFunctions.eta |
59 | | -SpecialFunctions.zeta |
60 | | -SpecialFunctions.gamma(::Number) |
61 | | -SpecialFunctions.loggamma(::Number) |
62 | | -SpecialFunctions.logabsgamma |
63 | | -SpecialFunctions.logfactorial |
64 | | -SpecialFunctions.gamma(::Number,::Number) |
65 | | -SpecialFunctions.loggamma(::Number,::Number) |
66 | | -SpecialFunctions.gamma_inc |
67 | | -SpecialFunctions.gamma_inc_inv |
68 | | -SpecialFunctions.beta_inc |
69 | | -SpecialFunctions.beta |
70 | | -SpecialFunctions.logbeta |
71 | | -SpecialFunctions.logabsbeta |
72 | | -SpecialFunctions.logabsbinomial |
| 7 | +```@autodocs |
| 8 | +Modules = [SpecialFunctions] |
| 9 | +Order = [:module, :type, :function] |
73 | 10 | ``` |
0 commit comments