annotate libfaad2/kbd_win.h @ 12456:99fd884f2caf

sync (pre)
author nauj27
date Mon, 10 May 2004 19:21:29 +0000
parents 3185f64f6350
children 4a370c80fe5c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1 /*
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2 ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
3 ** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
4 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
5 ** This program is free software; you can redistribute it and/or modify
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
6 ** it under the terms of the GNU General Public License as published by
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
7 ** the Free Software Foundation; either version 2 of the License, or
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
8 ** (at your option) any later version.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
9 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
10 ** This program is distributed in the hope that it will be useful,
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
13 ** GNU General Public License for more details.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
14 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
16 ** along with this program; if not, write to the Free Software
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
18 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
19 ** Any non-GPL usage of this software or parts of this software is strictly
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
20 ** forbidden.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
21 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
22 ** Commercial non-GPL licensing of this software is possible.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
24 **
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
25 ** $Id: kbd_win.h,v 1.6 2003/09/09 18:09:52 menno Exp $
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
26 **/
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
27
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
28 #ifndef __KBD_WIN_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
29 #define __KBD_WIN_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
30
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
31 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
32 extern "C" {
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
33 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
34
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
35 #ifdef _MSC_VER
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
36 #pragma warning(disable:4305)
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
37 #pragma warning(disable:4244)
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
38 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
39
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
40 real_t kbd_long_1024[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
41 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
42 COEF_CONST(0.00029256153896361),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
43 COEF_CONST(0.00042998567353047),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
44 COEF_CONST(0.00054674074589540),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
45 COEF_CONST(0.00065482304299792),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
46 COEF_CONST(0.00075870195068747),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
47 COEF_CONST(0.00086059331713336),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
48 COEF_CONST(0.00096177541439010),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
49 COEF_CONST(0.0010630609410878),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
50 COEF_CONST(0.0011650036308132),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
51 COEF_CONST(0.0012680012194148),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
52 COEF_CONST(0.0013723517232956),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
53 COEF_CONST(0.0014782864109136),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
54 COEF_CONST(0.0015859901976719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
55 COEF_CONST(0.0016956148252373),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
56 COEF_CONST(0.0018072876903517),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
57 COEF_CONST(0.0019211179405514),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
58 COEF_CONST(0.0020372007924215),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
59 COEF_CONST(0.0021556206591754),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
60 COEF_CONST(0.0022764534599614),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
61 COEF_CONST(0.0023997683540995),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
62 COEF_CONST(0.0025256290631156),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
63 COEF_CONST(0.0026540948920831),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
64 COEF_CONST(0.0027852215281403),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
65 COEF_CONST(0.0029190616715331),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
66 COEF_CONST(0.0030556655443223),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
67 COEF_CONST(0.0031950812943391),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
68 COEF_CONST(0.0033373553240392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
69 COEF_CONST(0.0034825325586930),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
70 COEF_CONST(0.0036306566699199),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
71 COEF_CONST(0.0037817702604646),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
72 COEF_CONST(0.0039359150179719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
73 COEF_CONST(0.0040931318437260),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
74 COEF_CONST(0.0042534609610026),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
75 COEF_CONST(0.0044169420066964),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
76 COEF_CONST(0.0045836141091341),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
77 COEF_CONST(0.0047535159544086),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
78 COEF_CONST(0.0049266858431214),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
79 COEF_CONST(0.0051031617390698),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
80 COEF_CONST(0.0052829813111335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
81 COEF_CONST(0.0054661819693975),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
82 COEF_CONST(0.0056528008963682),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
83 COEF_CONST(0.0058428750739943),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
84 COEF_CONST(0.0060364413070882),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
85 COEF_CONST(0.0062335362436492),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
86 COEF_CONST(0.0064341963925079),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
87 COEF_CONST(0.0066384581386503),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
88 COEF_CONST(0.0068463577565218),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
89 COEF_CONST(0.0070579314215715),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
90 COEF_CONST(0.0072732152202559),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
91 COEF_CONST(0.0074922451586909),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
92 COEF_CONST(0.0077150571701162),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
93 COEF_CONST(0.0079416871213115),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
94 COEF_CONST(0.0081721708180857),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
95 COEF_CONST(0.0084065440099458),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
96 COEF_CONST(0.0086448423940363),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
97 COEF_CONST(0.0088871016184291),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
98 COEF_CONST(0.0091333572848345),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
99 COEF_CONST(0.0093836449507939),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
100 COEF_CONST(0.0096380001314086),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
101 COEF_CONST(0.0098964583006517),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
102 COEF_CONST(0.010159054892306),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
103 COEF_CONST(0.010425825300561),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
104 COEF_CONST(0.010696804880310),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
105 COEF_CONST(0.010972028947167),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
106 COEF_CONST(0.011251532777236),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
107 COEF_CONST(0.011535351606646),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
108 COEF_CONST(0.011823520630897),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
109 COEF_CONST(0.012116075003993),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
110 COEF_CONST(0.012413049837429),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
111 COEF_CONST(0.012714480198999),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
112 COEF_CONST(0.013020401111478),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
113 COEF_CONST(0.013330847551161),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
114 COEF_CONST(0.013645854446288),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
115 COEF_CONST(0.013965456675352),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
116 COEF_CONST(0.014289689065314),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
117 COEF_CONST(0.014618586389712),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
118 COEF_CONST(0.014952183366697),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
119 COEF_CONST(0.015290514656976),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
120 COEF_CONST(0.015633614861688),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
121 COEF_CONST(0.015981518520214),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
122 COEF_CONST(0.016334260107915),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
123 COEF_CONST(0.016691874033817),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
124 COEF_CONST(0.017054394638241),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
125 COEF_CONST(0.017421856190380),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
126 COEF_CONST(0.017794292885832),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
127 COEF_CONST(0.018171738844085),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
128 COEF_CONST(0.018554228105962),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
129 COEF_CONST(0.018941794631032),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
130 COEF_CONST(0.019334472294980),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
131 COEF_CONST(0.019732294886947),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
132 COEF_CONST(0.020135296106839),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
133 COEF_CONST(0.020543509562604),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
134 COEF_CONST(0.020956968767488),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
135 COEF_CONST(0.021375707137257),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
136 COEF_CONST(0.021799757987407),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
137 COEF_CONST(0.022229154530343),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
138 COEF_CONST(0.022663929872540),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
139 COEF_CONST(0.023104117011689),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
140 COEF_CONST(0.023549748833816),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
141 COEF_CONST(0.024000858110398),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
142 COEF_CONST(0.024457477495451),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
143 COEF_CONST(0.024919639522613),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
144 COEF_CONST(0.025387376602207),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
145 COEF_CONST(0.025860721018295),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
146 COEF_CONST(0.026339704925726),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
147 COEF_CONST(0.026824360347160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
148 COEF_CONST(0.027314719170100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
149 COEF_CONST(0.027810813143900),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
150 COEF_CONST(0.028312673876775),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
151 COEF_CONST(0.028820332832801),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
152 COEF_CONST(0.029333821328905),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
153 COEF_CONST(0.029853170531859),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
154 COEF_CONST(0.030378411455255),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
155 COEF_CONST(0.030909574956490),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
156 COEF_CONST(0.031446691733739),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
157 COEF_CONST(0.031989792322926),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
158 COEF_CONST(0.032538907094693),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
159 COEF_CONST(0.033094066251369),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
160 COEF_CONST(0.033655299823935),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
161 COEF_CONST(0.034222637668991),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
162 COEF_CONST(0.034796109465717),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
163 COEF_CONST(0.035375744712844),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
164 COEF_CONST(0.035961572725616),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
165 COEF_CONST(0.036553622632758),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
166 COEF_CONST(0.037151923373446),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
167 COEF_CONST(0.037756503694277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
168 COEF_CONST(0.038367392146243),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
169 COEF_CONST(0.038984617081711),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
170 COEF_CONST(0.039608206651398),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
171 COEF_CONST(0.040238188801359),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
172 COEF_CONST(0.040874591269976),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
173 COEF_CONST(0.041517441584950),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
174 COEF_CONST(0.042166767060301),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
175 COEF_CONST(0.042822594793376),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
176 COEF_CONST(0.043484951661852),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
177 COEF_CONST(0.044153864320760),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
178 COEF_CONST(0.044829359199509),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
179 COEF_CONST(0.045511462498913),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
180 COEF_CONST(0.046200200188234),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
181 COEF_CONST(0.046895598002228),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
182 COEF_CONST(0.047597681438201),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
183 COEF_CONST(0.048306475753074),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
184 COEF_CONST(0.049022005960455),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
185 COEF_CONST(0.049744296827725),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
186 COEF_CONST(0.050473372873129),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
187 COEF_CONST(0.051209258362879),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
188 COEF_CONST(0.051951977308273),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
189 COEF_CONST(0.052701553462813),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
190 COEF_CONST(0.053458010319350),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
191 COEF_CONST(0.054221371107223),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
192 COEF_CONST(0.054991658789428),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
193 COEF_CONST(0.055768896059787),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
194 COEF_CONST(0.056553105340134),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
195 COEF_CONST(0.057344308777513),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
196 COEF_CONST(0.058142528241393),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
197 COEF_CONST(0.058947785320893),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
198 COEF_CONST(0.059760101322019),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
199 COEF_CONST(0.060579497264926),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
200 COEF_CONST(0.061405993881180),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
201 COEF_CONST(0.062239611611049),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
202 COEF_CONST(0.063080370600799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
203 COEF_CONST(0.063928290700012),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
204 COEF_CONST(0.064783391458919),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
205 COEF_CONST(0.065645692125747),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
206 COEF_CONST(0.066515211644086),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
207 COEF_CONST(0.067391968650269),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
208 COEF_CONST(0.068275981470777),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
209 COEF_CONST(0.069167268119652),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
210 COEF_CONST(0.070065846295935),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
211 COEF_CONST(0.070971733381121),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
212 COEF_CONST(0.071884946436630),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
213 COEF_CONST(0.072805502201299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
214 COEF_CONST(0.073733417088896),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
215 COEF_CONST(0.074668707185649),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
216 COEF_CONST(0.075611388247794),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
217 COEF_CONST(0.076561475699152),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
218 COEF_CONST(0.077518984628715),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
219 COEF_CONST(0.078483929788261),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
220 COEF_CONST(0.079456325589986),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
221 COEF_CONST(0.080436186104162),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
222 COEF_CONST(0.081423525056808),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
223 COEF_CONST(0.082418355827392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
224 COEF_CONST(0.083420691446553),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
225 COEF_CONST(0.084430544593841),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
226 COEF_CONST(0.085447927595483),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
227 COEF_CONST(0.086472852422178),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
228 COEF_CONST(0.087505330686900),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
229 COEF_CONST(0.088545373642744),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
230 COEF_CONST(0.089592992180780),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
231 COEF_CONST(0.090648196827937),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
232 COEF_CONST(0.091710997744919),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
233 COEF_CONST(0.092781404724131),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
234 COEF_CONST(0.093859427187640),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
235 COEF_CONST(0.094945074185163),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
236 COEF_CONST(0.096038354392069),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
237 COEF_CONST(0.097139276107423),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
238 COEF_CONST(0.098247847252041),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
239 COEF_CONST(0.099364075366580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
240 COEF_CONST(0.10048796760965),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
241 COEF_CONST(0.10161953075597),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
242 COEF_CONST(0.10275877119451),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
243 COEF_CONST(0.10390569492671),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
244 COEF_CONST(0.10506030756469),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
245 COEF_CONST(0.10622261432949),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
246 COEF_CONST(0.10739262004941),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
247 COEF_CONST(0.10857032915821),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
248 COEF_CONST(0.10975574569357),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
249 COEF_CONST(0.11094887329534),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
250 COEF_CONST(0.11214971520402),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
251 COEF_CONST(0.11335827425914),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
252 COEF_CONST(0.11457455289772),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
253 COEF_CONST(0.11579855315274),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
254 COEF_CONST(0.11703027665170),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
255 COEF_CONST(0.11826972461510),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
256 COEF_CONST(0.11951689785504),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
257 COEF_CONST(0.12077179677383),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
258 COEF_CONST(0.12203442136263),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
259 COEF_CONST(0.12330477120008),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
260 COEF_CONST(0.12458284545102),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
261 COEF_CONST(0.12586864286523),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
262 COEF_CONST(0.12716216177615),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
263 COEF_CONST(0.12846340009971),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
264 COEF_CONST(0.12977235533312),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
265 COEF_CONST(0.13108902455375),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
266 COEF_CONST(0.13241340441801),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
267 COEF_CONST(0.13374549116025),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
268 COEF_CONST(0.13508528059173),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
269 COEF_CONST(0.13643276809961),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
270 COEF_CONST(0.13778794864595),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
271 COEF_CONST(0.13915081676677),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
272 COEF_CONST(0.14052136657114),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
273 COEF_CONST(0.14189959174027),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
274 COEF_CONST(0.14328548552671),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
275 COEF_CONST(0.14467904075349),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
276 COEF_CONST(0.14608024981336),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
277 COEF_CONST(0.14748910466804),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
278 COEF_CONST(0.14890559684750),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
279 COEF_CONST(0.15032971744929),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
280 COEF_CONST(0.15176145713790),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
281 COEF_CONST(0.15320080614414),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
282 COEF_CONST(0.15464775426459),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
283 COEF_CONST(0.15610229086100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
284 COEF_CONST(0.15756440485987),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
285 COEF_CONST(0.15903408475193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
286 COEF_CONST(0.16051131859170),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
287 COEF_CONST(0.16199609399712),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
288 COEF_CONST(0.16348839814917),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
289 COEF_CONST(0.16498821779156),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
290 COEF_CONST(0.16649553923042),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
291 COEF_CONST(0.16801034833404),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
292 COEF_CONST(0.16953263053270),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
293 COEF_CONST(0.17106237081842),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
294 COEF_CONST(0.17259955374484),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
295 COEF_CONST(0.17414416342714),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
296 COEF_CONST(0.17569618354193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
297 COEF_CONST(0.17725559732720),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
298 COEF_CONST(0.17882238758238),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
299 COEF_CONST(0.18039653666830),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
300 COEF_CONST(0.18197802650733),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
301 COEF_CONST(0.18356683858343),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
302 COEF_CONST(0.18516295394233),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
303 COEF_CONST(0.18676635319174),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
304 COEF_CONST(0.18837701650148),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
305 COEF_CONST(0.18999492360384),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
306 COEF_CONST(0.19162005379380),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
307 COEF_CONST(0.19325238592940),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
308 COEF_CONST(0.19489189843209),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
309 COEF_CONST(0.19653856928714),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
310 COEF_CONST(0.19819237604409),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
311 COEF_CONST(0.19985329581721),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
312 COEF_CONST(0.20152130528605),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
313 COEF_CONST(0.20319638069594),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
314 COEF_CONST(0.20487849785865),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
315 COEF_CONST(0.20656763215298),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
316 COEF_CONST(0.20826375852540),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
317 COEF_CONST(0.20996685149083),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
318 COEF_CONST(0.21167688513330),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
319 COEF_CONST(0.21339383310678),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
320 COEF_CONST(0.21511766863598),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
321 COEF_CONST(0.21684836451719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
322 COEF_CONST(0.21858589311922),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
323 COEF_CONST(0.22033022638425),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
324 COEF_CONST(0.22208133582887),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
325 COEF_CONST(0.22383919254503),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
326 COEF_CONST(0.22560376720111),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
327 COEF_CONST(0.22737503004300),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
328 COEF_CONST(0.22915295089517),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
329 COEF_CONST(0.23093749916189),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
330 COEF_CONST(0.23272864382838),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
331 COEF_CONST(0.23452635346201),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
332 COEF_CONST(0.23633059621364),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
333 COEF_CONST(0.23814133981883),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
334 COEF_CONST(0.23995855159925),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
335 COEF_CONST(0.24178219846403),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
336 COEF_CONST(0.24361224691114),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
337 COEF_CONST(0.24544866302890),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
338 COEF_CONST(0.24729141249740),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
339 COEF_CONST(0.24914046059007),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
340 COEF_CONST(0.25099577217522),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
341 COEF_CONST(0.25285731171763),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
342 COEF_CONST(0.25472504328019),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
343 COEF_CONST(0.25659893052556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
344 COEF_CONST(0.25847893671788),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
345 COEF_CONST(0.26036502472451),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
346 COEF_CONST(0.26225715701781),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
347 COEF_CONST(0.26415529567692),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
348 COEF_CONST(0.26605940238966),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
349 COEF_CONST(0.26796943845439),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
350 COEF_CONST(0.26988536478190),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
351 COEF_CONST(0.27180714189742),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
352 COEF_CONST(0.27373472994256),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
353 COEF_CONST(0.27566808867736),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
354 COEF_CONST(0.27760717748238),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
355 COEF_CONST(0.27955195536071),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
356 COEF_CONST(0.28150238094021),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
357 COEF_CONST(0.28345841247557),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
358 COEF_CONST(0.28542000785059),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
359 COEF_CONST(0.28738712458038),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
360 COEF_CONST(0.28935971981364),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
361 COEF_CONST(0.29133775033492),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
362 COEF_CONST(0.29332117256704),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
363 COEF_CONST(0.29530994257338),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
364 COEF_CONST(0.29730401606034),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
365 COEF_CONST(0.29930334837974),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
366 COEF_CONST(0.30130789453132),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
367 COEF_CONST(0.30331760916521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
368 COEF_CONST(0.30533244658452),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
369 COEF_CONST(0.30735236074785),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
370 COEF_CONST(0.30937730527195),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
371 COEF_CONST(0.31140723343430),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
372 COEF_CONST(0.31344209817583),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
373 COEF_CONST(0.31548185210356),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
374 COEF_CONST(0.31752644749341),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
375 COEF_CONST(0.31957583629288),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
376 COEF_CONST(0.32162997012390),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
377 COEF_CONST(0.32368880028565),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
378 COEF_CONST(0.32575227775738),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
379 COEF_CONST(0.32782035320134),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
380 COEF_CONST(0.32989297696566),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
381 COEF_CONST(0.33197009908736),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
382 COEF_CONST(0.33405166929523),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
383 COEF_CONST(0.33613763701295),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
384 COEF_CONST(0.33822795136203),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
385 COEF_CONST(0.34032256116495),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
386 COEF_CONST(0.34242141494820),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
387 COEF_CONST(0.34452446094547),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
388 COEF_CONST(0.34663164710072),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
389 COEF_CONST(0.34874292107143),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
390 COEF_CONST(0.35085823023181),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
391 COEF_CONST(0.35297752167598),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
392 COEF_CONST(0.35510074222129),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
393 COEF_CONST(0.35722783841160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
394 COEF_CONST(0.35935875652060),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
395 COEF_CONST(0.36149344255514),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
396 COEF_CONST(0.36363184225864),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
397 COEF_CONST(0.36577390111444),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
398 COEF_CONST(0.36791956434930),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
399 COEF_CONST(0.37006877693676),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
400 COEF_CONST(0.37222148360070),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
401 COEF_CONST(0.37437762881878),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
402 COEF_CONST(0.37653715682603),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
403 COEF_CONST(0.37870001161834),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
404 COEF_CONST(0.38086613695607),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
405 COEF_CONST(0.38303547636766),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
406 COEF_CONST(0.38520797315322),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
407 COEF_CONST(0.38738357038821),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
408 COEF_CONST(0.38956221092708),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
409 COEF_CONST(0.39174383740701),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
410 COEF_CONST(0.39392839225157),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
411 COEF_CONST(0.39611581767449),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
412 COEF_CONST(0.39830605568342),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
413 COEF_CONST(0.40049904808370),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
414 COEF_CONST(0.40269473648218),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
415 COEF_CONST(0.40489306229101),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
416 COEF_CONST(0.40709396673153),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
417 COEF_CONST(0.40929739083810),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
418 COEF_CONST(0.41150327546197),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
419 COEF_CONST(0.41371156127524),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
420 COEF_CONST(0.41592218877472),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
421 COEF_CONST(0.41813509828594),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
422 COEF_CONST(0.42035022996702),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
423 COEF_CONST(0.42256752381274),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
424 COEF_CONST(0.42478691965848),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
425 COEF_CONST(0.42700835718423),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
426 COEF_CONST(0.42923177591866),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
427 COEF_CONST(0.43145711524314),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
428 COEF_CONST(0.43368431439580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
429 COEF_CONST(0.43591331247564),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
430 COEF_CONST(0.43814404844658),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
431 COEF_CONST(0.44037646114161),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
432 COEF_CONST(0.44261048926688),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
433 COEF_CONST(0.44484607140589),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
434 COEF_CONST(0.44708314602359),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
435 COEF_CONST(0.44932165147057),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
436 COEF_CONST(0.45156152598727),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
437 COEF_CONST(0.45380270770813),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
438 COEF_CONST(0.45604513466581),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
439 COEF_CONST(0.45828874479543),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
440 COEF_CONST(0.46053347593880),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
441 COEF_CONST(0.46277926584861),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
442 COEF_CONST(0.46502605219277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
443 COEF_CONST(0.46727377255861),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
444 COEF_CONST(0.46952236445718),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
445 COEF_CONST(0.47177176532752),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
446 COEF_CONST(0.47402191254100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
447 COEF_CONST(0.47627274340557),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
448 COEF_CONST(0.47852419517009),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
449 COEF_CONST(0.48077620502869),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
450 COEF_CONST(0.48302871012505),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
451 COEF_CONST(0.48528164755674),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
452 COEF_CONST(0.48753495437962),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
453 COEF_CONST(0.48978856761212),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
454 COEF_CONST(0.49204242423966),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
455 COEF_CONST(0.49429646121898),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
456 COEF_CONST(0.49655061548250),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
457 COEF_CONST(0.49880482394273),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
458 COEF_CONST(0.50105902349665),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
459 COEF_CONST(0.50331315103004),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
460 COEF_CONST(0.50556714342194),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
461 COEF_CONST(0.50782093754901),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
462 COEF_CONST(0.51007447028990),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
463 COEF_CONST(0.51232767852971),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
464 COEF_CONST(0.51458049916433),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
465 COEF_CONST(0.51683286910489),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
466 COEF_CONST(0.51908472528213),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
467 COEF_CONST(0.52133600465083),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
468 COEF_CONST(0.52358664419420),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
469 COEF_CONST(0.52583658092832),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
470 COEF_CONST(0.52808575190648),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
471 COEF_CONST(0.53033409422367),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
472 COEF_CONST(0.53258154502092),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
473 COEF_CONST(0.53482804148974),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
474 COEF_CONST(0.53707352087652),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
475 COEF_CONST(0.53931792048690),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
476 COEF_CONST(0.54156117769021),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
477 COEF_CONST(0.54380322992385),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
478 COEF_CONST(0.54604401469766),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
479 COEF_CONST(0.54828346959835),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
480 COEF_CONST(0.55052153229384),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
481 COEF_CONST(0.55275814053768),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
482 COEF_CONST(0.55499323217338),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
483 COEF_CONST(0.55722674513883),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
484 COEF_CONST(0.55945861747062),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
485 COEF_CONST(0.56168878730842),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
486 COEF_CONST(0.56391719289930),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
487 COEF_CONST(0.56614377260214),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
488 COEF_CONST(0.56836846489188),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
489 COEF_CONST(0.57059120836390),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
490 COEF_CONST(0.57281194173835),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
491 COEF_CONST(0.57503060386439),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
492 COEF_CONST(0.57724713372458),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
493 COEF_CONST(0.57946147043912),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
494 COEF_CONST(0.58167355327012),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
495 COEF_CONST(0.58388332162591),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
496 COEF_CONST(0.58609071506528),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
497 COEF_CONST(0.58829567330173),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
498 COEF_CONST(0.59049813620770),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
499 COEF_CONST(0.59269804381879),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
500 COEF_CONST(0.59489533633802),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
501 COEF_CONST(0.59708995413996),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
502 COEF_CONST(0.59928183777495),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
503 COEF_CONST(0.60147092797329),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
504 COEF_CONST(0.60365716564937),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
505 COEF_CONST(0.60584049190582),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
506 COEF_CONST(0.60802084803764),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
507 COEF_CONST(0.61019817553632),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
508 COEF_CONST(0.61237241609393),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
509 COEF_CONST(0.61454351160718),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
510 COEF_CONST(0.61671140418155),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
511 COEF_CONST(0.61887603613527),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
512 COEF_CONST(0.62103735000336),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
513 COEF_CONST(0.62319528854167),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
514 COEF_CONST(0.62534979473088),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
515 COEF_CONST(0.62750081178042),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
516 COEF_CONST(0.62964828313250),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
517 COEF_CONST(0.63179215246597),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
518 COEF_CONST(0.63393236370030),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
519 COEF_CONST(0.63606886099946),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
520 COEF_CONST(0.63820158877577),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
521 COEF_CONST(0.64033049169379),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
522 COEF_CONST(0.64245551467413),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
523 COEF_CONST(0.64457660289729),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
524 COEF_CONST(0.64669370180740),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
525 COEF_CONST(0.64880675711607),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
526 COEF_CONST(0.65091571480603),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
527 COEF_CONST(0.65302052113494),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
528 COEF_CONST(0.65512112263906),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
529 COEF_CONST(0.65721746613689),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
530 COEF_CONST(0.65930949873289),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
531 COEF_CONST(0.66139716782102),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
532 COEF_CONST(0.66348042108842),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
533 COEF_CONST(0.66555920651892),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
534 COEF_CONST(0.66763347239664),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
535 COEF_CONST(0.66970316730947),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
536 COEF_CONST(0.67176824015260),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
537 COEF_CONST(0.67382864013196),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
538 COEF_CONST(0.67588431676768),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
539 COEF_CONST(0.67793521989751),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
540 COEF_CONST(0.67998129968017),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
541 COEF_CONST(0.68202250659876),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
542 COEF_CONST(0.68405879146403),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
543 COEF_CONST(0.68609010541774),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
544 COEF_CONST(0.68811639993588),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
545 COEF_CONST(0.69013762683195),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
546 COEF_CONST(0.69215373826012),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
547 COEF_CONST(0.69416468671849),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
548 COEF_CONST(0.69617042505214),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
549 COEF_CONST(0.69817090645634),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
550 COEF_CONST(0.70016608447958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
551 COEF_CONST(0.70215591302664),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
552 COEF_CONST(0.70414034636163),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
553 COEF_CONST(0.70611933911096),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
554 COEF_CONST(0.70809284626630),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
555 COEF_CONST(0.71006082318751),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
556 COEF_CONST(0.71202322560554),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
557 COEF_CONST(0.71398000962530),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
558 COEF_CONST(0.71593113172842),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
559 COEF_CONST(0.71787654877613),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
560 COEF_CONST(0.71981621801195),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
561 COEF_CONST(0.72175009706445),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
562 COEF_CONST(0.72367814394990),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
563 COEF_CONST(0.72560031707496),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
564 COEF_CONST(0.72751657523927),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
565 COEF_CONST(0.72942687763803),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
566 COEF_CONST(0.73133118386457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
567 COEF_CONST(0.73322945391280),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
568 COEF_CONST(0.73512164817975),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
569 COEF_CONST(0.73700772746796),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
570 COEF_CONST(0.73888765298787),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
571 COEF_CONST(0.74076138636020),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
572 COEF_CONST(0.74262888961827),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
573 COEF_CONST(0.74449012521027),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
574 COEF_CONST(0.74634505600152),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
575 COEF_CONST(0.74819364527663),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
576 COEF_CONST(0.75003585674175),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
577 COEF_CONST(0.75187165452661),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
578 COEF_CONST(0.75370100318668),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
579 COEF_CONST(0.75552386770515),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
580 COEF_CONST(0.75734021349500),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
581 COEF_CONST(0.75915000640095),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
582 COEF_CONST(0.76095321270137),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
583 COEF_CONST(0.76274979911019),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
584 COEF_CONST(0.76453973277875),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
585 COEF_CONST(0.76632298129757),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
586 COEF_CONST(0.76809951269819),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
587 COEF_CONST(0.76986929545481),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
588 COEF_CONST(0.77163229848604),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
589 COEF_CONST(0.77338849115651),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
590 COEF_CONST(0.77513784327849),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
591 COEF_CONST(0.77688032511340),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
592 COEF_CONST(0.77861590737340),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
593 COEF_CONST(0.78034456122283),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
594 COEF_CONST(0.78206625827961),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
595 COEF_CONST(0.78378097061667),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
596 COEF_CONST(0.78548867076330),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
597 COEF_CONST(0.78718933170643),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
598 COEF_CONST(0.78888292689189),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
599 COEF_CONST(0.79056943022564),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
600 COEF_CONST(0.79224881607494),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
601 COEF_CONST(0.79392105926949),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
602 COEF_CONST(0.79558613510249),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
603 COEF_CONST(0.79724401933170),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
604 COEF_CONST(0.79889468818046),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
605 COEF_CONST(0.80053811833858),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
606 COEF_CONST(0.80217428696334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
607 COEF_CONST(0.80380317168028),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
608 COEF_CONST(0.80542475058405),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
609 COEF_CONST(0.80703900223920),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
610 COEF_CONST(0.80864590568089),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
611 COEF_CONST(0.81024544041560),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
612 COEF_CONST(0.81183758642175),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
613 COEF_CONST(0.81342232415032),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
614 COEF_CONST(0.81499963452540),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
615 COEF_CONST(0.81656949894467),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
616 COEF_CONST(0.81813189927991),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
617 COEF_CONST(0.81968681787738),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
618 COEF_CONST(0.82123423755821),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
619 COEF_CONST(0.82277414161874),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
620 COEF_CONST(0.82430651383076),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
621 COEF_CONST(0.82583133844180),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
622 COEF_CONST(0.82734860017528),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
623 COEF_CONST(0.82885828423070),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
624 COEF_CONST(0.83036037628369),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
625 COEF_CONST(0.83185486248609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
626 COEF_CONST(0.83334172946597),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
627 COEF_CONST(0.83482096432759),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
628 COEF_CONST(0.83629255465130),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
629 COEF_CONST(0.83775648849344),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
630 COEF_CONST(0.83921275438615),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
631 COEF_CONST(0.84066134133716),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
632 COEF_CONST(0.84210223882952),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
633 COEF_CONST(0.84353543682130),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
634 COEF_CONST(0.84496092574524),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
635 COEF_CONST(0.84637869650833),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
636 COEF_CONST(0.84778874049138),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
637 COEF_CONST(0.84919104954855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
638 COEF_CONST(0.85058561600677),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
639 COEF_CONST(0.85197243266520),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
640 COEF_CONST(0.85335149279457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
641 COEF_CONST(0.85472279013653),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
642 COEF_CONST(0.85608631890295),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
643 COEF_CONST(0.85744207377513),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
644 COEF_CONST(0.85879004990298),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
645 COEF_CONST(0.86013024290422),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
646 COEF_CONST(0.86146264886346),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
647 COEF_CONST(0.86278726433124),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
648 COEF_CONST(0.86410408632306),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
649 COEF_CONST(0.86541311231838),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
650 COEF_CONST(0.86671434025950),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
651 COEF_CONST(0.86800776855046),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
652 COEF_CONST(0.86929339605590),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
653 COEF_CONST(0.87057122209981),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
654 COEF_CONST(0.87184124646433),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
655 COEF_CONST(0.87310346938840),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
656 COEF_CONST(0.87435789156650),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
657 COEF_CONST(0.87560451414719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
658 COEF_CONST(0.87684333873173),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
659 COEF_CONST(0.87807436737261),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
660 COEF_CONST(0.87929760257204),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
661 COEF_CONST(0.88051304728038),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
662 COEF_CONST(0.88172070489456),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
663 COEF_CONST(0.88292057925645),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
664 COEF_CONST(0.88411267465117),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
665 COEF_CONST(0.88529699580537),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
666 COEF_CONST(0.88647354788545),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
667 COEF_CONST(0.88764233649580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
668 COEF_CONST(0.88880336767692),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
669 COEF_CONST(0.88995664790351),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
670 COEF_CONST(0.89110218408260),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
671 COEF_CONST(0.89223998355154),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
672 COEF_CONST(0.89337005407600),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
673 COEF_CONST(0.89449240384793),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
674 COEF_CONST(0.89560704148345),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
675 COEF_CONST(0.89671397602074),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
676 COEF_CONST(0.89781321691786),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
677 COEF_CONST(0.89890477405053),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
678 COEF_CONST(0.89998865770993),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
679 COEF_CONST(0.90106487860034),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
680 COEF_CONST(0.90213344783689),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
681 COEF_CONST(0.90319437694315),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
682 COEF_CONST(0.90424767784873),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
683 COEF_CONST(0.90529336288690),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
684 COEF_CONST(0.90633144479201),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
685 COEF_CONST(0.90736193669708),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
686 COEF_CONST(0.90838485213119),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
687 COEF_CONST(0.90940020501694),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
688 COEF_CONST(0.91040800966776),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
689 COEF_CONST(0.91140828078533),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
690 COEF_CONST(0.91240103345685),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
691 COEF_CONST(0.91338628315231),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
692 COEF_CONST(0.91436404572173),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
693 COEF_CONST(0.91533433739238),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
694 COEF_CONST(0.91629717476594),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
695 COEF_CONST(0.91725257481564),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
696 COEF_CONST(0.91820055488334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
697 COEF_CONST(0.91914113267664),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
698 COEF_CONST(0.92007432626589),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
699 COEF_CONST(0.92100015408120),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
700 COEF_CONST(0.92191863490944),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
701 COEF_CONST(0.92282978789113),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
702 COEF_CONST(0.92373363251740),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
703 COEF_CONST(0.92463018862687),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
704 COEF_CONST(0.92551947640245),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
705 COEF_CONST(0.92640151636824),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
706 COEF_CONST(0.92727632938624),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
707 COEF_CONST(0.92814393665320),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
708 COEF_CONST(0.92900435969727),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
709 COEF_CONST(0.92985762037477),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
710 COEF_CONST(0.93070374086684),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
711 COEF_CONST(0.93154274367610),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
712 COEF_CONST(0.93237465162328),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
713 COEF_CONST(0.93319948784382),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
714 COEF_CONST(0.93401727578443),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
715 COEF_CONST(0.93482803919967),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
716 COEF_CONST(0.93563180214841),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
717 COEF_CONST(0.93642858899043),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
718 COEF_CONST(0.93721842438279),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
719 COEF_CONST(0.93800133327637),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
720 COEF_CONST(0.93877734091223),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
721 COEF_CONST(0.93954647281807),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
722 COEF_CONST(0.94030875480458),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
723 COEF_CONST(0.94106421296182),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
724 COEF_CONST(0.94181287365556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
725 COEF_CONST(0.94255476352362),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
726 COEF_CONST(0.94328990947213),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
727 COEF_CONST(0.94401833867184),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
728 COEF_CONST(0.94474007855439),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
729 COEF_CONST(0.94545515680855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
730 COEF_CONST(0.94616360137644),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
731 COEF_CONST(0.94686544044975),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
732 COEF_CONST(0.94756070246592),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
733 COEF_CONST(0.94824941610434),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
734 COEF_CONST(0.94893161028248),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
735 COEF_CONST(0.94960731415209),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
736 COEF_CONST(0.95027655709525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
737 COEF_CONST(0.95093936872056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
738 COEF_CONST(0.95159577885924),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
739 COEF_CONST(0.95224581756115),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
740 COEF_CONST(0.95288951509097),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
741 COEF_CONST(0.95352690192417),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
742 COEF_CONST(0.95415800874314),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
743 COEF_CONST(0.95478286643320),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
744 COEF_CONST(0.95540150607863),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
745 COEF_CONST(0.95601395895871),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
746 COEF_CONST(0.95662025654373),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
747 COEF_CONST(0.95722043049100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
748 COEF_CONST(0.95781451264084),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
749 COEF_CONST(0.95840253501260),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
750 COEF_CONST(0.95898452980058),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
751 COEF_CONST(0.95956052937008),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
752 COEF_CONST(0.96013056625336),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
753 COEF_CONST(0.96069467314557),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
754 COEF_CONST(0.96125288290073),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
755 COEF_CONST(0.96180522852773),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
756 COEF_CONST(0.96235174318622),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
757 COEF_CONST(0.96289246018262),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
758 COEF_CONST(0.96342741296604),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
759 COEF_CONST(0.96395663512424),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
760 COEF_CONST(0.96448016037959),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
761 COEF_CONST(0.96499802258499),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
762 COEF_CONST(0.96551025571985),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
763 COEF_CONST(0.96601689388602),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
764 COEF_CONST(0.96651797130376),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
765 COEF_CONST(0.96701352230768),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
766 COEF_CONST(0.96750358134269),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
767 COEF_CONST(0.96798818295998),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
768 COEF_CONST(0.96846736181297),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
769 COEF_CONST(0.96894115265327),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
770 COEF_CONST(0.96940959032667),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
771 COEF_CONST(0.96987270976912),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
772 COEF_CONST(0.97033054600270),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
773 COEF_CONST(0.97078313413161),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
774 COEF_CONST(0.97123050933818),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
775 COEF_CONST(0.97167270687887),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
776 COEF_CONST(0.97210976208030),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
777 COEF_CONST(0.97254171033525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
778 COEF_CONST(0.97296858709871),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
779 COEF_CONST(0.97339042788392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
780 COEF_CONST(0.97380726825843),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
781 COEF_CONST(0.97421914384017),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
782 COEF_CONST(0.97462609029350),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
783 COEF_CONST(0.97502814332534),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
784 COEF_CONST(0.97542533868127),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
785 COEF_CONST(0.97581771214160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
786 COEF_CONST(0.97620529951759),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
787 COEF_CONST(0.97658813664749),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
788 COEF_CONST(0.97696625939282),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
789 COEF_CONST(0.97733970363445),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
790 COEF_CONST(0.97770850526884),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
791 COEF_CONST(0.97807270020427),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
792 COEF_CONST(0.97843232435704),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
793 COEF_CONST(0.97878741364771),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
794 COEF_CONST(0.97913800399743),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
795 COEF_CONST(0.97948413132414),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
796 COEF_CONST(0.97982583153895),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
797 COEF_CONST(0.98016314054243),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
798 COEF_CONST(0.98049609422096),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
799 COEF_CONST(0.98082472844313),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
800 COEF_CONST(0.98114907905608),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
801 COEF_CONST(0.98146918188197),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
802 COEF_CONST(0.98178507271438),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
803 COEF_CONST(0.98209678731477),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
804 COEF_CONST(0.98240436140902),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
805 COEF_CONST(0.98270783068385),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
806 COEF_CONST(0.98300723078342),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
807 COEF_CONST(0.98330259730589),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
808 COEF_CONST(0.98359396579995),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
809 COEF_CONST(0.98388137176152),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
810 COEF_CONST(0.98416485063031),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
811 COEF_CONST(0.98444443778651),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
812 COEF_CONST(0.98472016854752),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
813 COEF_CONST(0.98499207816463),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
814 COEF_CONST(0.98526020181980),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
815 COEF_CONST(0.98552457462240),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
816 COEF_CONST(0.98578523160609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
817 COEF_CONST(0.98604220772560),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
818 COEF_CONST(0.98629553785362),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
819 COEF_CONST(0.98654525677772),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
820 COEF_CONST(0.98679139919726),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
821 COEF_CONST(0.98703399972035),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
822 COEF_CONST(0.98727309286089),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
823 COEF_CONST(0.98750871303556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
824 COEF_CONST(0.98774089456089),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
825 COEF_CONST(0.98796967165036),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
826 COEF_CONST(0.98819507841154),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
827 COEF_CONST(0.98841714884323),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
828 COEF_CONST(0.98863591683269),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
829 COEF_CONST(0.98885141615285),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
830 COEF_CONST(0.98906368045957),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
831 COEF_CONST(0.98927274328896),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
832 COEF_CONST(0.98947863805473),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
833 COEF_CONST(0.98968139804554),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
834 COEF_CONST(0.98988105642241),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
835 COEF_CONST(0.99007764621618),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
836 COEF_CONST(0.99027120032501),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
837 COEF_CONST(0.99046175151186),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
838 COEF_CONST(0.99064933240208),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
839 COEF_CONST(0.99083397548099),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
840 COEF_CONST(0.99101571309153),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
841 COEF_CONST(0.99119457743191),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
842 COEF_CONST(0.99137060055337),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
843 COEF_CONST(0.99154381435784),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
844 COEF_CONST(0.99171425059582),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
845 COEF_CONST(0.99188194086414),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
846 COEF_CONST(0.99204691660388),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
847 COEF_CONST(0.99220920909823),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
848 COEF_CONST(0.99236884947045),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
849 COEF_CONST(0.99252586868186),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
850 COEF_CONST(0.99268029752989),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
851 COEF_CONST(0.99283216664606),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
852 COEF_CONST(0.99298150649419),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
853 COEF_CONST(0.99312834736847),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
854 COEF_CONST(0.99327271939167),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
855 COEF_CONST(0.99341465251338),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
856 COEF_CONST(0.99355417650825),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
857 COEF_CONST(0.99369132097430),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
858 COEF_CONST(0.99382611533130),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
859 COEF_CONST(0.99395858881910),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
860 COEF_CONST(0.99408877049612),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
861 COEF_CONST(0.99421668923778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
862 COEF_CONST(0.99434237373503),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
863 COEF_CONST(0.99446585249289),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
864 COEF_CONST(0.99458715382906),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
865 COEF_CONST(0.99470630587254),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
866 COEF_CONST(0.99482333656229),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
867 COEF_CONST(0.99493827364600),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
868 COEF_CONST(0.99505114467878),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
869 COEF_CONST(0.99516197702200),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
870 COEF_CONST(0.99527079784214),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
871 COEF_CONST(0.99537763410962),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
872 COEF_CONST(0.99548251259777),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
873 COEF_CONST(0.99558545988178),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
874 COEF_CONST(0.99568650233767),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
875 COEF_CONST(0.99578566614138),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
876 COEF_CONST(0.99588297726783),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
877 COEF_CONST(0.99597846149005),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
878 COEF_CONST(0.99607214437834),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
879 COEF_CONST(0.99616405129947),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
880 COEF_CONST(0.99625420741595),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
881 COEF_CONST(0.99634263768527),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
882 COEF_CONST(0.99642936685928),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
883 COEF_CONST(0.99651441948352),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
884 COEF_CONST(0.99659781989663),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
885 COEF_CONST(0.99667959222978),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
886 COEF_CONST(0.99675976040620),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
887 COEF_CONST(0.99683834814063),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
888 COEF_CONST(0.99691537893895),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
889 COEF_CONST(0.99699087609774),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
890 COEF_CONST(0.99706486270391),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
891 COEF_CONST(0.99713736163442),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
892 COEF_CONST(0.99720839555593),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
893 COEF_CONST(0.99727798692461),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
894 COEF_CONST(0.99734615798589),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
895 COEF_CONST(0.99741293077431),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
896 COEF_CONST(0.99747832711337),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
897 COEF_CONST(0.99754236861541),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
898 COEF_CONST(0.99760507668158),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
899 COEF_CONST(0.99766647250181),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
900 COEF_CONST(0.99772657705478),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
901 COEF_CONST(0.99778541110799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
902 COEF_CONST(0.99784299521785),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
903 COEF_CONST(0.99789934972976),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
904 COEF_CONST(0.99795449477828),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
905 COEF_CONST(0.99800845028730),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
906 COEF_CONST(0.99806123597027),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
907 COEF_CONST(0.99811287133042),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
908 COEF_CONST(0.99816337566108),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
909 COEF_CONST(0.99821276804596),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
910 COEF_CONST(0.99826106735952),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
911 COEF_CONST(0.99830829226732),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
912 COEF_CONST(0.99835446122649),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
913 COEF_CONST(0.99839959248609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
914 COEF_CONST(0.99844370408765),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
915 COEF_CONST(0.99848681386566),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
916 COEF_CONST(0.99852893944805),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
917 COEF_CONST(0.99857009825685),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
918 COEF_CONST(0.99861030750869),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
919 COEF_CONST(0.99864958421549),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
920 COEF_CONST(0.99868794518504),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
921 COEF_CONST(0.99872540702178),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
922 COEF_CONST(0.99876198612738),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
923 COEF_CONST(0.99879769870160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
924 COEF_CONST(0.99883256074295),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
925 COEF_CONST(0.99886658804953),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
926 COEF_CONST(0.99889979621983),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
927 COEF_CONST(0.99893220065356),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
928 COEF_CONST(0.99896381655254),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
929 COEF_CONST(0.99899465892154),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
930 COEF_CONST(0.99902474256924),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
931 COEF_CONST(0.99905408210916),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
932 COEF_CONST(0.99908269196056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
933 COEF_CONST(0.99911058634952),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
934 COEF_CONST(0.99913777930986),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
935 COEF_CONST(0.99916428468421),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
936 COEF_CONST(0.99919011612505),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
937 COEF_CONST(0.99921528709576),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
938 COEF_CONST(0.99923981087174),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
939 COEF_CONST(0.99926370054150),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
940 COEF_CONST(0.99928696900779),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
941 COEF_CONST(0.99930962898876),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
942 COEF_CONST(0.99933169301910),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
943 COEF_CONST(0.99935317345126),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
944 COEF_CONST(0.99937408245662),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
945 COEF_CONST(0.99939443202674),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
946 COEF_CONST(0.99941423397457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
947 COEF_CONST(0.99943349993572),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
948 COEF_CONST(0.99945224136972),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
949 COEF_CONST(0.99947046956130),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
950 COEF_CONST(0.99948819562171),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
951 COEF_CONST(0.99950543049000),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
952 COEF_CONST(0.99952218493439),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
953 COEF_CONST(0.99953846955355),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
954 COEF_CONST(0.99955429477803),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
955 COEF_CONST(0.99956967087154),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
956 COEF_CONST(0.99958460793242),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
957 COEF_CONST(0.99959911589494),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
958 COEF_CONST(0.99961320453077),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
959 COEF_CONST(0.99962688345035),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
960 COEF_CONST(0.99964016210433),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
961 COEF_CONST(0.99965304978499),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
962 COEF_CONST(0.99966555562769),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
963 COEF_CONST(0.99967768861231),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
964 COEF_CONST(0.99968945756473),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
965 COEF_CONST(0.99970087115825),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
966 COEF_CONST(0.99971193791510),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
967 COEF_CONST(0.99972266620792),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
968 COEF_CONST(0.99973306426121),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
969 COEF_CONST(0.99974314015288),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
970 COEF_CONST(0.99975290181568),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
971 COEF_CONST(0.99976235703876),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
972 COEF_CONST(0.99977151346914),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
973 COEF_CONST(0.99978037861326),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
974 COEF_CONST(0.99978895983845),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
975 COEF_CONST(0.99979726437448),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
976 COEF_CONST(0.99980529931507),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
977 COEF_CONST(0.99981307161943),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
978 COEF_CONST(0.99982058811377),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
979 COEF_CONST(0.99982785549283),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
980 COEF_CONST(0.99983488032144),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
981 COEF_CONST(0.99984166903600),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
982 COEF_CONST(0.99984822794606),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
983 COEF_CONST(0.99985456323584),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
984 COEF_CONST(0.99986068096572),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
985 COEF_CONST(0.99986658707386),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
986 COEF_CONST(0.99987228737764),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
987 COEF_CONST(0.99987778757524),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
988 COEF_CONST(0.99988309324717),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
989 COEF_CONST(0.99988820985777),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
990 COEF_CONST(0.99989314275675),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
991 COEF_CONST(0.99989789718072),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
992 COEF_CONST(0.99990247825468),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
993 COEF_CONST(0.99990689099357),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
994 COEF_CONST(0.99991114030376),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
995 COEF_CONST(0.99991523098456),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
996 COEF_CONST(0.99991916772971),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
997 COEF_CONST(0.99992295512891),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
998 COEF_CONST(0.99992659766930),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
999 COEF_CONST(0.99993009973692),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1000 COEF_CONST(0.99993346561824),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1001 COEF_CONST(0.99993669950161),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1002 COEF_CONST(0.99993980547870),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1003 COEF_CONST(0.99994278754604),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1004 COEF_CONST(0.99994564960642),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1005 COEF_CONST(0.99994839547033),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1006 COEF_CONST(0.99995102885747),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1007 COEF_CONST(0.99995355339809),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1008 COEF_CONST(0.99995597263451),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1009 COEF_CONST(0.99995829002249),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1010 COEF_CONST(0.99996050893264),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1011 COEF_CONST(0.99996263265183),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1012 COEF_CONST(0.99996466438460),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1013 COEF_CONST(0.99996660725452),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1014 COEF_CONST(0.99996846430558),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1015 COEF_CONST(0.99997023850356),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1016 COEF_CONST(0.99997193273736),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1017 COEF_CONST(0.99997354982037),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1018 COEF_CONST(0.99997509249183),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1019 COEF_CONST(0.99997656341810),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1020 COEF_CONST(0.99997796519400),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1021 COEF_CONST(0.99997930034415),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1022 COEF_CONST(0.99998057132421),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1023 COEF_CONST(0.99998178052220),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1024 COEF_CONST(0.99998293025975),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1025 COEF_CONST(0.99998402279338),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1026 COEF_CONST(0.99998506031574),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1027 COEF_CONST(0.99998604495686),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1028 COEF_CONST(0.99998697878536),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1029 COEF_CONST(0.99998786380966),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1030 COEF_CONST(0.99998870197921),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1031 COEF_CONST(0.99998949518567),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1032 COEF_CONST(0.99999024526408),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1033 COEF_CONST(0.99999095399401),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1034 COEF_CONST(0.99999162310077),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1035 COEF_CONST(0.99999225425649),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1036 COEF_CONST(0.99999284908128),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1037 COEF_CONST(0.99999340914435),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1038 COEF_CONST(0.99999393596510),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1039 COEF_CONST(0.99999443101421),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1040 COEF_CONST(0.99999489571473),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1041 COEF_CONST(0.99999533144314),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1042 COEF_CONST(0.99999573953040),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1043 COEF_CONST(0.99999612126300),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1044 COEF_CONST(0.99999647788395),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1045 COEF_CONST(0.99999681059383),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1046 COEF_CONST(0.99999712055178),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1047 COEF_CONST(0.99999740887647),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1048 COEF_CONST(0.99999767664709),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1049 COEF_CONST(0.99999792490431),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1050 COEF_CONST(0.99999815465123),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1051 COEF_CONST(0.99999836685427),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1052 COEF_CONST(0.99999856244415),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1053 COEF_CONST(0.99999874231676),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1054 COEF_CONST(0.99999890733405),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1055 COEF_CONST(0.99999905832493),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1056 COEF_CONST(0.99999919608613),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1057 COEF_CONST(0.99999932138304),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1058 COEF_CONST(0.99999943495056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1059 COEF_CONST(0.99999953749392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1060 COEF_CONST(0.99999962968950),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1061 COEF_CONST(0.99999971218563),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1062 COEF_CONST(0.99999978560337),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1063 COEF_CONST(0.99999985053727),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1064 COEF_CONST(0.99999990755616),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1065 COEF_CONST(0.99999995720387)
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1066 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1067
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1068 real_t kbd_long_960[] = {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1069 COEF_CONST(0.0003021562530949),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1070 COEF_CONST(0.0004452267024786),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1071 COEF_CONST(0.0005674947527496),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1072 COEF_CONST(0.0006812465553466),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1073 COEF_CONST(0.0007910496776387),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1074 COEF_CONST(0.0008991655033895),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1075 COEF_CONST(0.0010068978259384),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1076 COEF_CONST(0.0011150758515751),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1077 COEF_CONST(0.0012242653193642),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1078 COEF_CONST(0.0013348735658205),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1079 COEF_CONST(0.0014472068670273),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1080 COEF_CONST(0.0015615039850448),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1081 COEF_CONST(0.0016779568885263),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1082 COEF_CONST(0.0017967241232412),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1083 COEF_CONST(0.0019179397560955),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1084 COEF_CONST(0.0020417195415393),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1085 COEF_CONST(0.0021681652836642),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1086 COEF_CONST(0.0022973679910599),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1087 COEF_CONST(0.0024294102029937),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1088 COEF_CONST(0.0025643677339078),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1089 COEF_CONST(0.0027023110014772),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1090 COEF_CONST(0.0028433060512612),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1091 COEF_CONST(0.0029874153568025),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1092 COEF_CONST(0.0031346984511728),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1093 COEF_CONST(0.0032852124303662),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1094 COEF_CONST(0.0034390123581190),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1095 COEF_CONST(0.0035961515940931),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1096 COEF_CONST(0.0037566820618961),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1097 COEF_CONST(0.0039206544694386),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1098 COEF_CONST(0.0040881184912194),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1099 COEF_CONST(0.0042591229199617),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1100 COEF_CONST(0.0044337157933972),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1101 COEF_CONST(0.0046119445007641),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1102 COEF_CONST(0.0047938558726415),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1103 COEF_CONST(0.0049794962570131),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1104 COEF_CONST(0.0051689115838900),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1105 COEF_CONST(0.0053621474203763),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1106 COEF_CONST(0.0055592490177131),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1107 COEF_CONST(0.0057602613515573),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1108 COEF_CONST(0.0059652291565289),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1109 COEF_CONST(0.0061741969558843),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1110 COEF_CONST(0.0063872090870253),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1111 COEF_CONST(0.0066043097234387),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1112 COEF_CONST(0.0068255428935640),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1113 COEF_CONST(0.0070509524970088),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1114 COEF_CONST(0.0072805823184660),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1115 COEF_CONST(0.0075144760396340),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1116 COEF_CONST(0.0077526772493942),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1117 COEF_CONST(0.0079952294524673),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1118 COEF_CONST(0.0082421760767325),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1119 COEF_CONST(0.0084935604793733),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1120 COEF_CONST(0.0087494259519870),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1121 COEF_CONST(0.0090098157247792),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1122 COEF_CONST(0.0092747729699467),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1123 COEF_CONST(0.0095443408043399),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1124 COEF_CONST(0.0098185622914832),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1125 COEF_CONST(0.0100974804430226),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1126 COEF_CONST(0.0103811382196612),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1127 COEF_CONST(0.0106695785316351),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1128 COEF_CONST(0.0109628442387771),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1129 COEF_CONST(0.0112609781502091),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1130 COEF_CONST(0.0115640230236993),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1131 COEF_CONST(0.0118720215647169),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1132 COEF_CONST(0.0121850164252137),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1133 COEF_CONST(0.0125030502021561),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1134 COEF_CONST(0.0128261654358321),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1135 COEF_CONST(0.0131544046079532),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1136 COEF_CONST(0.0134878101395681),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1137 COEF_CONST(0.0138264243888068),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1138 COEF_CONST(0.0141702896484671),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1139 COEF_CONST(0.0145194481434592),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1140 COEF_CONST(0.0148739420281182),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1141 COEF_CONST(0.0152338133833959),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1142 COEF_CONST(0.0155991042139432),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1143 COEF_CONST(0.0159698564450882),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1144 COEF_CONST(0.0163461119197227),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1145 COEF_CONST(0.0167279123950996),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1146 COEF_CONST(0.0171152995395520),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1147 COEF_CONST(0.0175083149291368),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1148 COEF_CONST(0.0179070000442104),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1149 COEF_CONST(0.0183113962659409),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1150 COEF_CONST(0.0187215448727609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1151 COEF_CONST(0.0191374870367659),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1152 COEF_CONST(0.0195592638200623),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1153 COEF_CONST(0.0199869161710679),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1154 COEF_CONST(0.0204204849207691),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1155 COEF_CONST(0.0208600107789370),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1156 COEF_CONST(0.0213055343303066),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1157 COEF_CONST(0.0217570960307201),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1158 COEF_CONST(0.0222147362032386),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1159 COEF_CONST(0.0226784950342228),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1160 COEF_CONST(0.0231484125693867),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1161 COEF_CONST(0.0236245287098244),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1162 COEF_CONST(0.0241068832080138),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1163 COEF_CONST(0.0245955156637973),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1164 COEF_CONST(0.0250904655203431),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1165 COEF_CONST(0.0255917720600868),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1166 COEF_CONST(0.0260994744006559),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1167 COEF_CONST(0.0266136114907790),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1168 COEF_CONST(0.0271342221061795),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1169 COEF_CONST(0.0276613448454576),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1170 COEF_CONST(0.0281950181259587),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1171 COEF_CONST(0.0287352801796329),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1172 COEF_CONST(0.0292821690488833),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1173 COEF_CONST(0.0298357225824074),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1174 COEF_CONST(0.0303959784310299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1175 COEF_CONST(0.0309629740435296),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1176 COEF_CONST(0.0315367466624615),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1177 COEF_CONST(0.0321173333199732),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1178 COEF_CONST(0.0327047708336193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1179 COEF_CONST(0.0332990958021720),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1180 COEF_CONST(0.0339003446014307),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1181 COEF_CONST(0.0345085533800302),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1182 COEF_CONST(0.0351237580552491),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1183 COEF_CONST(0.0357459943088193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1184 COEF_CONST(0.0363752975827358),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1185 COEF_CONST(0.0370117030750704),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1186 COEF_CONST(0.0376552457357870),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1187 COEF_CONST(0.0383059602625614),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1188 COEF_CONST(0.0389638810966056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1189 COEF_CONST(0.0396290424184964),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1190 COEF_CONST(0.0403014781440112),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1191 COEF_CONST(0.0409812219199691),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1192 COEF_CONST(0.0416683071200799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1193 COEF_CONST(0.0423627668408009),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1194 COEF_CONST(0.0430646338972016),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1195 COEF_CONST(0.0437739408188385),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1196 COEF_CONST(0.0444907198456388),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1197 COEF_CONST(0.0452150029237951),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1198 COEF_CONST(0.0459468217016708),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1199 COEF_CONST(0.0466862075257170),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1200 COEF_CONST(0.0474331914364021),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1201 COEF_CONST(0.0481878041641539),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1202 COEF_CONST(0.0489500761253148),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1203 COEF_CONST(0.0497200374181119),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1204 COEF_CONST(0.0504977178186404),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1205 COEF_CONST(0.0512831467768636),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1206 COEF_CONST(0.0520763534126273),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1207 COEF_CONST(0.0528773665116913),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1208 COEF_CONST(0.0536862145217772),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1209 COEF_CONST(0.0545029255486345),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1210 COEF_CONST(0.0553275273521232),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1211 COEF_CONST(0.0561600473423164),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1212 COEF_CONST(0.0570005125756209),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1213 COEF_CONST(0.0578489497509179),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1214 COEF_CONST(0.0587053852057233),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1215 COEF_CONST(0.0595698449123695),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1216 COEF_CONST(0.0604423544742077),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1217 COEF_CONST(0.0613229391218317),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1218 COEF_CONST(0.0622116237093247),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1219 COEF_CONST(0.0631084327105284),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1220 COEF_CONST(0.0640133902153352),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1221 COEF_CONST(0.0649265199260043),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1222 COEF_CONST(0.0658478451535027),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1223 COEF_CONST(0.0667773888138695),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1224 COEF_CONST(0.0677151734246072),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1225 COEF_CONST(0.0686612211010977),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1226 COEF_CONST(0.0696155535530446),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1227 COEF_CONST(0.0705781920809429),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1228 COEF_CONST(0.0715491575725758),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1229 COEF_CONST(0.0725284704995383),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1230 COEF_CONST(0.0735161509137906),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1231 COEF_CONST(0.0745122184442388),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1232 COEF_CONST(0.0755166922933461),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1233 COEF_CONST(0.0765295912337720),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1234 COEF_CONST(0.0775509336050437),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1235 COEF_CONST(0.0785807373102561),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1236 COEF_CONST(0.0796190198128044),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1237 COEF_CONST(0.0806657981331473),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1238 COEF_CONST(0.0817210888456026),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1239 COEF_CONST(0.0827849080751753),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1240 COEF_CONST(0.0838572714944183),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1241 COEF_CONST(0.0849381943203265),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1242 COEF_CONST(0.0860276913112652),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1243 COEF_CONST(0.0871257767639319),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1244 COEF_CONST(0.0882324645103534),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1245 COEF_CONST(0.0893477679149177),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1246 COEF_CONST(0.0904716998714418),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1247 COEF_CONST(0.0916042728002747),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1248 COEF_CONST(0.0927454986454381),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1249 COEF_CONST(0.0938953888718020),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1250 COEF_CONST(0.0950539544622996),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1251 COEF_CONST(0.0962212059151784),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1252 COEF_CONST(0.0973971532412897),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1253 COEF_CONST(0.0985818059614169),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1254 COEF_CONST(0.0997751731036425),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1255 COEF_CONST(0.1009772632007537),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1256 COEF_CONST(0.1021880842876888),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1257 COEF_CONST(0.1034076438990227),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1258 COEF_CONST(0.1046359490664932),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1259 COEF_CONST(0.1058730063165681),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1260 COEF_CONST(0.1071188216680533),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1261 COEF_CONST(0.1083734006297428),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1262 COEF_CONST(0.1096367481981100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1263 COEF_CONST(0.1109088688550422),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1264 COEF_CONST(0.1121897665656167),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1265 COEF_CONST(0.1134794447759207),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1266 COEF_CONST(0.1147779064109143),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1267 COEF_CONST(0.1160851538723372),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1268 COEF_CONST(0.1174011890366591),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1269 COEF_CONST(0.1187260132530751),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1270 COEF_CONST(0.1200596273415457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1271 COEF_CONST(0.1214020315908810),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1272 COEF_CONST(0.1227532257568719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1273 COEF_CONST(0.1241132090604651),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1274 COEF_CONST(0.1254819801859856),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1275 COEF_CONST(0.1268595372794049),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1276 COEF_CONST(0.1282458779466558),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1277 COEF_CONST(0.1296409992519942),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1278 COEF_CONST(0.1310448977164081),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1279 COEF_CONST(0.1324575693160745),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1280 COEF_CONST(0.1338790094808633),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1281 COEF_CONST(0.1353092130928902),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1282 COEF_CONST(0.1367481744851168),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1283 COEF_CONST(0.1381958874400010),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1284 COEF_CONST(0.1396523451881945),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1285 COEF_CONST(0.1411175404072910),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1286 COEF_CONST(0.1425914652206223),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1287 COEF_CONST(0.1440741111961058),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1288 COEF_CONST(0.1455654693451402),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1289 COEF_CONST(0.1470655301215526),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1290 COEF_CONST(0.1485742834205956),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1291 COEF_CONST(0.1500917185779945),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1292 COEF_CONST(0.1516178243690463),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1293 COEF_CONST(0.1531525890077689),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1294 COEF_CONST(0.1546960001461024),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1295 COEF_CONST(0.1562480448731608),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1296 COEF_CONST(0.1578087097145364),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1297 COEF_CONST(0.1593779806316558),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1298 COEF_CONST(0.1609558430211876),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1299 COEF_CONST(0.1625422817145027),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1300 COEF_CONST(0.1641372809771871),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1301 COEF_CONST(0.1657408245086070),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1302 COEF_CONST(0.1673528954415270),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1303 COEF_CONST(0.1689734763417811),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1304 COEF_CONST(0.1706025492079969),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1305 COEF_CONST(0.1722400954713725),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1306 COEF_CONST(0.1738860959955082),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1307 COEF_CONST(0.1755405310762898),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1308 COEF_CONST(0.1772033804418275),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1309 COEF_CONST(0.1788746232524467),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1310 COEF_CONST(0.1805542381007349),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1311 COEF_CONST(0.1822422030116404),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1312 COEF_CONST(0.1839384954426268),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1313 COEF_CONST(0.1856430922838810),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1314 COEF_CONST(0.1873559698585756),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1315 COEF_CONST(0.1890771039231862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1316 COEF_CONST(0.1908064696678625),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1317 COEF_CONST(0.1925440417168546),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1318 COEF_CONST(0.1942897941289937),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1319 COEF_CONST(0.1960437003982277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1320 COEF_CONST(0.1978057334542116),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1321 COEF_CONST(0.1995758656629525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1322 COEF_CONST(0.2013540688275098),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1323 COEF_CONST(0.2031403141887507),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1324 COEF_CONST(0.2049345724261595),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1325 COEF_CONST(0.2067368136587033),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1326 COEF_CONST(0.2085470074457521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1327 COEF_CONST(0.2103651227880538),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1328 COEF_CONST(0.2121911281287646),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1329 COEF_CONST(0.2140249913545346),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1330 COEF_CONST(0.2158666797966480),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1331 COEF_CONST(0.2177161602322188),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1332 COEF_CONST(0.2195733988854414),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1333 COEF_CONST(0.2214383614288963),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1334 COEF_CONST(0.2233110129849106),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1335 COEF_CONST(0.2251913181269740),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1336 COEF_CONST(0.2270792408812093),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1337 COEF_CONST(0.2289747447278976),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1338 COEF_CONST(0.2308777926030592),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1339 COEF_CONST(0.2327883469000885),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1340 COEF_CONST(0.2347063694714437),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1341 COEF_CONST(0.2366318216303919),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1342 COEF_CONST(0.2385646641528076),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1343 COEF_CONST(0.2405048572790267),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1344 COEF_CONST(0.2424523607157545),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1345 COEF_CONST(0.2444071336380283),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1346 COEF_CONST(0.2463691346912334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1347 COEF_CONST(0.2483383219931741),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1348 COEF_CONST(0.2503146531361985),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1349 COEF_CONST(0.2522980851893767),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1350 COEF_CONST(0.2542885747007335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1351 COEF_CONST(0.2562860776995335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1352 COEF_CONST(0.2582905496986215),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1353 COEF_CONST(0.2603019456968142),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1354 COEF_CONST(0.2623202201813464),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1355 COEF_CONST(0.2643453271303700),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1356 COEF_CONST(0.2663772200155053),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1357 COEF_CONST(0.2684158518044454),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1358 COEF_CONST(0.2704611749636135),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1359 COEF_CONST(0.2725131414608710),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1360 COEF_CONST(0.2745717027682799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1361 COEF_CONST(0.2766368098649151),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1362 COEF_CONST(0.2787084132397296),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1363 COEF_CONST(0.2807864628944707),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1364 COEF_CONST(0.2828709083466482),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1365 COEF_CONST(0.2849616986325523),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1366 COEF_CONST(0.2870587823103237),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1367 COEF_CONST(0.2891621074630737),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1368 COEF_CONST(0.2912716217020546),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1369 COEF_CONST(0.2933872721698803),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1370 COEF_CONST(0.2955090055437973),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1371 COEF_CONST(0.2976367680390041),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1372 COEF_CONST(0.2997705054120213),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1373 COEF_CONST(0.3019101629641097),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1374 COEF_CONST(0.3040556855447379),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1375 COEF_CONST(0.3062070175550981),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1376 COEF_CONST(0.3083641029516701),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1377 COEF_CONST(0.3105268852498334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1378 COEF_CONST(0.3126953075275265),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1379 COEF_CONST(0.3148693124289546),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1380 COEF_CONST(0.3170488421683428),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1381 COEF_CONST(0.3192338385337370),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1382 COEF_CONST(0.3214242428908514),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1383 COEF_CONST(0.3236199961869606),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1384 COEF_CONST(0.3258210389548392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1385 COEF_CONST(0.3280273113167459),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1386 COEF_CONST(0.3302387529884521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1387 COEF_CONST(0.3324553032833160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1388 COEF_CONST(0.3346769011164010),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1389 COEF_CONST(0.3369034850086373),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1390 COEF_CONST(0.3391349930910280),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1391 COEF_CONST(0.3413713631088974),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1392 COEF_CONST(0.3436125324261830),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1393 COEF_CONST(0.3458584380297697),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1394 COEF_CONST(0.3481090165338656),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1395 COEF_CONST(0.3503642041844199),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1396 COEF_CONST(0.3526239368635820),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1397 COEF_CONST(0.3548881500942010),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1398 COEF_CONST(0.3571567790443668),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1399 COEF_CONST(0.3594297585319891),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1400 COEF_CONST(0.3617070230294185),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1401 COEF_CONST(0.3639885066681048),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1402 COEF_CONST(0.3662741432432950),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1403 COEF_CONST(0.3685638662187693),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1404 COEF_CONST(0.3708576087316147),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1405 COEF_CONST(0.3731553035970366),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1406 COEF_CONST(0.3754568833132069),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1407 COEF_CONST(0.3777622800661488),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1408 COEF_CONST(0.3800714257346570),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1409 COEF_CONST(0.3823842518952546),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1410 COEF_CONST(0.3847006898271841),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1411 COEF_CONST(0.3870206705174334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1412 COEF_CONST(0.3893441246657958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1413 COEF_CONST(0.3916709826899639),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1414 COEF_CONST(0.3940011747306560),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1415 COEF_CONST(0.3963346306567764),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1416 COEF_CONST(0.3986712800706062),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1417 COEF_CONST(0.4010110523130271),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1418 COEF_CONST(0.4033538764687756),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1419 COEF_CONST(0.4056996813717284),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1420 COEF_CONST(0.4080483956102172),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1421 COEF_CONST(0.4103999475323736),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1422 COEF_CONST(0.4127542652515031),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1423 COEF_CONST(0.4151112766514873),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1424 COEF_CONST(0.4174709093922143),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1425 COEF_CONST(0.4198330909150365),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1426 COEF_CONST(0.4221977484482556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1427 COEF_CONST(0.4245648090126334),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1428 COEF_CONST(0.4269341994269293),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1429 COEF_CONST(0.4293058463134616),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1430 COEF_CONST(0.4316796761036958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1431 COEF_CONST(0.4340556150438547),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1432 COEF_CONST(0.4364335892005536),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1433 COEF_CONST(0.4388135244664580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1434 COEF_CONST(0.4411953465659639),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1435 COEF_CONST(0.4435789810609000),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1436 COEF_CONST(0.4459643533562509),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1437 COEF_CONST(0.4483513887059016),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1438 COEF_CONST(0.4507400122184019),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1439 COEF_CONST(0.4531301488627497),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1440 COEF_CONST(0.4555217234741947),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1441 COEF_CONST(0.4579146607600593),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1442 COEF_CONST(0.4603088853055777),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1443 COEF_CONST(0.4627043215797521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1444 COEF_CONST(0.4651008939412254),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1445 COEF_CONST(0.4674985266441709),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1446 COEF_CONST(0.4698971438441951),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1447 COEF_CONST(0.4722966696042580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1448 COEF_CONST(0.4746970279006055),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1449 COEF_CONST(0.4770981426287164),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1450 COEF_CONST(0.4794999376092619),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1451 COEF_CONST(0.4819023365940778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1452 COEF_CONST(0.4843052632721476),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1453 COEF_CONST(0.4867086412755978),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1454 COEF_CONST(0.4891123941857028),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1455 COEF_CONST(0.4915164455388997),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1456 COEF_CONST(0.4939207188328126),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1457 COEF_CONST(0.4963251375322855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1458 COEF_CONST(0.4987296250754225),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1459 COEF_CONST(0.5011341048796359),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1460 COEF_CONST(0.5035385003477012),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1461 COEF_CONST(0.5059427348738168),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1462 COEF_CONST(0.5083467318496706),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1463 COEF_CONST(0.5107504146705106),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1464 COEF_CONST(0.5131537067412193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1465 COEF_CONST(0.5155565314823923),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1466 COEF_CONST(0.5179588123364193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1467 COEF_CONST(0.5203604727735667),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1468 COEF_CONST(0.5227614362980630),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1469 COEF_CONST(0.5251616264541841),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1470 COEF_CONST(0.5275609668323384),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1471 COEF_CONST(0.5299593810751532),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1472 COEF_CONST(0.5323567928835578),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1473 COEF_CONST(0.5347531260228663),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1474 COEF_CONST(0.5371483043288580),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1475 COEF_CONST(0.5395422517138538),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1476 COEF_CONST(0.5419348921727899),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1477 COEF_CONST(0.5443261497892862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1478 COEF_CONST(0.5467159487417104),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1479 COEF_CONST(0.5491042133092364),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1480 COEF_CONST(0.5514908678778958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1481 COEF_CONST(0.5538758369466227),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1482 COEF_CONST(0.5562590451332913),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1483 COEF_CONST(0.5586404171807443),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1484 COEF_CONST(0.5610198779628133),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1485 COEF_CONST(0.5633973524903286),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1486 COEF_CONST(0.5657727659171199),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1487 COEF_CONST(0.5681460435460047),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1488 COEF_CONST(0.5705171108347663),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1489 COEF_CONST(0.5728858934021188),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1490 COEF_CONST(0.5752523170336598),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1491 COEF_CONST(0.5776163076878088),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1492 COEF_CONST(0.5799777915017323),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1493 COEF_CONST(0.5823366947972535),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1494 COEF_CONST(0.5846929440867458),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1495 COEF_CONST(0.5870464660790119),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1496 COEF_CONST(0.5893971876851449),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1497 COEF_CONST(0.5917450360243719),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1498 COEF_CONST(0.5940899384298793),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1499 COEF_CONST(0.5964318224546208),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1500 COEF_CONST(0.5987706158771039),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1501 COEF_CONST(0.6011062467071583),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1502 COEF_CONST(0.6034386431916822),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1503 COEF_CONST(0.6057677338203681),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1504 COEF_CONST(0.6080934473314057),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1505 COEF_CONST(0.6104157127171639),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1506 COEF_CONST(0.6127344592298474),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1507 COEF_CONST(0.6150496163871310),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1508 COEF_CONST(0.6173611139777690),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1509 COEF_CONST(0.6196688820671789),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1510 COEF_CONST(0.6219728510029997),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1511 COEF_CONST(0.6242729514206247),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1512 COEF_CONST(0.6265691142487051),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1513 COEF_CONST(0.6288612707146283),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1514 COEF_CONST(0.6311493523499663),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1515 COEF_CONST(0.6334332909958958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1516 COEF_CONST(0.6357130188085891),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1517 COEF_CONST(0.6379884682645743),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1518 COEF_CONST(0.6402595721660647),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1519 COEF_CONST(0.6425262636462578),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1520 COEF_CONST(0.6447884761746012),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1521 COEF_CONST(0.6470461435620266),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1522 COEF_CONST(0.6492991999661505),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1523 COEF_CONST(0.6515475798964411),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1524 COEF_CONST(0.6537912182193508),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1525 COEF_CONST(0.6560300501634142),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1526 COEF_CONST(0.6582640113243098),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1527 COEF_CONST(0.6604930376698862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1528 COEF_CONST(0.6627170655451516),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1529 COEF_CONST(0.6649360316772256),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1530 COEF_CONST(0.6671498731802533),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1531 COEF_CONST(0.6693585275602818),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1532 COEF_CONST(0.6715619327200959),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1533 COEF_CONST(0.6737600269640164),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1534 COEF_CONST(0.6759527490026566),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1535 COEF_CONST(0.6781400379576392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1536 COEF_CONST(0.6803218333662715),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1537 COEF_CONST(0.6824980751861787),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1538 COEF_CONST(0.6846687037998949),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1539 COEF_CONST(0.6868336600194123),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1540 COEF_CONST(0.6889928850906855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1541 COEF_CONST(0.6911463206980928),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1542 COEF_CONST(0.6932939089688525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1543 COEF_CONST(0.6954355924773949),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1544 COEF_CONST(0.6975713142496884),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1545 COEF_CONST(0.6997010177675195),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1546 COEF_CONST(0.7018246469727265),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1547 COEF_CONST(0.7039421462713862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1548 COEF_CONST(0.7060534605379528),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1549 COEF_CONST(0.7081585351193496),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1550 COEF_CONST(0.7102573158390105),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1551 COEF_CONST(0.7123497490008750),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1552 COEF_CONST(0.7144357813933307),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1553 COEF_CONST(0.7165153602931092),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1554 COEF_CONST(0.7185884334691287),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1555 COEF_CONST(0.7206549491862871),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1556 COEF_CONST(0.7227148562092042),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1557 COEF_CONST(0.7247681038059106),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1558 COEF_CONST(0.7268146417514855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1559 COEF_CONST(0.7288544203316418),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1560 COEF_CONST(0.7308873903462577),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1561 COEF_CONST(0.7329135031128549),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1562 COEF_CONST(0.7349327104700221),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1563 COEF_CONST(0.7369449647807855),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1564 COEF_CONST(0.7389502189359237),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1565 COEF_CONST(0.7409484263572271),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1566 COEF_CONST(0.7429395410007016),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1567 COEF_CONST(0.7449235173597176),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1568 COEF_CONST(0.7469003104681008),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1569 COEF_CONST(0.7488698759031670),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1570 COEF_CONST(0.7508321697887005),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1571 COEF_CONST(0.7527871487978728),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1572 COEF_CONST(0.7547347701561059),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1573 COEF_CONST(0.7566749916438754),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1574 COEF_CONST(0.7586077715994560),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1575 COEF_CONST(0.7605330689216074),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1576 COEF_CONST(0.7624508430722016),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1577 COEF_CONST(0.7643610540787891),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1578 COEF_CONST(0.7662636625371070),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1579 COEF_CONST(0.7681586296135255),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1580 COEF_CONST(0.7700459170474343),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1581 COEF_CONST(0.7719254871535672),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1582 COEF_CONST(0.7737973028242671),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1583 COEF_CONST(0.7756613275316875),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1584 COEF_CONST(0.7775175253299340),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1585 COEF_CONST(0.7793658608571425),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1586 COEF_CONST(0.7812062993374951),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1587 COEF_CONST(0.7830388065831744),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1588 COEF_CONST(0.7848633489962533),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1589 COEF_CONST(0.7866798935705233),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1590 COEF_CONST(0.7884884078932579),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1591 COEF_CONST(0.7902888601469138),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1592 COEF_CONST(0.7920812191107668),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1593 COEF_CONST(0.7938654541624850),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1594 COEF_CONST(0.7956415352796368),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1595 COEF_CONST(0.7974094330411343),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1596 COEF_CONST(0.7991691186286133),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1597 COEF_CONST(0.8009205638277465),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1598 COEF_CONST(0.8026637410294932),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1599 COEF_CONST(0.8043986232312831),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1600 COEF_CONST(0.8061251840381346),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1601 COEF_CONST(0.8078433976637077),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1602 COEF_CONST(0.8095532389312917),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1603 COEF_CONST(0.8112546832747255),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1604 COEF_CONST(0.8129477067392539),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1605 COEF_CONST(0.8146322859823164),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1606 COEF_CONST(0.8163083982742698),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1607 COEF_CONST(0.8179760214990457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1608 COEF_CONST(0.8196351341547393),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1609 COEF_CONST(0.8212857153541345),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1610 COEF_CONST(0.8229277448251595),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1611 COEF_CONST(0.8245612029112778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1612 COEF_CONST(0.8261860705718113),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1613 COEF_CONST(0.8278023293821971),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1614 COEF_CONST(0.8294099615341773),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1615 COEF_CONST(0.8310089498359212),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1616 COEF_CONST(0.8325992777120815),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1617 COEF_CONST(0.8341809292037831),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1618 COEF_CONST(0.8357538889685445),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1619 COEF_CONST(0.8373181422801330),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1620 COEF_CONST(0.8388736750283521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1621 COEF_CONST(0.8404204737187619),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1622 COEF_CONST(0.8419585254723335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1623 COEF_CONST(0.8434878180250348),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1624 COEF_CONST(0.8450083397273509),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1625 COEF_CONST(0.8465200795437368),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1626 COEF_CONST(0.8480230270520029),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1627 COEF_CONST(0.8495171724426350),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1628 COEF_CONST(0.8510025065180464),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1629 COEF_CONST(0.8524790206917633),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1630 COEF_CONST(0.8539467069875448),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1631 COEF_CONST(0.8554055580384357),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1632 COEF_CONST(0.8568555670857525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1633 COEF_CONST(0.8582967279780043),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1634 COEF_CONST(0.8597290351697464),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1635 COEF_CONST(0.8611524837203691),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1636 COEF_CONST(0.8625670692928198),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1637 COEF_CONST(0.8639727881522599),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1638 COEF_CONST(0.8653696371646555),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1639 COEF_CONST(0.8667576137953045),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1640 COEF_CONST(0.8681367161072958),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1641 COEF_CONST(0.8695069427599065),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1642 COEF_CONST(0.8708682930069319),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1643 COEF_CONST(0.8722207666949527),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1644 COEF_CONST(0.8735643642615368),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1645 COEF_CONST(0.8748990867333771),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1646 COEF_CONST(0.8762249357243662),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1647 COEF_CONST(0.8775419134336067),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1648 COEF_CONST(0.8788500226433579),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1649 COEF_CONST(0.8801492667169208),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1650 COEF_CONST(0.8814396495964587),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1651 COEF_CONST(0.8827211758007560),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1652 COEF_CONST(0.8839938504229149),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1653 COEF_CONST(0.8852576791279895),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1654 COEF_CONST(0.8865126681505587),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1655 COEF_CONST(0.8877588242922386),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1656 COEF_CONST(0.8889961549191320),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1657 COEF_CONST(0.8902246679592184),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1658 COEF_CONST(0.8914443718996848),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1659 COEF_CONST(0.8926552757841945),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1660 COEF_CONST(0.8938573892100969),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1661 COEF_CONST(0.8950507223255798),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1662 COEF_CONST(0.8962352858267605),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1663 COEF_CONST(0.8974110909547198),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1664 COEF_CONST(0.8985781494924783),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1665 COEF_CONST(0.8997364737619142),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1666 COEF_CONST(0.9008860766206249),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1667 COEF_CONST(0.9020269714587307),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1668 COEF_CONST(0.9031591721956235),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1669 COEF_CONST(0.9042826932766591),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1670 COEF_CONST(0.9053975496697941),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1671 COEF_CONST(0.9065037568621681),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1672 COEF_CONST(0.9076013308566311),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1673 COEF_CONST(0.9086902881682180),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1674 COEF_CONST(0.9097706458205682),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1675 COEF_CONST(0.9108424213422940),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1676 COEF_CONST(0.9119056327632955),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1677 COEF_CONST(0.9129602986110235),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1678 COEF_CONST(0.9140064379066919),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1679 COEF_CONST(0.9150440701614393),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1680 COEF_CONST(0.9160732153724396),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1681 COEF_CONST(0.9170938940189634),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1682 COEF_CONST(0.9181061270583908),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1683 COEF_CONST(0.9191099359221748),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1684 COEF_CONST(0.9201053425117579),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1685 COEF_CONST(0.9210923691944400),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1686 COEF_CONST(0.9220710387992010),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1687 COEF_CONST(0.9230413746124764),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1688 COEF_CONST(0.9240034003738882),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1689 COEF_CONST(0.9249571402719298),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1690 COEF_CONST(0.9259026189396085),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1691 COEF_CONST(0.9268398614500427),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1692 COEF_CONST(0.9277688933120170),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1693 COEF_CONST(0.9286897404654957),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1694 COEF_CONST(0.9296024292770939),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1695 COEF_CONST(0.9305069865355076),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1696 COEF_CONST(0.9314034394469048),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1697 COEF_CONST(0.9322918156302762),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1698 COEF_CONST(0.9331721431127471),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1699 COEF_CONST(0.9340444503248519),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1700 COEF_CONST(0.9349087660957711),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1701 COEF_CONST(0.9357651196485313),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1702 COEF_CONST(0.9366135405951697),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1703 COEF_CONST(0.9374540589318637),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1704 COEF_CONST(0.9382867050340261),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1705 COEF_CONST(0.9391115096513655),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1706 COEF_CONST(0.9399285039029165),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1707 COEF_CONST(0.9407377192720349),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1708 COEF_CONST(0.9415391876013639),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1709 COEF_CONST(0.9423329410877687),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1710 COEF_CONST(0.9431190122772415),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1711 COEF_CONST(0.9438974340597782),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1712 COEF_CONST(0.9446682396642262),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1713 COEF_CONST(0.9454314626531054),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1714 COEF_CONST(0.9461871369174033),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1715 COEF_CONST(0.9469352966713429),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1716 COEF_CONST(0.9476759764471278),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1717 COEF_CONST(0.9484092110896616),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1718 COEF_CONST(0.9491350357512457),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1719 COEF_CONST(0.9498534858862532),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1720 COEF_CONST(0.9505645972457831),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1721 COEF_CONST(0.9512684058722927),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1722 COEF_CONST(0.9519649480942105),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1723 COEF_CONST(0.9526542605205314),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1724 COEF_CONST(0.9533363800353921),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1725 COEF_CONST(0.9540113437926313),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1726 COEF_CONST(0.9546791892103320),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1727 COEF_CONST(0.9553399539653500),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1728 COEF_CONST(0.9559936759878265),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1729 COEF_CONST(0.9566403934556893),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1730 COEF_CONST(0.9572801447891388),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1731 COEF_CONST(0.9579129686451244),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1732 COEF_CONST(0.9585389039118085),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1733 COEF_CONST(0.9591579897030224),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1734 COEF_CONST(0.9597702653527108),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1735 COEF_CONST(0.9603757704093711),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1736 COEF_CONST(0.9609745446304828),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1737 COEF_CONST(0.9615666279769324),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1738 COEF_CONST(0.9621520606074324),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1739 COEF_CONST(0.9627308828729358),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1740 COEF_CONST(0.9633031353110477),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1741 COEF_CONST(0.9638688586404335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1742 COEF_CONST(0.9644280937552258),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1743 COEF_CONST(0.9649808817194311),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1744 COEF_CONST(0.9655272637613366),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1745 COEF_CONST(0.9660672812679171),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1746 COEF_CONST(0.9666009757792454),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1747 COEF_CONST(0.9671283889829055),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1748 COEF_CONST(0.9676495627084089),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1749 COEF_CONST(0.9681645389216160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1750 COEF_CONST(0.9686733597191652),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1751 COEF_CONST(0.9691760673229058),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1752 COEF_CONST(0.9696727040743406),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1753 COEF_CONST(0.9701633124290767),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1754 COEF_CONST(0.9706479349512860),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1755 COEF_CONST(0.9711266143081750),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1756 COEF_CONST(0.9715993932644684),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1757 COEF_CONST(0.9720663146769026),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1758 COEF_CONST(0.9725274214887337),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1759 COEF_CONST(0.9729827567242596),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1760 COEF_CONST(0.9734323634833574),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1761 COEF_CONST(0.9738762849360358),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1762 COEF_CONST(0.9743145643170059),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1763 COEF_CONST(0.9747472449202687),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1764 COEF_CONST(0.9751743700937215),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1765 COEF_CONST(0.9755959832337850),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1766 COEF_CONST(0.9760121277800496),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1767 COEF_CONST(0.9764228472099433),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1768 COEF_CONST(0.9768281850334235),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1769 COEF_CONST(0.9772281847876897),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1770 COEF_CONST(0.9776228900319223),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1771 COEF_CONST(0.9780123443420448),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1772 COEF_CONST(0.9783965913055132),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1773 COEF_CONST(0.9787756745161313),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1774 COEF_CONST(0.9791496375688939),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1775 COEF_CONST(0.9795185240548578),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1776 COEF_CONST(0.9798823775560431),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1777 COEF_CONST(0.9802412416403639),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1778 COEF_CONST(0.9805951598565897),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1779 COEF_CONST(0.9809441757293399),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1780 COEF_CONST(0.9812883327541090),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1781 COEF_CONST(0.9816276743923267),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1782 COEF_CONST(0.9819622440664515),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1783 COEF_CONST(0.9822920851550995),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1784 COEF_CONST(0.9826172409882086),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1785 COEF_CONST(0.9829377548422400),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1786 COEF_CONST(0.9832536699354163),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1787 COEF_CONST(0.9835650294229984),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1788 COEF_CONST(0.9838718763926001),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1789 COEF_CONST(0.9841742538595437),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1790 COEF_CONST(0.9844722047622547),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1791 COEF_CONST(0.9847657719576983),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1792 COEF_CONST(0.9850549982168574),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1793 COEF_CONST(0.9853399262202529),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1794 COEF_CONST(0.9856205985535073),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1795 COEF_CONST(0.9858970577029519),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1796 COEF_CONST(0.9861693460512790),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1797 COEF_CONST(0.9864375058732389),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1798 COEF_CONST(0.9867015793313820),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1799 COEF_CONST(0.9869616084718489),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1800 COEF_CONST(0.9872176352202061),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1801 COEF_CONST(0.9874697013773301),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1802 COEF_CONST(0.9877178486153397),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1803 COEF_CONST(0.9879621184735767),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1804 COEF_CONST(0.9882025523546365),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1805 COEF_CONST(0.9884391915204485),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1806 COEF_CONST(0.9886720770884069),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1807 COEF_CONST(0.9889012500275530),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1808 COEF_CONST(0.9891267511548089),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1809 COEF_CONST(0.9893486211312621),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1810 COEF_CONST(0.9895669004585049),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1811 COEF_CONST(0.9897816294750255),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1812 COEF_CONST(0.9899928483526520),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1813 COEF_CONST(0.9902005970930525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1814 COEF_CONST(0.9904049155242876),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1815 COEF_CONST(0.9906058432974180),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1816 COEF_CONST(0.9908034198831690),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1817 COEF_CONST(0.9909976845686489),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1818 COEF_CONST(0.9911886764541239),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1819 COEF_CONST(0.9913764344498495),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1820 COEF_CONST(0.9915609972729590),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1821 COEF_CONST(0.9917424034444086),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1822 COEF_CONST(0.9919206912859797),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1823 COEF_CONST(0.9920958989173397),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1824 COEF_CONST(0.9922680642531603),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1825 COEF_CONST(0.9924372250002933),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1826 COEF_CONST(0.9926034186550070),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1827 COEF_CONST(0.9927666825002789),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1828 COEF_CONST(0.9929270536031491),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1829 COEF_CONST(0.9930845688121325),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1830 COEF_CONST(0.9932392647546895),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1831 COEF_CONST(0.9933911778347579),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1832 COEF_CONST(0.9935403442303433),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1833 COEF_CONST(0.9936867998911693),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1834 COEF_CONST(0.9938305805363887),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1835 COEF_CONST(0.9939717216523539),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1836 COEF_CONST(0.9941102584904481),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1837 COEF_CONST(0.9942462260649764),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1838 COEF_CONST(0.9943796591511174),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1839 COEF_CONST(0.9945105922829353),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1840 COEF_CONST(0.9946390597514524),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1841 COEF_CONST(0.9947650956027824),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1842 COEF_CONST(0.9948887336363228),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1843 COEF_CONST(0.9950100074030103),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1844 COEF_CONST(0.9951289502036336),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1845 COEF_CONST(0.9952455950872091),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1846 COEF_CONST(0.9953599748494155),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1847 COEF_CONST(0.9954721220310890),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1848 COEF_CONST(0.9955820689167787),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1849 COEF_CONST(0.9956898475333619),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1850 COEF_CONST(0.9957954896487196),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1851 COEF_CONST(0.9958990267704713),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1852 COEF_CONST(0.9960004901447701),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1853 COEF_CONST(0.9960999107551559),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1854 COEF_CONST(0.9961973193214694),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1855 COEF_CONST(0.9962927462988245),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1856 COEF_CONST(0.9963862218766388),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1857 COEF_CONST(0.9964777759777242),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1858 COEF_CONST(0.9965674382574342),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1859 COEF_CONST(0.9966552381028704),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1860 COEF_CONST(0.9967412046321465),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1861 COEF_CONST(0.9968253666937095),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1862 COEF_CONST(0.9969077528657186),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1863 COEF_CONST(0.9969883914554805),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1864 COEF_CONST(0.9970673104989413),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1865 COEF_CONST(0.9971445377602348),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1866 COEF_CONST(0.9972201007312871),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1867 COEF_CONST(0.9972940266314749),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1868 COEF_CONST(0.9973663424073412),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1869 COEF_CONST(0.9974370747323638),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1870 COEF_CONST(0.9975062500067785),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1871 COEF_CONST(0.9975738943574574),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1872 COEF_CONST(0.9976400336378379),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1873 COEF_CONST(0.9977046934279079),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1874 COEF_CONST(0.9977678990342401),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1875 COEF_CONST(0.9978296754900812),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1876 COEF_CONST(0.9978900475554902),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1877 COEF_CONST(0.9979490397175296),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1878 COEF_CONST(0.9980066761905056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1879 COEF_CONST(0.9980629809162593),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1880 COEF_CONST(0.9981179775645063),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1881 COEF_CONST(0.9981716895332257),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1882 COEF_CONST(0.9982241399490979),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1883 COEF_CONST(0.9982753516679893),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1884 COEF_CONST(0.9983253472754841),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1885 COEF_CONST(0.9983741490874634),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1886 COEF_CONST(0.9984217791507299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1887 COEF_CONST(0.9984682592436778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1888 COEF_CONST(0.9985136108770075),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1889 COEF_CONST(0.9985578552944850),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1890 COEF_CONST(0.9986010134737439),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1891 COEF_CONST(0.9986431061271304),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1892 COEF_CONST(0.9986841537025921),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1893 COEF_CONST(0.9987241763846056),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1894 COEF_CONST(0.9987631940951476),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1895 COEF_CONST(0.9988012264947044),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1896 COEF_CONST(0.9988382929833222),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1897 COEF_CONST(0.9988744127016956),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1898 COEF_CONST(0.9989096045322947),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1899 COEF_CONST(0.9989438871005292),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1900 COEF_CONST(0.9989772787759494),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1901 COEF_CONST(0.9990097976734847),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1902 COEF_CONST(0.9990414616547146),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1903 COEF_CONST(0.9990722883291779),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1904 COEF_CONST(0.9991022950557125),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1905 COEF_CONST(0.9991314989438310),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1906 COEF_CONST(0.9991599168551279),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1907 COEF_CONST(0.9991875654047181),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1908 COEF_CONST(0.9992144609627068),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1909 COEF_CONST(0.9992406196556911),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1910 COEF_CONST(0.9992660573682882),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1911 COEF_CONST(0.9992907897446957),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1912 COEF_CONST(0.9993148321902777),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1913 COEF_CONST(0.9993381998731797),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1914 COEF_CONST(0.9993609077259696),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1915 COEF_CONST(0.9993829704473038),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1916 COEF_CONST(0.9994044025036201),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1917 COEF_CONST(0.9994252181308537),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1918 COEF_CONST(0.9994454313361775),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1919 COEF_CONST(0.9994650558997651),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1920 COEF_CONST(0.9994841053765757),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1921 COEF_CONST(0.9995025930981609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1922 COEF_CONST(0.9995205321744921),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1923 COEF_CONST(0.9995379354958073),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1924 COEF_CONST(0.9995548157344778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1925 COEF_CONST(0.9995711853468930),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1926 COEF_CONST(0.9995870565753632),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1927 COEF_CONST(0.9996024414500382),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1928 COEF_CONST(0.9996173517908444),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1929 COEF_CONST(0.9996317992094352),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1930 COEF_CONST(0.9996457951111574),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1931 COEF_CONST(0.9996593506970310),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1932 COEF_CONST(0.9996724769657434),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1933 COEF_CONST(0.9996851847156547),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1934 COEF_CONST(0.9996974845468164),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1935 COEF_CONST(0.9997093868630000),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1936 COEF_CONST(0.9997209018737374),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1937 COEF_CONST(0.9997320395963699),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1938 COEF_CONST(0.9997428098581069),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1939 COEF_CONST(0.9997532222980933),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1940 COEF_CONST(0.9997632863694836),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1941 COEF_CONST(0.9997730113415246),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1942 COEF_CONST(0.9997824063016426),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1943 COEF_CONST(0.9997914801575380),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1944 COEF_CONST(0.9998002416392840),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1945 COEF_CONST(0.9998086993014300),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1946 COEF_CONST(0.9998168615251084),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1947 COEF_CONST(0.9998247365201450),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1948 COEF_CONST(0.9998323323271717),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1949 COEF_CONST(0.9998396568197407),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1950 COEF_CONST(0.9998467177064404),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1951 COEF_CONST(0.9998535225330116),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1952 COEF_CONST(0.9998600786844637),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1953 COEF_CONST(0.9998663933871905),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1954 COEF_CONST(0.9998724737110845),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1955 COEF_CONST(0.9998783265716498),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1956 COEF_CONST(0.9998839587321121),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1957 COEF_CONST(0.9998893768055266),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1958 COEF_CONST(0.9998945872568815),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1959 COEF_CONST(0.9998995964051983),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1960 COEF_CONST(0.9999044104256269),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1961 COEF_CONST(0.9999090353515359),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1962 COEF_CONST(0.9999134770765971),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1963 COEF_CONST(0.9999177413568642),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1964 COEF_CONST(0.9999218338128448),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1965 COEF_CONST(0.9999257599315647),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1966 COEF_CONST(0.9999295250686255),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1967 COEF_CONST(0.9999331344502529),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1968 COEF_CONST(0.9999365931753376),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1969 COEF_CONST(0.9999399062174669),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1970 COEF_CONST(0.9999430784269460),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1971 COEF_CONST(0.9999461145328103),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1972 COEF_CONST(0.9999490191448277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1973 COEF_CONST(0.9999517967554878),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1974 COEF_CONST(0.9999544517419835),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1975 COEF_CONST(0.9999569883681778),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1976 COEF_CONST(0.9999594107865607),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1977 COEF_CONST(0.9999617230401926),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1978 COEF_CONST(0.9999639290646355),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1979 COEF_CONST(0.9999660326898712),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1980 COEF_CONST(0.9999680376422052),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1981 COEF_CONST(0.9999699475461585),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1982 COEF_CONST(0.9999717659263435),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1983 COEF_CONST(0.9999734962093266),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1984 COEF_CONST(0.9999751417254756),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1985 COEF_CONST(0.9999767057107922),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1986 COEF_CONST(0.9999781913087290),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1987 COEF_CONST(0.9999796015719915),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1988 COEF_CONST(0.9999809394643231),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1989 COEF_CONST(0.9999822078622751),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1990 COEF_CONST(0.9999834095569596),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1991 COEF_CONST(0.9999845472557860),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1992 COEF_CONST(0.9999856235841805),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1993 COEF_CONST(0.9999866410872889),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1994 COEF_CONST(0.9999876022316609),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1995 COEF_CONST(0.9999885094069193),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1996 COEF_CONST(0.9999893649274085),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1997 COEF_CONST(0.9999901710338274),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1998 COEF_CONST(0.9999909298948430),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1999 COEF_CONST(0.9999916436086862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2000 COEF_CONST(0.9999923142047299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2001 COEF_CONST(0.9999929436450469),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2002 COEF_CONST(0.9999935338259505),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2003 COEF_CONST(0.9999940865795161),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2004 COEF_CONST(0.9999946036750835),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2005 COEF_CONST(0.9999950868207405),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2006 COEF_CONST(0.9999955376647868),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2007 COEF_CONST(0.9999959577971798),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2008 COEF_CONST(0.9999963487509599),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2009 COEF_CONST(0.9999967120036571),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2010 COEF_CONST(0.9999970489786785),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2011 COEF_CONST(0.9999973610466748),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2012 COEF_CONST(0.9999976495268890),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2013 COEF_CONST(0.9999979156884846),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2014 COEF_CONST(0.9999981607518545),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2015 COEF_CONST(0.9999983858899099),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2016 COEF_CONST(0.9999985922293493),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2017 COEF_CONST(0.9999987808519092),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2018 COEF_CONST(0.9999989527955938),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2019 COEF_CONST(0.9999991090558848),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2020 COEF_CONST(0.9999992505869332),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2021 COEF_CONST(0.9999993783027293),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2022 COEF_CONST(0.9999994930782556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2023 COEF_CONST(0.9999995957506171),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2024 COEF_CONST(0.9999996871201549),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2025 COEF_CONST(0.9999997679515386),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2026 COEF_CONST(0.9999998389748399),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2027 COEF_CONST(0.9999999008865869),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2028 COEF_CONST(0.9999999543507984)
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2029 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2030
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2031 real_t kbd_short_128[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2032 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2033 COEF_CONST(4.3795702929468881e-005),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2034 COEF_CONST(0.00011867384265436617),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2035 COEF_CONST(0.0002307165763996192),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2036 COEF_CONST(0.00038947282760568383),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2037 COEF_CONST(0.00060581272288302553),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2038 COEF_CONST(0.00089199695169487453),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2039 COEF_CONST(0.0012617254423430522),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2040 COEF_CONST(0.0017301724373162003),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2041 COEF_CONST(0.0023140071937421476),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2042 COEF_CONST(0.0030313989666022221),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2043 COEF_CONST(0.0039020049735530842),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2044 COEF_CONST(0.0049469401815512024),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2045 COEF_CONST(0.0061887279335368318),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2046 COEF_CONST(0.0076512306364647726),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2047 COEF_CONST(0.0093595599562652423),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2048 COEF_CONST(0.011339966208377799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2049 COEF_CONST(0.013619706891715299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2050 COEF_CONST(0.016226894586323766),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2051 COEF_CONST(0.019190324717288168),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2052 COEF_CONST(0.022539283975960878),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2053 COEF_CONST(0.026303340480472455),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2054 COEF_CONST(0.030512117046644357),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2055 COEF_CONST(0.03519504922365594),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2056 COEF_CONST(0.040381130021856941),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2057 COEF_CONST(0.046098643518702249),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2058 COEF_CONST(0.052374889768730587),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2059 COEF_CONST(0.059235903660769147),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2060 COEF_CONST(0.066706170556282418),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2061 COEF_CONST(0.074808341703430481),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2062 COEF_CONST(0.083562952548726227),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2063 COEF_CONST(0.092988147159339674),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2064 COEF_CONST(0.1030994120216919),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2065 COEF_CONST(0.11390932249409955),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2066 COEF_CONST(0.12542730516149531),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2067 COEF_CONST(0.13765941926783826),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2068 COEF_CONST(0.15060816028651081),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2069 COEF_CONST(0.16427228853114245),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2070 COEF_CONST(0.17864668550988483),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2071 COEF_CONST(0.19372224048676889),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2072 COEF_CONST(0.20948576943658073),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2073 COEF_CONST(0.22591996826744942),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2074 COEF_CONST(0.24300340184133981),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2075 COEF_CONST(0.26071052995068139),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2076 COEF_CONST(0.27901177101369551),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2077 COEF_CONST(0.29787360383626599),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2078 COEF_CONST(0.3172587073594233),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2079 COEF_CONST(0.33712613787396362),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2080 COEF_CONST(0.35743154274286698),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2081 COEF_CONST(0.37812740923363009),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2082 COEF_CONST(0.39916334663203618),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2083 COEF_CONST(0.42048639939189658),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2084 COEF_CONST(0.4420413886774246),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2085 COEF_CONST(0.4637712792815169),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2086 COEF_CONST(0.4856175685594023),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2087 COEF_CONST(0.50752069370766872),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2088 COEF_CONST(0.52942045344797806),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2089 COEF_CONST(0.55125643994680196),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2090 COEF_CONST(0.57296847662071559),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2091 COEF_CONST(0.59449705734411495),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2092 COEF_CONST(0.61578378249506627),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2093 COEF_CONST(0.63677178724712891),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2094 COEF_CONST(0.65740615754163356),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2095 COEF_CONST(0.67763432925662526),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2096 COEF_CONST(0.69740646622548552),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2097 COEF_CONST(0.71667581294953808),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2098 COEF_CONST(0.73539901809352737),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2099 COEF_CONST(0.75353642514900732),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2100 COEF_CONST(0.77105232699609816),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2101 COEF_CONST(0.78791518148597028),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2102 COEF_CONST(0.80409778560147072),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2103 COEF_CONST(0.81957740622770781),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2104 COEF_CONST(0.83433586607383625),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2105 COEF_CONST(0.84835958382689225),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2106 COEF_CONST(0.86163956818294229),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2107 COEF_CONST(0.87417136598406997),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2108 COEF_CONST(0.88595496528524853),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2109 COEF_CONST(0.89699465477567619),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2110 COEF_CONST(0.90729884157670959),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2111 COEF_CONST(0.91687983002436779),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2112 COEF_CONST(0.92575356460899649),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2113 COEF_CONST(0.93393934077779084),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2114 COEF_CONST(0.94145948779657318),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2115 COEF_CONST(0.94833902830402828),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2116 COEF_CONST(0.95460531956280026),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2117 COEF_CONST(0.96028768170574896),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2118 COEF_CONST(0.96541701848104766),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2119 COEF_CONST(0.97002543610646474),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2120 COEF_CONST(0.97414586584250062),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2121 COEF_CONST(0.97781169577969584),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2122 COEF_CONST(0.98105641710392333),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2123 COEF_CONST(0.98391328975491177),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2124 COEF_CONST(0.98641503193166202),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2125 COEF_CONST(0.98859353733226141),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2126 COEF_CONST(0.99047962335771556),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2127 COEF_CONST(0.9921028127769449),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2128 COEF_CONST(0.99349115056397752),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2129 COEF_CONST(0.99467105680259038),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2130 COEF_CONST(0.9956672157341897),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2131 COEF_CONST(0.99650250022834352),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2132 COEF_CONST(0.99719793020823266),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2133 COEF_CONST(0.99777266288955657),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2134 COEF_CONST(0.99824401211201486),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2135 COEF_CONST(0.99862749357391212),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2136 COEF_CONST(0.99893689243401962),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2137 COEF_CONST(0.99918434952623147),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2138 COEF_CONST(0.99938046234161726),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2139 COEF_CONST(0.99953439696357238),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2140 COEF_CONST(0.99965400728430465),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2141 COEF_CONST(0.99974595807027455),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2142 COEF_CONST(0.99981584876278362),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2143 COEF_CONST(0.99986833527824281),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2144 COEF_CONST(0.99990724749057802),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2145 COEF_CONST(0.99993570051598468),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2146 COEF_CONST(0.99995619835942084),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2147 COEF_CONST(0.99997072890647543),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2148 COEF_CONST(0.9999808496399144),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2149 COEF_CONST(0.99998776381655818),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2150 COEF_CONST(0.99999238714961569),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2151 COEF_CONST(0.99999540529959718),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2152 COEF_CONST(0.99999732268176988),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2153 COEF_CONST(0.99999850325054862),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2154 COEF_CONST(0.99999920402413744),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2155 COEF_CONST(0.9999996021706401),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2156 COEF_CONST(0.99999981649545566),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2157 COEF_CONST(0.99999992415545547),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2158 COEF_CONST(0.99999997338493041),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2159 COEF_CONST(0.99999999295825959),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2160 COEF_CONST(0.99999999904096815)
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2161 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2162
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2163 real_t kbd_short_120[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2164 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2165 COEF_CONST(0.0000452320086910),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2166 COEF_CONST(0.0001274564692111),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2167 COEF_CONST(0.0002529398385345),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2168 COEF_CONST(0.0004335140496648),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2169 COEF_CONST(0.0006827100966952),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2170 COEF_CONST(0.0010158708222246),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2171 COEF_CONST(0.0014502162869659),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2172 COEF_CONST(0.0020048865156264),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2173 COEF_CONST(0.0027009618393178),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2174 COEF_CONST(0.0035614590925043),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2175 COEF_CONST(0.0046113018122711),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2176 COEF_CONST(0.0058772627936484),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2177 COEF_CONST(0.0073878776584103),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2178 COEF_CONST(0.0091733284512589),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2179 COEF_CONST(0.0112652966728373),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2180 COEF_CONST(0.0136967855861945),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2181 COEF_CONST(0.0165019120857793),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2182 COEF_CONST(0.0197156688892217),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2183 COEF_CONST(0.0233736582950619),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2184 COEF_CONST(0.0275117992367496),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2185 COEF_CONST(0.0321660098468534),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2186 COEF_CONST(0.0373718682174417),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2187 COEF_CONST(0.0431642544948834),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2188 COEF_CONST(0.0495769778717676),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2189 COEF_CONST(0.0566423924273392),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2190 COEF_CONST(0.0643910061132260),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2191 COEF_CONST(0.0728510874761729),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2192 COEF_CONST(0.0820482749475221),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2193 COEF_CONST(0.0920051937045235),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2194 COEF_CONST(0.1027410852163450),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2195 COEF_CONST(0.1142714546239370),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2196 COEF_CONST(0.1266077410648368),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2197 COEF_CONST(0.1397570159398145),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2198 COEF_CONST(0.1537217139274270),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2199 COEF_CONST(0.1684994012857075),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2200 COEF_CONST(0.1840825856392944),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2201 COEF_CONST(0.2004585710384133),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2202 COEF_CONST(0.2176093615976121),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2203 COEF_CONST(0.2355116164824983),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2204 COEF_CONST(0.2541366584185075),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2205 COEF_CONST(0.2734505372545160),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2206 COEF_CONST(0.2934141494343369),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2207 COEF_CONST(0.3139834135200387),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2208 COEF_CONST(0.3351095011824163),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2209 COEF_CONST(0.3567391223361566),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2210 COEF_CONST(0.3788148623608774),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2211 COEF_CONST(0.4012755686250732),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2212 COEF_CONST(0.4240567828288110),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2213 COEF_CONST(0.4470912150133537),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2214 COEF_CONST(0.4703092544619664),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2215 COEF_CONST(0.4936395121456694),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2216 COEF_CONST(0.5170093888596962),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2217 COEF_CONST(0.5403456627591340),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2218 COEF_CONST(0.5635750896430154),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2219 COEF_CONST(0.5866250090612892),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2220 COEF_CONST(0.6094239491338723),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2221 COEF_CONST(0.6319022228794100),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2222 COEF_CONST(0.6539925088563087),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2223 COEF_CONST(0.6756304090216887),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2224 COEF_CONST(0.6967549769155277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2225 COEF_CONST(0.7173092095766250),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2226 COEF_CONST(0.7372404969921184),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2227 COEF_CONST(0.7565010233699827),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2228 COEF_CONST(0.7750481150999984),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2229 COEF_CONST(0.7928445309277697),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2230 COEF_CONST(0.8098586906021583),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2231 COEF_CONST(0.8260648390616000),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2232 COEF_CONST(0.8414431440907889),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2233 COEF_CONST(0.8559797262966709),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2234 COEF_CONST(0.8696666212110165),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2235 COEF_CONST(0.8825016743142358),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2236 COEF_CONST(0.8944883707784486),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2237 COEF_CONST(0.9056356027326216),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2238 COEF_CONST(0.9159573778427816),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2239 COEF_CONST(0.9254724739583072),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2240 COEF_CONST(0.9342040454819434),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2241 COEF_CONST(0.9421791879559176),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2242 COEF_CONST(0.9494284680976784),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2243 COEF_CONST(0.9559854271440150),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2244 COEF_CONST(0.9618860658493898),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2245 COEF_CONST(0.9671683198119525),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2246 COEF_CONST(0.9718715339497299),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2247 COEF_CONST(0.9760359449042233),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2248 COEF_CONST(0.9797021798981759),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2249 COEF_CONST(0.9829107801140203),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2250 COEF_CONST(0.9857017559923277),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2251 COEF_CONST(0.9881141809867999),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2252 COEF_CONST(0.9901858292742826),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2253 COEF_CONST(0.9919528617340944),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2254 COEF_CONST(0.9934495632180476),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2255 COEF_CONST(0.9947081327749199),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2256 COEF_CONST(0.9957585271195989),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2257 COEF_CONST(0.9966283562984427),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2258 COEF_CONST(0.9973428292485683),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2259 COEF_CONST(0.9979247458259197),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2260 COEF_CONST(0.9983945309245774),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2261 COEF_CONST(0.9987703055583410),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2262 COEF_CONST(0.9990679892449266),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2263 COEF_CONST(0.9993014277313617),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2264 COEF_CONST(0.9994825400228521),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2265 COEF_CONST(0.9996214788122335),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2266 COEF_CONST(0.9997267987294857),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2267 COEF_CONST(0.9998056273097539),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2268 COEF_CONST(0.9998638341781910),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2269 COEF_CONST(0.9999061946325793),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2270 COEF_CONST(0.9999365445321382),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2271 COEF_CONST(0.9999579241373735),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2272 COEF_CONST(0.9999727092594598),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2273 COEF_CONST(0.9999827287418790),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2274 COEF_CONST(0.9999893678912771),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2275 COEF_CONST(0.9999936579844555),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2276 COEF_CONST(0.9999963523959187),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2277 COEF_CONST(0.9999979902130101),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2278 COEF_CONST(0.9999989484358076),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2279 COEF_CONST(0.9999994840031031),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2280 COEF_CONST(0.9999997669534347),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2281 COEF_CONST(0.9999999060327799),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2282 COEF_CONST(0.9999999680107184),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2283 COEF_CONST(0.9999999918774242),
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
2284 COEF_CONST(0.9999999989770326)
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2285 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2286
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2287 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2288 }
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2289 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2290 #endif