Skip to content

Commit a084a62

Browse files
authored
remove unused coefficients.
1 parent 809e51b commit a084a62

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/constants.jl

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
const RP_j0(::Type{Float64}) = (
2-
9.70862251047306323952E15, -2.49248344360967716204E14,
3-
1.95617491946556577543E12, -4.79443220978201773821E9
4-
)
5-
const RQ_j0(::Type{Float64}) = (
6-
1.71086294081043136091E18, 3.18121955943204943306E16, 3.10518229857422583814E14,
7-
2.11277520115489217587E12, 1.11855537045356834862E10, 4.84409658339962045305E7,
8-
1.73785401676374683123E5, 4.99563147152651017219E2, 1.00000000000000000000E0
9-
)
10-
const PP_j0(::Type{Float64}) = (
11-
9.99999999999999997821E-1, 5.30324038235394892183E0, 8.74716500199817011941E0,
12-
5.44725003058768775090E0, 1.23953371646414299388E0, 8.28352392107440799803E-2,
13-
7.96936729297347051624E-4
14-
)
15-
const PQ_j0(::Type{Float64}) = (
16-
1.00000000000000000218E0, 5.30605288235394617618E0, 8.76190883237069594232E0,
17-
5.47097740330417105182E0, 1.25352743901058953537E0, 8.56288474354474431428E-2,
18-
9.24408810558863637013E-4
19-
)
201
const YP_y0(::Type{Float64}) = (
212
-1.84950800436986690637E16, 4.42733268572569800351E16, -3.46628303384729719441E15,
223
8.75906394395366999549E13, -9.82136065717911466409E11, 5.43526477051876500413E9,
@@ -94,16 +75,6 @@ const QQ_j1(::Type{Float64}) = (
9475
4.98641058337653607651E3, 1.05644886038262816351E3,
9576
7.42373277035675149943E1, 1.00000000000000000000E0
9677
)
97-
const QP_j0(::Type{Float64}) = (
98-
-6.05014350600728481186E0, -5.14105326766599330220E1, -1.47077505154951170175E2,
99-
-1.77681167980488050595E2, -9.32060152123768231369E1, -1.95539544257735972385E1,
100-
-1.28252718670509318512E0, -1.13663838898469149931E-2
101-
)
102-
const QQ_j0(::Type{Float64}) = (
103-
2.42005740240291393179E2, 2.06209331660327847417E3, 5.93072701187316984827E3,
104-
7.24046774195652478189E3, 3.88240183605401609683E3, 8.56430025976980587198E2,
105-
6.43178256118178023184E1, 1.00000000000000000000E0
106-
)
10778
const besseli0_small_coefs(::Type{Float32}) = (
10879
1.0000000416172086f0, 0.2499995567758189f0, 0.027778554423089f0,
10980
0.0017355879591086688f0, 6.96204574858338f-5, 1.8959194799355527f-6,

0 commit comments

Comments
 (0)