5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
24 */
25 /*
26 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
27 * Use is subject to license terms.
28 */
29
30 /*
31 * Table of constants for expm1l.
32 * By K.C. Ng, June 30, 1995
33 */
34
35 #include "libm.h"
36
37 const long double _TBL_expm1lx[] = {
38 +7.8124999999999999999999999999995004619e-03L,
39 +2.3437499999999999999999999999998790275e-02L,
40 +3.9062499999999999999999999999981095794e-02L,
41 +5.4687500000000000000000000000007637516e-02L,
42 +7.0312500000000000000000000000001673152e-02L,
43 +8.5937500000000000000000000000004285194e-02L,
44 +1.0156249999999999999999999999997969348e-01L,
183 -9.9218749999999999999999999999999711111e-01L,
184 -1.0078124999999999999999999999999953778e+00L,
185 -1.0234375000000000000000000000000279260e+00L,
186 -1.0390625000000000000000000000000000000e+00L,
187 -1.0546875000000000000000000000000042370e+00L,
188 -1.0703124999999999999999999999999969185e+00L,
189 -1.0859374999999999999999999999999965333e+00L,
190 -1.1015625000000000000000000000000144445e+00L,
191 -1.1171875000000000000000000000000007704e+00L,
192 -1.1328125000000000000000000000000052000e+00L,
193 -1.1484375000000000000000000000000021185e+00L,
194 -1.1640625000000000000000000000000188741e+00L,
195 -1.1796874999999999999999999999999915259e+00L,
196 -1.1953125000000000000000000000000196445e+00L,
197 -1.2109374999999999999999999999999965333e+00L,
198 -1.2265624999999999999999999999999940296e+00L,
199 -1.2421874999999999999999999999999955704e+00L,
200 -1.2578125000000000000000000000000036593e+00L,
201 -1.2734375000000000000000000000000005778e+00L,
202 };
203 const long double _TBL_expm1l[] = {
204 +7.8430972064479776934535597601230757455e-03L,
205 +2.3714316602357916968850532165767719684e-02L,
206 +3.9835471336230000576622009875172135295e-02L,
207 +5.6210497316931971181336703768137839969e-02L,
208 +7.2843392434877444411300095010815562014e-02L,
209 +8.9738217538093231018282025418516874073e-02L,
210 +1.0689909742365748278760239374175648642e-01L,
211 +1.2433022184475071745173290544494115241e-01L,
212 +1.4203584653356558967616143134879189360e-01L,
213 +1.6002029424032514702921521389409692713e-01L,
214 +1.7828795578866324266314330819585528511e-01L,
215 +1.9684329114762477118219685277015441058e-01L,
216 +2.1569083052054745183001825454039531082e-01L,
217 +2.3483517545109100468401611087600122614e-01L,
218 +2.5428099994668375200482125309068587301e-01L,
219 +2.7403305161966092927649653871633746915e-01L,
220 +2.9409615284637330982611062681002354822e-01L,
221 +3.1447520194454913428413492197987169290e-01L,
222 +3.3517517436919679261104091066359163835e-01L,
|
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
24 */
25
26 /*
27 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
28 * Use is subject to license terms.
29 */
30
31 /*
32 * Table of constants for expm1l.
33 * By K.C. Ng, June 30, 1995
34 */
35
36 #include "libm.h"
37
38 const long double _TBL_expm1lx[] = {
39 +7.8124999999999999999999999999995004619e-03L,
40 +2.3437499999999999999999999999998790275e-02L,
41 +3.9062499999999999999999999999981095794e-02L,
42 +5.4687500000000000000000000000007637516e-02L,
43 +7.0312500000000000000000000000001673152e-02L,
44 +8.5937500000000000000000000000004285194e-02L,
45 +1.0156249999999999999999999999997969348e-01L,
184 -9.9218749999999999999999999999999711111e-01L,
185 -1.0078124999999999999999999999999953778e+00L,
186 -1.0234375000000000000000000000000279260e+00L,
187 -1.0390625000000000000000000000000000000e+00L,
188 -1.0546875000000000000000000000000042370e+00L,
189 -1.0703124999999999999999999999999969185e+00L,
190 -1.0859374999999999999999999999999965333e+00L,
191 -1.1015625000000000000000000000000144445e+00L,
192 -1.1171875000000000000000000000000007704e+00L,
193 -1.1328125000000000000000000000000052000e+00L,
194 -1.1484375000000000000000000000000021185e+00L,
195 -1.1640625000000000000000000000000188741e+00L,
196 -1.1796874999999999999999999999999915259e+00L,
197 -1.1953125000000000000000000000000196445e+00L,
198 -1.2109374999999999999999999999999965333e+00L,
199 -1.2265624999999999999999999999999940296e+00L,
200 -1.2421874999999999999999999999999955704e+00L,
201 -1.2578125000000000000000000000000036593e+00L,
202 -1.2734375000000000000000000000000005778e+00L,
203 };
204
205 const long double _TBL_expm1l[] = {
206 +7.8430972064479776934535597601230757455e-03L,
207 +2.3714316602357916968850532165767719684e-02L,
208 +3.9835471336230000576622009875172135295e-02L,
209 +5.6210497316931971181336703768137839969e-02L,
210 +7.2843392434877444411300095010815562014e-02L,
211 +8.9738217538093231018282025418516874073e-02L,
212 +1.0689909742365748278760239374175648642e-01L,
213 +1.2433022184475071745173290544494115241e-01L,
214 +1.4203584653356558967616143134879189360e-01L,
215 +1.6002029424032514702921521389409692713e-01L,
216 +1.7828795578866324266314330819585528511e-01L,
217 +1.9684329114762477118219685277015441058e-01L,
218 +2.1569083052054745183001825454039531082e-01L,
219 +2.3483517545109100468401611087600122614e-01L,
220 +2.5428099994668375200482125309068587301e-01L,
221 +2.7403305161966092927649653871633746915e-01L,
222 +2.9409615284637330982611062681002354822e-01L,
223 +3.1447520194454913428413492197987169290e-01L,
224 +3.3517517436919679261104091066359163835e-01L,
|