1 | version: ?.??
|
---|
2 |
|
---|
3 | extended: 1
|
---|
4 | rounding: half_even
|
---|
5 |
|
---|
6 | -- testing folddown and clamping
|
---|
7 | maxexponent: 9
|
---|
8 | minexponent: -9
|
---|
9 | precision: 6
|
---|
10 | clamp: 1
|
---|
11 | extr0000 apply 1E+11 -> Infinity Overflow Inexact Rounded
|
---|
12 | extr0001 apply 1E+10 -> Infinity Overflow Inexact Rounded
|
---|
13 | extr0002 apply 1E+9 -> 1.00000E+9 Clamped
|
---|
14 | extr0003 apply 1E+8 -> 1.0000E+8 Clamped
|
---|
15 | extr0004 apply 1E+7 -> 1.000E+7 Clamped
|
---|
16 | extr0005 apply 1E+6 -> 1.00E+6 Clamped
|
---|
17 | extr0006 apply 1E+5 -> 1.0E+5 Clamped
|
---|
18 | extr0007 apply 1E+4 -> 1E+4
|
---|
19 | extr0008 apply 1E+3 -> 1E+3
|
---|
20 | extr0009 apply 1E+2 -> 1E+2
|
---|
21 | extr0010 apply 1E+1 -> 1E+1
|
---|
22 | extr0011 apply 1 -> 1
|
---|
23 | extr0012 apply 1E-1 -> 0.1
|
---|
24 | extr0013 apply 1E-2 -> 0.01
|
---|
25 | extr0014 apply 1E-3 -> 0.001
|
---|
26 | extr0015 apply 1E-4 -> 0.0001
|
---|
27 | extr0016 apply 1E-5 -> 0.00001
|
---|
28 | extr0017 apply 1E-6 -> 0.000001
|
---|
29 | extr0018 apply 1E-7 -> 1E-7
|
---|
30 | extr0019 apply 1E-8 -> 1E-8
|
---|
31 | extr0020 apply 1E-9 -> 1E-9
|
---|
32 | extr0021 apply 1E-10 -> 1E-10 Subnormal
|
---|
33 | extr0022 apply 1E-11 -> 1E-11 Subnormal
|
---|
34 | extr0023 apply 1E-12 -> 1E-12 Subnormal
|
---|
35 | extr0024 apply 1E-13 -> 1E-13 Subnormal
|
---|
36 | extr0025 apply 1E-14 -> 1E-14 Subnormal
|
---|
37 | extr0026 apply 1E-15 -> 0E-14 Inexact Rounded Subnormal Underflow Clamped
|
---|
38 | extr0027 apply 1E-16 -> 0E-14 Inexact Rounded Subnormal Underflow Clamped
|
---|
39 | clamp: 0
|
---|
40 |
|
---|
41 | -- large precision, small minimum and maximum exponent; in this case
|
---|
42 | -- it's possible that folddown is required on a subnormal result
|
---|
43 | maxexponent: 9
|
---|
44 | minexponent: -9
|
---|
45 | precision: 24
|
---|
46 | clamp: 1
|
---|
47 | extr0100 apply 1E+11 -> Infinity Overflow Inexact Rounded
|
---|
48 | extr0101 apply 1E+10 -> Infinity Overflow Inexact Rounded
|
---|
49 | extr0102 apply 1E+9 -> 1000000000.00000000000000 Clamped
|
---|
50 | extr0103 apply 1E+8 -> 100000000.00000000000000 Clamped
|
---|
51 | extr0104 apply 1E+7 -> 10000000.00000000000000 Clamped
|
---|
52 | extr0105 apply 1E+6 -> 1000000.00000000000000 Clamped
|
---|
53 | extr0106 apply 1E+5 -> 100000.00000000000000 Clamped
|
---|
54 | extr0107 apply 1E+4 -> 10000.00000000000000 Clamped
|
---|
55 | extr0108 apply 1E+3 -> 1000.00000000000000 Clamped
|
---|
56 | extr0109 apply 1E+2 -> 100.00000000000000 Clamped
|
---|
57 | extr0110 apply 1E+1 -> 10.00000000000000 Clamped
|
---|
58 | extr0111 apply 1 -> 1.00000000000000 Clamped
|
---|
59 | extr0112 apply 1E-1 -> 0.10000000000000 Clamped
|
---|
60 | extr0113 apply 1E-2 -> 0.01000000000000 Clamped
|
---|
61 | extr0114 apply 1E-3 -> 0.00100000000000 Clamped
|
---|
62 | extr0115 apply 1E-4 -> 0.00010000000000 Clamped
|
---|
63 | extr0116 apply 1E-5 -> 0.00001000000000 Clamped
|
---|
64 | extr0117 apply 1E-6 -> 0.00000100000000 Clamped
|
---|
65 | extr0118 apply 1E-7 -> 1.0000000E-7 Clamped
|
---|
66 | extr0119 apply 1E-8 -> 1.000000E-8 Clamped
|
---|
67 | extr0120 apply 1E-9 -> 1.00000E-9 Clamped
|
---|
68 | extr0121 apply 1E-10 -> 1.0000E-10 Subnormal Clamped
|
---|
69 | extr0122 apply 1E-11 -> 1.000E-11 Subnormal Clamped
|
---|
70 | extr0123 apply 1E-12 -> 1.00E-12 Subnormal Clamped
|
---|
71 | extr0124 apply 1E-13 -> 1.0E-13 Subnormal Clamped
|
---|
72 | extr0125 apply 1E-14 -> 1E-14 Subnormal
|
---|
73 | extr0126 apply 1E-15 -> 1E-15 Subnormal
|
---|
74 | extr0127 apply 1E-16 -> 1E-16 Subnormal
|
---|
75 | extr0128 apply 1E-17 -> 1E-17 Subnormal
|
---|
76 | extr0129 apply 1E-18 -> 1E-18 Subnormal
|
---|
77 | extr0130 apply 1E-19 -> 1E-19 Subnormal
|
---|
78 | extr0131 apply 1E-20 -> 1E-20 Subnormal
|
---|
79 | extr0132 apply 1E-21 -> 1E-21 Subnormal
|
---|
80 | extr0133 apply 1E-22 -> 1E-22 Subnormal
|
---|
81 | extr0134 apply 1E-23 -> 1E-23 Subnormal
|
---|
82 | extr0135 apply 1E-24 -> 1E-24 Subnormal
|
---|
83 | extr0136 apply 1E-25 -> 1E-25 Subnormal
|
---|
84 | extr0137 apply 1E-26 -> 1E-26 Subnormal
|
---|
85 | extr0138 apply 1E-27 -> 1E-27 Subnormal
|
---|
86 | extr0139 apply 1E-28 -> 1E-28 Subnormal
|
---|
87 | extr0140 apply 1E-29 -> 1E-29 Subnormal
|
---|
88 | extr0141 apply 1E-30 -> 1E-30 Subnormal
|
---|
89 | extr0142 apply 1E-31 -> 1E-31 Subnormal
|
---|
90 | extr0143 apply 1E-32 -> 1E-32 Subnormal
|
---|
91 | extr0144 apply 1E-33 -> 0E-32 Inexact Rounded Subnormal Underflow Clamped
|
---|
92 | extr0145 apply 1E-34 -> 0E-32 Inexact Rounded Subnormal Underflow Clamped
|
---|
93 | clamp: 0
|
---|
94 |
|
---|
95 | -- some buggy addition cases from Python 2.5.x
|
---|
96 | maxexponent: 999
|
---|
97 | minexponent: -999
|
---|
98 | precision: 6
|
---|
99 | extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped
|
---|
100 | extr1001 add 0E+1004 0E+1001 -> 0E+999 Clamped
|
---|
101 | clamp: 1
|
---|
102 | extr1002 add 0E+1000 0E+1000 -> 0E+994 Clamped
|
---|
103 | clamp: 0
|
---|
104 | extr1003 add 0E+1000 0E-1005 -> 0E-1004 Clamped
|
---|
105 | extr1004 add 0E-1006 0 -> 0E-1004 Clamped
|
---|
106 | extr1005 add 1E+1000 -1E+1000 -> 0E+999 Clamped
|
---|
107 | extr1006 add -3.1E+1004 3.1E+1004 -> 0E+999 Clamped
|
---|
108 | clamp: 1
|
---|
109 | extr1007 add 1E+998 -1E+998 -> 0E+994 Clamped
|
---|
110 | clamp: 0
|
---|
111 | extr1008 add 2E-1005 -2E-1005 -> 0E-1004 Clamped
|
---|
112 | extr1009 add -3.1E-1005 3.1E-1005 -> 0E-1004 Clamped
|
---|
113 |
|
---|
114 | precision: 3
|
---|
115 | extr1010 add 99949.9 0.200000 -> 1.00E+5 Inexact Rounded
|
---|
116 | extr1011 add 99949.9 0.100000 -> 1.00E+5 Inexact Rounded
|
---|
117 | extr1012 add 99849.9 0.200000 -> 9.99E+4 Inexact Rounded
|
---|
118 | extr1013 add 99849.9 0.100000 -> 9.98E+4 Inexact Rounded
|
---|
119 | extr1014 add 1.0149 0.00011 -> 1.02 Inexact Rounded
|
---|
120 | extr1015 add 1.0149 0.00010 -> 1.02 Inexact Rounded
|
---|
121 | extr1016 add 1.0149 0.00009 -> 1.01 Inexact Rounded
|
---|
122 | extr1017 add 1.0049 0.00011 -> 1.01 Inexact Rounded
|
---|
123 | extr1018 add 1.0049 0.00010 -> 1.00 Inexact Rounded
|
---|
124 | extr1019 add 1.0049 0.00009 -> 1.00 Inexact Rounded
|
---|
125 | rounding: down
|
---|
126 | extr1020 add 99999.9 0.200000 -> 1.00E+5 Inexact Rounded
|
---|
127 | extr1021 add 99999.8 0.200000 -> 1.00E+5 Rounded
|
---|
128 | extr1022 add 99999.7 0.200000 -> 9.99E+4 Inexact Rounded
|
---|
129 | rounding: half_even
|
---|
130 |
|
---|
131 | -- a bug in _rescale caused the following to fail in Python 2.5.1
|
---|
132 | maxexponent: 999
|
---|
133 | minexponent: -999
|
---|
134 | precision: 6
|
---|
135 | extr1100 add 0E+1000 1E+1000 -> Infinity Overflow Inexact Rounded
|
---|
136 | extr1101 remainder 1E+1000 2E+1000 -> Infinity Overflow Inexact Rounded
|
---|
137 |
|
---|
138 | -- tests for scaleb in case where input precision > context precision.
|
---|
139 | -- Result should be rounded. (This isn't totally clear from the
|
---|
140 | -- specification, but the treatment of underflow in the testcases
|
---|
141 | -- suggests that rounding should occur in general. Furthermore, it's
|
---|
142 | -- the way that the reference implementation behaves.)
|
---|
143 | maxexponent: 999
|
---|
144 | minexponent: -999
|
---|
145 | precision: 3
|
---|
146 | extr1200 scaleb 1234 1 -> 1.23E+4 Inexact Rounded
|
---|
147 | extr1201 scaleb 5678 0 -> 5.68E+3 Inexact Rounded
|
---|
148 | extr1202 scaleb -9105 -1 -> -910 Inexact Rounded
|
---|
149 |
|
---|
150 | -- Invalid operation from 0 * infinity in fma
|
---|
151 | -- takes precedence over a third-argument sNaN
|
---|
152 | extr1300 fma 0 Inf sNaN123 -> NaN Invalid_operation
|
---|
153 | extr1301 fma Inf 0 sNaN456 -> NaN Invalid_operation
|
---|
154 | extr1302 fma 0E123 -Inf sNaN789 -> NaN Invalid_operation
|
---|
155 | extr1302 fma -Inf 0E-456 sNaN148 -> NaN Invalid_operation
|
---|
156 |
|
---|
157 | -- max/min/max_mag/min_mag bug in 2.5.2/2.6/3.0: max(NaN, finite) gave
|
---|
158 | -- incorrect answers when the finite number required rounding; similarly
|
---|
159 | -- for the other thre functions
|
---|
160 | maxexponent: 999
|
---|
161 | minexponent: -999
|
---|
162 | precision: 6
|
---|
163 | rounding: half_even
|
---|
164 | extr1400 max NaN 1234567 -> 1.23457E+6 Inexact Rounded
|
---|
165 | extr1401 max 3141590E-123 NaN1729 -> 3.14159E-117 Rounded
|
---|
166 | extr1402 max -7.654321 -NaN -> -7.65432 Inexact Rounded
|
---|
167 | extr1410 min -NaN -765432.1 -> -765432 Inexact Rounded
|
---|
168 | extr1411 min 3141592 NaN -> 3.14159E+6 Inexact Rounded
|
---|
169 | extr1420 max_mag 0.1111111 -NaN123 -> 0.111111 Inexact Rounded
|
---|
170 | extr1421 max_mag NaN999999999 0.001234567 -> 0.00123457 Inexact Rounded
|
---|
171 | extr1430 min_mag 9181716151 -NaN -> 9.18172E+9 Inexact Rounded
|
---|
172 | extr1431 min_mag NaN4 1.818180E100 -> 1.81818E+100 Rounded
|
---|
173 |
|
---|
174 | -- Issue #6794: when comparing NaNs using compare_total, payloads
|
---|
175 | -- should be compared as though positive integers; not
|
---|
176 | -- lexicographically as strings.
|
---|
177 | extr1500 comparetotal NaN123 NaN45 -> 1
|
---|
178 | extr1501 comparetotal sNaN123 sNaN45 -> 1
|
---|
179 | extr1502 comparetotal -NaN123 -NaN45 -> -1
|
---|
180 | extr1503 comparetotal -sNaN123 -sNaN45 -> -1
|
---|
181 | extr1504 comparetotal NaN45 NaN123 -> -1
|
---|
182 | extr1505 comparetotal sNaN45 sNaN123 -> -1
|
---|
183 | extr1506 comparetotal -NaN45 -NaN123 -> 1
|
---|
184 | extr1507 comparetotal -sNaN45 -sNaN123 -> 1
|
---|
185 |
|
---|
186 | extr1510 comparetotal -sNaN63450748854172416 -sNaN911993 -> -1
|
---|
187 | extr1511 comparetotmag NaN1222222222222 -NaN999999 -> 1
|
---|
188 |
|
---|
189 | -- Issue #7233: rotate and scale should truncate an argument
|
---|
190 | -- of length greater than the current precision.
|
---|
191 | precision: 4
|
---|
192 | extr1600 rotate 1234567 -5 -> NaN Invalid_operation
|
---|
193 | extr1601 rotate 1234567 -4 -> 4567
|
---|
194 | extr1602 rotate 1234567 -3 -> 5674
|
---|
195 | extr1603 rotate 1234567 -2 -> 6745
|
---|
196 | extr1604 rotate 1234567 -1 -> 7456
|
---|
197 | extr1605 rotate 1234567 0 -> 4567
|
---|
198 | extr1606 rotate 1234567 1 -> 5674
|
---|
199 | extr1607 rotate 1234567 2 -> 6745
|
---|
200 | extr1608 rotate 1234567 3 -> 7456
|
---|
201 | extr1609 rotate 1234567 4 -> 4567
|
---|
202 | extr1610 rotate 1234567 5 -> NaN Invalid_operation
|
---|
203 |
|
---|
204 | extr1650 shift 1234567 -5 -> NaN Invalid_operation
|
---|
205 | extr1651 shift 1234567 -4 -> 0
|
---|
206 | extr1652 shift 1234567 -3 -> 4
|
---|
207 | extr1653 shift 1234567 -2 -> 45
|
---|
208 | extr1654 shift 1234567 -1 -> 456
|
---|
209 | extr1655 shift 1234567 0 -> 4567
|
---|
210 | extr1656 shift 1234567 1 -> 5670
|
---|
211 | extr1657 shift 1234567 2 -> 6700
|
---|
212 | extr1658 shift 1234567 3 -> 7000
|
---|
213 | extr1659 shift 1234567 4 -> 0
|
---|
214 | extr1660 shift 1234567 5 -> NaN Invalid_operation
|
---|
215 |
|
---|
216 | -- Cases where the power function was impossibly slow to determine that the
|
---|
217 | -- result is inexact. Thanks Stefan Krah for identifying this problem.
|
---|
218 | precision: 16
|
---|
219 | maxExponent: 999999999
|
---|
220 | minExponent: -999999999
|
---|
221 | extr1700 power 10 1e-999999999 -> 1.000000000000000 Inexact Rounded
|
---|
222 | extr1701 power 100.0 -557.71e-742888888 -> 1.000000000000000 Inexact Rounded
|
---|
223 | extr1702 power 10 1e-100 -> 1.000000000000000 Inexact Rounded
|
---|
224 |
|
---|
225 | -- Another one (see issue #12080). Thanks again to Stefan Krah.
|
---|
226 | extr1703 power 4 -1.2e-999999999 -> 1.000000000000000 Inexact Rounded
|
---|
227 |
|
---|
228 | -- A couple of interesting exact cases for power. Note that the specification
|
---|
229 | -- requires these to be reported as Inexact.
|
---|
230 | extr1710 power 1e375 56e-3 -> 1.000000000000000E+21 Inexact Rounded
|
---|
231 | extr1711 power 10000 0.75 -> 1000.000000000000 Inexact Rounded
|
---|
232 | extr1712 power 1e-24 0.875 -> 1.000000000000000E-21 Inexact Rounded
|
---|
233 |
|
---|
234 | -- Some more exact cases, exercising power with negative second argument.
|
---|
235 | extr1720 power 400 -0.5 -> 0.05000000000000000 Inexact Rounded
|
---|
236 | extr1721 power 4096 -0.75 -> 0.001953125000000000 Inexact Rounded
|
---|
237 | extr1722 power 625e4 -0.25 -> 0.02000000000000000 Inexact Rounded
|
---|
238 |
|
---|
239 | -- Nonexact cases, to exercise some of the early exit conditions from
|
---|
240 | -- _power_exact.
|
---|
241 | extr1730 power 2048 -0.75 -> 0.003284751622084822 Inexact Rounded
|
---|
242 |
|
---|
243 |
|
---|
244 | -- Tests for the is_* boolean operations
|
---|
245 | precision: 9
|
---|
246 | maxExponent: 999
|
---|
247 | minExponent: -999
|
---|
248 |
|
---|
249 | bool0000 iscanonical 0E-2000 -> 1
|
---|
250 | bool0001 iscanonical -0E-2000 -> 1
|
---|
251 | bool0002 iscanonical 0E-1008 -> 1
|
---|
252 | bool0003 iscanonical -0E-1008 -> 1
|
---|
253 | bool0004 iscanonical 0E-1007 -> 1
|
---|
254 | bool0005 iscanonical -0E-1007 -> 1
|
---|
255 | bool0006 iscanonical 0E-1006 -> 1
|
---|
256 | bool0007 iscanonical -0E-1006 -> 1
|
---|
257 | bool0008 iscanonical 0E-1000 -> 1
|
---|
258 | bool0009 iscanonical -0E-1000 -> 1
|
---|
259 | bool0010 iscanonical 0E-999 -> 1
|
---|
260 | bool0011 iscanonical -0E-999 -> 1
|
---|
261 | bool0012 iscanonical 0E-998 -> 1
|
---|
262 | bool0013 iscanonical -0E-998 -> 1
|
---|
263 | bool0014 iscanonical 0E-100 -> 1
|
---|
264 | bool0015 iscanonical -0E-100 -> 1
|
---|
265 | bool0016 iscanonical 0.000000 -> 1
|
---|
266 | bool0017 iscanonical -0.000000 -> 1
|
---|
267 | bool0018 iscanonical 0.000 -> 1
|
---|
268 | bool0019 iscanonical -0.000 -> 1
|
---|
269 | bool0020 iscanonical 0.00 -> 1
|
---|
270 | bool0021 iscanonical -0.00 -> 1
|
---|
271 | bool0022 iscanonical 0.0 -> 1
|
---|
272 | bool0023 iscanonical -0.0 -> 1
|
---|
273 | bool0024 iscanonical 0 -> 1
|
---|
274 | bool0025 iscanonical -0 -> 1
|
---|
275 | bool0026 iscanonical 0E+1 -> 1
|
---|
276 | bool0027 iscanonical -0E+1 -> 1
|
---|
277 | bool0028 iscanonical 0E+2 -> 1
|
---|
278 | bool0029 iscanonical -0E+2 -> 1
|
---|
279 | bool0030 iscanonical 0E+3 -> 1
|
---|
280 | bool0031 iscanonical -0E+3 -> 1
|
---|
281 | bool0032 iscanonical 0E+6 -> 1
|
---|
282 | bool0033 iscanonical -0E+6 -> 1
|
---|
283 | bool0034 iscanonical 0E+100 -> 1
|
---|
284 | bool0035 iscanonical -0E+100 -> 1
|
---|
285 | bool0036 iscanonical 0E+990 -> 1
|
---|
286 | bool0037 iscanonical -0E+990 -> 1
|
---|
287 | bool0038 iscanonical 0E+991 -> 1
|
---|
288 | bool0039 iscanonical -0E+991 -> 1
|
---|
289 | bool0040 iscanonical 0E+992 -> 1
|
---|
290 | bool0041 iscanonical -0E+992 -> 1
|
---|
291 | bool0042 iscanonical 0E+998 -> 1
|
---|
292 | bool0043 iscanonical -0E+998 -> 1
|
---|
293 | bool0044 iscanonical 0E+999 -> 1
|
---|
294 | bool0045 iscanonical -0E+999 -> 1
|
---|
295 | bool0046 iscanonical 0E+1000 -> 1
|
---|
296 | bool0047 iscanonical -0E+1000 -> 1
|
---|
297 | bool0048 iscanonical 0E+2000 -> 1
|
---|
298 | bool0049 iscanonical -0E+2000 -> 1
|
---|
299 | bool0050 iscanonical 1E-2000 -> 1
|
---|
300 | bool0051 iscanonical -1E-2000 -> 1
|
---|
301 | bool0052 iscanonical 1E-1008 -> 1
|
---|
302 | bool0053 iscanonical -1E-1008 -> 1
|
---|
303 | bool0054 iscanonical 1E-1007 -> 1
|
---|
304 | bool0055 iscanonical -1E-1007 -> 1
|
---|
305 | bool0056 iscanonical 1E-1006 -> 1
|
---|
306 | bool0057 iscanonical -1E-1006 -> 1
|
---|
307 | bool0058 iscanonical 1E-1000 -> 1
|
---|
308 | bool0059 iscanonical -1E-1000 -> 1
|
---|
309 | bool0060 iscanonical 1E-999 -> 1
|
---|
310 | bool0061 iscanonical -1E-999 -> 1
|
---|
311 | bool0062 iscanonical 1E-998 -> 1
|
---|
312 | bool0063 iscanonical -1E-998 -> 1
|
---|
313 | bool0064 iscanonical 1E-100 -> 1
|
---|
314 | bool0065 iscanonical -1E-100 -> 1
|
---|
315 | bool0066 iscanonical 0.000001 -> 1
|
---|
316 | bool0067 iscanonical -0.000001 -> 1
|
---|
317 | bool0068 iscanonical 0.001 -> 1
|
---|
318 | bool0069 iscanonical -0.001 -> 1
|
---|
319 | bool0070 iscanonical 0.01 -> 1
|
---|
320 | bool0071 iscanonical -0.01 -> 1
|
---|
321 | bool0072 iscanonical 0.1 -> 1
|
---|
322 | bool0073 iscanonical -0.1 -> 1
|
---|
323 | bool0074 iscanonical 1 -> 1
|
---|
324 | bool0075 iscanonical -1 -> 1
|
---|
325 | bool0076 iscanonical 1E+1 -> 1
|
---|
326 | bool0077 iscanonical -1E+1 -> 1
|
---|
327 | bool0078 iscanonical 1E+2 -> 1
|
---|
328 | bool0079 iscanonical -1E+2 -> 1
|
---|
329 | bool0080 iscanonical 1E+3 -> 1
|
---|
330 | bool0081 iscanonical -1E+3 -> 1
|
---|
331 | bool0082 iscanonical 1E+6 -> 1
|
---|
332 | bool0083 iscanonical -1E+6 -> 1
|
---|
333 | bool0084 iscanonical 1E+100 -> 1
|
---|
334 | bool0085 iscanonical -1E+100 -> 1
|
---|
335 | bool0086 iscanonical 1E+990 -> 1
|
---|
336 | bool0087 iscanonical -1E+990 -> 1
|
---|
337 | bool0088 iscanonical 1E+991 -> 1
|
---|
338 | bool0089 iscanonical -1E+991 -> 1
|
---|
339 | bool0090 iscanonical 1E+992 -> 1
|
---|
340 | bool0091 iscanonical -1E+992 -> 1
|
---|
341 | bool0092 iscanonical 1E+998 -> 1
|
---|
342 | bool0093 iscanonical -1E+998 -> 1
|
---|
343 | bool0094 iscanonical 1E+999 -> 1
|
---|
344 | bool0095 iscanonical -1E+999 -> 1
|
---|
345 | bool0096 iscanonical 1E+1000 -> 1
|
---|
346 | bool0097 iscanonical -1E+1000 -> 1
|
---|
347 | bool0098 iscanonical 1E+2000 -> 1
|
---|
348 | bool0099 iscanonical -1E+2000 -> 1
|
---|
349 | bool0100 iscanonical 9E-2000 -> 1
|
---|
350 | bool0101 iscanonical -9E-2000 -> 1
|
---|
351 | bool0102 iscanonical 9E-1008 -> 1
|
---|
352 | bool0103 iscanonical -9E-1008 -> 1
|
---|
353 | bool0104 iscanonical 9E-1007 -> 1
|
---|
354 | bool0105 iscanonical -9E-1007 -> 1
|
---|
355 | bool0106 iscanonical 9E-1006 -> 1
|
---|
356 | bool0107 iscanonical -9E-1006 -> 1
|
---|
357 | bool0108 iscanonical 9E-1000 -> 1
|
---|
358 | bool0109 iscanonical -9E-1000 -> 1
|
---|
359 | bool0110 iscanonical 9E-999 -> 1
|
---|
360 | bool0111 iscanonical -9E-999 -> 1
|
---|
361 | bool0112 iscanonical 9E-998 -> 1
|
---|
362 | bool0113 iscanonical -9E-998 -> 1
|
---|
363 | bool0114 iscanonical 9E-100 -> 1
|
---|
364 | bool0115 iscanonical -9E-100 -> 1
|
---|
365 | bool0116 iscanonical 0.000009 -> 1
|
---|
366 | bool0117 iscanonical -0.000009 -> 1
|
---|
367 | bool0118 iscanonical 0.009 -> 1
|
---|
368 | bool0119 iscanonical -0.009 -> 1
|
---|
369 | bool0120 iscanonical 0.09 -> 1
|
---|
370 | bool0121 iscanonical -0.09 -> 1
|
---|
371 | bool0122 iscanonical 0.9 -> 1
|
---|
372 | bool0123 iscanonical -0.9 -> 1
|
---|
373 | bool0124 iscanonical 9 -> 1
|
---|
374 | bool0125 iscanonical -9 -> 1
|
---|
375 | bool0126 iscanonical 9E+1 -> 1
|
---|
376 | bool0127 iscanonical -9E+1 -> 1
|
---|
377 | bool0128 iscanonical 9E+2 -> 1
|
---|
378 | bool0129 iscanonical -9E+2 -> 1
|
---|
379 | bool0130 iscanonical 9E+3 -> 1
|
---|
380 | bool0131 iscanonical -9E+3 -> 1
|
---|
381 | bool0132 iscanonical 9E+6 -> 1
|
---|
382 | bool0133 iscanonical -9E+6 -> 1
|
---|
383 | bool0134 iscanonical 9E+100 -> 1
|
---|
384 | bool0135 iscanonical -9E+100 -> 1
|
---|
385 | bool0136 iscanonical 9E+990 -> 1
|
---|
386 | bool0137 iscanonical -9E+990 -> 1
|
---|
387 | bool0138 iscanonical 9E+991 -> 1
|
---|
388 | bool0139 iscanonical -9E+991 -> 1
|
---|
389 | bool0140 iscanonical 9E+992 -> 1
|
---|
390 | bool0141 iscanonical -9E+992 -> 1
|
---|
391 | bool0142 iscanonical 9E+998 -> 1
|
---|
392 | bool0143 iscanonical -9E+998 -> 1
|
---|
393 | bool0144 iscanonical 9E+999 -> 1
|
---|
394 | bool0145 iscanonical -9E+999 -> 1
|
---|
395 | bool0146 iscanonical 9E+1000 -> 1
|
---|
396 | bool0147 iscanonical -9E+1000 -> 1
|
---|
397 | bool0148 iscanonical 9E+2000 -> 1
|
---|
398 | bool0149 iscanonical -9E+2000 -> 1
|
---|
399 | bool0150 iscanonical 9.99999999E-2000 -> 1
|
---|
400 | bool0151 iscanonical -9.99999999E-2000 -> 1
|
---|
401 | bool0152 iscanonical 9.99999999E-1008 -> 1
|
---|
402 | bool0153 iscanonical -9.99999999E-1008 -> 1
|
---|
403 | bool0154 iscanonical 9.99999999E-1007 -> 1
|
---|
404 | bool0155 iscanonical -9.99999999E-1007 -> 1
|
---|
405 | bool0156 iscanonical 9.99999999E-1006 -> 1
|
---|
406 | bool0157 iscanonical -9.99999999E-1006 -> 1
|
---|
407 | bool0158 iscanonical 9.99999999E-1000 -> 1
|
---|
408 | bool0159 iscanonical -9.99999999E-1000 -> 1
|
---|
409 | bool0160 iscanonical 9.99999999E-999 -> 1
|
---|
410 | bool0161 iscanonical -9.99999999E-999 -> 1
|
---|
411 | bool0162 iscanonical 9.99999999E-998 -> 1
|
---|
412 | bool0163 iscanonical -9.99999999E-998 -> 1
|
---|
413 | bool0164 iscanonical 9.99999999E-100 -> 1
|
---|
414 | bool0165 iscanonical -9.99999999E-100 -> 1
|
---|
415 | bool0166 iscanonical 0.00000999999999 -> 1
|
---|
416 | bool0167 iscanonical -0.00000999999999 -> 1
|
---|
417 | bool0168 iscanonical 0.00999999999 -> 1
|
---|
418 | bool0169 iscanonical -0.00999999999 -> 1
|
---|
419 | bool0170 iscanonical 0.0999999999 -> 1
|
---|
420 | bool0171 iscanonical -0.0999999999 -> 1
|
---|
421 | bool0172 iscanonical 0.999999999 -> 1
|
---|
422 | bool0173 iscanonical -0.999999999 -> 1
|
---|
423 | bool0174 iscanonical 9.99999999 -> 1
|
---|
424 | bool0175 iscanonical -9.99999999 -> 1
|
---|
425 | bool0176 iscanonical 99.9999999 -> 1
|
---|
426 | bool0177 iscanonical -99.9999999 -> 1
|
---|
427 | bool0178 iscanonical 999.999999 -> 1
|
---|
428 | bool0179 iscanonical -999.999999 -> 1
|
---|
429 | bool0180 iscanonical 9999.99999 -> 1
|
---|
430 | bool0181 iscanonical -9999.99999 -> 1
|
---|
431 | bool0182 iscanonical 9999999.99 -> 1
|
---|
432 | bool0183 iscanonical -9999999.99 -> 1
|
---|
433 | bool0184 iscanonical 9.99999999E+100 -> 1
|
---|
434 | bool0185 iscanonical -9.99999999E+100 -> 1
|
---|
435 | bool0186 iscanonical 9.99999999E+990 -> 1
|
---|
436 | bool0187 iscanonical -9.99999999E+990 -> 1
|
---|
437 | bool0188 iscanonical 9.99999999E+991 -> 1
|
---|
438 | bool0189 iscanonical -9.99999999E+991 -> 1
|
---|
439 | bool0190 iscanonical 9.99999999E+992 -> 1
|
---|
440 | bool0191 iscanonical -9.99999999E+992 -> 1
|
---|
441 | bool0192 iscanonical 9.99999999E+998 -> 1
|
---|
442 | bool0193 iscanonical -9.99999999E+998 -> 1
|
---|
443 | bool0194 iscanonical 9.99999999E+999 -> 1
|
---|
444 | bool0195 iscanonical -9.99999999E+999 -> 1
|
---|
445 | bool0196 iscanonical 9.99999999E+1000 -> 1
|
---|
446 | bool0197 iscanonical -9.99999999E+1000 -> 1
|
---|
447 | bool0198 iscanonical 9.99999999E+2000 -> 1
|
---|
448 | bool0199 iscanonical -9.99999999E+2000 -> 1
|
---|
449 | bool0200 iscanonical Infinity -> 1
|
---|
450 | bool0201 iscanonical -Infinity -> 1
|
---|
451 | bool0202 iscanonical NaN -> 1
|
---|
452 | bool0203 iscanonical -NaN -> 1
|
---|
453 | bool0204 iscanonical NaN123 -> 1
|
---|
454 | bool0205 iscanonical -NaN123 -> 1
|
---|
455 | bool0206 iscanonical sNaN -> 1
|
---|
456 | bool0207 iscanonical -sNaN -> 1
|
---|
457 | bool0208 iscanonical sNaN123 -> 1
|
---|
458 | bool0209 iscanonical -sNaN123 -> 1
|
---|
459 | bool0210 isfinite 0E-2000 -> 1
|
---|
460 | bool0211 isfinite -0E-2000 -> 1
|
---|
461 | bool0212 isfinite 0E-1008 -> 1
|
---|
462 | bool0213 isfinite -0E-1008 -> 1
|
---|
463 | bool0214 isfinite 0E-1007 -> 1
|
---|
464 | bool0215 isfinite -0E-1007 -> 1
|
---|
465 | bool0216 isfinite 0E-1006 -> 1
|
---|
466 | bool0217 isfinite -0E-1006 -> 1
|
---|
467 | bool0218 isfinite 0E-1000 -> 1
|
---|
468 | bool0219 isfinite -0E-1000 -> 1
|
---|
469 | bool0220 isfinite 0E-999 -> 1
|
---|
470 | bool0221 isfinite -0E-999 -> 1
|
---|
471 | bool0222 isfinite 0E-998 -> 1
|
---|
472 | bool0223 isfinite -0E-998 -> 1
|
---|
473 | bool0224 isfinite 0E-100 -> 1
|
---|
474 | bool0225 isfinite -0E-100 -> 1
|
---|
475 | bool0226 isfinite 0.000000 -> 1
|
---|
476 | bool0227 isfinite -0.000000 -> 1
|
---|
477 | bool0228 isfinite 0.000 -> 1
|
---|
478 | bool0229 isfinite -0.000 -> 1
|
---|
479 | bool0230 isfinite 0.00 -> 1
|
---|
480 | bool0231 isfinite -0.00 -> 1
|
---|
481 | bool0232 isfinite 0.0 -> 1
|
---|
482 | bool0233 isfinite -0.0 -> 1
|
---|
483 | bool0234 isfinite 0 -> 1
|
---|
484 | bool0235 isfinite -0 -> 1
|
---|
485 | bool0236 isfinite 0E+1 -> 1
|
---|
486 | bool0237 isfinite -0E+1 -> 1
|
---|
487 | bool0238 isfinite 0E+2 -> 1
|
---|
488 | bool0239 isfinite -0E+2 -> 1
|
---|
489 | bool0240 isfinite 0E+3 -> 1
|
---|
490 | bool0241 isfinite -0E+3 -> 1
|
---|
491 | bool0242 isfinite 0E+6 -> 1
|
---|
492 | bool0243 isfinite -0E+6 -> 1
|
---|
493 | bool0244 isfinite 0E+100 -> 1
|
---|
494 | bool0245 isfinite -0E+100 -> 1
|
---|
495 | bool0246 isfinite 0E+990 -> 1
|
---|
496 | bool0247 isfinite -0E+990 -> 1
|
---|
497 | bool0248 isfinite 0E+991 -> 1
|
---|
498 | bool0249 isfinite -0E+991 -> 1
|
---|
499 | bool0250 isfinite 0E+992 -> 1
|
---|
500 | bool0251 isfinite -0E+992 -> 1
|
---|
501 | bool0252 isfinite 0E+998 -> 1
|
---|
502 | bool0253 isfinite -0E+998 -> 1
|
---|
503 | bool0254 isfinite 0E+999 -> 1
|
---|
504 | bool0255 isfinite -0E+999 -> 1
|
---|
505 | bool0256 isfinite 0E+1000 -> 1
|
---|
506 | bool0257 isfinite -0E+1000 -> 1
|
---|
507 | bool0258 isfinite 0E+2000 -> 1
|
---|
508 | bool0259 isfinite -0E+2000 -> 1
|
---|
509 | bool0260 isfinite 1E-2000 -> 1
|
---|
510 | bool0261 isfinite -1E-2000 -> 1
|
---|
511 | bool0262 isfinite 1E-1008 -> 1
|
---|
512 | bool0263 isfinite -1E-1008 -> 1
|
---|
513 | bool0264 isfinite 1E-1007 -> 1
|
---|
514 | bool0265 isfinite -1E-1007 -> 1
|
---|
515 | bool0266 isfinite 1E-1006 -> 1
|
---|
516 | bool0267 isfinite -1E-1006 -> 1
|
---|
517 | bool0268 isfinite 1E-1000 -> 1
|
---|
518 | bool0269 isfinite -1E-1000 -> 1
|
---|
519 | bool0270 isfinite 1E-999 -> 1
|
---|
520 | bool0271 isfinite -1E-999 -> 1
|
---|
521 | bool0272 isfinite 1E-998 -> 1
|
---|
522 | bool0273 isfinite -1E-998 -> 1
|
---|
523 | bool0274 isfinite 1E-100 -> 1
|
---|
524 | bool0275 isfinite -1E-100 -> 1
|
---|
525 | bool0276 isfinite 0.000001 -> 1
|
---|
526 | bool0277 isfinite -0.000001 -> 1
|
---|
527 | bool0278 isfinite 0.001 -> 1
|
---|
528 | bool0279 isfinite -0.001 -> 1
|
---|
529 | bool0280 isfinite 0.01 -> 1
|
---|
530 | bool0281 isfinite -0.01 -> 1
|
---|
531 | bool0282 isfinite 0.1 -> 1
|
---|
532 | bool0283 isfinite -0.1 -> 1
|
---|
533 | bool0284 isfinite 1 -> 1
|
---|
534 | bool0285 isfinite -1 -> 1
|
---|
535 | bool0286 isfinite 1E+1 -> 1
|
---|
536 | bool0287 isfinite -1E+1 -> 1
|
---|
537 | bool0288 isfinite 1E+2 -> 1
|
---|
538 | bool0289 isfinite -1E+2 -> 1
|
---|
539 | bool0290 isfinite 1E+3 -> 1
|
---|
540 | bool0291 isfinite -1E+3 -> 1
|
---|
541 | bool0292 isfinite 1E+6 -> 1
|
---|
542 | bool0293 isfinite -1E+6 -> 1
|
---|
543 | bool0294 isfinite 1E+100 -> 1
|
---|
544 | bool0295 isfinite -1E+100 -> 1
|
---|
545 | bool0296 isfinite 1E+990 -> 1
|
---|
546 | bool0297 isfinite -1E+990 -> 1
|
---|
547 | bool0298 isfinite 1E+991 -> 1
|
---|
548 | bool0299 isfinite -1E+991 -> 1
|
---|
549 | bool0300 isfinite 1E+992 -> 1
|
---|
550 | bool0301 isfinite -1E+992 -> 1
|
---|
551 | bool0302 isfinite 1E+998 -> 1
|
---|
552 | bool0303 isfinite -1E+998 -> 1
|
---|
553 | bool0304 isfinite 1E+999 -> 1
|
---|
554 | bool0305 isfinite -1E+999 -> 1
|
---|
555 | bool0306 isfinite 1E+1000 -> 1
|
---|
556 | bool0307 isfinite -1E+1000 -> 1
|
---|
557 | bool0308 isfinite 1E+2000 -> 1
|
---|
558 | bool0309 isfinite -1E+2000 -> 1
|
---|
559 | bool0310 isfinite 9E-2000 -> 1
|
---|
560 | bool0311 isfinite -9E-2000 -> 1
|
---|
561 | bool0312 isfinite 9E-1008 -> 1
|
---|
562 | bool0313 isfinite -9E-1008 -> 1
|
---|
563 | bool0314 isfinite 9E-1007 -> 1
|
---|
564 | bool0315 isfinite -9E-1007 -> 1
|
---|
565 | bool0316 isfinite 9E-1006 -> 1
|
---|
566 | bool0317 isfinite -9E-1006 -> 1
|
---|
567 | bool0318 isfinite 9E-1000 -> 1
|
---|
568 | bool0319 isfinite -9E-1000 -> 1
|
---|
569 | bool0320 isfinite 9E-999 -> 1
|
---|
570 | bool0321 isfinite -9E-999 -> 1
|
---|
571 | bool0322 isfinite 9E-998 -> 1
|
---|
572 | bool0323 isfinite -9E-998 -> 1
|
---|
573 | bool0324 isfinite 9E-100 -> 1
|
---|
574 | bool0325 isfinite -9E-100 -> 1
|
---|
575 | bool0326 isfinite 0.000009 -> 1
|
---|
576 | bool0327 isfinite -0.000009 -> 1
|
---|
577 | bool0328 isfinite 0.009 -> 1
|
---|
578 | bool0329 isfinite -0.009 -> 1
|
---|
579 | bool0330 isfinite 0.09 -> 1
|
---|
580 | bool0331 isfinite -0.09 -> 1
|
---|
581 | bool0332 isfinite 0.9 -> 1
|
---|
582 | bool0333 isfinite -0.9 -> 1
|
---|
583 | bool0334 isfinite 9 -> 1
|
---|
584 | bool0335 isfinite -9 -> 1
|
---|
585 | bool0336 isfinite 9E+1 -> 1
|
---|
586 | bool0337 isfinite -9E+1 -> 1
|
---|
587 | bool0338 isfinite 9E+2 -> 1
|
---|
588 | bool0339 isfinite -9E+2 -> 1
|
---|
589 | bool0340 isfinite 9E+3 -> 1
|
---|
590 | bool0341 isfinite -9E+3 -> 1
|
---|
591 | bool0342 isfinite 9E+6 -> 1
|
---|
592 | bool0343 isfinite -9E+6 -> 1
|
---|
593 | bool0344 isfinite 9E+100 -> 1
|
---|
594 | bool0345 isfinite -9E+100 -> 1
|
---|
595 | bool0346 isfinite 9E+990 -> 1
|
---|
596 | bool0347 isfinite -9E+990 -> 1
|
---|
597 | bool0348 isfinite 9E+991 -> 1
|
---|
598 | bool0349 isfinite -9E+991 -> 1
|
---|
599 | bool0350 isfinite 9E+992 -> 1
|
---|
600 | bool0351 isfinite -9E+992 -> 1
|
---|
601 | bool0352 isfinite 9E+998 -> 1
|
---|
602 | bool0353 isfinite -9E+998 -> 1
|
---|
603 | bool0354 isfinite 9E+999 -> 1
|
---|
604 | bool0355 isfinite -9E+999 -> 1
|
---|
605 | bool0356 isfinite 9E+1000 -> 1
|
---|
606 | bool0357 isfinite -9E+1000 -> 1
|
---|
607 | bool0358 isfinite 9E+2000 -> 1
|
---|
608 | bool0359 isfinite -9E+2000 -> 1
|
---|
609 | bool0360 isfinite 9.99999999E-2000 -> 1
|
---|
610 | bool0361 isfinite -9.99999999E-2000 -> 1
|
---|
611 | bool0362 isfinite 9.99999999E-1008 -> 1
|
---|
612 | bool0363 isfinite -9.99999999E-1008 -> 1
|
---|
613 | bool0364 isfinite 9.99999999E-1007 -> 1
|
---|
614 | bool0365 isfinite -9.99999999E-1007 -> 1
|
---|
615 | bool0366 isfinite 9.99999999E-1006 -> 1
|
---|
616 | bool0367 isfinite -9.99999999E-1006 -> 1
|
---|
617 | bool0368 isfinite 9.99999999E-1000 -> 1
|
---|
618 | bool0369 isfinite -9.99999999E-1000 -> 1
|
---|
619 | bool0370 isfinite 9.99999999E-999 -> 1
|
---|
620 | bool0371 isfinite -9.99999999E-999 -> 1
|
---|
621 | bool0372 isfinite 9.99999999E-998 -> 1
|
---|
622 | bool0373 isfinite -9.99999999E-998 -> 1
|
---|
623 | bool0374 isfinite 9.99999999E-100 -> 1
|
---|
624 | bool0375 isfinite -9.99999999E-100 -> 1
|
---|
625 | bool0376 isfinite 0.00000999999999 -> 1
|
---|
626 | bool0377 isfinite -0.00000999999999 -> 1
|
---|
627 | bool0378 isfinite 0.00999999999 -> 1
|
---|
628 | bool0379 isfinite -0.00999999999 -> 1
|
---|
629 | bool0380 isfinite 0.0999999999 -> 1
|
---|
630 | bool0381 isfinite -0.0999999999 -> 1
|
---|
631 | bool0382 isfinite 0.999999999 -> 1
|
---|
632 | bool0383 isfinite -0.999999999 -> 1
|
---|
633 | bool0384 isfinite 9.99999999 -> 1
|
---|
634 | bool0385 isfinite -9.99999999 -> 1
|
---|
635 | bool0386 isfinite 99.9999999 -> 1
|
---|
636 | bool0387 isfinite -99.9999999 -> 1
|
---|
637 | bool0388 isfinite 999.999999 -> 1
|
---|
638 | bool0389 isfinite -999.999999 -> 1
|
---|
639 | bool0390 isfinite 9999.99999 -> 1
|
---|
640 | bool0391 isfinite -9999.99999 -> 1
|
---|
641 | bool0392 isfinite 9999999.99 -> 1
|
---|
642 | bool0393 isfinite -9999999.99 -> 1
|
---|
643 | bool0394 isfinite 9.99999999E+100 -> 1
|
---|
644 | bool0395 isfinite -9.99999999E+100 -> 1
|
---|
645 | bool0396 isfinite 9.99999999E+990 -> 1
|
---|
646 | bool0397 isfinite -9.99999999E+990 -> 1
|
---|
647 | bool0398 isfinite 9.99999999E+991 -> 1
|
---|
648 | bool0399 isfinite -9.99999999E+991 -> 1
|
---|
649 | bool0400 isfinite 9.99999999E+992 -> 1
|
---|
650 | bool0401 isfinite -9.99999999E+992 -> 1
|
---|
651 | bool0402 isfinite 9.99999999E+998 -> 1
|
---|
652 | bool0403 isfinite -9.99999999E+998 -> 1
|
---|
653 | bool0404 isfinite 9.99999999E+999 -> 1
|
---|
654 | bool0405 isfinite -9.99999999E+999 -> 1
|
---|
655 | bool0406 isfinite 9.99999999E+1000 -> 1
|
---|
656 | bool0407 isfinite -9.99999999E+1000 -> 1
|
---|
657 | bool0408 isfinite 9.99999999E+2000 -> 1
|
---|
658 | bool0409 isfinite -9.99999999E+2000 -> 1
|
---|
659 | bool0410 isfinite Infinity -> 0
|
---|
660 | bool0411 isfinite -Infinity -> 0
|
---|
661 | bool0412 isfinite NaN -> 0
|
---|
662 | bool0413 isfinite -NaN -> 0
|
---|
663 | bool0414 isfinite NaN123 -> 0
|
---|
664 | bool0415 isfinite -NaN123 -> 0
|
---|
665 | bool0416 isfinite sNaN -> 0
|
---|
666 | bool0417 isfinite -sNaN -> 0
|
---|
667 | bool0418 isfinite sNaN123 -> 0
|
---|
668 | bool0419 isfinite -sNaN123 -> 0
|
---|
669 | bool0420 isinfinite 0E-2000 -> 0
|
---|
670 | bool0421 isinfinite -0E-2000 -> 0
|
---|
671 | bool0422 isinfinite 0E-1008 -> 0
|
---|
672 | bool0423 isinfinite -0E-1008 -> 0
|
---|
673 | bool0424 isinfinite 0E-1007 -> 0
|
---|
674 | bool0425 isinfinite -0E-1007 -> 0
|
---|
675 | bool0426 isinfinite 0E-1006 -> 0
|
---|
676 | bool0427 isinfinite -0E-1006 -> 0
|
---|
677 | bool0428 isinfinite 0E-1000 -> 0
|
---|
678 | bool0429 isinfinite -0E-1000 -> 0
|
---|
679 | bool0430 isinfinite 0E-999 -> 0
|
---|
680 | bool0431 isinfinite -0E-999 -> 0
|
---|
681 | bool0432 isinfinite 0E-998 -> 0
|
---|
682 | bool0433 isinfinite -0E-998 -> 0
|
---|
683 | bool0434 isinfinite 0E-100 -> 0
|
---|
684 | bool0435 isinfinite -0E-100 -> 0
|
---|
685 | bool0436 isinfinite 0.000000 -> 0
|
---|
686 | bool0437 isinfinite -0.000000 -> 0
|
---|
687 | bool0438 isinfinite 0.000 -> 0
|
---|
688 | bool0439 isinfinite -0.000 -> 0
|
---|
689 | bool0440 isinfinite 0.00 -> 0
|
---|
690 | bool0441 isinfinite -0.00 -> 0
|
---|
691 | bool0442 isinfinite 0.0 -> 0
|
---|
692 | bool0443 isinfinite -0.0 -> 0
|
---|
693 | bool0444 isinfinite 0 -> 0
|
---|
694 | bool0445 isinfinite -0 -> 0
|
---|
695 | bool0446 isinfinite 0E+1 -> 0
|
---|
696 | bool0447 isinfinite -0E+1 -> 0
|
---|
697 | bool0448 isinfinite 0E+2 -> 0
|
---|
698 | bool0449 isinfinite -0E+2 -> 0
|
---|
699 | bool0450 isinfinite 0E+3 -> 0
|
---|
700 | bool0451 isinfinite -0E+3 -> 0
|
---|
701 | bool0452 isinfinite 0E+6 -> 0
|
---|
702 | bool0453 isinfinite -0E+6 -> 0
|
---|
703 | bool0454 isinfinite 0E+100 -> 0
|
---|
704 | bool0455 isinfinite -0E+100 -> 0
|
---|
705 | bool0456 isinfinite 0E+990 -> 0
|
---|
706 | bool0457 isinfinite -0E+990 -> 0
|
---|
707 | bool0458 isinfinite 0E+991 -> 0
|
---|
708 | bool0459 isinfinite -0E+991 -> 0
|
---|
709 | bool0460 isinfinite 0E+992 -> 0
|
---|
710 | bool0461 isinfinite -0E+992 -> 0
|
---|
711 | bool0462 isinfinite 0E+998 -> 0
|
---|
712 | bool0463 isinfinite -0E+998 -> 0
|
---|
713 | bool0464 isinfinite 0E+999 -> 0
|
---|
714 | bool0465 isinfinite -0E+999 -> 0
|
---|
715 | bool0466 isinfinite 0E+1000 -> 0
|
---|
716 | bool0467 isinfinite -0E+1000 -> 0
|
---|
717 | bool0468 isinfinite 0E+2000 -> 0
|
---|
718 | bool0469 isinfinite -0E+2000 -> 0
|
---|
719 | bool0470 isinfinite 1E-2000 -> 0
|
---|
720 | bool0471 isinfinite -1E-2000 -> 0
|
---|
721 | bool0472 isinfinite 1E-1008 -> 0
|
---|
722 | bool0473 isinfinite -1E-1008 -> 0
|
---|
723 | bool0474 isinfinite 1E-1007 -> 0
|
---|
724 | bool0475 isinfinite -1E-1007 -> 0
|
---|
725 | bool0476 isinfinite 1E-1006 -> 0
|
---|
726 | bool0477 isinfinite -1E-1006 -> 0
|
---|
727 | bool0478 isinfinite 1E-1000 -> 0
|
---|
728 | bool0479 isinfinite -1E-1000 -> 0
|
---|
729 | bool0480 isinfinite 1E-999 -> 0
|
---|
730 | bool0481 isinfinite -1E-999 -> 0
|
---|
731 | bool0482 isinfinite 1E-998 -> 0
|
---|
732 | bool0483 isinfinite -1E-998 -> 0
|
---|
733 | bool0484 isinfinite 1E-100 -> 0
|
---|
734 | bool0485 isinfinite -1E-100 -> 0
|
---|
735 | bool0486 isinfinite 0.000001 -> 0
|
---|
736 | bool0487 isinfinite -0.000001 -> 0
|
---|
737 | bool0488 isinfinite 0.001 -> 0
|
---|
738 | bool0489 isinfinite -0.001 -> 0
|
---|
739 | bool0490 isinfinite 0.01 -> 0
|
---|
740 | bool0491 isinfinite -0.01 -> 0
|
---|
741 | bool0492 isinfinite 0.1 -> 0
|
---|
742 | bool0493 isinfinite -0.1 -> 0
|
---|
743 | bool0494 isinfinite 1 -> 0
|
---|
744 | bool0495 isinfinite -1 -> 0
|
---|
745 | bool0496 isinfinite 1E+1 -> 0
|
---|
746 | bool0497 isinfinite -1E+1 -> 0
|
---|
747 | bool0498 isinfinite 1E+2 -> 0
|
---|
748 | bool0499 isinfinite -1E+2 -> 0
|
---|
749 | bool0500 isinfinite 1E+3 -> 0
|
---|
750 | bool0501 isinfinite -1E+3 -> 0
|
---|
751 | bool0502 isinfinite 1E+6 -> 0
|
---|
752 | bool0503 isinfinite -1E+6 -> 0
|
---|
753 | bool0504 isinfinite 1E+100 -> 0
|
---|
754 | bool0505 isinfinite -1E+100 -> 0
|
---|
755 | bool0506 isinfinite 1E+990 -> 0
|
---|
756 | bool0507 isinfinite -1E+990 -> 0
|
---|
757 | bool0508 isinfinite 1E+991 -> 0
|
---|
758 | bool0509 isinfinite -1E+991 -> 0
|
---|
759 | bool0510 isinfinite 1E+992 -> 0
|
---|
760 | bool0511 isinfinite -1E+992 -> 0
|
---|
761 | bool0512 isinfinite 1E+998 -> 0
|
---|
762 | bool0513 isinfinite -1E+998 -> 0
|
---|
763 | bool0514 isinfinite 1E+999 -> 0
|
---|
764 | bool0515 isinfinite -1E+999 -> 0
|
---|
765 | bool0516 isinfinite 1E+1000 -> 0
|
---|
766 | bool0517 isinfinite -1E+1000 -> 0
|
---|
767 | bool0518 isinfinite 1E+2000 -> 0
|
---|
768 | bool0519 isinfinite -1E+2000 -> 0
|
---|
769 | bool0520 isinfinite 9E-2000 -> 0
|
---|
770 | bool0521 isinfinite -9E-2000 -> 0
|
---|
771 | bool0522 isinfinite 9E-1008 -> 0
|
---|
772 | bool0523 isinfinite -9E-1008 -> 0
|
---|
773 | bool0524 isinfinite 9E-1007 -> 0
|
---|
774 | bool0525 isinfinite -9E-1007 -> 0
|
---|
775 | bool0526 isinfinite 9E-1006 -> 0
|
---|
776 | bool0527 isinfinite -9E-1006 -> 0
|
---|
777 | bool0528 isinfinite 9E-1000 -> 0
|
---|
778 | bool0529 isinfinite -9E-1000 -> 0
|
---|
779 | bool0530 isinfinite 9E-999 -> 0
|
---|
780 | bool0531 isinfinite -9E-999 -> 0
|
---|
781 | bool0532 isinfinite 9E-998 -> 0
|
---|
782 | bool0533 isinfinite -9E-998 -> 0
|
---|
783 | bool0534 isinfinite 9E-100 -> 0
|
---|
784 | bool0535 isinfinite -9E-100 -> 0
|
---|
785 | bool0536 isinfinite 0.000009 -> 0
|
---|
786 | bool0537 isinfinite -0.000009 -> 0
|
---|
787 | bool0538 isinfinite 0.009 -> 0
|
---|
788 | bool0539 isinfinite -0.009 -> 0
|
---|
789 | bool0540 isinfinite 0.09 -> 0
|
---|
790 | bool0541 isinfinite -0.09 -> 0
|
---|
791 | bool0542 isinfinite 0.9 -> 0
|
---|
792 | bool0543 isinfinite -0.9 -> 0
|
---|
793 | bool0544 isinfinite 9 -> 0
|
---|
794 | bool0545 isinfinite -9 -> 0
|
---|
795 | bool0546 isinfinite 9E+1 -> 0
|
---|
796 | bool0547 isinfinite -9E+1 -> 0
|
---|
797 | bool0548 isinfinite 9E+2 -> 0
|
---|
798 | bool0549 isinfinite -9E+2 -> 0
|
---|
799 | bool0550 isinfinite 9E+3 -> 0
|
---|
800 | bool0551 isinfinite -9E+3 -> 0
|
---|
801 | bool0552 isinfinite 9E+6 -> 0
|
---|
802 | bool0553 isinfinite -9E+6 -> 0
|
---|
803 | bool0554 isinfinite 9E+100 -> 0
|
---|
804 | bool0555 isinfinite -9E+100 -> 0
|
---|
805 | bool0556 isinfinite 9E+990 -> 0
|
---|
806 | bool0557 isinfinite -9E+990 -> 0
|
---|
807 | bool0558 isinfinite 9E+991 -> 0
|
---|
808 | bool0559 isinfinite -9E+991 -> 0
|
---|
809 | bool0560 isinfinite 9E+992 -> 0
|
---|
810 | bool0561 isinfinite -9E+992 -> 0
|
---|
811 | bool0562 isinfinite 9E+998 -> 0
|
---|
812 | bool0563 isinfinite -9E+998 -> 0
|
---|
813 | bool0564 isinfinite 9E+999 -> 0
|
---|
814 | bool0565 isinfinite -9E+999 -> 0
|
---|
815 | bool0566 isinfinite 9E+1000 -> 0
|
---|
816 | bool0567 isinfinite -9E+1000 -> 0
|
---|
817 | bool0568 isinfinite 9E+2000 -> 0
|
---|
818 | bool0569 isinfinite -9E+2000 -> 0
|
---|
819 | bool0570 isinfinite 9.99999999E-2000 -> 0
|
---|
820 | bool0571 isinfinite -9.99999999E-2000 -> 0
|
---|
821 | bool0572 isinfinite 9.99999999E-1008 -> 0
|
---|
822 | bool0573 isinfinite -9.99999999E-1008 -> 0
|
---|
823 | bool0574 isinfinite 9.99999999E-1007 -> 0
|
---|
824 | bool0575 isinfinite -9.99999999E-1007 -> 0
|
---|
825 | bool0576 isinfinite 9.99999999E-1006 -> 0
|
---|
826 | bool0577 isinfinite -9.99999999E-1006 -> 0
|
---|
827 | bool0578 isinfinite 9.99999999E-1000 -> 0
|
---|
828 | bool0579 isinfinite -9.99999999E-1000 -> 0
|
---|
829 | bool0580 isinfinite 9.99999999E-999 -> 0
|
---|
830 | bool0581 isinfinite -9.99999999E-999 -> 0
|
---|
831 | bool0582 isinfinite 9.99999999E-998 -> 0
|
---|
832 | bool0583 isinfinite -9.99999999E-998 -> 0
|
---|
833 | bool0584 isinfinite 9.99999999E-100 -> 0
|
---|
834 | bool0585 isinfinite -9.99999999E-100 -> 0
|
---|
835 | bool0586 isinfinite 0.00000999999999 -> 0
|
---|
836 | bool0587 isinfinite -0.00000999999999 -> 0
|
---|
837 | bool0588 isinfinite 0.00999999999 -> 0
|
---|
838 | bool0589 isinfinite -0.00999999999 -> 0
|
---|
839 | bool0590 isinfinite 0.0999999999 -> 0
|
---|
840 | bool0591 isinfinite -0.0999999999 -> 0
|
---|
841 | bool0592 isinfinite 0.999999999 -> 0
|
---|
842 | bool0593 isinfinite -0.999999999 -> 0
|
---|
843 | bool0594 isinfinite 9.99999999 -> 0
|
---|
844 | bool0595 isinfinite -9.99999999 -> 0
|
---|
845 | bool0596 isinfinite 99.9999999 -> 0
|
---|
846 | bool0597 isinfinite -99.9999999 -> 0
|
---|
847 | bool0598 isinfinite 999.999999 -> 0
|
---|
848 | bool0599 isinfinite -999.999999 -> 0
|
---|
849 | bool0600 isinfinite 9999.99999 -> 0
|
---|
850 | bool0601 isinfinite -9999.99999 -> 0
|
---|
851 | bool0602 isinfinite 9999999.99 -> 0
|
---|
852 | bool0603 isinfinite -9999999.99 -> 0
|
---|
853 | bool0604 isinfinite 9.99999999E+100 -> 0
|
---|
854 | bool0605 isinfinite -9.99999999E+100 -> 0
|
---|
855 | bool0606 isinfinite 9.99999999E+990 -> 0
|
---|
856 | bool0607 isinfinite -9.99999999E+990 -> 0
|
---|
857 | bool0608 isinfinite 9.99999999E+991 -> 0
|
---|
858 | bool0609 isinfinite -9.99999999E+991 -> 0
|
---|
859 | bool0610 isinfinite 9.99999999E+992 -> 0
|
---|
860 | bool0611 isinfinite -9.99999999E+992 -> 0
|
---|
861 | bool0612 isinfinite 9.99999999E+998 -> 0
|
---|
862 | bool0613 isinfinite -9.99999999E+998 -> 0
|
---|
863 | bool0614 isinfinite 9.99999999E+999 -> 0
|
---|
864 | bool0615 isinfinite -9.99999999E+999 -> 0
|
---|
865 | bool0616 isinfinite 9.99999999E+1000 -> 0
|
---|
866 | bool0617 isinfinite -9.99999999E+1000 -> 0
|
---|
867 | bool0618 isinfinite 9.99999999E+2000 -> 0
|
---|
868 | bool0619 isinfinite -9.99999999E+2000 -> 0
|
---|
869 | bool0620 isinfinite Infinity -> 1
|
---|
870 | bool0621 isinfinite -Infinity -> 1
|
---|
871 | bool0622 isinfinite NaN -> 0
|
---|
872 | bool0623 isinfinite -NaN -> 0
|
---|
873 | bool0624 isinfinite NaN123 -> 0
|
---|
874 | bool0625 isinfinite -NaN123 -> 0
|
---|
875 | bool0626 isinfinite sNaN -> 0
|
---|
876 | bool0627 isinfinite -sNaN -> 0
|
---|
877 | bool0628 isinfinite sNaN123 -> 0
|
---|
878 | bool0629 isinfinite -sNaN123 -> 0
|
---|
879 | bool0630 isnan 0E-2000 -> 0
|
---|
880 | bool0631 isnan -0E-2000 -> 0
|
---|
881 | bool0632 isnan 0E-1008 -> 0
|
---|
882 | bool0633 isnan -0E-1008 -> 0
|
---|
883 | bool0634 isnan 0E-1007 -> 0
|
---|
884 | bool0635 isnan -0E-1007 -> 0
|
---|
885 | bool0636 isnan 0E-1006 -> 0
|
---|
886 | bool0637 isnan -0E-1006 -> 0
|
---|
887 | bool0638 isnan 0E-1000 -> 0
|
---|
888 | bool0639 isnan -0E-1000 -> 0
|
---|
889 | bool0640 isnan 0E-999 -> 0
|
---|
890 | bool0641 isnan -0E-999 -> 0
|
---|
891 | bool0642 isnan 0E-998 -> 0
|
---|
892 | bool0643 isnan -0E-998 -> 0
|
---|
893 | bool0644 isnan 0E-100 -> 0
|
---|
894 | bool0645 isnan -0E-100 -> 0
|
---|
895 | bool0646 isnan 0.000000 -> 0
|
---|
896 | bool0647 isnan -0.000000 -> 0
|
---|
897 | bool0648 isnan 0.000 -> 0
|
---|
898 | bool0649 isnan -0.000 -> 0
|
---|
899 | bool0650 isnan 0.00 -> 0
|
---|
900 | bool0651 isnan -0.00 -> 0
|
---|
901 | bool0652 isnan 0.0 -> 0
|
---|
902 | bool0653 isnan -0.0 -> 0
|
---|
903 | bool0654 isnan 0 -> 0
|
---|
904 | bool0655 isnan -0 -> 0
|
---|
905 | bool0656 isnan 0E+1 -> 0
|
---|
906 | bool0657 isnan -0E+1 -> 0
|
---|
907 | bool0658 isnan 0E+2 -> 0
|
---|
908 | bool0659 isnan -0E+2 -> 0
|
---|
909 | bool0660 isnan 0E+3 -> 0
|
---|
910 | bool0661 isnan -0E+3 -> 0
|
---|
911 | bool0662 isnan 0E+6 -> 0
|
---|
912 | bool0663 isnan -0E+6 -> 0
|
---|
913 | bool0664 isnan 0E+100 -> 0
|
---|
914 | bool0665 isnan -0E+100 -> 0
|
---|
915 | bool0666 isnan 0E+990 -> 0
|
---|
916 | bool0667 isnan -0E+990 -> 0
|
---|
917 | bool0668 isnan 0E+991 -> 0
|
---|
918 | bool0669 isnan -0E+991 -> 0
|
---|
919 | bool0670 isnan 0E+992 -> 0
|
---|
920 | bool0671 isnan -0E+992 -> 0
|
---|
921 | bool0672 isnan 0E+998 -> 0
|
---|
922 | bool0673 isnan -0E+998 -> 0
|
---|
923 | bool0674 isnan 0E+999 -> 0
|
---|
924 | bool0675 isnan -0E+999 -> 0
|
---|
925 | bool0676 isnan 0E+1000 -> 0
|
---|
926 | bool0677 isnan -0E+1000 -> 0
|
---|
927 | bool0678 isnan 0E+2000 -> 0
|
---|
928 | bool0679 isnan -0E+2000 -> 0
|
---|
929 | bool0680 isnan 1E-2000 -> 0
|
---|
930 | bool0681 isnan -1E-2000 -> 0
|
---|
931 | bool0682 isnan 1E-1008 -> 0
|
---|
932 | bool0683 isnan -1E-1008 -> 0
|
---|
933 | bool0684 isnan 1E-1007 -> 0
|
---|
934 | bool0685 isnan -1E-1007 -> 0
|
---|
935 | bool0686 isnan 1E-1006 -> 0
|
---|
936 | bool0687 isnan -1E-1006 -> 0
|
---|
937 | bool0688 isnan 1E-1000 -> 0
|
---|
938 | bool0689 isnan -1E-1000 -> 0
|
---|
939 | bool0690 isnan 1E-999 -> 0
|
---|
940 | bool0691 isnan -1E-999 -> 0
|
---|
941 | bool0692 isnan 1E-998 -> 0
|
---|
942 | bool0693 isnan -1E-998 -> 0
|
---|
943 | bool0694 isnan 1E-100 -> 0
|
---|
944 | bool0695 isnan -1E-100 -> 0
|
---|
945 | bool0696 isnan 0.000001 -> 0
|
---|
946 | bool0697 isnan -0.000001 -> 0
|
---|
947 | bool0698 isnan 0.001 -> 0
|
---|
948 | bool0699 isnan -0.001 -> 0
|
---|
949 | bool0700 isnan 0.01 -> 0
|
---|
950 | bool0701 isnan -0.01 -> 0
|
---|
951 | bool0702 isnan 0.1 -> 0
|
---|
952 | bool0703 isnan -0.1 -> 0
|
---|
953 | bool0704 isnan 1 -> 0
|
---|
954 | bool0705 isnan -1 -> 0
|
---|
955 | bool0706 isnan 1E+1 -> 0
|
---|
956 | bool0707 isnan -1E+1 -> 0
|
---|
957 | bool0708 isnan 1E+2 -> 0
|
---|
958 | bool0709 isnan -1E+2 -> 0
|
---|
959 | bool0710 isnan 1E+3 -> 0
|
---|
960 | bool0711 isnan -1E+3 -> 0
|
---|
961 | bool0712 isnan 1E+6 -> 0
|
---|
962 | bool0713 isnan -1E+6 -> 0
|
---|
963 | bool0714 isnan 1E+100 -> 0
|
---|
964 | bool0715 isnan -1E+100 -> 0
|
---|
965 | bool0716 isnan 1E+990 -> 0
|
---|
966 | bool0717 isnan -1E+990 -> 0
|
---|
967 | bool0718 isnan 1E+991 -> 0
|
---|
968 | bool0719 isnan -1E+991 -> 0
|
---|
969 | bool0720 isnan 1E+992 -> 0
|
---|
970 | bool0721 isnan -1E+992 -> 0
|
---|
971 | bool0722 isnan 1E+998 -> 0
|
---|
972 | bool0723 isnan -1E+998 -> 0
|
---|
973 | bool0724 isnan 1E+999 -> 0
|
---|
974 | bool0725 isnan -1E+999 -> 0
|
---|
975 | bool0726 isnan 1E+1000 -> 0
|
---|
976 | bool0727 isnan -1E+1000 -> 0
|
---|
977 | bool0728 isnan 1E+2000 -> 0
|
---|
978 | bool0729 isnan -1E+2000 -> 0
|
---|
979 | bool0730 isnan 9E-2000 -> 0
|
---|
980 | bool0731 isnan -9E-2000 -> 0
|
---|
981 | bool0732 isnan 9E-1008 -> 0
|
---|
982 | bool0733 isnan -9E-1008 -> 0
|
---|
983 | bool0734 isnan 9E-1007 -> 0
|
---|
984 | bool0735 isnan -9E-1007 -> 0
|
---|
985 | bool0736 isnan 9E-1006 -> 0
|
---|
986 | bool0737 isnan -9E-1006 -> 0
|
---|
987 | bool0738 isnan 9E-1000 -> 0
|
---|
988 | bool0739 isnan -9E-1000 -> 0
|
---|
989 | bool0740 isnan 9E-999 -> 0
|
---|
990 | bool0741 isnan -9E-999 -> 0
|
---|
991 | bool0742 isnan 9E-998 -> 0
|
---|
992 | bool0743 isnan -9E-998 -> 0
|
---|
993 | bool0744 isnan 9E-100 -> 0
|
---|
994 | bool0745 isnan -9E-100 -> 0
|
---|
995 | bool0746 isnan 0.000009 -> 0
|
---|
996 | bool0747 isnan -0.000009 -> 0
|
---|
997 | bool0748 isnan 0.009 -> 0
|
---|
998 | bool0749 isnan -0.009 -> 0
|
---|
999 | bool0750 isnan 0.09 -> 0
|
---|
1000 | bool0751 isnan -0.09 -> 0
|
---|
1001 | bool0752 isnan 0.9 -> 0
|
---|
1002 | bool0753 isnan -0.9 -> 0
|
---|
1003 | bool0754 isnan 9 -> 0
|
---|
1004 | bool0755 isnan -9 -> 0
|
---|
1005 | bool0756 isnan 9E+1 -> 0
|
---|
1006 | bool0757 isnan -9E+1 -> 0
|
---|
1007 | bool0758 isnan 9E+2 -> 0
|
---|
1008 | bool0759 isnan -9E+2 -> 0
|
---|
1009 | bool0760 isnan 9E+3 -> 0
|
---|
1010 | bool0761 isnan -9E+3 -> 0
|
---|
1011 | bool0762 isnan 9E+6 -> 0
|
---|
1012 | bool0763 isnan -9E+6 -> 0
|
---|
1013 | bool0764 isnan 9E+100 -> 0
|
---|
1014 | bool0765 isnan -9E+100 -> 0
|
---|
1015 | bool0766 isnan 9E+990 -> 0
|
---|
1016 | bool0767 isnan -9E+990 -> 0
|
---|
1017 | bool0768 isnan 9E+991 -> 0
|
---|
1018 | bool0769 isnan -9E+991 -> 0
|
---|
1019 | bool0770 isnan 9E+992 -> 0
|
---|
1020 | bool0771 isnan -9E+992 -> 0
|
---|
1021 | bool0772 isnan 9E+998 -> 0
|
---|
1022 | bool0773 isnan -9E+998 -> 0
|
---|
1023 | bool0774 isnan 9E+999 -> 0
|
---|
1024 | bool0775 isnan -9E+999 -> 0
|
---|
1025 | bool0776 isnan 9E+1000 -> 0
|
---|
1026 | bool0777 isnan -9E+1000 -> 0
|
---|
1027 | bool0778 isnan 9E+2000 -> 0
|
---|
1028 | bool0779 isnan -9E+2000 -> 0
|
---|
1029 | bool0780 isnan 9.99999999E-2000 -> 0
|
---|
1030 | bool0781 isnan -9.99999999E-2000 -> 0
|
---|
1031 | bool0782 isnan 9.99999999E-1008 -> 0
|
---|
1032 | bool0783 isnan -9.99999999E-1008 -> 0
|
---|
1033 | bool0784 isnan 9.99999999E-1007 -> 0
|
---|
1034 | bool0785 isnan -9.99999999E-1007 -> 0
|
---|
1035 | bool0786 isnan 9.99999999E-1006 -> 0
|
---|
1036 | bool0787 isnan -9.99999999E-1006 -> 0
|
---|
1037 | bool0788 isnan 9.99999999E-1000 -> 0
|
---|
1038 | bool0789 isnan -9.99999999E-1000 -> 0
|
---|
1039 | bool0790 isnan 9.99999999E-999 -> 0
|
---|
1040 | bool0791 isnan -9.99999999E-999 -> 0
|
---|
1041 | bool0792 isnan 9.99999999E-998 -> 0
|
---|
1042 | bool0793 isnan -9.99999999E-998 -> 0
|
---|
1043 | bool0794 isnan 9.99999999E-100 -> 0
|
---|
1044 | bool0795 isnan -9.99999999E-100 -> 0
|
---|
1045 | bool0796 isnan 0.00000999999999 -> 0
|
---|
1046 | bool0797 isnan -0.00000999999999 -> 0
|
---|
1047 | bool0798 isnan 0.00999999999 -> 0
|
---|
1048 | bool0799 isnan -0.00999999999 -> 0
|
---|
1049 | bool0800 isnan 0.0999999999 -> 0
|
---|
1050 | bool0801 isnan -0.0999999999 -> 0
|
---|
1051 | bool0802 isnan 0.999999999 -> 0
|
---|
1052 | bool0803 isnan -0.999999999 -> 0
|
---|
1053 | bool0804 isnan 9.99999999 -> 0
|
---|
1054 | bool0805 isnan -9.99999999 -> 0
|
---|
1055 | bool0806 isnan 99.9999999 -> 0
|
---|
1056 | bool0807 isnan -99.9999999 -> 0
|
---|
1057 | bool0808 isnan 999.999999 -> 0
|
---|
1058 | bool0809 isnan -999.999999 -> 0
|
---|
1059 | bool0810 isnan 9999.99999 -> 0
|
---|
1060 | bool0811 isnan -9999.99999 -> 0
|
---|
1061 | bool0812 isnan 9999999.99 -> 0
|
---|
1062 | bool0813 isnan -9999999.99 -> 0
|
---|
1063 | bool0814 isnan 9.99999999E+100 -> 0
|
---|
1064 | bool0815 isnan -9.99999999E+100 -> 0
|
---|
1065 | bool0816 isnan 9.99999999E+990 -> 0
|
---|
1066 | bool0817 isnan -9.99999999E+990 -> 0
|
---|
1067 | bool0818 isnan 9.99999999E+991 -> 0
|
---|
1068 | bool0819 isnan -9.99999999E+991 -> 0
|
---|
1069 | bool0820 isnan 9.99999999E+992 -> 0
|
---|
1070 | bool0821 isnan -9.99999999E+992 -> 0
|
---|
1071 | bool0822 isnan 9.99999999E+998 -> 0
|
---|
1072 | bool0823 isnan -9.99999999E+998 -> 0
|
---|
1073 | bool0824 isnan 9.99999999E+999 -> 0
|
---|
1074 | bool0825 isnan -9.99999999E+999 -> 0
|
---|
1075 | bool0826 isnan 9.99999999E+1000 -> 0
|
---|
1076 | bool0827 isnan -9.99999999E+1000 -> 0
|
---|
1077 | bool0828 isnan 9.99999999E+2000 -> 0
|
---|
1078 | bool0829 isnan -9.99999999E+2000 -> 0
|
---|
1079 | bool0830 isnan Infinity -> 0
|
---|
1080 | bool0831 isnan -Infinity -> 0
|
---|
1081 | bool0832 isnan NaN -> 1
|
---|
1082 | bool0833 isnan -NaN -> 1
|
---|
1083 | bool0834 isnan NaN123 -> 1
|
---|
1084 | bool0835 isnan -NaN123 -> 1
|
---|
1085 | bool0836 isnan sNaN -> 1
|
---|
1086 | bool0837 isnan -sNaN -> 1
|
---|
1087 | bool0838 isnan sNaN123 -> 1
|
---|
1088 | bool0839 isnan -sNaN123 -> 1
|
---|
1089 | bool0840 isnormal 0E-2000 -> 0
|
---|
1090 | bool0841 isnormal -0E-2000 -> 0
|
---|
1091 | bool0842 isnormal 0E-1008 -> 0
|
---|
1092 | bool0843 isnormal -0E-1008 -> 0
|
---|
1093 | bool0844 isnormal 0E-1007 -> 0
|
---|
1094 | bool0845 isnormal -0E-1007 -> 0
|
---|
1095 | bool0846 isnormal 0E-1006 -> 0
|
---|
1096 | bool0847 isnormal -0E-1006 -> 0
|
---|
1097 | bool0848 isnormal 0E-1000 -> 0
|
---|
1098 | bool0849 isnormal -0E-1000 -> 0
|
---|
1099 | bool0850 isnormal 0E-999 -> 0
|
---|
1100 | bool0851 isnormal -0E-999 -> 0
|
---|
1101 | bool0852 isnormal 0E-998 -> 0
|
---|
1102 | bool0853 isnormal -0E-998 -> 0
|
---|
1103 | bool0854 isnormal 0E-100 -> 0
|
---|
1104 | bool0855 isnormal -0E-100 -> 0
|
---|
1105 | bool0856 isnormal 0.000000 -> 0
|
---|
1106 | bool0857 isnormal -0.000000 -> 0
|
---|
1107 | bool0858 isnormal 0.000 -> 0
|
---|
1108 | bool0859 isnormal -0.000 -> 0
|
---|
1109 | bool0860 isnormal 0.00 -> 0
|
---|
1110 | bool0861 isnormal -0.00 -> 0
|
---|
1111 | bool0862 isnormal 0.0 -> 0
|
---|
1112 | bool0863 isnormal -0.0 -> 0
|
---|
1113 | bool0864 isnormal 0 -> 0
|
---|
1114 | bool0865 isnormal -0 -> 0
|
---|
1115 | bool0866 isnormal 0E+1 -> 0
|
---|
1116 | bool0867 isnormal -0E+1 -> 0
|
---|
1117 | bool0868 isnormal 0E+2 -> 0
|
---|
1118 | bool0869 isnormal -0E+2 -> 0
|
---|
1119 | bool0870 isnormal 0E+3 -> 0
|
---|
1120 | bool0871 isnormal -0E+3 -> 0
|
---|
1121 | bool0872 isnormal 0E+6 -> 0
|
---|
1122 | bool0873 isnormal -0E+6 -> 0
|
---|
1123 | bool0874 isnormal 0E+100 -> 0
|
---|
1124 | bool0875 isnormal -0E+100 -> 0
|
---|
1125 | bool0876 isnormal 0E+990 -> 0
|
---|
1126 | bool0877 isnormal -0E+990 -> 0
|
---|
1127 | bool0878 isnormal 0E+991 -> 0
|
---|
1128 | bool0879 isnormal -0E+991 -> 0
|
---|
1129 | bool0880 isnormal 0E+992 -> 0
|
---|
1130 | bool0881 isnormal -0E+992 -> 0
|
---|
1131 | bool0882 isnormal 0E+998 -> 0
|
---|
1132 | bool0883 isnormal -0E+998 -> 0
|
---|
1133 | bool0884 isnormal 0E+999 -> 0
|
---|
1134 | bool0885 isnormal -0E+999 -> 0
|
---|
1135 | bool0886 isnormal 0E+1000 -> 0
|
---|
1136 | bool0887 isnormal -0E+1000 -> 0
|
---|
1137 | bool0888 isnormal 0E+2000 -> 0
|
---|
1138 | bool0889 isnormal -0E+2000 -> 0
|
---|
1139 | bool0890 isnormal 1E-2000 -> 0
|
---|
1140 | bool0891 isnormal -1E-2000 -> 0
|
---|
1141 | bool0892 isnormal 1E-1008 -> 0
|
---|
1142 | bool0893 isnormal -1E-1008 -> 0
|
---|
1143 | bool0894 isnormal 1E-1007 -> 0
|
---|
1144 | bool0895 isnormal -1E-1007 -> 0
|
---|
1145 | bool0896 isnormal 1E-1006 -> 0
|
---|
1146 | bool0897 isnormal -1E-1006 -> 0
|
---|
1147 | bool0898 isnormal 1E-1000 -> 0
|
---|
1148 | bool0899 isnormal -1E-1000 -> 0
|
---|
1149 | bool0900 isnormal 1E-999 -> 1
|
---|
1150 | bool0901 isnormal -1E-999 -> 1
|
---|
1151 | bool0902 isnormal 1E-998 -> 1
|
---|
1152 | bool0903 isnormal -1E-998 -> 1
|
---|
1153 | bool0904 isnormal 1E-100 -> 1
|
---|
1154 | bool0905 isnormal -1E-100 -> 1
|
---|
1155 | bool0906 isnormal 0.000001 -> 1
|
---|
1156 | bool0907 isnormal -0.000001 -> 1
|
---|
1157 | bool0908 isnormal 0.001 -> 1
|
---|
1158 | bool0909 isnormal -0.001 -> 1
|
---|
1159 | bool0910 isnormal 0.01 -> 1
|
---|
1160 | bool0911 isnormal -0.01 -> 1
|
---|
1161 | bool0912 isnormal 0.1 -> 1
|
---|
1162 | bool0913 isnormal -0.1 -> 1
|
---|
1163 | bool0914 isnormal 1 -> 1
|
---|
1164 | bool0915 isnormal -1 -> 1
|
---|
1165 | bool0916 isnormal 1E+1 -> 1
|
---|
1166 | bool0917 isnormal -1E+1 -> 1
|
---|
1167 | bool0918 isnormal 1E+2 -> 1
|
---|
1168 | bool0919 isnormal -1E+2 -> 1
|
---|
1169 | bool0920 isnormal 1E+3 -> 1
|
---|
1170 | bool0921 isnormal -1E+3 -> 1
|
---|
1171 | bool0922 isnormal 1E+6 -> 1
|
---|
1172 | bool0923 isnormal -1E+6 -> 1
|
---|
1173 | bool0924 isnormal 1E+100 -> 1
|
---|
1174 | bool0925 isnormal -1E+100 -> 1
|
---|
1175 | bool0926 isnormal 1E+990 -> 1
|
---|
1176 | bool0927 isnormal -1E+990 -> 1
|
---|
1177 | bool0928 isnormal 1E+991 -> 1
|
---|
1178 | bool0929 isnormal -1E+991 -> 1
|
---|
1179 | bool0930 isnormal 1E+992 -> 1
|
---|
1180 | bool0931 isnormal -1E+992 -> 1
|
---|
1181 | bool0932 isnormal 1E+998 -> 1
|
---|
1182 | bool0933 isnormal -1E+998 -> 1
|
---|
1183 | bool0934 isnormal 1E+999 -> 1
|
---|
1184 | bool0935 isnormal -1E+999 -> 1
|
---|
1185 | bool0936 isnormal 1E+1000 -> 1
|
---|
1186 | bool0937 isnormal -1E+1000 -> 1
|
---|
1187 | bool0938 isnormal 1E+2000 -> 1
|
---|
1188 | bool0939 isnormal -1E+2000 -> 1
|
---|
1189 | bool0940 isnormal 9E-2000 -> 0
|
---|
1190 | bool0941 isnormal -9E-2000 -> 0
|
---|
1191 | bool0942 isnormal 9E-1008 -> 0
|
---|
1192 | bool0943 isnormal -9E-1008 -> 0
|
---|
1193 | bool0944 isnormal 9E-1007 -> 0
|
---|
1194 | bool0945 isnormal -9E-1007 -> 0
|
---|
1195 | bool0946 isnormal 9E-1006 -> 0
|
---|
1196 | bool0947 isnormal -9E-1006 -> 0
|
---|
1197 | bool0948 isnormal 9E-1000 -> 0
|
---|
1198 | bool0949 isnormal -9E-1000 -> 0
|
---|
1199 | bool0950 isnormal 9E-999 -> 1
|
---|
1200 | bool0951 isnormal -9E-999 -> 1
|
---|
1201 | bool0952 isnormal 9E-998 -> 1
|
---|
1202 | bool0953 isnormal -9E-998 -> 1
|
---|
1203 | bool0954 isnormal 9E-100 -> 1
|
---|
1204 | bool0955 isnormal -9E-100 -> 1
|
---|
1205 | bool0956 isnormal 0.000009 -> 1
|
---|
1206 | bool0957 isnormal -0.000009 -> 1
|
---|
1207 | bool0958 isnormal 0.009 -> 1
|
---|
1208 | bool0959 isnormal -0.009 -> 1
|
---|
1209 | bool0960 isnormal 0.09 -> 1
|
---|
1210 | bool0961 isnormal -0.09 -> 1
|
---|
1211 | bool0962 isnormal 0.9 -> 1
|
---|
1212 | bool0963 isnormal -0.9 -> 1
|
---|
1213 | bool0964 isnormal 9 -> 1
|
---|
1214 | bool0965 isnormal -9 -> 1
|
---|
1215 | bool0966 isnormal 9E+1 -> 1
|
---|
1216 | bool0967 isnormal -9E+1 -> 1
|
---|
1217 | bool0968 isnormal 9E+2 -> 1
|
---|
1218 | bool0969 isnormal -9E+2 -> 1
|
---|
1219 | bool0970 isnormal 9E+3 -> 1
|
---|
1220 | bool0971 isnormal -9E+3 -> 1
|
---|
1221 | bool0972 isnormal 9E+6 -> 1
|
---|
1222 | bool0973 isnormal -9E+6 -> 1
|
---|
1223 | bool0974 isnormal 9E+100 -> 1
|
---|
1224 | bool0975 isnormal -9E+100 -> 1
|
---|
1225 | bool0976 isnormal 9E+990 -> 1
|
---|
1226 | bool0977 isnormal -9E+990 -> 1
|
---|
1227 | bool0978 isnormal 9E+991 -> 1
|
---|
1228 | bool0979 isnormal -9E+991 -> 1
|
---|
1229 | bool0980 isnormal 9E+992 -> 1
|
---|
1230 | bool0981 isnormal -9E+992 -> 1
|
---|
1231 | bool0982 isnormal 9E+998 -> 1
|
---|
1232 | bool0983 isnormal -9E+998 -> 1
|
---|
1233 | bool0984 isnormal 9E+999 -> 1
|
---|
1234 | bool0985 isnormal -9E+999 -> 1
|
---|
1235 | bool0986 isnormal 9E+1000 -> 1
|
---|
1236 | bool0987 isnormal -9E+1000 -> 1
|
---|
1237 | bool0988 isnormal 9E+2000 -> 1
|
---|
1238 | bool0989 isnormal -9E+2000 -> 1
|
---|
1239 | bool0990 isnormal 9.99999999E-2000 -> 0
|
---|
1240 | bool0991 isnormal -9.99999999E-2000 -> 0
|
---|
1241 | bool0992 isnormal 9.99999999E-1008 -> 0
|
---|
1242 | bool0993 isnormal -9.99999999E-1008 -> 0
|
---|
1243 | bool0994 isnormal 9.99999999E-1007 -> 0
|
---|
1244 | bool0995 isnormal -9.99999999E-1007 -> 0
|
---|
1245 | bool0996 isnormal 9.99999999E-1006 -> 0
|
---|
1246 | bool0997 isnormal -9.99999999E-1006 -> 0
|
---|
1247 | bool0998 isnormal 9.99999999E-1000 -> 0
|
---|
1248 | bool0999 isnormal -9.99999999E-1000 -> 0
|
---|
1249 | bool1000 isnormal 9.99999999E-999 -> 1
|
---|
1250 | bool1001 isnormal -9.99999999E-999 -> 1
|
---|
1251 | bool1002 isnormal 9.99999999E-998 -> 1
|
---|
1252 | bool1003 isnormal -9.99999999E-998 -> 1
|
---|
1253 | bool1004 isnormal 9.99999999E-100 -> 1
|
---|
1254 | bool1005 isnormal -9.99999999E-100 -> 1
|
---|
1255 | bool1006 isnormal 0.00000999999999 -> 1
|
---|
1256 | bool1007 isnormal -0.00000999999999 -> 1
|
---|
1257 | bool1008 isnormal 0.00999999999 -> 1
|
---|
1258 | bool1009 isnormal -0.00999999999 -> 1
|
---|
1259 | bool1010 isnormal 0.0999999999 -> 1
|
---|
1260 | bool1011 isnormal -0.0999999999 -> 1
|
---|
1261 | bool1012 isnormal 0.999999999 -> 1
|
---|
1262 | bool1013 isnormal -0.999999999 -> 1
|
---|
1263 | bool1014 isnormal 9.99999999 -> 1
|
---|
1264 | bool1015 isnormal -9.99999999 -> 1
|
---|
1265 | bool1016 isnormal 99.9999999 -> 1
|
---|
1266 | bool1017 isnormal -99.9999999 -> 1
|
---|
1267 | bool1018 isnormal 999.999999 -> 1
|
---|
1268 | bool1019 isnormal -999.999999 -> 1
|
---|
1269 | bool1020 isnormal 9999.99999 -> 1
|
---|
1270 | bool1021 isnormal -9999.99999 -> 1
|
---|
1271 | bool1022 isnormal 9999999.99 -> 1
|
---|
1272 | bool1023 isnormal -9999999.99 -> 1
|
---|
1273 | bool1024 isnormal 9.99999999E+100 -> 1
|
---|
1274 | bool1025 isnormal -9.99999999E+100 -> 1
|
---|
1275 | bool1026 isnormal 9.99999999E+990 -> 1
|
---|
1276 | bool1027 isnormal -9.99999999E+990 -> 1
|
---|
1277 | bool1028 isnormal 9.99999999E+991 -> 1
|
---|
1278 | bool1029 isnormal -9.99999999E+991 -> 1
|
---|
1279 | bool1030 isnormal 9.99999999E+992 -> 1
|
---|
1280 | bool1031 isnormal -9.99999999E+992 -> 1
|
---|
1281 | bool1032 isnormal 9.99999999E+998 -> 1
|
---|
1282 | bool1033 isnormal -9.99999999E+998 -> 1
|
---|
1283 | bool1034 isnormal 9.99999999E+999 -> 1
|
---|
1284 | bool1035 isnormal -9.99999999E+999 -> 1
|
---|
1285 | bool1036 isnormal 9.99999999E+1000 -> 1
|
---|
1286 | bool1037 isnormal -9.99999999E+1000 -> 1
|
---|
1287 | bool1038 isnormal 9.99999999E+2000 -> 1
|
---|
1288 | bool1039 isnormal -9.99999999E+2000 -> 1
|
---|
1289 | bool1040 isnormal Infinity -> 0
|
---|
1290 | bool1041 isnormal -Infinity -> 0
|
---|
1291 | bool1042 isnormal NaN -> 0
|
---|
1292 | bool1043 isnormal -NaN -> 0
|
---|
1293 | bool1044 isnormal NaN123 -> 0
|
---|
1294 | bool1045 isnormal -NaN123 -> 0
|
---|
1295 | bool1046 isnormal sNaN -> 0
|
---|
1296 | bool1047 isnormal -sNaN -> 0
|
---|
1297 | bool1048 isnormal sNaN123 -> 0
|
---|
1298 | bool1049 isnormal -sNaN123 -> 0
|
---|
1299 | bool1050 isqnan 0E-2000 -> 0
|
---|
1300 | bool1051 isqnan -0E-2000 -> 0
|
---|
1301 | bool1052 isqnan 0E-1008 -> 0
|
---|
1302 | bool1053 isqnan -0E-1008 -> 0
|
---|
1303 | bool1054 isqnan 0E-1007 -> 0
|
---|
1304 | bool1055 isqnan -0E-1007 -> 0
|
---|
1305 | bool1056 isqnan 0E-1006 -> 0
|
---|
1306 | bool1057 isqnan -0E-1006 -> 0
|
---|
1307 | bool1058 isqnan 0E-1000 -> 0
|
---|
1308 | bool1059 isqnan -0E-1000 -> 0
|
---|
1309 | bool1060 isqnan 0E-999 -> 0
|
---|
1310 | bool1061 isqnan -0E-999 -> 0
|
---|
1311 | bool1062 isqnan 0E-998 -> 0
|
---|
1312 | bool1063 isqnan -0E-998 -> 0
|
---|
1313 | bool1064 isqnan 0E-100 -> 0
|
---|
1314 | bool1065 isqnan -0E-100 -> 0
|
---|
1315 | bool1066 isqnan 0.000000 -> 0
|
---|
1316 | bool1067 isqnan -0.000000 -> 0
|
---|
1317 | bool1068 isqnan 0.000 -> 0
|
---|
1318 | bool1069 isqnan -0.000 -> 0
|
---|
1319 | bool1070 isqnan 0.00 -> 0
|
---|
1320 | bool1071 isqnan -0.00 -> 0
|
---|
1321 | bool1072 isqnan 0.0 -> 0
|
---|
1322 | bool1073 isqnan -0.0 -> 0
|
---|
1323 | bool1074 isqnan 0 -> 0
|
---|
1324 | bool1075 isqnan -0 -> 0
|
---|
1325 | bool1076 isqnan 0E+1 -> 0
|
---|
1326 | bool1077 isqnan -0E+1 -> 0
|
---|
1327 | bool1078 isqnan 0E+2 -> 0
|
---|
1328 | bool1079 isqnan -0E+2 -> 0
|
---|
1329 | bool1080 isqnan 0E+3 -> 0
|
---|
1330 | bool1081 isqnan -0E+3 -> 0
|
---|
1331 | bool1082 isqnan 0E+6 -> 0
|
---|
1332 | bool1083 isqnan -0E+6 -> 0
|
---|
1333 | bool1084 isqnan 0E+100 -> 0
|
---|
1334 | bool1085 isqnan -0E+100 -> 0
|
---|
1335 | bool1086 isqnan 0E+990 -> 0
|
---|
1336 | bool1087 isqnan -0E+990 -> 0
|
---|
1337 | bool1088 isqnan 0E+991 -> 0
|
---|
1338 | bool1089 isqnan -0E+991 -> 0
|
---|
1339 | bool1090 isqnan 0E+992 -> 0
|
---|
1340 | bool1091 isqnan -0E+992 -> 0
|
---|
1341 | bool1092 isqnan 0E+998 -> 0
|
---|
1342 | bool1093 isqnan -0E+998 -> 0
|
---|
1343 | bool1094 isqnan 0E+999 -> 0
|
---|
1344 | bool1095 isqnan -0E+999 -> 0
|
---|
1345 | bool1096 isqnan 0E+1000 -> 0
|
---|
1346 | bool1097 isqnan -0E+1000 -> 0
|
---|
1347 | bool1098 isqnan 0E+2000 -> 0
|
---|
1348 | bool1099 isqnan -0E+2000 -> 0
|
---|
1349 | bool1100 isqnan 1E-2000 -> 0
|
---|
1350 | bool1101 isqnan -1E-2000 -> 0
|
---|
1351 | bool1102 isqnan 1E-1008 -> 0
|
---|
1352 | bool1103 isqnan -1E-1008 -> 0
|
---|
1353 | bool1104 isqnan 1E-1007 -> 0
|
---|
1354 | bool1105 isqnan -1E-1007 -> 0
|
---|
1355 | bool1106 isqnan 1E-1006 -> 0
|
---|
1356 | bool1107 isqnan -1E-1006 -> 0
|
---|
1357 | bool1108 isqnan 1E-1000 -> 0
|
---|
1358 | bool1109 isqnan -1E-1000 -> 0
|
---|
1359 | bool1110 isqnan 1E-999 -> 0
|
---|
1360 | bool1111 isqnan -1E-999 -> 0
|
---|
1361 | bool1112 isqnan 1E-998 -> 0
|
---|
1362 | bool1113 isqnan -1E-998 -> 0
|
---|
1363 | bool1114 isqnan 1E-100 -> 0
|
---|
1364 | bool1115 isqnan -1E-100 -> 0
|
---|
1365 | bool1116 isqnan 0.000001 -> 0
|
---|
1366 | bool1117 isqnan -0.000001 -> 0
|
---|
1367 | bool1118 isqnan 0.001 -> 0
|
---|
1368 | bool1119 isqnan -0.001 -> 0
|
---|
1369 | bool1120 isqnan 0.01 -> 0
|
---|
1370 | bool1121 isqnan -0.01 -> 0
|
---|
1371 | bool1122 isqnan 0.1 -> 0
|
---|
1372 | bool1123 isqnan -0.1 -> 0
|
---|
1373 | bool1124 isqnan 1 -> 0
|
---|
1374 | bool1125 isqnan -1 -> 0
|
---|
1375 | bool1126 isqnan 1E+1 -> 0
|
---|
1376 | bool1127 isqnan -1E+1 -> 0
|
---|
1377 | bool1128 isqnan 1E+2 -> 0
|
---|
1378 | bool1129 isqnan -1E+2 -> 0
|
---|
1379 | bool1130 isqnan 1E+3 -> 0
|
---|
1380 | bool1131 isqnan -1E+3 -> 0
|
---|
1381 | bool1132 isqnan 1E+6 -> 0
|
---|
1382 | bool1133 isqnan -1E+6 -> 0
|
---|
1383 | bool1134 isqnan 1E+100 -> 0
|
---|
1384 | bool1135 isqnan -1E+100 -> 0
|
---|
1385 | bool1136 isqnan 1E+990 -> 0
|
---|
1386 | bool1137 isqnan -1E+990 -> 0
|
---|
1387 | bool1138 isqnan 1E+991 -> 0
|
---|
1388 | bool1139 isqnan -1E+991 -> 0
|
---|
1389 | bool1140 isqnan 1E+992 -> 0
|
---|
1390 | bool1141 isqnan -1E+992 -> 0
|
---|
1391 | bool1142 isqnan 1E+998 -> 0
|
---|
1392 | bool1143 isqnan -1E+998 -> 0
|
---|
1393 | bool1144 isqnan 1E+999 -> 0
|
---|
1394 | bool1145 isqnan -1E+999 -> 0
|
---|
1395 | bool1146 isqnan 1E+1000 -> 0
|
---|
1396 | bool1147 isqnan -1E+1000 -> 0
|
---|
1397 | bool1148 isqnan 1E+2000 -> 0
|
---|
1398 | bool1149 isqnan -1E+2000 -> 0
|
---|
1399 | bool1150 isqnan 9E-2000 -> 0
|
---|
1400 | bool1151 isqnan -9E-2000 -> 0
|
---|
1401 | bool1152 isqnan 9E-1008 -> 0
|
---|
1402 | bool1153 isqnan -9E-1008 -> 0
|
---|
1403 | bool1154 isqnan 9E-1007 -> 0
|
---|
1404 | bool1155 isqnan -9E-1007 -> 0
|
---|
1405 | bool1156 isqnan 9E-1006 -> 0
|
---|
1406 | bool1157 isqnan -9E-1006 -> 0
|
---|
1407 | bool1158 isqnan 9E-1000 -> 0
|
---|
1408 | bool1159 isqnan -9E-1000 -> 0
|
---|
1409 | bool1160 isqnan 9E-999 -> 0
|
---|
1410 | bool1161 isqnan -9E-999 -> 0
|
---|
1411 | bool1162 isqnan 9E-998 -> 0
|
---|
1412 | bool1163 isqnan -9E-998 -> 0
|
---|
1413 | bool1164 isqnan 9E-100 -> 0
|
---|
1414 | bool1165 isqnan -9E-100 -> 0
|
---|
1415 | bool1166 isqnan 0.000009 -> 0
|
---|
1416 | bool1167 isqnan -0.000009 -> 0
|
---|
1417 | bool1168 isqnan 0.009 -> 0
|
---|
1418 | bool1169 isqnan -0.009 -> 0
|
---|
1419 | bool1170 isqnan 0.09 -> 0
|
---|
1420 | bool1171 isqnan -0.09 -> 0
|
---|
1421 | bool1172 isqnan 0.9 -> 0
|
---|
1422 | bool1173 isqnan -0.9 -> 0
|
---|
1423 | bool1174 isqnan 9 -> 0
|
---|
1424 | bool1175 isqnan -9 -> 0
|
---|
1425 | bool1176 isqnan 9E+1 -> 0
|
---|
1426 | bool1177 isqnan -9E+1 -> 0
|
---|
1427 | bool1178 isqnan 9E+2 -> 0
|
---|
1428 | bool1179 isqnan -9E+2 -> 0
|
---|
1429 | bool1180 isqnan 9E+3 -> 0
|
---|
1430 | bool1181 isqnan -9E+3 -> 0
|
---|
1431 | bool1182 isqnan 9E+6 -> 0
|
---|
1432 | bool1183 isqnan -9E+6 -> 0
|
---|
1433 | bool1184 isqnan 9E+100 -> 0
|
---|
1434 | bool1185 isqnan -9E+100 -> 0
|
---|
1435 | bool1186 isqnan 9E+990 -> 0
|
---|
1436 | bool1187 isqnan -9E+990 -> 0
|
---|
1437 | bool1188 isqnan 9E+991 -> 0
|
---|
1438 | bool1189 isqnan -9E+991 -> 0
|
---|
1439 | bool1190 isqnan 9E+992 -> 0
|
---|
1440 | bool1191 isqnan -9E+992 -> 0
|
---|
1441 | bool1192 isqnan 9E+998 -> 0
|
---|
1442 | bool1193 isqnan -9E+998 -> 0
|
---|
1443 | bool1194 isqnan 9E+999 -> 0
|
---|
1444 | bool1195 isqnan -9E+999 -> 0
|
---|
1445 | bool1196 isqnan 9E+1000 -> 0
|
---|
1446 | bool1197 isqnan -9E+1000 -> 0
|
---|
1447 | bool1198 isqnan 9E+2000 -> 0
|
---|
1448 | bool1199 isqnan -9E+2000 -> 0
|
---|
1449 | bool1200 isqnan 9.99999999E-2000 -> 0
|
---|
1450 | bool1201 isqnan -9.99999999E-2000 -> 0
|
---|
1451 | bool1202 isqnan 9.99999999E-1008 -> 0
|
---|
1452 | bool1203 isqnan -9.99999999E-1008 -> 0
|
---|
1453 | bool1204 isqnan 9.99999999E-1007 -> 0
|
---|
1454 | bool1205 isqnan -9.99999999E-1007 -> 0
|
---|
1455 | bool1206 isqnan 9.99999999E-1006 -> 0
|
---|
1456 | bool1207 isqnan -9.99999999E-1006 -> 0
|
---|
1457 | bool1208 isqnan 9.99999999E-1000 -> 0
|
---|
1458 | bool1209 isqnan -9.99999999E-1000 -> 0
|
---|
1459 | bool1210 isqnan 9.99999999E-999 -> 0
|
---|
1460 | bool1211 isqnan -9.99999999E-999 -> 0
|
---|
1461 | bool1212 isqnan 9.99999999E-998 -> 0
|
---|
1462 | bool1213 isqnan -9.99999999E-998 -> 0
|
---|
1463 | bool1214 isqnan 9.99999999E-100 -> 0
|
---|
1464 | bool1215 isqnan -9.99999999E-100 -> 0
|
---|
1465 | bool1216 isqnan 0.00000999999999 -> 0
|
---|
1466 | bool1217 isqnan -0.00000999999999 -> 0
|
---|
1467 | bool1218 isqnan 0.00999999999 -> 0
|
---|
1468 | bool1219 isqnan -0.00999999999 -> 0
|
---|
1469 | bool1220 isqnan 0.0999999999 -> 0
|
---|
1470 | bool1221 isqnan -0.0999999999 -> 0
|
---|
1471 | bool1222 isqnan 0.999999999 -> 0
|
---|
1472 | bool1223 isqnan -0.999999999 -> 0
|
---|
1473 | bool1224 isqnan 9.99999999 -> 0
|
---|
1474 | bool1225 isqnan -9.99999999 -> 0
|
---|
1475 | bool1226 isqnan 99.9999999 -> 0
|
---|
1476 | bool1227 isqnan -99.9999999 -> 0
|
---|
1477 | bool1228 isqnan 999.999999 -> 0
|
---|
1478 | bool1229 isqnan -999.999999 -> 0
|
---|
1479 | bool1230 isqnan 9999.99999 -> 0
|
---|
1480 | bool1231 isqnan -9999.99999 -> 0
|
---|
1481 | bool1232 isqnan 9999999.99 -> 0
|
---|
1482 | bool1233 isqnan -9999999.99 -> 0
|
---|
1483 | bool1234 isqnan 9.99999999E+100 -> 0
|
---|
1484 | bool1235 isqnan -9.99999999E+100 -> 0
|
---|
1485 | bool1236 isqnan 9.99999999E+990 -> 0
|
---|
1486 | bool1237 isqnan -9.99999999E+990 -> 0
|
---|
1487 | bool1238 isqnan 9.99999999E+991 -> 0
|
---|
1488 | bool1239 isqnan -9.99999999E+991 -> 0
|
---|
1489 | bool1240 isqnan 9.99999999E+992 -> 0
|
---|
1490 | bool1241 isqnan -9.99999999E+992 -> 0
|
---|
1491 | bool1242 isqnan 9.99999999E+998 -> 0
|
---|
1492 | bool1243 isqnan -9.99999999E+998 -> 0
|
---|
1493 | bool1244 isqnan 9.99999999E+999 -> 0
|
---|
1494 | bool1245 isqnan -9.99999999E+999 -> 0
|
---|
1495 | bool1246 isqnan 9.99999999E+1000 -> 0
|
---|
1496 | bool1247 isqnan -9.99999999E+1000 -> 0
|
---|
1497 | bool1248 isqnan 9.99999999E+2000 -> 0
|
---|
1498 | bool1249 isqnan -9.99999999E+2000 -> 0
|
---|
1499 | bool1250 isqnan Infinity -> 0
|
---|
1500 | bool1251 isqnan -Infinity -> 0
|
---|
1501 | bool1252 isqnan NaN -> 1
|
---|
1502 | bool1253 isqnan -NaN -> 1
|
---|
1503 | bool1254 isqnan NaN123 -> 1
|
---|
1504 | bool1255 isqnan -NaN123 -> 1
|
---|
1505 | bool1256 isqnan sNaN -> 0
|
---|
1506 | bool1257 isqnan -sNaN -> 0
|
---|
1507 | bool1258 isqnan sNaN123 -> 0
|
---|
1508 | bool1259 isqnan -sNaN123 -> 0
|
---|
1509 | bool1260 issigned 0E-2000 -> 0
|
---|
1510 | bool1261 issigned -0E-2000 -> 1
|
---|
1511 | bool1262 issigned 0E-1008 -> 0
|
---|
1512 | bool1263 issigned -0E-1008 -> 1
|
---|
1513 | bool1264 issigned 0E-1007 -> 0
|
---|
1514 | bool1265 issigned -0E-1007 -> 1
|
---|
1515 | bool1266 issigned 0E-1006 -> 0
|
---|
1516 | bool1267 issigned -0E-1006 -> 1
|
---|
1517 | bool1268 issigned 0E-1000 -> 0
|
---|
1518 | bool1269 issigned -0E-1000 -> 1
|
---|
1519 | bool1270 issigned 0E-999 -> 0
|
---|
1520 | bool1271 issigned -0E-999 -> 1
|
---|
1521 | bool1272 issigned 0E-998 -> 0
|
---|
1522 | bool1273 issigned -0E-998 -> 1
|
---|
1523 | bool1274 issigned 0E-100 -> 0
|
---|
1524 | bool1275 issigned -0E-100 -> 1
|
---|
1525 | bool1276 issigned 0.000000 -> 0
|
---|
1526 | bool1277 issigned -0.000000 -> 1
|
---|
1527 | bool1278 issigned 0.000 -> 0
|
---|
1528 | bool1279 issigned -0.000 -> 1
|
---|
1529 | bool1280 issigned 0.00 -> 0
|
---|
1530 | bool1281 issigned -0.00 -> 1
|
---|
1531 | bool1282 issigned 0.0 -> 0
|
---|
1532 | bool1283 issigned -0.0 -> 1
|
---|
1533 | bool1284 issigned 0 -> 0
|
---|
1534 | bool1285 issigned -0 -> 1
|
---|
1535 | bool1286 issigned 0E+1 -> 0
|
---|
1536 | bool1287 issigned -0E+1 -> 1
|
---|
1537 | bool1288 issigned 0E+2 -> 0
|
---|
1538 | bool1289 issigned -0E+2 -> 1
|
---|
1539 | bool1290 issigned 0E+3 -> 0
|
---|
1540 | bool1291 issigned -0E+3 -> 1
|
---|
1541 | bool1292 issigned 0E+6 -> 0
|
---|
1542 | bool1293 issigned -0E+6 -> 1
|
---|
1543 | bool1294 issigned 0E+100 -> 0
|
---|
1544 | bool1295 issigned -0E+100 -> 1
|
---|
1545 | bool1296 issigned 0E+990 -> 0
|
---|
1546 | bool1297 issigned -0E+990 -> 1
|
---|
1547 | bool1298 issigned 0E+991 -> 0
|
---|
1548 | bool1299 issigned -0E+991 -> 1
|
---|
1549 | bool1300 issigned 0E+992 -> 0
|
---|
1550 | bool1301 issigned -0E+992 -> 1
|
---|
1551 | bool1302 issigned 0E+998 -> 0
|
---|
1552 | bool1303 issigned -0E+998 -> 1
|
---|
1553 | bool1304 issigned 0E+999 -> 0
|
---|
1554 | bool1305 issigned -0E+999 -> 1
|
---|
1555 | bool1306 issigned 0E+1000 -> 0
|
---|
1556 | bool1307 issigned -0E+1000 -> 1
|
---|
1557 | bool1308 issigned 0E+2000 -> 0
|
---|
1558 | bool1309 issigned -0E+2000 -> 1
|
---|
1559 | bool1310 issigned 1E-2000 -> 0
|
---|
1560 | bool1311 issigned -1E-2000 -> 1
|
---|
1561 | bool1312 issigned 1E-1008 -> 0
|
---|
1562 | bool1313 issigned -1E-1008 -> 1
|
---|
1563 | bool1314 issigned 1E-1007 -> 0
|
---|
1564 | bool1315 issigned -1E-1007 -> 1
|
---|
1565 | bool1316 issigned 1E-1006 -> 0
|
---|
1566 | bool1317 issigned -1E-1006 -> 1
|
---|
1567 | bool1318 issigned 1E-1000 -> 0
|
---|
1568 | bool1319 issigned -1E-1000 -> 1
|
---|
1569 | bool1320 issigned 1E-999 -> 0
|
---|
1570 | bool1321 issigned -1E-999 -> 1
|
---|
1571 | bool1322 issigned 1E-998 -> 0
|
---|
1572 | bool1323 issigned -1E-998 -> 1
|
---|
1573 | bool1324 issigned 1E-100 -> 0
|
---|
1574 | bool1325 issigned -1E-100 -> 1
|
---|
1575 | bool1326 issigned 0.000001 -> 0
|
---|
1576 | bool1327 issigned -0.000001 -> 1
|
---|
1577 | bool1328 issigned 0.001 -> 0
|
---|
1578 | bool1329 issigned -0.001 -> 1
|
---|
1579 | bool1330 issigned 0.01 -> 0
|
---|
1580 | bool1331 issigned -0.01 -> 1
|
---|
1581 | bool1332 issigned 0.1 -> 0
|
---|
1582 | bool1333 issigned -0.1 -> 1
|
---|
1583 | bool1334 issigned 1 -> 0
|
---|
1584 | bool1335 issigned -1 -> 1
|
---|
1585 | bool1336 issigned 1E+1 -> 0
|
---|
1586 | bool1337 issigned -1E+1 -> 1
|
---|
1587 | bool1338 issigned 1E+2 -> 0
|
---|
1588 | bool1339 issigned -1E+2 -> 1
|
---|
1589 | bool1340 issigned 1E+3 -> 0
|
---|
1590 | bool1341 issigned -1E+3 -> 1
|
---|
1591 | bool1342 issigned 1E+6 -> 0
|
---|
1592 | bool1343 issigned -1E+6 -> 1
|
---|
1593 | bool1344 issigned 1E+100 -> 0
|
---|
1594 | bool1345 issigned -1E+100 -> 1
|
---|
1595 | bool1346 issigned 1E+990 -> 0
|
---|
1596 | bool1347 issigned -1E+990 -> 1
|
---|
1597 | bool1348 issigned 1E+991 -> 0
|
---|
1598 | bool1349 issigned -1E+991 -> 1
|
---|
1599 | bool1350 issigned 1E+992 -> 0
|
---|
1600 | bool1351 issigned -1E+992 -> 1
|
---|
1601 | bool1352 issigned 1E+998 -> 0
|
---|
1602 | bool1353 issigned -1E+998 -> 1
|
---|
1603 | bool1354 issigned 1E+999 -> 0
|
---|
1604 | bool1355 issigned -1E+999 -> 1
|
---|
1605 | bool1356 issigned 1E+1000 -> 0
|
---|
1606 | bool1357 issigned -1E+1000 -> 1
|
---|
1607 | bool1358 issigned 1E+2000 -> 0
|
---|
1608 | bool1359 issigned -1E+2000 -> 1
|
---|
1609 | bool1360 issigned 9E-2000 -> 0
|
---|
1610 | bool1361 issigned -9E-2000 -> 1
|
---|
1611 | bool1362 issigned 9E-1008 -> 0
|
---|
1612 | bool1363 issigned -9E-1008 -> 1
|
---|
1613 | bool1364 issigned 9E-1007 -> 0
|
---|
1614 | bool1365 issigned -9E-1007 -> 1
|
---|
1615 | bool1366 issigned 9E-1006 -> 0
|
---|
1616 | bool1367 issigned -9E-1006 -> 1
|
---|
1617 | bool1368 issigned 9E-1000 -> 0
|
---|
1618 | bool1369 issigned -9E-1000 -> 1
|
---|
1619 | bool1370 issigned 9E-999 -> 0
|
---|
1620 | bool1371 issigned -9E-999 -> 1
|
---|
1621 | bool1372 issigned 9E-998 -> 0
|
---|
1622 | bool1373 issigned -9E-998 -> 1
|
---|
1623 | bool1374 issigned 9E-100 -> 0
|
---|
1624 | bool1375 issigned -9E-100 -> 1
|
---|
1625 | bool1376 issigned 0.000009 -> 0
|
---|
1626 | bool1377 issigned -0.000009 -> 1
|
---|
1627 | bool1378 issigned 0.009 -> 0
|
---|
1628 | bool1379 issigned -0.009 -> 1
|
---|
1629 | bool1380 issigned 0.09 -> 0
|
---|
1630 | bool1381 issigned -0.09 -> 1
|
---|
1631 | bool1382 issigned 0.9 -> 0
|
---|
1632 | bool1383 issigned -0.9 -> 1
|
---|
1633 | bool1384 issigned 9 -> 0
|
---|
1634 | bool1385 issigned -9 -> 1
|
---|
1635 | bool1386 issigned 9E+1 -> 0
|
---|
1636 | bool1387 issigned -9E+1 -> 1
|
---|
1637 | bool1388 issigned 9E+2 -> 0
|
---|
1638 | bool1389 issigned -9E+2 -> 1
|
---|
1639 | bool1390 issigned 9E+3 -> 0
|
---|
1640 | bool1391 issigned -9E+3 -> 1
|
---|
1641 | bool1392 issigned 9E+6 -> 0
|
---|
1642 | bool1393 issigned -9E+6 -> 1
|
---|
1643 | bool1394 issigned 9E+100 -> 0
|
---|
1644 | bool1395 issigned -9E+100 -> 1
|
---|
1645 | bool1396 issigned 9E+990 -> 0
|
---|
1646 | bool1397 issigned -9E+990 -> 1
|
---|
1647 | bool1398 issigned 9E+991 -> 0
|
---|
1648 | bool1399 issigned -9E+991 -> 1
|
---|
1649 | bool1400 issigned 9E+992 -> 0
|
---|
1650 | bool1401 issigned -9E+992 -> 1
|
---|
1651 | bool1402 issigned 9E+998 -> 0
|
---|
1652 | bool1403 issigned -9E+998 -> 1
|
---|
1653 | bool1404 issigned 9E+999 -> 0
|
---|
1654 | bool1405 issigned -9E+999 -> 1
|
---|
1655 | bool1406 issigned 9E+1000 -> 0
|
---|
1656 | bool1407 issigned -9E+1000 -> 1
|
---|
1657 | bool1408 issigned 9E+2000 -> 0
|
---|
1658 | bool1409 issigned -9E+2000 -> 1
|
---|
1659 | bool1410 issigned 9.99999999E-2000 -> 0
|
---|
1660 | bool1411 issigned -9.99999999E-2000 -> 1
|
---|
1661 | bool1412 issigned 9.99999999E-1008 -> 0
|
---|
1662 | bool1413 issigned -9.99999999E-1008 -> 1
|
---|
1663 | bool1414 issigned 9.99999999E-1007 -> 0
|
---|
1664 | bool1415 issigned -9.99999999E-1007 -> 1
|
---|
1665 | bool1416 issigned 9.99999999E-1006 -> 0
|
---|
1666 | bool1417 issigned -9.99999999E-1006 -> 1
|
---|
1667 | bool1418 issigned 9.99999999E-1000 -> 0
|
---|
1668 | bool1419 issigned -9.99999999E-1000 -> 1
|
---|
1669 | bool1420 issigned 9.99999999E-999 -> 0
|
---|
1670 | bool1421 issigned -9.99999999E-999 -> 1
|
---|
1671 | bool1422 issigned 9.99999999E-998 -> 0
|
---|
1672 | bool1423 issigned -9.99999999E-998 -> 1
|
---|
1673 | bool1424 issigned 9.99999999E-100 -> 0
|
---|
1674 | bool1425 issigned -9.99999999E-100 -> 1
|
---|
1675 | bool1426 issigned 0.00000999999999 -> 0
|
---|
1676 | bool1427 issigned -0.00000999999999 -> 1
|
---|
1677 | bool1428 issigned 0.00999999999 -> 0
|
---|
1678 | bool1429 issigned -0.00999999999 -> 1
|
---|
1679 | bool1430 issigned 0.0999999999 -> 0
|
---|
1680 | bool1431 issigned -0.0999999999 -> 1
|
---|
1681 | bool1432 issigned 0.999999999 -> 0
|
---|
1682 | bool1433 issigned -0.999999999 -> 1
|
---|
1683 | bool1434 issigned 9.99999999 -> 0
|
---|
1684 | bool1435 issigned -9.99999999 -> 1
|
---|
1685 | bool1436 issigned 99.9999999 -> 0
|
---|
1686 | bool1437 issigned -99.9999999 -> 1
|
---|
1687 | bool1438 issigned 999.999999 -> 0
|
---|
1688 | bool1439 issigned -999.999999 -> 1
|
---|
1689 | bool1440 issigned 9999.99999 -> 0
|
---|
1690 | bool1441 issigned -9999.99999 -> 1
|
---|
1691 | bool1442 issigned 9999999.99 -> 0
|
---|
1692 | bool1443 issigned -9999999.99 -> 1
|
---|
1693 | bool1444 issigned 9.99999999E+100 -> 0
|
---|
1694 | bool1445 issigned -9.99999999E+100 -> 1
|
---|
1695 | bool1446 issigned 9.99999999E+990 -> 0
|
---|
1696 | bool1447 issigned -9.99999999E+990 -> 1
|
---|
1697 | bool1448 issigned 9.99999999E+991 -> 0
|
---|
1698 | bool1449 issigned -9.99999999E+991 -> 1
|
---|
1699 | bool1450 issigned 9.99999999E+992 -> 0
|
---|
1700 | bool1451 issigned -9.99999999E+992 -> 1
|
---|
1701 | bool1452 issigned 9.99999999E+998 -> 0
|
---|
1702 | bool1453 issigned -9.99999999E+998 -> 1
|
---|
1703 | bool1454 issigned 9.99999999E+999 -> 0
|
---|
1704 | bool1455 issigned -9.99999999E+999 -> 1
|
---|
1705 | bool1456 issigned 9.99999999E+1000 -> 0
|
---|
1706 | bool1457 issigned -9.99999999E+1000 -> 1
|
---|
1707 | bool1458 issigned 9.99999999E+2000 -> 0
|
---|
1708 | bool1459 issigned -9.99999999E+2000 -> 1
|
---|
1709 | bool1460 issigned Infinity -> 0
|
---|
1710 | bool1461 issigned -Infinity -> 1
|
---|
1711 | bool1462 issigned NaN -> 0
|
---|
1712 | bool1463 issigned -NaN -> 1
|
---|
1713 | bool1464 issigned NaN123 -> 0
|
---|
1714 | bool1465 issigned -NaN123 -> 1
|
---|
1715 | bool1466 issigned sNaN -> 0
|
---|
1716 | bool1467 issigned -sNaN -> 1
|
---|
1717 | bool1468 issigned sNaN123 -> 0
|
---|
1718 | bool1469 issigned -sNaN123 -> 1
|
---|
1719 | bool1470 issnan 0E-2000 -> 0
|
---|
1720 | bool1471 issnan -0E-2000 -> 0
|
---|
1721 | bool1472 issnan 0E-1008 -> 0
|
---|
1722 | bool1473 issnan -0E-1008 -> 0
|
---|
1723 | bool1474 issnan 0E-1007 -> 0
|
---|
1724 | bool1475 issnan -0E-1007 -> 0
|
---|
1725 | bool1476 issnan 0E-1006 -> 0
|
---|
1726 | bool1477 issnan -0E-1006 -> 0
|
---|
1727 | bool1478 issnan 0E-1000 -> 0
|
---|
1728 | bool1479 issnan -0E-1000 -> 0
|
---|
1729 | bool1480 issnan 0E-999 -> 0
|
---|
1730 | bool1481 issnan -0E-999 -> 0
|
---|
1731 | bool1482 issnan 0E-998 -> 0
|
---|
1732 | bool1483 issnan -0E-998 -> 0
|
---|
1733 | bool1484 issnan 0E-100 -> 0
|
---|
1734 | bool1485 issnan -0E-100 -> 0
|
---|
1735 | bool1486 issnan 0.000000 -> 0
|
---|
1736 | bool1487 issnan -0.000000 -> 0
|
---|
1737 | bool1488 issnan 0.000 -> 0
|
---|
1738 | bool1489 issnan -0.000 -> 0
|
---|
1739 | bool1490 issnan 0.00 -> 0
|
---|
1740 | bool1491 issnan -0.00 -> 0
|
---|
1741 | bool1492 issnan 0.0 -> 0
|
---|
1742 | bool1493 issnan -0.0 -> 0
|
---|
1743 | bool1494 issnan 0 -> 0
|
---|
1744 | bool1495 issnan -0 -> 0
|
---|
1745 | bool1496 issnan 0E+1 -> 0
|
---|
1746 | bool1497 issnan -0E+1 -> 0
|
---|
1747 | bool1498 issnan 0E+2 -> 0
|
---|
1748 | bool1499 issnan -0E+2 -> 0
|
---|
1749 | bool1500 issnan 0E+3 -> 0
|
---|
1750 | bool1501 issnan -0E+3 -> 0
|
---|
1751 | bool1502 issnan 0E+6 -> 0
|
---|
1752 | bool1503 issnan -0E+6 -> 0
|
---|
1753 | bool1504 issnan 0E+100 -> 0
|
---|
1754 | bool1505 issnan -0E+100 -> 0
|
---|
1755 | bool1506 issnan 0E+990 -> 0
|
---|
1756 | bool1507 issnan -0E+990 -> 0
|
---|
1757 | bool1508 issnan 0E+991 -> 0
|
---|
1758 | bool1509 issnan -0E+991 -> 0
|
---|
1759 | bool1510 issnan 0E+992 -> 0
|
---|
1760 | bool1511 issnan -0E+992 -> 0
|
---|
1761 | bool1512 issnan 0E+998 -> 0
|
---|
1762 | bool1513 issnan -0E+998 -> 0
|
---|
1763 | bool1514 issnan 0E+999 -> 0
|
---|
1764 | bool1515 issnan -0E+999 -> 0
|
---|
1765 | bool1516 issnan 0E+1000 -> 0
|
---|
1766 | bool1517 issnan -0E+1000 -> 0
|
---|
1767 | bool1518 issnan 0E+2000 -> 0
|
---|
1768 | bool1519 issnan -0E+2000 -> 0
|
---|
1769 | bool1520 issnan 1E-2000 -> 0
|
---|
1770 | bool1521 issnan -1E-2000 -> 0
|
---|
1771 | bool1522 issnan 1E-1008 -> 0
|
---|
1772 | bool1523 issnan -1E-1008 -> 0
|
---|
1773 | bool1524 issnan 1E-1007 -> 0
|
---|
1774 | bool1525 issnan -1E-1007 -> 0
|
---|
1775 | bool1526 issnan 1E-1006 -> 0
|
---|
1776 | bool1527 issnan -1E-1006 -> 0
|
---|
1777 | bool1528 issnan 1E-1000 -> 0
|
---|
1778 | bool1529 issnan -1E-1000 -> 0
|
---|
1779 | bool1530 issnan 1E-999 -> 0
|
---|
1780 | bool1531 issnan -1E-999 -> 0
|
---|
1781 | bool1532 issnan 1E-998 -> 0
|
---|
1782 | bool1533 issnan -1E-998 -> 0
|
---|
1783 | bool1534 issnan 1E-100 -> 0
|
---|
1784 | bool1535 issnan -1E-100 -> 0
|
---|
1785 | bool1536 issnan 0.000001 -> 0
|
---|
1786 | bool1537 issnan -0.000001 -> 0
|
---|
1787 | bool1538 issnan 0.001 -> 0
|
---|
1788 | bool1539 issnan -0.001 -> 0
|
---|
1789 | bool1540 issnan 0.01 -> 0
|
---|
1790 | bool1541 issnan -0.01 -> 0
|
---|
1791 | bool1542 issnan 0.1 -> 0
|
---|
1792 | bool1543 issnan -0.1 -> 0
|
---|
1793 | bool1544 issnan 1 -> 0
|
---|
1794 | bool1545 issnan -1 -> 0
|
---|
1795 | bool1546 issnan 1E+1 -> 0
|
---|
1796 | bool1547 issnan -1E+1 -> 0
|
---|
1797 | bool1548 issnan 1E+2 -> 0
|
---|
1798 | bool1549 issnan -1E+2 -> 0
|
---|
1799 | bool1550 issnan 1E+3 -> 0
|
---|
1800 | bool1551 issnan -1E+3 -> 0
|
---|
1801 | bool1552 issnan 1E+6 -> 0
|
---|
1802 | bool1553 issnan -1E+6 -> 0
|
---|
1803 | bool1554 issnan 1E+100 -> 0
|
---|
1804 | bool1555 issnan -1E+100 -> 0
|
---|
1805 | bool1556 issnan 1E+990 -> 0
|
---|
1806 | bool1557 issnan -1E+990 -> 0
|
---|
1807 | bool1558 issnan 1E+991 -> 0
|
---|
1808 | bool1559 issnan -1E+991 -> 0
|
---|
1809 | bool1560 issnan 1E+992 -> 0
|
---|
1810 | bool1561 issnan -1E+992 -> 0
|
---|
1811 | bool1562 issnan 1E+998 -> 0
|
---|
1812 | bool1563 issnan -1E+998 -> 0
|
---|
1813 | bool1564 issnan 1E+999 -> 0
|
---|
1814 | bool1565 issnan -1E+999 -> 0
|
---|
1815 | bool1566 issnan 1E+1000 -> 0
|
---|
1816 | bool1567 issnan -1E+1000 -> 0
|
---|
1817 | bool1568 issnan 1E+2000 -> 0
|
---|
1818 | bool1569 issnan -1E+2000 -> 0
|
---|
1819 | bool1570 issnan 9E-2000 -> 0
|
---|
1820 | bool1571 issnan -9E-2000 -> 0
|
---|
1821 | bool1572 issnan 9E-1008 -> 0
|
---|
1822 | bool1573 issnan -9E-1008 -> 0
|
---|
1823 | bool1574 issnan 9E-1007 -> 0
|
---|
1824 | bool1575 issnan -9E-1007 -> 0
|
---|
1825 | bool1576 issnan 9E-1006 -> 0
|
---|
1826 | bool1577 issnan -9E-1006 -> 0
|
---|
1827 | bool1578 issnan 9E-1000 -> 0
|
---|
1828 | bool1579 issnan -9E-1000 -> 0
|
---|
1829 | bool1580 issnan 9E-999 -> 0
|
---|
1830 | bool1581 issnan -9E-999 -> 0
|
---|
1831 | bool1582 issnan 9E-998 -> 0
|
---|
1832 | bool1583 issnan -9E-998 -> 0
|
---|
1833 | bool1584 issnan 9E-100 -> 0
|
---|
1834 | bool1585 issnan -9E-100 -> 0
|
---|
1835 | bool1586 issnan 0.000009 -> 0
|
---|
1836 | bool1587 issnan -0.000009 -> 0
|
---|
1837 | bool1588 issnan 0.009 -> 0
|
---|
1838 | bool1589 issnan -0.009 -> 0
|
---|
1839 | bool1590 issnan 0.09 -> 0
|
---|
1840 | bool1591 issnan -0.09 -> 0
|
---|
1841 | bool1592 issnan 0.9 -> 0
|
---|
1842 | bool1593 issnan -0.9 -> 0
|
---|
1843 | bool1594 issnan 9 -> 0
|
---|
1844 | bool1595 issnan -9 -> 0
|
---|
1845 | bool1596 issnan 9E+1 -> 0
|
---|
1846 | bool1597 issnan -9E+1 -> 0
|
---|
1847 | bool1598 issnan 9E+2 -> 0
|
---|
1848 | bool1599 issnan -9E+2 -> 0
|
---|
1849 | bool1600 issnan 9E+3 -> 0
|
---|
1850 | bool1601 issnan -9E+3 -> 0
|
---|
1851 | bool1602 issnan 9E+6 -> 0
|
---|
1852 | bool1603 issnan -9E+6 -> 0
|
---|
1853 | bool1604 issnan 9E+100 -> 0
|
---|
1854 | bool1605 issnan -9E+100 -> 0
|
---|
1855 | bool1606 issnan 9E+990 -> 0
|
---|
1856 | bool1607 issnan -9E+990 -> 0
|
---|
1857 | bool1608 issnan 9E+991 -> 0
|
---|
1858 | bool1609 issnan -9E+991 -> 0
|
---|
1859 | bool1610 issnan 9E+992 -> 0
|
---|
1860 | bool1611 issnan -9E+992 -> 0
|
---|
1861 | bool1612 issnan 9E+998 -> 0
|
---|
1862 | bool1613 issnan -9E+998 -> 0
|
---|
1863 | bool1614 issnan 9E+999 -> 0
|
---|
1864 | bool1615 issnan -9E+999 -> 0
|
---|
1865 | bool1616 issnan 9E+1000 -> 0
|
---|
1866 | bool1617 issnan -9E+1000 -> 0
|
---|
1867 | bool1618 issnan 9E+2000 -> 0
|
---|
1868 | bool1619 issnan -9E+2000 -> 0
|
---|
1869 | bool1620 issnan 9.99999999E-2000 -> 0
|
---|
1870 | bool1621 issnan -9.99999999E-2000 -> 0
|
---|
1871 | bool1622 issnan 9.99999999E-1008 -> 0
|
---|
1872 | bool1623 issnan -9.99999999E-1008 -> 0
|
---|
1873 | bool1624 issnan 9.99999999E-1007 -> 0
|
---|
1874 | bool1625 issnan -9.99999999E-1007 -> 0
|
---|
1875 | bool1626 issnan 9.99999999E-1006 -> 0
|
---|
1876 | bool1627 issnan -9.99999999E-1006 -> 0
|
---|
1877 | bool1628 issnan 9.99999999E-1000 -> 0
|
---|
1878 | bool1629 issnan -9.99999999E-1000 -> 0
|
---|
1879 | bool1630 issnan 9.99999999E-999 -> 0
|
---|
1880 | bool1631 issnan -9.99999999E-999 -> 0
|
---|
1881 | bool1632 issnan 9.99999999E-998 -> 0
|
---|
1882 | bool1633 issnan -9.99999999E-998 -> 0
|
---|
1883 | bool1634 issnan 9.99999999E-100 -> 0
|
---|
1884 | bool1635 issnan -9.99999999E-100 -> 0
|
---|
1885 | bool1636 issnan 0.00000999999999 -> 0
|
---|
1886 | bool1637 issnan -0.00000999999999 -> 0
|
---|
1887 | bool1638 issnan 0.00999999999 -> 0
|
---|
1888 | bool1639 issnan -0.00999999999 -> 0
|
---|
1889 | bool1640 issnan 0.0999999999 -> 0
|
---|
1890 | bool1641 issnan -0.0999999999 -> 0
|
---|
1891 | bool1642 issnan 0.999999999 -> 0
|
---|
1892 | bool1643 issnan -0.999999999 -> 0
|
---|
1893 | bool1644 issnan 9.99999999 -> 0
|
---|
1894 | bool1645 issnan -9.99999999 -> 0
|
---|
1895 | bool1646 issnan 99.9999999 -> 0
|
---|
1896 | bool1647 issnan -99.9999999 -> 0
|
---|
1897 | bool1648 issnan 999.999999 -> 0
|
---|
1898 | bool1649 issnan -999.999999 -> 0
|
---|
1899 | bool1650 issnan 9999.99999 -> 0
|
---|
1900 | bool1651 issnan -9999.99999 -> 0
|
---|
1901 | bool1652 issnan 9999999.99 -> 0
|
---|
1902 | bool1653 issnan -9999999.99 -> 0
|
---|
1903 | bool1654 issnan 9.99999999E+100 -> 0
|
---|
1904 | bool1655 issnan -9.99999999E+100 -> 0
|
---|
1905 | bool1656 issnan 9.99999999E+990 -> 0
|
---|
1906 | bool1657 issnan -9.99999999E+990 -> 0
|
---|
1907 | bool1658 issnan 9.99999999E+991 -> 0
|
---|
1908 | bool1659 issnan -9.99999999E+991 -> 0
|
---|
1909 | bool1660 issnan 9.99999999E+992 -> 0
|
---|
1910 | bool1661 issnan -9.99999999E+992 -> 0
|
---|
1911 | bool1662 issnan 9.99999999E+998 -> 0
|
---|
1912 | bool1663 issnan -9.99999999E+998 -> 0
|
---|
1913 | bool1664 issnan 9.99999999E+999 -> 0
|
---|
1914 | bool1665 issnan -9.99999999E+999 -> 0
|
---|
1915 | bool1666 issnan 9.99999999E+1000 -> 0
|
---|
1916 | bool1667 issnan -9.99999999E+1000 -> 0
|
---|
1917 | bool1668 issnan 9.99999999E+2000 -> 0
|
---|
1918 | bool1669 issnan -9.99999999E+2000 -> 0
|
---|
1919 | bool1670 issnan Infinity -> 0
|
---|
1920 | bool1671 issnan -Infinity -> 0
|
---|
1921 | bool1672 issnan NaN -> 0
|
---|
1922 | bool1673 issnan -NaN -> 0
|
---|
1923 | bool1674 issnan NaN123 -> 0
|
---|
1924 | bool1675 issnan -NaN123 -> 0
|
---|
1925 | bool1676 issnan sNaN -> 1
|
---|
1926 | bool1677 issnan -sNaN -> 1
|
---|
1927 | bool1678 issnan sNaN123 -> 1
|
---|
1928 | bool1679 issnan -sNaN123 -> 1
|
---|
1929 | bool1680 issubnormal 0E-2000 -> 0
|
---|
1930 | bool1681 issubnormal -0E-2000 -> 0
|
---|
1931 | bool1682 issubnormal 0E-1008 -> 0
|
---|
1932 | bool1683 issubnormal -0E-1008 -> 0
|
---|
1933 | bool1684 issubnormal 0E-1007 -> 0
|
---|
1934 | bool1685 issubnormal -0E-1007 -> 0
|
---|
1935 | bool1686 issubnormal 0E-1006 -> 0
|
---|
1936 | bool1687 issubnormal -0E-1006 -> 0
|
---|
1937 | bool1688 issubnormal 0E-1000 -> 0
|
---|
1938 | bool1689 issubnormal -0E-1000 -> 0
|
---|
1939 | bool1690 issubnormal 0E-999 -> 0
|
---|
1940 | bool1691 issubnormal -0E-999 -> 0
|
---|
1941 | bool1692 issubnormal 0E-998 -> 0
|
---|
1942 | bool1693 issubnormal -0E-998 -> 0
|
---|
1943 | bool1694 issubnormal 0E-100 -> 0
|
---|
1944 | bool1695 issubnormal -0E-100 -> 0
|
---|
1945 | bool1696 issubnormal 0.000000 -> 0
|
---|
1946 | bool1697 issubnormal -0.000000 -> 0
|
---|
1947 | bool1698 issubnormal 0.000 -> 0
|
---|
1948 | bool1699 issubnormal -0.000 -> 0
|
---|
1949 | bool1700 issubnormal 0.00 -> 0
|
---|
1950 | bool1701 issubnormal -0.00 -> 0
|
---|
1951 | bool1702 issubnormal 0.0 -> 0
|
---|
1952 | bool1703 issubnormal -0.0 -> 0
|
---|
1953 | bool1704 issubnormal 0 -> 0
|
---|
1954 | bool1705 issubnormal -0 -> 0
|
---|
1955 | bool1706 issubnormal 0E+1 -> 0
|
---|
1956 | bool1707 issubnormal -0E+1 -> 0
|
---|
1957 | bool1708 issubnormal 0E+2 -> 0
|
---|
1958 | bool1709 issubnormal -0E+2 -> 0
|
---|
1959 | bool1710 issubnormal 0E+3 -> 0
|
---|
1960 | bool1711 issubnormal -0E+3 -> 0
|
---|
1961 | bool1712 issubnormal 0E+6 -> 0
|
---|
1962 | bool1713 issubnormal -0E+6 -> 0
|
---|
1963 | bool1714 issubnormal 0E+100 -> 0
|
---|
1964 | bool1715 issubnormal -0E+100 -> 0
|
---|
1965 | bool1716 issubnormal 0E+990 -> 0
|
---|
1966 | bool1717 issubnormal -0E+990 -> 0
|
---|
1967 | bool1718 issubnormal 0E+991 -> 0
|
---|
1968 | bool1719 issubnormal -0E+991 -> 0
|
---|
1969 | bool1720 issubnormal 0E+992 -> 0
|
---|
1970 | bool1721 issubnormal -0E+992 -> 0
|
---|
1971 | bool1722 issubnormal 0E+998 -> 0
|
---|
1972 | bool1723 issubnormal -0E+998 -> 0
|
---|
1973 | bool1724 issubnormal 0E+999 -> 0
|
---|
1974 | bool1725 issubnormal -0E+999 -> 0
|
---|
1975 | bool1726 issubnormal 0E+1000 -> 0
|
---|
1976 | bool1727 issubnormal -0E+1000 -> 0
|
---|
1977 | bool1728 issubnormal 0E+2000 -> 0
|
---|
1978 | bool1729 issubnormal -0E+2000 -> 0
|
---|
1979 | bool1730 issubnormal 1E-2000 -> 1
|
---|
1980 | bool1731 issubnormal -1E-2000 -> 1
|
---|
1981 | bool1732 issubnormal 1E-1008 -> 1
|
---|
1982 | bool1733 issubnormal -1E-1008 -> 1
|
---|
1983 | bool1734 issubnormal 1E-1007 -> 1
|
---|
1984 | bool1735 issubnormal -1E-1007 -> 1
|
---|
1985 | bool1736 issubnormal 1E-1006 -> 1
|
---|
1986 | bool1737 issubnormal -1E-1006 -> 1
|
---|
1987 | bool1738 issubnormal 1E-1000 -> 1
|
---|
1988 | bool1739 issubnormal -1E-1000 -> 1
|
---|
1989 | bool1740 issubnormal 1E-999 -> 0
|
---|
1990 | bool1741 issubnormal -1E-999 -> 0
|
---|
1991 | bool1742 issubnormal 1E-998 -> 0
|
---|
1992 | bool1743 issubnormal -1E-998 -> 0
|
---|
1993 | bool1744 issubnormal 1E-100 -> 0
|
---|
1994 | bool1745 issubnormal -1E-100 -> 0
|
---|
1995 | bool1746 issubnormal 0.000001 -> 0
|
---|
1996 | bool1747 issubnormal -0.000001 -> 0
|
---|
1997 | bool1748 issubnormal 0.001 -> 0
|
---|
1998 | bool1749 issubnormal -0.001 -> 0
|
---|
1999 | bool1750 issubnormal 0.01 -> 0
|
---|
2000 | bool1751 issubnormal -0.01 -> 0
|
---|
2001 | bool1752 issubnormal 0.1 -> 0
|
---|
2002 | bool1753 issubnormal -0.1 -> 0
|
---|
2003 | bool1754 issubnormal 1 -> 0
|
---|
2004 | bool1755 issubnormal -1 -> 0
|
---|
2005 | bool1756 issubnormal 1E+1 -> 0
|
---|
2006 | bool1757 issubnormal -1E+1 -> 0
|
---|
2007 | bool1758 issubnormal 1E+2 -> 0
|
---|
2008 | bool1759 issubnormal -1E+2 -> 0
|
---|
2009 | bool1760 issubnormal 1E+3 -> 0
|
---|
2010 | bool1761 issubnormal -1E+3 -> 0
|
---|
2011 | bool1762 issubnormal 1E+6 -> 0
|
---|
2012 | bool1763 issubnormal -1E+6 -> 0
|
---|
2013 | bool1764 issubnormal 1E+100 -> 0
|
---|
2014 | bool1765 issubnormal -1E+100 -> 0
|
---|
2015 | bool1766 issubnormal 1E+990 -> 0
|
---|
2016 | bool1767 issubnormal -1E+990 -> 0
|
---|
2017 | bool1768 issubnormal 1E+991 -> 0
|
---|
2018 | bool1769 issubnormal -1E+991 -> 0
|
---|
2019 | bool1770 issubnormal 1E+992 -> 0
|
---|
2020 | bool1771 issubnormal -1E+992 -> 0
|
---|
2021 | bool1772 issubnormal 1E+998 -> 0
|
---|
2022 | bool1773 issubnormal -1E+998 -> 0
|
---|
2023 | bool1774 issubnormal 1E+999 -> 0
|
---|
2024 | bool1775 issubnormal -1E+999 -> 0
|
---|
2025 | bool1776 issubnormal 1E+1000 -> 0
|
---|
2026 | bool1777 issubnormal -1E+1000 -> 0
|
---|
2027 | bool1778 issubnormal 1E+2000 -> 0
|
---|
2028 | bool1779 issubnormal -1E+2000 -> 0
|
---|
2029 | bool1780 issubnormal 9E-2000 -> 1
|
---|
2030 | bool1781 issubnormal -9E-2000 -> 1
|
---|
2031 | bool1782 issubnormal 9E-1008 -> 1
|
---|
2032 | bool1783 issubnormal -9E-1008 -> 1
|
---|
2033 | bool1784 issubnormal 9E-1007 -> 1
|
---|
2034 | bool1785 issubnormal -9E-1007 -> 1
|
---|
2035 | bool1786 issubnormal 9E-1006 -> 1
|
---|
2036 | bool1787 issubnormal -9E-1006 -> 1
|
---|
2037 | bool1788 issubnormal 9E-1000 -> 1
|
---|
2038 | bool1789 issubnormal -9E-1000 -> 1
|
---|
2039 | bool1790 issubnormal 9E-999 -> 0
|
---|
2040 | bool1791 issubnormal -9E-999 -> 0
|
---|
2041 | bool1792 issubnormal 9E-998 -> 0
|
---|
2042 | bool1793 issubnormal -9E-998 -> 0
|
---|
2043 | bool1794 issubnormal 9E-100 -> 0
|
---|
2044 | bool1795 issubnormal -9E-100 -> 0
|
---|
2045 | bool1796 issubnormal 0.000009 -> 0
|
---|
2046 | bool1797 issubnormal -0.000009 -> 0
|
---|
2047 | bool1798 issubnormal 0.009 -> 0
|
---|
2048 | bool1799 issubnormal -0.009 -> 0
|
---|
2049 | bool1800 issubnormal 0.09 -> 0
|
---|
2050 | bool1801 issubnormal -0.09 -> 0
|
---|
2051 | bool1802 issubnormal 0.9 -> 0
|
---|
2052 | bool1803 issubnormal -0.9 -> 0
|
---|
2053 | bool1804 issubnormal 9 -> 0
|
---|
2054 | bool1805 issubnormal -9 -> 0
|
---|
2055 | bool1806 issubnormal 9E+1 -> 0
|
---|
2056 | bool1807 issubnormal -9E+1 -> 0
|
---|
2057 | bool1808 issubnormal 9E+2 -> 0
|
---|
2058 | bool1809 issubnormal -9E+2 -> 0
|
---|
2059 | bool1810 issubnormal 9E+3 -> 0
|
---|
2060 | bool1811 issubnormal -9E+3 -> 0
|
---|
2061 | bool1812 issubnormal 9E+6 -> 0
|
---|
2062 | bool1813 issubnormal -9E+6 -> 0
|
---|
2063 | bool1814 issubnormal 9E+100 -> 0
|
---|
2064 | bool1815 issubnormal -9E+100 -> 0
|
---|
2065 | bool1816 issubnormal 9E+990 -> 0
|
---|
2066 | bool1817 issubnormal -9E+990 -> 0
|
---|
2067 | bool1818 issubnormal 9E+991 -> 0
|
---|
2068 | bool1819 issubnormal -9E+991 -> 0
|
---|
2069 | bool1820 issubnormal 9E+992 -> 0
|
---|
2070 | bool1821 issubnormal -9E+992 -> 0
|
---|
2071 | bool1822 issubnormal 9E+998 -> 0
|
---|
2072 | bool1823 issubnormal -9E+998 -> 0
|
---|
2073 | bool1824 issubnormal 9E+999 -> 0
|
---|
2074 | bool1825 issubnormal -9E+999 -> 0
|
---|
2075 | bool1826 issubnormal 9E+1000 -> 0
|
---|
2076 | bool1827 issubnormal -9E+1000 -> 0
|
---|
2077 | bool1828 issubnormal 9E+2000 -> 0
|
---|
2078 | bool1829 issubnormal -9E+2000 -> 0
|
---|
2079 | bool1830 issubnormal 9.99999999E-2000 -> 1
|
---|
2080 | bool1831 issubnormal -9.99999999E-2000 -> 1
|
---|
2081 | bool1832 issubnormal 9.99999999E-1008 -> 1
|
---|
2082 | bool1833 issubnormal -9.99999999E-1008 -> 1
|
---|
2083 | bool1834 issubnormal 9.99999999E-1007 -> 1
|
---|
2084 | bool1835 issubnormal -9.99999999E-1007 -> 1
|
---|
2085 | bool1836 issubnormal 9.99999999E-1006 -> 1
|
---|
2086 | bool1837 issubnormal -9.99999999E-1006 -> 1
|
---|
2087 | bool1838 issubnormal 9.99999999E-1000 -> 1
|
---|
2088 | bool1839 issubnormal -9.99999999E-1000 -> 1
|
---|
2089 | bool1840 issubnormal 9.99999999E-999 -> 0
|
---|
2090 | bool1841 issubnormal -9.99999999E-999 -> 0
|
---|
2091 | bool1842 issubnormal 9.99999999E-998 -> 0
|
---|
2092 | bool1843 issubnormal -9.99999999E-998 -> 0
|
---|
2093 | bool1844 issubnormal 9.99999999E-100 -> 0
|
---|
2094 | bool1845 issubnormal -9.99999999E-100 -> 0
|
---|
2095 | bool1846 issubnormal 0.00000999999999 -> 0
|
---|
2096 | bool1847 issubnormal -0.00000999999999 -> 0
|
---|
2097 | bool1848 issubnormal 0.00999999999 -> 0
|
---|
2098 | bool1849 issubnormal -0.00999999999 -> 0
|
---|
2099 | bool1850 issubnormal 0.0999999999 -> 0
|
---|
2100 | bool1851 issubnormal -0.0999999999 -> 0
|
---|
2101 | bool1852 issubnormal 0.999999999 -> 0
|
---|
2102 | bool1853 issubnormal -0.999999999 -> 0
|
---|
2103 | bool1854 issubnormal 9.99999999 -> 0
|
---|
2104 | bool1855 issubnormal -9.99999999 -> 0
|
---|
2105 | bool1856 issubnormal 99.9999999 -> 0
|
---|
2106 | bool1857 issubnormal -99.9999999 -> 0
|
---|
2107 | bool1858 issubnormal 999.999999 -> 0
|
---|
2108 | bool1859 issubnormal -999.999999 -> 0
|
---|
2109 | bool1860 issubnormal 9999.99999 -> 0
|
---|
2110 | bool1861 issubnormal -9999.99999 -> 0
|
---|
2111 | bool1862 issubnormal 9999999.99 -> 0
|
---|
2112 | bool1863 issubnormal -9999999.99 -> 0
|
---|
2113 | bool1864 issubnormal 9.99999999E+100 -> 0
|
---|
2114 | bool1865 issubnormal -9.99999999E+100 -> 0
|
---|
2115 | bool1866 issubnormal 9.99999999E+990 -> 0
|
---|
2116 | bool1867 issubnormal -9.99999999E+990 -> 0
|
---|
2117 | bool1868 issubnormal 9.99999999E+991 -> 0
|
---|
2118 | bool1869 issubnormal -9.99999999E+991 -> 0
|
---|
2119 | bool1870 issubnormal 9.99999999E+992 -> 0
|
---|
2120 | bool1871 issubnormal -9.99999999E+992 -> 0
|
---|
2121 | bool1872 issubnormal 9.99999999E+998 -> 0
|
---|
2122 | bool1873 issubnormal -9.99999999E+998 -> 0
|
---|
2123 | bool1874 issubnormal 9.99999999E+999 -> 0
|
---|
2124 | bool1875 issubnormal -9.99999999E+999 -> 0
|
---|
2125 | bool1876 issubnormal 9.99999999E+1000 -> 0
|
---|
2126 | bool1877 issubnormal -9.99999999E+1000 -> 0
|
---|
2127 | bool1878 issubnormal 9.99999999E+2000 -> 0
|
---|
2128 | bool1879 issubnormal -9.99999999E+2000 -> 0
|
---|
2129 | bool1880 issubnormal Infinity -> 0
|
---|
2130 | bool1881 issubnormal -Infinity -> 0
|
---|
2131 | bool1882 issubnormal NaN -> 0
|
---|
2132 | bool1883 issubnormal -NaN -> 0
|
---|
2133 | bool1884 issubnormal NaN123 -> 0
|
---|
2134 | bool1885 issubnormal -NaN123 -> 0
|
---|
2135 | bool1886 issubnormal sNaN -> 0
|
---|
2136 | bool1887 issubnormal -sNaN -> 0
|
---|
2137 | bool1888 issubnormal sNaN123 -> 0
|
---|
2138 | bool1889 issubnormal -sNaN123 -> 0
|
---|
2139 | bool1890 iszero 0E-2000 -> 1
|
---|
2140 | bool1891 iszero -0E-2000 -> 1
|
---|
2141 | bool1892 iszero 0E-1008 -> 1
|
---|
2142 | bool1893 iszero -0E-1008 -> 1
|
---|
2143 | bool1894 iszero 0E-1007 -> 1
|
---|
2144 | bool1895 iszero -0E-1007 -> 1
|
---|
2145 | bool1896 iszero 0E-1006 -> 1
|
---|
2146 | bool1897 iszero -0E-1006 -> 1
|
---|
2147 | bool1898 iszero 0E-1000 -> 1
|
---|
2148 | bool1899 iszero -0E-1000 -> 1
|
---|
2149 | bool1900 iszero 0E-999 -> 1
|
---|
2150 | bool1901 iszero -0E-999 -> 1
|
---|
2151 | bool1902 iszero 0E-998 -> 1
|
---|
2152 | bool1903 iszero -0E-998 -> 1
|
---|
2153 | bool1904 iszero 0E-100 -> 1
|
---|
2154 | bool1905 iszero -0E-100 -> 1
|
---|
2155 | bool1906 iszero 0.000000 -> 1
|
---|
2156 | bool1907 iszero -0.000000 -> 1
|
---|
2157 | bool1908 iszero 0.000 -> 1
|
---|
2158 | bool1909 iszero -0.000 -> 1
|
---|
2159 | bool1910 iszero 0.00 -> 1
|
---|
2160 | bool1911 iszero -0.00 -> 1
|
---|
2161 | bool1912 iszero 0.0 -> 1
|
---|
2162 | bool1913 iszero -0.0 -> 1
|
---|
2163 | bool1914 iszero 0 -> 1
|
---|
2164 | bool1915 iszero -0 -> 1
|
---|
2165 | bool1916 iszero 0E+1 -> 1
|
---|
2166 | bool1917 iszero -0E+1 -> 1
|
---|
2167 | bool1918 iszero 0E+2 -> 1
|
---|
2168 | bool1919 iszero -0E+2 -> 1
|
---|
2169 | bool1920 iszero 0E+3 -> 1
|
---|
2170 | bool1921 iszero -0E+3 -> 1
|
---|
2171 | bool1922 iszero 0E+6 -> 1
|
---|
2172 | bool1923 iszero -0E+6 -> 1
|
---|
2173 | bool1924 iszero 0E+100 -> 1
|
---|
2174 | bool1925 iszero -0E+100 -> 1
|
---|
2175 | bool1926 iszero 0E+990 -> 1
|
---|
2176 | bool1927 iszero -0E+990 -> 1
|
---|
2177 | bool1928 iszero 0E+991 -> 1
|
---|
2178 | bool1929 iszero -0E+991 -> 1
|
---|
2179 | bool1930 iszero 0E+992 -> 1
|
---|
2180 | bool1931 iszero -0E+992 -> 1
|
---|
2181 | bool1932 iszero 0E+998 -> 1
|
---|
2182 | bool1933 iszero -0E+998 -> 1
|
---|
2183 | bool1934 iszero 0E+999 -> 1
|
---|
2184 | bool1935 iszero -0E+999 -> 1
|
---|
2185 | bool1936 iszero 0E+1000 -> 1
|
---|
2186 | bool1937 iszero -0E+1000 -> 1
|
---|
2187 | bool1938 iszero 0E+2000 -> 1
|
---|
2188 | bool1939 iszero -0E+2000 -> 1
|
---|
2189 | bool1940 iszero 1E-2000 -> 0
|
---|
2190 | bool1941 iszero -1E-2000 -> 0
|
---|
2191 | bool1942 iszero 1E-1008 -> 0
|
---|
2192 | bool1943 iszero -1E-1008 -> 0
|
---|
2193 | bool1944 iszero 1E-1007 -> 0
|
---|
2194 | bool1945 iszero -1E-1007 -> 0
|
---|
2195 | bool1946 iszero 1E-1006 -> 0
|
---|
2196 | bool1947 iszero -1E-1006 -> 0
|
---|
2197 | bool1948 iszero 1E-1000 -> 0
|
---|
2198 | bool1949 iszero -1E-1000 -> 0
|
---|
2199 | bool1950 iszero 1E-999 -> 0
|
---|
2200 | bool1951 iszero -1E-999 -> 0
|
---|
2201 | bool1952 iszero 1E-998 -> 0
|
---|
2202 | bool1953 iszero -1E-998 -> 0
|
---|
2203 | bool1954 iszero 1E-100 -> 0
|
---|
2204 | bool1955 iszero -1E-100 -> 0
|
---|
2205 | bool1956 iszero 0.000001 -> 0
|
---|
2206 | bool1957 iszero -0.000001 -> 0
|
---|
2207 | bool1958 iszero 0.001 -> 0
|
---|
2208 | bool1959 iszero -0.001 -> 0
|
---|
2209 | bool1960 iszero 0.01 -> 0
|
---|
2210 | bool1961 iszero -0.01 -> 0
|
---|
2211 | bool1962 iszero 0.1 -> 0
|
---|
2212 | bool1963 iszero -0.1 -> 0
|
---|
2213 | bool1964 iszero 1 -> 0
|
---|
2214 | bool1965 iszero -1 -> 0
|
---|
2215 | bool1966 iszero 1E+1 -> 0
|
---|
2216 | bool1967 iszero -1E+1 -> 0
|
---|
2217 | bool1968 iszero 1E+2 -> 0
|
---|
2218 | bool1969 iszero -1E+2 -> 0
|
---|
2219 | bool1970 iszero 1E+3 -> 0
|
---|
2220 | bool1971 iszero -1E+3 -> 0
|
---|
2221 | bool1972 iszero 1E+6 -> 0
|
---|
2222 | bool1973 iszero -1E+6 -> 0
|
---|
2223 | bool1974 iszero 1E+100 -> 0
|
---|
2224 | bool1975 iszero -1E+100 -> 0
|
---|
2225 | bool1976 iszero 1E+990 -> 0
|
---|
2226 | bool1977 iszero -1E+990 -> 0
|
---|
2227 | bool1978 iszero 1E+991 -> 0
|
---|
2228 | bool1979 iszero -1E+991 -> 0
|
---|
2229 | bool1980 iszero 1E+992 -> 0
|
---|
2230 | bool1981 iszero -1E+992 -> 0
|
---|
2231 | bool1982 iszero 1E+998 -> 0
|
---|
2232 | bool1983 iszero -1E+998 -> 0
|
---|
2233 | bool1984 iszero 1E+999 -> 0
|
---|
2234 | bool1985 iszero -1E+999 -> 0
|
---|
2235 | bool1986 iszero 1E+1000 -> 0
|
---|
2236 | bool1987 iszero -1E+1000 -> 0
|
---|
2237 | bool1988 iszero 1E+2000 -> 0
|
---|
2238 | bool1989 iszero -1E+2000 -> 0
|
---|
2239 | bool1990 iszero 9E-2000 -> 0
|
---|
2240 | bool1991 iszero -9E-2000 -> 0
|
---|
2241 | bool1992 iszero 9E-1008 -> 0
|
---|
2242 | bool1993 iszero -9E-1008 -> 0
|
---|
2243 | bool1994 iszero 9E-1007 -> 0
|
---|
2244 | bool1995 iszero -9E-1007 -> 0
|
---|
2245 | bool1996 iszero 9E-1006 -> 0
|
---|
2246 | bool1997 iszero -9E-1006 -> 0
|
---|
2247 | bool1998 iszero 9E-1000 -> 0
|
---|
2248 | bool1999 iszero -9E-1000 -> 0
|
---|
2249 | bool2000 iszero 9E-999 -> 0
|
---|
2250 | bool2001 iszero -9E-999 -> 0
|
---|
2251 | bool2002 iszero 9E-998 -> 0
|
---|
2252 | bool2003 iszero -9E-998 -> 0
|
---|
2253 | bool2004 iszero 9E-100 -> 0
|
---|
2254 | bool2005 iszero -9E-100 -> 0
|
---|
2255 | bool2006 iszero 0.000009 -> 0
|
---|
2256 | bool2007 iszero -0.000009 -> 0
|
---|
2257 | bool2008 iszero 0.009 -> 0
|
---|
2258 | bool2009 iszero -0.009 -> 0
|
---|
2259 | bool2010 iszero 0.09 -> 0
|
---|
2260 | bool2011 iszero -0.09 -> 0
|
---|
2261 | bool2012 iszero 0.9 -> 0
|
---|
2262 | bool2013 iszero -0.9 -> 0
|
---|
2263 | bool2014 iszero 9 -> 0
|
---|
2264 | bool2015 iszero -9 -> 0
|
---|
2265 | bool2016 iszero 9E+1 -> 0
|
---|
2266 | bool2017 iszero -9E+1 -> 0
|
---|
2267 | bool2018 iszero 9E+2 -> 0
|
---|
2268 | bool2019 iszero -9E+2 -> 0
|
---|
2269 | bool2020 iszero 9E+3 -> 0
|
---|
2270 | bool2021 iszero -9E+3 -> 0
|
---|
2271 | bool2022 iszero 9E+6 -> 0
|
---|
2272 | bool2023 iszero -9E+6 -> 0
|
---|
2273 | bool2024 iszero 9E+100 -> 0
|
---|
2274 | bool2025 iszero -9E+100 -> 0
|
---|
2275 | bool2026 iszero 9E+990 -> 0
|
---|
2276 | bool2027 iszero -9E+990 -> 0
|
---|
2277 | bool2028 iszero 9E+991 -> 0
|
---|
2278 | bool2029 iszero -9E+991 -> 0
|
---|
2279 | bool2030 iszero 9E+992 -> 0
|
---|
2280 | bool2031 iszero -9E+992 -> 0
|
---|
2281 | bool2032 iszero 9E+998 -> 0
|
---|
2282 | bool2033 iszero -9E+998 -> 0
|
---|
2283 | bool2034 iszero 9E+999 -> 0
|
---|
2284 | bool2035 iszero -9E+999 -> 0
|
---|
2285 | bool2036 iszero 9E+1000 -> 0
|
---|
2286 | bool2037 iszero -9E+1000 -> 0
|
---|
2287 | bool2038 iszero 9E+2000 -> 0
|
---|
2288 | bool2039 iszero -9E+2000 -> 0
|
---|
2289 | bool2040 iszero 9.99999999E-2000 -> 0
|
---|
2290 | bool2041 iszero -9.99999999E-2000 -> 0
|
---|
2291 | bool2042 iszero 9.99999999E-1008 -> 0
|
---|
2292 | bool2043 iszero -9.99999999E-1008 -> 0
|
---|
2293 | bool2044 iszero 9.99999999E-1007 -> 0
|
---|
2294 | bool2045 iszero -9.99999999E-1007 -> 0
|
---|
2295 | bool2046 iszero 9.99999999E-1006 -> 0
|
---|
2296 | bool2047 iszero -9.99999999E-1006 -> 0
|
---|
2297 | bool2048 iszero 9.99999999E-1000 -> 0
|
---|
2298 | bool2049 iszero -9.99999999E-1000 -> 0
|
---|
2299 | bool2050 iszero 9.99999999E-999 -> 0
|
---|
2300 | bool2051 iszero -9.99999999E-999 -> 0
|
---|
2301 | bool2052 iszero 9.99999999E-998 -> 0
|
---|
2302 | bool2053 iszero -9.99999999E-998 -> 0
|
---|
2303 | bool2054 iszero 9.99999999E-100 -> 0
|
---|
2304 | bool2055 iszero -9.99999999E-100 -> 0
|
---|
2305 | bool2056 iszero 0.00000999999999 -> 0
|
---|
2306 | bool2057 iszero -0.00000999999999 -> 0
|
---|
2307 | bool2058 iszero 0.00999999999 -> 0
|
---|
2308 | bool2059 iszero -0.00999999999 -> 0
|
---|
2309 | bool2060 iszero 0.0999999999 -> 0
|
---|
2310 | bool2061 iszero -0.0999999999 -> 0
|
---|
2311 | bool2062 iszero 0.999999999 -> 0
|
---|
2312 | bool2063 iszero -0.999999999 -> 0
|
---|
2313 | bool2064 iszero 9.99999999 -> 0
|
---|
2314 | bool2065 iszero -9.99999999 -> 0
|
---|
2315 | bool2066 iszero 99.9999999 -> 0
|
---|
2316 | bool2067 iszero -99.9999999 -> 0
|
---|
2317 | bool2068 iszero 999.999999 -> 0
|
---|
2318 | bool2069 iszero -999.999999 -> 0
|
---|
2319 | bool2070 iszero 9999.99999 -> 0
|
---|
2320 | bool2071 iszero -9999.99999 -> 0
|
---|
2321 | bool2072 iszero 9999999.99 -> 0
|
---|
2322 | bool2073 iszero -9999999.99 -> 0
|
---|
2323 | bool2074 iszero 9.99999999E+100 -> 0
|
---|
2324 | bool2075 iszero -9.99999999E+100 -> 0
|
---|
2325 | bool2076 iszero 9.99999999E+990 -> 0
|
---|
2326 | bool2077 iszero -9.99999999E+990 -> 0
|
---|
2327 | bool2078 iszero 9.99999999E+991 -> 0
|
---|
2328 | bool2079 iszero -9.99999999E+991 -> 0
|
---|
2329 | bool2080 iszero 9.99999999E+992 -> 0
|
---|
2330 | bool2081 iszero -9.99999999E+992 -> 0
|
---|
2331 | bool2082 iszero 9.99999999E+998 -> 0
|
---|
2332 | bool2083 iszero -9.99999999E+998 -> 0
|
---|
2333 | bool2084 iszero 9.99999999E+999 -> 0
|
---|
2334 | bool2085 iszero -9.99999999E+999 -> 0
|
---|
2335 | bool2086 iszero 9.99999999E+1000 -> 0
|
---|
2336 | bool2087 iszero -9.99999999E+1000 -> 0
|
---|
2337 | bool2088 iszero 9.99999999E+2000 -> 0
|
---|
2338 | bool2089 iszero -9.99999999E+2000 -> 0
|
---|
2339 | bool2090 iszero Infinity -> 0
|
---|
2340 | bool2091 iszero -Infinity -> 0
|
---|
2341 | bool2092 iszero NaN -> 0
|
---|
2342 | bool2093 iszero -NaN -> 0
|
---|
2343 | bool2094 iszero NaN123 -> 0
|
---|
2344 | bool2095 iszero -NaN123 -> 0
|
---|
2345 | bool2096 iszero sNaN -> 0
|
---|
2346 | bool2097 iszero -sNaN -> 0
|
---|
2347 | bool2098 iszero sNaN123 -> 0
|
---|
2348 | bool2099 iszero -sNaN123 -> 0
|
---|
2349 |
|
---|
2350 | ------------------------------------------------------------------------
|
---|
2351 | -- The following tests (pwmx0 through pwmx440) are for the --
|
---|
2352 | -- three-argument version of power: --
|
---|
2353 | -- --
|
---|
2354 | -- pow(x, y, z) := x**y % z --
|
---|
2355 | -- --
|
---|
2356 | -- Note that the three-argument version of power is *not* part of --
|
---|
2357 | -- the IBM General Decimal Arithmetic specification. Questions --
|
---|
2358 | -- about it, or about these testcases, should go to one of the --
|
---|
2359 | -- Python decimal authors. --
|
---|
2360 | ------------------------------------------------------------------------
|
---|
2361 |
|
---|
2362 | extended: 1
|
---|
2363 | precision: 9
|
---|
2364 | rounding: down
|
---|
2365 | maxExponent: 999
|
---|
2366 | minExponent: -999
|
---|
2367 |
|
---|
2368 | -- Small numbers
|
---|
2369 | -- Note that power(0, 0, m) is an error for any m
|
---|
2370 | pwmx0 power 0 -0 1 -> NaN Invalid_operation
|
---|
2371 | pwmx1 power 0 -0 2 -> NaN Invalid_operation
|
---|
2372 | pwmx2 power 0 -0 3 -> NaN Invalid_operation
|
---|
2373 | pwmx3 power 0 -0 4 -> NaN Invalid_operation
|
---|
2374 | pwmx4 power 0 -0 -1 -> NaN Invalid_operation
|
---|
2375 | pwmx5 power 0 -0 -2 -> NaN Invalid_operation
|
---|
2376 | pwmx6 power 0 0 1 -> NaN Invalid_operation
|
---|
2377 | pwmx7 power 0 0 2 -> NaN Invalid_operation
|
---|
2378 | pwmx8 power 0 0 3 -> NaN Invalid_operation
|
---|
2379 | pwmx9 power 0 0 4 -> NaN Invalid_operation
|
---|
2380 | pwmx10 power 0 0 -1 -> NaN Invalid_operation
|
---|
2381 | pwmx11 power 0 0 -2 -> NaN Invalid_operation
|
---|
2382 | pwmx12 power 0 1 1 -> 0
|
---|
2383 | pwmx13 power 0 1 2 -> 0
|
---|
2384 | pwmx14 power 0 1 3 -> 0
|
---|
2385 | pwmx15 power 0 1 4 -> 0
|
---|
2386 | pwmx16 power 0 1 -1 -> 0
|
---|
2387 | pwmx17 power 0 1 -2 -> 0
|
---|
2388 | pwmx18 power 0 2 1 -> 0
|
---|
2389 | pwmx19 power 0 2 2 -> 0
|
---|
2390 | pwmx20 power 0 2 3 -> 0
|
---|
2391 | pwmx21 power 0 2 4 -> 0
|
---|
2392 | pwmx22 power 0 2 -1 -> 0
|
---|
2393 | pwmx23 power 0 2 -2 -> 0
|
---|
2394 | pwmx24 power 0 3 1 -> 0
|
---|
2395 | pwmx25 power 0 3 2 -> 0
|
---|
2396 | pwmx26 power 0 3 3 -> 0
|
---|
2397 | pwmx27 power 0 3 4 -> 0
|
---|
2398 | pwmx28 power 0 3 -1 -> 0
|
---|
2399 | pwmx29 power 0 3 -2 -> 0
|
---|
2400 | pwmx30 power 0 4 1 -> 0
|
---|
2401 | pwmx31 power 0 4 2 -> 0
|
---|
2402 | pwmx32 power 0 4 3 -> 0
|
---|
2403 | pwmx33 power 0 4 4 -> 0
|
---|
2404 | pwmx34 power 0 4 -1 -> 0
|
---|
2405 | pwmx35 power 0 4 -2 -> 0
|
---|
2406 | pwmx36 power 0 5 1 -> 0
|
---|
2407 | pwmx37 power 0 5 2 -> 0
|
---|
2408 | pwmx38 power 0 5 3 -> 0
|
---|
2409 | pwmx39 power 0 5 4 -> 0
|
---|
2410 | pwmx40 power 0 5 -1 -> 0
|
---|
2411 | pwmx41 power 0 5 -2 -> 0
|
---|
2412 | pwmx42 power 1 -0 1 -> 0
|
---|
2413 | pwmx43 power 1 -0 2 -> 1
|
---|
2414 | pwmx44 power 1 -0 3 -> 1
|
---|
2415 | pwmx45 power 1 -0 4 -> 1
|
---|
2416 | pwmx46 power 1 -0 -1 -> 0
|
---|
2417 | pwmx47 power 1 -0 -2 -> 1
|
---|
2418 | pwmx48 power 1 0 1 -> 0
|
---|
2419 | pwmx49 power 1 0 2 -> 1
|
---|
2420 | pwmx50 power 1 0 3 -> 1
|
---|
2421 | pwmx51 power 1 0 4 -> 1
|
---|
2422 | pwmx52 power 1 0 -1 -> 0
|
---|
2423 | pwmx53 power 1 0 -2 -> 1
|
---|
2424 | pwmx54 power 1 1 1 -> 0
|
---|
2425 | pwmx55 power 1 1 2 -> 1
|
---|
2426 | pwmx56 power 1 1 3 -> 1
|
---|
2427 | pwmx57 power 1 1 4 -> 1
|
---|
2428 | pwmx58 power 1 1 -1 -> 0
|
---|
2429 | pwmx59 power 1 1 -2 -> 1
|
---|
2430 | pwmx60 power 1 2 1 -> 0
|
---|
2431 | pwmx61 power 1 2 2 -> 1
|
---|
2432 | pwmx62 power 1 2 3 -> 1
|
---|
2433 | pwmx63 power 1 2 4 -> 1
|
---|
2434 | pwmx64 power 1 2 -1 -> 0
|
---|
2435 | pwmx65 power 1 2 -2 -> 1
|
---|
2436 | pwmx66 power 1 3 1 -> 0
|
---|
2437 | pwmx67 power 1 3 2 -> 1
|
---|
2438 | pwmx68 power 1 3 3 -> 1
|
---|
2439 | pwmx69 power 1 3 4 -> 1
|
---|
2440 | pwmx70 power 1 3 -1 -> 0
|
---|
2441 | pwmx71 power 1 3 -2 -> 1
|
---|
2442 | pwmx72 power 1 4 1 -> 0
|
---|
2443 | pwmx73 power 1 4 2 -> 1
|
---|
2444 | pwmx74 power 1 4 3 -> 1
|
---|
2445 | pwmx75 power 1 4 4 -> 1
|
---|
2446 | pwmx76 power 1 4 -1 -> 0
|
---|
2447 | pwmx77 power 1 4 -2 -> 1
|
---|
2448 | pwmx78 power 1 5 1 -> 0
|
---|
2449 | pwmx79 power 1 5 2 -> 1
|
---|
2450 | pwmx80 power 1 5 3 -> 1
|
---|
2451 | pwmx81 power 1 5 4 -> 1
|
---|
2452 | pwmx82 power 1 5 -1 -> 0
|
---|
2453 | pwmx83 power 1 5 -2 -> 1
|
---|
2454 | pwmx84 power 2 -0 1 -> 0
|
---|
2455 | pwmx85 power 2 -0 2 -> 1
|
---|
2456 | pwmx86 power 2 -0 3 -> 1
|
---|
2457 | pwmx87 power 2 -0 4 -> 1
|
---|
2458 | pwmx88 power 2 -0 -1 -> 0
|
---|
2459 | pwmx89 power 2 -0 -2 -> 1
|
---|
2460 | pwmx90 power 2 0 1 -> 0
|
---|
2461 | pwmx91 power 2 0 2 -> 1
|
---|
2462 | pwmx92 power 2 0 3 -> 1
|
---|
2463 | pwmx93 power 2 0 4 -> 1
|
---|
2464 | pwmx94 power 2 0 -1 -> 0
|
---|
2465 | pwmx95 power 2 0 -2 -> 1
|
---|
2466 | pwmx96 power 2 1 1 -> 0
|
---|
2467 | pwmx97 power 2 1 2 -> 0
|
---|
2468 | pwmx98 power 2 1 3 -> 2
|
---|
2469 | pwmx99 power 2 1 4 -> 2
|
---|
2470 | pwmx100 power 2 1 -1 -> 0
|
---|
2471 | pwmx101 power 2 1 -2 -> 0
|
---|
2472 | pwmx102 power 2 2 1 -> 0
|
---|
2473 | pwmx103 power 2 2 2 -> 0
|
---|
2474 | pwmx104 power 2 2 3 -> 1
|
---|
2475 | pwmx105 power 2 2 4 -> 0
|
---|
2476 | pwmx106 power 2 2 -1 -> 0
|
---|
2477 | pwmx107 power 2 2 -2 -> 0
|
---|
2478 | pwmx108 power 2 3 1 -> 0
|
---|
2479 | pwmx109 power 2 3 2 -> 0
|
---|
2480 | pwmx110 power 2 3 3 -> 2
|
---|
2481 | pwmx111 power 2 3 4 -> 0
|
---|
2482 | pwmx112 power 2 3 -1 -> 0
|
---|
2483 | pwmx113 power 2 3 -2 -> 0
|
---|
2484 | pwmx114 power 2 4 1 -> 0
|
---|
2485 | pwmx115 power 2 4 2 -> 0
|
---|
2486 | pwmx116 power 2 4 3 -> 1
|
---|
2487 | pwmx117 power 2 4 4 -> 0
|
---|
2488 | pwmx118 power 2 4 -1 -> 0
|
---|
2489 | pwmx119 power 2 4 -2 -> 0
|
---|
2490 | pwmx120 power 2 5 1 -> 0
|
---|
2491 | pwmx121 power 2 5 2 -> 0
|
---|
2492 | pwmx122 power 2 5 3 -> 2
|
---|
2493 | pwmx123 power 2 5 4 -> 0
|
---|
2494 | pwmx124 power 2 5 -1 -> 0
|
---|
2495 | pwmx125 power 2 5 -2 -> 0
|
---|
2496 | pwmx126 power 3 -0 1 -> 0
|
---|
2497 | pwmx127 power 3 -0 2 -> 1
|
---|
2498 | pwmx128 power 3 -0 3 -> 1
|
---|
2499 | pwmx129 power 3 -0 4 -> 1
|
---|
2500 | pwmx130 power 3 -0 -1 -> 0
|
---|
2501 | pwmx131 power 3 -0 -2 -> 1
|
---|
2502 | pwmx132 power 3 0 1 -> 0
|
---|
2503 | pwmx133 power 3 0 2 -> 1
|
---|
2504 | pwmx134 power 3 0 3 -> 1
|
---|
2505 | pwmx135 power 3 0 4 -> 1
|
---|
2506 | pwmx136 power 3 0 -1 -> 0
|
---|
2507 | pwmx137 power 3 0 -2 -> 1
|
---|
2508 | pwmx138 power 3 1 1 -> 0
|
---|
2509 | pwmx139 power 3 1 2 -> 1
|
---|
2510 | pwmx140 power 3 1 3 -> 0
|
---|
2511 | pwmx141 power 3 1 4 -> 3
|
---|
2512 | pwmx142 power 3 1 -1 -> 0
|
---|
2513 | pwmx143 power 3 1 -2 -> 1
|
---|
2514 | pwmx144 power 3 2 1 -> 0
|
---|
2515 | pwmx145 power 3 2 2 -> 1
|
---|
2516 | pwmx146 power 3 2 3 -> 0
|
---|
2517 | pwmx147 power 3 2 4 -> 1
|
---|
2518 | pwmx148 power 3 2 -1 -> 0
|
---|
2519 | pwmx149 power 3 2 -2 -> 1
|
---|
2520 | pwmx150 power 3 3 1 -> 0
|
---|
2521 | pwmx151 power 3 3 2 -> 1
|
---|
2522 | pwmx152 power 3 3 3 -> 0
|
---|
2523 | pwmx153 power 3 3 4 -> 3
|
---|
2524 | pwmx154 power 3 3 -1 -> 0
|
---|
2525 | pwmx155 power 3 3 -2 -> 1
|
---|
2526 | pwmx156 power 3 4 1 -> 0
|
---|
2527 | pwmx157 power 3 4 2 -> 1
|
---|
2528 | pwmx158 power 3 4 3 -> 0
|
---|
2529 | pwmx159 power 3 4 4 -> 1
|
---|
2530 | pwmx160 power 3 4 -1 -> 0
|
---|
2531 | pwmx161 power 3 4 -2 -> 1
|
---|
2532 | pwmx162 power 3 5 1 -> 0
|
---|
2533 | pwmx163 power 3 5 2 -> 1
|
---|
2534 | pwmx164 power 3 5 3 -> 0
|
---|
2535 | pwmx165 power 3 5 4 -> 3
|
---|
2536 | pwmx166 power 3 5 -1 -> 0
|
---|
2537 | pwmx167 power 3 5 -2 -> 1
|
---|
2538 | pwmx168 power -0 -0 1 -> NaN Invalid_operation
|
---|
2539 | pwmx169 power -0 -0 2 -> NaN Invalid_operation
|
---|
2540 | pwmx170 power -0 -0 3 -> NaN Invalid_operation
|
---|
2541 | pwmx171 power -0 -0 4 -> NaN Invalid_operation
|
---|
2542 | pwmx172 power -0 -0 -1 -> NaN Invalid_operation
|
---|
2543 | pwmx173 power -0 -0 -2 -> NaN Invalid_operation
|
---|
2544 | pwmx174 power -0 0 1 -> NaN Invalid_operation
|
---|
2545 | pwmx175 power -0 0 2 -> NaN Invalid_operation
|
---|
2546 | pwmx176 power -0 0 3 -> NaN Invalid_operation
|
---|
2547 | pwmx177 power -0 0 4 -> NaN Invalid_operation
|
---|
2548 | pwmx178 power -0 0 -1 -> NaN Invalid_operation
|
---|
2549 | pwmx179 power -0 0 -2 -> NaN Invalid_operation
|
---|
2550 | pwmx180 power -0 1 1 -> -0
|
---|
2551 | pwmx181 power -0 1 2 -> -0
|
---|
2552 | pwmx182 power -0 1 3 -> -0
|
---|
2553 | pwmx183 power -0 1 4 -> -0
|
---|
2554 | pwmx184 power -0 1 -1 -> -0
|
---|
2555 | pwmx185 power -0 1 -2 -> -0
|
---|
2556 | pwmx186 power -0 2 1 -> 0
|
---|
2557 | pwmx187 power -0 2 2 -> 0
|
---|
2558 | pwmx188 power -0 2 3 -> 0
|
---|
2559 | pwmx189 power -0 2 4 -> 0
|
---|
2560 | pwmx190 power -0 2 -1 -> 0
|
---|
2561 | pwmx191 power -0 2 -2 -> 0
|
---|
2562 | pwmx192 power -0 3 1 -> -0
|
---|
2563 | pwmx193 power -0 3 2 -> -0
|
---|
2564 | pwmx194 power -0 3 3 -> -0
|
---|
2565 | pwmx195 power -0 3 4 -> -0
|
---|
2566 | pwmx196 power -0 3 -1 -> -0
|
---|
2567 | pwmx197 power -0 3 -2 -> -0
|
---|
2568 | pwmx198 power -0 4 1 -> 0
|
---|
2569 | pwmx199 power -0 4 2 -> 0
|
---|
2570 | pwmx200 power -0 4 3 -> 0
|
---|
2571 | pwmx201 power -0 4 4 -> 0
|
---|
2572 | pwmx202 power -0 4 -1 -> 0
|
---|
2573 | pwmx203 power -0 4 -2 -> 0
|
---|
2574 | pwmx204 power -0 5 1 -> -0
|
---|
2575 | pwmx205 power -0 5 2 -> -0
|
---|
2576 | pwmx206 power -0 5 3 -> -0
|
---|
2577 | pwmx207 power -0 5 4 -> -0
|
---|
2578 | pwmx208 power -0 5 -1 -> -0
|
---|
2579 | pwmx209 power -0 5 -2 -> -0
|
---|
2580 | pwmx210 power -1 -0 1 -> 0
|
---|
2581 | pwmx211 power -1 -0 2 -> 1
|
---|
2582 | pwmx212 power -1 -0 3 -> 1
|
---|
2583 | pwmx213 power -1 -0 4 -> 1
|
---|
2584 | pwmx214 power -1 -0 -1 -> 0
|
---|
2585 | pwmx215 power -1 -0 -2 -> 1
|
---|
2586 | pwmx216 power -1 0 1 -> 0
|
---|
2587 | pwmx217 power -1 0 2 -> 1
|
---|
2588 | pwmx218 power -1 0 3 -> 1
|
---|
2589 | pwmx219 power -1 0 4 -> 1
|
---|
2590 | pwmx220 power -1 0 -1 -> 0
|
---|
2591 | pwmx221 power -1 0 -2 -> 1
|
---|
2592 | pwmx222 power -1 1 1 -> -0
|
---|
2593 | pwmx223 power -1 1 2 -> -1
|
---|
2594 | pwmx224 power -1 1 3 -> -1
|
---|
2595 | pwmx225 power -1 1 4 -> -1
|
---|
2596 | pwmx226 power -1 1 -1 -> -0
|
---|
2597 | pwmx227 power -1 1 -2 -> -1
|
---|
2598 | pwmx228 power -1 2 1 -> 0
|
---|
2599 | pwmx229 power -1 2 2 -> 1
|
---|
2600 | pwmx230 power -1 2 3 -> 1
|
---|
2601 | pwmx231 power -1 2 4 -> 1
|
---|
2602 | pwmx232 power -1 2 -1 -> 0
|
---|
2603 | pwmx233 power -1 2 -2 -> 1
|
---|
2604 | pwmx234 power -1 3 1 -> -0
|
---|
2605 | pwmx235 power -1 3 2 -> -1
|
---|
2606 | pwmx236 power -1 3 3 -> -1
|
---|
2607 | pwmx237 power -1 3 4 -> -1
|
---|
2608 | pwmx238 power -1 3 -1 -> -0
|
---|
2609 | pwmx239 power -1 3 -2 -> -1
|
---|
2610 | pwmx240 power -1 4 1 -> 0
|
---|
2611 | pwmx241 power -1 4 2 -> 1
|
---|
2612 | pwmx242 power -1 4 3 -> 1
|
---|
2613 | pwmx243 power -1 4 4 -> 1
|
---|
2614 | pwmx244 power -1 4 -1 -> 0
|
---|
2615 | pwmx245 power -1 4 -2 -> 1
|
---|
2616 | pwmx246 power -1 5 1 -> -0
|
---|
2617 | pwmx247 power -1 5 2 -> -1
|
---|
2618 | pwmx248 power -1 5 3 -> -1
|
---|
2619 | pwmx249 power -1 5 4 -> -1
|
---|
2620 | pwmx250 power -1 5 -1 -> -0
|
---|
2621 | pwmx251 power -1 5 -2 -> -1
|
---|
2622 |
|
---|
2623 | -- Randomly chosen larger values
|
---|
2624 | pwmx252 power 0 4 7 -> 0
|
---|
2625 | pwmx253 power -4 5 -9 -> -7
|
---|
2626 | pwmx254 power -5 4 -9 -> 4
|
---|
2627 | pwmx255 power -50 29 2 -> -0
|
---|
2628 | pwmx256 power -1 83 3 -> -1
|
---|
2629 | pwmx257 power -55 65 -75 -> -25
|
---|
2630 | pwmx258 power -613 151 -302 -> -9
|
---|
2631 | pwmx259 power 551 23 -35 -> 31
|
---|
2632 | pwmx260 power 51 142 942 -> 9
|
---|
2633 | pwmx261 power 6886 9204 -6091 -> 5034
|
---|
2634 | pwmx262 power 3057 5890 -3 -> 0
|
---|
2635 | pwmx263 power 56 4438 5365 -> 521
|
---|
2636 | pwmx264 power 96237 35669 -46669 -> 30717
|
---|
2637 | pwmx265 power 40011 34375 -57611 -> 625
|
---|
2638 | pwmx266 power 44317 38493 -12196 -> 11081
|
---|
2639 | pwmx267 power -282368 895633 -235870 -> -220928
|
---|
2640 | pwmx268 power 77328 852553 -405529 -> 129173
|
---|
2641 | pwmx269 power -929659 855713 650348 -> -90803
|
---|
2642 | pwmx270 power 907057 6574309 4924768 -> 3018257
|
---|
2643 | pwmx271 power -2887757 3198492 -5864352 -> 3440113
|
---|
2644 | pwmx272 power -247310 657371 -7415739 -> -1301840
|
---|
2645 | pwmx273 power -8399046 45334087 -22395020 -> -18515896
|
---|
2646 | pwmx274 power 79621397 4850236 1486555 -> 928706
|
---|
2647 | pwmx275 power 96012251 27971901 69609031 -> 50028729
|
---|
2648 | pwmx276 power -907335481 74127986 582330017 -> 51527187
|
---|
2649 | pwmx277 power -141192960 821063826 -260877928 -> 112318560
|
---|
2650 | pwmx278 power -501711702 934355994 82135143 -> 66586995
|
---|
2651 | pwmx279 power -9256358075 8900900138 -467222031 -> 95800246
|
---|
2652 | pwmx280 power -7031964291 1751257483 -935334498 -> -607626609
|
---|
2653 | pwmx281 power 8494314971 8740197252 107522491 -> 17373655
|
---|
2654 | pwmx282 power 88306216890 87477374166 -23498076 -> 15129528
|
---|
2655 | pwmx283 power -33939432478 7170196239 22133583 -> -11017036
|
---|
2656 | pwmx284 power 19466222767 30410710614 305752056 -> 191509537
|
---|
2657 | pwmx285 power -864942494008 370558899638 346688856 -> 56956768
|
---|
2658 | pwmx286 power -525406225603 345700226898 237163621 -> 56789534
|
---|
2659 | pwmx287 power 464612215955 312474621651 -329485700 -> 1853975
|
---|
2660 | pwmx288 power -1664283031244 3774474669855 919022867 -> -516034520
|
---|
2661 | pwmx289 power -3472438506913 7407327549995 -451206854 -> -74594761
|
---|
2662 | pwmx290 power -4223662152949 6891069279069 499843503 -> -80135290
|
---|
2663 | pwmx291 power -44022119276816 8168266170326 569679509 -> 375734475
|
---|
2664 | pwmx292 power -66195891207902 12532690555875 -243262129 -> -113186833
|
---|
2665 | pwmx293 power -69039911263164 52726605857673 360625196 -> -268662748
|
---|
2666 | pwmx294 power -299010116699208 885092589359231 -731310123 -> -104103765
|
---|
2667 | pwmx295 power -202495776299758 501159122943145 -686234870 -> -135511878
|
---|
2668 | pwmx296 power -595411478087676 836269270472481 -214614901 -> -183440819
|
---|
2669 | pwmx297 power -139555381056229 1324808520020507 -228944738 -> -218991473
|
---|
2670 | pwmx298 power 7846356250770543 1798045051036814 -101028985 -> 7805179
|
---|
2671 | pwmx299 power -4298015862709415 604966944844209 880212893 -> -87408671
|
---|
2672 | pwmx300 power -37384897538910893 76022206995659295 -930512842 -> -697757157
|
---|
2673 | pwmx301 power 82166659028005443 23375408251767704 817270700 -> 770697001
|
---|
2674 | pwmx302 power 97420301198165641 72213282983416924 947519716 -> 610711721
|
---|
2675 | pwmx303 power 913382043453243607 449681707248500262 211135545 -> 79544899
|
---|
2676 | pwmx304 power -313823613418052171 534579409610142937 -943062968 -> -446001379
|
---|
2677 | pwmx305 power -928106516894494093 760020177330116509 -50043994 -> -46010575
|
---|
2678 | pwmx306 power 4692146601679439796 4565354511806767804 -667339075 -> 480272081
|
---|
2679 | pwmx307 power 9722256633509177930 7276568791860505790 792675321 -> 182879752
|
---|
2680 | pwmx308 power 8689899484830064228 429082967129615261 -844555637 -> 270374557
|
---|
2681 |
|
---|
2682 | -- All inputs must be integers
|
---|
2683 | pwmx309 power 2.1 3 1 -> NaN Invalid_operation
|
---|
2684 | pwmx310 power 0.4 1 5 -> NaN Invalid_operation
|
---|
2685 | pwmx311 power 2 3.1 5 -> NaN Invalid_operation
|
---|
2686 | pwmx312 power 13 -1.2 10 -> NaN Invalid_operation
|
---|
2687 | pwmx313 power 2 3 5.1 -> NaN Invalid_operation
|
---|
2688 |
|
---|
2689 | -- Second argument must be nonnegative (-0 is okay)
|
---|
2690 | pwmx314 power 2 -3 5 -> NaN Invalid_operation
|
---|
2691 | pwmx315 power 7 -1 1 -> NaN Invalid_operation
|
---|
2692 | pwmx316 power 0 -2 6 -> NaN Invalid_operation
|
---|
2693 |
|
---|
2694 | -- Third argument must be nonzero
|
---|
2695 | pwmx317 power 13 1003 0 -> NaN Invalid_operation
|
---|
2696 | pwmx318 power 1 0 0E+987 -> NaN Invalid_operation
|
---|
2697 | pwmx319 power 0 2 -0 -> NaN Invalid_operation
|
---|
2698 |
|
---|
2699 | -- Integers are fine, no matter how they're expressed
|
---|
2700 | pwmx320 power 13.0 117.00 1E+2 -> 33
|
---|
2701 | pwmx321 power -2E+3 1.1E+10 -12323 -> 4811
|
---|
2702 | pwmx322 power 20 0E-300 143 -> 1
|
---|
2703 | pwmx323 power -20 -0E+1005 1179 -> 1
|
---|
2704 | pwmx324 power 0E-1001 17 5.6E+4 -> 0
|
---|
2705 |
|
---|
2706 | -- Modulus must not exceed precision
|
---|
2707 | pwmx325 power 0 1 1234567890 -> NaN Invalid_operation
|
---|
2708 | pwmx326 power 1 0 1000000000 -> NaN Invalid_operation
|
---|
2709 | pwmx327 power -23 5 -1000000000 -> NaN Invalid_operation
|
---|
2710 | pwmx328 power 41557 213 -999999999 -> 47650456
|
---|
2711 | pwmx329 power -2134 199 999999997 -> -946957912
|
---|
2712 |
|
---|
2713 | -- Huge base shouldn't present any problems
|
---|
2714 | pwmx330 power 1.23E+123456791 10123898 17291065 -> 5674045
|
---|
2715 |
|
---|
2716 | -- Large exponent, may be slow
|
---|
2717 | -- (if second argument is 1En then expect O(n) running time)
|
---|
2718 | pwmx331 power 1000288896 9.87E+12347 93379908 -> 43224924
|
---|
2719 |
|
---|
2720 | -- Triple NaN propagation (adapted from examples in fma.decTest)
|
---|
2721 | pwmx400 power NaN2 NaN3 NaN5 -> NaN2
|
---|
2722 | pwmx401 power 1 NaN3 NaN5 -> NaN3
|
---|
2723 | pwmx402 power 1 1 NaN5 -> NaN5
|
---|
2724 | pwmx403 power sNaN1 sNaN2 sNaN3 -> NaN1 Invalid_operation
|
---|
2725 | pwmx404 power 1 sNaN2 sNaN3 -> NaN2 Invalid_operation
|
---|
2726 | pwmx405 power 1 1 sNaN3 -> NaN3 Invalid_operation
|
---|
2727 | pwmx406 power sNaN1 sNaN2 sNaN3 -> NaN1 Invalid_operation
|
---|
2728 | pwmx407 power NaN7 sNaN2 sNaN3 -> NaN2 Invalid_operation
|
---|
2729 | pwmx408 power NaN7 NaN5 sNaN3 -> NaN3 Invalid_operation
|
---|
2730 |
|
---|
2731 | -- Infinities not allowed
|
---|
2732 | pwmx410 power Inf 1 1 -> NaN Invalid_operation
|
---|
2733 | pwmx411 power 1 Inf 1 -> NaN Invalid_operation
|
---|
2734 | pwmx412 power 1 1 Inf -> NaN Invalid_operation
|
---|
2735 | pwmx413 power -Inf 1 1 -> NaN Invalid_operation
|
---|
2736 | pwmx414 power 1 -Inf 1 -> NaN Invalid_operation
|
---|
2737 | pwmx415 power 1 1 -Inf -> NaN Invalid_operation
|
---|
2738 |
|
---|
2739 | -- Just for fun: 1729 is a Carmichael number
|
---|
2740 | pwmx420 power 0 1728 1729 -> 0
|
---|
2741 | pwmx421 power 1 1728 1729 -> 1
|
---|
2742 | pwmx422 power 2 1728 1729 -> 1
|
---|
2743 | pwmx423 power 3 1728 1729 -> 1
|
---|
2744 | pwmx424 power 4 1728 1729 -> 1
|
---|
2745 | pwmx425 power 5 1728 1729 -> 1
|
---|
2746 | pwmx426 power 6 1728 1729 -> 1
|
---|
2747 | pwmx427 power 7 1728 1729 -> 742
|
---|
2748 | pwmx428 power 8 1728 1729 -> 1
|
---|
2749 | pwmx429 power 9 1728 1729 -> 1
|
---|
2750 | pwmx430 power 10 1728 1729 -> 1
|
---|
2751 | pwmx431 power 11 1728 1729 -> 1
|
---|
2752 | pwmx432 power 12 1728 1729 -> 1
|
---|
2753 | pwmx433 power 13 1728 1729 -> 533
|
---|
2754 | pwmx434 power 14 1728 1729 -> 742
|
---|
2755 | pwmx435 power 15 1728 1729 -> 1
|
---|
2756 | pwmx436 power 16 1728 1729 -> 1
|
---|
2757 | pwmx437 power 17 1728 1729 -> 1
|
---|
2758 | pwmx438 power 18 1728 1729 -> 1
|
---|
2759 | pwmx439 power 19 1728 1729 -> 456
|
---|
2760 | pwmx440 power 20 1728 1729 -> 1
|
---|
2761 |
|
---|
2762 | -- plus and minus zero in various rounding modes (see issue 11131)
|
---|
2763 | extended: 1
|
---|
2764 | precision: 9
|
---|
2765 | maxexponent: 384
|
---|
2766 | minexponent: -383
|
---|
2767 |
|
---|
2768 | rounding: half_even
|
---|
2769 | plux1000 plus 0.0 -> 0.0
|
---|
2770 | plux1001 plus -0.0 -> 0.0
|
---|
2771 | minx1000 minus 0.0 -> 0.0
|
---|
2772 | minx1001 minus -0.0 -> 0.0
|
---|
2773 | absx1000 abs 0.0 -> 0.0
|
---|
2774 | absx1001 abs -0.0 -> 0.0
|
---|
2775 |
|
---|
2776 | rounding: half_up
|
---|
2777 | plux1010 plus 0.0 -> 0.0
|
---|
2778 | minx1010 minus 0.0 -> 0.0
|
---|
2779 | plux1011 plus -0.0 -> 0.0
|
---|
2780 | minx1011 minus -0.0 -> 0.0
|
---|
2781 | absx1010 abs 0.0 -> 0.0
|
---|
2782 | absx1011 abs -0.0 -> 0.0
|
---|
2783 |
|
---|
2784 | rounding: ceiling
|
---|
2785 | plux1020 plus 0.0 -> 0.0
|
---|
2786 | minx1020 minus 0.0 -> 0.0
|
---|
2787 | plux1021 plus -0.0 -> 0.0
|
---|
2788 | minx1021 minus -0.0 -> 0.0
|
---|
2789 | absx1020 abs 0.0 -> 0.0
|
---|
2790 | absx1021 abs -0.0 -> 0.0
|
---|
2791 |
|
---|
2792 | rounding: floor
|
---|
2793 | plux1030 plus 0.0 -> 0.0
|
---|
2794 | minx1030 minus 0.0 -> -0.0
|
---|
2795 | plux1031 plus -0.0 -> -0.0
|
---|
2796 | minx1031 minus -0.0 -> 0.0
|
---|
2797 | absx1030 abs 0.0 -> 0.0
|
---|
2798 | absx1031 abs -0.0 -> 0.0
|
---|
2799 |
|
---|
2800 | rounding: down
|
---|
2801 | plux1040 plus 0.0 -> 0.0
|
---|
2802 | minx1040 minus 0.0 -> 0.0
|
---|
2803 | plux1041 plus -0.0 -> 0.0
|
---|
2804 | minx1041 minus -0.0 -> 0.0
|
---|
2805 | absx1040 abs 0.0 -> 0.0
|
---|
2806 | absx1041 abs -0.0 -> 0.0
|
---|
2807 |
|
---|
2808 | rounding: up
|
---|
2809 | plux1050 plus 0.0 -> 0.0
|
---|
2810 | minx1050 minus 0.0 -> 0.0
|
---|
2811 | plux1051 plus -0.0 -> 0.0
|
---|
2812 | minx1051 minus -0.0 -> 0.0
|
---|
2813 | absx1050 abs 0.0 -> 0.0
|
---|
2814 | absx1051 abs -0.0 -> 0.0
|
---|
2815 |
|
---|
2816 | rounding: half_down
|
---|
2817 | plux1060 plus 0.0 -> 0.0
|
---|
2818 | minx1060 minus 0.0 -> 0.0
|
---|
2819 | plux1061 plus -0.0 -> 0.0
|
---|
2820 | minx1061 minus -0.0 -> 0.0
|
---|
2821 | absx1060 abs 0.0 -> 0.0
|
---|
2822 | absx1061 abs -0.0 -> 0.0
|
---|
2823 |
|
---|
2824 | rounding: 05up
|
---|
2825 | plux1070 plus 0.0 -> 0.0
|
---|
2826 | minx1070 minus 0.0 -> 0.0
|
---|
2827 | plux1071 plus -0.0 -> 0.0
|
---|
2828 | minx1071 minus -0.0 -> 0.0
|
---|
2829 | absx1070 abs 0.0 -> 0.0
|
---|
2830 | absx1071 abs -0.0 -> 0.0
|
---|