diff options
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/autoall.sh')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/autoall.sh | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/autoall.sh b/packages/special/lib/Numeric/GSL/Special/autoall.sh new file mode 100644 index 0000000..18d0a6e --- /dev/null +++ b/packages/special/lib/Numeric/GSL/Special/autoall.sh | |||
@@ -0,0 +1,45 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | function rep { | ||
4 | ./replace.hs "$1" "$2" < $3 > /tmp/tmp-rep | ||
5 | cp /tmp/tmp-rep $3 | ||
6 | } | ||
7 | |||
8 | rm -f funs.txt | ||
9 | |||
10 | ./auto.hs airy | ||
11 | rep ') where' ', Precision(..)\n) where' Airy.hs | ||
12 | ./auto.hs bessel | ||
13 | ./auto.hs clausen | ||
14 | ./auto.hs coulomb | ||
15 | ./auto.hs coupling | ||
16 | rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs | ||
17 | ./auto.hs dawson | ||
18 | ./auto.hs debye | ||
19 | ./auto.hs dilog | ||
20 | ./auto.hs elementary | ||
21 | ./auto.hs ellint | ||
22 | #./auto.hs elljac | ||
23 | ./auto.hs erf | ||
24 | ./auto.hs exp | ||
25 | rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs | ||
26 | rep ', exprel_n_CF_e' '-- , exprel_n_CF_e' Exp.hs | ||
27 | ./auto.hs expint | ||
28 | ./auto.hs fermi_dirac | ||
29 | ./auto.hs gamma | ||
30 | ./auto.hs gegenbauer | ||
31 | ./auto.hs hyperg | ||
32 | ./auto.hs laguerre | ||
33 | ./auto.hs lambert | ||
34 | ./auto.hs legendre | ||
35 | ./auto.hs log | ||
36 | rep ', log\n' ', Numeric.GSL.Special.Log.log\n' Log.hs | ||
37 | #./auto.hs mathieu | ||
38 | ./auto.hs pow_int | ||
39 | ./auto.hs psi | ||
40 | ./auto.hs synchrotron | ||
41 | ./auto.hs transport | ||
42 | ./auto.hs trig | ||
43 | rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs | ||
44 | rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs | ||
45 | ./auto.hs zeta | ||