]> sourceware.org Git - glibc.git/blame - math/auto-libm-test-in
Update documentation after dropping PER_THREAD conditional.
[glibc.git] / math / auto-libm-test-in
CommitLineData
ffb536d0
JM
1# libm test inputs for gen-auto-libm-tests.c.
2# Copyright (C) 1997-2013 Free Software Foundation, Inc.
3# This file is part of the GNU C Library.
4#
5# The GNU C Library is free software; you can redistribute it and/or
6# modify it under the terms of the GNU Lesser General Public
7# License as published by the Free Software Foundation; either
8# version 2.1 of the License, or (at your option) any later version.
9#
10# The GNU C Library is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# Lesser General Public License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public
16# License along with the GNU C Library; if not, see
17# <http://www.gnu.org/licenses/>. */
18
176b0c79
JM
19acos 0
20acos -0
21acos 1
22acos -1
23acos 0.5
24acos -0.5
25acos 0.75
26acos 2e-17
27acos 0.0625
28acos 0x0.ffffffp0
29acos -0x0.ffffffp0
30acos 0x0.ffffffff8p0
31acos -0x0.ffffffff8p0
32acos 0x0.ffffffffffffp0
33acos -0x0.ffffffffffffp0
34acos 0x0.ffffffffffffffffp0
35acos -0x0.ffffffffffffffffp0
36
37acosh 1
38acosh 7
39
40asin 0
41asin -0
42asin 0.5
43asin -0.5
44asin 1.0
45asin -1.0
46asin 0.75
47asin 0x0.ffffffp0
48asin -0x0.ffffffp0
49asin 0x0.ffffffff8p0
50asin -0x0.ffffffff8p0
51asin 0x0.ffffffffffffp0
52asin -0x0.ffffffffffffp0
53asin 0x0.ffffffffffffffffp0
54asin -0x0.ffffffffffffffffp0
55
56asinh 0
57asinh -0
58asinh 0.75
59
60atan 0
61atan -0
62atan max
63atan -max
64atan 1
65atan -1
66atan 0.75
67# Bug 15319: underflow exception may be missing.
68atan 0x1p-100 missing-underflow
69atan 0x1p-600 missing-underflow
70atan 0x1p-10000 missing-underflow
71
ff362e5b
JM
72# atan2 (0,x) == 0 for x > 0.
73atan2 0 1
74# atan2 (-0,x) == -0 for x > 0.
75atan2 -0 1
76atan2 0 0
77atan2 -0 0
78# atan2 (+0,x) == +pi for x < 0.
79atan2 0 -1
80# atan2 (-0,x) == -pi for x < 0.
81atan2 -0 -1
82atan2 0 -0
83atan2 -0 -0
84# atan2 (y,+0) == pi/2 for y > 0.
85atan2 1 0
86# atan2 (y,-0) == pi/2 for y > 0.
87atan2 1 -0
88# atan2 (y,+0) == -pi/2 for y < 0.
89atan2 -1 0
90# atan2 (y,-0) == -pi/2 for y < 0.
91atan2 -1 -0
92atan2 max max
93atan2 max min
94atan2 -max -min
95atan2 0.75 1
96atan2 -0.75 1.0
97atan2 0.75 -1.0
98atan2 -0.75 -1.0
99atan2 0.390625 .00029
100atan2 1.390625 0.9296875
101atan2 -0.00756827042671106339 -.001792735857538728036
102atan2 0x1.00000000000001p0 0x1.00000000000001p0
103
176b0c79
JM
104atanh 0
105atanh -0
106atanh 0.75
107
108cbrt 0.0
109cbrt -0
110cbrt -0.001
111cbrt 8
112cbrt -27.0
113cbrt 0.9921875
114cbrt 0.75
115cbrt 0x1p16383
116cbrt 0x1p-16383
117
118cos 0
119cos -0
120cos pi/3
121cos 2pi/3
122cos pi/2
123cos 0.75
124cos 0x1p65
125cos -0x1p65
126cos 0.80190127184058835
127cos 0x1.442f74p+15
128cos 1e22
129cos 0x1p1023
130cos 0x1p16383
131cos 0x1p+120
132cos 0x1p+127
133cos 0x1.fffff8p+127
134cos 0x1.fffffep+127
135cos 0x1p+50
136cos 0x1p+28
137cos 0x1.000000cf4a2a2p0
138cos 0x1.0000010b239a9p0
139cos 0x1.00000162a932bp0
140cos 0x1.000002d452a10p0
141cos 0x1.000005bc7d86dp0
142cos 1
143cos 2
144cos 3
145cos 4
146cos 5
147cos 6
148cos 7
149cos 8
150cos 9
151cos 10
152
153cosh 0
154cosh -0
155cosh 0.75
156cosh 709.8893558127259666434838436543941497802734375
157cosh -709.8893558127259666434838436543941497802734375
158cosh 22
159cosh 23
160cosh 24
161
d8e2dbe3
JM
162erf 0
163erf -0
164erf 0.125
165erf 0.75
166erf 1.25
167erf 2.0
168erf 4.125
169erf 27.0
170erf -27.0
171erf -0x1.fffffffffffff8p-2
172
173erfc 0.0
174erfc -0
175erfc 0.125
176erfc 0.75
177erfc 1.25
178erfc 2.0
179erfc 0x1.f7303cp+1
180erfc 4.125
181erfc 0x1.ffa002p+2
182erfc 0x1.ffffc8p+2
183erfc -0x1.fffffffffffff8p-2
34e16df5
JM
184erfc 26.0
185erfc 27.0
186erfc 28.0
d8e2dbe3 187erfc 0x1.ffff56789abcdef0123456789a8p+2
34e16df5
JM
188erfc 100
189erfc 106
190erfc 106.5
191erfc 106.625
192erfc 107
193erfc 108
194erfc 1000
195erfc max
d8e2dbe3
JM
196
197exp 0
198exp -0
199exp 1
200exp 2
201exp 3
202exp 0.75
203exp 50.0
204exp 88.72269439697265625
205exp 709.75
206# Bug 16284: results on directed rounding may be incorrect.
207exp 1000.0 xfail-rounding:dbl-64
208exp 710 xfail-rounding:dbl-64
209exp -1234
210# Bug 16284: results on directed rounding may be incorrect.
211exp 1e5 xfail-rounding:dbl-64
212exp max xfail-rounding:dbl-64
749008ff
JM
213exp -7.4444006192138124e+02
214exp -0x1.75f113c30b1c8p+9
d8e2dbe3
JM
215exp -max
216
217exp10 0
218exp10 -0
219exp10 3
220exp10 -1
221exp10 36
222exp10 -36
223exp10 305
224exp10 -305
225exp10 4932
226exp10 -4932
227exp10 1e5
228exp10 -1e5
229exp10 1e6
230exp10 -1e6
231exp10 max
232exp10 -max
233exp10 0.75
234
235exp2 0
236exp2 -0
237exp2 10
238exp2 -1
239exp2 1e6
17dea188 240exp2 -1e6
d8e2dbe3 241exp2 max
17dea188 242exp2 -max
d8e2dbe3
JM
243exp2 0.75
244exp2 100.5
245exp2 127
246exp2 -149
247exp2 1000.25
248exp2 1023
17dea188 249exp2 -1074
d8e2dbe3 250exp2 16383
17dea188 251exp2 -16400
d8e2dbe3
JM
252
253expm1 0
254expm1 -0
255expm1 1
256expm1 0.75
257expm1 50.0
258expm1 127.0
259expm1 500.0
260expm1 11356.25
261expm1 -10.0
262expm1 -16.0
263expm1 -17.0
264expm1 -18.0
265expm1 -36.0
266expm1 -37.0
267expm1 -38.0
268expm1 -44.0
269expm1 -45.0
270expm1 -46.0
271expm1 -73.0
272expm1 -74.0
273expm1 -75.0
274expm1 -78.0
275expm1 -79.0
276expm1 -80.0
277expm1 -100.0
278expm1 -1000.0
279expm1 -10000.0
280expm1 -100000.0
281expm1 100000.0
282expm1 max
283expm1 -max
284
c88769dd
JM
285hypot 0 0
286hypot 0 -0
287hypot -0 0
288hypot -0 -0
ff362e5b
JM
289# hypot (x,y) == hypot (+-x, +-y).
290hypot 0.7 12.4
291hypot -0.7 12.4
292hypot 0.7 -12.4
293hypot -0.7 -12.4
294hypot 12.4 0.7
295hypot -12.4 0.7
296hypot 12.4 -0.7
297hypot -12.4 -0.7
298# hypot (x,0) == fabs (x).
299hypot 0.75 0
300hypot -0.75 0
301hypot -5.7e7 0
302hypot 0.75 1.25
303hypot 1.0 0x1p-61
304hypot 0x1p+0 0x1.fp-129
6432a540 305hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500
ff362e5b
JM
306hypot 0x3p125 0x4p125 no-test-inline:flt-32
307hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32
308hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64
309hypot 0x1p+0 0x0.3ep-1022 no-test-inline:dbl-64
310hypot 0x3p16381 0x4p16381 no-test-inline
311hypot 0x1p-149 0x1p-149
312hypot 0x1p-1074 0x1p-1074
c88769dd
JM
313hypot 0x1p-16445 0x1p-16445 no-test-inline
314hypot 0x1p-16494 0x1p-16494 no-test-inline
315hypot 0x0.fffffep-126 0x0.fp-127
316hypot 0x0.fffffep-126 0x0.fp-130
317hypot 0x0.fffffffffffffp-1022 0x0.fp-1023
318hypot 0x0.fffffffffffffp-1022 0x0.fp-1026
319hypot 0x0.ffffffp-16382 0x0.fp-16383
320hypot 0x0.ffffffp-16382 0x0.fp-16386
321hypot 0 min_subnorm
ff362e5b 322
d8e2dbe3
JM
323j0 -1.0
324j0 0.0
325j0 0.125
326j0 0.75
327j0 1.0
328j0 1.5
329j0 2.0
330j0 8.0
331j0 10.0
332j0 4.0
333j0 -4.0
334j0 0x1.d7ce3ap+107
335j0 -0x1.001000001p+593
336j0 0x1p1023
337j0 0x1p16382
338j0 0x1p16383
339
340j1 -1.0
341j1 0.0
342j1 0.125
343j1 0.75
344j1 1.0
345j1 1.5
346j1 2.0
347j1 8.0
348j1 10.0
349j1 0x1.3ffp+74
350j1 0x1.ff00000000002p+840
351j1 0x1p1023
352j1 0x1p16382
353j1 0x1p16383
354
9f0be4f8
JM
355lgamma max
356lgamma 1
357lgamma 3
358lgamma 0.5
359lgamma -0.5
360lgamma 0.7
361lgamma 1.2
362lgamma 0x1p-5
363lgamma -0x1p-5
364lgamma 0x1p-10
365lgamma -0x1p-10
366lgamma 0x1p-15
367lgamma -0x1p-15
368lgamma 0x1p-20
369lgamma -0x1p-20
370lgamma 0x1p-25
371lgamma -0x1p-25
372lgamma 0x1p-30
373lgamma -0x1p-30
374lgamma 0x1p-40
375lgamma -0x1p-40
376lgamma 0x1p-50
377lgamma -0x1p-50
378lgamma 0x1p-60
379lgamma -0x1p-60
380lgamma 0x1p-64
381lgamma -0x1p-64
382lgamma 0x1p-70
383lgamma -0x1p-70
384lgamma 0x1p-100
385lgamma -0x1p-100
386lgamma 0x1p-126
387lgamma -0x1p-126
388lgamma 0x1p-149
389lgamma -0x1p-149
390lgamma 0x1p-200
391lgamma -0x1p-200
392lgamma 0x1p-500
393lgamma -0x1p-500
394lgamma 0x1p-1000
395lgamma -0x1p-1000
396lgamma 0x1p-1022
397lgamma -0x1p-1022
398lgamma 0x1p-1074
399lgamma -0x1p-1074
400lgamma 0x1p-5000
401lgamma -0x1p-5000
402lgamma 0x1p-10000
403lgamma -0x1p-10000
404lgamma 0x1p-16382
405lgamma -0x1p-16382
406lgamma 0x1p-16445
407lgamma -0x1p-16445
408lgamma 0x1p-16494
409lgamma -0x1p-16494
410
bbf37bdc
JM
411log 1
412log e
413log 1/e
414log 2
415log 10
416log 0.75
417
418log10 1
419log10 0.1
420log10 10.0
421log10 100.0
422log10 10000.0
423log10 e
424log10 0.75
425
426log1p 0
427log1p -0
428log1p e-1
429log1p -0.25
430log1p -0.875
431
432log2 1
433log2 e
434log2 2.0
435log2 16.0
436log2 256.0
437log2 0.75
438
ff362e5b
JM
439pow 0 0
440pow 0 -0
441pow -0 0
442pow -0 -0
443
444pow 10 0
445pow 10 -0
446pow -10 0
447pow -10 -0
448
449pow 1 1
450pow 1 -1
451pow 1 1.25
452pow 1 -1.25
453pow 1 0x1p62
454pow 1 0x1p63
455pow 1 0x1p64
456pow 1 0x1p72
457pow 1 min_subnorm
458pow 1 -min_subnorm
459
460# pow (x, +-0) == 1.
461pow 32.75 0
462pow 32.75 -0
463pow -32.75 0
464pow -32.75 -0
465pow 0x1p72 0
466pow 0x1p72 -0
467pow 0x1p-72 0
468pow 0x1p-72 -0
469
470pow 0x1p72 0x1p72
471pow 10 -0x1p72
472pow max max
473pow 10 -max
474
475pow 0 1
476pow 0 11
477
478pow -0 1
479pow -0 11
480
481pow 0 2
482pow 0 11.1
483
484pow -0 2
485pow -0 11.1
486
487# pow (+0, y) == +0 for y an odd integer > 0.
488pow 0.0 27
489pow 0.0 0xffffff
490pow 0.0 0x1.fffffffffffffp+52
491pow 0.0 0x1.fffffffffffffffep+63
492pow 0.0 0x1.ffffffffffffffffffffffffff8p+105
493pow 0.0 0x1.ffffffffffffffffffffffffffffp+112
494
495# pow (-0, y) == -0 for y an odd integer > 0.
496pow -0 27
497pow -0 0xffffff
498pow -0 0x1fffffe
499pow -0 0x1.fffffffffffffp+52
500pow -0 0x1.fffffffffffffp+53
501pow -0 0x1.fffffffffffffffep+63
502pow -0 0x1.fffffffffffffffep+64
503pow -0 0x1.ffffffffffffffffffffffffff8p+105
504pow -0 0x1.ffffffffffffffffffffffffff8p+106
505pow -0 0x1.ffffffffffffffffffffffffffffp+112
506pow -0 0x1.ffffffffffffffffffffffffffffp+113
507
508# pow (+0, y) == +0 for y > 0 and not an odd integer.
509pow 0.0 4
510pow 0.0 0x1p24
511pow 0.0 0x1p127
512pow 0.0 max
513pow 0.0 min_subnorm
514
515# pow (-0, y) == +0 for y > 0 and not an odd integer.
516pow -0 4
517pow -0 0x1p24
518pow -0 0x1p127
519pow -0 max
520pow -0 min_subnorm
521
522pow 16 0.25
523pow 0x1p64 0.125
524pow 2 4
525pow 256 8
526
527pow 0.75 1.25
528
529pow -7.49321e+133 -9.80818e+16
530
531pow -1.0 -0xffffff
532pow -1.0 -0x1fffffe
533pow -1.0 -0x1.fffffffffffffp+52
534pow -1.0 -0x1.fffffffffffffp+53
535pow -1.0 -0x1.fffffffffffffffep+63
536pow -1.0 -0x1.fffffffffffffffep+64
537pow -1.0 -0x1.ffffffffffffffffffffffffff8p+105
538pow -1.0 -0x1.ffffffffffffffffffffffffff8p+106
539pow -1.0 -0x1.ffffffffffffffffffffffffffffp+112
540pow -1.0 -0x1.ffffffffffffffffffffffffffffp+113
541pow -1.0 -max
542
543pow -1.0 0xffffff
544pow -1.0 0x1fffffe
545pow -1.0 0x1.fffffffffffffp+52
546pow -1.0 0x1.fffffffffffffp+53
547pow -1.0 0x1.fffffffffffffffep+63
548pow -1.0 0x1.fffffffffffffffep+64
549pow -1.0 0x1.ffffffffffffffffffffffffff8p+105
550pow -1.0 0x1.ffffffffffffffffffffffffff8p+106
551pow -1.0 0x1.ffffffffffffffffffffffffffffp+112
552pow -1.0 0x1.ffffffffffffffffffffffffffffp+113
553pow -1.0 max
554
555pow -2.0 126
556pow -2.0 127
557pow -2.0 -126
558pow -2.0 -127
559
560pow -2.0 -0xffffff
561pow -2.0 -0x1fffffe
562pow -2.0 -0x1.fffffffffffffp+52
563pow -2.0 -0x1.fffffffffffffp+53
564pow -2.0 -0x1.fffffffffffffffep+63
565pow -2.0 -0x1.fffffffffffffffep+64
566pow -2.0 -0x1.ffffffffffffffffffffffffff8p+105
567pow -2.0 -0x1.ffffffffffffffffffffffffff8p+106
568pow -2.0 -0x1.ffffffffffffffffffffffffffffp+112
569pow -2.0 -0x1.ffffffffffffffffffffffffffffp+113
570pow -2.0 -max
571
572pow -2.0 0xffffff
573pow -2.0 0x1fffffe
574pow -2.0 0x1.fffffffffffffp+52
575pow -2.0 0x1.fffffffffffffp+53
576pow -2.0 0x1.fffffffffffffffep+63
577pow -2.0 0x1.fffffffffffffffep+64
578pow -2.0 0x1.ffffffffffffffffffffffffff8p+105
579pow -2.0 0x1.ffffffffffffffffffffffffff8p+106
580pow -2.0 0x1.ffffffffffffffffffffffffffffp+112
581pow -2.0 0x1.ffffffffffffffffffffffffffffp+113
582pow -2.0 max
583
584pow -max -2
585pow -max -3
586pow -max 2
587pow -max 3
588
589pow -max -0xffffff
590pow -max -0x1fffffe
591pow -max -0x1.fffffffffffffp+52
592pow -max -0x1.fffffffffffffp+53
593pow -max -0x1.fffffffffffffffep+63
594pow -max -0x1.fffffffffffffffep+64
595pow -max -0x1.ffffffffffffffffffffffffff8p+105
596pow -max -0x1.ffffffffffffffffffffffffff8p+106
597pow -max -0x1.ffffffffffffffffffffffffffffp+112
598pow -max -0x1.ffffffffffffffffffffffffffffp+113
599pow -max -max
600
601pow -max 0xffffff
602pow -max 0x1fffffe
603pow -max 0x1.fffffffffffffp+52
604pow -max 0x1.fffffffffffffp+53
605pow -max 0x1.fffffffffffffffep+63
606pow -max 0x1.fffffffffffffffep+64
607pow -max 0x1.ffffffffffffffffffffffffff8p+105
608pow -max 0x1.ffffffffffffffffffffffffff8p+106
609pow -max 0x1.ffffffffffffffffffffffffffffp+112
610pow -max 0x1.ffffffffffffffffffffffffffffp+113
611pow -max max
612
613pow -0.5 126
614pow -0.5 127
615pow -0.5 -126
616pow -0.5 -127
617
618pow -0.5 -0xffffff
619pow -0.5 -0x1fffffe
620pow -0.5 -0x1.fffffffffffffp+52
621pow -0.5 -0x1.fffffffffffffp+53
622pow -0.5 -0x1.fffffffffffffffep+63
623pow -0.5 -0x1.fffffffffffffffep+64
624pow -0.5 -0x1.ffffffffffffffffffffffffff8p+105
625pow -0.5 -0x1.ffffffffffffffffffffffffff8p+106
626pow -0.5 -0x1.ffffffffffffffffffffffffffffp+112
627pow -0.5 -0x1.ffffffffffffffffffffffffffffp+113
628pow -0.5 -max
629
630pow -0.5 0xffffff
631pow -0.5 0x1fffffe
632pow -0.5 0x1.fffffffffffffp+52
633pow -0.5 0x1.fffffffffffffp+53
634pow -0.5 0x1.fffffffffffffffep+63
635pow -0.5 0x1.fffffffffffffffep+64
636pow -0.5 0x1.ffffffffffffffffffffffffff8p+105
637pow -0.5 0x1.ffffffffffffffffffffffffff8p+106
638pow -0.5 0x1.ffffffffffffffffffffffffffffp+112
639pow -0.5 0x1.ffffffffffffffffffffffffffffp+113
640pow -0.5 max
641
642pow -min -2
643pow -min -3
644pow -min 1
645pow -min 2
646pow -min 3
647
648pow -min -0xffffff
649pow -min -0x1fffffe
650pow -min -0x1.fffffffffffffp+52
651pow -min -0x1.fffffffffffffp+53
652pow -min -0x1.fffffffffffffffep+63
653pow -min -0x1.fffffffffffffffep+64
654pow -min -0x1.ffffffffffffffffffffffffff8p+105
655pow -min -0x1.ffffffffffffffffffffffffff8p+106
656pow -min -0x1.ffffffffffffffffffffffffffffp+112
657pow -min -0x1.ffffffffffffffffffffffffffffp+113
658pow -min -max
659
660pow -min 0xffffff
661pow -min 0x1fffffe
662pow -min 0x1.fffffffffffffp+52
663pow -min 0x1.fffffffffffffp+53
664pow -min 0x1.fffffffffffffffep+63
665pow -min 0x1.fffffffffffffffep+64
666pow -min 0x1.ffffffffffffffffffffffffff8p+105
667pow -min 0x1.ffffffffffffffffffffffffff8p+106
668pow -min 0x1.ffffffffffffffffffffffffffffp+112
669pow -min 0x1.ffffffffffffffffffffffffffffp+113
670pow -min max
671
672pow 0x0.ffffffp0 10
673pow 0x0.ffffffp0 100
674pow 0x0.ffffffp0 1000
675pow 0x0.ffffffp0 0x1p24
676pow 0x0.ffffffp0 0x1p30
677pow 0x0.ffffffp0 0x1.234566p30
678pow 0x0.ffffffp0 -10
679pow 0x0.ffffffp0 -100
680pow 0x0.ffffffp0 -1000
681pow 0x0.ffffffp0 -0x1p24
682pow 0x0.ffffffp0 -0x1p30
683pow 0x0.ffffffp0 -0x1.234566p30
684pow 0x1.000002p0 0x1p24
685pow 0x1.000002p0 0x1.234566p29
686pow 0x1.000002p0 -0x1.234566p29
687
688pow 0x0.fffffffffffff8p0 0x1.23456789abcdfp62
689pow 0x0.fffffffffffff8p0 -0x1.23456789abcdfp62
690pow 0x1.0000000000001p0 0x1.23456789abcdfp61
691pow 0x1.0000000000001p0 -0x1.23456789abcdfp61
692
693pow 0x0.ffffffffffffffffp0 0x1.23456789abcdef0ep77
694pow 0x0.ffffffffffffffffp0 -0x1.23456789abcdef0ep77
695pow 0x1.0000000000000002p0 0x1.23456789abcdef0ep76
696pow 0x1.0000000000000002p0 -0x1.23456789abcdef0ep76
697
698pow 0x0.ffffffffffffffffffffffffffff8p0 0x1.23456789abcdef0123456789abcdp126
699pow 0x0.ffffffffffffffffffffffffffff8p0 -0x1.23456789abcdef0123456789abcdp126
700pow 0x1.0000000000000000000000000001p0 0x1.23456789abcdef0123456789abcdp125
701pow 0x1.0000000000000000000000000001p0 -0x1.23456789abcdef0123456789abcdp125
702
703pow 1e4932 0.75
704pow 1e4928 0.75
705pow 1e4924 0.75
706pow 1e4920 0.75
707pow 10.0 4932.0
708pow 10.0 4931.0
709pow 10.0 4930.0
710pow 10.0 4929.0
711pow 10.0 -4931.0
712pow 10.0 -4930.0
713pow 10.0 -4929.0
714pow 1e27 182.0
715pow 1e27 -182.0
716
717pow min_subnorm min_subnorm
718pow min_subnorm -min_subnorm
719pow max min_subnorm
720pow max -min_subnorm
721pow 0.99 min_subnorm
722pow 0.99 -min_subnorm
723pow 1.01 min_subnorm
724pow 1.01 -min_subnorm
725
726pow 2.0 -100000.0
727
728pow 1.0625 1.125
729pow 1.5 1.03125
730
bbf37bdc
JM
731sin 0
732sin -0
733sin pi/6
734sin -pi/6
735sin pi/2
736sin -pi/2
737sin 0.75
738sin 0x1p65
739sin -0x1p65
740sin 0x1.7f4134p+103
741sin 0.80190127184058835
742sin 2.522464e-1
743sin 1e22
744sin 0x1p1023
745sin 0x1p16383
746sin 0x1p+120
747sin 0x1p+127
748sin 0x1.fffff8p+127
749sin 0x1.fffffep+127
750sin 0x1p+50
751sin 0x1p+28
752sin 0.93340582292648832662962377071381
753sin 2.3328432680770916363144351635128
754sin 3.7439477503636453548097051680088
755sin 3.9225160069792437411706487182528
756sin 4.0711651639931289992091478779912
757sin 4.7858438478542097982426639646292
758sin 5.9840767662578002727968851104379
759sin 1
760sin 2
761sin 3
762sin 4
763sin 5
764sin 6
765sin 7
766sin 8
767sin 9
768sin 10
769
770sinh 0
771sinh -0
772sinh 0.75
773# Bug 16293: expm1 inaccurate in directed rounding modes.
774sinh 0x8p-32 xfail:x86_64:ldbl-96-intel xfail:x86
775sinh 22
776sinh 23
777sinh 24
778
ffb536d0
JM
779sqrt 0
780sqrt -0
781sqrt 2209
782sqrt 4
783sqrt 2
784sqrt 0.25
785sqrt 6642.25
786sqrt 15190.5625
787sqrt 0.75
ea3bc4e8
JM
788sqrt 0x1.fffffffffffffp+1023
789sqrt 0x1.ffffffffffffbp+1023
790sqrt 0x1.ffffffffffff7p+1023
791sqrt 0x1.ffffffffffff3p+1023
792sqrt 0x1.fffffffffffefp+1023
793sqrt 0x1.fffffffffffebp+1023
794sqrt 0x1.fffffffffffe7p+1023
795sqrt 0x1.fffffffffffe3p+1023
796sqrt 0x1.fffffffffffdfp+1023
797sqrt 0x1.fffffffffffdbp+1023
798sqrt 0x1.fffffffffffd7p+1023
799sqrt 0x1.0000000000003p-1022
800sqrt 0x1.0000000000007p-1022
801sqrt 0x1.000000000000bp-1022
802sqrt 0x1.000000000000fp-1022
803sqrt 0x1.0000000000013p-1022
804sqrt 0x1.0000000000017p-1022
805sqrt 0x1.000000000001bp-1022
806sqrt 0x1.000000000001fp-1022
807sqrt 0x1.0000000000023p-1022
808sqrt 0x1.0000000000027p-1022
809sqrt 0x1.000000000002bp-1022
810sqrt 0x1.000000000002fp-1022
811sqrt 0x1.0000000000033p-1022
812sqrt 0x1.0000000000037p-1022
813sqrt 0x1.7167bc36eaa3bp+6
814sqrt 0x1.7570994273ad7p+6
815sqrt 0x1.7dae969442fe6p+6
816sqrt 0x1.7f8444fcf67e5p+6
817sqrt 0x1.8364650e63a54p+6
818sqrt 0x1.85bedd274edd8p+6
819sqrt 0x1.8609cf496ab77p+6
820sqrt 0x1.873849c70a375p+6
821sqrt 0x1.8919c962cbaaep+6
822sqrt 0x1.8de4493e22dc6p+6
823sqrt 0x1.924829a17a288p+6
824sqrt 0x1.92702cd992f12p+6
825sqrt 0x1.92b763a8311fdp+6
826sqrt 0x1.947da013c7293p+6
827sqrt 0x1.9536091c494d2p+6
828sqrt 0x1.61b04c6p-1019
829sqrt 0x1.93789f1p-1018
830sqrt 0x1.a1989b4p-1018
831sqrt 0x1.f93bc9p-1018
832sqrt 0x1.2f675e3p-1017
833sqrt 0x1.a158508p-1017
834sqrt 0x1.cd31f078p-1017
835sqrt 0x1.33b43b08p-1016
836sqrt 0x1.6e66a858p-1016
837sqrt 0x1.8661cbf8p-1016
838sqrt 0x1.bbb221b4p-1016
839sqrt 0x1.c4942f3cp-1016
840sqrt 0x1.dbb258c8p-1016
841sqrt 0x1.57103ea4p-1015
842sqrt 0x1.9b294f88p-1015
843sqrt 0x1.0000000000001p+0
844sqrt 0x1.fffffffffffffp-1
bbf37bdc
JM
845
846tan 0
847tan -0
848tan pi/4
849tan 0.75
850tan 0x1p65
851tan -0x1p65
852tan 0xc.9p-4
853tan 0xc.908p-4
854tan 0xc.90cp-4
855tan 0xc.90ep-4
856tan 0xc.90fp-4
857tan 0xc.90f8p-4
858tan 0xc.90fcp-4
859tan 0xc.90fdp-4
860tan 0xc.90fd8p-4
861tan 0xc.90fdap-4
862tan 0xc.ap-4
863tan 0xc.98p-4
864tan 0xc.94p-4
865tan 0xc.92p-4
866tan 0xc.91p-4
867tan 0xc.90fep-4
868tan 0xc.90fdcp-4
869tan 0xc.90fdbp-4
870tan -0xc.9p-4
871tan -0xc.908p-4
872tan -0xc.90cp-4
873tan -0xc.90ep-4
874tan -0xc.90fp-4
875tan -0xc.90f8p-4
876tan -0xc.90fcp-4
877tan -0xc.90fdp-4
878tan -0xc.90fd8p-4
879tan -0xc.90fdap-4
880tan -0xc.ap-4
881tan -0xc.98p-4
882tan -0xc.94p-4
883tan -0xc.92p-4
884tan -0xc.91p-4
885tan -0xc.90fep-4
886tan -0xc.90fdcp-4
887tan -0xc.90fdbp-4
888tan 1e22
889tan 0x1p1023
890tan 0x1p16383
891tan 1
892tan 2
893tan 3
894tan 4
895tan 5
896tan 6
897tan 7
898tan 8
899tan 9
900tan 10
901
902tanh 0
903tanh -0
904tanh 0.75
905tanh -0.75
906tanh 1.0
907tanh -1.0
908tanh 0x1p-57
909
910tgamma 0.5
911tgamma -0.5
912
913tgamma 1
914tgamma 2
915tgamma 3
916tgamma 4
917tgamma 5
918tgamma 6
919tgamma 7
920tgamma 8
921tgamma 9
922tgamma 10
923
924tgamma 0.7
925tgamma 1.2
926
927tgamma 1.5
928tgamma 2.5
929tgamma 3.5
930tgamma 4.5
931tgamma 5.5
932tgamma 6.5
933tgamma 7.5
934tgamma 8.5
935tgamma 9.5
936tgamma -1.5
937tgamma -2.5
938tgamma -3.5
939tgamma -4.5
940tgamma -5.5
941tgamma -6.5
942tgamma -7.5
943tgamma -8.5
944tgamma -9.5
945tgamma 0x1p-24
946tgamma -0x1p-24
947tgamma 0x1p-53
948tgamma -0x1p-53
949tgamma 0x1p-64
950tgamma -0x1p-64
951tgamma 0x1p-106
952tgamma -0x1p-106
953tgamma 0x1p-113
954tgamma -0x1p-113
955tgamma 0x1p-127
956tgamma -0x1p-127
957tgamma 0x1p-128
958tgamma -0x1p-128
959tgamma 0x1p-149
960tgamma -0x1p-149
961tgamma 0x1p-1023
962tgamma -0x1p-1023
963tgamma 0x1p-1024
964tgamma -0x1p-1024
965tgamma 0x1p-1074
966tgamma -0x1p-1074
967tgamma 0x1p-16383
968tgamma -0x1p-16383
969tgamma 0x1p-16384
970tgamma -0x1p-16384
971tgamma 0x1p-16445
972tgamma -0x1p-16445
973tgamma 0x1p-16494
974tgamma -0x1p-16494
975tgamma 0x8.00001p0
976tgamma 0x7.fffff8p0
977tgamma 0x7.000008p0
978tgamma 0x6.fffff8p0
979tgamma 0x6.000008p0
980tgamma 0x5.fffff8p0
981tgamma 0x5.000008p0
982tgamma 0x4.fffff8p0
983tgamma 0x4.000008p0
984tgamma 0x3.fffffcp0
985tgamma 0x3.000004p0
986tgamma 0x2.fffffcp0
987tgamma 0x2.000004p0
988tgamma 0x1.fffffep0
989tgamma 0x1.000002p0
990tgamma 0x0.ffffffp0
991tgamma -0x0.ffffffp0
992tgamma -0x1.000002p0
993tgamma -0x1.fffffep0
994tgamma -0x2.000004p0
995tgamma -0x2.fffffcp0
996tgamma -0x3.000004p0
997tgamma -0x3.fffffcp0
998tgamma -0x4.000008p0
999tgamma -0x4.fffff8p0
1000tgamma -0x5.000008p0
1001tgamma -0x5.fffff8p0
1002tgamma -0x6.000008p0
1003tgamma -0x6.fffff8p0
1004tgamma -0x7.000008p0
1005tgamma -0x7.fffff8p0
1006tgamma -0x8.00001p0
1007tgamma -0x9.fffffp0
1008tgamma -0xa.00001p0
1009tgamma -0x13.ffffep0
1010tgamma -0x14.00002p0
1011tgamma -0x1d.ffffep0
1012tgamma -0x1e.00002p0
1013tgamma -0x27.ffffcp0
1014tgamma -0x28.00004p0
1015tgamma -0x28.ffffcp0
1016tgamma -0x29.00004p0
e47cc4e0
JM
1017tgamma -0x29.ffffcp0
1018tgamma -0x2a.00004p0
bbf37bdc
JM
1019tgamma 0x8.0000000000008p0
1020tgamma 0x7.ffffffffffffcp0
1021tgamma 0x7.0000000000004p0
1022tgamma 0x6.ffffffffffffcp0
1023tgamma 0x6.0000000000004p0
1024tgamma 0x5.ffffffffffffcp0
1025tgamma 0x5.0000000000004p0
1026tgamma 0x4.ffffffffffffcp0
1027tgamma 0x4.0000000000004p0
1028tgamma 0x3.ffffffffffffep0
1029tgamma 0x3.0000000000002p0
1030tgamma 0x2.ffffffffffffep0
1031tgamma 0x2.0000000000002p0
1032tgamma 0x1.fffffffffffffp0
1033tgamma 0x1.0000000000001p0
1034tgamma 0x0.fffffffffffff8p0
1035tgamma -0x0.fffffffffffff8p0
1036tgamma -0x1.0000000000001p0
1037tgamma -0x1.fffffffffffffp0
1038tgamma -0x2.0000000000002p0
1039tgamma -0x2.ffffffffffffep0
1040tgamma -0x3.0000000000002p0
1041tgamma -0x3.ffffffffffffep0
1042tgamma -0x4.0000000000004p0
1043tgamma -0x4.ffffffffffffcp0
1044tgamma -0x5.0000000000004p0
1045tgamma -0x5.ffffffffffffcp0
1046tgamma -0x6.0000000000004p0
1047tgamma -0x6.ffffffffffffcp0
1048tgamma -0x7.0000000000004p0
1049tgamma -0x7.ffffffffffffcp0
1050tgamma -0x8.0000000000008p0
1051tgamma -0x9.ffffffffffff8p0
1052tgamma -0xa.0000000000008p0
1053tgamma -0x13.ffffffffffffp0
1054tgamma -0x14.000000000001p0
1055tgamma -0x1d.ffffffffffffp0
1056tgamma -0x1e.000000000001p0
1057tgamma -0x27.fffffffffffep0
1058tgamma -0x28.000000000002p0
1059tgamma -0x28.fffffffffffep0
1060tgamma -0x29.000000000002p0
e47cc4e0
JM
1061tgamma -0x29.fffffffffffep0
1062tgamma -0x2a.000000000002p0
1063tgamma -0x31.fffffffffffep0
1064tgamma -0x32.000000000002p0
1065tgamma -0x63.fffffffffffcp0
1066tgamma -0x64.000000000004p0
1067tgamma -0x95.fffffffffff8p0
1068tgamma -0x96.000000000008p0
1069tgamma -0xb4.fffffffffff8p0
1070tgamma -0xb5.000000000008p0
1071tgamma -0xb5.fffffffffff8p0
1072tgamma -0xb6.000000000008p0
1073tgamma -0xb6.fffffffffff8p0
1074tgamma -0xb7.000000000008p0
1075tgamma -0xb7.fffffffffff8p0
1076tgamma -0xb8.000000000008p0
bbf37bdc
JM
1077tgamma 0x8.00000000000000000000000004p0
1078tgamma 0x7.fffffffffffffffffffffffffep0
1079tgamma 0x7.00000000000000000000000002p0
1080tgamma 0x6.fffffffffffffffffffffffffep0
1081tgamma 0x6.00000000000000000000000002p0
1082tgamma 0x5.fffffffffffffffffffffffffep0
1083tgamma 0x5.00000000000000000000000002p0
1084tgamma 0x4.fffffffffffffffffffffffffep0
1085tgamma 0x4.00000000000000000000000002p0
1086tgamma 0x3.ffffffffffffffffffffffffffp0
1087tgamma 0x3.00000000000000000000000001p0
1088tgamma 0x2.ffffffffffffffffffffffffffp0
1089tgamma 0x2.00000000000000000000000001p0
1090tgamma 0x1.ffffffffffffffffffffffffff8p0
1091tgamma 0x1.000000000000000000000000008p0
1092tgamma 0x0.ffffffffffffffffffffffffffcp0
1093tgamma -0x0.ffffffffffffffffffffffffffcp0
1094tgamma -0x1.000000000000000000000000008p0
1095tgamma -0x1.ffffffffffffffffffffffffff8p0
1096tgamma -0x2.00000000000000000000000001p0
1097tgamma -0x2.ffffffffffffffffffffffffffp0
1098tgamma -0x3.00000000000000000000000001p0
1099tgamma -0x3.ffffffffffffffffffffffffffp0
1100tgamma -0x4.00000000000000000000000002p0
1101tgamma -0x4.fffffffffffffffffffffffffep0
1102tgamma -0x5.00000000000000000000000002p0
1103tgamma -0x5.fffffffffffffffffffffffffep0
1104tgamma -0x6.00000000000000000000000002p0
1105tgamma -0x6.fffffffffffffffffffffffffep0
1106tgamma -0x7.00000000000000000000000002p0
1107tgamma -0x7.fffffffffffffffffffffffffep0
1108tgamma -0x8.00000000000000000000000004p0
1109tgamma -0x9.fffffffffffffffffffffffffcp0
1110tgamma -0xa.00000000000000000000000004p0
1111tgamma -0x13.fffffffffffffffffffffffff8p0
1112tgamma -0x14.00000000000000000000000008p0
1113tgamma -0x1d.fffffffffffffffffffffffff8p0
1114tgamma -0x1e.00000000000000000000000008p0
1115tgamma -0x27.fffffffffffffffffffffffffp0
1116tgamma -0x28.0000000000000000000000001p0
1117tgamma -0x28.fffffffffffffffffffffffffp0
1118tgamma -0x29.0000000000000000000000001p0
e47cc4e0
JM
1119tgamma -0x29.fffffffffffffffffffffffffp0
1120tgamma -0x2a.0000000000000000000000001p0
1121tgamma -0x31.fffffffffffffffffffffffffp0
1122tgamma -0x32.0000000000000000000000001p0
1123tgamma -0x63.ffffffffffffffffffffffffep0
1124tgamma -0x64.0000000000000000000000002p0
1125tgamma -0x95.ffffffffffffffffffffffffcp0
1126tgamma -0x96.0000000000000000000000004p0
1127tgamma -0xb4.ffffffffffffffffffffffffcp0
1128tgamma -0xb5.0000000000000000000000004p0
1129tgamma -0xb5.ffffffffffffffffffffffffcp0
1130tgamma -0xb6.0000000000000000000000004p0
1131tgamma -0xb6.ffffffffffffffffffffffffcp0
1132tgamma -0xb7.0000000000000000000000004p0
1133tgamma -0xb7.ffffffffffffffffffffffffcp0
1134tgamma -0xb8.0000000000000000000000004p0
1135tgamma -0xbb.ffffffffffffffffffffffffcp0
1136tgamma -0xbc.0000000000000000000000004p0
1137tgamma -0xbc.ffffffffffffffffffffffffcp0
1138tgamma -0xbd.0000000000000000000000004p0
1139tgamma -0xbd.ffffffffffffffffffffffffcp0
1140tgamma -0xbe.0000000000000000000000004p0
1141tgamma -0xbe.ffffffffffffffffffffffffcp0
1142tgamma -0xbf.0000000000000000000000004p0
bbf37bdc
JM
1143tgamma 0x8.000000000000001p0
1144tgamma 0x7.fffffffffffffff8p0
1145tgamma 0x7.0000000000000008p0
1146tgamma 0x6.fffffffffffffff8p0
1147tgamma 0x6.0000000000000008p0
1148tgamma 0x5.fffffffffffffff8p0
1149tgamma 0x5.0000000000000008p0
1150tgamma 0x4.fffffffffffffff8p0
1151tgamma 0x4.0000000000000008p0
1152tgamma 0x3.fffffffffffffffcp0
1153tgamma 0x3.0000000000000004p0
1154tgamma 0x2.fffffffffffffffcp0
1155tgamma 0x2.0000000000000004p0
1156tgamma 0x1.fffffffffffffffep0
1157tgamma 0x1.0000000000000002p0
1158tgamma 0x0.ffffffffffffffffp0
1159tgamma -0x0.ffffffffffffffffp0
1160tgamma -0x1.0000000000000002p0
1161tgamma -0x1.fffffffffffffffep0
1162tgamma -0x2.0000000000000004p0
1163tgamma -0x2.fffffffffffffffcp0
1164tgamma -0x3.0000000000000004p0
1165tgamma -0x3.fffffffffffffffcp0
1166tgamma -0x4.0000000000000008p0
1167tgamma -0x4.fffffffffffffff8p0
1168tgamma -0x5.0000000000000008p0
1169tgamma -0x5.fffffffffffffff8p0
1170tgamma -0x6.0000000000000008p0
1171tgamma -0x6.fffffffffffffff8p0
1172tgamma -0x7.0000000000000008p0
1173tgamma -0x7.fffffffffffffff8p0
1174tgamma -0x8.000000000000001p0
1175tgamma -0x9.fffffffffffffffp0
1176tgamma -0xa.000000000000001p0
1177tgamma -0x13.ffffffffffffffep0
1178tgamma -0x14.000000000000002p0
1179tgamma -0x1d.ffffffffffffffep0
1180tgamma -0x1e.000000000000002p0
1181tgamma -0x27.ffffffffffffffcp0
1182tgamma -0x28.000000000000004p0
1183tgamma -0x28.ffffffffffffffcp0
1184tgamma -0x29.000000000000004p0
e47cc4e0
JM
1185tgamma -0x29.ffffffffffffffcp0
1186tgamma -0x2a.000000000000004p0
1187tgamma -0x31.ffffffffffffffcp0
1188tgamma -0x32.000000000000004p0
1189tgamma -0x63.ffffffffffffff8p0
1190tgamma -0x64.000000000000008p0
1191tgamma -0x95.ffffffffffffffp0
1192tgamma -0x96.00000000000001p0
1193tgamma -0xb4.ffffffffffffffp0
1194tgamma -0xb5.00000000000001p0
1195tgamma -0xb5.ffffffffffffffp0
1196tgamma -0xb6.00000000000001p0
1197tgamma -0xb6.ffffffffffffffp0
1198tgamma -0xb7.00000000000001p0
1199tgamma -0xb7.ffffffffffffffp0
1200tgamma -0xb8.00000000000001p0
1201tgamma -0xbb.ffffffffffffffp0
1202tgamma -0xbc.00000000000001p0
1203tgamma -0xbc.ffffffffffffffp0
1204tgamma -0xbd.00000000000001p0
1205tgamma -0xbd.ffffffffffffffp0
1206tgamma -0xbe.00000000000001p0
1207tgamma -0xbe.ffffffffffffffp0
1208tgamma -0xbf.00000000000001p0
1209tgamma -0xf9.ffffffffffffffp0
1210tgamma -0xfa.00000000000001p0
1211tgamma -0x1f3.fffffffffffffep0
1212tgamma -0x1f4.00000000000002p0
1213tgamma -0x2ed.fffffffffffffcp0
1214tgamma -0x2ee.00000000000004p0
1215tgamma -0x3e7.fffffffffffffcp0
1216tgamma -0x3e8.00000000000004p0
1217tgamma -0x4e1.fffffffffffff8p0
1218tgamma -0x4e2.00000000000008p0
1219tgamma -0x5db.fffffffffffff8p0
1220tgamma -0x5dc.00000000000008p0
1221tgamma -0x6d5.fffffffffffff8p0
1222tgamma -0x6d6.00000000000008p0
1223tgamma -0x6e2.fffffffffffff8p0
1224tgamma -0x6e3.00000000000008p0
1225tgamma -0x6e3.fffffffffffff8p0
1226tgamma -0x6e4.00000000000008p0
1227tgamma -0x6e4.fffffffffffff8p0
1228tgamma -0x6e5.00000000000008p0
1229tgamma -0x6e5.fffffffffffff8p0
1230tgamma -0x6e6.00000000000008p0
bbf37bdc
JM
1231tgamma 0x8.0000000000000000000000000008p0
1232tgamma 0x7.fffffffffffffffffffffffffffcp0
1233tgamma 0x7.0000000000000000000000000004p0
1234tgamma 0x6.fffffffffffffffffffffffffffcp0
1235tgamma 0x6.0000000000000000000000000004p0
1236tgamma 0x5.fffffffffffffffffffffffffffcp0
1237tgamma 0x5.0000000000000000000000000004p0
1238tgamma 0x4.fffffffffffffffffffffffffffcp0
1239tgamma 0x4.0000000000000000000000000004p0
1240tgamma 0x3.fffffffffffffffffffffffffffep0
1241tgamma 0x3.0000000000000000000000000002p0
1242tgamma 0x2.fffffffffffffffffffffffffffep0
1243tgamma 0x2.0000000000000000000000000002p0
1244tgamma 0x1.ffffffffffffffffffffffffffffp0
1245tgamma 0x1.0000000000000000000000000001p0
1246tgamma 0x0.ffffffffffffffffffffffffffff8p0
1247tgamma -0x0.ffffffffffffffffffffffffffff8p0
1248tgamma -0x1.0000000000000000000000000001p0
1249tgamma -0x1.ffffffffffffffffffffffffffffp0
1250tgamma -0x2.0000000000000000000000000002p0
1251tgamma -0x2.fffffffffffffffffffffffffffep0
1252tgamma -0x3.0000000000000000000000000002p0
1253tgamma -0x3.fffffffffffffffffffffffffffep0
1254tgamma -0x4.0000000000000000000000000004p0
1255tgamma -0x4.fffffffffffffffffffffffffffcp0
1256tgamma -0x5.0000000000000000000000000004p0
1257tgamma -0x5.fffffffffffffffffffffffffffcp0
1258tgamma -0x6.0000000000000000000000000004p0
1259tgamma -0x6.fffffffffffffffffffffffffffcp0
1260tgamma -0x7.0000000000000000000000000004p0
1261tgamma -0x7.fffffffffffffffffffffffffffcp0
1262tgamma -0x8.0000000000000000000000000008p0
1263tgamma -0x9.fffffffffffffffffffffffffff8p0
1264tgamma -0xa.0000000000000000000000000008p0
1265tgamma -0x13.fffffffffffffffffffffffffffp0
1266tgamma -0x14.000000000000000000000000001p0
1267tgamma -0x1d.fffffffffffffffffffffffffffp0
1268tgamma -0x1e.000000000000000000000000001p0
1269tgamma -0x27.ffffffffffffffffffffffffffep0
1270tgamma -0x28.000000000000000000000000002p0
1271tgamma -0x28.ffffffffffffffffffffffffffep0
1272tgamma -0x29.000000000000000000000000002p0
e47cc4e0
JM
1273tgamma -0x29.ffffffffffffffffffffffffffep0
1274tgamma -0x2a.000000000000000000000000002p0
1275tgamma -0x31.ffffffffffffffffffffffffffep0
1276tgamma -0x32.000000000000000000000000002p0
1277tgamma -0x63.ffffffffffffffffffffffffffcp0
1278tgamma -0x64.000000000000000000000000004p0
1279tgamma -0x95.ffffffffffffffffffffffffff8p0
1280tgamma -0x96.000000000000000000000000008p0
1281tgamma -0xb4.ffffffffffffffffffffffffff8p0
1282tgamma -0xb5.000000000000000000000000008p0
1283tgamma -0xb5.ffffffffffffffffffffffffff8p0
1284tgamma -0xb6.000000000000000000000000008p0
1285tgamma -0xb6.ffffffffffffffffffffffffff8p0
1286tgamma -0xb7.000000000000000000000000008p0
1287tgamma -0xb7.ffffffffffffffffffffffffff8p0
1288tgamma -0xb8.000000000000000000000000008p0
1289tgamma -0xbb.ffffffffffffffffffffffffff8p0
1290tgamma -0xbc.000000000000000000000000008p0
1291tgamma -0xbc.ffffffffffffffffffffffffff8p0
1292tgamma -0xbd.000000000000000000000000008p0
1293tgamma -0xbd.ffffffffffffffffffffffffff8p0
1294tgamma -0xbe.000000000000000000000000008p0
1295tgamma -0xbe.ffffffffffffffffffffffffff8p0
1296tgamma -0xbf.000000000000000000000000008p0
1297tgamma -0xf9.ffffffffffffffffffffffffff8p0
1298tgamma -0xfa.000000000000000000000000008p0
1299tgamma -0x1f3.ffffffffffffffffffffffffffp0
1300tgamma -0x1f4.00000000000000000000000001p0
1301tgamma -0x2ed.fffffffffffffffffffffffffep0
1302tgamma -0x2ee.00000000000000000000000002p0
1303tgamma -0x3e7.fffffffffffffffffffffffffep0
1304tgamma -0x3e8.00000000000000000000000002p0
1305tgamma -0x4e1.fffffffffffffffffffffffffcp0
1306tgamma -0x4e2.00000000000000000000000004p0
1307tgamma -0x5db.fffffffffffffffffffffffffcp0
1308tgamma -0x5dc.00000000000000000000000004p0
1309tgamma -0x6d5.fffffffffffffffffffffffffcp0
1310tgamma -0x6d6.00000000000000000000000004p0
1311tgamma -0x6e2.fffffffffffffffffffffffffcp0
1312tgamma -0x6e3.00000000000000000000000004p0
1313tgamma -0x6e3.fffffffffffffffffffffffffcp0
1314tgamma -0x6e4.00000000000000000000000004p0
1315tgamma -0x6e4.fffffffffffffffffffffffffcp0
1316tgamma -0x6e5.00000000000000000000000004p0
1317tgamma -0x6e5.fffffffffffffffffffffffffcp0
1318tgamma -0x6e6.00000000000000000000000004p0
1319tgamma -0x6eb.fffffffffffffffffffffffffcp0
1320tgamma -0x6ec.00000000000000000000000004p0
1321tgamma -0x6ec.fffffffffffffffffffffffffcp0
1322tgamma -0x6ed.00000000000000000000000004p0
1323tgamma -0x6ed.fffffffffffffffffffffffffcp0
1324tgamma -0x6ee.00000000000000000000000004p0
1325tgamma -0x6ee.fffffffffffffffffffffffffcp0
1326tgamma -0x6ef.00000000000000000000000004p0
bbf37bdc 1327tgamma -0x1.0a32a2p+5
e47cc4e0 1328tgamma -0x1.5800000080001p+7
bbf37bdc
JM
1329tgamma 18.5
1330tgamma 19.5
1331tgamma 23.5
1332tgamma 29.5
1333tgamma 30.5
1334tgamma 31.5
1335tgamma 32.5
1336tgamma 33.5
1337tgamma 34.5
1338tgamma 0x2.30a43cp+4
1339tgamma 0x2.30a44p+4
1340tgamma 0xa.b9fd72b0fb238p+4
1341tgamma 0xa.b9fd72b0fb24p+4
1342tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f4p+4
1343tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f8p+4
1344tgamma 0x6.db8c603359a97108p+8
1345tgamma 0x6.db8c603359a9711p+8
1346tgamma 0x6.db8c603359a971081bc4a2e9dfdp+8
1347tgamma 0x6.db8c603359a971081bc4a2e9dfd4p+8
e47cc4e0
JM
1348tgamma 1e3
1349tgamma -100000.5
bbf37bdc
JM
1350
1351y0 0.125
1352y0 0.75
1353y0 1.0
1354y0 1.5
1355y0 2.0
1356y0 8.0
1357y0 10.0
1358y0 0x1.3ffp+74
1359y0 0x1.ff00000000002p+840
1360y0 0x1p1023
1361y0 0x1p16382
1362y0 0x1p16383
1363y0 0x1p-10
1364y0 0x1p-20
1365y0 0x1p-30
1366y0 0x1p-40
1367y0 0x1p-50
1368y0 0x1p-60
1369y0 0x1p-70
1370y0 0x1p-80
1371y0 0x1p-90
1372y0 0x1p-100
1373y0 0x1p-110
1374
1375y1 0.125
1376y1 0.75
1377y1 1.0
1378y1 1.5
1379y1 2.0
1380y1 8.0
1381y1 10.0
1382y1 0x1.27e204p+99
1383y1 0x1.001000001p+593
1384y1 0x1p1023
1385y1 0x1p16382
1386y1 0x1p16383
1387y1 0x1p-10
1388y1 0x1p-20
1389y1 0x1p-30
1390y1 0x1p-40
1391y1 0x1p-50
1392y1 0x1p-60
1393y1 0x1p-70
1394y1 0x1p-80
1395y1 0x1p-90
1396y1 0x1p-100
1397y1 0x1p-110
This page took 0.163573 seconds and 5 git commands to generate.