]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/squareroot.decTest
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / decimaltestdata / squareroot.decTest
CommitLineData
4710c53d 1------------------------------------------------------------------------\r
2-- squareroot.decTest -- decimal square root --\r
3-- Copyright (c) IBM Corporation, 2003, 2008. All rights reserved. --\r
4------------------------------------------------------------------------\r
5-- Please see the document "General Decimal Arithmetic Testcases" --\r
6-- at http://www2.hursley.ibm.com/decimal for the description of --\r
7-- these testcases. --\r
8-- --\r
9-- These testcases are experimental ('beta' versions), and they --\r
10-- may contain errors. They are offered on an as-is basis. In --\r
11-- particular, achieving the same results as the tests here is not --\r
12-- a guarantee that an implementation complies with any Standard --\r
13-- or specification. The tests are not exhaustive. --\r
14-- --\r
15-- Please send comments, suggestions, and corrections to the author: --\r
16-- Mike Cowlishaw, IBM Fellow --\r
17-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --\r
18-- mfc@uk.ibm.com --\r
19------------------------------------------------------------------------\r
20version: 2.59\r
21\r
22extended: 1\r
23precision: 9\r
24rounding: half_up\r
25maxExponent: 384\r
26minexponent: -383\r
27\r
28-- basics\r
29sqtx001 squareroot 1 -> 1\r
30sqtx002 squareroot -1 -> NaN Invalid_operation\r
31sqtx003 squareroot 1.00 -> 1.0\r
32sqtx004 squareroot -1.00 -> NaN Invalid_operation\r
33sqtx005 squareroot 0 -> 0\r
34sqtx006 squareroot 00.0 -> 0.0\r
35sqtx007 squareroot 0.00 -> 0.0\r
36sqtx008 squareroot 00.00 -> 0.0\r
37sqtx009 squareroot 00.000 -> 0.00\r
38sqtx010 squareroot 00.0000 -> 0.00\r
39sqtx011 squareroot 00 -> 0\r
40\r
41sqtx012 squareroot -2 -> NaN Invalid_operation\r
42sqtx013 squareroot 2 -> 1.41421356 Inexact Rounded\r
43sqtx014 squareroot -2.00 -> NaN Invalid_operation\r
44sqtx015 squareroot 2.00 -> 1.41421356 Inexact Rounded\r
45sqtx016 squareroot -0 -> -0\r
46sqtx017 squareroot -0.0 -> -0.0\r
47sqtx018 squareroot -00.00 -> -0.0\r
48sqtx019 squareroot -00.000 -> -0.00\r
49sqtx020 squareroot -0.0000 -> -0.00\r
50sqtx021 squareroot -0E+9 -> -0E+4\r
51sqtx022 squareroot -0E+10 -> -0E+5\r
52sqtx023 squareroot -0E+11 -> -0E+5\r
53sqtx024 squareroot -0E+12 -> -0E+6\r
54sqtx025 squareroot -00 -> -0\r
55sqtx026 squareroot 0E+5 -> 0E+2\r
56sqtx027 squareroot 4.0 -> 2.0\r
57sqtx028 squareroot 4.00 -> 2.0\r
58\r
59sqtx030 squareroot +0.1 -> 0.316227766 Inexact Rounded\r
60sqtx031 squareroot -0.1 -> NaN Invalid_operation\r
61sqtx032 squareroot +0.01 -> 0.1\r
62sqtx033 squareroot -0.01 -> NaN Invalid_operation\r
63sqtx034 squareroot +0.001 -> 0.0316227766 Inexact Rounded\r
64sqtx035 squareroot -0.001 -> NaN Invalid_operation\r
65sqtx036 squareroot +0.000001 -> 0.001\r
66sqtx037 squareroot -0.000001 -> NaN Invalid_operation\r
67sqtx038 squareroot +0.000000000001 -> 0.000001\r
68sqtx039 squareroot -0.000000000001 -> NaN Invalid_operation\r
69\r
70sqtx041 squareroot 1.1 -> 1.04880885 Inexact Rounded\r
71sqtx042 squareroot 1.10 -> 1.04880885 Inexact Rounded\r
72sqtx043 squareroot 1.100 -> 1.04880885 Inexact Rounded\r
73sqtx044 squareroot 1.110 -> 1.05356538 Inexact Rounded\r
74sqtx045 squareroot -1.1 -> NaN Invalid_operation\r
75sqtx046 squareroot -1.10 -> NaN Invalid_operation\r
76sqtx047 squareroot -1.100 -> NaN Invalid_operation\r
77sqtx048 squareroot -1.110 -> NaN Invalid_operation\r
78sqtx049 squareroot 9.9 -> 3.14642654 Inexact Rounded\r
79sqtx050 squareroot 9.90 -> 3.14642654 Inexact Rounded\r
80sqtx051 squareroot 9.900 -> 3.14642654 Inexact Rounded\r
81sqtx052 squareroot 9.990 -> 3.16069613 Inexact Rounded\r
82sqtx053 squareroot -9.9 -> NaN Invalid_operation\r
83sqtx054 squareroot -9.90 -> NaN Invalid_operation\r
84sqtx055 squareroot -9.900 -> NaN Invalid_operation\r
85sqtx056 squareroot -9.990 -> NaN Invalid_operation\r
86\r
87sqtx060 squareroot 1 -> 1\r
88sqtx061 squareroot 1.0 -> 1.0\r
89sqtx062 squareroot 1.00 -> 1.0\r
90sqtx063 squareroot 10.0 -> 3.16227766 Inexact Rounded\r
91sqtx064 squareroot 10.0 -> 3.16227766 Inexact Rounded\r
92sqtx065 squareroot 10.0 -> 3.16227766 Inexact Rounded\r
93sqtx066 squareroot 10.00 -> 3.16227766 Inexact Rounded\r
94sqtx067 squareroot 100 -> 10\r
95sqtx068 squareroot 100.0 -> 10.0\r
96sqtx069 squareroot 100.00 -> 10.0\r
97sqtx070 squareroot 1.1000E+3 -> 33.1662479 Inexact Rounded\r
98sqtx071 squareroot 1.10000E+3 -> 33.1662479 Inexact Rounded\r
99sqtx072 squareroot -10.0 -> NaN Invalid_operation\r
100sqtx073 squareroot -10.00 -> NaN Invalid_operation\r
101sqtx074 squareroot -100.0 -> NaN Invalid_operation\r
102sqtx075 squareroot -100.00 -> NaN Invalid_operation\r
103sqtx076 squareroot -1.1000E+3 -> NaN Invalid_operation\r
104sqtx077 squareroot -1.10000E+3 -> NaN Invalid_operation\r
105sqtx078 squareroot 1.000 -> 1.00\r
106sqtx079 squareroot 1.0000 -> 1.00\r
107\r
108-- famous squares\r
109sqtx080 squareroot 1 -> 1\r
110sqtx081 squareroot 4 -> 2\r
111sqtx082 squareroot 9 -> 3\r
112sqtx083 squareroot 16 -> 4\r
113sqtx084 squareroot 25 -> 5\r
114sqtx085 squareroot 36 -> 6\r
115sqtx086 squareroot 49 -> 7\r
116sqtx087 squareroot 64 -> 8\r
117sqtx088 squareroot 81 -> 9\r
118sqtx089 squareroot 100 -> 10\r
119sqtx090 squareroot 121 -> 11\r
120sqtx091 squareroot 144 -> 12\r
121sqtx092 squareroot 169 -> 13\r
122sqtx093 squareroot 256 -> 16\r
123sqtx094 squareroot 1024 -> 32\r
124sqtx095 squareroot 4096 -> 64\r
125sqtx100 squareroot 0.01 -> 0.1\r
126sqtx101 squareroot 0.04 -> 0.2\r
127sqtx102 squareroot 0.09 -> 0.3\r
128sqtx103 squareroot 0.16 -> 0.4\r
129sqtx104 squareroot 0.25 -> 0.5\r
130sqtx105 squareroot 0.36 -> 0.6\r
131sqtx106 squareroot 0.49 -> 0.7\r
132sqtx107 squareroot 0.64 -> 0.8\r
133sqtx108 squareroot 0.81 -> 0.9\r
134sqtx109 squareroot 1.00 -> 1.0\r
135sqtx110 squareroot 1.21 -> 1.1\r
136sqtx111 squareroot 1.44 -> 1.2\r
137sqtx112 squareroot 1.69 -> 1.3\r
138sqtx113 squareroot 2.56 -> 1.6\r
139sqtx114 squareroot 10.24 -> 3.2\r
140sqtx115 squareroot 40.96 -> 6.4\r
141\r
142-- Precision 1 squareroot tests [exhaustive, plus exponent adjusts]\r
143rounding: half_even\r
144maxExponent: 999\r
145minexponent: -999\r
146precision: 1\r
147sqtx1201 squareroot 0.1 -> 0.3 Inexact Rounded\r
148sqtx1202 squareroot 0.01 -> 0.1\r
149sqtx1203 squareroot 1.0E-1 -> 0.3 Inexact Rounded\r
150sqtx1204 squareroot 1.00E-2 -> 0.1 Rounded\r
151sqtx1205 squareroot 1E-3 -> 0.03 Inexact Rounded\r
152sqtx1206 squareroot 1E+1 -> 3 Inexact Rounded\r
153sqtx1207 squareroot 1E+2 -> 1E+1\r
154sqtx1208 squareroot 1E+3 -> 3E+1 Inexact Rounded\r
155sqtx1209 squareroot 0.2 -> 0.4 Inexact Rounded\r
156sqtx1210 squareroot 0.02 -> 0.1 Inexact Rounded\r
157sqtx1211 squareroot 2.0E-1 -> 0.4 Inexact Rounded\r
158sqtx1212 squareroot 2.00E-2 -> 0.1 Inexact Rounded\r
159sqtx1213 squareroot 2E-3 -> 0.04 Inexact Rounded\r
160sqtx1214 squareroot 2E+1 -> 4 Inexact Rounded\r
161sqtx1215 squareroot 2E+2 -> 1E+1 Inexact Rounded\r
162sqtx1216 squareroot 2E+3 -> 4E+1 Inexact Rounded\r
163sqtx1217 squareroot 0.3 -> 0.5 Inexact Rounded\r
164sqtx1218 squareroot 0.03 -> 0.2 Inexact Rounded\r
165sqtx1219 squareroot 3.0E-1 -> 0.5 Inexact Rounded\r
166sqtx1220 squareroot 3.00E-2 -> 0.2 Inexact Rounded\r
167sqtx1221 squareroot 3E-3 -> 0.05 Inexact Rounded\r
168sqtx1222 squareroot 3E+1 -> 5 Inexact Rounded\r
169sqtx1223 squareroot 3E+2 -> 2E+1 Inexact Rounded\r
170sqtx1224 squareroot 3E+3 -> 5E+1 Inexact Rounded\r
171sqtx1225 squareroot 0.4 -> 0.6 Inexact Rounded\r
172sqtx1226 squareroot 0.04 -> 0.2\r
173sqtx1227 squareroot 4.0E-1 -> 0.6 Inexact Rounded\r
174sqtx1228 squareroot 4.00E-2 -> 0.2 Rounded\r
175sqtx1229 squareroot 4E-3 -> 0.06 Inexact Rounded\r
176sqtx1230 squareroot 4E+1 -> 6 Inexact Rounded\r
177sqtx1231 squareroot 4E+2 -> 2E+1\r
178sqtx1232 squareroot 4E+3 -> 6E+1 Inexact Rounded\r
179sqtx1233 squareroot 0.5 -> 0.7 Inexact Rounded\r
180sqtx1234 squareroot 0.05 -> 0.2 Inexact Rounded\r
181sqtx1235 squareroot 5.0E-1 -> 0.7 Inexact Rounded\r
182sqtx1236 squareroot 5.00E-2 -> 0.2 Inexact Rounded\r
183sqtx1237 squareroot 5E-3 -> 0.07 Inexact Rounded\r
184sqtx1238 squareroot 5E+1 -> 7 Inexact Rounded\r
185sqtx1239 squareroot 5E+2 -> 2E+1 Inexact Rounded\r
186sqtx1240 squareroot 5E+3 -> 7E+1 Inexact Rounded\r
187sqtx1241 squareroot 0.6 -> 0.8 Inexact Rounded\r
188sqtx1242 squareroot 0.06 -> 0.2 Inexact Rounded\r
189sqtx1243 squareroot 6.0E-1 -> 0.8 Inexact Rounded\r
190sqtx1244 squareroot 6.00E-2 -> 0.2 Inexact Rounded\r
191sqtx1245 squareroot 6E-3 -> 0.08 Inexact Rounded\r
192sqtx1246 squareroot 6E+1 -> 8 Inexact Rounded\r
193sqtx1247 squareroot 6E+2 -> 2E+1 Inexact Rounded\r
194sqtx1248 squareroot 6E+3 -> 8E+1 Inexact Rounded\r
195sqtx1249 squareroot 0.7 -> 0.8 Inexact Rounded\r
196sqtx1250 squareroot 0.07 -> 0.3 Inexact Rounded\r
197sqtx1251 squareroot 7.0E-1 -> 0.8 Inexact Rounded\r
198sqtx1252 squareroot 7.00E-2 -> 0.3 Inexact Rounded\r
199sqtx1253 squareroot 7E-3 -> 0.08 Inexact Rounded\r
200sqtx1254 squareroot 7E+1 -> 8 Inexact Rounded\r
201sqtx1255 squareroot 7E+2 -> 3E+1 Inexact Rounded\r
202sqtx1256 squareroot 7E+3 -> 8E+1 Inexact Rounded\r
203sqtx1257 squareroot 0.8 -> 0.9 Inexact Rounded\r
204sqtx1258 squareroot 0.08 -> 0.3 Inexact Rounded\r
205sqtx1259 squareroot 8.0E-1 -> 0.9 Inexact Rounded\r
206sqtx1260 squareroot 8.00E-2 -> 0.3 Inexact Rounded\r
207sqtx1261 squareroot 8E-3 -> 0.09 Inexact Rounded\r
208sqtx1262 squareroot 8E+1 -> 9 Inexact Rounded\r
209sqtx1263 squareroot 8E+2 -> 3E+1 Inexact Rounded\r
210sqtx1264 squareroot 8E+3 -> 9E+1 Inexact Rounded\r
211sqtx1265 squareroot 0.9 -> 0.9 Inexact Rounded\r
212sqtx1266 squareroot 0.09 -> 0.3\r
213sqtx1267 squareroot 9.0E-1 -> 0.9 Inexact Rounded\r
214sqtx1268 squareroot 9.00E-2 -> 0.3 Rounded\r
215sqtx1269 squareroot 9E-3 -> 0.09 Inexact Rounded\r
216sqtx1270 squareroot 9E+1 -> 9 Inexact Rounded\r
217sqtx1271 squareroot 9E+2 -> 3E+1\r
218sqtx1272 squareroot 9E+3 -> 9E+1 Inexact Rounded\r
219\r
220-- Precision 2 squareroot tests [exhaustive, plus exponent adjusts]\r
221rounding: half_even\r
222maxExponent: 999\r
223minexponent: -999\r
224precision: 2\r
225sqtx2201 squareroot 0.1 -> 0.32 Inexact Rounded\r
226sqtx2202 squareroot 0.01 -> 0.1\r
227sqtx2203 squareroot 1.0E-1 -> 0.32 Inexact Rounded\r
228sqtx2204 squareroot 1.00E-2 -> 0.10\r
229sqtx2205 squareroot 1E-3 -> 0.032 Inexact Rounded\r
230sqtx2206 squareroot 1E+1 -> 3.2 Inexact Rounded\r
231sqtx2207 squareroot 1E+2 -> 1E+1\r
232sqtx2208 squareroot 1E+3 -> 32 Inexact Rounded\r
233sqtx2209 squareroot 0.2 -> 0.45 Inexact Rounded\r
234sqtx2210 squareroot 0.02 -> 0.14 Inexact Rounded\r
235sqtx2211 squareroot 2.0E-1 -> 0.45 Inexact Rounded\r
236sqtx2212 squareroot 2.00E-2 -> 0.14 Inexact Rounded\r
237sqtx2213 squareroot 2E-3 -> 0.045 Inexact Rounded\r
238sqtx2214 squareroot 2E+1 -> 4.5 Inexact Rounded\r
239sqtx2215 squareroot 2E+2 -> 14 Inexact Rounded\r
240sqtx2216 squareroot 2E+3 -> 45 Inexact Rounded\r
241sqtx2217 squareroot 0.3 -> 0.55 Inexact Rounded\r
242sqtx2218 squareroot 0.03 -> 0.17 Inexact Rounded\r
243sqtx2219 squareroot 3.0E-1 -> 0.55 Inexact Rounded\r
244sqtx2220 squareroot 3.00E-2 -> 0.17 Inexact Rounded\r
245sqtx2221 squareroot 3E-3 -> 0.055 Inexact Rounded\r
246sqtx2222 squareroot 3E+1 -> 5.5 Inexact Rounded\r
247sqtx2223 squareroot 3E+2 -> 17 Inexact Rounded\r
248sqtx2224 squareroot 3E+3 -> 55 Inexact Rounded\r
249sqtx2225 squareroot 0.4 -> 0.63 Inexact Rounded\r
250sqtx2226 squareroot 0.04 -> 0.2\r
251sqtx2227 squareroot 4.0E-1 -> 0.63 Inexact Rounded\r
252sqtx2228 squareroot 4.00E-2 -> 0.20\r
253sqtx2229 squareroot 4E-3 -> 0.063 Inexact Rounded\r
254sqtx2230 squareroot 4E+1 -> 6.3 Inexact Rounded\r
255sqtx2231 squareroot 4E+2 -> 2E+1\r
256sqtx2232 squareroot 4E+3 -> 63 Inexact Rounded\r
257sqtx2233 squareroot 0.5 -> 0.71 Inexact Rounded\r
258sqtx2234 squareroot 0.05 -> 0.22 Inexact Rounded\r
259sqtx2235 squareroot 5.0E-1 -> 0.71 Inexact Rounded\r
260sqtx2236 squareroot 5.00E-2 -> 0.22 Inexact Rounded\r
261sqtx2237 squareroot 5E-3 -> 0.071 Inexact Rounded\r
262sqtx2238 squareroot 5E+1 -> 7.1 Inexact Rounded\r
263sqtx2239 squareroot 5E+2 -> 22 Inexact Rounded\r
264sqtx2240 squareroot 5E+3 -> 71 Inexact Rounded\r
265sqtx2241 squareroot 0.6 -> 0.77 Inexact Rounded\r
266sqtx2242 squareroot 0.06 -> 0.24 Inexact Rounded\r
267sqtx2243 squareroot 6.0E-1 -> 0.77 Inexact Rounded\r
268sqtx2244 squareroot 6.00E-2 -> 0.24 Inexact Rounded\r
269sqtx2245 squareroot 6E-3 -> 0.077 Inexact Rounded\r
270sqtx2246 squareroot 6E+1 -> 7.7 Inexact Rounded\r
271sqtx2247 squareroot 6E+2 -> 24 Inexact Rounded\r
272sqtx2248 squareroot 6E+3 -> 77 Inexact Rounded\r
273sqtx2249 squareroot 0.7 -> 0.84 Inexact Rounded\r
274sqtx2250 squareroot 0.07 -> 0.26 Inexact Rounded\r
275sqtx2251 squareroot 7.0E-1 -> 0.84 Inexact Rounded\r
276sqtx2252 squareroot 7.00E-2 -> 0.26 Inexact Rounded\r
277sqtx2253 squareroot 7E-3 -> 0.084 Inexact Rounded\r
278sqtx2254 squareroot 7E+1 -> 8.4 Inexact Rounded\r
279sqtx2255 squareroot 7E+2 -> 26 Inexact Rounded\r
280sqtx2256 squareroot 7E+3 -> 84 Inexact Rounded\r
281sqtx2257 squareroot 0.8 -> 0.89 Inexact Rounded\r
282sqtx2258 squareroot 0.08 -> 0.28 Inexact Rounded\r
283sqtx2259 squareroot 8.0E-1 -> 0.89 Inexact Rounded\r
284sqtx2260 squareroot 8.00E-2 -> 0.28 Inexact Rounded\r
285sqtx2261 squareroot 8E-3 -> 0.089 Inexact Rounded\r
286sqtx2262 squareroot 8E+1 -> 8.9 Inexact Rounded\r
287sqtx2263 squareroot 8E+2 -> 28 Inexact Rounded\r
288sqtx2264 squareroot 8E+3 -> 89 Inexact Rounded\r
289sqtx2265 squareroot 0.9 -> 0.95 Inexact Rounded\r
290sqtx2266 squareroot 0.09 -> 0.3\r
291sqtx2267 squareroot 9.0E-1 -> 0.95 Inexact Rounded\r
292sqtx2268 squareroot 9.00E-2 -> 0.30\r
293sqtx2269 squareroot 9E-3 -> 0.095 Inexact Rounded\r
294sqtx2270 squareroot 9E+1 -> 9.5 Inexact Rounded\r
295sqtx2271 squareroot 9E+2 -> 3E+1\r
296sqtx2272 squareroot 9E+3 -> 95 Inexact Rounded\r
297sqtx2273 squareroot 0.10 -> 0.32 Inexact Rounded\r
298sqtx2274 squareroot 0.010 -> 0.10\r
299sqtx2275 squareroot 10.0E-1 -> 1.0\r
300sqtx2276 squareroot 10.00E-2 -> 0.32 Inexact Rounded\r
301sqtx2277 squareroot 10E-3 -> 0.10\r
302sqtx2278 squareroot 10E+1 -> 10\r
303sqtx2279 squareroot 10E+2 -> 32 Inexact Rounded\r
304sqtx2280 squareroot 10E+3 -> 1.0E+2\r
305sqtx2281 squareroot 0.11 -> 0.33 Inexact Rounded\r
306sqtx2282 squareroot 0.011 -> 0.10 Inexact Rounded\r
307sqtx2283 squareroot 11.0E-1 -> 1.0 Inexact Rounded\r
308sqtx2284 squareroot 11.00E-2 -> 0.33 Inexact Rounded\r
309sqtx2285 squareroot 11E-3 -> 0.10 Inexact Rounded\r
310sqtx2286 squareroot 11E+1 -> 10 Inexact Rounded\r
311sqtx2287 squareroot 11E+2 -> 33 Inexact Rounded\r
312sqtx2288 squareroot 11E+3 -> 1.0E+2 Inexact Rounded\r
313sqtx2289 squareroot 0.12 -> 0.35 Inexact Rounded\r
314sqtx2290 squareroot 0.012 -> 0.11 Inexact Rounded\r
315sqtx2291 squareroot 12.0E-1 -> 1.1 Inexact Rounded\r
316sqtx2292 squareroot 12.00E-2 -> 0.35 Inexact Rounded\r
317sqtx2293 squareroot 12E-3 -> 0.11 Inexact Rounded\r
318sqtx2294 squareroot 12E+1 -> 11 Inexact Rounded\r
319sqtx2295 squareroot 12E+2 -> 35 Inexact Rounded\r
320sqtx2296 squareroot 12E+3 -> 1.1E+2 Inexact Rounded\r
321sqtx2297 squareroot 0.13 -> 0.36 Inexact Rounded\r
322sqtx2298 squareroot 0.013 -> 0.11 Inexact Rounded\r
323sqtx2299 squareroot 13.0E-1 -> 1.1 Inexact Rounded\r
324sqtx2300 squareroot 13.00E-2 -> 0.36 Inexact Rounded\r
325sqtx2301 squareroot 13E-3 -> 0.11 Inexact Rounded\r
326sqtx2302 squareroot 13E+1 -> 11 Inexact Rounded\r
327sqtx2303 squareroot 13E+2 -> 36 Inexact Rounded\r
328sqtx2304 squareroot 13E+3 -> 1.1E+2 Inexact Rounded\r
329sqtx2305 squareroot 0.14 -> 0.37 Inexact Rounded\r
330sqtx2306 squareroot 0.014 -> 0.12 Inexact Rounded\r
331sqtx2307 squareroot 14.0E-1 -> 1.2 Inexact Rounded\r
332sqtx2308 squareroot 14.00E-2 -> 0.37 Inexact Rounded\r
333sqtx2309 squareroot 14E-3 -> 0.12 Inexact Rounded\r
334sqtx2310 squareroot 14E+1 -> 12 Inexact Rounded\r
335sqtx2311 squareroot 14E+2 -> 37 Inexact Rounded\r
336sqtx2312 squareroot 14E+3 -> 1.2E+2 Inexact Rounded\r
337sqtx2313 squareroot 0.15 -> 0.39 Inexact Rounded\r
338sqtx2314 squareroot 0.015 -> 0.12 Inexact Rounded\r
339sqtx2315 squareroot 15.0E-1 -> 1.2 Inexact Rounded\r
340sqtx2316 squareroot 15.00E-2 -> 0.39 Inexact Rounded\r
341sqtx2317 squareroot 15E-3 -> 0.12 Inexact Rounded\r
342sqtx2318 squareroot 15E+1 -> 12 Inexact Rounded\r
343sqtx2319 squareroot 15E+2 -> 39 Inexact Rounded\r
344sqtx2320 squareroot 15E+3 -> 1.2E+2 Inexact Rounded\r
345sqtx2321 squareroot 0.16 -> 0.4\r
346sqtx2322 squareroot 0.016 -> 0.13 Inexact Rounded\r
347sqtx2323 squareroot 16.0E-1 -> 1.3 Inexact Rounded\r
348sqtx2324 squareroot 16.00E-2 -> 0.40\r
349sqtx2325 squareroot 16E-3 -> 0.13 Inexact Rounded\r
350sqtx2326 squareroot 16E+1 -> 13 Inexact Rounded\r
351sqtx2327 squareroot 16E+2 -> 4E+1\r
352sqtx2328 squareroot 16E+3 -> 1.3E+2 Inexact Rounded\r
353sqtx2329 squareroot 0.17 -> 0.41 Inexact Rounded\r
354sqtx2330 squareroot 0.017 -> 0.13 Inexact Rounded\r
355sqtx2331 squareroot 17.0E-1 -> 1.3 Inexact Rounded\r
356sqtx2332 squareroot 17.00E-2 -> 0.41 Inexact Rounded\r
357sqtx2333 squareroot 17E-3 -> 0.13 Inexact Rounded\r
358sqtx2334 squareroot 17E+1 -> 13 Inexact Rounded\r
359sqtx2335 squareroot 17E+2 -> 41 Inexact Rounded\r
360sqtx2336 squareroot 17E+3 -> 1.3E+2 Inexact Rounded\r
361sqtx2337 squareroot 0.18 -> 0.42 Inexact Rounded\r
362sqtx2338 squareroot 0.018 -> 0.13 Inexact Rounded\r
363sqtx2339 squareroot 18.0E-1 -> 1.3 Inexact Rounded\r
364sqtx2340 squareroot 18.00E-2 -> 0.42 Inexact Rounded\r
365sqtx2341 squareroot 18E-3 -> 0.13 Inexact Rounded\r
366sqtx2342 squareroot 18E+1 -> 13 Inexact Rounded\r
367sqtx2343 squareroot 18E+2 -> 42 Inexact Rounded\r
368sqtx2344 squareroot 18E+3 -> 1.3E+2 Inexact Rounded\r
369sqtx2345 squareroot 0.19 -> 0.44 Inexact Rounded\r
370sqtx2346 squareroot 0.019 -> 0.14 Inexact Rounded\r
371sqtx2347 squareroot 19.0E-1 -> 1.4 Inexact Rounded\r
372sqtx2348 squareroot 19.00E-2 -> 0.44 Inexact Rounded\r
373sqtx2349 squareroot 19E-3 -> 0.14 Inexact Rounded\r
374sqtx2350 squareroot 19E+1 -> 14 Inexact Rounded\r
375sqtx2351 squareroot 19E+2 -> 44 Inexact Rounded\r
376sqtx2352 squareroot 19E+3 -> 1.4E+2 Inexact Rounded\r
377sqtx2353 squareroot 0.20 -> 0.45 Inexact Rounded\r
378sqtx2354 squareroot 0.020 -> 0.14 Inexact Rounded\r
379sqtx2355 squareroot 20.0E-1 -> 1.4 Inexact Rounded\r
380sqtx2356 squareroot 20.00E-2 -> 0.45 Inexact Rounded\r
381sqtx2357 squareroot 20E-3 -> 0.14 Inexact Rounded\r
382sqtx2358 squareroot 20E+1 -> 14 Inexact Rounded\r
383sqtx2359 squareroot 20E+2 -> 45 Inexact Rounded\r
384sqtx2360 squareroot 20E+3 -> 1.4E+2 Inexact Rounded\r
385sqtx2361 squareroot 0.21 -> 0.46 Inexact Rounded\r
386sqtx2362 squareroot 0.021 -> 0.14 Inexact Rounded\r
387sqtx2363 squareroot 21.0E-1 -> 1.4 Inexact Rounded\r
388sqtx2364 squareroot 21.00E-2 -> 0.46 Inexact Rounded\r
389sqtx2365 squareroot 21E-3 -> 0.14 Inexact Rounded\r
390sqtx2366 squareroot 21E+1 -> 14 Inexact Rounded\r
391sqtx2367 squareroot 21E+2 -> 46 Inexact Rounded\r
392sqtx2368 squareroot 21E+3 -> 1.4E+2 Inexact Rounded\r
393sqtx2369 squareroot 0.22 -> 0.47 Inexact Rounded\r
394sqtx2370 squareroot 0.022 -> 0.15 Inexact Rounded\r
395sqtx2371 squareroot 22.0E-1 -> 1.5 Inexact Rounded\r
396sqtx2372 squareroot 22.00E-2 -> 0.47 Inexact Rounded\r
397sqtx2373 squareroot 22E-3 -> 0.15 Inexact Rounded\r
398sqtx2374 squareroot 22E+1 -> 15 Inexact Rounded\r
399sqtx2375 squareroot 22E+2 -> 47 Inexact Rounded\r
400sqtx2376 squareroot 22E+3 -> 1.5E+2 Inexact Rounded\r
401sqtx2377 squareroot 0.23 -> 0.48 Inexact Rounded\r
402sqtx2378 squareroot 0.023 -> 0.15 Inexact Rounded\r
403sqtx2379 squareroot 23.0E-1 -> 1.5 Inexact Rounded\r
404sqtx2380 squareroot 23.00E-2 -> 0.48 Inexact Rounded\r
405sqtx2381 squareroot 23E-3 -> 0.15 Inexact Rounded\r
406sqtx2382 squareroot 23E+1 -> 15 Inexact Rounded\r
407sqtx2383 squareroot 23E+2 -> 48 Inexact Rounded\r
408sqtx2384 squareroot 23E+3 -> 1.5E+2 Inexact Rounded\r
409sqtx2385 squareroot 0.24 -> 0.49 Inexact Rounded\r
410sqtx2386 squareroot 0.024 -> 0.15 Inexact Rounded\r
411sqtx2387 squareroot 24.0E-1 -> 1.5 Inexact Rounded\r
412sqtx2388 squareroot 24.00E-2 -> 0.49 Inexact Rounded\r
413sqtx2389 squareroot 24E-3 -> 0.15 Inexact Rounded\r
414sqtx2390 squareroot 24E+1 -> 15 Inexact Rounded\r
415sqtx2391 squareroot 24E+2 -> 49 Inexact Rounded\r
416sqtx2392 squareroot 24E+3 -> 1.5E+2 Inexact Rounded\r
417sqtx2393 squareroot 0.25 -> 0.5\r
418sqtx2394 squareroot 0.025 -> 0.16 Inexact Rounded\r
419sqtx2395 squareroot 25.0E-1 -> 1.6 Inexact Rounded\r
420sqtx2396 squareroot 25.00E-2 -> 0.50\r
421sqtx2397 squareroot 25E-3 -> 0.16 Inexact Rounded\r
422sqtx2398 squareroot 25E+1 -> 16 Inexact Rounded\r
423sqtx2399 squareroot 25E+2 -> 5E+1\r
424sqtx2400 squareroot 25E+3 -> 1.6E+2 Inexact Rounded\r
425sqtx2401 squareroot 0.26 -> 0.51 Inexact Rounded\r
426sqtx2402 squareroot 0.026 -> 0.16 Inexact Rounded\r
427sqtx2403 squareroot 26.0E-1 -> 1.6 Inexact Rounded\r
428sqtx2404 squareroot 26.00E-2 -> 0.51 Inexact Rounded\r
429sqtx2405 squareroot 26E-3 -> 0.16 Inexact Rounded\r
430sqtx2406 squareroot 26E+1 -> 16 Inexact Rounded\r
431sqtx2407 squareroot 26E+2 -> 51 Inexact Rounded\r
432sqtx2408 squareroot 26E+3 -> 1.6E+2 Inexact Rounded\r
433sqtx2409 squareroot 0.27 -> 0.52 Inexact Rounded\r
434sqtx2410 squareroot 0.027 -> 0.16 Inexact Rounded\r
435sqtx2411 squareroot 27.0E-1 -> 1.6 Inexact Rounded\r
436sqtx2412 squareroot 27.00E-2 -> 0.52 Inexact Rounded\r
437sqtx2413 squareroot 27E-3 -> 0.16 Inexact Rounded\r
438sqtx2414 squareroot 27E+1 -> 16 Inexact Rounded\r
439sqtx2415 squareroot 27E+2 -> 52 Inexact Rounded\r
440sqtx2416 squareroot 27E+3 -> 1.6E+2 Inexact Rounded\r
441sqtx2417 squareroot 0.28 -> 0.53 Inexact Rounded\r
442sqtx2418 squareroot 0.028 -> 0.17 Inexact Rounded\r
443sqtx2419 squareroot 28.0E-1 -> 1.7 Inexact Rounded\r
444sqtx2420 squareroot 28.00E-2 -> 0.53 Inexact Rounded\r
445sqtx2421 squareroot 28E-3 -> 0.17 Inexact Rounded\r
446sqtx2422 squareroot 28E+1 -> 17 Inexact Rounded\r
447sqtx2423 squareroot 28E+2 -> 53 Inexact Rounded\r
448sqtx2424 squareroot 28E+3 -> 1.7E+2 Inexact Rounded\r
449sqtx2425 squareroot 0.29 -> 0.54 Inexact Rounded\r
450sqtx2426 squareroot 0.029 -> 0.17 Inexact Rounded\r
451sqtx2427 squareroot 29.0E-1 -> 1.7 Inexact Rounded\r
452sqtx2428 squareroot 29.00E-2 -> 0.54 Inexact Rounded\r
453sqtx2429 squareroot 29E-3 -> 0.17 Inexact Rounded\r
454sqtx2430 squareroot 29E+1 -> 17 Inexact Rounded\r
455sqtx2431 squareroot 29E+2 -> 54 Inexact Rounded\r
456sqtx2432 squareroot 29E+3 -> 1.7E+2 Inexact Rounded\r
457sqtx2433 squareroot 0.30 -> 0.55 Inexact Rounded\r
458sqtx2434 squareroot 0.030 -> 0.17 Inexact Rounded\r
459sqtx2435 squareroot 30.0E-1 -> 1.7 Inexact Rounded\r
460sqtx2436 squareroot 30.00E-2 -> 0.55 Inexact Rounded\r
461sqtx2437 squareroot 30E-3 -> 0.17 Inexact Rounded\r
462sqtx2438 squareroot 30E+1 -> 17 Inexact Rounded\r
463sqtx2439 squareroot 30E+2 -> 55 Inexact Rounded\r
464sqtx2440 squareroot 30E+3 -> 1.7E+2 Inexact Rounded\r
465sqtx2441 squareroot 0.31 -> 0.56 Inexact Rounded\r
466sqtx2442 squareroot 0.031 -> 0.18 Inexact Rounded\r
467sqtx2443 squareroot 31.0E-1 -> 1.8 Inexact Rounded\r
468sqtx2444 squareroot 31.00E-2 -> 0.56 Inexact Rounded\r
469sqtx2445 squareroot 31E-3 -> 0.18 Inexact Rounded\r
470sqtx2446 squareroot 31E+1 -> 18 Inexact Rounded\r
471sqtx2447 squareroot 31E+2 -> 56 Inexact Rounded\r
472sqtx2448 squareroot 31E+3 -> 1.8E+2 Inexact Rounded\r
473sqtx2449 squareroot 0.32 -> 0.57 Inexact Rounded\r
474sqtx2450 squareroot 0.032 -> 0.18 Inexact Rounded\r
475sqtx2451 squareroot 32.0E-1 -> 1.8 Inexact Rounded\r
476sqtx2452 squareroot 32.00E-2 -> 0.57 Inexact Rounded\r
477sqtx2453 squareroot 32E-3 -> 0.18 Inexact Rounded\r
478sqtx2454 squareroot 32E+1 -> 18 Inexact Rounded\r
479sqtx2455 squareroot 32E+2 -> 57 Inexact Rounded\r
480sqtx2456 squareroot 32E+3 -> 1.8E+2 Inexact Rounded\r
481sqtx2457 squareroot 0.33 -> 0.57 Inexact Rounded\r
482sqtx2458 squareroot 0.033 -> 0.18 Inexact Rounded\r
483sqtx2459 squareroot 33.0E-1 -> 1.8 Inexact Rounded\r
484sqtx2460 squareroot 33.00E-2 -> 0.57 Inexact Rounded\r
485sqtx2461 squareroot 33E-3 -> 0.18 Inexact Rounded\r
486sqtx2462 squareroot 33E+1 -> 18 Inexact Rounded\r
487sqtx2463 squareroot 33E+2 -> 57 Inexact Rounded\r
488sqtx2464 squareroot 33E+3 -> 1.8E+2 Inexact Rounded\r
489sqtx2465 squareroot 0.34 -> 0.58 Inexact Rounded\r
490sqtx2466 squareroot 0.034 -> 0.18 Inexact Rounded\r
491sqtx2467 squareroot 34.0E-1 -> 1.8 Inexact Rounded\r
492sqtx2468 squareroot 34.00E-2 -> 0.58 Inexact Rounded\r
493sqtx2469 squareroot 34E-3 -> 0.18 Inexact Rounded\r
494sqtx2470 squareroot 34E+1 -> 18 Inexact Rounded\r
495sqtx2471 squareroot 34E+2 -> 58 Inexact Rounded\r
496sqtx2472 squareroot 34E+3 -> 1.8E+2 Inexact Rounded\r
497sqtx2473 squareroot 0.35 -> 0.59 Inexact Rounded\r
498sqtx2474 squareroot 0.035 -> 0.19 Inexact Rounded\r
499sqtx2475 squareroot 35.0E-1 -> 1.9 Inexact Rounded\r
500sqtx2476 squareroot 35.00E-2 -> 0.59 Inexact Rounded\r
501sqtx2477 squareroot 35E-3 -> 0.19 Inexact Rounded\r
502sqtx2478 squareroot 35E+1 -> 19 Inexact Rounded\r
503sqtx2479 squareroot 35E+2 -> 59 Inexact Rounded\r
504sqtx2480 squareroot 35E+3 -> 1.9E+2 Inexact Rounded\r
505sqtx2481 squareroot 0.36 -> 0.6\r
506sqtx2482 squareroot 0.036 -> 0.19 Inexact Rounded\r
507sqtx2483 squareroot 36.0E-1 -> 1.9 Inexact Rounded\r
508sqtx2484 squareroot 36.00E-2 -> 0.60\r
509sqtx2485 squareroot 36E-3 -> 0.19 Inexact Rounded\r
510sqtx2486 squareroot 36E+1 -> 19 Inexact Rounded\r
511sqtx2487 squareroot 36E+2 -> 6E+1\r
512sqtx2488 squareroot 36E+3 -> 1.9E+2 Inexact Rounded\r
513sqtx2489 squareroot 0.37 -> 0.61 Inexact Rounded\r
514sqtx2490 squareroot 0.037 -> 0.19 Inexact Rounded\r
515sqtx2491 squareroot 37.0E-1 -> 1.9 Inexact Rounded\r
516sqtx2492 squareroot 37.00E-2 -> 0.61 Inexact Rounded\r
517sqtx2493 squareroot 37E-3 -> 0.19 Inexact Rounded\r
518sqtx2494 squareroot 37E+1 -> 19 Inexact Rounded\r
519sqtx2495 squareroot 37E+2 -> 61 Inexact Rounded\r
520sqtx2496 squareroot 37E+3 -> 1.9E+2 Inexact Rounded\r
521sqtx2497 squareroot 0.38 -> 0.62 Inexact Rounded\r
522sqtx2498 squareroot 0.038 -> 0.19 Inexact Rounded\r
523sqtx2499 squareroot 38.0E-1 -> 1.9 Inexact Rounded\r
524sqtx2500 squareroot 38.00E-2 -> 0.62 Inexact Rounded\r
525sqtx2501 squareroot 38E-3 -> 0.19 Inexact Rounded\r
526sqtx2502 squareroot 38E+1 -> 19 Inexact Rounded\r
527sqtx2503 squareroot 38E+2 -> 62 Inexact Rounded\r
528sqtx2504 squareroot 38E+3 -> 1.9E+2 Inexact Rounded\r
529sqtx2505 squareroot 0.39 -> 0.62 Inexact Rounded\r
530sqtx2506 squareroot 0.039 -> 0.20 Inexact Rounded\r
531sqtx2507 squareroot 39.0E-1 -> 2.0 Inexact Rounded\r
532sqtx2508 squareroot 39.00E-2 -> 0.62 Inexact Rounded\r
533sqtx2509 squareroot 39E-3 -> 0.20 Inexact Rounded\r
534sqtx2510 squareroot 39E+1 -> 20 Inexact Rounded\r
535sqtx2511 squareroot 39E+2 -> 62 Inexact Rounded\r
536sqtx2512 squareroot 39E+3 -> 2.0E+2 Inexact Rounded\r
537sqtx2513 squareroot 0.40 -> 0.63 Inexact Rounded\r
538sqtx2514 squareroot 0.040 -> 0.20\r
539sqtx2515 squareroot 40.0E-1 -> 2.0\r
540sqtx2516 squareroot 40.00E-2 -> 0.63 Inexact Rounded\r
541sqtx2517 squareroot 40E-3 -> 0.20\r
542sqtx2518 squareroot 40E+1 -> 20\r
543sqtx2519 squareroot 40E+2 -> 63 Inexact Rounded\r
544sqtx2520 squareroot 40E+3 -> 2.0E+2\r
545sqtx2521 squareroot 0.41 -> 0.64 Inexact Rounded\r
546sqtx2522 squareroot 0.041 -> 0.20 Inexact Rounded\r
547sqtx2523 squareroot 41.0E-1 -> 2.0 Inexact Rounded\r
548sqtx2524 squareroot 41.00E-2 -> 0.64 Inexact Rounded\r
549sqtx2525 squareroot 41E-3 -> 0.20 Inexact Rounded\r
550sqtx2526 squareroot 41E+1 -> 20 Inexact Rounded\r
551sqtx2527 squareroot 41E+2 -> 64 Inexact Rounded\r
552sqtx2528 squareroot 41E+3 -> 2.0E+2 Inexact Rounded\r
553sqtx2529 squareroot 0.42 -> 0.65 Inexact Rounded\r
554sqtx2530 squareroot 0.042 -> 0.20 Inexact Rounded\r
555sqtx2531 squareroot 42.0E-1 -> 2.0 Inexact Rounded\r
556sqtx2532 squareroot 42.00E-2 -> 0.65 Inexact Rounded\r
557sqtx2533 squareroot 42E-3 -> 0.20 Inexact Rounded\r
558sqtx2534 squareroot 42E+1 -> 20 Inexact Rounded\r
559sqtx2535 squareroot 42E+2 -> 65 Inexact Rounded\r
560sqtx2536 squareroot 42E+3 -> 2.0E+2 Inexact Rounded\r
561sqtx2537 squareroot 0.43 -> 0.66 Inexact Rounded\r
562sqtx2538 squareroot 0.043 -> 0.21 Inexact Rounded\r
563sqtx2539 squareroot 43.0E-1 -> 2.1 Inexact Rounded\r
564sqtx2540 squareroot 43.00E-2 -> 0.66 Inexact Rounded\r
565sqtx2541 squareroot 43E-3 -> 0.21 Inexact Rounded\r
566sqtx2542 squareroot 43E+1 -> 21 Inexact Rounded\r
567sqtx2543 squareroot 43E+2 -> 66 Inexact Rounded\r
568sqtx2544 squareroot 43E+3 -> 2.1E+2 Inexact Rounded\r
569sqtx2545 squareroot 0.44 -> 0.66 Inexact Rounded\r
570sqtx2546 squareroot 0.044 -> 0.21 Inexact Rounded\r
571sqtx2547 squareroot 44.0E-1 -> 2.1 Inexact Rounded\r
572sqtx2548 squareroot 44.00E-2 -> 0.66 Inexact Rounded\r
573sqtx2549 squareroot 44E-3 -> 0.21 Inexact Rounded\r
574sqtx2550 squareroot 44E+1 -> 21 Inexact Rounded\r
575sqtx2551 squareroot 44E+2 -> 66 Inexact Rounded\r
576sqtx2552 squareroot 44E+3 -> 2.1E+2 Inexact Rounded\r
577sqtx2553 squareroot 0.45 -> 0.67 Inexact Rounded\r
578sqtx2554 squareroot 0.045 -> 0.21 Inexact Rounded\r
579sqtx2555 squareroot 45.0E-1 -> 2.1 Inexact Rounded\r
580sqtx2556 squareroot 45.00E-2 -> 0.67 Inexact Rounded\r
581sqtx2557 squareroot 45E-3 -> 0.21 Inexact Rounded\r
582sqtx2558 squareroot 45E+1 -> 21 Inexact Rounded\r
583sqtx2559 squareroot 45E+2 -> 67 Inexact Rounded\r
584sqtx2560 squareroot 45E+3 -> 2.1E+2 Inexact Rounded\r
585sqtx2561 squareroot 0.46 -> 0.68 Inexact Rounded\r
586sqtx2562 squareroot 0.046 -> 0.21 Inexact Rounded\r
587sqtx2563 squareroot 46.0E-1 -> 2.1 Inexact Rounded\r
588sqtx2564 squareroot 46.00E-2 -> 0.68 Inexact Rounded\r
589sqtx2565 squareroot 46E-3 -> 0.21 Inexact Rounded\r
590sqtx2566 squareroot 46E+1 -> 21 Inexact Rounded\r
591sqtx2567 squareroot 46E+2 -> 68 Inexact Rounded\r
592sqtx2568 squareroot 46E+3 -> 2.1E+2 Inexact Rounded\r
593sqtx2569 squareroot 0.47 -> 0.69 Inexact Rounded\r
594sqtx2570 squareroot 0.047 -> 0.22 Inexact Rounded\r
595sqtx2571 squareroot 47.0E-1 -> 2.2 Inexact Rounded\r
596sqtx2572 squareroot 47.00E-2 -> 0.69 Inexact Rounded\r
597sqtx2573 squareroot 47E-3 -> 0.22 Inexact Rounded\r
598sqtx2574 squareroot 47E+1 -> 22 Inexact Rounded\r
599sqtx2575 squareroot 47E+2 -> 69 Inexact Rounded\r
600sqtx2576 squareroot 47E+3 -> 2.2E+2 Inexact Rounded\r
601sqtx2577 squareroot 0.48 -> 0.69 Inexact Rounded\r
602sqtx2578 squareroot 0.048 -> 0.22 Inexact Rounded\r
603sqtx2579 squareroot 48.0E-1 -> 2.2 Inexact Rounded\r
604sqtx2580 squareroot 48.00E-2 -> 0.69 Inexact Rounded\r
605sqtx2581 squareroot 48E-3 -> 0.22 Inexact Rounded\r
606sqtx2582 squareroot 48E+1 -> 22 Inexact Rounded\r
607sqtx2583 squareroot 48E+2 -> 69 Inexact Rounded\r
608sqtx2584 squareroot 48E+3 -> 2.2E+2 Inexact Rounded\r
609sqtx2585 squareroot 0.49 -> 0.7\r
610sqtx2586 squareroot 0.049 -> 0.22 Inexact Rounded\r
611sqtx2587 squareroot 49.0E-1 -> 2.2 Inexact Rounded\r
612sqtx2588 squareroot 49.00E-2 -> 0.70\r
613sqtx2589 squareroot 49E-3 -> 0.22 Inexact Rounded\r
614sqtx2590 squareroot 49E+1 -> 22 Inexact Rounded\r
615sqtx2591 squareroot 49E+2 -> 7E+1\r
616sqtx2592 squareroot 49E+3 -> 2.2E+2 Inexact Rounded\r
617sqtx2593 squareroot 0.50 -> 0.71 Inexact Rounded\r
618sqtx2594 squareroot 0.050 -> 0.22 Inexact Rounded\r
619sqtx2595 squareroot 50.0E-1 -> 2.2 Inexact Rounded\r
620sqtx2596 squareroot 50.00E-2 -> 0.71 Inexact Rounded\r
621sqtx2597 squareroot 50E-3 -> 0.22 Inexact Rounded\r
622sqtx2598 squareroot 50E+1 -> 22 Inexact Rounded\r
623sqtx2599 squareroot 50E+2 -> 71 Inexact Rounded\r
624sqtx2600 squareroot 50E+3 -> 2.2E+2 Inexact Rounded\r
625sqtx2601 squareroot 0.51 -> 0.71 Inexact Rounded\r
626sqtx2602 squareroot 0.051 -> 0.23 Inexact Rounded\r
627sqtx2603 squareroot 51.0E-1 -> 2.3 Inexact Rounded\r
628sqtx2604 squareroot 51.00E-2 -> 0.71 Inexact Rounded\r
629sqtx2605 squareroot 51E-3 -> 0.23 Inexact Rounded\r
630sqtx2606 squareroot 51E+1 -> 23 Inexact Rounded\r
631sqtx2607 squareroot 51E+2 -> 71 Inexact Rounded\r
632sqtx2608 squareroot 51E+3 -> 2.3E+2 Inexact Rounded\r
633sqtx2609 squareroot 0.52 -> 0.72 Inexact Rounded\r
634sqtx2610 squareroot 0.052 -> 0.23 Inexact Rounded\r
635sqtx2611 squareroot 52.0E-1 -> 2.3 Inexact Rounded\r
636sqtx2612 squareroot 52.00E-2 -> 0.72 Inexact Rounded\r
637sqtx2613 squareroot 52E-3 -> 0.23 Inexact Rounded\r
638sqtx2614 squareroot 52E+1 -> 23 Inexact Rounded\r
639sqtx2615 squareroot 52E+2 -> 72 Inexact Rounded\r
640sqtx2616 squareroot 52E+3 -> 2.3E+2 Inexact Rounded\r
641sqtx2617 squareroot 0.53 -> 0.73 Inexact Rounded\r
642sqtx2618 squareroot 0.053 -> 0.23 Inexact Rounded\r
643sqtx2619 squareroot 53.0E-1 -> 2.3 Inexact Rounded\r
644sqtx2620 squareroot 53.00E-2 -> 0.73 Inexact Rounded\r
645sqtx2621 squareroot 53E-3 -> 0.23 Inexact Rounded\r
646sqtx2622 squareroot 53E+1 -> 23 Inexact Rounded\r
647sqtx2623 squareroot 53E+2 -> 73 Inexact Rounded\r
648sqtx2624 squareroot 53E+3 -> 2.3E+2 Inexact Rounded\r
649sqtx2625 squareroot 0.54 -> 0.73 Inexact Rounded\r
650sqtx2626 squareroot 0.054 -> 0.23 Inexact Rounded\r
651sqtx2627 squareroot 54.0E-1 -> 2.3 Inexact Rounded\r
652sqtx2628 squareroot 54.00E-2 -> 0.73 Inexact Rounded\r
653sqtx2629 squareroot 54E-3 -> 0.23 Inexact Rounded\r
654sqtx2630 squareroot 54E+1 -> 23 Inexact Rounded\r
655sqtx2631 squareroot 54E+2 -> 73 Inexact Rounded\r
656sqtx2632 squareroot 54E+3 -> 2.3E+2 Inexact Rounded\r
657sqtx2633 squareroot 0.55 -> 0.74 Inexact Rounded\r
658sqtx2634 squareroot 0.055 -> 0.23 Inexact Rounded\r
659sqtx2635 squareroot 55.0E-1 -> 2.3 Inexact Rounded\r
660sqtx2636 squareroot 55.00E-2 -> 0.74 Inexact Rounded\r
661sqtx2637 squareroot 55E-3 -> 0.23 Inexact Rounded\r
662sqtx2638 squareroot 55E+1 -> 23 Inexact Rounded\r
663sqtx2639 squareroot 55E+2 -> 74 Inexact Rounded\r
664sqtx2640 squareroot 55E+3 -> 2.3E+2 Inexact Rounded\r
665sqtx2641 squareroot 0.56 -> 0.75 Inexact Rounded\r
666sqtx2642 squareroot 0.056 -> 0.24 Inexact Rounded\r
667sqtx2643 squareroot 56.0E-1 -> 2.4 Inexact Rounded\r
668sqtx2644 squareroot 56.00E-2 -> 0.75 Inexact Rounded\r
669sqtx2645 squareroot 56E-3 -> 0.24 Inexact Rounded\r
670sqtx2646 squareroot 56E+1 -> 24 Inexact Rounded\r
671sqtx2647 squareroot 56E+2 -> 75 Inexact Rounded\r
672sqtx2648 squareroot 56E+3 -> 2.4E+2 Inexact Rounded\r
673sqtx2649 squareroot 0.57 -> 0.75 Inexact Rounded\r
674sqtx2650 squareroot 0.057 -> 0.24 Inexact Rounded\r
675sqtx2651 squareroot 57.0E-1 -> 2.4 Inexact Rounded\r
676sqtx2652 squareroot 57.00E-2 -> 0.75 Inexact Rounded\r
677sqtx2653 squareroot 57E-3 -> 0.24 Inexact Rounded\r
678sqtx2654 squareroot 57E+1 -> 24 Inexact Rounded\r
679sqtx2655 squareroot 57E+2 -> 75 Inexact Rounded\r
680sqtx2656 squareroot 57E+3 -> 2.4E+2 Inexact Rounded\r
681sqtx2657 squareroot 0.58 -> 0.76 Inexact Rounded\r
682sqtx2658 squareroot 0.058 -> 0.24 Inexact Rounded\r
683sqtx2659 squareroot 58.0E-1 -> 2.4 Inexact Rounded\r
684sqtx2660 squareroot 58.00E-2 -> 0.76 Inexact Rounded\r
685sqtx2661 squareroot 58E-3 -> 0.24 Inexact Rounded\r
686sqtx2662 squareroot 58E+1 -> 24 Inexact Rounded\r
687sqtx2663 squareroot 58E+2 -> 76 Inexact Rounded\r
688sqtx2664 squareroot 58E+3 -> 2.4E+2 Inexact Rounded\r
689sqtx2665 squareroot 0.59 -> 0.77 Inexact Rounded\r
690sqtx2666 squareroot 0.059 -> 0.24 Inexact Rounded\r
691sqtx2667 squareroot 59.0E-1 -> 2.4 Inexact Rounded\r
692sqtx2668 squareroot 59.00E-2 -> 0.77 Inexact Rounded\r
693sqtx2669 squareroot 59E-3 -> 0.24 Inexact Rounded\r
694sqtx2670 squareroot 59E+1 -> 24 Inexact Rounded\r
695sqtx2671 squareroot 59E+2 -> 77 Inexact Rounded\r
696sqtx2672 squareroot 59E+3 -> 2.4E+2 Inexact Rounded\r
697sqtx2673 squareroot 0.60 -> 0.77 Inexact Rounded\r
698sqtx2674 squareroot 0.060 -> 0.24 Inexact Rounded\r
699sqtx2675 squareroot 60.0E-1 -> 2.4 Inexact Rounded\r
700sqtx2676 squareroot 60.00E-2 -> 0.77 Inexact Rounded\r
701sqtx2677 squareroot 60E-3 -> 0.24 Inexact Rounded\r
702sqtx2678 squareroot 60E+1 -> 24 Inexact Rounded\r
703sqtx2679 squareroot 60E+2 -> 77 Inexact Rounded\r
704sqtx2680 squareroot 60E+3 -> 2.4E+2 Inexact Rounded\r
705sqtx2681 squareroot 0.61 -> 0.78 Inexact Rounded\r
706sqtx2682 squareroot 0.061 -> 0.25 Inexact Rounded\r
707sqtx2683 squareroot 61.0E-1 -> 2.5 Inexact Rounded\r
708sqtx2684 squareroot 61.00E-2 -> 0.78 Inexact Rounded\r
709sqtx2685 squareroot 61E-3 -> 0.25 Inexact Rounded\r
710sqtx2686 squareroot 61E+1 -> 25 Inexact Rounded\r
711sqtx2687 squareroot 61E+2 -> 78 Inexact Rounded\r
712sqtx2688 squareroot 61E+3 -> 2.5E+2 Inexact Rounded\r
713sqtx2689 squareroot 0.62 -> 0.79 Inexact Rounded\r
714sqtx2690 squareroot 0.062 -> 0.25 Inexact Rounded\r
715sqtx2691 squareroot 62.0E-1 -> 2.5 Inexact Rounded\r
716sqtx2692 squareroot 62.00E-2 -> 0.79 Inexact Rounded\r
717sqtx2693 squareroot 62E-3 -> 0.25 Inexact Rounded\r
718sqtx2694 squareroot 62E+1 -> 25 Inexact Rounded\r
719sqtx2695 squareroot 62E+2 -> 79 Inexact Rounded\r
720sqtx2696 squareroot 62E+3 -> 2.5E+2 Inexact Rounded\r
721sqtx2697 squareroot 0.63 -> 0.79 Inexact Rounded\r
722sqtx2698 squareroot 0.063 -> 0.25 Inexact Rounded\r
723sqtx2699 squareroot 63.0E-1 -> 2.5 Inexact Rounded\r
724sqtx2700 squareroot 63.00E-2 -> 0.79 Inexact Rounded\r
725sqtx2701 squareroot 63E-3 -> 0.25 Inexact Rounded\r
726sqtx2702 squareroot 63E+1 -> 25 Inexact Rounded\r
727sqtx2703 squareroot 63E+2 -> 79 Inexact Rounded\r
728sqtx2704 squareroot 63E+3 -> 2.5E+2 Inexact Rounded\r
729sqtx2705 squareroot 0.64 -> 0.8\r
730sqtx2706 squareroot 0.064 -> 0.25 Inexact Rounded\r
731sqtx2707 squareroot 64.0E-1 -> 2.5 Inexact Rounded\r
732sqtx2708 squareroot 64.00E-2 -> 0.80\r
733sqtx2709 squareroot 64E-3 -> 0.25 Inexact Rounded\r
734sqtx2710 squareroot 64E+1 -> 25 Inexact Rounded\r
735sqtx2711 squareroot 64E+2 -> 8E+1\r
736sqtx2712 squareroot 64E+3 -> 2.5E+2 Inexact Rounded\r
737sqtx2713 squareroot 0.65 -> 0.81 Inexact Rounded\r
738sqtx2714 squareroot 0.065 -> 0.25 Inexact Rounded\r
739sqtx2715 squareroot 65.0E-1 -> 2.5 Inexact Rounded\r
740sqtx2716 squareroot 65.00E-2 -> 0.81 Inexact Rounded\r
741sqtx2717 squareroot 65E-3 -> 0.25 Inexact Rounded\r
742sqtx2718 squareroot 65E+1 -> 25 Inexact Rounded\r
743sqtx2719 squareroot 65E+2 -> 81 Inexact Rounded\r
744sqtx2720 squareroot 65E+3 -> 2.5E+2 Inexact Rounded\r
745sqtx2721 squareroot 0.66 -> 0.81 Inexact Rounded\r
746sqtx2722 squareroot 0.066 -> 0.26 Inexact Rounded\r
747sqtx2723 squareroot 66.0E-1 -> 2.6 Inexact Rounded\r
748sqtx2724 squareroot 66.00E-2 -> 0.81 Inexact Rounded\r
749sqtx2725 squareroot 66E-3 -> 0.26 Inexact Rounded\r
750sqtx2726 squareroot 66E+1 -> 26 Inexact Rounded\r
751sqtx2727 squareroot 66E+2 -> 81 Inexact Rounded\r
752sqtx2728 squareroot 66E+3 -> 2.6E+2 Inexact Rounded\r
753sqtx2729 squareroot 0.67 -> 0.82 Inexact Rounded\r
754sqtx2730 squareroot 0.067 -> 0.26 Inexact Rounded\r
755sqtx2731 squareroot 67.0E-1 -> 2.6 Inexact Rounded\r
756sqtx2732 squareroot 67.00E-2 -> 0.82 Inexact Rounded\r
757sqtx2733 squareroot 67E-3 -> 0.26 Inexact Rounded\r
758sqtx2734 squareroot 67E+1 -> 26 Inexact Rounded\r
759sqtx2735 squareroot 67E+2 -> 82 Inexact Rounded\r
760sqtx2736 squareroot 67E+3 -> 2.6E+2 Inexact Rounded\r
761sqtx2737 squareroot 0.68 -> 0.82 Inexact Rounded\r
762sqtx2738 squareroot 0.068 -> 0.26 Inexact Rounded\r
763sqtx2739 squareroot 68.0E-1 -> 2.6 Inexact Rounded\r
764sqtx2740 squareroot 68.00E-2 -> 0.82 Inexact Rounded\r
765sqtx2741 squareroot 68E-3 -> 0.26 Inexact Rounded\r
766sqtx2742 squareroot 68E+1 -> 26 Inexact Rounded\r
767sqtx2743 squareroot 68E+2 -> 82 Inexact Rounded\r
768sqtx2744 squareroot 68E+3 -> 2.6E+2 Inexact Rounded\r
769sqtx2745 squareroot 0.69 -> 0.83 Inexact Rounded\r
770sqtx2746 squareroot 0.069 -> 0.26 Inexact Rounded\r
771sqtx2747 squareroot 69.0E-1 -> 2.6 Inexact Rounded\r
772sqtx2748 squareroot 69.00E-2 -> 0.83 Inexact Rounded\r
773sqtx2749 squareroot 69E-3 -> 0.26 Inexact Rounded\r
774sqtx2750 squareroot 69E+1 -> 26 Inexact Rounded\r
775sqtx2751 squareroot 69E+2 -> 83 Inexact Rounded\r
776sqtx2752 squareroot 69E+3 -> 2.6E+2 Inexact Rounded\r
777sqtx2753 squareroot 0.70 -> 0.84 Inexact Rounded\r
778sqtx2754 squareroot 0.070 -> 0.26 Inexact Rounded\r
779sqtx2755 squareroot 70.0E-1 -> 2.6 Inexact Rounded\r
780sqtx2756 squareroot 70.00E-2 -> 0.84 Inexact Rounded\r
781sqtx2757 squareroot 70E-3 -> 0.26 Inexact Rounded\r
782sqtx2758 squareroot 70E+1 -> 26 Inexact Rounded\r
783sqtx2759 squareroot 70E+2 -> 84 Inexact Rounded\r
784sqtx2760 squareroot 70E+3 -> 2.6E+2 Inexact Rounded\r
785sqtx2761 squareroot 0.71 -> 0.84 Inexact Rounded\r
786sqtx2762 squareroot 0.071 -> 0.27 Inexact Rounded\r
787sqtx2763 squareroot 71.0E-1 -> 2.7 Inexact Rounded\r
788sqtx2764 squareroot 71.00E-2 -> 0.84 Inexact Rounded\r
789sqtx2765 squareroot 71E-3 -> 0.27 Inexact Rounded\r
790sqtx2766 squareroot 71E+1 -> 27 Inexact Rounded\r
791sqtx2767 squareroot 71E+2 -> 84 Inexact Rounded\r
792sqtx2768 squareroot 71E+3 -> 2.7E+2 Inexact Rounded\r
793sqtx2769 squareroot 0.72 -> 0.85 Inexact Rounded\r
794sqtx2770 squareroot 0.072 -> 0.27 Inexact Rounded\r
795sqtx2771 squareroot 72.0E-1 -> 2.7 Inexact Rounded\r
796sqtx2772 squareroot 72.00E-2 -> 0.85 Inexact Rounded\r
797sqtx2773 squareroot 72E-3 -> 0.27 Inexact Rounded\r
798sqtx2774 squareroot 72E+1 -> 27 Inexact Rounded\r
799sqtx2775 squareroot 72E+2 -> 85 Inexact Rounded\r
800sqtx2776 squareroot 72E+3 -> 2.7E+2 Inexact Rounded\r
801sqtx2777 squareroot 0.73 -> 0.85 Inexact Rounded\r
802sqtx2778 squareroot 0.073 -> 0.27 Inexact Rounded\r
803sqtx2779 squareroot 73.0E-1 -> 2.7 Inexact Rounded\r
804sqtx2780 squareroot 73.00E-2 -> 0.85 Inexact Rounded\r
805sqtx2781 squareroot 73E-3 -> 0.27 Inexact Rounded\r
806sqtx2782 squareroot 73E+1 -> 27 Inexact Rounded\r
807sqtx2783 squareroot 73E+2 -> 85 Inexact Rounded\r
808sqtx2784 squareroot 73E+3 -> 2.7E+2 Inexact Rounded\r
809sqtx2785 squareroot 0.74 -> 0.86 Inexact Rounded\r
810sqtx2786 squareroot 0.074 -> 0.27 Inexact Rounded\r
811sqtx2787 squareroot 74.0E-1 -> 2.7 Inexact Rounded\r
812sqtx2788 squareroot 74.00E-2 -> 0.86 Inexact Rounded\r
813sqtx2789 squareroot 74E-3 -> 0.27 Inexact Rounded\r
814sqtx2790 squareroot 74E+1 -> 27 Inexact Rounded\r
815sqtx2791 squareroot 74E+2 -> 86 Inexact Rounded\r
816sqtx2792 squareroot 74E+3 -> 2.7E+2 Inexact Rounded\r
817sqtx2793 squareroot 0.75 -> 0.87 Inexact Rounded\r
818sqtx2794 squareroot 0.075 -> 0.27 Inexact Rounded\r
819sqtx2795 squareroot 75.0E-1 -> 2.7 Inexact Rounded\r
820sqtx2796 squareroot 75.00E-2 -> 0.87 Inexact Rounded\r
821sqtx2797 squareroot 75E-3 -> 0.27 Inexact Rounded\r
822sqtx2798 squareroot 75E+1 -> 27 Inexact Rounded\r
823sqtx2799 squareroot 75E+2 -> 87 Inexact Rounded\r
824sqtx2800 squareroot 75E+3 -> 2.7E+2 Inexact Rounded\r
825sqtx2801 squareroot 0.76 -> 0.87 Inexact Rounded\r
826sqtx2802 squareroot 0.076 -> 0.28 Inexact Rounded\r
827sqtx2803 squareroot 76.0E-1 -> 2.8 Inexact Rounded\r
828sqtx2804 squareroot 76.00E-2 -> 0.87 Inexact Rounded\r
829sqtx2805 squareroot 76E-3 -> 0.28 Inexact Rounded\r
830sqtx2806 squareroot 76E+1 -> 28 Inexact Rounded\r
831sqtx2807 squareroot 76E+2 -> 87 Inexact Rounded\r
832sqtx2808 squareroot 76E+3 -> 2.8E+2 Inexact Rounded\r
833sqtx2809 squareroot 0.77 -> 0.88 Inexact Rounded\r
834sqtx2810 squareroot 0.077 -> 0.28 Inexact Rounded\r
835sqtx2811 squareroot 77.0E-1 -> 2.8 Inexact Rounded\r
836sqtx2812 squareroot 77.00E-2 -> 0.88 Inexact Rounded\r
837sqtx2813 squareroot 77E-3 -> 0.28 Inexact Rounded\r
838sqtx2814 squareroot 77E+1 -> 28 Inexact Rounded\r
839sqtx2815 squareroot 77E+2 -> 88 Inexact Rounded\r
840sqtx2816 squareroot 77E+3 -> 2.8E+2 Inexact Rounded\r
841sqtx2817 squareroot 0.78 -> 0.88 Inexact Rounded\r
842sqtx2818 squareroot 0.078 -> 0.28 Inexact Rounded\r
843sqtx2819 squareroot 78.0E-1 -> 2.8 Inexact Rounded\r
844sqtx2820 squareroot 78.00E-2 -> 0.88 Inexact Rounded\r
845sqtx2821 squareroot 78E-3 -> 0.28 Inexact Rounded\r
846sqtx2822 squareroot 78E+1 -> 28 Inexact Rounded\r
847sqtx2823 squareroot 78E+2 -> 88 Inexact Rounded\r
848sqtx2824 squareroot 78E+3 -> 2.8E+2 Inexact Rounded\r
849sqtx2825 squareroot 0.79 -> 0.89 Inexact Rounded\r
850sqtx2826 squareroot 0.079 -> 0.28 Inexact Rounded\r
851sqtx2827 squareroot 79.0E-1 -> 2.8 Inexact Rounded\r
852sqtx2828 squareroot 79.00E-2 -> 0.89 Inexact Rounded\r
853sqtx2829 squareroot 79E-3 -> 0.28 Inexact Rounded\r
854sqtx2830 squareroot 79E+1 -> 28 Inexact Rounded\r
855sqtx2831 squareroot 79E+2 -> 89 Inexact Rounded\r
856sqtx2832 squareroot 79E+3 -> 2.8E+2 Inexact Rounded\r
857sqtx2833 squareroot 0.80 -> 0.89 Inexact Rounded\r
858sqtx2834 squareroot 0.080 -> 0.28 Inexact Rounded\r
859sqtx2835 squareroot 80.0E-1 -> 2.8 Inexact Rounded\r
860sqtx2836 squareroot 80.00E-2 -> 0.89 Inexact Rounded\r
861sqtx2837 squareroot 80E-3 -> 0.28 Inexact Rounded\r
862sqtx2838 squareroot 80E+1 -> 28 Inexact Rounded\r
863sqtx2839 squareroot 80E+2 -> 89 Inexact Rounded\r
864sqtx2840 squareroot 80E+3 -> 2.8E+2 Inexact Rounded\r
865sqtx2841 squareroot 0.81 -> 0.9\r
866sqtx2842 squareroot 0.081 -> 0.28 Inexact Rounded\r
867sqtx2843 squareroot 81.0E-1 -> 2.8 Inexact Rounded\r
868sqtx2844 squareroot 81.00E-2 -> 0.90\r
869sqtx2845 squareroot 81E-3 -> 0.28 Inexact Rounded\r
870sqtx2846 squareroot 81E+1 -> 28 Inexact Rounded\r
871sqtx2847 squareroot 81E+2 -> 9E+1\r
872sqtx2848 squareroot 81E+3 -> 2.8E+2 Inexact Rounded\r
873sqtx2849 squareroot 0.82 -> 0.91 Inexact Rounded\r
874sqtx2850 squareroot 0.082 -> 0.29 Inexact Rounded\r
875sqtx2851 squareroot 82.0E-1 -> 2.9 Inexact Rounded\r
876sqtx2852 squareroot 82.00E-2 -> 0.91 Inexact Rounded\r
877sqtx2853 squareroot 82E-3 -> 0.29 Inexact Rounded\r
878sqtx2854 squareroot 82E+1 -> 29 Inexact Rounded\r
879sqtx2855 squareroot 82E+2 -> 91 Inexact Rounded\r
880sqtx2856 squareroot 82E+3 -> 2.9E+2 Inexact Rounded\r
881sqtx2857 squareroot 0.83 -> 0.91 Inexact Rounded\r
882sqtx2858 squareroot 0.083 -> 0.29 Inexact Rounded\r
883sqtx2859 squareroot 83.0E-1 -> 2.9 Inexact Rounded\r
884sqtx2860 squareroot 83.00E-2 -> 0.91 Inexact Rounded\r
885sqtx2861 squareroot 83E-3 -> 0.29 Inexact Rounded\r
886sqtx2862 squareroot 83E+1 -> 29 Inexact Rounded\r
887sqtx2863 squareroot 83E+2 -> 91 Inexact Rounded\r
888sqtx2864 squareroot 83E+3 -> 2.9E+2 Inexact Rounded\r
889sqtx2865 squareroot 0.84 -> 0.92 Inexact Rounded\r
890sqtx2866 squareroot 0.084 -> 0.29 Inexact Rounded\r
891sqtx2867 squareroot 84.0E-1 -> 2.9 Inexact Rounded\r
892sqtx2868 squareroot 84.00E-2 -> 0.92 Inexact Rounded\r
893sqtx2869 squareroot 84E-3 -> 0.29 Inexact Rounded\r
894sqtx2870 squareroot 84E+1 -> 29 Inexact Rounded\r
895sqtx2871 squareroot 84E+2 -> 92 Inexact Rounded\r
896sqtx2872 squareroot 84E+3 -> 2.9E+2 Inexact Rounded\r
897sqtx2873 squareroot 0.85 -> 0.92 Inexact Rounded\r
898sqtx2874 squareroot 0.085 -> 0.29 Inexact Rounded\r
899sqtx2875 squareroot 85.0E-1 -> 2.9 Inexact Rounded\r
900sqtx2876 squareroot 85.00E-2 -> 0.92 Inexact Rounded\r
901sqtx2877 squareroot 85E-3 -> 0.29 Inexact Rounded\r
902sqtx2878 squareroot 85E+1 -> 29 Inexact Rounded\r
903sqtx2879 squareroot 85E+2 -> 92 Inexact Rounded\r
904sqtx2880 squareroot 85E+3 -> 2.9E+2 Inexact Rounded\r
905sqtx2881 squareroot 0.86 -> 0.93 Inexact Rounded\r
906sqtx2882 squareroot 0.086 -> 0.29 Inexact Rounded\r
907sqtx2883 squareroot 86.0E-1 -> 2.9 Inexact Rounded\r
908sqtx2884 squareroot 86.00E-2 -> 0.93 Inexact Rounded\r
909sqtx2885 squareroot 86E-3 -> 0.29 Inexact Rounded\r
910sqtx2886 squareroot 86E+1 -> 29 Inexact Rounded\r
911sqtx2887 squareroot 86E+2 -> 93 Inexact Rounded\r
912sqtx2888 squareroot 86E+3 -> 2.9E+2 Inexact Rounded\r
913sqtx2889 squareroot 0.87 -> 0.93 Inexact Rounded\r
914sqtx2890 squareroot 0.087 -> 0.29 Inexact Rounded\r
915sqtx2891 squareroot 87.0E-1 -> 2.9 Inexact Rounded\r
916sqtx2892 squareroot 87.00E-2 -> 0.93 Inexact Rounded\r
917sqtx2893 squareroot 87E-3 -> 0.29 Inexact Rounded\r
918sqtx2894 squareroot 87E+1 -> 29 Inexact Rounded\r
919sqtx2895 squareroot 87E+2 -> 93 Inexact Rounded\r
920sqtx2896 squareroot 87E+3 -> 2.9E+2 Inexact Rounded\r
921sqtx2897 squareroot 0.88 -> 0.94 Inexact Rounded\r
922sqtx2898 squareroot 0.088 -> 0.30 Inexact Rounded\r
923sqtx2899 squareroot 88.0E-1 -> 3.0 Inexact Rounded\r
924sqtx2900 squareroot 88.00E-2 -> 0.94 Inexact Rounded\r
925sqtx2901 squareroot 88E-3 -> 0.30 Inexact Rounded\r
926sqtx2902 squareroot 88E+1 -> 30 Inexact Rounded\r
927sqtx2903 squareroot 88E+2 -> 94 Inexact Rounded\r
928sqtx2904 squareroot 88E+3 -> 3.0E+2 Inexact Rounded\r
929sqtx2905 squareroot 0.89 -> 0.94 Inexact Rounded\r
930sqtx2906 squareroot 0.089 -> 0.30 Inexact Rounded\r
931sqtx2907 squareroot 89.0E-1 -> 3.0 Inexact Rounded\r
932sqtx2908 squareroot 89.00E-2 -> 0.94 Inexact Rounded\r
933sqtx2909 squareroot 89E-3 -> 0.30 Inexact Rounded\r
934sqtx2910 squareroot 89E+1 -> 30 Inexact Rounded\r
935sqtx2911 squareroot 89E+2 -> 94 Inexact Rounded\r
936sqtx2912 squareroot 89E+3 -> 3.0E+2 Inexact Rounded\r
937sqtx2913 squareroot 0.90 -> 0.95 Inexact Rounded\r
938sqtx2914 squareroot 0.090 -> 0.30\r
939sqtx2915 squareroot 90.0E-1 -> 3.0\r
940sqtx2916 squareroot 90.00E-2 -> 0.95 Inexact Rounded\r
941sqtx2917 squareroot 90E-3 -> 0.30\r
942sqtx2918 squareroot 90E+1 -> 30\r
943sqtx2919 squareroot 90E+2 -> 95 Inexact Rounded\r
944sqtx2920 squareroot 90E+3 -> 3.0E+2\r
945sqtx2921 squareroot 0.91 -> 0.95 Inexact Rounded\r
946sqtx2922 squareroot 0.091 -> 0.30 Inexact Rounded\r
947sqtx2923 squareroot 91.0E-1 -> 3.0 Inexact Rounded\r
948sqtx2924 squareroot 91.00E-2 -> 0.95 Inexact Rounded\r
949sqtx2925 squareroot 91E-3 -> 0.30 Inexact Rounded\r
950sqtx2926 squareroot 91E+1 -> 30 Inexact Rounded\r
951sqtx2927 squareroot 91E+2 -> 95 Inexact Rounded\r
952sqtx2928 squareroot 91E+3 -> 3.0E+2 Inexact Rounded\r
953sqtx2929 squareroot 0.92 -> 0.96 Inexact Rounded\r
954sqtx2930 squareroot 0.092 -> 0.30 Inexact Rounded\r
955sqtx2931 squareroot 92.0E-1 -> 3.0 Inexact Rounded\r
956sqtx2932 squareroot 92.00E-2 -> 0.96 Inexact Rounded\r
957sqtx2933 squareroot 92E-3 -> 0.30 Inexact Rounded\r
958sqtx2934 squareroot 92E+1 -> 30 Inexact Rounded\r
959sqtx2935 squareroot 92E+2 -> 96 Inexact Rounded\r
960sqtx2936 squareroot 92E+3 -> 3.0E+2 Inexact Rounded\r
961sqtx2937 squareroot 0.93 -> 0.96 Inexact Rounded\r
962sqtx2938 squareroot 0.093 -> 0.30 Inexact Rounded\r
963sqtx2939 squareroot 93.0E-1 -> 3.0 Inexact Rounded\r
964sqtx2940 squareroot 93.00E-2 -> 0.96 Inexact Rounded\r
965sqtx2941 squareroot 93E-3 -> 0.30 Inexact Rounded\r
966sqtx2942 squareroot 93E+1 -> 30 Inexact Rounded\r
967sqtx2943 squareroot 93E+2 -> 96 Inexact Rounded\r
968sqtx2944 squareroot 93E+3 -> 3.0E+2 Inexact Rounded\r
969sqtx2945 squareroot 0.94 -> 0.97 Inexact Rounded\r
970sqtx2946 squareroot 0.094 -> 0.31 Inexact Rounded\r
971sqtx2947 squareroot 94.0E-1 -> 3.1 Inexact Rounded\r
972sqtx2948 squareroot 94.00E-2 -> 0.97 Inexact Rounded\r
973sqtx2949 squareroot 94E-3 -> 0.31 Inexact Rounded\r
974sqtx2950 squareroot 94E+1 -> 31 Inexact Rounded\r
975sqtx2951 squareroot 94E+2 -> 97 Inexact Rounded\r
976sqtx2952 squareroot 94E+3 -> 3.1E+2 Inexact Rounded\r
977sqtx2953 squareroot 0.95 -> 0.97 Inexact Rounded\r
978sqtx2954 squareroot 0.095 -> 0.31 Inexact Rounded\r
979sqtx2955 squareroot 95.0E-1 -> 3.1 Inexact Rounded\r
980sqtx2956 squareroot 95.00E-2 -> 0.97 Inexact Rounded\r
981sqtx2957 squareroot 95E-3 -> 0.31 Inexact Rounded\r
982sqtx2958 squareroot 95E+1 -> 31 Inexact Rounded\r
983sqtx2959 squareroot 95E+2 -> 97 Inexact Rounded\r
984sqtx2960 squareroot 95E+3 -> 3.1E+2 Inexact Rounded\r
985sqtx2961 squareroot 0.96 -> 0.98 Inexact Rounded\r
986sqtx2962 squareroot 0.096 -> 0.31 Inexact Rounded\r
987sqtx2963 squareroot 96.0E-1 -> 3.1 Inexact Rounded\r
988sqtx2964 squareroot 96.00E-2 -> 0.98 Inexact Rounded\r
989sqtx2965 squareroot 96E-3 -> 0.31 Inexact Rounded\r
990sqtx2966 squareroot 96E+1 -> 31 Inexact Rounded\r
991sqtx2967 squareroot 96E+2 -> 98 Inexact Rounded\r
992sqtx2968 squareroot 96E+3 -> 3.1E+2 Inexact Rounded\r
993sqtx2969 squareroot 0.97 -> 0.98 Inexact Rounded\r
994sqtx2970 squareroot 0.097 -> 0.31 Inexact Rounded\r
995sqtx2971 squareroot 97.0E-1 -> 3.1 Inexact Rounded\r
996sqtx2972 squareroot 97.00E-2 -> 0.98 Inexact Rounded\r
997sqtx2973 squareroot 97E-3 -> 0.31 Inexact Rounded\r
998sqtx2974 squareroot 97E+1 -> 31 Inexact Rounded\r
999sqtx2975 squareroot 97E+2 -> 98 Inexact Rounded\r
1000sqtx2976 squareroot 97E+3 -> 3.1E+2 Inexact Rounded\r
1001sqtx2977 squareroot 0.98 -> 0.99 Inexact Rounded\r
1002sqtx2978 squareroot 0.098 -> 0.31 Inexact Rounded\r
1003sqtx2979 squareroot 98.0E-1 -> 3.1 Inexact Rounded\r
1004sqtx2980 squareroot 98.00E-2 -> 0.99 Inexact Rounded\r
1005sqtx2981 squareroot 98E-3 -> 0.31 Inexact Rounded\r
1006sqtx2982 squareroot 98E+1 -> 31 Inexact Rounded\r
1007sqtx2983 squareroot 98E+2 -> 99 Inexact Rounded\r
1008sqtx2984 squareroot 98E+3 -> 3.1E+2 Inexact Rounded\r
1009sqtx2985 squareroot 0.99 -> 0.99 Inexact Rounded\r
1010sqtx2986 squareroot 0.099 -> 0.31 Inexact Rounded\r
1011sqtx2987 squareroot 99.0E-1 -> 3.1 Inexact Rounded\r
1012sqtx2988 squareroot 99.00E-2 -> 0.99 Inexact Rounded\r
1013sqtx2989 squareroot 99E-3 -> 0.31 Inexact Rounded\r
1014sqtx2990 squareroot 99E+1 -> 31 Inexact Rounded\r
1015sqtx2991 squareroot 99E+2 -> 99 Inexact Rounded\r
1016sqtx2992 squareroot 99E+3 -> 3.1E+2 Inexact Rounded\r
1017\r
1018-- Precision 3 squareroot tests [exhaustive, f and f/10]\r
1019rounding: half_even\r
1020maxExponent: 999\r
1021minexponent: -999\r
1022precision: 3\r
1023sqtx3001 squareroot 0.1 -> 0.316 Inexact Rounded\r
1024sqtx3002 squareroot 0.01 -> 0.1\r
1025sqtx3003 squareroot 0.2 -> 0.447 Inexact Rounded\r
1026sqtx3004 squareroot 0.02 -> 0.141 Inexact Rounded\r
1027sqtx3005 squareroot 0.3 -> 0.548 Inexact Rounded\r
1028sqtx3006 squareroot 0.03 -> 0.173 Inexact Rounded\r
1029sqtx3007 squareroot 0.4 -> 0.632 Inexact Rounded\r
1030sqtx3008 squareroot 0.04 -> 0.2\r
1031sqtx3009 squareroot 0.5 -> 0.707 Inexact Rounded\r
1032sqtx3010 squareroot 0.05 -> 0.224 Inexact Rounded\r
1033sqtx3011 squareroot 0.6 -> 0.775 Inexact Rounded\r
1034sqtx3012 squareroot 0.06 -> 0.245 Inexact Rounded\r
1035sqtx3013 squareroot 0.7 -> 0.837 Inexact Rounded\r
1036sqtx3014 squareroot 0.07 -> 0.265 Inexact Rounded\r
1037sqtx3015 squareroot 0.8 -> 0.894 Inexact Rounded\r
1038sqtx3016 squareroot 0.08 -> 0.283 Inexact Rounded\r
1039sqtx3017 squareroot 0.9 -> 0.949 Inexact Rounded\r
1040sqtx3018 squareroot 0.09 -> 0.3\r
1041sqtx3019 squareroot 0.11 -> 0.332 Inexact Rounded\r
1042sqtx3020 squareroot 0.011 -> 0.105 Inexact Rounded\r
1043sqtx3021 squareroot 0.12 -> 0.346 Inexact Rounded\r
1044sqtx3022 squareroot 0.012 -> 0.110 Inexact Rounded\r
1045sqtx3023 squareroot 0.13 -> 0.361 Inexact Rounded\r
1046sqtx3024 squareroot 0.013 -> 0.114 Inexact Rounded\r
1047sqtx3025 squareroot 0.14 -> 0.374 Inexact Rounded\r
1048sqtx3026 squareroot 0.014 -> 0.118 Inexact Rounded\r
1049sqtx3027 squareroot 0.15 -> 0.387 Inexact Rounded\r
1050sqtx3028 squareroot 0.015 -> 0.122 Inexact Rounded\r
1051sqtx3029 squareroot 0.16 -> 0.4\r
1052sqtx3030 squareroot 0.016 -> 0.126 Inexact Rounded\r
1053sqtx3031 squareroot 0.17 -> 0.412 Inexact Rounded\r
1054sqtx3032 squareroot 0.017 -> 0.130 Inexact Rounded\r
1055sqtx3033 squareroot 0.18 -> 0.424 Inexact Rounded\r
1056sqtx3034 squareroot 0.018 -> 0.134 Inexact Rounded\r
1057sqtx3035 squareroot 0.19 -> 0.436 Inexact Rounded\r
1058sqtx3036 squareroot 0.019 -> 0.138 Inexact Rounded\r
1059sqtx3037 squareroot 0.21 -> 0.458 Inexact Rounded\r
1060sqtx3038 squareroot 0.021 -> 0.145 Inexact Rounded\r
1061sqtx3039 squareroot 0.22 -> 0.469 Inexact Rounded\r
1062sqtx3040 squareroot 0.022 -> 0.148 Inexact Rounded\r
1063sqtx3041 squareroot 0.23 -> 0.480 Inexact Rounded\r
1064sqtx3042 squareroot 0.023 -> 0.152 Inexact Rounded\r
1065sqtx3043 squareroot 0.24 -> 0.490 Inexact Rounded\r
1066sqtx3044 squareroot 0.024 -> 0.155 Inexact Rounded\r
1067sqtx3045 squareroot 0.25 -> 0.5\r
1068sqtx3046 squareroot 0.025 -> 0.158 Inexact Rounded\r
1069sqtx3047 squareroot 0.26 -> 0.510 Inexact Rounded\r
1070sqtx3048 squareroot 0.026 -> 0.161 Inexact Rounded\r
1071sqtx3049 squareroot 0.27 -> 0.520 Inexact Rounded\r
1072sqtx3050 squareroot 0.027 -> 0.164 Inexact Rounded\r
1073sqtx3051 squareroot 0.28 -> 0.529 Inexact Rounded\r
1074sqtx3052 squareroot 0.028 -> 0.167 Inexact Rounded\r
1075sqtx3053 squareroot 0.29 -> 0.539 Inexact Rounded\r
1076sqtx3054 squareroot 0.029 -> 0.170 Inexact Rounded\r
1077sqtx3055 squareroot 0.31 -> 0.557 Inexact Rounded\r
1078sqtx3056 squareroot 0.031 -> 0.176 Inexact Rounded\r
1079sqtx3057 squareroot 0.32 -> 0.566 Inexact Rounded\r
1080sqtx3058 squareroot 0.032 -> 0.179 Inexact Rounded\r
1081sqtx3059 squareroot 0.33 -> 0.574 Inexact Rounded\r
1082sqtx3060 squareroot 0.033 -> 0.182 Inexact Rounded\r
1083sqtx3061 squareroot 0.34 -> 0.583 Inexact Rounded\r
1084sqtx3062 squareroot 0.034 -> 0.184 Inexact Rounded\r
1085sqtx3063 squareroot 0.35 -> 0.592 Inexact Rounded\r
1086sqtx3064 squareroot 0.035 -> 0.187 Inexact Rounded\r
1087sqtx3065 squareroot 0.36 -> 0.6\r
1088sqtx3066 squareroot 0.036 -> 0.190 Inexact Rounded\r
1089sqtx3067 squareroot 0.37 -> 0.608 Inexact Rounded\r
1090sqtx3068 squareroot 0.037 -> 0.192 Inexact Rounded\r
1091sqtx3069 squareroot 0.38 -> 0.616 Inexact Rounded\r
1092sqtx3070 squareroot 0.038 -> 0.195 Inexact Rounded\r
1093sqtx3071 squareroot 0.39 -> 0.624 Inexact Rounded\r
1094sqtx3072 squareroot 0.039 -> 0.197 Inexact Rounded\r
1095sqtx3073 squareroot 0.41 -> 0.640 Inexact Rounded\r
1096sqtx3074 squareroot 0.041 -> 0.202 Inexact Rounded\r
1097sqtx3075 squareroot 0.42 -> 0.648 Inexact Rounded\r
1098sqtx3076 squareroot 0.042 -> 0.205 Inexact Rounded\r
1099sqtx3077 squareroot 0.43 -> 0.656 Inexact Rounded\r
1100sqtx3078 squareroot 0.043 -> 0.207 Inexact Rounded\r
1101sqtx3079 squareroot 0.44 -> 0.663 Inexact Rounded\r
1102sqtx3080 squareroot 0.044 -> 0.210 Inexact Rounded\r
1103sqtx3081 squareroot 0.45 -> 0.671 Inexact Rounded\r
1104sqtx3082 squareroot 0.045 -> 0.212 Inexact Rounded\r
1105sqtx3083 squareroot 0.46 -> 0.678 Inexact Rounded\r
1106sqtx3084 squareroot 0.046 -> 0.214 Inexact Rounded\r
1107sqtx3085 squareroot 0.47 -> 0.686 Inexact Rounded\r
1108sqtx3086 squareroot 0.047 -> 0.217 Inexact Rounded\r
1109sqtx3087 squareroot 0.48 -> 0.693 Inexact Rounded\r
1110sqtx3088 squareroot 0.048 -> 0.219 Inexact Rounded\r
1111sqtx3089 squareroot 0.49 -> 0.7\r
1112sqtx3090 squareroot 0.049 -> 0.221 Inexact Rounded\r
1113sqtx3091 squareroot 0.51 -> 0.714 Inexact Rounded\r
1114sqtx3092 squareroot 0.051 -> 0.226 Inexact Rounded\r
1115sqtx3093 squareroot 0.52 -> 0.721 Inexact Rounded\r
1116sqtx3094 squareroot 0.052 -> 0.228 Inexact Rounded\r
1117sqtx3095 squareroot 0.53 -> 0.728 Inexact Rounded\r
1118sqtx3096 squareroot 0.053 -> 0.230 Inexact Rounded\r
1119sqtx3097 squareroot 0.54 -> 0.735 Inexact Rounded\r
1120sqtx3098 squareroot 0.054 -> 0.232 Inexact Rounded\r
1121sqtx3099 squareroot 0.55 -> 0.742 Inexact Rounded\r
1122sqtx3100 squareroot 0.055 -> 0.235 Inexact Rounded\r
1123sqtx3101 squareroot 0.56 -> 0.748 Inexact Rounded\r
1124sqtx3102 squareroot 0.056 -> 0.237 Inexact Rounded\r
1125sqtx3103 squareroot 0.57 -> 0.755 Inexact Rounded\r
1126sqtx3104 squareroot 0.057 -> 0.239 Inexact Rounded\r
1127sqtx3105 squareroot 0.58 -> 0.762 Inexact Rounded\r
1128sqtx3106 squareroot 0.058 -> 0.241 Inexact Rounded\r
1129sqtx3107 squareroot 0.59 -> 0.768 Inexact Rounded\r
1130sqtx3108 squareroot 0.059 -> 0.243 Inexact Rounded\r
1131sqtx3109 squareroot 0.61 -> 0.781 Inexact Rounded\r
1132sqtx3110 squareroot 0.061 -> 0.247 Inexact Rounded\r
1133sqtx3111 squareroot 0.62 -> 0.787 Inexact Rounded\r
1134sqtx3112 squareroot 0.062 -> 0.249 Inexact Rounded\r
1135sqtx3113 squareroot 0.63 -> 0.794 Inexact Rounded\r
1136sqtx3114 squareroot 0.063 -> 0.251 Inexact Rounded\r
1137sqtx3115 squareroot 0.64 -> 0.8\r
1138sqtx3116 squareroot 0.064 -> 0.253 Inexact Rounded\r
1139sqtx3117 squareroot 0.65 -> 0.806 Inexact Rounded\r
1140sqtx3118 squareroot 0.065 -> 0.255 Inexact Rounded\r
1141sqtx3119 squareroot 0.66 -> 0.812 Inexact Rounded\r
1142sqtx3120 squareroot 0.066 -> 0.257 Inexact Rounded\r
1143sqtx3121 squareroot 0.67 -> 0.819 Inexact Rounded\r
1144sqtx3122 squareroot 0.067 -> 0.259 Inexact Rounded\r
1145sqtx3123 squareroot 0.68 -> 0.825 Inexact Rounded\r
1146sqtx3124 squareroot 0.068 -> 0.261 Inexact Rounded\r
1147sqtx3125 squareroot 0.69 -> 0.831 Inexact Rounded\r
1148sqtx3126 squareroot 0.069 -> 0.263 Inexact Rounded\r
1149sqtx3127 squareroot 0.71 -> 0.843 Inexact Rounded\r
1150sqtx3128 squareroot 0.071 -> 0.266 Inexact Rounded\r
1151sqtx3129 squareroot 0.72 -> 0.849 Inexact Rounded\r
1152sqtx3130 squareroot 0.072 -> 0.268 Inexact Rounded\r
1153sqtx3131 squareroot 0.73 -> 0.854 Inexact Rounded\r
1154sqtx3132 squareroot 0.073 -> 0.270 Inexact Rounded\r
1155sqtx3133 squareroot 0.74 -> 0.860 Inexact Rounded\r
1156sqtx3134 squareroot 0.074 -> 0.272 Inexact Rounded\r
1157sqtx3135 squareroot 0.75 -> 0.866 Inexact Rounded\r
1158sqtx3136 squareroot 0.075 -> 0.274 Inexact Rounded\r
1159sqtx3137 squareroot 0.76 -> 0.872 Inexact Rounded\r
1160sqtx3138 squareroot 0.076 -> 0.276 Inexact Rounded\r
1161sqtx3139 squareroot 0.77 -> 0.877 Inexact Rounded\r
1162sqtx3140 squareroot 0.077 -> 0.277 Inexact Rounded\r
1163sqtx3141 squareroot 0.78 -> 0.883 Inexact Rounded\r
1164sqtx3142 squareroot 0.078 -> 0.279 Inexact Rounded\r
1165sqtx3143 squareroot 0.79 -> 0.889 Inexact Rounded\r
1166sqtx3144 squareroot 0.079 -> 0.281 Inexact Rounded\r
1167sqtx3145 squareroot 0.81 -> 0.9\r
1168sqtx3146 squareroot 0.081 -> 0.285 Inexact Rounded\r
1169sqtx3147 squareroot 0.82 -> 0.906 Inexact Rounded\r
1170sqtx3148 squareroot 0.082 -> 0.286 Inexact Rounded\r
1171sqtx3149 squareroot 0.83 -> 0.911 Inexact Rounded\r
1172sqtx3150 squareroot 0.083 -> 0.288 Inexact Rounded\r
1173sqtx3151 squareroot 0.84 -> 0.917 Inexact Rounded\r
1174sqtx3152 squareroot 0.084 -> 0.290 Inexact Rounded\r
1175sqtx3153 squareroot 0.85 -> 0.922 Inexact Rounded\r
1176sqtx3154 squareroot 0.085 -> 0.292 Inexact Rounded\r
1177sqtx3155 squareroot 0.86 -> 0.927 Inexact Rounded\r
1178sqtx3156 squareroot 0.086 -> 0.293 Inexact Rounded\r
1179sqtx3157 squareroot 0.87 -> 0.933 Inexact Rounded\r
1180sqtx3158 squareroot 0.087 -> 0.295 Inexact Rounded\r
1181sqtx3159 squareroot 0.88 -> 0.938 Inexact Rounded\r
1182sqtx3160 squareroot 0.088 -> 0.297 Inexact Rounded\r
1183sqtx3161 squareroot 0.89 -> 0.943 Inexact Rounded\r
1184sqtx3162 squareroot 0.089 -> 0.298 Inexact Rounded\r
1185sqtx3163 squareroot 0.91 -> 0.954 Inexact Rounded\r
1186sqtx3164 squareroot 0.091 -> 0.302 Inexact Rounded\r
1187sqtx3165 squareroot 0.92 -> 0.959 Inexact Rounded\r
1188sqtx3166 squareroot 0.092 -> 0.303 Inexact Rounded\r
1189sqtx3167 squareroot 0.93 -> 0.964 Inexact Rounded\r
1190sqtx3168 squareroot 0.093 -> 0.305 Inexact Rounded\r
1191sqtx3169 squareroot 0.94 -> 0.970 Inexact Rounded\r
1192sqtx3170 squareroot 0.094 -> 0.307 Inexact Rounded\r
1193sqtx3171 squareroot 0.95 -> 0.975 Inexact Rounded\r
1194sqtx3172 squareroot 0.095 -> 0.308 Inexact Rounded\r
1195sqtx3173 squareroot 0.96 -> 0.980 Inexact Rounded\r
1196sqtx3174 squareroot 0.096 -> 0.310 Inexact Rounded\r
1197sqtx3175 squareroot 0.97 -> 0.985 Inexact Rounded\r
1198sqtx3176 squareroot 0.097 -> 0.311 Inexact Rounded\r
1199sqtx3177 squareroot 0.98 -> 0.990 Inexact Rounded\r
1200sqtx3178 squareroot 0.098 -> 0.313 Inexact Rounded\r
1201sqtx3179 squareroot 0.99 -> 0.995 Inexact Rounded\r
1202sqtx3180 squareroot 0.099 -> 0.315 Inexact Rounded\r
1203sqtx3181 squareroot 0.101 -> 0.318 Inexact Rounded\r
1204sqtx3182 squareroot 0.0101 -> 0.100 Inexact Rounded\r
1205sqtx3183 squareroot 0.102 -> 0.319 Inexact Rounded\r
1206sqtx3184 squareroot 0.0102 -> 0.101 Inexact Rounded\r
1207sqtx3185 squareroot 0.103 -> 0.321 Inexact Rounded\r
1208sqtx3186 squareroot 0.0103 -> 0.101 Inexact Rounded\r
1209sqtx3187 squareroot 0.104 -> 0.322 Inexact Rounded\r
1210sqtx3188 squareroot 0.0104 -> 0.102 Inexact Rounded\r
1211sqtx3189 squareroot 0.105 -> 0.324 Inexact Rounded\r
1212sqtx3190 squareroot 0.0105 -> 0.102 Inexact Rounded\r
1213sqtx3191 squareroot 0.106 -> 0.326 Inexact Rounded\r
1214sqtx3192 squareroot 0.0106 -> 0.103 Inexact Rounded\r
1215sqtx3193 squareroot 0.107 -> 0.327 Inexact Rounded\r
1216sqtx3194 squareroot 0.0107 -> 0.103 Inexact Rounded\r
1217sqtx3195 squareroot 0.108 -> 0.329 Inexact Rounded\r
1218sqtx3196 squareroot 0.0108 -> 0.104 Inexact Rounded\r
1219sqtx3197 squareroot 0.109 -> 0.330 Inexact Rounded\r
1220sqtx3198 squareroot 0.0109 -> 0.104 Inexact Rounded\r
1221sqtx3199 squareroot 0.111 -> 0.333 Inexact Rounded\r
1222sqtx3200 squareroot 0.0111 -> 0.105 Inexact Rounded\r
1223sqtx3201 squareroot 0.112 -> 0.335 Inexact Rounded\r
1224sqtx3202 squareroot 0.0112 -> 0.106 Inexact Rounded\r
1225sqtx3203 squareroot 0.113 -> 0.336 Inexact Rounded\r
1226sqtx3204 squareroot 0.0113 -> 0.106 Inexact Rounded\r
1227sqtx3205 squareroot 0.114 -> 0.338 Inexact Rounded\r
1228sqtx3206 squareroot 0.0114 -> 0.107 Inexact Rounded\r
1229sqtx3207 squareroot 0.115 -> 0.339 Inexact Rounded\r
1230sqtx3208 squareroot 0.0115 -> 0.107 Inexact Rounded\r
1231sqtx3209 squareroot 0.116 -> 0.341 Inexact Rounded\r
1232sqtx3210 squareroot 0.0116 -> 0.108 Inexact Rounded\r
1233sqtx3211 squareroot 0.117 -> 0.342 Inexact Rounded\r
1234sqtx3212 squareroot 0.0117 -> 0.108 Inexact Rounded\r
1235sqtx3213 squareroot 0.118 -> 0.344 Inexact Rounded\r
1236sqtx3214 squareroot 0.0118 -> 0.109 Inexact Rounded\r
1237sqtx3215 squareroot 0.119 -> 0.345 Inexact Rounded\r
1238sqtx3216 squareroot 0.0119 -> 0.109 Inexact Rounded\r
1239sqtx3217 squareroot 0.121 -> 0.348 Inexact Rounded\r
1240sqtx3218 squareroot 0.0121 -> 0.11\r
1241sqtx3219 squareroot 0.122 -> 0.349 Inexact Rounded\r
1242sqtx3220 squareroot 0.0122 -> 0.110 Inexact Rounded\r
1243sqtx3221 squareroot 0.123 -> 0.351 Inexact Rounded\r
1244sqtx3222 squareroot 0.0123 -> 0.111 Inexact Rounded\r
1245sqtx3223 squareroot 0.124 -> 0.352 Inexact Rounded\r
1246sqtx3224 squareroot 0.0124 -> 0.111 Inexact Rounded\r
1247sqtx3225 squareroot 0.125 -> 0.354 Inexact Rounded\r
1248sqtx3226 squareroot 0.0125 -> 0.112 Inexact Rounded\r
1249sqtx3227 squareroot 0.126 -> 0.355 Inexact Rounded\r
1250sqtx3228 squareroot 0.0126 -> 0.112 Inexact Rounded\r
1251sqtx3229 squareroot 0.127 -> 0.356 Inexact Rounded\r
1252sqtx3230 squareroot 0.0127 -> 0.113 Inexact Rounded\r
1253sqtx3231 squareroot 0.128 -> 0.358 Inexact Rounded\r
1254sqtx3232 squareroot 0.0128 -> 0.113 Inexact Rounded\r
1255sqtx3233 squareroot 0.129 -> 0.359 Inexact Rounded\r
1256sqtx3234 squareroot 0.0129 -> 0.114 Inexact Rounded\r
1257sqtx3235 squareroot 0.131 -> 0.362 Inexact Rounded\r
1258sqtx3236 squareroot 0.0131 -> 0.114 Inexact Rounded\r
1259sqtx3237 squareroot 0.132 -> 0.363 Inexact Rounded\r
1260sqtx3238 squareroot 0.0132 -> 0.115 Inexact Rounded\r
1261sqtx3239 squareroot 0.133 -> 0.365 Inexact Rounded\r
1262sqtx3240 squareroot 0.0133 -> 0.115 Inexact Rounded\r
1263sqtx3241 squareroot 0.134 -> 0.366 Inexact Rounded\r
1264sqtx3242 squareroot 0.0134 -> 0.116 Inexact Rounded\r
1265sqtx3243 squareroot 0.135 -> 0.367 Inexact Rounded\r
1266sqtx3244 squareroot 0.0135 -> 0.116 Inexact Rounded\r
1267sqtx3245 squareroot 0.136 -> 0.369 Inexact Rounded\r
1268sqtx3246 squareroot 0.0136 -> 0.117 Inexact Rounded\r
1269sqtx3247 squareroot 0.137 -> 0.370 Inexact Rounded\r
1270sqtx3248 squareroot 0.0137 -> 0.117 Inexact Rounded\r
1271sqtx3249 squareroot 0.138 -> 0.371 Inexact Rounded\r
1272sqtx3250 squareroot 0.0138 -> 0.117 Inexact Rounded\r
1273sqtx3251 squareroot 0.139 -> 0.373 Inexact Rounded\r
1274sqtx3252 squareroot 0.0139 -> 0.118 Inexact Rounded\r
1275sqtx3253 squareroot 0.141 -> 0.375 Inexact Rounded\r
1276sqtx3254 squareroot 0.0141 -> 0.119 Inexact Rounded\r
1277sqtx3255 squareroot 0.142 -> 0.377 Inexact Rounded\r
1278sqtx3256 squareroot 0.0142 -> 0.119 Inexact Rounded\r
1279sqtx3257 squareroot 0.143 -> 0.378 Inexact Rounded\r
1280sqtx3258 squareroot 0.0143 -> 0.120 Inexact Rounded\r
1281sqtx3259 squareroot 0.144 -> 0.379 Inexact Rounded\r
1282sqtx3260 squareroot 0.0144 -> 0.12\r
1283sqtx3261 squareroot 0.145 -> 0.381 Inexact Rounded\r
1284sqtx3262 squareroot 0.0145 -> 0.120 Inexact Rounded\r
1285sqtx3263 squareroot 0.146 -> 0.382 Inexact Rounded\r
1286sqtx3264 squareroot 0.0146 -> 0.121 Inexact Rounded\r
1287sqtx3265 squareroot 0.147 -> 0.383 Inexact Rounded\r
1288sqtx3266 squareroot 0.0147 -> 0.121 Inexact Rounded\r
1289sqtx3267 squareroot 0.148 -> 0.385 Inexact Rounded\r
1290sqtx3268 squareroot 0.0148 -> 0.122 Inexact Rounded\r
1291sqtx3269 squareroot 0.149 -> 0.386 Inexact Rounded\r
1292sqtx3270 squareroot 0.0149 -> 0.122 Inexact Rounded\r
1293sqtx3271 squareroot 0.151 -> 0.389 Inexact Rounded\r
1294sqtx3272 squareroot 0.0151 -> 0.123 Inexact Rounded\r
1295sqtx3273 squareroot 0.152 -> 0.390 Inexact Rounded\r
1296sqtx3274 squareroot 0.0152 -> 0.123 Inexact Rounded\r
1297sqtx3275 squareroot 0.153 -> 0.391 Inexact Rounded\r
1298sqtx3276 squareroot 0.0153 -> 0.124 Inexact Rounded\r
1299sqtx3277 squareroot 0.154 -> 0.392 Inexact Rounded\r
1300sqtx3278 squareroot 0.0154 -> 0.124 Inexact Rounded\r
1301sqtx3279 squareroot 0.155 -> 0.394 Inexact Rounded\r
1302sqtx3280 squareroot 0.0155 -> 0.124 Inexact Rounded\r
1303sqtx3281 squareroot 0.156 -> 0.395 Inexact Rounded\r
1304sqtx3282 squareroot 0.0156 -> 0.125 Inexact Rounded\r
1305sqtx3283 squareroot 0.157 -> 0.396 Inexact Rounded\r
1306sqtx3284 squareroot 0.0157 -> 0.125 Inexact Rounded\r
1307sqtx3285 squareroot 0.158 -> 0.397 Inexact Rounded\r
1308sqtx3286 squareroot 0.0158 -> 0.126 Inexact Rounded\r
1309sqtx3287 squareroot 0.159 -> 0.399 Inexact Rounded\r
1310sqtx3288 squareroot 0.0159 -> 0.126 Inexact Rounded\r
1311sqtx3289 squareroot 0.161 -> 0.401 Inexact Rounded\r
1312sqtx3290 squareroot 0.0161 -> 0.127 Inexact Rounded\r
1313sqtx3291 squareroot 0.162 -> 0.402 Inexact Rounded\r
1314sqtx3292 squareroot 0.0162 -> 0.127 Inexact Rounded\r
1315sqtx3293 squareroot 0.163 -> 0.404 Inexact Rounded\r
1316sqtx3294 squareroot 0.0163 -> 0.128 Inexact Rounded\r
1317sqtx3295 squareroot 0.164 -> 0.405 Inexact Rounded\r
1318sqtx3296 squareroot 0.0164 -> 0.128 Inexact Rounded\r
1319sqtx3297 squareroot 0.165 -> 0.406 Inexact Rounded\r
1320sqtx3298 squareroot 0.0165 -> 0.128 Inexact Rounded\r
1321sqtx3299 squareroot 0.166 -> 0.407 Inexact Rounded\r
1322sqtx3300 squareroot 0.0166 -> 0.129 Inexact Rounded\r
1323sqtx3301 squareroot 0.167 -> 0.409 Inexact Rounded\r
1324sqtx3302 squareroot 0.0167 -> 0.129 Inexact Rounded\r
1325sqtx3303 squareroot 0.168 -> 0.410 Inexact Rounded\r
1326sqtx3304 squareroot 0.0168 -> 0.130 Inexact Rounded\r
1327sqtx3305 squareroot 0.169 -> 0.411 Inexact Rounded\r
1328sqtx3306 squareroot 0.0169 -> 0.13\r
1329sqtx3307 squareroot 0.171 -> 0.414 Inexact Rounded\r
1330sqtx3308 squareroot 0.0171 -> 0.131 Inexact Rounded\r
1331sqtx3309 squareroot 0.172 -> 0.415 Inexact Rounded\r
1332sqtx3310 squareroot 0.0172 -> 0.131 Inexact Rounded\r
1333sqtx3311 squareroot 0.173 -> 0.416 Inexact Rounded\r
1334sqtx3312 squareroot 0.0173 -> 0.132 Inexact Rounded\r
1335sqtx3313 squareroot 0.174 -> 0.417 Inexact Rounded\r
1336sqtx3314 squareroot 0.0174 -> 0.132 Inexact Rounded\r
1337sqtx3315 squareroot 0.175 -> 0.418 Inexact Rounded\r
1338sqtx3316 squareroot 0.0175 -> 0.132 Inexact Rounded\r
1339sqtx3317 squareroot 0.176 -> 0.420 Inexact Rounded\r
1340sqtx3318 squareroot 0.0176 -> 0.133 Inexact Rounded\r
1341sqtx3319 squareroot 0.177 -> 0.421 Inexact Rounded\r
1342sqtx3320 squareroot 0.0177 -> 0.133 Inexact Rounded\r
1343sqtx3321 squareroot 0.178 -> 0.422 Inexact Rounded\r
1344sqtx3322 squareroot 0.0178 -> 0.133 Inexact Rounded\r
1345sqtx3323 squareroot 0.179 -> 0.423 Inexact Rounded\r
1346sqtx3324 squareroot 0.0179 -> 0.134 Inexact Rounded\r
1347sqtx3325 squareroot 0.181 -> 0.425 Inexact Rounded\r
1348sqtx3326 squareroot 0.0181 -> 0.135 Inexact Rounded\r
1349sqtx3327 squareroot 0.182 -> 0.427 Inexact Rounded\r
1350sqtx3328 squareroot 0.0182 -> 0.135 Inexact Rounded\r
1351sqtx3329 squareroot 0.183 -> 0.428 Inexact Rounded\r
1352sqtx3330 squareroot 0.0183 -> 0.135 Inexact Rounded\r
1353sqtx3331 squareroot 0.184 -> 0.429 Inexact Rounded\r
1354sqtx3332 squareroot 0.0184 -> 0.136 Inexact Rounded\r
1355sqtx3333 squareroot 0.185 -> 0.430 Inexact Rounded\r
1356sqtx3334 squareroot 0.0185 -> 0.136 Inexact Rounded\r
1357sqtx3335 squareroot 0.186 -> 0.431 Inexact Rounded\r
1358sqtx3336 squareroot 0.0186 -> 0.136 Inexact Rounded\r
1359sqtx3337 squareroot 0.187 -> 0.432 Inexact Rounded\r
1360sqtx3338 squareroot 0.0187 -> 0.137 Inexact Rounded\r
1361sqtx3339 squareroot 0.188 -> 0.434 Inexact Rounded\r
1362sqtx3340 squareroot 0.0188 -> 0.137 Inexact Rounded\r
1363sqtx3341 squareroot 0.189 -> 0.435 Inexact Rounded\r
1364sqtx3342 squareroot 0.0189 -> 0.137 Inexact Rounded\r
1365sqtx3343 squareroot 0.191 -> 0.437 Inexact Rounded\r
1366sqtx3344 squareroot 0.0191 -> 0.138 Inexact Rounded\r
1367sqtx3345 squareroot 0.192 -> 0.438 Inexact Rounded\r
1368sqtx3346 squareroot 0.0192 -> 0.139 Inexact Rounded\r
1369sqtx3347 squareroot 0.193 -> 0.439 Inexact Rounded\r
1370sqtx3348 squareroot 0.0193 -> 0.139 Inexact Rounded\r
1371sqtx3349 squareroot 0.194 -> 0.440 Inexact Rounded\r
1372sqtx3350 squareroot 0.0194 -> 0.139 Inexact Rounded\r
1373sqtx3351 squareroot 0.195 -> 0.442 Inexact Rounded\r
1374sqtx3352 squareroot 0.0195 -> 0.140 Inexact Rounded\r
1375sqtx3353 squareroot 0.196 -> 0.443 Inexact Rounded\r
1376sqtx3354 squareroot 0.0196 -> 0.14\r
1377sqtx3355 squareroot 0.197 -> 0.444 Inexact Rounded\r
1378sqtx3356 squareroot 0.0197 -> 0.140 Inexact Rounded\r
1379sqtx3357 squareroot 0.198 -> 0.445 Inexact Rounded\r
1380sqtx3358 squareroot 0.0198 -> 0.141 Inexact Rounded\r
1381sqtx3359 squareroot 0.199 -> 0.446 Inexact Rounded\r
1382sqtx3360 squareroot 0.0199 -> 0.141 Inexact Rounded\r
1383sqtx3361 squareroot 0.201 -> 0.448 Inexact Rounded\r
1384sqtx3362 squareroot 0.0201 -> 0.142 Inexact Rounded\r
1385sqtx3363 squareroot 0.202 -> 0.449 Inexact Rounded\r
1386sqtx3364 squareroot 0.0202 -> 0.142 Inexact Rounded\r
1387sqtx3365 squareroot 0.203 -> 0.451 Inexact Rounded\r
1388sqtx3366 squareroot 0.0203 -> 0.142 Inexact Rounded\r
1389sqtx3367 squareroot 0.204 -> 0.452 Inexact Rounded\r
1390sqtx3368 squareroot 0.0204 -> 0.143 Inexact Rounded\r
1391sqtx3369 squareroot 0.205 -> 0.453 Inexact Rounded\r
1392sqtx3370 squareroot 0.0205 -> 0.143 Inexact Rounded\r
1393sqtx3371 squareroot 0.206 -> 0.454 Inexact Rounded\r
1394sqtx3372 squareroot 0.0206 -> 0.144 Inexact Rounded\r
1395sqtx3373 squareroot 0.207 -> 0.455 Inexact Rounded\r
1396sqtx3374 squareroot 0.0207 -> 0.144 Inexact Rounded\r
1397sqtx3375 squareroot 0.208 -> 0.456 Inexact Rounded\r
1398sqtx3376 squareroot 0.0208 -> 0.144 Inexact Rounded\r
1399sqtx3377 squareroot 0.209 -> 0.457 Inexact Rounded\r
1400sqtx3378 squareroot 0.0209 -> 0.145 Inexact Rounded\r
1401sqtx3379 squareroot 0.211 -> 0.459 Inexact Rounded\r
1402sqtx3380 squareroot 0.0211 -> 0.145 Inexact Rounded\r
1403sqtx3381 squareroot 0.212 -> 0.460 Inexact Rounded\r
1404sqtx3382 squareroot 0.0212 -> 0.146 Inexact Rounded\r
1405sqtx3383 squareroot 0.213 -> 0.462 Inexact Rounded\r
1406sqtx3384 squareroot 0.0213 -> 0.146 Inexact Rounded\r
1407sqtx3385 squareroot 0.214 -> 0.463 Inexact Rounded\r
1408sqtx3386 squareroot 0.0214 -> 0.146 Inexact Rounded\r
1409sqtx3387 squareroot 0.215 -> 0.464 Inexact Rounded\r
1410sqtx3388 squareroot 0.0215 -> 0.147 Inexact Rounded\r
1411sqtx3389 squareroot 0.216 -> 0.465 Inexact Rounded\r
1412sqtx3390 squareroot 0.0216 -> 0.147 Inexact Rounded\r
1413sqtx3391 squareroot 0.217 -> 0.466 Inexact Rounded\r
1414sqtx3392 squareroot 0.0217 -> 0.147 Inexact Rounded\r
1415sqtx3393 squareroot 0.218 -> 0.467 Inexact Rounded\r
1416sqtx3394 squareroot 0.0218 -> 0.148 Inexact Rounded\r
1417sqtx3395 squareroot 0.219 -> 0.468 Inexact Rounded\r
1418sqtx3396 squareroot 0.0219 -> 0.148 Inexact Rounded\r
1419sqtx3397 squareroot 0.221 -> 0.470 Inexact Rounded\r
1420sqtx3398 squareroot 0.0221 -> 0.149 Inexact Rounded\r
1421sqtx3399 squareroot 0.222 -> 0.471 Inexact Rounded\r
1422sqtx3400 squareroot 0.0222 -> 0.149 Inexact Rounded\r
1423sqtx3401 squareroot 0.223 -> 0.472 Inexact Rounded\r
1424sqtx3402 squareroot 0.0223 -> 0.149 Inexact Rounded\r
1425sqtx3403 squareroot 0.224 -> 0.473 Inexact Rounded\r
1426sqtx3404 squareroot 0.0224 -> 0.150 Inexact Rounded\r
1427sqtx3405 squareroot 0.225 -> 0.474 Inexact Rounded\r
1428sqtx3406 squareroot 0.0225 -> 0.15\r
1429sqtx3407 squareroot 0.226 -> 0.475 Inexact Rounded\r
1430sqtx3408 squareroot 0.0226 -> 0.150 Inexact Rounded\r
1431sqtx3409 squareroot 0.227 -> 0.476 Inexact Rounded\r
1432sqtx3410 squareroot 0.0227 -> 0.151 Inexact Rounded\r
1433sqtx3411 squareroot 0.228 -> 0.477 Inexact Rounded\r
1434sqtx3412 squareroot 0.0228 -> 0.151 Inexact Rounded\r
1435sqtx3413 squareroot 0.229 -> 0.479 Inexact Rounded\r
1436sqtx3414 squareroot 0.0229 -> 0.151 Inexact Rounded\r
1437sqtx3415 squareroot 0.231 -> 0.481 Inexact Rounded\r
1438sqtx3416 squareroot 0.0231 -> 0.152 Inexact Rounded\r
1439sqtx3417 squareroot 0.232 -> 0.482 Inexact Rounded\r
1440sqtx3418 squareroot 0.0232 -> 0.152 Inexact Rounded\r
1441sqtx3419 squareroot 0.233 -> 0.483 Inexact Rounded\r
1442sqtx3420 squareroot 0.0233 -> 0.153 Inexact Rounded\r
1443sqtx3421 squareroot 0.234 -> 0.484 Inexact Rounded\r
1444sqtx3422 squareroot 0.0234 -> 0.153 Inexact Rounded\r
1445sqtx3423 squareroot 0.235 -> 0.485 Inexact Rounded\r
1446sqtx3424 squareroot 0.0235 -> 0.153 Inexact Rounded\r
1447sqtx3425 squareroot 0.236 -> 0.486 Inexact Rounded\r
1448sqtx3426 squareroot 0.0236 -> 0.154 Inexact Rounded\r
1449sqtx3427 squareroot 0.237 -> 0.487 Inexact Rounded\r
1450sqtx3428 squareroot 0.0237 -> 0.154 Inexact Rounded\r
1451sqtx3429 squareroot 0.238 -> 0.488 Inexact Rounded\r
1452sqtx3430 squareroot 0.0238 -> 0.154 Inexact Rounded\r
1453sqtx3431 squareroot 0.239 -> 0.489 Inexact Rounded\r
1454sqtx3432 squareroot 0.0239 -> 0.155 Inexact Rounded\r
1455sqtx3433 squareroot 0.241 -> 0.491 Inexact Rounded\r
1456sqtx3434 squareroot 0.0241 -> 0.155 Inexact Rounded\r
1457sqtx3435 squareroot 0.242 -> 0.492 Inexact Rounded\r
1458sqtx3436 squareroot 0.0242 -> 0.156 Inexact Rounded\r
1459sqtx3437 squareroot 0.243 -> 0.493 Inexact Rounded\r
1460sqtx3438 squareroot 0.0243 -> 0.156 Inexact Rounded\r
1461sqtx3439 squareroot 0.244 -> 0.494 Inexact Rounded\r
1462sqtx3440 squareroot 0.0244 -> 0.156 Inexact Rounded\r
1463sqtx3441 squareroot 0.245 -> 0.495 Inexact Rounded\r
1464sqtx3442 squareroot 0.0245 -> 0.157 Inexact Rounded\r
1465sqtx3443 squareroot 0.246 -> 0.496 Inexact Rounded\r
1466sqtx3444 squareroot 0.0246 -> 0.157 Inexact Rounded\r
1467sqtx3445 squareroot 0.247 -> 0.497 Inexact Rounded\r
1468sqtx3446 squareroot 0.0247 -> 0.157 Inexact Rounded\r
1469sqtx3447 squareroot 0.248 -> 0.498 Inexact Rounded\r
1470sqtx3448 squareroot 0.0248 -> 0.157 Inexact Rounded\r
1471sqtx3449 squareroot 0.249 -> 0.499 Inexact Rounded\r
1472sqtx3450 squareroot 0.0249 -> 0.158 Inexact Rounded\r
1473sqtx3451 squareroot 0.251 -> 0.501 Inexact Rounded\r
1474sqtx3452 squareroot 0.0251 -> 0.158 Inexact Rounded\r
1475sqtx3453 squareroot 0.252 -> 0.502 Inexact Rounded\r
1476sqtx3454 squareroot 0.0252 -> 0.159 Inexact Rounded\r
1477sqtx3455 squareroot 0.253 -> 0.503 Inexact Rounded\r
1478sqtx3456 squareroot 0.0253 -> 0.159 Inexact Rounded\r
1479sqtx3457 squareroot 0.254 -> 0.504 Inexact Rounded\r
1480sqtx3458 squareroot 0.0254 -> 0.159 Inexact Rounded\r
1481sqtx3459 squareroot 0.255 -> 0.505 Inexact Rounded\r
1482sqtx3460 squareroot 0.0255 -> 0.160 Inexact Rounded\r
1483sqtx3461 squareroot 0.256 -> 0.506 Inexact Rounded\r
1484sqtx3462 squareroot 0.0256 -> 0.16\r
1485sqtx3463 squareroot 0.257 -> 0.507 Inexact Rounded\r
1486sqtx3464 squareroot 0.0257 -> 0.160 Inexact Rounded\r
1487sqtx3465 squareroot 0.258 -> 0.508 Inexact Rounded\r
1488sqtx3466 squareroot 0.0258 -> 0.161 Inexact Rounded\r
1489sqtx3467 squareroot 0.259 -> 0.509 Inexact Rounded\r
1490sqtx3468 squareroot 0.0259 -> 0.161 Inexact Rounded\r
1491sqtx3469 squareroot 0.261 -> 0.511 Inexact Rounded\r
1492sqtx3470 squareroot 0.0261 -> 0.162 Inexact Rounded\r
1493sqtx3471 squareroot 0.262 -> 0.512 Inexact Rounded\r
1494sqtx3472 squareroot 0.0262 -> 0.162 Inexact Rounded\r
1495sqtx3473 squareroot 0.263 -> 0.513 Inexact Rounded\r
1496sqtx3474 squareroot 0.0263 -> 0.162 Inexact Rounded\r
1497sqtx3475 squareroot 0.264 -> 0.514 Inexact Rounded\r
1498sqtx3476 squareroot 0.0264 -> 0.162 Inexact Rounded\r
1499sqtx3477 squareroot 0.265 -> 0.515 Inexact Rounded\r
1500sqtx3478 squareroot 0.0265 -> 0.163 Inexact Rounded\r
1501sqtx3479 squareroot 0.266 -> 0.516 Inexact Rounded\r
1502sqtx3480 squareroot 0.0266 -> 0.163 Inexact Rounded\r
1503sqtx3481 squareroot 0.267 -> 0.517 Inexact Rounded\r
1504sqtx3482 squareroot 0.0267 -> 0.163 Inexact Rounded\r
1505sqtx3483 squareroot 0.268 -> 0.518 Inexact Rounded\r
1506sqtx3484 squareroot 0.0268 -> 0.164 Inexact Rounded\r
1507sqtx3485 squareroot 0.269 -> 0.519 Inexact Rounded\r
1508sqtx3486 squareroot 0.0269 -> 0.164 Inexact Rounded\r
1509sqtx3487 squareroot 0.271 -> 0.521 Inexact Rounded\r
1510sqtx3488 squareroot 0.0271 -> 0.165 Inexact Rounded\r
1511sqtx3489 squareroot 0.272 -> 0.522 Inexact Rounded\r
1512sqtx3490 squareroot 0.0272 -> 0.165 Inexact Rounded\r
1513sqtx3491 squareroot 0.273 -> 0.522 Inexact Rounded\r
1514sqtx3492 squareroot 0.0273 -> 0.165 Inexact Rounded\r
1515sqtx3493 squareroot 0.274 -> 0.523 Inexact Rounded\r
1516sqtx3494 squareroot 0.0274 -> 0.166 Inexact Rounded\r
1517sqtx3495 squareroot 0.275 -> 0.524 Inexact Rounded\r
1518sqtx3496 squareroot 0.0275 -> 0.166 Inexact Rounded\r
1519sqtx3497 squareroot 0.276 -> 0.525 Inexact Rounded\r
1520sqtx3498 squareroot 0.0276 -> 0.166 Inexact Rounded\r
1521sqtx3499 squareroot 0.277 -> 0.526 Inexact Rounded\r
1522sqtx3500 squareroot 0.0277 -> 0.166 Inexact Rounded\r
1523sqtx3501 squareroot 0.278 -> 0.527 Inexact Rounded\r
1524sqtx3502 squareroot 0.0278 -> 0.167 Inexact Rounded\r
1525sqtx3503 squareroot 0.279 -> 0.528 Inexact Rounded\r
1526sqtx3504 squareroot 0.0279 -> 0.167 Inexact Rounded\r
1527sqtx3505 squareroot 0.281 -> 0.530 Inexact Rounded\r
1528sqtx3506 squareroot 0.0281 -> 0.168 Inexact Rounded\r
1529sqtx3507 squareroot 0.282 -> 0.531 Inexact Rounded\r
1530sqtx3508 squareroot 0.0282 -> 0.168 Inexact Rounded\r
1531sqtx3509 squareroot 0.283 -> 0.532 Inexact Rounded\r
1532sqtx3510 squareroot 0.0283 -> 0.168 Inexact Rounded\r
1533sqtx3511 squareroot 0.284 -> 0.533 Inexact Rounded\r
1534sqtx3512 squareroot 0.0284 -> 0.169 Inexact Rounded\r
1535sqtx3513 squareroot 0.285 -> 0.534 Inexact Rounded\r
1536sqtx3514 squareroot 0.0285 -> 0.169 Inexact Rounded\r
1537sqtx3515 squareroot 0.286 -> 0.535 Inexact Rounded\r
1538sqtx3516 squareroot 0.0286 -> 0.169 Inexact Rounded\r
1539sqtx3517 squareroot 0.287 -> 0.536 Inexact Rounded\r
1540sqtx3518 squareroot 0.0287 -> 0.169 Inexact Rounded\r
1541sqtx3519 squareroot 0.288 -> 0.537 Inexact Rounded\r
1542sqtx3520 squareroot 0.0288 -> 0.170 Inexact Rounded\r
1543sqtx3521 squareroot 0.289 -> 0.538 Inexact Rounded\r
1544sqtx3522 squareroot 0.0289 -> 0.17\r
1545sqtx3523 squareroot 0.291 -> 0.539 Inexact Rounded\r
1546sqtx3524 squareroot 0.0291 -> 0.171 Inexact Rounded\r
1547sqtx3525 squareroot 0.292 -> 0.540 Inexact Rounded\r
1548sqtx3526 squareroot 0.0292 -> 0.171 Inexact Rounded\r
1549sqtx3527 squareroot 0.293 -> 0.541 Inexact Rounded\r
1550sqtx3528 squareroot 0.0293 -> 0.171 Inexact Rounded\r
1551sqtx3529 squareroot 0.294 -> 0.542 Inexact Rounded\r
1552sqtx3530 squareroot 0.0294 -> 0.171 Inexact Rounded\r
1553sqtx3531 squareroot 0.295 -> 0.543 Inexact Rounded\r
1554sqtx3532 squareroot 0.0295 -> 0.172 Inexact Rounded\r
1555sqtx3533 squareroot 0.296 -> 0.544 Inexact Rounded\r
1556sqtx3534 squareroot 0.0296 -> 0.172 Inexact Rounded\r
1557sqtx3535 squareroot 0.297 -> 0.545 Inexact Rounded\r
1558sqtx3536 squareroot 0.0297 -> 0.172 Inexact Rounded\r
1559sqtx3537 squareroot 0.298 -> 0.546 Inexact Rounded\r
1560sqtx3538 squareroot 0.0298 -> 0.173 Inexact Rounded\r
1561sqtx3539 squareroot 0.299 -> 0.547 Inexact Rounded\r
1562sqtx3540 squareroot 0.0299 -> 0.173 Inexact Rounded\r
1563sqtx3541 squareroot 0.301 -> 0.549 Inexact Rounded\r
1564sqtx3542 squareroot 0.0301 -> 0.173 Inexact Rounded\r
1565sqtx3543 squareroot 0.302 -> 0.550 Inexact Rounded\r
1566sqtx3544 squareroot 0.0302 -> 0.174 Inexact Rounded\r
1567sqtx3545 squareroot 0.303 -> 0.550 Inexact Rounded\r
1568sqtx3546 squareroot 0.0303 -> 0.174 Inexact Rounded\r
1569sqtx3547 squareroot 0.304 -> 0.551 Inexact Rounded\r
1570sqtx3548 squareroot 0.0304 -> 0.174 Inexact Rounded\r
1571sqtx3549 squareroot 0.305 -> 0.552 Inexact Rounded\r
1572sqtx3550 squareroot 0.0305 -> 0.175 Inexact Rounded\r
1573sqtx3551 squareroot 0.306 -> 0.553 Inexact Rounded\r
1574sqtx3552 squareroot 0.0306 -> 0.175 Inexact Rounded\r
1575sqtx3553 squareroot 0.307 -> 0.554 Inexact Rounded\r
1576sqtx3554 squareroot 0.0307 -> 0.175 Inexact Rounded\r
1577sqtx3555 squareroot 0.308 -> 0.555 Inexact Rounded\r
1578sqtx3556 squareroot 0.0308 -> 0.175 Inexact Rounded\r
1579sqtx3557 squareroot 0.309 -> 0.556 Inexact Rounded\r
1580sqtx3558 squareroot 0.0309 -> 0.176 Inexact Rounded\r
1581sqtx3559 squareroot 0.311 -> 0.558 Inexact Rounded\r
1582sqtx3560 squareroot 0.0311 -> 0.176 Inexact Rounded\r
1583sqtx3561 squareroot 0.312 -> 0.559 Inexact Rounded\r
1584sqtx3562 squareroot 0.0312 -> 0.177 Inexact Rounded\r
1585sqtx3563 squareroot 0.313 -> 0.559 Inexact Rounded\r
1586sqtx3564 squareroot 0.0313 -> 0.177 Inexact Rounded\r
1587sqtx3565 squareroot 0.314 -> 0.560 Inexact Rounded\r
1588sqtx3566 squareroot 0.0314 -> 0.177 Inexact Rounded\r
1589sqtx3567 squareroot 0.315 -> 0.561 Inexact Rounded\r
1590sqtx3568 squareroot 0.0315 -> 0.177 Inexact Rounded\r
1591sqtx3569 squareroot 0.316 -> 0.562 Inexact Rounded\r
1592sqtx3570 squareroot 0.0316 -> 0.178 Inexact Rounded\r
1593sqtx3571 squareroot 0.317 -> 0.563 Inexact Rounded\r
1594sqtx3572 squareroot 0.0317 -> 0.178 Inexact Rounded\r
1595sqtx3573 squareroot 0.318 -> 0.564 Inexact Rounded\r
1596sqtx3574 squareroot 0.0318 -> 0.178 Inexact Rounded\r
1597sqtx3575 squareroot 0.319 -> 0.565 Inexact Rounded\r
1598sqtx3576 squareroot 0.0319 -> 0.179 Inexact Rounded\r
1599sqtx3577 squareroot 0.321 -> 0.567 Inexact Rounded\r
1600sqtx3578 squareroot 0.0321 -> 0.179 Inexact Rounded\r
1601sqtx3579 squareroot 0.322 -> 0.567 Inexact Rounded\r
1602sqtx3580 squareroot 0.0322 -> 0.179 Inexact Rounded\r
1603sqtx3581 squareroot 0.323 -> 0.568 Inexact Rounded\r
1604sqtx3582 squareroot 0.0323 -> 0.180 Inexact Rounded\r
1605sqtx3583 squareroot 0.324 -> 0.569 Inexact Rounded\r
1606sqtx3584 squareroot 0.0324 -> 0.18\r
1607sqtx3585 squareroot 0.325 -> 0.570 Inexact Rounded\r
1608sqtx3586 squareroot 0.0325 -> 0.180 Inexact Rounded\r
1609sqtx3587 squareroot 0.326 -> 0.571 Inexact Rounded\r
1610sqtx3588 squareroot 0.0326 -> 0.181 Inexact Rounded\r
1611sqtx3589 squareroot 0.327 -> 0.572 Inexact Rounded\r
1612sqtx3590 squareroot 0.0327 -> 0.181 Inexact Rounded\r
1613sqtx3591 squareroot 0.328 -> 0.573 Inexact Rounded\r
1614sqtx3592 squareroot 0.0328 -> 0.181 Inexact Rounded\r
1615sqtx3593 squareroot 0.329 -> 0.574 Inexact Rounded\r
1616sqtx3594 squareroot 0.0329 -> 0.181 Inexact Rounded\r
1617sqtx3595 squareroot 0.331 -> 0.575 Inexact Rounded\r
1618sqtx3596 squareroot 0.0331 -> 0.182 Inexact Rounded\r
1619sqtx3597 squareroot 0.332 -> 0.576 Inexact Rounded\r
1620sqtx3598 squareroot 0.0332 -> 0.182 Inexact Rounded\r
1621sqtx3599 squareroot 0.333 -> 0.577 Inexact Rounded\r
1622sqtx3600 squareroot 0.0333 -> 0.182 Inexact Rounded\r
1623sqtx3601 squareroot 0.334 -> 0.578 Inexact Rounded\r
1624sqtx3602 squareroot 0.0334 -> 0.183 Inexact Rounded\r
1625sqtx3603 squareroot 0.335 -> 0.579 Inexact Rounded\r
1626sqtx3604 squareroot 0.0335 -> 0.183 Inexact Rounded\r
1627sqtx3605 squareroot 0.336 -> 0.580 Inexact Rounded\r
1628sqtx3606 squareroot 0.0336 -> 0.183 Inexact Rounded\r
1629sqtx3607 squareroot 0.337 -> 0.581 Inexact Rounded\r
1630sqtx3608 squareroot 0.0337 -> 0.184 Inexact Rounded\r
1631sqtx3609 squareroot 0.338 -> 0.581 Inexact Rounded\r
1632sqtx3610 squareroot 0.0338 -> 0.184 Inexact Rounded\r
1633sqtx3611 squareroot 0.339 -> 0.582 Inexact Rounded\r
1634sqtx3612 squareroot 0.0339 -> 0.184 Inexact Rounded\r
1635sqtx3613 squareroot 0.341 -> 0.584 Inexact Rounded\r
1636sqtx3614 squareroot 0.0341 -> 0.185 Inexact Rounded\r
1637sqtx3615 squareroot 0.342 -> 0.585 Inexact Rounded\r
1638sqtx3616 squareroot 0.0342 -> 0.185 Inexact Rounded\r
1639sqtx3617 squareroot 0.343 -> 0.586 Inexact Rounded\r
1640sqtx3618 squareroot 0.0343 -> 0.185 Inexact Rounded\r
1641sqtx3619 squareroot 0.344 -> 0.587 Inexact Rounded\r
1642sqtx3620 squareroot 0.0344 -> 0.185 Inexact Rounded\r
1643sqtx3621 squareroot 0.345 -> 0.587 Inexact Rounded\r
1644sqtx3622 squareroot 0.0345 -> 0.186 Inexact Rounded\r
1645sqtx3623 squareroot 0.346 -> 0.588 Inexact Rounded\r
1646sqtx3624 squareroot 0.0346 -> 0.186 Inexact Rounded\r
1647sqtx3625 squareroot 0.347 -> 0.589 Inexact Rounded\r
1648sqtx3626 squareroot 0.0347 -> 0.186 Inexact Rounded\r
1649sqtx3627 squareroot 0.348 -> 0.590 Inexact Rounded\r
1650sqtx3628 squareroot 0.0348 -> 0.187 Inexact Rounded\r
1651sqtx3629 squareroot 0.349 -> 0.591 Inexact Rounded\r
1652sqtx3630 squareroot 0.0349 -> 0.187 Inexact Rounded\r
1653sqtx3631 squareroot 0.351 -> 0.592 Inexact Rounded\r
1654sqtx3632 squareroot 0.0351 -> 0.187 Inexact Rounded\r
1655sqtx3633 squareroot 0.352 -> 0.593 Inexact Rounded\r
1656sqtx3634 squareroot 0.0352 -> 0.188 Inexact Rounded\r
1657sqtx3635 squareroot 0.353 -> 0.594 Inexact Rounded\r
1658sqtx3636 squareroot 0.0353 -> 0.188 Inexact Rounded\r
1659sqtx3637 squareroot 0.354 -> 0.595 Inexact Rounded\r
1660sqtx3638 squareroot 0.0354 -> 0.188 Inexact Rounded\r
1661sqtx3639 squareroot 0.355 -> 0.596 Inexact Rounded\r
1662sqtx3640 squareroot 0.0355 -> 0.188 Inexact Rounded\r
1663sqtx3641 squareroot 0.356 -> 0.597 Inexact Rounded\r
1664sqtx3642 squareroot 0.0356 -> 0.189 Inexact Rounded\r
1665sqtx3643 squareroot 0.357 -> 0.597 Inexact Rounded\r
1666sqtx3644 squareroot 0.0357 -> 0.189 Inexact Rounded\r
1667sqtx3645 squareroot 0.358 -> 0.598 Inexact Rounded\r
1668sqtx3646 squareroot 0.0358 -> 0.189 Inexact Rounded\r
1669sqtx3647 squareroot 0.359 -> 0.599 Inexact Rounded\r
1670sqtx3648 squareroot 0.0359 -> 0.189 Inexact Rounded\r
1671sqtx3649 squareroot 0.361 -> 0.601 Inexact Rounded\r
1672sqtx3650 squareroot 0.0361 -> 0.19\r
1673sqtx3651 squareroot 0.362 -> 0.602 Inexact Rounded\r
1674sqtx3652 squareroot 0.0362 -> 0.190 Inexact Rounded\r
1675sqtx3653 squareroot 0.363 -> 0.602 Inexact Rounded\r
1676sqtx3654 squareroot 0.0363 -> 0.191 Inexact Rounded\r
1677sqtx3655 squareroot 0.364 -> 0.603 Inexact Rounded\r
1678sqtx3656 squareroot 0.0364 -> 0.191 Inexact Rounded\r
1679sqtx3657 squareroot 0.365 -> 0.604 Inexact Rounded\r
1680sqtx3658 squareroot 0.0365 -> 0.191 Inexact Rounded\r
1681sqtx3659 squareroot 0.366 -> 0.605 Inexact Rounded\r
1682sqtx3660 squareroot 0.0366 -> 0.191 Inexact Rounded\r
1683sqtx3661 squareroot 0.367 -> 0.606 Inexact Rounded\r
1684sqtx3662 squareroot 0.0367 -> 0.192 Inexact Rounded\r
1685sqtx3663 squareroot 0.368 -> 0.607 Inexact Rounded\r
1686sqtx3664 squareroot 0.0368 -> 0.192 Inexact Rounded\r
1687sqtx3665 squareroot 0.369 -> 0.607 Inexact Rounded\r
1688sqtx3666 squareroot 0.0369 -> 0.192 Inexact Rounded\r
1689sqtx3667 squareroot 0.371 -> 0.609 Inexact Rounded\r
1690sqtx3668 squareroot 0.0371 -> 0.193 Inexact Rounded\r
1691sqtx3669 squareroot 0.372 -> 0.610 Inexact Rounded\r
1692sqtx3670 squareroot 0.0372 -> 0.193 Inexact Rounded\r
1693sqtx3671 squareroot 0.373 -> 0.611 Inexact Rounded\r
1694sqtx3672 squareroot 0.0373 -> 0.193 Inexact Rounded\r
1695sqtx3673 squareroot 0.374 -> 0.612 Inexact Rounded\r
1696sqtx3674 squareroot 0.0374 -> 0.193 Inexact Rounded\r
1697sqtx3675 squareroot 0.375 -> 0.612 Inexact Rounded\r
1698sqtx3676 squareroot 0.0375 -> 0.194 Inexact Rounded\r
1699sqtx3677 squareroot 0.376 -> 0.613 Inexact Rounded\r
1700sqtx3678 squareroot 0.0376 -> 0.194 Inexact Rounded\r
1701sqtx3679 squareroot 0.377 -> 0.614 Inexact Rounded\r
1702sqtx3680 squareroot 0.0377 -> 0.194 Inexact Rounded\r
1703sqtx3681 squareroot 0.378 -> 0.615 Inexact Rounded\r
1704sqtx3682 squareroot 0.0378 -> 0.194 Inexact Rounded\r
1705sqtx3683 squareroot 0.379 -> 0.616 Inexact Rounded\r
1706sqtx3684 squareroot 0.0379 -> 0.195 Inexact Rounded\r
1707sqtx3685 squareroot 0.381 -> 0.617 Inexact Rounded\r
1708sqtx3686 squareroot 0.0381 -> 0.195 Inexact Rounded\r
1709sqtx3687 squareroot 0.382 -> 0.618 Inexact Rounded\r
1710sqtx3688 squareroot 0.0382 -> 0.195 Inexact Rounded\r
1711sqtx3689 squareroot 0.383 -> 0.619 Inexact Rounded\r
1712sqtx3690 squareroot 0.0383 -> 0.196 Inexact Rounded\r
1713sqtx3691 squareroot 0.384 -> 0.620 Inexact Rounded\r
1714sqtx3692 squareroot 0.0384 -> 0.196 Inexact Rounded\r
1715sqtx3693 squareroot 0.385 -> 0.620 Inexact Rounded\r
1716sqtx3694 squareroot 0.0385 -> 0.196 Inexact Rounded\r
1717sqtx3695 squareroot 0.386 -> 0.621 Inexact Rounded\r
1718sqtx3696 squareroot 0.0386 -> 0.196 Inexact Rounded\r
1719sqtx3697 squareroot 0.387 -> 0.622 Inexact Rounded\r
1720sqtx3698 squareroot 0.0387 -> 0.197 Inexact Rounded\r
1721sqtx3699 squareroot 0.388 -> 0.623 Inexact Rounded\r
1722sqtx3700 squareroot 0.0388 -> 0.197 Inexact Rounded\r
1723sqtx3701 squareroot 0.389 -> 0.624 Inexact Rounded\r
1724sqtx3702 squareroot 0.0389 -> 0.197 Inexact Rounded\r
1725sqtx3703 squareroot 0.391 -> 0.625 Inexact Rounded\r
1726sqtx3704 squareroot 0.0391 -> 0.198 Inexact Rounded\r
1727sqtx3705 squareroot 0.392 -> 0.626 Inexact Rounded\r
1728sqtx3706 squareroot 0.0392 -> 0.198 Inexact Rounded\r
1729sqtx3707 squareroot 0.393 -> 0.627 Inexact Rounded\r
1730sqtx3708 squareroot 0.0393 -> 0.198 Inexact Rounded\r
1731sqtx3709 squareroot 0.394 -> 0.628 Inexact Rounded\r
1732sqtx3710 squareroot 0.0394 -> 0.198 Inexact Rounded\r
1733sqtx3711 squareroot 0.395 -> 0.628 Inexact Rounded\r
1734sqtx3712 squareroot 0.0395 -> 0.199 Inexact Rounded\r
1735sqtx3713 squareroot 0.396 -> 0.629 Inexact Rounded\r
1736sqtx3714 squareroot 0.0396 -> 0.199 Inexact Rounded\r
1737sqtx3715 squareroot 0.397 -> 0.630 Inexact Rounded\r
1738sqtx3716 squareroot 0.0397 -> 0.199 Inexact Rounded\r
1739sqtx3717 squareroot 0.398 -> 0.631 Inexact Rounded\r
1740sqtx3718 squareroot 0.0398 -> 0.199 Inexact Rounded\r
1741sqtx3719 squareroot 0.399 -> 0.632 Inexact Rounded\r
1742sqtx3720 squareroot 0.0399 -> 0.200 Inexact Rounded\r
1743sqtx3721 squareroot 0.401 -> 0.633 Inexact Rounded\r
1744sqtx3722 squareroot 0.0401 -> 0.200 Inexact Rounded\r
1745sqtx3723 squareroot 0.402 -> 0.634 Inexact Rounded\r
1746sqtx3724 squareroot 0.0402 -> 0.200 Inexact Rounded\r
1747sqtx3725 squareroot 0.403 -> 0.635 Inexact Rounded\r
1748sqtx3726 squareroot 0.0403 -> 0.201 Inexact Rounded\r
1749sqtx3727 squareroot 0.404 -> 0.636 Inexact Rounded\r
1750sqtx3728 squareroot 0.0404 -> 0.201 Inexact Rounded\r
1751sqtx3729 squareroot 0.405 -> 0.636 Inexact Rounded\r
1752sqtx3730 squareroot 0.0405 -> 0.201 Inexact Rounded\r
1753sqtx3731 squareroot 0.406 -> 0.637 Inexact Rounded\r
1754sqtx3732 squareroot 0.0406 -> 0.201 Inexact Rounded\r
1755sqtx3733 squareroot 0.407 -> 0.638 Inexact Rounded\r
1756sqtx3734 squareroot 0.0407 -> 0.202 Inexact Rounded\r
1757sqtx3735 squareroot 0.408 -> 0.639 Inexact Rounded\r
1758sqtx3736 squareroot 0.0408 -> 0.202 Inexact Rounded\r
1759sqtx3737 squareroot 0.409 -> 0.640 Inexact Rounded\r
1760sqtx3738 squareroot 0.0409 -> 0.202 Inexact Rounded\r
1761sqtx3739 squareroot 0.411 -> 0.641 Inexact Rounded\r
1762sqtx3740 squareroot 0.0411 -> 0.203 Inexact Rounded\r
1763sqtx3741 squareroot 0.412 -> 0.642 Inexact Rounded\r
1764sqtx3742 squareroot 0.0412 -> 0.203 Inexact Rounded\r
1765sqtx3743 squareroot 0.413 -> 0.643 Inexact Rounded\r
1766sqtx3744 squareroot 0.0413 -> 0.203 Inexact Rounded\r
1767sqtx3745 squareroot 0.414 -> 0.643 Inexact Rounded\r
1768sqtx3746 squareroot 0.0414 -> 0.203 Inexact Rounded\r
1769sqtx3747 squareroot 0.415 -> 0.644 Inexact Rounded\r
1770sqtx3748 squareroot 0.0415 -> 0.204 Inexact Rounded\r
1771sqtx3749 squareroot 0.416 -> 0.645 Inexact Rounded\r
1772sqtx3750 squareroot 0.0416 -> 0.204 Inexact Rounded\r
1773sqtx3751 squareroot 0.417 -> 0.646 Inexact Rounded\r
1774sqtx3752 squareroot 0.0417 -> 0.204 Inexact Rounded\r
1775sqtx3753 squareroot 0.418 -> 0.647 Inexact Rounded\r
1776sqtx3754 squareroot 0.0418 -> 0.204 Inexact Rounded\r
1777sqtx3755 squareroot 0.419 -> 0.647 Inexact Rounded\r
1778sqtx3756 squareroot 0.0419 -> 0.205 Inexact Rounded\r
1779sqtx3757 squareroot 0.421 -> 0.649 Inexact Rounded\r
1780sqtx3758 squareroot 0.0421 -> 0.205 Inexact Rounded\r
1781sqtx3759 squareroot 0.422 -> 0.650 Inexact Rounded\r
1782sqtx3760 squareroot 0.0422 -> 0.205 Inexact Rounded\r
1783sqtx3761 squareroot 0.423 -> 0.650 Inexact Rounded\r
1784sqtx3762 squareroot 0.0423 -> 0.206 Inexact Rounded\r
1785sqtx3763 squareroot 0.424 -> 0.651 Inexact Rounded\r
1786sqtx3764 squareroot 0.0424 -> 0.206 Inexact Rounded\r
1787sqtx3765 squareroot 0.425 -> 0.652 Inexact Rounded\r
1788sqtx3766 squareroot 0.0425 -> 0.206 Inexact Rounded\r
1789sqtx3767 squareroot 0.426 -> 0.653 Inexact Rounded\r
1790sqtx3768 squareroot 0.0426 -> 0.206 Inexact Rounded\r
1791sqtx3769 squareroot 0.427 -> 0.653 Inexact Rounded\r
1792sqtx3770 squareroot 0.0427 -> 0.207 Inexact Rounded\r
1793sqtx3771 squareroot 0.428 -> 0.654 Inexact Rounded\r
1794sqtx3772 squareroot 0.0428 -> 0.207 Inexact Rounded\r
1795sqtx3773 squareroot 0.429 -> 0.655 Inexact Rounded\r
1796sqtx3774 squareroot 0.0429 -> 0.207 Inexact Rounded\r
1797sqtx3775 squareroot 0.431 -> 0.657 Inexact Rounded\r
1798sqtx3776 squareroot 0.0431 -> 0.208 Inexact Rounded\r
1799sqtx3777 squareroot 0.432 -> 0.657 Inexact Rounded\r
1800sqtx3778 squareroot 0.0432 -> 0.208 Inexact Rounded\r
1801sqtx3779 squareroot 0.433 -> 0.658 Inexact Rounded\r
1802sqtx3780 squareroot 0.0433 -> 0.208 Inexact Rounded\r
1803sqtx3781 squareroot 0.434 -> 0.659 Inexact Rounded\r
1804sqtx3782 squareroot 0.0434 -> 0.208 Inexact Rounded\r
1805sqtx3783 squareroot 0.435 -> 0.660 Inexact Rounded\r
1806sqtx3784 squareroot 0.0435 -> 0.209 Inexact Rounded\r
1807sqtx3785 squareroot 0.436 -> 0.660 Inexact Rounded\r
1808sqtx3786 squareroot 0.0436 -> 0.209 Inexact Rounded\r
1809sqtx3787 squareroot 0.437 -> 0.661 Inexact Rounded\r
1810sqtx3788 squareroot 0.0437 -> 0.209 Inexact Rounded\r
1811sqtx3789 squareroot 0.438 -> 0.662 Inexact Rounded\r
1812sqtx3790 squareroot 0.0438 -> 0.209 Inexact Rounded\r
1813sqtx3791 squareroot 0.439 -> 0.663 Inexact Rounded\r
1814sqtx3792 squareroot 0.0439 -> 0.210 Inexact Rounded\r
1815sqtx3793 squareroot 0.441 -> 0.664 Inexact Rounded\r
1816sqtx3794 squareroot 0.0441 -> 0.21\r
1817sqtx3795 squareroot 0.442 -> 0.665 Inexact Rounded\r
1818sqtx3796 squareroot 0.0442 -> 0.210 Inexact Rounded\r
1819sqtx3797 squareroot 0.443 -> 0.666 Inexact Rounded\r
1820sqtx3798 squareroot 0.0443 -> 0.210 Inexact Rounded\r
1821sqtx3799 squareroot 0.444 -> 0.666 Inexact Rounded\r
1822sqtx3800 squareroot 0.0444 -> 0.211 Inexact Rounded\r
1823sqtx3801 squareroot 0.445 -> 0.667 Inexact Rounded\r
1824sqtx3802 squareroot 0.0445 -> 0.211 Inexact Rounded\r
1825sqtx3803 squareroot 0.446 -> 0.668 Inexact Rounded\r
1826sqtx3804 squareroot 0.0446 -> 0.211 Inexact Rounded\r
1827sqtx3805 squareroot 0.447 -> 0.669 Inexact Rounded\r
1828sqtx3806 squareroot 0.0447 -> 0.211 Inexact Rounded\r
1829sqtx3807 squareroot 0.448 -> 0.669 Inexact Rounded\r
1830sqtx3808 squareroot 0.0448 -> 0.212 Inexact Rounded\r
1831sqtx3809 squareroot 0.449 -> 0.670 Inexact Rounded\r
1832sqtx3810 squareroot 0.0449 -> 0.212 Inexact Rounded\r
1833sqtx3811 squareroot 0.451 -> 0.672 Inexact Rounded\r
1834sqtx3812 squareroot 0.0451 -> 0.212 Inexact Rounded\r
1835sqtx3813 squareroot 0.452 -> 0.672 Inexact Rounded\r
1836sqtx3814 squareroot 0.0452 -> 0.213 Inexact Rounded\r
1837sqtx3815 squareroot 0.453 -> 0.673 Inexact Rounded\r
1838sqtx3816 squareroot 0.0453 -> 0.213 Inexact Rounded\r
1839sqtx3817 squareroot 0.454 -> 0.674 Inexact Rounded\r
1840sqtx3818 squareroot 0.0454 -> 0.213 Inexact Rounded\r
1841sqtx3819 squareroot 0.455 -> 0.675 Inexact Rounded\r
1842sqtx3820 squareroot 0.0455 -> 0.213 Inexact Rounded\r
1843sqtx3821 squareroot 0.456 -> 0.675 Inexact Rounded\r
1844sqtx3822 squareroot 0.0456 -> 0.214 Inexact Rounded\r
1845sqtx3823 squareroot 0.457 -> 0.676 Inexact Rounded\r
1846sqtx3824 squareroot 0.0457 -> 0.214 Inexact Rounded\r
1847sqtx3825 squareroot 0.458 -> 0.677 Inexact Rounded\r
1848sqtx3826 squareroot 0.0458 -> 0.214 Inexact Rounded\r
1849sqtx3827 squareroot 0.459 -> 0.677 Inexact Rounded\r
1850sqtx3828 squareroot 0.0459 -> 0.214 Inexact Rounded\r
1851sqtx3829 squareroot 0.461 -> 0.679 Inexact Rounded\r
1852sqtx3830 squareroot 0.0461 -> 0.215 Inexact Rounded\r
1853sqtx3831 squareroot 0.462 -> 0.680 Inexact Rounded\r
1854sqtx3832 squareroot 0.0462 -> 0.215 Inexact Rounded\r
1855sqtx3833 squareroot 0.463 -> 0.680 Inexact Rounded\r
1856sqtx3834 squareroot 0.0463 -> 0.215 Inexact Rounded\r
1857sqtx3835 squareroot 0.464 -> 0.681 Inexact Rounded\r
1858sqtx3836 squareroot 0.0464 -> 0.215 Inexact Rounded\r
1859sqtx3837 squareroot 0.465 -> 0.682 Inexact Rounded\r
1860sqtx3838 squareroot 0.0465 -> 0.216 Inexact Rounded\r
1861sqtx3839 squareroot 0.466 -> 0.683 Inexact Rounded\r
1862sqtx3840 squareroot 0.0466 -> 0.216 Inexact Rounded\r
1863sqtx3841 squareroot 0.467 -> 0.683 Inexact Rounded\r
1864sqtx3842 squareroot 0.0467 -> 0.216 Inexact Rounded\r
1865sqtx3843 squareroot 0.468 -> 0.684 Inexact Rounded\r
1866sqtx3844 squareroot 0.0468 -> 0.216 Inexact Rounded\r
1867sqtx3845 squareroot 0.469 -> 0.685 Inexact Rounded\r
1868sqtx3846 squareroot 0.0469 -> 0.217 Inexact Rounded\r
1869sqtx3847 squareroot 0.471 -> 0.686 Inexact Rounded\r
1870sqtx3848 squareroot 0.0471 -> 0.217 Inexact Rounded\r
1871sqtx3849 squareroot 0.472 -> 0.687 Inexact Rounded\r
1872sqtx3850 squareroot 0.0472 -> 0.217 Inexact Rounded\r
1873sqtx3851 squareroot 0.473 -> 0.688 Inexact Rounded\r
1874sqtx3852 squareroot 0.0473 -> 0.217 Inexact Rounded\r
1875sqtx3853 squareroot 0.474 -> 0.688 Inexact Rounded\r
1876sqtx3854 squareroot 0.0474 -> 0.218 Inexact Rounded\r
1877sqtx3855 squareroot 0.475 -> 0.689 Inexact Rounded\r
1878sqtx3856 squareroot 0.0475 -> 0.218 Inexact Rounded\r
1879sqtx3857 squareroot 0.476 -> 0.690 Inexact Rounded\r
1880sqtx3858 squareroot 0.0476 -> 0.218 Inexact Rounded\r
1881sqtx3859 squareroot 0.477 -> 0.691 Inexact Rounded\r
1882sqtx3860 squareroot 0.0477 -> 0.218 Inexact Rounded\r
1883sqtx3861 squareroot 0.478 -> 0.691 Inexact Rounded\r
1884sqtx3862 squareroot 0.0478 -> 0.219 Inexact Rounded\r
1885sqtx3863 squareroot 0.479 -> 0.692 Inexact Rounded\r
1886sqtx3864 squareroot 0.0479 -> 0.219 Inexact Rounded\r
1887sqtx3865 squareroot 0.481 -> 0.694 Inexact Rounded\r
1888sqtx3866 squareroot 0.0481 -> 0.219 Inexact Rounded\r
1889sqtx3867 squareroot 0.482 -> 0.694 Inexact Rounded\r
1890sqtx3868 squareroot 0.0482 -> 0.220 Inexact Rounded\r
1891sqtx3869 squareroot 0.483 -> 0.695 Inexact Rounded\r
1892sqtx3870 squareroot 0.0483 -> 0.220 Inexact Rounded\r
1893sqtx3871 squareroot 0.484 -> 0.696 Inexact Rounded\r
1894sqtx3872 squareroot 0.0484 -> 0.22\r
1895sqtx3873 squareroot 0.485 -> 0.696 Inexact Rounded\r
1896sqtx3874 squareroot 0.0485 -> 0.220 Inexact Rounded\r
1897sqtx3875 squareroot 0.486 -> 0.697 Inexact Rounded\r
1898sqtx3876 squareroot 0.0486 -> 0.220 Inexact Rounded\r
1899sqtx3877 squareroot 0.487 -> 0.698 Inexact Rounded\r
1900sqtx3878 squareroot 0.0487 -> 0.221 Inexact Rounded\r
1901sqtx3879 squareroot 0.488 -> 0.699 Inexact Rounded\r
1902sqtx3880 squareroot 0.0488 -> 0.221 Inexact Rounded\r
1903sqtx3881 squareroot 0.489 -> 0.699 Inexact Rounded\r
1904sqtx3882 squareroot 0.0489 -> 0.221 Inexact Rounded\r
1905sqtx3883 squareroot 0.491 -> 0.701 Inexact Rounded\r
1906sqtx3884 squareroot 0.0491 -> 0.222 Inexact Rounded\r
1907sqtx3885 squareroot 0.492 -> 0.701 Inexact Rounded\r
1908sqtx3886 squareroot 0.0492 -> 0.222 Inexact Rounded\r
1909sqtx3887 squareroot 0.493 -> 0.702 Inexact Rounded\r
1910sqtx3888 squareroot 0.0493 -> 0.222 Inexact Rounded\r
1911sqtx3889 squareroot 0.494 -> 0.703 Inexact Rounded\r
1912sqtx3890 squareroot 0.0494 -> 0.222 Inexact Rounded\r
1913sqtx3891 squareroot 0.495 -> 0.704 Inexact Rounded\r
1914sqtx3892 squareroot 0.0495 -> 0.222 Inexact Rounded\r
1915sqtx3893 squareroot 0.496 -> 0.704 Inexact Rounded\r
1916sqtx3894 squareroot 0.0496 -> 0.223 Inexact Rounded\r
1917sqtx3895 squareroot 0.497 -> 0.705 Inexact Rounded\r
1918sqtx3896 squareroot 0.0497 -> 0.223 Inexact Rounded\r
1919sqtx3897 squareroot 0.498 -> 0.706 Inexact Rounded\r
1920sqtx3898 squareroot 0.0498 -> 0.223 Inexact Rounded\r
1921sqtx3899 squareroot 0.499 -> 0.706 Inexact Rounded\r
1922sqtx3900 squareroot 0.0499 -> 0.223 Inexact Rounded\r
1923sqtx3901 squareroot 0.501 -> 0.708 Inexact Rounded\r
1924sqtx3902 squareroot 0.0501 -> 0.224 Inexact Rounded\r
1925sqtx3903 squareroot 0.502 -> 0.709 Inexact Rounded\r
1926sqtx3904 squareroot 0.0502 -> 0.224 Inexact Rounded\r
1927sqtx3905 squareroot 0.503 -> 0.709 Inexact Rounded\r
1928sqtx3906 squareroot 0.0503 -> 0.224 Inexact Rounded\r
1929sqtx3907 squareroot 0.504 -> 0.710 Inexact Rounded\r
1930sqtx3908 squareroot 0.0504 -> 0.224 Inexact Rounded\r
1931sqtx3909 squareroot 0.505 -> 0.711 Inexact Rounded\r
1932sqtx3910 squareroot 0.0505 -> 0.225 Inexact Rounded\r
1933sqtx3911 squareroot 0.506 -> 0.711 Inexact Rounded\r
1934sqtx3912 squareroot 0.0506 -> 0.225 Inexact Rounded\r
1935sqtx3913 squareroot 0.507 -> 0.712 Inexact Rounded\r
1936sqtx3914 squareroot 0.0507 -> 0.225 Inexact Rounded\r
1937sqtx3915 squareroot 0.508 -> 0.713 Inexact Rounded\r
1938sqtx3916 squareroot 0.0508 -> 0.225 Inexact Rounded\r
1939sqtx3917 squareroot 0.509 -> 0.713 Inexact Rounded\r
1940sqtx3918 squareroot 0.0509 -> 0.226 Inexact Rounded\r
1941sqtx3919 squareroot 0.511 -> 0.715 Inexact Rounded\r
1942sqtx3920 squareroot 0.0511 -> 0.226 Inexact Rounded\r
1943sqtx3921 squareroot 0.512 -> 0.716 Inexact Rounded\r
1944sqtx3922 squareroot 0.0512 -> 0.226 Inexact Rounded\r
1945sqtx3923 squareroot 0.513 -> 0.716 Inexact Rounded\r
1946sqtx3924 squareroot 0.0513 -> 0.226 Inexact Rounded\r
1947sqtx3925 squareroot 0.514 -> 0.717 Inexact Rounded\r
1948sqtx3926 squareroot 0.0514 -> 0.227 Inexact Rounded\r
1949sqtx3927 squareroot 0.515 -> 0.718 Inexact Rounded\r
1950sqtx3928 squareroot 0.0515 -> 0.227 Inexact Rounded\r
1951sqtx3929 squareroot 0.516 -> 0.718 Inexact Rounded\r
1952sqtx3930 squareroot 0.0516 -> 0.227 Inexact Rounded\r
1953sqtx3931 squareroot 0.517 -> 0.719 Inexact Rounded\r
1954sqtx3932 squareroot 0.0517 -> 0.227 Inexact Rounded\r
1955sqtx3933 squareroot 0.518 -> 0.720 Inexact Rounded\r
1956sqtx3934 squareroot 0.0518 -> 0.228 Inexact Rounded\r
1957sqtx3935 squareroot 0.519 -> 0.720 Inexact Rounded\r
1958sqtx3936 squareroot 0.0519 -> 0.228 Inexact Rounded\r
1959sqtx3937 squareroot 0.521 -> 0.722 Inexact Rounded\r
1960sqtx3938 squareroot 0.0521 -> 0.228 Inexact Rounded\r
1961sqtx3939 squareroot 0.522 -> 0.722 Inexact Rounded\r
1962sqtx3940 squareroot 0.0522 -> 0.228 Inexact Rounded\r
1963sqtx3941 squareroot 0.523 -> 0.723 Inexact Rounded\r
1964sqtx3942 squareroot 0.0523 -> 0.229 Inexact Rounded\r
1965sqtx3943 squareroot 0.524 -> 0.724 Inexact Rounded\r
1966sqtx3944 squareroot 0.0524 -> 0.229 Inexact Rounded\r
1967sqtx3945 squareroot 0.525 -> 0.725 Inexact Rounded\r
1968sqtx3946 squareroot 0.0525 -> 0.229 Inexact Rounded\r
1969sqtx3947 squareroot 0.526 -> 0.725 Inexact Rounded\r
1970sqtx3948 squareroot 0.0526 -> 0.229 Inexact Rounded\r
1971sqtx3949 squareroot 0.527 -> 0.726 Inexact Rounded\r
1972sqtx3950 squareroot 0.0527 -> 0.230 Inexact Rounded\r
1973sqtx3951 squareroot 0.528 -> 0.727 Inexact Rounded\r
1974sqtx3952 squareroot 0.0528 -> 0.230 Inexact Rounded\r
1975sqtx3953 squareroot 0.529 -> 0.727 Inexact Rounded\r
1976sqtx3954 squareroot 0.0529 -> 0.23\r
1977sqtx3955 squareroot 0.531 -> 0.729 Inexact Rounded\r
1978sqtx3956 squareroot 0.0531 -> 0.230 Inexact Rounded\r
1979sqtx3957 squareroot 0.532 -> 0.729 Inexact Rounded\r
1980sqtx3958 squareroot 0.0532 -> 0.231 Inexact Rounded\r
1981sqtx3959 squareroot 0.533 -> 0.730 Inexact Rounded\r
1982sqtx3960 squareroot 0.0533 -> 0.231 Inexact Rounded\r
1983sqtx3961 squareroot 0.534 -> 0.731 Inexact Rounded\r
1984sqtx3962 squareroot 0.0534 -> 0.231 Inexact Rounded\r
1985sqtx3963 squareroot 0.535 -> 0.731 Inexact Rounded\r
1986sqtx3964 squareroot 0.0535 -> 0.231 Inexact Rounded\r
1987sqtx3965 squareroot 0.536 -> 0.732 Inexact Rounded\r
1988sqtx3966 squareroot 0.0536 -> 0.232 Inexact Rounded\r
1989sqtx3967 squareroot 0.537 -> 0.733 Inexact Rounded\r
1990sqtx3968 squareroot 0.0537 -> 0.232 Inexact Rounded\r
1991sqtx3969 squareroot 0.538 -> 0.733 Inexact Rounded\r
1992sqtx3970 squareroot 0.0538 -> 0.232 Inexact Rounded\r
1993sqtx3971 squareroot 0.539 -> 0.734 Inexact Rounded\r
1994sqtx3972 squareroot 0.0539 -> 0.232 Inexact Rounded\r
1995sqtx3973 squareroot 0.541 -> 0.736 Inexact Rounded\r
1996sqtx3974 squareroot 0.0541 -> 0.233 Inexact Rounded\r
1997sqtx3975 squareroot 0.542 -> 0.736 Inexact Rounded\r
1998sqtx3976 squareroot 0.0542 -> 0.233 Inexact Rounded\r
1999sqtx3977 squareroot 0.543 -> 0.737 Inexact Rounded\r
2000sqtx3978 squareroot 0.0543 -> 0.233 Inexact Rounded\r
2001sqtx3979 squareroot 0.544 -> 0.738 Inexact Rounded\r
2002sqtx3980 squareroot 0.0544 -> 0.233 Inexact Rounded\r
2003sqtx3981 squareroot 0.545 -> 0.738 Inexact Rounded\r
2004sqtx3982 squareroot 0.0545 -> 0.233 Inexact Rounded\r
2005sqtx3983 squareroot 0.546 -> 0.739 Inexact Rounded\r
2006sqtx3984 squareroot 0.0546 -> 0.234 Inexact Rounded\r
2007sqtx3985 squareroot 0.547 -> 0.740 Inexact Rounded\r
2008sqtx3986 squareroot 0.0547 -> 0.234 Inexact Rounded\r
2009sqtx3987 squareroot 0.548 -> 0.740 Inexact Rounded\r
2010sqtx3988 squareroot 0.0548 -> 0.234 Inexact Rounded\r
2011sqtx3989 squareroot 0.549 -> 0.741 Inexact Rounded\r
2012sqtx3990 squareroot 0.0549 -> 0.234 Inexact Rounded\r
2013sqtx3991 squareroot 0.551 -> 0.742 Inexact Rounded\r
2014sqtx3992 squareroot 0.0551 -> 0.235 Inexact Rounded\r
2015sqtx3993 squareroot 0.552 -> 0.743 Inexact Rounded\r
2016sqtx3994 squareroot 0.0552 -> 0.235 Inexact Rounded\r
2017sqtx3995 squareroot 0.553 -> 0.744 Inexact Rounded\r
2018sqtx3996 squareroot 0.0553 -> 0.235 Inexact Rounded\r
2019sqtx3997 squareroot 0.554 -> 0.744 Inexact Rounded\r
2020sqtx3998 squareroot 0.0554 -> 0.235 Inexact Rounded\r
2021sqtx3999 squareroot 0.555 -> 0.745 Inexact Rounded\r
2022sqtx4000 squareroot 0.0555 -> 0.236 Inexact Rounded\r
2023sqtx4001 squareroot 0.556 -> 0.746 Inexact Rounded\r
2024sqtx4002 squareroot 0.0556 -> 0.236 Inexact Rounded\r
2025sqtx4003 squareroot 0.557 -> 0.746 Inexact Rounded\r
2026sqtx4004 squareroot 0.0557 -> 0.236 Inexact Rounded\r
2027sqtx4005 squareroot 0.558 -> 0.747 Inexact Rounded\r
2028sqtx4006 squareroot 0.0558 -> 0.236 Inexact Rounded\r
2029sqtx4007 squareroot 0.559 -> 0.748 Inexact Rounded\r
2030sqtx4008 squareroot 0.0559 -> 0.236 Inexact Rounded\r
2031sqtx4009 squareroot 0.561 -> 0.749 Inexact Rounded\r
2032sqtx4010 squareroot 0.0561 -> 0.237 Inexact Rounded\r
2033sqtx4011 squareroot 0.562 -> 0.750 Inexact Rounded\r
2034sqtx4012 squareroot 0.0562 -> 0.237 Inexact Rounded\r
2035sqtx4013 squareroot 0.563 -> 0.750 Inexact Rounded\r
2036sqtx4014 squareroot 0.0563 -> 0.237 Inexact Rounded\r
2037sqtx4015 squareroot 0.564 -> 0.751 Inexact Rounded\r
2038sqtx4016 squareroot 0.0564 -> 0.237 Inexact Rounded\r
2039sqtx4017 squareroot 0.565 -> 0.752 Inexact Rounded\r
2040sqtx4018 squareroot 0.0565 -> 0.238 Inexact Rounded\r
2041sqtx4019 squareroot 0.566 -> 0.752 Inexact Rounded\r
2042sqtx4020 squareroot 0.0566 -> 0.238 Inexact Rounded\r
2043sqtx4021 squareroot 0.567 -> 0.753 Inexact Rounded\r
2044sqtx4022 squareroot 0.0567 -> 0.238 Inexact Rounded\r
2045sqtx4023 squareroot 0.568 -> 0.754 Inexact Rounded\r
2046sqtx4024 squareroot 0.0568 -> 0.238 Inexact Rounded\r
2047sqtx4025 squareroot 0.569 -> 0.754 Inexact Rounded\r
2048sqtx4026 squareroot 0.0569 -> 0.239 Inexact Rounded\r
2049sqtx4027 squareroot 0.571 -> 0.756 Inexact Rounded\r
2050sqtx4028 squareroot 0.0571 -> 0.239 Inexact Rounded\r
2051sqtx4029 squareroot 0.572 -> 0.756 Inexact Rounded\r
2052sqtx4030 squareroot 0.0572 -> 0.239 Inexact Rounded\r
2053sqtx4031 squareroot 0.573 -> 0.757 Inexact Rounded\r
2054sqtx4032 squareroot 0.0573 -> 0.239 Inexact Rounded\r
2055sqtx4033 squareroot 0.574 -> 0.758 Inexact Rounded\r
2056sqtx4034 squareroot 0.0574 -> 0.240 Inexact Rounded\r
2057sqtx4035 squareroot 0.575 -> 0.758 Inexact Rounded\r
2058sqtx4036 squareroot 0.0575 -> 0.240 Inexact Rounded\r
2059sqtx4037 squareroot 0.576 -> 0.759 Inexact Rounded\r
2060sqtx4038 squareroot 0.0576 -> 0.24\r
2061sqtx4039 squareroot 0.577 -> 0.760 Inexact Rounded\r
2062sqtx4040 squareroot 0.0577 -> 0.240 Inexact Rounded\r
2063sqtx4041 squareroot 0.578 -> 0.760 Inexact Rounded\r
2064sqtx4042 squareroot 0.0578 -> 0.240 Inexact Rounded\r
2065sqtx4043 squareroot 0.579 -> 0.761 Inexact Rounded\r
2066sqtx4044 squareroot 0.0579 -> 0.241 Inexact Rounded\r
2067sqtx4045 squareroot 0.581 -> 0.762 Inexact Rounded\r
2068sqtx4046 squareroot 0.0581 -> 0.241 Inexact Rounded\r
2069sqtx4047 squareroot 0.582 -> 0.763 Inexact Rounded\r
2070sqtx4048 squareroot 0.0582 -> 0.241 Inexact Rounded\r
2071sqtx4049 squareroot 0.583 -> 0.764 Inexact Rounded\r
2072sqtx4050 squareroot 0.0583 -> 0.241 Inexact Rounded\r
2073sqtx4051 squareroot 0.584 -> 0.764 Inexact Rounded\r
2074sqtx4052 squareroot 0.0584 -> 0.242 Inexact Rounded\r
2075sqtx4053 squareroot 0.585 -> 0.765 Inexact Rounded\r
2076sqtx4054 squareroot 0.0585 -> 0.242 Inexact Rounded\r
2077sqtx4055 squareroot 0.586 -> 0.766 Inexact Rounded\r
2078sqtx4056 squareroot 0.0586 -> 0.242 Inexact Rounded\r
2079sqtx4057 squareroot 0.587 -> 0.766 Inexact Rounded\r
2080sqtx4058 squareroot 0.0587 -> 0.242 Inexact Rounded\r
2081sqtx4059 squareroot 0.588 -> 0.767 Inexact Rounded\r
2082sqtx4060 squareroot 0.0588 -> 0.242 Inexact Rounded\r
2083sqtx4061 squareroot 0.589 -> 0.767 Inexact Rounded\r
2084sqtx4062 squareroot 0.0589 -> 0.243 Inexact Rounded\r
2085sqtx4063 squareroot 0.591 -> 0.769 Inexact Rounded\r
2086sqtx4064 squareroot 0.0591 -> 0.243 Inexact Rounded\r
2087sqtx4065 squareroot 0.592 -> 0.769 Inexact Rounded\r
2088sqtx4066 squareroot 0.0592 -> 0.243 Inexact Rounded\r
2089sqtx4067 squareroot 0.593 -> 0.770 Inexact Rounded\r
2090sqtx4068 squareroot 0.0593 -> 0.244 Inexact Rounded\r
2091sqtx4069 squareroot 0.594 -> 0.771 Inexact Rounded\r
2092sqtx4070 squareroot 0.0594 -> 0.244 Inexact Rounded\r
2093sqtx4071 squareroot 0.595 -> 0.771 Inexact Rounded\r
2094sqtx4072 squareroot 0.0595 -> 0.244 Inexact Rounded\r
2095sqtx4073 squareroot 0.596 -> 0.772 Inexact Rounded\r
2096sqtx4074 squareroot 0.0596 -> 0.244 Inexact Rounded\r
2097sqtx4075 squareroot 0.597 -> 0.773 Inexact Rounded\r
2098sqtx4076 squareroot 0.0597 -> 0.244 Inexact Rounded\r
2099sqtx4077 squareroot 0.598 -> 0.773 Inexact Rounded\r
2100sqtx4078 squareroot 0.0598 -> 0.245 Inexact Rounded\r
2101sqtx4079 squareroot 0.599 -> 0.774 Inexact Rounded\r
2102sqtx4080 squareroot 0.0599 -> 0.245 Inexact Rounded\r
2103sqtx4081 squareroot 0.601 -> 0.775 Inexact Rounded\r
2104sqtx4082 squareroot 0.0601 -> 0.245 Inexact Rounded\r
2105sqtx4083 squareroot 0.602 -> 0.776 Inexact Rounded\r
2106sqtx4084 squareroot 0.0602 -> 0.245 Inexact Rounded\r
2107sqtx4085 squareroot 0.603 -> 0.777 Inexact Rounded\r
2108sqtx4086 squareroot 0.0603 -> 0.246 Inexact Rounded\r
2109sqtx4087 squareroot 0.604 -> 0.777 Inexact Rounded\r
2110sqtx4088 squareroot 0.0604 -> 0.246 Inexact Rounded\r
2111sqtx4089 squareroot 0.605 -> 0.778 Inexact Rounded\r
2112sqtx4090 squareroot 0.0605 -> 0.246 Inexact Rounded\r
2113sqtx4091 squareroot 0.606 -> 0.778 Inexact Rounded\r
2114sqtx4092 squareroot 0.0606 -> 0.246 Inexact Rounded\r
2115sqtx4093 squareroot 0.607 -> 0.779 Inexact Rounded\r
2116sqtx4094 squareroot 0.0607 -> 0.246 Inexact Rounded\r
2117sqtx4095 squareroot 0.608 -> 0.780 Inexact Rounded\r
2118sqtx4096 squareroot 0.0608 -> 0.247 Inexact Rounded\r
2119sqtx4097 squareroot 0.609 -> 0.780 Inexact Rounded\r
2120sqtx4098 squareroot 0.0609 -> 0.247 Inexact Rounded\r
2121sqtx4099 squareroot 0.611 -> 0.782 Inexact Rounded\r
2122sqtx4100 squareroot 0.0611 -> 0.247 Inexact Rounded\r
2123sqtx4101 squareroot 0.612 -> 0.782 Inexact Rounded\r
2124sqtx4102 squareroot 0.0612 -> 0.247 Inexact Rounded\r
2125sqtx4103 squareroot 0.613 -> 0.783 Inexact Rounded\r
2126sqtx4104 squareroot 0.0613 -> 0.248 Inexact Rounded\r
2127sqtx4105 squareroot 0.614 -> 0.784 Inexact Rounded\r
2128sqtx4106 squareroot 0.0614 -> 0.248 Inexact Rounded\r
2129sqtx4107 squareroot 0.615 -> 0.784 Inexact Rounded\r
2130sqtx4108 squareroot 0.0615 -> 0.248 Inexact Rounded\r
2131sqtx4109 squareroot 0.616 -> 0.785 Inexact Rounded\r
2132sqtx4110 squareroot 0.0616 -> 0.248 Inexact Rounded\r
2133sqtx4111 squareroot 0.617 -> 0.785 Inexact Rounded\r
2134sqtx4112 squareroot 0.0617 -> 0.248 Inexact Rounded\r
2135sqtx4113 squareroot 0.618 -> 0.786 Inexact Rounded\r
2136sqtx4114 squareroot 0.0618 -> 0.249 Inexact Rounded\r
2137sqtx4115 squareroot 0.619 -> 0.787 Inexact Rounded\r
2138sqtx4116 squareroot 0.0619 -> 0.249 Inexact Rounded\r
2139sqtx4117 squareroot 0.621 -> 0.788 Inexact Rounded\r
2140sqtx4118 squareroot 0.0621 -> 0.249 Inexact Rounded\r
2141sqtx4119 squareroot 0.622 -> 0.789 Inexact Rounded\r
2142sqtx4120 squareroot 0.0622 -> 0.249 Inexact Rounded\r
2143sqtx4121 squareroot 0.623 -> 0.789 Inexact Rounded\r
2144sqtx4122 squareroot 0.0623 -> 0.250 Inexact Rounded\r
2145sqtx4123 squareroot 0.624 -> 0.790 Inexact Rounded\r
2146sqtx4124 squareroot 0.0624 -> 0.250 Inexact Rounded\r
2147sqtx4125 squareroot 0.625 -> 0.791 Inexact Rounded\r
2148sqtx4126 squareroot 0.0625 -> 0.25\r
2149sqtx4127 squareroot 0.626 -> 0.791 Inexact Rounded\r
2150sqtx4128 squareroot 0.0626 -> 0.250 Inexact Rounded\r
2151sqtx4129 squareroot 0.627 -> 0.792 Inexact Rounded\r
2152sqtx4130 squareroot 0.0627 -> 0.250 Inexact Rounded\r
2153sqtx4131 squareroot 0.628 -> 0.792 Inexact Rounded\r
2154sqtx4132 squareroot 0.0628 -> 0.251 Inexact Rounded\r
2155sqtx4133 squareroot 0.629 -> 0.793 Inexact Rounded\r
2156sqtx4134 squareroot 0.0629 -> 0.251 Inexact Rounded\r
2157sqtx4135 squareroot 0.631 -> 0.794 Inexact Rounded\r
2158sqtx4136 squareroot 0.0631 -> 0.251 Inexact Rounded\r
2159sqtx4137 squareroot 0.632 -> 0.795 Inexact Rounded\r
2160sqtx4138 squareroot 0.0632 -> 0.251 Inexact Rounded\r
2161sqtx4139 squareroot 0.633 -> 0.796 Inexact Rounded\r
2162sqtx4140 squareroot 0.0633 -> 0.252 Inexact Rounded\r
2163sqtx4141 squareroot 0.634 -> 0.796 Inexact Rounded\r
2164sqtx4142 squareroot 0.0634 -> 0.252 Inexact Rounded\r
2165sqtx4143 squareroot 0.635 -> 0.797 Inexact Rounded\r
2166sqtx4144 squareroot 0.0635 -> 0.252 Inexact Rounded\r
2167sqtx4145 squareroot 0.636 -> 0.797 Inexact Rounded\r
2168sqtx4146 squareroot 0.0636 -> 0.252 Inexact Rounded\r
2169sqtx4147 squareroot 0.637 -> 0.798 Inexact Rounded\r
2170sqtx4148 squareroot 0.0637 -> 0.252 Inexact Rounded\r
2171sqtx4149 squareroot 0.638 -> 0.799 Inexact Rounded\r
2172sqtx4150 squareroot 0.0638 -> 0.253 Inexact Rounded\r
2173sqtx4151 squareroot 0.639 -> 0.799 Inexact Rounded\r
2174sqtx4152 squareroot 0.0639 -> 0.253 Inexact Rounded\r
2175sqtx4153 squareroot 0.641 -> 0.801 Inexact Rounded\r
2176sqtx4154 squareroot 0.0641 -> 0.253 Inexact Rounded\r
2177sqtx4155 squareroot 0.642 -> 0.801 Inexact Rounded\r
2178sqtx4156 squareroot 0.0642 -> 0.253 Inexact Rounded\r
2179sqtx4157 squareroot 0.643 -> 0.802 Inexact Rounded\r
2180sqtx4158 squareroot 0.0643 -> 0.254 Inexact Rounded\r
2181sqtx4159 squareroot 0.644 -> 0.802 Inexact Rounded\r
2182sqtx4160 squareroot 0.0644 -> 0.254 Inexact Rounded\r
2183sqtx4161 squareroot 0.645 -> 0.803 Inexact Rounded\r
2184sqtx4162 squareroot 0.0645 -> 0.254 Inexact Rounded\r
2185sqtx4163 squareroot 0.646 -> 0.804 Inexact Rounded\r
2186sqtx4164 squareroot 0.0646 -> 0.254 Inexact Rounded\r
2187sqtx4165 squareroot 0.647 -> 0.804 Inexact Rounded\r
2188sqtx4166 squareroot 0.0647 -> 0.254 Inexact Rounded\r
2189sqtx4167 squareroot 0.648 -> 0.805 Inexact Rounded\r
2190sqtx4168 squareroot 0.0648 -> 0.255 Inexact Rounded\r
2191sqtx4169 squareroot 0.649 -> 0.806 Inexact Rounded\r
2192sqtx4170 squareroot 0.0649 -> 0.255 Inexact Rounded\r
2193sqtx4171 squareroot 0.651 -> 0.807 Inexact Rounded\r
2194sqtx4172 squareroot 0.0651 -> 0.255 Inexact Rounded\r
2195sqtx4173 squareroot 0.652 -> 0.807 Inexact Rounded\r
2196sqtx4174 squareroot 0.0652 -> 0.255 Inexact Rounded\r
2197sqtx4175 squareroot 0.653 -> 0.808 Inexact Rounded\r
2198sqtx4176 squareroot 0.0653 -> 0.256 Inexact Rounded\r
2199sqtx4177 squareroot 0.654 -> 0.809 Inexact Rounded\r
2200sqtx4178 squareroot 0.0654 -> 0.256 Inexact Rounded\r
2201sqtx4179 squareroot 0.655 -> 0.809 Inexact Rounded\r
2202sqtx4180 squareroot 0.0655 -> 0.256 Inexact Rounded\r
2203sqtx4181 squareroot 0.656 -> 0.810 Inexact Rounded\r
2204sqtx4182 squareroot 0.0656 -> 0.256 Inexact Rounded\r
2205sqtx4183 squareroot 0.657 -> 0.811 Inexact Rounded\r
2206sqtx4184 squareroot 0.0657 -> 0.256 Inexact Rounded\r
2207sqtx4185 squareroot 0.658 -> 0.811 Inexact Rounded\r
2208sqtx4186 squareroot 0.0658 -> 0.257 Inexact Rounded\r
2209sqtx4187 squareroot 0.659 -> 0.812 Inexact Rounded\r
2210sqtx4188 squareroot 0.0659 -> 0.257 Inexact Rounded\r
2211sqtx4189 squareroot 0.661 -> 0.813 Inexact Rounded\r
2212sqtx4190 squareroot 0.0661 -> 0.257 Inexact Rounded\r
2213sqtx4191 squareroot 0.662 -> 0.814 Inexact Rounded\r
2214sqtx4192 squareroot 0.0662 -> 0.257 Inexact Rounded\r
2215sqtx4193 squareroot 0.663 -> 0.814 Inexact Rounded\r
2216sqtx4194 squareroot 0.0663 -> 0.257 Inexact Rounded\r
2217sqtx4195 squareroot 0.664 -> 0.815 Inexact Rounded\r
2218sqtx4196 squareroot 0.0664 -> 0.258 Inexact Rounded\r
2219sqtx4197 squareroot 0.665 -> 0.815 Inexact Rounded\r
2220sqtx4198 squareroot 0.0665 -> 0.258 Inexact Rounded\r
2221sqtx4199 squareroot 0.666 -> 0.816 Inexact Rounded\r
2222sqtx4200 squareroot 0.0666 -> 0.258 Inexact Rounded\r
2223sqtx4201 squareroot 0.667 -> 0.817 Inexact Rounded\r
2224sqtx4202 squareroot 0.0667 -> 0.258 Inexact Rounded\r
2225sqtx4203 squareroot 0.668 -> 0.817 Inexact Rounded\r
2226sqtx4204 squareroot 0.0668 -> 0.258 Inexact Rounded\r
2227sqtx4205 squareroot 0.669 -> 0.818 Inexact Rounded\r
2228sqtx4206 squareroot 0.0669 -> 0.259 Inexact Rounded\r
2229sqtx4207 squareroot 0.671 -> 0.819 Inexact Rounded\r
2230sqtx4208 squareroot 0.0671 -> 0.259 Inexact Rounded\r
2231sqtx4209 squareroot 0.672 -> 0.820 Inexact Rounded\r
2232sqtx4210 squareroot 0.0672 -> 0.259 Inexact Rounded\r
2233sqtx4211 squareroot 0.673 -> 0.820 Inexact Rounded\r
2234sqtx4212 squareroot 0.0673 -> 0.259 Inexact Rounded\r
2235sqtx4213 squareroot 0.674 -> 0.821 Inexact Rounded\r
2236sqtx4214 squareroot 0.0674 -> 0.260 Inexact Rounded\r
2237sqtx4215 squareroot 0.675 -> 0.822 Inexact Rounded\r
2238sqtx4216 squareroot 0.0675 -> 0.260 Inexact Rounded\r
2239sqtx4217 squareroot 0.676 -> 0.822 Inexact Rounded\r
2240sqtx4218 squareroot 0.0676 -> 0.26\r
2241sqtx4219 squareroot 0.677 -> 0.823 Inexact Rounded\r
2242sqtx4220 squareroot 0.0677 -> 0.260 Inexact Rounded\r
2243sqtx4221 squareroot 0.678 -> 0.823 Inexact Rounded\r
2244sqtx4222 squareroot 0.0678 -> 0.260 Inexact Rounded\r
2245sqtx4223 squareroot 0.679 -> 0.824 Inexact Rounded\r
2246sqtx4224 squareroot 0.0679 -> 0.261 Inexact Rounded\r
2247sqtx4225 squareroot 0.681 -> 0.825 Inexact Rounded\r
2248sqtx4226 squareroot 0.0681 -> 0.261 Inexact Rounded\r
2249sqtx4227 squareroot 0.682 -> 0.826 Inexact Rounded\r
2250sqtx4228 squareroot 0.0682 -> 0.261 Inexact Rounded\r
2251sqtx4229 squareroot 0.683 -> 0.826 Inexact Rounded\r
2252sqtx4230 squareroot 0.0683 -> 0.261 Inexact Rounded\r
2253sqtx4231 squareroot 0.684 -> 0.827 Inexact Rounded\r
2254sqtx4232 squareroot 0.0684 -> 0.262 Inexact Rounded\r
2255sqtx4233 squareroot 0.685 -> 0.828 Inexact Rounded\r
2256sqtx4234 squareroot 0.0685 -> 0.262 Inexact Rounded\r
2257sqtx4235 squareroot 0.686 -> 0.828 Inexact Rounded\r
2258sqtx4236 squareroot 0.0686 -> 0.262 Inexact Rounded\r
2259sqtx4237 squareroot 0.687 -> 0.829 Inexact Rounded\r
2260sqtx4238 squareroot 0.0687 -> 0.262 Inexact Rounded\r
2261sqtx4239 squareroot 0.688 -> 0.829 Inexact Rounded\r
2262sqtx4240 squareroot 0.0688 -> 0.262 Inexact Rounded\r
2263sqtx4241 squareroot 0.689 -> 0.830 Inexact Rounded\r
2264sqtx4242 squareroot 0.0689 -> 0.262 Inexact Rounded\r
2265sqtx4243 squareroot 0.691 -> 0.831 Inexact Rounded\r
2266sqtx4244 squareroot 0.0691 -> 0.263 Inexact Rounded\r
2267sqtx4245 squareroot 0.692 -> 0.832 Inexact Rounded\r
2268sqtx4246 squareroot 0.0692 -> 0.263 Inexact Rounded\r
2269sqtx4247 squareroot 0.693 -> 0.832 Inexact Rounded\r
2270sqtx4248 squareroot 0.0693 -> 0.263 Inexact Rounded\r
2271sqtx4249 squareroot 0.694 -> 0.833 Inexact Rounded\r
2272sqtx4250 squareroot 0.0694 -> 0.263 Inexact Rounded\r
2273sqtx4251 squareroot 0.695 -> 0.834 Inexact Rounded\r
2274sqtx4252 squareroot 0.0695 -> 0.264 Inexact Rounded\r
2275sqtx4253 squareroot 0.696 -> 0.834 Inexact Rounded\r
2276sqtx4254 squareroot 0.0696 -> 0.264 Inexact Rounded\r
2277sqtx4255 squareroot 0.697 -> 0.835 Inexact Rounded\r
2278sqtx4256 squareroot 0.0697 -> 0.264 Inexact Rounded\r
2279sqtx4257 squareroot 0.698 -> 0.835 Inexact Rounded\r
2280sqtx4258 squareroot 0.0698 -> 0.264 Inexact Rounded\r
2281sqtx4259 squareroot 0.699 -> 0.836 Inexact Rounded\r
2282sqtx4260 squareroot 0.0699 -> 0.264 Inexact Rounded\r
2283sqtx4261 squareroot 0.701 -> 0.837 Inexact Rounded\r
2284sqtx4262 squareroot 0.0701 -> 0.265 Inexact Rounded\r
2285sqtx4263 squareroot 0.702 -> 0.838 Inexact Rounded\r
2286sqtx4264 squareroot 0.0702 -> 0.265 Inexact Rounded\r
2287sqtx4265 squareroot 0.703 -> 0.838 Inexact Rounded\r
2288sqtx4266 squareroot 0.0703 -> 0.265 Inexact Rounded\r
2289sqtx4267 squareroot 0.704 -> 0.839 Inexact Rounded\r
2290sqtx4268 squareroot 0.0704 -> 0.265 Inexact Rounded\r
2291sqtx4269 squareroot 0.705 -> 0.840 Inexact Rounded\r
2292sqtx4270 squareroot 0.0705 -> 0.266 Inexact Rounded\r
2293sqtx4271 squareroot 0.706 -> 0.840 Inexact Rounded\r
2294sqtx4272 squareroot 0.0706 -> 0.266 Inexact Rounded\r
2295sqtx4273 squareroot 0.707 -> 0.841 Inexact Rounded\r
2296sqtx4274 squareroot 0.0707 -> 0.266 Inexact Rounded\r
2297sqtx4275 squareroot 0.708 -> 0.841 Inexact Rounded\r
2298sqtx4276 squareroot 0.0708 -> 0.266 Inexact Rounded\r
2299sqtx4277 squareroot 0.709 -> 0.842 Inexact Rounded\r
2300sqtx4278 squareroot 0.0709 -> 0.266 Inexact Rounded\r
2301sqtx4279 squareroot 0.711 -> 0.843 Inexact Rounded\r
2302sqtx4280 squareroot 0.0711 -> 0.267 Inexact Rounded\r
2303sqtx4281 squareroot 0.712 -> 0.844 Inexact Rounded\r
2304sqtx4282 squareroot 0.0712 -> 0.267 Inexact Rounded\r
2305sqtx4283 squareroot 0.713 -> 0.844 Inexact Rounded\r
2306sqtx4284 squareroot 0.0713 -> 0.267 Inexact Rounded\r
2307sqtx4285 squareroot 0.714 -> 0.845 Inexact Rounded\r
2308sqtx4286 squareroot 0.0714 -> 0.267 Inexact Rounded\r
2309sqtx4287 squareroot 0.715 -> 0.846 Inexact Rounded\r
2310sqtx4288 squareroot 0.0715 -> 0.267 Inexact Rounded\r
2311sqtx4289 squareroot 0.716 -> 0.846 Inexact Rounded\r
2312sqtx4290 squareroot 0.0716 -> 0.268 Inexact Rounded\r
2313sqtx4291 squareroot 0.717 -> 0.847 Inexact Rounded\r
2314sqtx4292 squareroot 0.0717 -> 0.268 Inexact Rounded\r
2315sqtx4293 squareroot 0.718 -> 0.847 Inexact Rounded\r
2316sqtx4294 squareroot 0.0718 -> 0.268 Inexact Rounded\r
2317sqtx4295 squareroot 0.719 -> 0.848 Inexact Rounded\r
2318sqtx4296 squareroot 0.0719 -> 0.268 Inexact Rounded\r
2319sqtx4297 squareroot 0.721 -> 0.849 Inexact Rounded\r
2320sqtx4298 squareroot 0.0721 -> 0.269 Inexact Rounded\r
2321sqtx4299 squareroot 0.722 -> 0.850 Inexact Rounded\r
2322sqtx4300 squareroot 0.0722 -> 0.269 Inexact Rounded\r
2323sqtx4301 squareroot 0.723 -> 0.850 Inexact Rounded\r
2324sqtx4302 squareroot 0.0723 -> 0.269 Inexact Rounded\r
2325sqtx4303 squareroot 0.724 -> 0.851 Inexact Rounded\r
2326sqtx4304 squareroot 0.0724 -> 0.269 Inexact Rounded\r
2327sqtx4305 squareroot 0.725 -> 0.851 Inexact Rounded\r
2328sqtx4306 squareroot 0.0725 -> 0.269 Inexact Rounded\r
2329sqtx4307 squareroot 0.726 -> 0.852 Inexact Rounded\r
2330sqtx4308 squareroot 0.0726 -> 0.269 Inexact Rounded\r
2331sqtx4309 squareroot 0.727 -> 0.853 Inexact Rounded\r
2332sqtx4310 squareroot 0.0727 -> 0.270 Inexact Rounded\r
2333sqtx4311 squareroot 0.728 -> 0.853 Inexact Rounded\r
2334sqtx4312 squareroot 0.0728 -> 0.270 Inexact Rounded\r
2335sqtx4313 squareroot 0.729 -> 0.854 Inexact Rounded\r
2336sqtx4314 squareroot 0.0729 -> 0.27\r
2337sqtx4315 squareroot 0.731 -> 0.855 Inexact Rounded\r
2338sqtx4316 squareroot 0.0731 -> 0.270 Inexact Rounded\r
2339sqtx4317 squareroot 0.732 -> 0.856 Inexact Rounded\r
2340sqtx4318 squareroot 0.0732 -> 0.271 Inexact Rounded\r
2341sqtx4319 squareroot 0.733 -> 0.856 Inexact Rounded\r
2342sqtx4320 squareroot 0.0733 -> 0.271 Inexact Rounded\r
2343sqtx4321 squareroot 0.734 -> 0.857 Inexact Rounded\r
2344sqtx4322 squareroot 0.0734 -> 0.271 Inexact Rounded\r
2345sqtx4323 squareroot 0.735 -> 0.857 Inexact Rounded\r
2346sqtx4324 squareroot 0.0735 -> 0.271 Inexact Rounded\r
2347sqtx4325 squareroot 0.736 -> 0.858 Inexact Rounded\r
2348sqtx4326 squareroot 0.0736 -> 0.271 Inexact Rounded\r
2349sqtx4327 squareroot 0.737 -> 0.858 Inexact Rounded\r
2350sqtx4328 squareroot 0.0737 -> 0.271 Inexact Rounded\r
2351sqtx4329 squareroot 0.738 -> 0.859 Inexact Rounded\r
2352sqtx4330 squareroot 0.0738 -> 0.272 Inexact Rounded\r
2353sqtx4331 squareroot 0.739 -> 0.860 Inexact Rounded\r
2354sqtx4332 squareroot 0.0739 -> 0.272 Inexact Rounded\r
2355sqtx4333 squareroot 0.741 -> 0.861 Inexact Rounded\r
2356sqtx4334 squareroot 0.0741 -> 0.272 Inexact Rounded\r
2357sqtx4335 squareroot 0.742 -> 0.861 Inexact Rounded\r
2358sqtx4336 squareroot 0.0742 -> 0.272 Inexact Rounded\r
2359sqtx4337 squareroot 0.743 -> 0.862 Inexact Rounded\r
2360sqtx4338 squareroot 0.0743 -> 0.273 Inexact Rounded\r
2361sqtx4339 squareroot 0.744 -> 0.863 Inexact Rounded\r
2362sqtx4340 squareroot 0.0744 -> 0.273 Inexact Rounded\r
2363sqtx4341 squareroot 0.745 -> 0.863 Inexact Rounded\r
2364sqtx4342 squareroot 0.0745 -> 0.273 Inexact Rounded\r
2365sqtx4343 squareroot 0.746 -> 0.864 Inexact Rounded\r
2366sqtx4344 squareroot 0.0746 -> 0.273 Inexact Rounded\r
2367sqtx4345 squareroot 0.747 -> 0.864 Inexact Rounded\r
2368sqtx4346 squareroot 0.0747 -> 0.273 Inexact Rounded\r
2369sqtx4347 squareroot 0.748 -> 0.865 Inexact Rounded\r
2370sqtx4348 squareroot 0.0748 -> 0.273 Inexact Rounded\r
2371sqtx4349 squareroot 0.749 -> 0.865 Inexact Rounded\r
2372sqtx4350 squareroot 0.0749 -> 0.274 Inexact Rounded\r
2373sqtx4351 squareroot 0.751 -> 0.867 Inexact Rounded\r
2374sqtx4352 squareroot 0.0751 -> 0.274 Inexact Rounded\r
2375sqtx4353 squareroot 0.752 -> 0.867 Inexact Rounded\r
2376sqtx4354 squareroot 0.0752 -> 0.274 Inexact Rounded\r
2377sqtx4355 squareroot 0.753 -> 0.868 Inexact Rounded\r
2378sqtx4356 squareroot 0.0753 -> 0.274 Inexact Rounded\r
2379sqtx4357 squareroot 0.754 -> 0.868 Inexact Rounded\r
2380sqtx4358 squareroot 0.0754 -> 0.275 Inexact Rounded\r
2381sqtx4359 squareroot 0.755 -> 0.869 Inexact Rounded\r
2382sqtx4360 squareroot 0.0755 -> 0.275 Inexact Rounded\r
2383sqtx4361 squareroot 0.756 -> 0.869 Inexact Rounded\r
2384sqtx4362 squareroot 0.0756 -> 0.275 Inexact Rounded\r
2385sqtx4363 squareroot 0.757 -> 0.870 Inexact Rounded\r
2386sqtx4364 squareroot 0.0757 -> 0.275 Inexact Rounded\r
2387sqtx4365 squareroot 0.758 -> 0.871 Inexact Rounded\r
2388sqtx4366 squareroot 0.0758 -> 0.275 Inexact Rounded\r
2389sqtx4367 squareroot 0.759 -> 0.871 Inexact Rounded\r
2390sqtx4368 squareroot 0.0759 -> 0.275 Inexact Rounded\r
2391sqtx4369 squareroot 0.761 -> 0.872 Inexact Rounded\r
2392sqtx4370 squareroot 0.0761 -> 0.276 Inexact Rounded\r
2393sqtx4371 squareroot 0.762 -> 0.873 Inexact Rounded\r
2394sqtx4372 squareroot 0.0762 -> 0.276 Inexact Rounded\r
2395sqtx4373 squareroot 0.763 -> 0.873 Inexact Rounded\r
2396sqtx4374 squareroot 0.0763 -> 0.276 Inexact Rounded\r
2397sqtx4375 squareroot 0.764 -> 0.874 Inexact Rounded\r
2398sqtx4376 squareroot 0.0764 -> 0.276 Inexact Rounded\r
2399sqtx4377 squareroot 0.765 -> 0.875 Inexact Rounded\r
2400sqtx4378 squareroot 0.0765 -> 0.277 Inexact Rounded\r
2401sqtx4379 squareroot 0.766 -> 0.875 Inexact Rounded\r
2402sqtx4380 squareroot 0.0766 -> 0.277 Inexact Rounded\r
2403sqtx4381 squareroot 0.767 -> 0.876 Inexact Rounded\r
2404sqtx4382 squareroot 0.0767 -> 0.277 Inexact Rounded\r
2405sqtx4383 squareroot 0.768 -> 0.876 Inexact Rounded\r
2406sqtx4384 squareroot 0.0768 -> 0.277 Inexact Rounded\r
2407sqtx4385 squareroot 0.769 -> 0.877 Inexact Rounded\r
2408sqtx4386 squareroot 0.0769 -> 0.277 Inexact Rounded\r
2409sqtx4387 squareroot 0.771 -> 0.878 Inexact Rounded\r
2410sqtx4388 squareroot 0.0771 -> 0.278 Inexact Rounded\r
2411sqtx4389 squareroot 0.772 -> 0.879 Inexact Rounded\r
2412sqtx4390 squareroot 0.0772 -> 0.278 Inexact Rounded\r
2413sqtx4391 squareroot 0.773 -> 0.879 Inexact Rounded\r
2414sqtx4392 squareroot 0.0773 -> 0.278 Inexact Rounded\r
2415sqtx4393 squareroot 0.774 -> 0.880 Inexact Rounded\r
2416sqtx4394 squareroot 0.0774 -> 0.278 Inexact Rounded\r
2417sqtx4395 squareroot 0.775 -> 0.880 Inexact Rounded\r
2418sqtx4396 squareroot 0.0775 -> 0.278 Inexact Rounded\r
2419sqtx4397 squareroot 0.776 -> 0.881 Inexact Rounded\r
2420sqtx4398 squareroot 0.0776 -> 0.279 Inexact Rounded\r
2421sqtx4399 squareroot 0.777 -> 0.881 Inexact Rounded\r
2422sqtx4400 squareroot 0.0777 -> 0.279 Inexact Rounded\r
2423sqtx4401 squareroot 0.778 -> 0.882 Inexact Rounded\r
2424sqtx4402 squareroot 0.0778 -> 0.279 Inexact Rounded\r
2425sqtx4403 squareroot 0.779 -> 0.883 Inexact Rounded\r
2426sqtx4404 squareroot 0.0779 -> 0.279 Inexact Rounded\r
2427sqtx4405 squareroot 0.781 -> 0.884 Inexact Rounded\r
2428sqtx4406 squareroot 0.0781 -> 0.279 Inexact Rounded\r
2429sqtx4407 squareroot 0.782 -> 0.884 Inexact Rounded\r
2430sqtx4408 squareroot 0.0782 -> 0.280 Inexact Rounded\r
2431sqtx4409 squareroot 0.783 -> 0.885 Inexact Rounded\r
2432sqtx4410 squareroot 0.0783 -> 0.280 Inexact Rounded\r
2433sqtx4411 squareroot 0.784 -> 0.885 Inexact Rounded\r
2434sqtx4412 squareroot 0.0784 -> 0.28\r
2435sqtx4413 squareroot 0.785 -> 0.886 Inexact Rounded\r
2436sqtx4414 squareroot 0.0785 -> 0.280 Inexact Rounded\r
2437sqtx4415 squareroot 0.786 -> 0.887 Inexact Rounded\r
2438sqtx4416 squareroot 0.0786 -> 0.280 Inexact Rounded\r
2439sqtx4417 squareroot 0.787 -> 0.887 Inexact Rounded\r
2440sqtx4418 squareroot 0.0787 -> 0.281 Inexact Rounded\r
2441sqtx4419 squareroot 0.788 -> 0.888 Inexact Rounded\r
2442sqtx4420 squareroot 0.0788 -> 0.281 Inexact Rounded\r
2443sqtx4421 squareroot 0.789 -> 0.888 Inexact Rounded\r
2444sqtx4422 squareroot 0.0789 -> 0.281 Inexact Rounded\r
2445sqtx4423 squareroot 0.791 -> 0.889 Inexact Rounded\r
2446sqtx4424 squareroot 0.0791 -> 0.281 Inexact Rounded\r
2447sqtx4425 squareroot 0.792 -> 0.890 Inexact Rounded\r
2448sqtx4426 squareroot 0.0792 -> 0.281 Inexact Rounded\r
2449sqtx4427 squareroot 0.793 -> 0.891 Inexact Rounded\r
2450sqtx4428 squareroot 0.0793 -> 0.282 Inexact Rounded\r
2451sqtx4429 squareroot 0.794 -> 0.891 Inexact Rounded\r
2452sqtx4430 squareroot 0.0794 -> 0.282 Inexact Rounded\r
2453sqtx4431 squareroot 0.795 -> 0.892 Inexact Rounded\r
2454sqtx4432 squareroot 0.0795 -> 0.282 Inexact Rounded\r
2455sqtx4433 squareroot 0.796 -> 0.892 Inexact Rounded\r
2456sqtx4434 squareroot 0.0796 -> 0.282 Inexact Rounded\r
2457sqtx4435 squareroot 0.797 -> 0.893 Inexact Rounded\r
2458sqtx4436 squareroot 0.0797 -> 0.282 Inexact Rounded\r
2459sqtx4437 squareroot 0.798 -> 0.893 Inexact Rounded\r
2460sqtx4438 squareroot 0.0798 -> 0.282 Inexact Rounded\r
2461sqtx4439 squareroot 0.799 -> 0.894 Inexact Rounded\r
2462sqtx4440 squareroot 0.0799 -> 0.283 Inexact Rounded\r
2463sqtx4441 squareroot 0.801 -> 0.895 Inexact Rounded\r
2464sqtx4442 squareroot 0.0801 -> 0.283 Inexact Rounded\r
2465sqtx4443 squareroot 0.802 -> 0.896 Inexact Rounded\r
2466sqtx4444 squareroot 0.0802 -> 0.283 Inexact Rounded\r
2467sqtx4445 squareroot 0.803 -> 0.896 Inexact Rounded\r
2468sqtx4446 squareroot 0.0803 -> 0.283 Inexact Rounded\r
2469sqtx4447 squareroot 0.804 -> 0.897 Inexact Rounded\r
2470sqtx4448 squareroot 0.0804 -> 0.284 Inexact Rounded\r
2471sqtx4449 squareroot 0.805 -> 0.897 Inexact Rounded\r
2472sqtx4450 squareroot 0.0805 -> 0.284 Inexact Rounded\r
2473sqtx4451 squareroot 0.806 -> 0.898 Inexact Rounded\r
2474sqtx4452 squareroot 0.0806 -> 0.284 Inexact Rounded\r
2475sqtx4453 squareroot 0.807 -> 0.898 Inexact Rounded\r
2476sqtx4454 squareroot 0.0807 -> 0.284 Inexact Rounded\r
2477sqtx4455 squareroot 0.808 -> 0.899 Inexact Rounded\r
2478sqtx4456 squareroot 0.0808 -> 0.284 Inexact Rounded\r
2479sqtx4457 squareroot 0.809 -> 0.899 Inexact Rounded\r
2480sqtx4458 squareroot 0.0809 -> 0.284 Inexact Rounded\r
2481sqtx4459 squareroot 0.811 -> 0.901 Inexact Rounded\r
2482sqtx4460 squareroot 0.0811 -> 0.285 Inexact Rounded\r
2483sqtx4461 squareroot 0.812 -> 0.901 Inexact Rounded\r
2484sqtx4462 squareroot 0.0812 -> 0.285 Inexact Rounded\r
2485sqtx4463 squareroot 0.813 -> 0.902 Inexact Rounded\r
2486sqtx4464 squareroot 0.0813 -> 0.285 Inexact Rounded\r
2487sqtx4465 squareroot 0.814 -> 0.902 Inexact Rounded\r
2488sqtx4466 squareroot 0.0814 -> 0.285 Inexact Rounded\r
2489sqtx4467 squareroot 0.815 -> 0.903 Inexact Rounded\r
2490sqtx4468 squareroot 0.0815 -> 0.285 Inexact Rounded\r
2491sqtx4469 squareroot 0.816 -> 0.903 Inexact Rounded\r
2492sqtx4470 squareroot 0.0816 -> 0.286 Inexact Rounded\r
2493sqtx4471 squareroot 0.817 -> 0.904 Inexact Rounded\r
2494sqtx4472 squareroot 0.0817 -> 0.286 Inexact Rounded\r
2495sqtx4473 squareroot 0.818 -> 0.904 Inexact Rounded\r
2496sqtx4474 squareroot 0.0818 -> 0.286 Inexact Rounded\r
2497sqtx4475 squareroot 0.819 -> 0.905 Inexact Rounded\r
2498sqtx4476 squareroot 0.0819 -> 0.286 Inexact Rounded\r
2499sqtx4477 squareroot 0.821 -> 0.906 Inexact Rounded\r
2500sqtx4478 squareroot 0.0821 -> 0.287 Inexact Rounded\r
2501sqtx4479 squareroot 0.822 -> 0.907 Inexact Rounded\r
2502sqtx4480 squareroot 0.0822 -> 0.287 Inexact Rounded\r
2503sqtx4481 squareroot 0.823 -> 0.907 Inexact Rounded\r
2504sqtx4482 squareroot 0.0823 -> 0.287 Inexact Rounded\r
2505sqtx4483 squareroot 0.824 -> 0.908 Inexact Rounded\r
2506sqtx4484 squareroot 0.0824 -> 0.287 Inexact Rounded\r
2507sqtx4485 squareroot 0.825 -> 0.908 Inexact Rounded\r
2508sqtx4486 squareroot 0.0825 -> 0.287 Inexact Rounded\r
2509sqtx4487 squareroot 0.826 -> 0.909 Inexact Rounded\r
2510sqtx4488 squareroot 0.0826 -> 0.287 Inexact Rounded\r
2511sqtx4489 squareroot 0.827 -> 0.909 Inexact Rounded\r
2512sqtx4490 squareroot 0.0827 -> 0.288 Inexact Rounded\r
2513sqtx4491 squareroot 0.828 -> 0.910 Inexact Rounded\r
2514sqtx4492 squareroot 0.0828 -> 0.288 Inexact Rounded\r
2515sqtx4493 squareroot 0.829 -> 0.910 Inexact Rounded\r
2516sqtx4494 squareroot 0.0829 -> 0.288 Inexact Rounded\r
2517sqtx4495 squareroot 0.831 -> 0.912 Inexact Rounded\r
2518sqtx4496 squareroot 0.0831 -> 0.288 Inexact Rounded\r
2519sqtx4497 squareroot 0.832 -> 0.912 Inexact Rounded\r
2520sqtx4498 squareroot 0.0832 -> 0.288 Inexact Rounded\r
2521sqtx4499 squareroot 0.833 -> 0.913 Inexact Rounded\r
2522sqtx4500 squareroot 0.0833 -> 0.289 Inexact Rounded\r
2523sqtx4501 squareroot 0.834 -> 0.913 Inexact Rounded\r
2524sqtx4502 squareroot 0.0834 -> 0.289 Inexact Rounded\r
2525sqtx4503 squareroot 0.835 -> 0.914 Inexact Rounded\r
2526sqtx4504 squareroot 0.0835 -> 0.289 Inexact Rounded\r
2527sqtx4505 squareroot 0.836 -> 0.914 Inexact Rounded\r
2528sqtx4506 squareroot 0.0836 -> 0.289 Inexact Rounded\r
2529sqtx4507 squareroot 0.837 -> 0.915 Inexact Rounded\r
2530sqtx4508 squareroot 0.0837 -> 0.289 Inexact Rounded\r
2531sqtx4509 squareroot 0.838 -> 0.915 Inexact Rounded\r
2532sqtx4510 squareroot 0.0838 -> 0.289 Inexact Rounded\r
2533sqtx4511 squareroot 0.839 -> 0.916 Inexact Rounded\r
2534sqtx4512 squareroot 0.0839 -> 0.290 Inexact Rounded\r
2535sqtx4513 squareroot 0.841 -> 0.917 Inexact Rounded\r
2536sqtx4514 squareroot 0.0841 -> 0.29\r
2537sqtx4515 squareroot 0.842 -> 0.918 Inexact Rounded\r
2538sqtx4516 squareroot 0.0842 -> 0.290 Inexact Rounded\r
2539sqtx4517 squareroot 0.843 -> 0.918 Inexact Rounded\r
2540sqtx4518 squareroot 0.0843 -> 0.290 Inexact Rounded\r
2541sqtx4519 squareroot 0.844 -> 0.919 Inexact Rounded\r
2542sqtx4520 squareroot 0.0844 -> 0.291 Inexact Rounded\r
2543sqtx4521 squareroot 0.845 -> 0.919 Inexact Rounded\r
2544sqtx4522 squareroot 0.0845 -> 0.291 Inexact Rounded\r
2545sqtx4523 squareroot 0.846 -> 0.920 Inexact Rounded\r
2546sqtx4524 squareroot 0.0846 -> 0.291 Inexact Rounded\r
2547sqtx4525 squareroot 0.847 -> 0.920 Inexact Rounded\r
2548sqtx4526 squareroot 0.0847 -> 0.291 Inexact Rounded\r
2549sqtx4527 squareroot 0.848 -> 0.921 Inexact Rounded\r
2550sqtx4528 squareroot 0.0848 -> 0.291 Inexact Rounded\r
2551sqtx4529 squareroot 0.849 -> 0.921 Inexact Rounded\r
2552sqtx4530 squareroot 0.0849 -> 0.291 Inexact Rounded\r
2553sqtx4531 squareroot 0.851 -> 0.922 Inexact Rounded\r
2554sqtx4532 squareroot 0.0851 -> 0.292 Inexact Rounded\r
2555sqtx4533 squareroot 0.852 -> 0.923 Inexact Rounded\r
2556sqtx4534 squareroot 0.0852 -> 0.292 Inexact Rounded\r
2557sqtx4535 squareroot 0.853 -> 0.924 Inexact Rounded\r
2558sqtx4536 squareroot 0.0853 -> 0.292 Inexact Rounded\r
2559sqtx4537 squareroot 0.854 -> 0.924 Inexact Rounded\r
2560sqtx4538 squareroot 0.0854 -> 0.292 Inexact Rounded\r
2561sqtx4539 squareroot 0.855 -> 0.925 Inexact Rounded\r
2562sqtx4540 squareroot 0.0855 -> 0.292 Inexact Rounded\r
2563sqtx4541 squareroot 0.856 -> 0.925 Inexact Rounded\r
2564sqtx4542 squareroot 0.0856 -> 0.293 Inexact Rounded\r
2565sqtx4543 squareroot 0.857 -> 0.926 Inexact Rounded\r
2566sqtx4544 squareroot 0.0857 -> 0.293 Inexact Rounded\r
2567sqtx4545 squareroot 0.858 -> 0.926 Inexact Rounded\r
2568sqtx4546 squareroot 0.0858 -> 0.293 Inexact Rounded\r
2569sqtx4547 squareroot 0.859 -> 0.927 Inexact Rounded\r
2570sqtx4548 squareroot 0.0859 -> 0.293 Inexact Rounded\r
2571sqtx4549 squareroot 0.861 -> 0.928 Inexact Rounded\r
2572sqtx4550 squareroot 0.0861 -> 0.293 Inexact Rounded\r
2573sqtx4551 squareroot 0.862 -> 0.928 Inexact Rounded\r
2574sqtx4552 squareroot 0.0862 -> 0.294 Inexact Rounded\r
2575sqtx4553 squareroot 0.863 -> 0.929 Inexact Rounded\r
2576sqtx4554 squareroot 0.0863 -> 0.294 Inexact Rounded\r
2577sqtx4555 squareroot 0.864 -> 0.930 Inexact Rounded\r
2578sqtx4556 squareroot 0.0864 -> 0.294 Inexact Rounded\r
2579sqtx4557 squareroot 0.865 -> 0.930 Inexact Rounded\r
2580sqtx4558 squareroot 0.0865 -> 0.294 Inexact Rounded\r
2581sqtx4559 squareroot 0.866 -> 0.931 Inexact Rounded\r
2582sqtx4560 squareroot 0.0866 -> 0.294 Inexact Rounded\r
2583sqtx4561 squareroot 0.867 -> 0.931 Inexact Rounded\r
2584sqtx4562 squareroot 0.0867 -> 0.294 Inexact Rounded\r
2585sqtx4563 squareroot 0.868 -> 0.932 Inexact Rounded\r
2586sqtx4564 squareroot 0.0868 -> 0.295 Inexact Rounded\r
2587sqtx4565 squareroot 0.869 -> 0.932 Inexact Rounded\r
2588sqtx4566 squareroot 0.0869 -> 0.295 Inexact Rounded\r
2589sqtx4567 squareroot 0.871 -> 0.933 Inexact Rounded\r
2590sqtx4568 squareroot 0.0871 -> 0.295 Inexact Rounded\r
2591sqtx4569 squareroot 0.872 -> 0.934 Inexact Rounded\r
2592sqtx4570 squareroot 0.0872 -> 0.295 Inexact Rounded\r
2593sqtx4571 squareroot 0.873 -> 0.934 Inexact Rounded\r
2594sqtx4572 squareroot 0.0873 -> 0.295 Inexact Rounded\r
2595sqtx4573 squareroot 0.874 -> 0.935 Inexact Rounded\r
2596sqtx4574 squareroot 0.0874 -> 0.296 Inexact Rounded\r
2597sqtx4575 squareroot 0.875 -> 0.935 Inexact Rounded\r
2598sqtx4576 squareroot 0.0875 -> 0.296 Inexact Rounded\r
2599sqtx4577 squareroot 0.876 -> 0.936 Inexact Rounded\r
2600sqtx4578 squareroot 0.0876 -> 0.296 Inexact Rounded\r
2601sqtx4579 squareroot 0.877 -> 0.936 Inexact Rounded\r
2602sqtx4580 squareroot 0.0877 -> 0.296 Inexact Rounded\r
2603sqtx4581 squareroot 0.878 -> 0.937 Inexact Rounded\r
2604sqtx4582 squareroot 0.0878 -> 0.296 Inexact Rounded\r
2605sqtx4583 squareroot 0.879 -> 0.938 Inexact Rounded\r
2606sqtx4584 squareroot 0.0879 -> 0.296 Inexact Rounded\r
2607sqtx4585 squareroot 0.881 -> 0.939 Inexact Rounded\r
2608sqtx4586 squareroot 0.0881 -> 0.297 Inexact Rounded\r
2609sqtx4587 squareroot 0.882 -> 0.939 Inexact Rounded\r
2610sqtx4588 squareroot 0.0882 -> 0.297 Inexact Rounded\r
2611sqtx4589 squareroot 0.883 -> 0.940 Inexact Rounded\r
2612sqtx4590 squareroot 0.0883 -> 0.297 Inexact Rounded\r
2613sqtx4591 squareroot 0.884 -> 0.940 Inexact Rounded\r
2614sqtx4592 squareroot 0.0884 -> 0.297 Inexact Rounded\r
2615sqtx4593 squareroot 0.885 -> 0.941 Inexact Rounded\r
2616sqtx4594 squareroot 0.0885 -> 0.297 Inexact Rounded\r
2617sqtx4595 squareroot 0.886 -> 0.941 Inexact Rounded\r
2618sqtx4596 squareroot 0.0886 -> 0.298 Inexact Rounded\r
2619sqtx4597 squareroot 0.887 -> 0.942 Inexact Rounded\r
2620sqtx4598 squareroot 0.0887 -> 0.298 Inexact Rounded\r
2621sqtx4599 squareroot 0.888 -> 0.942 Inexact Rounded\r
2622sqtx4600 squareroot 0.0888 -> 0.298 Inexact Rounded\r
2623sqtx4601 squareroot 0.889 -> 0.943 Inexact Rounded\r
2624sqtx4602 squareroot 0.0889 -> 0.298 Inexact Rounded\r
2625sqtx4603 squareroot 0.891 -> 0.944 Inexact Rounded\r
2626sqtx4604 squareroot 0.0891 -> 0.298 Inexact Rounded\r
2627sqtx4605 squareroot 0.892 -> 0.944 Inexact Rounded\r
2628sqtx4606 squareroot 0.0892 -> 0.299 Inexact Rounded\r
2629sqtx4607 squareroot 0.893 -> 0.945 Inexact Rounded\r
2630sqtx4608 squareroot 0.0893 -> 0.299 Inexact Rounded\r
2631sqtx4609 squareroot 0.894 -> 0.946 Inexact Rounded\r
2632sqtx4610 squareroot 0.0894 -> 0.299 Inexact Rounded\r
2633sqtx4611 squareroot 0.895 -> 0.946 Inexact Rounded\r
2634sqtx4612 squareroot 0.0895 -> 0.299 Inexact Rounded\r
2635sqtx4613 squareroot 0.896 -> 0.947 Inexact Rounded\r
2636sqtx4614 squareroot 0.0896 -> 0.299 Inexact Rounded\r
2637sqtx4615 squareroot 0.897 -> 0.947 Inexact Rounded\r
2638sqtx4616 squareroot 0.0897 -> 0.299 Inexact Rounded\r
2639sqtx4617 squareroot 0.898 -> 0.948 Inexact Rounded\r
2640sqtx4618 squareroot 0.0898 -> 0.300 Inexact Rounded\r
2641sqtx4619 squareroot 0.899 -> 0.948 Inexact Rounded\r
2642sqtx4620 squareroot 0.0899 -> 0.300 Inexact Rounded\r
2643sqtx4621 squareroot 0.901 -> 0.949 Inexact Rounded\r
2644sqtx4622 squareroot 0.0901 -> 0.300 Inexact Rounded\r
2645sqtx4623 squareroot 0.902 -> 0.950 Inexact Rounded\r
2646sqtx4624 squareroot 0.0902 -> 0.300 Inexact Rounded\r
2647sqtx4625 squareroot 0.903 -> 0.950 Inexact Rounded\r
2648sqtx4626 squareroot 0.0903 -> 0.300 Inexact Rounded\r
2649sqtx4627 squareroot 0.904 -> 0.951 Inexact Rounded\r
2650sqtx4628 squareroot 0.0904 -> 0.301 Inexact Rounded\r
2651sqtx4629 squareroot 0.905 -> 0.951 Inexact Rounded\r
2652sqtx4630 squareroot 0.0905 -> 0.301 Inexact Rounded\r
2653sqtx4631 squareroot 0.906 -> 0.952 Inexact Rounded\r
2654sqtx4632 squareroot 0.0906 -> 0.301 Inexact Rounded\r
2655sqtx4633 squareroot 0.907 -> 0.952 Inexact Rounded\r
2656sqtx4634 squareroot 0.0907 -> 0.301 Inexact Rounded\r
2657sqtx4635 squareroot 0.908 -> 0.953 Inexact Rounded\r
2658sqtx4636 squareroot 0.0908 -> 0.301 Inexact Rounded\r
2659sqtx4637 squareroot 0.909 -> 0.953 Inexact Rounded\r
2660sqtx4638 squareroot 0.0909 -> 0.301 Inexact Rounded\r
2661sqtx4639 squareroot 0.911 -> 0.954 Inexact Rounded\r
2662sqtx4640 squareroot 0.0911 -> 0.302 Inexact Rounded\r
2663sqtx4641 squareroot 0.912 -> 0.955 Inexact Rounded\r
2664sqtx4642 squareroot 0.0912 -> 0.302 Inexact Rounded\r
2665sqtx4643 squareroot 0.913 -> 0.956 Inexact Rounded\r
2666sqtx4644 squareroot 0.0913 -> 0.302 Inexact Rounded\r
2667sqtx4645 squareroot 0.914 -> 0.956 Inexact Rounded\r
2668sqtx4646 squareroot 0.0914 -> 0.302 Inexact Rounded\r
2669sqtx4647 squareroot 0.915 -> 0.957 Inexact Rounded\r
2670sqtx4648 squareroot 0.0915 -> 0.302 Inexact Rounded\r
2671sqtx4649 squareroot 0.916 -> 0.957 Inexact Rounded\r
2672sqtx4650 squareroot 0.0916 -> 0.303 Inexact Rounded\r
2673sqtx4651 squareroot 0.917 -> 0.958 Inexact Rounded\r
2674sqtx4652 squareroot 0.0917 -> 0.303 Inexact Rounded\r
2675sqtx4653 squareroot 0.918 -> 0.958 Inexact Rounded\r
2676sqtx4654 squareroot 0.0918 -> 0.303 Inexact Rounded\r
2677sqtx4655 squareroot 0.919 -> 0.959 Inexact Rounded\r
2678sqtx4656 squareroot 0.0919 -> 0.303 Inexact Rounded\r
2679sqtx4657 squareroot 0.921 -> 0.960 Inexact Rounded\r
2680sqtx4658 squareroot 0.0921 -> 0.303 Inexact Rounded\r
2681sqtx4659 squareroot 0.922 -> 0.960 Inexact Rounded\r
2682sqtx4660 squareroot 0.0922 -> 0.304 Inexact Rounded\r
2683sqtx4661 squareroot 0.923 -> 0.961 Inexact Rounded\r
2684sqtx4662 squareroot 0.0923 -> 0.304 Inexact Rounded\r
2685sqtx4663 squareroot 0.924 -> 0.961 Inexact Rounded\r
2686sqtx4664 squareroot 0.0924 -> 0.304 Inexact Rounded\r
2687sqtx4665 squareroot 0.925 -> 0.962 Inexact Rounded\r
2688sqtx4666 squareroot 0.0925 -> 0.304 Inexact Rounded\r
2689sqtx4667 squareroot 0.926 -> 0.962 Inexact Rounded\r
2690sqtx4668 squareroot 0.0926 -> 0.304 Inexact Rounded\r
2691sqtx4669 squareroot 0.927 -> 0.963 Inexact Rounded\r
2692sqtx4670 squareroot 0.0927 -> 0.304 Inexact Rounded\r
2693sqtx4671 squareroot 0.928 -> 0.963 Inexact Rounded\r
2694sqtx4672 squareroot 0.0928 -> 0.305 Inexact Rounded\r
2695sqtx4673 squareroot 0.929 -> 0.964 Inexact Rounded\r
2696sqtx4674 squareroot 0.0929 -> 0.305 Inexact Rounded\r
2697sqtx4675 squareroot 0.931 -> 0.965 Inexact Rounded\r
2698sqtx4676 squareroot 0.0931 -> 0.305 Inexact Rounded\r
2699sqtx4677 squareroot 0.932 -> 0.965 Inexact Rounded\r
2700sqtx4678 squareroot 0.0932 -> 0.305 Inexact Rounded\r
2701sqtx4679 squareroot 0.933 -> 0.966 Inexact Rounded\r
2702sqtx4680 squareroot 0.0933 -> 0.305 Inexact Rounded\r
2703sqtx4681 squareroot 0.934 -> 0.966 Inexact Rounded\r
2704sqtx4682 squareroot 0.0934 -> 0.306 Inexact Rounded\r
2705sqtx4683 squareroot 0.935 -> 0.967 Inexact Rounded\r
2706sqtx4684 squareroot 0.0935 -> 0.306 Inexact Rounded\r
2707sqtx4685 squareroot 0.936 -> 0.967 Inexact Rounded\r
2708sqtx4686 squareroot 0.0936 -> 0.306 Inexact Rounded\r
2709sqtx4687 squareroot 0.937 -> 0.968 Inexact Rounded\r
2710sqtx4688 squareroot 0.0937 -> 0.306 Inexact Rounded\r
2711sqtx4689 squareroot 0.938 -> 0.969 Inexact Rounded\r
2712sqtx4690 squareroot 0.0938 -> 0.306 Inexact Rounded\r
2713sqtx4691 squareroot 0.939 -> 0.969 Inexact Rounded\r
2714sqtx4692 squareroot 0.0939 -> 0.306 Inexact Rounded\r
2715sqtx4693 squareroot 0.941 -> 0.970 Inexact Rounded\r
2716sqtx4694 squareroot 0.0941 -> 0.307 Inexact Rounded\r
2717sqtx4695 squareroot 0.942 -> 0.971 Inexact Rounded\r
2718sqtx4696 squareroot 0.0942 -> 0.307 Inexact Rounded\r
2719sqtx4697 squareroot 0.943 -> 0.971 Inexact Rounded\r
2720sqtx4698 squareroot 0.0943 -> 0.307 Inexact Rounded\r
2721sqtx4699 squareroot 0.944 -> 0.972 Inexact Rounded\r
2722sqtx4700 squareroot 0.0944 -> 0.307 Inexact Rounded\r
2723sqtx4701 squareroot 0.945 -> 0.972 Inexact Rounded\r
2724sqtx4702 squareroot 0.0945 -> 0.307 Inexact Rounded\r
2725sqtx4703 squareroot 0.946 -> 0.973 Inexact Rounded\r
2726sqtx4704 squareroot 0.0946 -> 0.308 Inexact Rounded\r
2727sqtx4705 squareroot 0.947 -> 0.973 Inexact Rounded\r
2728sqtx4706 squareroot 0.0947 -> 0.308 Inexact Rounded\r
2729sqtx4707 squareroot 0.948 -> 0.974 Inexact Rounded\r
2730sqtx4708 squareroot 0.0948 -> 0.308 Inexact Rounded\r
2731sqtx4709 squareroot 0.949 -> 0.974 Inexact Rounded\r
2732sqtx4710 squareroot 0.0949 -> 0.308 Inexact Rounded\r
2733sqtx4711 squareroot 0.951 -> 0.975 Inexact Rounded\r
2734sqtx4712 squareroot 0.0951 -> 0.308 Inexact Rounded\r
2735sqtx4713 squareroot 0.952 -> 0.976 Inexact Rounded\r
2736sqtx4714 squareroot 0.0952 -> 0.309 Inexact Rounded\r
2737sqtx4715 squareroot 0.953 -> 0.976 Inexact Rounded\r
2738sqtx4716 squareroot 0.0953 -> 0.309 Inexact Rounded\r
2739sqtx4717 squareroot 0.954 -> 0.977 Inexact Rounded\r
2740sqtx4718 squareroot 0.0954 -> 0.309 Inexact Rounded\r
2741sqtx4719 squareroot 0.955 -> 0.977 Inexact Rounded\r
2742sqtx4720 squareroot 0.0955 -> 0.309 Inexact Rounded\r
2743sqtx4721 squareroot 0.956 -> 0.978 Inexact Rounded\r
2744sqtx4722 squareroot 0.0956 -> 0.309 Inexact Rounded\r
2745sqtx4723 squareroot 0.957 -> 0.978 Inexact Rounded\r
2746sqtx4724 squareroot 0.0957 -> 0.309 Inexact Rounded\r
2747sqtx4725 squareroot 0.958 -> 0.979 Inexact Rounded\r
2748sqtx4726 squareroot 0.0958 -> 0.310 Inexact Rounded\r
2749sqtx4727 squareroot 0.959 -> 0.979 Inexact Rounded\r
2750sqtx4728 squareroot 0.0959 -> 0.310 Inexact Rounded\r
2751sqtx4729 squareroot 0.961 -> 0.980 Inexact Rounded\r
2752sqtx4730 squareroot 0.0961 -> 0.31\r
2753sqtx4731 squareroot 0.962 -> 0.981 Inexact Rounded\r
2754sqtx4732 squareroot 0.0962 -> 0.310 Inexact Rounded\r
2755sqtx4733 squareroot 0.963 -> 0.981 Inexact Rounded\r
2756sqtx4734 squareroot 0.0963 -> 0.310 Inexact Rounded\r
2757sqtx4735 squareroot 0.964 -> 0.982 Inexact Rounded\r
2758sqtx4736 squareroot 0.0964 -> 0.310 Inexact Rounded\r
2759sqtx4737 squareroot 0.965 -> 0.982 Inexact Rounded\r
2760sqtx4738 squareroot 0.0965 -> 0.311 Inexact Rounded\r
2761sqtx4739 squareroot 0.966 -> 0.983 Inexact Rounded\r
2762sqtx4740 squareroot 0.0966 -> 0.311 Inexact Rounded\r
2763sqtx4741 squareroot 0.967 -> 0.983 Inexact Rounded\r
2764sqtx4742 squareroot 0.0967 -> 0.311 Inexact Rounded\r
2765sqtx4743 squareroot 0.968 -> 0.984 Inexact Rounded\r
2766sqtx4744 squareroot 0.0968 -> 0.311 Inexact Rounded\r
2767sqtx4745 squareroot 0.969 -> 0.984 Inexact Rounded\r
2768sqtx4746 squareroot 0.0969 -> 0.311 Inexact Rounded\r
2769sqtx4747 squareroot 0.971 -> 0.985 Inexact Rounded\r
2770sqtx4748 squareroot 0.0971 -> 0.312 Inexact Rounded\r
2771sqtx4749 squareroot 0.972 -> 0.986 Inexact Rounded\r
2772sqtx4750 squareroot 0.0972 -> 0.312 Inexact Rounded\r
2773sqtx4751 squareroot 0.973 -> 0.986 Inexact Rounded\r
2774sqtx4752 squareroot 0.0973 -> 0.312 Inexact Rounded\r
2775sqtx4753 squareroot 0.974 -> 0.987 Inexact Rounded\r
2776sqtx4754 squareroot 0.0974 -> 0.312 Inexact Rounded\r
2777sqtx4755 squareroot 0.975 -> 0.987 Inexact Rounded\r
2778sqtx4756 squareroot 0.0975 -> 0.312 Inexact Rounded\r
2779sqtx4757 squareroot 0.976 -> 0.988 Inexact Rounded\r
2780sqtx4758 squareroot 0.0976 -> 0.312 Inexact Rounded\r
2781sqtx4759 squareroot 0.977 -> 0.988 Inexact Rounded\r
2782sqtx4760 squareroot 0.0977 -> 0.313 Inexact Rounded\r
2783sqtx4761 squareroot 0.978 -> 0.989 Inexact Rounded\r
2784sqtx4762 squareroot 0.0978 -> 0.313 Inexact Rounded\r
2785sqtx4763 squareroot 0.979 -> 0.989 Inexact Rounded\r
2786sqtx4764 squareroot 0.0979 -> 0.313 Inexact Rounded\r
2787sqtx4765 squareroot 0.981 -> 0.990 Inexact Rounded\r
2788sqtx4766 squareroot 0.0981 -> 0.313 Inexact Rounded\r
2789sqtx4767 squareroot 0.982 -> 0.991 Inexact Rounded\r
2790sqtx4768 squareroot 0.0982 -> 0.313 Inexact Rounded\r
2791sqtx4769 squareroot 0.983 -> 0.991 Inexact Rounded\r
2792sqtx4770 squareroot 0.0983 -> 0.314 Inexact Rounded\r
2793sqtx4771 squareroot 0.984 -> 0.992 Inexact Rounded\r
2794sqtx4772 squareroot 0.0984 -> 0.314 Inexact Rounded\r
2795sqtx4773 squareroot 0.985 -> 0.992 Inexact Rounded\r
2796sqtx4774 squareroot 0.0985 -> 0.314 Inexact Rounded\r
2797sqtx4775 squareroot 0.986 -> 0.993 Inexact Rounded\r
2798sqtx4776 squareroot 0.0986 -> 0.314 Inexact Rounded\r
2799sqtx4777 squareroot 0.987 -> 0.993 Inexact Rounded\r
2800sqtx4778 squareroot 0.0987 -> 0.314 Inexact Rounded\r
2801sqtx4779 squareroot 0.988 -> 0.994 Inexact Rounded\r
2802sqtx4780 squareroot 0.0988 -> 0.314 Inexact Rounded\r
2803sqtx4781 squareroot 0.989 -> 0.994 Inexact Rounded\r
2804sqtx4782 squareroot 0.0989 -> 0.314 Inexact Rounded\r
2805sqtx4783 squareroot 0.991 -> 0.995 Inexact Rounded\r
2806sqtx4784 squareroot 0.0991 -> 0.315 Inexact Rounded\r
2807sqtx4785 squareroot 0.992 -> 0.996 Inexact Rounded\r
2808sqtx4786 squareroot 0.0992 -> 0.315 Inexact Rounded\r
2809sqtx4787 squareroot 0.993 -> 0.996 Inexact Rounded\r
2810sqtx4788 squareroot 0.0993 -> 0.315 Inexact Rounded\r
2811sqtx4789 squareroot 0.994 -> 0.997 Inexact Rounded\r
2812sqtx4790 squareroot 0.0994 -> 0.315 Inexact Rounded\r
2813sqtx4791 squareroot 0.995 -> 0.997 Inexact Rounded\r
2814sqtx4792 squareroot 0.0995 -> 0.315 Inexact Rounded\r
2815sqtx4793 squareroot 0.996 -> 0.998 Inexact Rounded\r
2816sqtx4794 squareroot 0.0996 -> 0.316 Inexact Rounded\r
2817sqtx4795 squareroot 0.997 -> 0.998 Inexact Rounded\r
2818sqtx4796 squareroot 0.0997 -> 0.316 Inexact Rounded\r
2819sqtx4797 squareroot 0.998 -> 0.999 Inexact Rounded\r
2820sqtx4798 squareroot 0.0998 -> 0.316 Inexact Rounded\r
2821sqtx4799 squareroot 0.999 -> 0.999 Inexact Rounded\r
2822sqtx4800 squareroot 0.0999 -> 0.316 Inexact Rounded\r
2823\r
2824-- A group of precision 4 tests where Hull & Abrham adjustments are\r
2825-- needed in some cases (both up and down) [see Hull1985b]\r
2826rounding: half_even\r
2827maxExponent: 999\r
2828minexponent: -999\r
2829precision: 4\r
2830sqtx5001 squareroot 0.0118 -> 0.1086 Inexact Rounded\r
2831sqtx5002 squareroot 0.119 -> 0.3450 Inexact Rounded\r
2832sqtx5003 squareroot 0.0119 -> 0.1091 Inexact Rounded\r
2833sqtx5004 squareroot 0.121 -> 0.3479 Inexact Rounded\r
2834sqtx5005 squareroot 0.0121 -> 0.11\r
2835sqtx5006 squareroot 0.122 -> 0.3493 Inexact Rounded\r
2836sqtx5007 squareroot 0.0122 -> 0.1105 Inexact Rounded\r
2837sqtx5008 squareroot 0.123 -> 0.3507 Inexact Rounded\r
2838sqtx5009 squareroot 0.494 -> 0.7029 Inexact Rounded\r
2839sqtx5010 squareroot 0.0669 -> 0.2587 Inexact Rounded\r
2840sqtx5011 squareroot 0.9558 -> 0.9777 Inexact Rounded\r
2841sqtx5012 squareroot 0.9348 -> 0.9669 Inexact Rounded\r
2842sqtx5013 squareroot 0.9345 -> 0.9667 Inexact Rounded\r
2843sqtx5014 squareroot 0.09345 -> 0.3057 Inexact Rounded\r
2844sqtx5015 squareroot 0.9346 -> 0.9667 Inexact Rounded\r
2845sqtx5016 squareroot 0.09346 -> 0.3057 Inexact Rounded\r
2846sqtx5017 squareroot 0.9347 -> 0.9668 Inexact Rounded\r
2847\r
2848-- examples from decArith\r
2849precision: 9\r
2850sqtx700 squareroot 0 -> '0'\r
2851sqtx701 squareroot -0 -> '-0'\r
2852sqtx702 squareroot 0.39 -> 0.624499800 Inexact Rounded\r
2853sqtx703 squareroot 100 -> '10'\r
2854sqtx704 squareroot 1.00 -> '1.0'\r
2855sqtx705 squareroot 7 -> '2.64575131' Inexact Rounded\r
2856sqtx706 squareroot 10 -> 3.16227766 Inexact Rounded\r
2857\r
2858-- some one-offs\r
2859precision: 9\r
2860sqtx711 squareroot 0.1 -> 0.316227766 Inexact Rounded\r
2861sqtx712 squareroot 0.2 -> 0.447213595 Inexact Rounded\r
2862sqtx713 squareroot 0.3 -> 0.547722558 Inexact Rounded\r
2863sqtx714 squareroot 0.4 -> 0.632455532 Inexact Rounded\r
2864sqtx715 squareroot 0.5 -> 0.707106781 Inexact Rounded\r
2865sqtx716 squareroot 0.6 -> 0.774596669 Inexact Rounded\r
2866sqtx717 squareroot 0.7 -> 0.836660027 Inexact Rounded\r
2867sqtx718 squareroot 0.8 -> 0.894427191 Inexact Rounded\r
2868sqtx719 squareroot 0.9 -> 0.948683298 Inexact Rounded\r
2869precision: 10 -- note no normalizatoin here\r
2870sqtx720 squareroot +0.1 -> 0.3162277660 Inexact Rounded\r
2871precision: 11\r
2872sqtx721 squareroot +0.1 -> 0.31622776602 Inexact Rounded\r
2873precision: 12\r
2874sqtx722 squareroot +0.1 -> 0.316227766017 Inexact Rounded\r
2875precision: 9\r
2876sqtx723 squareroot 0.39 -> 0.624499800 Inexact Rounded\r
2877precision: 15\r
2878sqtx724 squareroot 0.39 -> 0.624499799839840 Inexact Rounded\r
2879\r
2880-- discussion cases\r
2881precision: 7\r
2882sqtx731 squareroot 9 -> 3\r
2883sqtx732 squareroot 100 -> 10\r
2884sqtx733 squareroot 123 -> 11.09054 Inexact Rounded\r
2885sqtx734 squareroot 144 -> 12\r
2886sqtx735 squareroot 156 -> 12.49000 Inexact Rounded\r
2887sqtx736 squareroot 10000 -> 100\r
2888\r
2889-- values close to overflow (if there were input rounding)\r
2890maxexponent: 99\r
2891minexponent: -99\r
2892precision: 5\r
2893sqtx760 squareroot 9.9997E+99 -> 9.9998E+49 Inexact Rounded\r
2894sqtx761 squareroot 9.9998E+99 -> 9.9999E+49 Inexact Rounded\r
2895sqtx762 squareroot 9.9999E+99 -> 9.9999E+49 Inexact Rounded\r
2896sqtx763 squareroot 9.99991E+99 -> 1.0000E+50 Inexact Rounded\r
2897sqtx764 squareroot 9.99994E+99 -> 1.0000E+50 Inexact Rounded\r
2898sqtx765 squareroot 9.99995E+99 -> 1.0000E+50 Inexact Rounded\r
2899sqtx766 squareroot 9.99999E+99 -> 1.0000E+50 Inexact Rounded\r
2900precision: 9\r
2901sqtx770 squareroot 9.9997E+99 -> 9.99985000E+49 Inexact Rounded\r
2902sqtx771 squareroot 9.9998E+99 -> 9.99990000E+49 Inexact Rounded\r
2903sqtx772 squareroot 9.9999E+99 -> 9.99995000E+49 Inexact Rounded\r
2904sqtx773 squareroot 9.99991E+99 -> 9.99995500E+49 Inexact Rounded\r
2905sqtx774 squareroot 9.99994E+99 -> 9.99997000E+49 Inexact Rounded\r
2906sqtx775 squareroot 9.99995E+99 -> 9.99997500E+49 Inexact Rounded\r
2907sqtx776 squareroot 9.99999E+99 -> 9.99999500E+49 Inexact Rounded\r
2908precision: 20\r
2909sqtx780 squareroot 9.9997E+99 -> '9.9998499988749831247E+49' Inexact Rounded\r
2910sqtx781 squareroot 9.9998E+99 -> '9.9998999994999949999E+49' Inexact Rounded\r
2911sqtx782 squareroot 9.9999E+99 -> '9.9999499998749993750E+49' Inexact Rounded\r
2912sqtx783 squareroot 9.99991E+99 -> '9.9999549998987495444E+49' Inexact Rounded\r
2913sqtx784 squareroot 9.99994E+99 -> '9.9999699999549998650E+49' Inexact Rounded\r
2914sqtx785 squareroot 9.99995E+99 -> '9.9999749999687499219E+49' Inexact Rounded\r
2915sqtx786 squareroot 9.99999E+99 -> '9.9999949999987499994E+49' Inexact Rounded\r
2916\r
2917-- subnormals and underflows [these can only result when eMax is < digits+1]\r
2918-- Etiny = -(Emax + (precision-1))\r
2919-- start with subnormal operands and normal results\r
2920maxexponent: 9\r
2921minexponent: -9\r
2922precision: 9 -- Etiny=-17\r
2923sqtx800 squareroot 1E-17 -> 3.16227766E-9 Inexact Rounded\r
2924sqtx801 squareroot 10E-17 -> 1.0E-8\r
2925precision: 10 -- Etiny=-18\r
2926sqtx802 squareroot 10E-18 -> 3.162277660E-9 Inexact Rounded\r
2927sqtx803 squareroot 1E-18 -> 1E-9\r
2928\r
2929precision: 11 -- Etiny=-19\r
2930sqtx804 squareroot 1E-19 -> 3.162277660E-10 Underflow Subnormal Inexact Rounded\r
2931sqtx805 squareroot 10E-19 -> 1.0E-9 -- exact\r
2932precision: 12 -- Etiny=-20\r
2933sqtx806 squareroot 10E-20 -> 3.1622776602E-10 Underflow Subnormal Inexact Rounded\r
2934sqtx807 squareroot 1E-20 -> 1E-10 Subnormal -- exact Subnormal case\r
2935\r
2936precision: 13 -- Etiny=-21\r
2937sqtx808 squareroot 1E-21 -> 3.1622776602E-11 Underflow Subnormal Inexact Rounded\r
2938sqtx809 squareroot 10E-21 -> 1.0E-10 Subnormal -- exact Subnormal case\r
2939precision: 14 -- Etiny=-22\r
2940sqtx810 squareroot 1E-21 -> 3.16227766017E-11 Underflow Subnormal Inexact Rounded\r
2941sqtx811 squareroot 10E-22 -> 3.16227766017E-11 Underflow Subnormal Inexact Rounded\r
2942sqtx812 squareroot 1E-22 -> 1E-11 Subnormal -- exact Subnormal case\r
2943\r
2944-- Not enough digits?\r
2945precision: 16\r
2946maxExponent: 384\r
2947minExponent: -383\r
2948rounding: half_even\r
2949sqtx815 squareroot 1.0000000001000000E-78 -> 1.000000000050000E-39 Inexact Rounded\r
2950-- 1 234567890123456\r
2951\r
2952-- special values\r
2953maxexponent: 999\r
2954minexponent: -999\r
2955sqtx820 squareroot Inf -> Infinity\r
2956sqtx821 squareroot -Inf -> NaN Invalid_operation\r
2957sqtx822 squareroot NaN -> NaN\r
2958sqtx823 squareroot sNaN -> NaN Invalid_operation\r
2959-- propagating NaNs\r
2960sqtx824 squareroot sNaN123 -> NaN123 Invalid_operation\r
2961sqtx825 squareroot -sNaN321 -> -NaN321 Invalid_operation\r
2962sqtx826 squareroot NaN456 -> NaN456\r
2963sqtx827 squareroot -NaN654 -> -NaN654\r
2964sqtx828 squareroot NaN1 -> NaN1\r
2965\r
2966-- payload decapitate\r
2967precision: 5\r
2968sqtx840 squareroot -sNaN1234567890 -> -NaN67890 Invalid_operation\r
2969\r
2970------------------------------------------------------------------------\r
2971--\r
2972-- Special thanks to Mark Dickinson for tests in the range 8000-8999.\r
2973--\r
2974-- Extra tests for the square root function, dealing with a variety of\r
2975-- corner cases. In particular, these tests concentrate on\r
2976-- (1) cases where the input precision exceeds the context precision, and\r
2977-- (2) cases where the input exponent is outside the current context,\r
2978-- and in particular when the result is subnormal\r
2979--\r
2980-- maxexponent and minexponent are set to 9 and -9 for most of these\r
2981-- cases; only the precision changes. The rounding also does not\r
2982-- change, because it is ignored for this operation.\r
2983maxexponent: 9\r
2984minexponent: -9\r
2985\r
2986-- exact results, input precision > context precision\r
2987precision: 1\r
2988sqtx8000 squareroot 0 -> 0\r
2989sqtx8001 squareroot 1 -> 1\r
2990sqtx8002 squareroot 4 -> 2\r
2991sqtx8003 squareroot 9 -> 3\r
2992sqtx8004 squareroot 16 -> 4\r
2993sqtx8005 squareroot 25 -> 5\r
2994sqtx8006 squareroot 36 -> 6\r
2995sqtx8007 squareroot 49 -> 7\r
2996sqtx8008 squareroot 64 -> 8\r
2997sqtx8009 squareroot 81 -> 9\r
2998sqtx8010 squareroot 100 -> 1E+1 Rounded\r
2999sqtx8011 squareroot 121 -> 1E+1 Inexact Rounded\r
3000\r
3001precision: 2\r
3002sqtx8012 squareroot 0 -> 0\r
3003sqtx8013 squareroot 1 -> 1\r
3004sqtx8014 squareroot 4 -> 2\r
3005sqtx8015 squareroot 9 -> 3\r
3006sqtx8016 squareroot 16 -> 4\r
3007sqtx8017 squareroot 25 -> 5\r
3008sqtx8018 squareroot 36 -> 6\r
3009sqtx8019 squareroot 49 -> 7\r
3010sqtx8020 squareroot 64 -> 8\r
3011sqtx8021 squareroot 81 -> 9\r
3012sqtx8022 squareroot 100 -> 10\r
3013sqtx8023 squareroot 121 -> 11\r
3014sqtx8024 squareroot 144 -> 12\r
3015sqtx8025 squareroot 169 -> 13\r
3016sqtx8026 squareroot 196 -> 14\r
3017sqtx8027 squareroot 225 -> 15\r
3018sqtx8028 squareroot 256 -> 16\r
3019sqtx8029 squareroot 289 -> 17\r
3020sqtx8030 squareroot 324 -> 18\r
3021sqtx8031 squareroot 361 -> 19\r
3022sqtx8032 squareroot 400 -> 20\r
3023sqtx8033 squareroot 441 -> 21\r
3024sqtx8034 squareroot 484 -> 22\r
3025sqtx8035 squareroot 529 -> 23\r
3026sqtx8036 squareroot 576 -> 24\r
3027sqtx8037 squareroot 625 -> 25\r
3028sqtx8038 squareroot 676 -> 26\r
3029sqtx8039 squareroot 729 -> 27\r
3030sqtx8040 squareroot 784 -> 28\r
3031sqtx8041 squareroot 841 -> 29\r
3032sqtx8042 squareroot 900 -> 30\r
3033sqtx8043 squareroot 961 -> 31\r
3034sqtx8044 squareroot 1024 -> 32\r
3035sqtx8045 squareroot 1089 -> 33\r
3036sqtx8046 squareroot 1156 -> 34\r
3037sqtx8047 squareroot 1225 -> 35\r
3038sqtx8048 squareroot 1296 -> 36\r
3039sqtx8049 squareroot 1369 -> 37\r
3040sqtx8050 squareroot 1444 -> 38\r
3041sqtx8051 squareroot 1521 -> 39\r
3042sqtx8052 squareroot 1600 -> 40\r
3043sqtx8053 squareroot 1681 -> 41\r
3044sqtx8054 squareroot 1764 -> 42\r
3045sqtx8055 squareroot 1849 -> 43\r
3046sqtx8056 squareroot 1936 -> 44\r
3047sqtx8057 squareroot 2025 -> 45\r
3048sqtx8058 squareroot 2116 -> 46\r
3049sqtx8059 squareroot 2209 -> 47\r
3050sqtx8060 squareroot 2304 -> 48\r
3051sqtx8061 squareroot 2401 -> 49\r
3052sqtx8062 squareroot 2500 -> 50\r
3053sqtx8063 squareroot 2601 -> 51\r
3054sqtx8064 squareroot 2704 -> 52\r
3055sqtx8065 squareroot 2809 -> 53\r
3056sqtx8066 squareroot 2916 -> 54\r
3057sqtx8067 squareroot 3025 -> 55\r
3058sqtx8068 squareroot 3136 -> 56\r
3059sqtx8069 squareroot 3249 -> 57\r
3060sqtx8070 squareroot 3364 -> 58\r
3061sqtx8071 squareroot 3481 -> 59\r
3062sqtx8072 squareroot 3600 -> 60\r
3063sqtx8073 squareroot 3721 -> 61\r
3064sqtx8074 squareroot 3844 -> 62\r
3065sqtx8075 squareroot 3969 -> 63\r
3066sqtx8076 squareroot 4096 -> 64\r
3067sqtx8077 squareroot 4225 -> 65\r
3068sqtx8078 squareroot 4356 -> 66\r
3069sqtx8079 squareroot 4489 -> 67\r
3070sqtx8080 squareroot 4624 -> 68\r
3071sqtx8081 squareroot 4761 -> 69\r
3072sqtx8082 squareroot 4900 -> 70\r
3073sqtx8083 squareroot 5041 -> 71\r
3074sqtx8084 squareroot 5184 -> 72\r
3075sqtx8085 squareroot 5329 -> 73\r
3076sqtx8086 squareroot 5476 -> 74\r
3077sqtx8087 squareroot 5625 -> 75\r
3078sqtx8088 squareroot 5776 -> 76\r
3079sqtx8089 squareroot 5929 -> 77\r
3080sqtx8090 squareroot 6084 -> 78\r
3081sqtx8091 squareroot 6241 -> 79\r
3082sqtx8092 squareroot 6400 -> 80\r
3083sqtx8093 squareroot 6561 -> 81\r
3084sqtx8094 squareroot 6724 -> 82\r
3085sqtx8095 squareroot 6889 -> 83\r
3086sqtx8096 squareroot 7056 -> 84\r
3087sqtx8097 squareroot 7225 -> 85\r
3088sqtx8098 squareroot 7396 -> 86\r
3089sqtx8099 squareroot 7569 -> 87\r
3090sqtx8100 squareroot 7744 -> 88\r
3091sqtx8101 squareroot 7921 -> 89\r
3092sqtx8102 squareroot 8100 -> 90\r
3093sqtx8103 squareroot 8281 -> 91\r
3094sqtx8104 squareroot 8464 -> 92\r
3095sqtx8105 squareroot 8649 -> 93\r
3096sqtx8106 squareroot 8836 -> 94\r
3097sqtx8107 squareroot 9025 -> 95\r
3098sqtx8108 squareroot 9216 -> 96\r
3099sqtx8109 squareroot 9409 -> 97\r
3100sqtx8110 squareroot 9604 -> 98\r
3101sqtx8111 squareroot 9801 -> 99\r
3102sqtx8112 squareroot 10000 -> 1.0E+2 Rounded\r
3103sqtx8113 squareroot 10201 -> 1.0E+2 Inexact Rounded\r
3104\r
3105precision: 3\r
3106sqtx8114 squareroot 841 -> 29\r
3107sqtx8115 squareroot 1600 -> 40\r
3108sqtx8116 squareroot 2209 -> 47\r
3109sqtx8117 squareroot 9604 -> 98\r
3110sqtx8118 squareroot 21316 -> 146\r
3111sqtx8119 squareroot 52441 -> 229\r
3112sqtx8120 squareroot 68644 -> 262\r
3113sqtx8121 squareroot 69696 -> 264\r
3114sqtx8122 squareroot 70225 -> 265\r
3115sqtx8123 squareroot 76729 -> 277\r
3116sqtx8124 squareroot 130321 -> 361\r
3117sqtx8125 squareroot 171396 -> 414\r
3118sqtx8126 squareroot 270400 -> 520\r
3119sqtx8127 squareroot 279841 -> 529\r
3120sqtx8128 squareroot 407044 -> 638\r
3121sqtx8129 squareroot 408321 -> 639\r
3122sqtx8130 squareroot 480249 -> 693\r
3123sqtx8131 squareroot 516961 -> 719\r
3124sqtx8132 squareroot 692224 -> 832\r
3125sqtx8133 squareroot 829921 -> 911\r
3126\r
3127-- selection of random exact results\r
3128precision: 6\r
3129sqtx8134 squareroot 2.25E-12 -> 0.0000015\r
3130sqtx8135 squareroot 8.41E-14 -> 2.9E-7\r
3131sqtx8136 squareroot 6.241E-15 -> 7.9E-8\r
3132sqtx8137 squareroot 5.041E+13 -> 7.1E+6\r
3133sqtx8138 squareroot 4761 -> 69\r
3134sqtx8139 squareroot 1.369E+17 -> 3.7E+8\r
3135sqtx8140 squareroot 0.00002116 -> 0.0046\r
3136sqtx8141 squareroot 7.29E+4 -> 2.7E+2\r
3137sqtx8142 squareroot 4.624E-13 -> 6.8E-7\r
3138sqtx8143 squareroot 3.969E+5 -> 6.3E+2\r
3139sqtx8144 squareroot 3.73321E-11 -> 0.00000611\r
3140sqtx8145 squareroot 5.61001E+17 -> 7.49E+8\r
3141sqtx8146 squareroot 2.30400E-11 -> 0.00000480\r
3142sqtx8147 squareroot 4.30336E+17 -> 6.56E+8\r
3143sqtx8148 squareroot 0.057121 -> 0.239\r
3144sqtx8149 squareroot 7.225E+17 -> 8.5E+8\r
3145sqtx8150 squareroot 3.14721E+13 -> 5.61E+6\r
3146sqtx8151 squareroot 4.61041E+17 -> 6.79E+8\r
3147sqtx8152 squareroot 1.39876E-15 -> 3.74E-8\r
3148sqtx8153 squareroot 6.19369E-9 -> 0.0000787\r
3149sqtx8154 squareroot 1.620529E-10 -> 0.00001273\r
3150sqtx8155 squareroot 1177.1761 -> 34.31\r
3151sqtx8156 squareroot 67043344 -> 8188\r
3152sqtx8157 squareroot 4.84E+6 -> 2.2E+3\r
3153sqtx8158 squareroot 1.23904E+11 -> 3.52E+5\r
3154sqtx8159 squareroot 32604100 -> 5710\r
3155sqtx8160 squareroot 2.9757025E-11 -> 0.000005455\r
3156sqtx8161 squareroot 6.3760225E-9 -> 0.00007985\r
3157sqtx8162 squareroot 4.5198729E-11 -> 0.000006723\r
3158sqtx8163 squareroot 1.4745600E-11 -> 0.000003840\r
3159sqtx8164 squareroot 18964283.04 -> 4354.8\r
3160sqtx8165 squareroot 3.308895529E+13 -> 5.7523E+6\r
3161sqtx8166 squareroot 0.0028590409 -> 0.05347\r
3162sqtx8167 squareroot 3572.213824 -> 59.768\r
3163sqtx8168 squareroot 4.274021376E+15 -> 6.5376E+7\r
3164sqtx8169 squareroot 4455476.64 -> 2110.8\r
3165sqtx8170 squareroot 38.44 -> 6.2\r
3166sqtx8171 squareroot 68.558400 -> 8.280\r
3167sqtx8172 squareroot 715402009 -> 26747\r
3168sqtx8173 squareroot 93.373569 -> 9.663\r
3169sqtx8174 squareroot 2.62144000000E+15 -> 5.12000E+7\r
3170sqtx8175 squareroot 7.48225000000E+15 -> 8.65000E+7\r
3171sqtx8176 squareroot 3.38724000000E-9 -> 0.0000582000\r
3172sqtx8177 squareroot 5.64001000000E-13 -> 7.51000E-7\r
3173sqtx8178 squareroot 5.06944000000E-15 -> 7.12000E-8\r
3174sqtx8179 squareroot 4.95616000000E+17 -> 7.04000E+8\r
3175sqtx8180 squareroot 0.0000242064000000 -> 0.00492000\r
3176sqtx8181 squareroot 1.48996000000E-15 -> 3.86000E-8\r
3177sqtx8182 squareroot 9.37024000000E+17 -> 9.68000E+8\r
3178sqtx8183 squareroot 7128900.0000 -> 2670.00\r
3179sqtx8184 squareroot 8.2311610000E-10 -> 0.0000286900\r
3180sqtx8185 squareroot 482747040000 -> 694800\r
3181sqtx8186 squareroot 4.14478440000E+17 -> 6.43800E+8\r
3182sqtx8187 squareroot 5.10510250000E-7 -> 0.000714500\r
3183sqtx8188 squareroot 355096.810000 -> 595.900\r
3184sqtx8189 squareroot 14288400.0000 -> 3780.00\r
3185sqtx8190 squareroot 3.36168040000E-15 -> 5.79800E-8\r
3186sqtx8191 squareroot 1.70899560000E-13 -> 4.13400E-7\r
3187sqtx8192 squareroot 0.0000378348010000 -> 0.00615100\r
3188sqtx8193 squareroot 2.00972890000E-13 -> 4.48300E-7\r
3189sqtx8194 squareroot 4.07222659600E-13 -> 6.38140E-7\r
3190sqtx8195 squareroot 131486012100 -> 362610\r
3191sqtx8196 squareroot 818192611600 -> 904540\r
3192sqtx8197 squareroot 9.8558323600E+16 -> 3.13940E+8\r
3193sqtx8198 squareroot 5641.06144900 -> 75.1070\r
3194sqtx8199 squareroot 4.58789475600E+17 -> 6.77340E+8\r
3195sqtx8200 squareroot 3.21386948100E-9 -> 0.0000566910\r
3196sqtx8201 squareroot 3.9441960000E-8 -> 0.000198600\r
3197sqtx8202 squareroot 242723.728900 -> 492.670\r
3198sqtx8203 squareroot 1874.89000000 -> 43.3000\r
3199sqtx8204 squareroot 2.56722595684E+15 -> 5.06678E+7\r
3200sqtx8205 squareroot 3.96437714689E-17 -> 6.29633E-9\r
3201sqtx8206 squareroot 3.80106774784E-17 -> 6.16528E-9\r
3202sqtx8207 squareroot 1.42403588496E-13 -> 3.77364E-7\r
3203sqtx8208 squareroot 4604.84388100 -> 67.8590\r
3204sqtx8209 squareroot 2157100869.16 -> 46444.6\r
3205sqtx8210 squareroot 355288570.81 -> 18849.1\r
3206sqtx8211 squareroot 4.69775901604E-11 -> 0.00000685402\r
3207sqtx8212 squareroot 8.22115770436E+17 -> 9.06706E+8\r
3208sqtx8213 squareroot 7.16443744900E+15 -> 8.46430E+7\r
3209sqtx8214 squareroot 9.48995498896E+15 -> 9.74164E+7\r
3210sqtx8215 squareroot 0.0000419091801129 -> 0.00647373\r
3211sqtx8216 squareroot 5862627996.84 -> 76567.8\r
3212sqtx8217 squareroot 9369537.3409 -> 3060.97\r
3213sqtx8218 squareroot 7.74792529729E+17 -> 8.80223E+8\r
3214sqtx8219 squareroot 1.08626931396E+17 -> 3.29586E+8\r
3215sqtx8220 squareroot 8.89584739684E-7 -> 0.000943178\r
3216sqtx8221 squareroot 4.0266040896E-18 -> 2.00664E-9\r
3217sqtx8222 squareroot 9.27669480336E-7 -> 0.000963156\r
3218sqtx8223 squareroot 0.00225497717956 -> 0.0474866\r
3219\r
3220-- test use of round-half-even for ties\r
3221precision: 1\r
3222sqtx8224 squareroot 225 -> 2E+1 Inexact Rounded\r
3223sqtx8225 squareroot 625 -> 2E+1 Inexact Rounded\r
3224sqtx8226 squareroot 1225 -> 4E+1 Inexact Rounded\r
3225sqtx8227 squareroot 2025 -> 4E+1 Inexact Rounded\r
3226sqtx8228 squareroot 3025 -> 6E+1 Inexact Rounded\r
3227sqtx8229 squareroot 4225 -> 6E+1 Inexact Rounded\r
3228sqtx8230 squareroot 5625 -> 8E+1 Inexact Rounded\r
3229sqtx8231 squareroot 7225 -> 8E+1 Inexact Rounded\r
3230sqtx8232 squareroot 9025 -> 1E+2 Inexact Rounded\r
3231\r
3232precision: 2\r
3233sqtx8233 squareroot 11025 -> 1.0E+2 Inexact Rounded\r
3234sqtx8234 squareroot 13225 -> 1.2E+2 Inexact Rounded\r
3235sqtx8235 squareroot 15625 -> 1.2E+2 Inexact Rounded\r
3236sqtx8236 squareroot 18225 -> 1.4E+2 Inexact Rounded\r
3237sqtx8237 squareroot 21025 -> 1.4E+2 Inexact Rounded\r
3238sqtx8238 squareroot 24025 -> 1.6E+2 Inexact Rounded\r
3239sqtx8239 squareroot 27225 -> 1.6E+2 Inexact Rounded\r
3240sqtx8240 squareroot 30625 -> 1.8E+2 Inexact Rounded\r
3241sqtx8241 squareroot 34225 -> 1.8E+2 Inexact Rounded\r
3242sqtx8242 squareroot 38025 -> 2.0E+2 Inexact Rounded\r
3243sqtx8243 squareroot 42025 -> 2.0E+2 Inexact Rounded\r
3244sqtx8244 squareroot 46225 -> 2.2E+2 Inexact Rounded\r
3245sqtx8245 squareroot 50625 -> 2.2E+2 Inexact Rounded\r
3246sqtx8246 squareroot 55225 -> 2.4E+2 Inexact Rounded\r
3247sqtx8247 squareroot 60025 -> 2.4E+2 Inexact Rounded\r
3248sqtx8248 squareroot 65025 -> 2.6E+2 Inexact Rounded\r
3249sqtx8249 squareroot 70225 -> 2.6E+2 Inexact Rounded\r
3250sqtx8250 squareroot 75625 -> 2.8E+2 Inexact Rounded\r
3251sqtx8251 squareroot 81225 -> 2.8E+2 Inexact Rounded\r
3252sqtx8252 squareroot 87025 -> 3.0E+2 Inexact Rounded\r
3253sqtx8253 squareroot 93025 -> 3.0E+2 Inexact Rounded\r
3254sqtx8254 squareroot 99225 -> 3.2E+2 Inexact Rounded\r
3255sqtx8255 squareroot 105625 -> 3.2E+2 Inexact Rounded\r
3256sqtx8256 squareroot 112225 -> 3.4E+2 Inexact Rounded\r
3257sqtx8257 squareroot 119025 -> 3.4E+2 Inexact Rounded\r
3258sqtx8258 squareroot 126025 -> 3.6E+2 Inexact Rounded\r
3259sqtx8259 squareroot 133225 -> 3.6E+2 Inexact Rounded\r
3260sqtx8260 squareroot 140625 -> 3.8E+2 Inexact Rounded\r
3261sqtx8261 squareroot 148225 -> 3.8E+2 Inexact Rounded\r
3262sqtx8262 squareroot 156025 -> 4.0E+2 Inexact Rounded\r
3263sqtx8263 squareroot 164025 -> 4.0E+2 Inexact Rounded\r
3264sqtx8264 squareroot 172225 -> 4.2E+2 Inexact Rounded\r
3265sqtx8265 squareroot 180625 -> 4.2E+2 Inexact Rounded\r
3266sqtx8266 squareroot 189225 -> 4.4E+2 Inexact Rounded\r
3267sqtx8267 squareroot 198025 -> 4.4E+2 Inexact Rounded\r
3268sqtx8268 squareroot 207025 -> 4.6E+2 Inexact Rounded\r
3269sqtx8269 squareroot 216225 -> 4.6E+2 Inexact Rounded\r
3270sqtx8270 squareroot 225625 -> 4.8E+2 Inexact Rounded\r
3271sqtx8271 squareroot 235225 -> 4.8E+2 Inexact Rounded\r
3272sqtx8272 squareroot 245025 -> 5.0E+2 Inexact Rounded\r
3273sqtx8273 squareroot 255025 -> 5.0E+2 Inexact Rounded\r
3274sqtx8274 squareroot 265225 -> 5.2E+2 Inexact Rounded\r
3275sqtx8275 squareroot 275625 -> 5.2E+2 Inexact Rounded\r
3276sqtx8276 squareroot 286225 -> 5.4E+2 Inexact Rounded\r
3277sqtx8277 squareroot 297025 -> 5.4E+2 Inexact Rounded\r
3278sqtx8278 squareroot 308025 -> 5.6E+2 Inexact Rounded\r
3279sqtx8279 squareroot 319225 -> 5.6E+2 Inexact Rounded\r
3280sqtx8280 squareroot 330625 -> 5.8E+2 Inexact Rounded\r
3281sqtx8281 squareroot 342225 -> 5.8E+2 Inexact Rounded\r
3282sqtx8282 squareroot 354025 -> 6.0E+2 Inexact Rounded\r
3283sqtx8283 squareroot 366025 -> 6.0E+2 Inexact Rounded\r
3284sqtx8284 squareroot 378225 -> 6.2E+2 Inexact Rounded\r
3285sqtx8285 squareroot 390625 -> 6.2E+2 Inexact Rounded\r
3286sqtx8286 squareroot 403225 -> 6.4E+2 Inexact Rounded\r
3287sqtx8287 squareroot 416025 -> 6.4E+2 Inexact Rounded\r
3288sqtx8288 squareroot 429025 -> 6.6E+2 Inexact Rounded\r
3289sqtx8289 squareroot 442225 -> 6.6E+2 Inexact Rounded\r
3290sqtx8290 squareroot 455625 -> 6.8E+2 Inexact Rounded\r
3291sqtx8291 squareroot 469225 -> 6.8E+2 Inexact Rounded\r
3292sqtx8292 squareroot 483025 -> 7.0E+2 Inexact Rounded\r
3293sqtx8293 squareroot 497025 -> 7.0E+2 Inexact Rounded\r
3294sqtx8294 squareroot 511225 -> 7.2E+2 Inexact Rounded\r
3295sqtx8295 squareroot 525625 -> 7.2E+2 Inexact Rounded\r
3296sqtx8296 squareroot 540225 -> 7.4E+2 Inexact Rounded\r
3297sqtx8297 squareroot 555025 -> 7.4E+2 Inexact Rounded\r
3298sqtx8298 squareroot 570025 -> 7.6E+2 Inexact Rounded\r
3299sqtx8299 squareroot 585225 -> 7.6E+2 Inexact Rounded\r
3300sqtx8300 squareroot 600625 -> 7.8E+2 Inexact Rounded\r
3301sqtx8301 squareroot 616225 -> 7.8E+2 Inexact Rounded\r
3302sqtx8302 squareroot 632025 -> 8.0E+2 Inexact Rounded\r
3303sqtx8303 squareroot 648025 -> 8.0E+2 Inexact Rounded\r
3304sqtx8304 squareroot 664225 -> 8.2E+2 Inexact Rounded\r
3305sqtx8305 squareroot 680625 -> 8.2E+2 Inexact Rounded\r
3306sqtx8306 squareroot 697225 -> 8.4E+2 Inexact Rounded\r
3307sqtx8307 squareroot 714025 -> 8.4E+2 Inexact Rounded\r
3308sqtx8308 squareroot 731025 -> 8.6E+2 Inexact Rounded\r
3309sqtx8309 squareroot 748225 -> 8.6E+2 Inexact Rounded\r
3310sqtx8310 squareroot 765625 -> 8.8E+2 Inexact Rounded\r
3311sqtx8311 squareroot 783225 -> 8.8E+2 Inexact Rounded\r
3312sqtx8312 squareroot 801025 -> 9.0E+2 Inexact Rounded\r
3313sqtx8313 squareroot 819025 -> 9.0E+2 Inexact Rounded\r
3314sqtx8314 squareroot 837225 -> 9.2E+2 Inexact Rounded\r
3315sqtx8315 squareroot 855625 -> 9.2E+2 Inexact Rounded\r
3316sqtx8316 squareroot 874225 -> 9.4E+2 Inexact Rounded\r
3317sqtx8317 squareroot 893025 -> 9.4E+2 Inexact Rounded\r
3318sqtx8318 squareroot 912025 -> 9.6E+2 Inexact Rounded\r
3319sqtx8319 squareroot 931225 -> 9.6E+2 Inexact Rounded\r
3320sqtx8320 squareroot 950625 -> 9.8E+2 Inexact Rounded\r
3321sqtx8321 squareroot 970225 -> 9.8E+2 Inexact Rounded\r
3322sqtx8322 squareroot 990025 -> 1.0E+3 Inexact Rounded\r
3323\r
3324precision: 6\r
3325sqtx8323 squareroot 88975734963025 -> 9.43270E+6 Inexact Rounded\r
3326sqtx8324 squareroot 71085555000625 -> 8.43122E+6 Inexact Rounded\r
3327sqtx8325 squareroot 39994304.051025 -> 6324.10 Inexact Rounded\r
3328sqtx8326 squareroot 0.000007327172265625 -> 0.00270688 Inexact Rounded\r
3329sqtx8327 squareroot 1.0258600439025E-13 -> 3.20290E-7 Inexact Rounded\r
3330sqtx8328 squareroot 0.0034580574275625 -> 0.0588052 Inexact Rounded\r
3331sqtx8329 squareroot 7.6842317700625E-7 -> 0.000876598 Inexact Rounded\r
3332sqtx8330 squareroot 1263834495.2025 -> 35550.4 Inexact Rounded\r
3333sqtx8331 squareroot 433970666460.25 -> 658764 Inexact Rounded\r
3334sqtx8332 squareroot 4.5879286230625E-7 -> 0.000677342 Inexact Rounded\r
3335sqtx8333 squareroot 0.0029305603306225 -> 0.0541346 Inexact Rounded\r
3336sqtx8334 squareroot 70218282.733225 -> 8379.64 Inexact Rounded\r
3337sqtx8335 squareroot 11942519.082025 -> 3455.80 Inexact Rounded\r
3338sqtx8336 squareroot 0.0021230668905625 -> 0.0460768 Inexact Rounded\r
3339sqtx8337 squareroot 0.90081833411025 -> 0.949114 Inexact Rounded\r
3340sqtx8338 squareroot 5.5104120936225E-17 -> 7.42322E-9 Inexact Rounded\r
3341sqtx8339 squareroot 0.10530446854225 -> 0.324506 Inexact Rounded\r
3342sqtx8340 squareroot 8.706069866025E-14 -> 2.95060E-7 Inexact Rounded\r
3343sqtx8341 squareroot 23838.58800625 -> 154.398 Inexact Rounded\r
3344sqtx8342 squareroot 0.0013426911275625 -> 0.0366428 Inexact Rounded\r
3345\r
3346-- test use of round-half-even in underflow situations\r
3347\r
3348-- precisions 2; all cases where result is both subnormal and a tie\r
3349precision: 2\r
3350sqtx8343 squareroot 2.5E-21 -> 0E-10 Underflow Subnormal Inexact Rounded Clamped\r
3351sqtx8344 squareroot 2.25E-20 -> 2E-10 Underflow Subnormal Inexact Rounded\r
3352sqtx8345 squareroot 6.25E-20 -> 2E-10 Underflow Subnormal Inexact Rounded\r
3353sqtx8346 squareroot 1.225E-19 -> 4E-10 Underflow Subnormal Inexact Rounded\r
3354sqtx8347 squareroot 2.025E-19 -> 4E-10 Underflow Subnormal Inexact Rounded\r
3355sqtx8348 squareroot 3.025E-19 -> 6E-10 Underflow Subnormal Inexact Rounded\r
3356sqtx8349 squareroot 4.225E-19 -> 6E-10 Underflow Subnormal Inexact Rounded\r
3357sqtx8350 squareroot 5.625E-19 -> 8E-10 Underflow Subnormal Inexact Rounded\r
3358sqtx8351 squareroot 7.225E-19 -> 8E-10 Underflow Subnormal Inexact Rounded\r
3359sqtx8352 squareroot 9.025E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3360\r
3361-- precision 3, input precision <= 5\r
3362precision: 3\r
3363sqtx8353 squareroot 2.5E-23 -> 0E-11 Underflow Subnormal Inexact Rounded Clamped\r
3364sqtx8354 squareroot 2.25E-22 -> 2E-11 Underflow Subnormal Inexact Rounded\r
3365sqtx8355 squareroot 6.25E-22 -> 2E-11 Underflow Subnormal Inexact Rounded\r
3366sqtx8356 squareroot 1.225E-21 -> 4E-11 Underflow Subnormal Inexact Rounded\r
3367sqtx8357 squareroot 2.025E-21 -> 4E-11 Underflow Subnormal Inexact Rounded\r
3368sqtx8358 squareroot 3.025E-21 -> 6E-11 Underflow Subnormal Inexact Rounded\r
3369sqtx8359 squareroot 4.225E-21 -> 6E-11 Underflow Subnormal Inexact Rounded\r
3370sqtx8360 squareroot 5.625E-21 -> 8E-11 Underflow Subnormal Inexact Rounded\r
3371sqtx8361 squareroot 7.225E-21 -> 8E-11 Underflow Subnormal Inexact Rounded\r
3372sqtx8362 squareroot 9.025E-21 -> 1.0E-10 Underflow Subnormal Inexact Rounded\r
3373sqtx8363 squareroot 1.1025E-20 -> 1.0E-10 Underflow Subnormal Inexact Rounded\r
3374sqtx8364 squareroot 1.3225E-20 -> 1.2E-10 Underflow Subnormal Inexact Rounded\r
3375sqtx8365 squareroot 1.5625E-20 -> 1.2E-10 Underflow Subnormal Inexact Rounded\r
3376sqtx8366 squareroot 1.8225E-20 -> 1.4E-10 Underflow Subnormal Inexact Rounded\r
3377sqtx8367 squareroot 2.1025E-20 -> 1.4E-10 Underflow Subnormal Inexact Rounded\r
3378sqtx8368 squareroot 2.4025E-20 -> 1.6E-10 Underflow Subnormal Inexact Rounded\r
3379sqtx8369 squareroot 2.7225E-20 -> 1.6E-10 Underflow Subnormal Inexact Rounded\r
3380sqtx8370 squareroot 3.0625E-20 -> 1.8E-10 Underflow Subnormal Inexact Rounded\r
3381sqtx8371 squareroot 3.4225E-20 -> 1.8E-10 Underflow Subnormal Inexact Rounded\r
3382sqtx8372 squareroot 3.8025E-20 -> 2.0E-10 Underflow Subnormal Inexact Rounded\r
3383sqtx8373 squareroot 4.2025E-20 -> 2.0E-10 Underflow Subnormal Inexact Rounded\r
3384sqtx8374 squareroot 4.6225E-20 -> 2.2E-10 Underflow Subnormal Inexact Rounded\r
3385sqtx8375 squareroot 5.0625E-20 -> 2.2E-10 Underflow Subnormal Inexact Rounded\r
3386sqtx8376 squareroot 5.5225E-20 -> 2.4E-10 Underflow Subnormal Inexact Rounded\r
3387sqtx8377 squareroot 6.0025E-20 -> 2.4E-10 Underflow Subnormal Inexact Rounded\r
3388sqtx8378 squareroot 6.5025E-20 -> 2.6E-10 Underflow Subnormal Inexact Rounded\r
3389sqtx8379 squareroot 7.0225E-20 -> 2.6E-10 Underflow Subnormal Inexact Rounded\r
3390sqtx8380 squareroot 7.5625E-20 -> 2.8E-10 Underflow Subnormal Inexact Rounded\r
3391sqtx8381 squareroot 8.1225E-20 -> 2.8E-10 Underflow Subnormal Inexact Rounded\r
3392sqtx8382 squareroot 8.7025E-20 -> 3.0E-10 Underflow Subnormal Inexact Rounded\r
3393sqtx8383 squareroot 9.3025E-20 -> 3.0E-10 Underflow Subnormal Inexact Rounded\r
3394sqtx8384 squareroot 9.9225E-20 -> 3.2E-10 Underflow Subnormal Inexact Rounded\r
3395\r
3396--precision 4, input precision <= 4\r
3397precision: 4\r
3398sqtx8385 squareroot 2.5E-25 -> 0E-12 Underflow Subnormal Inexact Rounded Clamped\r
3399sqtx8386 squareroot 2.25E-24 -> 2E-12 Underflow Subnormal Inexact Rounded\r
3400sqtx8387 squareroot 6.25E-24 -> 2E-12 Underflow Subnormal Inexact Rounded\r
3401sqtx8388 squareroot 1.225E-23 -> 4E-12 Underflow Subnormal Inexact Rounded\r
3402sqtx8389 squareroot 2.025E-23 -> 4E-12 Underflow Subnormal Inexact Rounded\r
3403sqtx8390 squareroot 3.025E-23 -> 6E-12 Underflow Subnormal Inexact Rounded\r
3404sqtx8391 squareroot 4.225E-23 -> 6E-12 Underflow Subnormal Inexact Rounded\r
3405sqtx8392 squareroot 5.625E-23 -> 8E-12 Underflow Subnormal Inexact Rounded\r
3406sqtx8393 squareroot 7.225E-23 -> 8E-12 Underflow Subnormal Inexact Rounded\r
3407sqtx8394 squareroot 9.025E-23 -> 1.0E-11 Underflow Subnormal Inexact Rounded\r
3408\r
3409--precision 5, input precision <= 5\r
3410precision: 5\r
3411sqtx8395 squareroot 2.5E-27 -> 0E-13 Underflow Subnormal Inexact Rounded Clamped\r
3412sqtx8396 squareroot 2.25E-26 -> 2E-13 Underflow Subnormal Inexact Rounded\r
3413sqtx8397 squareroot 6.25E-26 -> 2E-13 Underflow Subnormal Inexact Rounded\r
3414sqtx8398 squareroot 1.225E-25 -> 4E-13 Underflow Subnormal Inexact Rounded\r
3415sqtx8399 squareroot 2.025E-25 -> 4E-13 Underflow Subnormal Inexact Rounded\r
3416sqtx8400 squareroot 3.025E-25 -> 6E-13 Underflow Subnormal Inexact Rounded\r
3417sqtx8401 squareroot 4.225E-25 -> 6E-13 Underflow Subnormal Inexact Rounded\r
3418sqtx8402 squareroot 5.625E-25 -> 8E-13 Underflow Subnormal Inexact Rounded\r
3419sqtx8403 squareroot 7.225E-25 -> 8E-13 Underflow Subnormal Inexact Rounded\r
3420sqtx8404 squareroot 9.025E-25 -> 1.0E-12 Underflow Subnormal Inexact Rounded\r
3421sqtx8405 squareroot 1.1025E-24 -> 1.0E-12 Underflow Subnormal Inexact Rounded\r
3422sqtx8406 squareroot 1.3225E-24 -> 1.2E-12 Underflow Subnormal Inexact Rounded\r
3423sqtx8407 squareroot 1.5625E-24 -> 1.2E-12 Underflow Subnormal Inexact Rounded\r
3424sqtx8408 squareroot 1.8225E-24 -> 1.4E-12 Underflow Subnormal Inexact Rounded\r
3425sqtx8409 squareroot 2.1025E-24 -> 1.4E-12 Underflow Subnormal Inexact Rounded\r
3426sqtx8410 squareroot 2.4025E-24 -> 1.6E-12 Underflow Subnormal Inexact Rounded\r
3427sqtx8411 squareroot 2.7225E-24 -> 1.6E-12 Underflow Subnormal Inexact Rounded\r
3428sqtx8412 squareroot 3.0625E-24 -> 1.8E-12 Underflow Subnormal Inexact Rounded\r
3429sqtx8413 squareroot 3.4225E-24 -> 1.8E-12 Underflow Subnormal Inexact Rounded\r
3430sqtx8414 squareroot 3.8025E-24 -> 2.0E-12 Underflow Subnormal Inexact Rounded\r
3431sqtx8415 squareroot 4.2025E-24 -> 2.0E-12 Underflow Subnormal Inexact Rounded\r
3432sqtx8416 squareroot 4.6225E-24 -> 2.2E-12 Underflow Subnormal Inexact Rounded\r
3433sqtx8417 squareroot 5.0625E-24 -> 2.2E-12 Underflow Subnormal Inexact Rounded\r
3434sqtx8418 squareroot 5.5225E-24 -> 2.4E-12 Underflow Subnormal Inexact Rounded\r
3435sqtx8419 squareroot 6.0025E-24 -> 2.4E-12 Underflow Subnormal Inexact Rounded\r
3436sqtx8420 squareroot 6.5025E-24 -> 2.6E-12 Underflow Subnormal Inexact Rounded\r
3437sqtx8421 squareroot 7.0225E-24 -> 2.6E-12 Underflow Subnormal Inexact Rounded\r
3438sqtx8422 squareroot 7.5625E-24 -> 2.8E-12 Underflow Subnormal Inexact Rounded\r
3439sqtx8423 squareroot 8.1225E-24 -> 2.8E-12 Underflow Subnormal Inexact Rounded\r
3440sqtx8424 squareroot 8.7025E-24 -> 3.0E-12 Underflow Subnormal Inexact Rounded\r
3441sqtx8425 squareroot 9.3025E-24 -> 3.0E-12 Underflow Subnormal Inexact Rounded\r
3442sqtx8426 squareroot 9.9225E-24 -> 3.2E-12 Underflow Subnormal Inexact Rounded\r
3443\r
3444-- a random selection of values that Python2.5.1 rounds incorrectly\r
3445precision: 1\r
3446sqtx8427 squareroot 227 -> 2E+1 Inexact Rounded\r
3447sqtx8428 squareroot 625 -> 2E+1 Inexact Rounded\r
3448sqtx8429 squareroot 1215 -> 3E+1 Inexact Rounded\r
3449sqtx8430 squareroot 2008 -> 4E+1 Inexact Rounded\r
3450sqtx8431 squareroot 2020 -> 4E+1 Inexact Rounded\r
3451sqtx8432 squareroot 2026 -> 5E+1 Inexact Rounded\r
3452sqtx8433 squareroot 2027 -> 5E+1 Inexact Rounded\r
3453sqtx8434 squareroot 2065 -> 5E+1 Inexact Rounded\r
3454sqtx8435 squareroot 2075 -> 5E+1 Inexact Rounded\r
3455sqtx8436 squareroot 2088 -> 5E+1 Inexact Rounded\r
3456sqtx8437 squareroot 3049 -> 6E+1 Inexact Rounded\r
3457sqtx8438 squareroot 3057 -> 6E+1 Inexact Rounded\r
3458sqtx8439 squareroot 3061 -> 6E+1 Inexact Rounded\r
3459sqtx8440 squareroot 3092 -> 6E+1 Inexact Rounded\r
3460sqtx8441 squareroot 4222 -> 6E+1 Inexact Rounded\r
3461sqtx8442 squareroot 5676 -> 8E+1 Inexact Rounded\r
3462sqtx8443 squareroot 5686 -> 8E+1 Inexact Rounded\r
3463sqtx8444 squareroot 7215 -> 8E+1 Inexact Rounded\r
3464sqtx8445 squareroot 9086 -> 1E+2 Inexact Rounded\r
3465sqtx8446 squareroot 9095 -> 1E+2 Inexact Rounded\r
3466\r
3467precision: 2\r
3468sqtx8447 squareroot 1266 -> 36 Inexact Rounded\r
3469sqtx8448 squareroot 2552 -> 51 Inexact Rounded\r
3470sqtx8449 squareroot 5554 -> 75 Inexact Rounded\r
3471sqtx8450 squareroot 7832 -> 88 Inexact Rounded\r
3472sqtx8451 squareroot 13201 -> 1.1E+2 Inexact Rounded\r
3473sqtx8452 squareroot 15695 -> 1.3E+2 Inexact Rounded\r
3474sqtx8453 squareroot 18272 -> 1.4E+2 Inexact Rounded\r
3475sqtx8454 squareroot 21026 -> 1.5E+2 Inexact Rounded\r
3476sqtx8455 squareroot 24069 -> 1.6E+2 Inexact Rounded\r
3477sqtx8456 squareroot 34277 -> 1.9E+2 Inexact Rounded\r
3478sqtx8457 squareroot 46233 -> 2.2E+2 Inexact Rounded\r
3479sqtx8458 squareroot 46251 -> 2.2E+2 Inexact Rounded\r
3480sqtx8459 squareroot 46276 -> 2.2E+2 Inexact Rounded\r
3481sqtx8460 squareroot 70214 -> 2.6E+2 Inexact Rounded\r
3482sqtx8461 squareroot 81249 -> 2.9E+2 Inexact Rounded\r
3483sqtx8462 squareroot 81266 -> 2.9E+2 Inexact Rounded\r
3484sqtx8463 squareroot 93065 -> 3.1E+2 Inexact Rounded\r
3485sqtx8464 squareroot 93083 -> 3.1E+2 Inexact Rounded\r
3486sqtx8465 squareroot 99230 -> 3.2E+2 Inexact Rounded\r
3487sqtx8466 squareroot 99271 -> 3.2E+2 Inexact Rounded\r
3488\r
3489precision: 3\r
3490sqtx8467 squareroot 11349 -> 107 Inexact Rounded\r
3491sqtx8468 squareroot 26738 -> 164 Inexact Rounded\r
3492sqtx8469 squareroot 31508 -> 178 Inexact Rounded\r
3493sqtx8470 squareroot 44734 -> 212 Inexact Rounded\r
3494sqtx8471 squareroot 44738 -> 212 Inexact Rounded\r
3495sqtx8472 squareroot 51307 -> 227 Inexact Rounded\r
3496sqtx8473 squareroot 62259 -> 250 Inexact Rounded\r
3497sqtx8474 squareroot 75901 -> 276 Inexact Rounded\r
3498sqtx8475 squareroot 76457 -> 277 Inexact Rounded\r
3499sqtx8476 squareroot 180287 -> 425 Inexact Rounded\r
3500sqtx8477 squareroot 202053 -> 450 Inexact Rounded\r
3501sqtx8478 squareroot 235747 -> 486 Inexact Rounded\r
3502sqtx8479 squareroot 256537 -> 506 Inexact Rounded\r
3503sqtx8480 squareroot 299772 -> 548 Inexact Rounded\r
3504sqtx8481 squareroot 415337 -> 644 Inexact Rounded\r
3505sqtx8482 squareroot 617067 -> 786 Inexact Rounded\r
3506sqtx8483 squareroot 628022 -> 792 Inexact Rounded\r
3507sqtx8484 squareroot 645629 -> 804 Inexact Rounded\r
3508sqtx8485 squareroot 785836 -> 886 Inexact Rounded\r
3509sqtx8486 squareroot 993066 -> 997 Inexact Rounded\r
3510\r
3511precision: 6\r
3512sqtx8487 squareroot 14917781 -> 3862.35 Inexact Rounded\r
3513sqtx8488 squareroot 17237238 -> 4151.78 Inexact Rounded\r
3514sqtx8489 squareroot 18054463 -> 4249.05 Inexact Rounded\r
3515sqtx8490 squareroot 19990694 -> 4471.10 Inexact Rounded\r
3516sqtx8491 squareroot 29061855 -> 5390.90 Inexact Rounded\r
3517sqtx8492 squareroot 49166257 -> 7011.87 Inexact Rounded\r
3518sqtx8493 squareroot 53082086 -> 7285.75 Inexact Rounded\r
3519sqtx8494 squareroot 56787909 -> 7535.78 Inexact Rounded\r
3520sqtx8495 squareroot 81140019 -> 9007.78 Inexact Rounded\r
3521sqtx8496 squareroot 87977554 -> 9379.64 Inexact Rounded\r
3522sqtx8497 squareroot 93624683 -> 9675.98 Inexact Rounded\r
3523sqtx8498 squareroot 98732747 -> 9936.44 Inexact Rounded\r
3524sqtx8499 squareroot 99222813 -> 9961.06 Inexact Rounded\r
3525sqtx8500 squareroot 143883626 -> 11995.2 Inexact Rounded\r
3526sqtx8501 squareroot 180433301 -> 13432.5 Inexact Rounded\r
3527sqtx8502 squareroot 227034020 -> 15067.6 Inexact Rounded\r
3528sqtx8503 squareroot 283253992 -> 16830.2 Inexact Rounded\r
3529sqtx8504 squareroot 617047954 -> 24840.4 Inexact Rounded\r
3530sqtx8505 squareroot 736870094 -> 27145.4 Inexact Rounded\r
3531sqtx8506 squareroot 897322915 -> 29955.3 Inexact Rounded\r
3532\r
3533-- results close to minimum normal\r
3534precision: 1\r
3535sqtx8507 squareroot 1E-20 -> 0E-9 Underflow Subnormal Inexact Rounded Clamped\r
3536sqtx8508 squareroot 1E-19 -> 0E-9 Underflow Subnormal Inexact Rounded Clamped\r
3537sqtx8509 squareroot 1E-18 -> 1E-9\r
3538\r
3539precision: 2\r
3540sqtx8510 squareroot 8.1E-19 -> 9E-10 Subnormal\r
3541sqtx8511 squareroot 8.10E-19 -> 9E-10 Subnormal Rounded\r
3542sqtx8512 squareroot 9.0E-19 -> 9E-10 Underflow Subnormal Inexact Rounded\r
3543sqtx8513 squareroot 9.02E-19 -> 9E-10 Underflow Subnormal Inexact Rounded\r
3544sqtx8514 squareroot 9.03E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3545sqtx8515 squareroot 9.1E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3546sqtx8516 squareroot 9.9E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3547sqtx8517 squareroot 9.91E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3548sqtx8518 squareroot 9.92E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3549sqtx8519 squareroot 9.95E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3550sqtx8520 squareroot 9.98E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3551sqtx8521 squareroot 9.99E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3552sqtx8522 squareroot 1E-18 -> 1E-9\r
3553sqtx8523 squareroot 1.0E-18 -> 1.0E-9\r
3554sqtx8524 squareroot 1.00E-18 -> 1.0E-9\r
3555sqtx8525 squareroot 1.000E-18 -> 1.0E-9 Rounded\r
3556sqtx8526 squareroot 1.0000E-18 -> 1.0E-9 Rounded\r
3557sqtx8527 squareroot 1.01E-18 -> 1.0E-9 Inexact Rounded\r
3558sqtx8528 squareroot 1.02E-18 -> 1.0E-9 Inexact Rounded\r
3559sqtx8529 squareroot 1.1E-18 -> 1.0E-9 Inexact Rounded\r
3560\r
3561precision: 3\r
3562sqtx8530 squareroot 8.1E-19 -> 9E-10 Subnormal\r
3563sqtx8531 squareroot 8.10E-19 -> 9.0E-10 Subnormal\r
3564sqtx8532 squareroot 8.100E-19 -> 9.0E-10 Subnormal\r
3565sqtx8533 squareroot 8.1000E-19 -> 9.0E-10 Subnormal Rounded\r
3566sqtx8534 squareroot 9.9E-19 -> 9.9E-10 Underflow Subnormal Inexact Rounded\r
3567sqtx8535 squareroot 9.91E-19 -> 1.00E-9 Underflow Subnormal Inexact Rounded\r
3568sqtx8536 squareroot 9.99E-19 -> 1.00E-9 Underflow Subnormal Inexact Rounded\r
3569sqtx8537 squareroot 9.998E-19 -> 1.00E-9 Underflow Subnormal Inexact Rounded\r
3570sqtx8538 squareroot 1E-18 -> 1E-9\r
3571sqtx8539 squareroot 1.0E-18 -> 1.0E-9\r
3572sqtx8540 squareroot 1.00E-18 -> 1.0E-9\r
3573sqtx8541 squareroot 1.000E-18 -> 1.00E-9\r
3574sqtx8542 squareroot 1.0000E-18 -> 1.00E-9\r
3575sqtx8543 squareroot 1.00000E-18 -> 1.00E-9 Rounded\r
3576sqtx8544 squareroot 1.000000E-18 -> 1.00E-9 Rounded\r
3577sqtx8545 squareroot 1.01E-18 -> 1.00E-9 Inexact Rounded\r
3578sqtx8546 squareroot 1.02E-18 -> 1.01E-9 Inexact Rounded\r
3579\r
3580-- result exactly representable with precision p, but not necessarily\r
3581-- exactly representable as a subnormal; check the correct flags are raised\r
3582precision: 2\r
3583sqtx8547 squareroot 1.21E-20 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3584sqtx8548 squareroot 1.44E-20 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3585sqtx8549 squareroot 9.61E-20 -> 3E-10 Underflow Subnormal Inexact Rounded\r
3586sqtx8550 squareroot 8.836E-19 -> 9E-10 Underflow Subnormal Inexact Rounded\r
3587sqtx8551 squareroot 9.216E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3588\r
3589precision: 3\r
3590sqtx8552 squareroot 1.21E-22 -> 1E-11 Underflow Subnormal Inexact Rounded\r
3591sqtx8553 squareroot 1.21E-20 -> 1.1E-10 Subnormal\r
3592sqtx8554 squareroot 1.96E-22 -> 1E-11 Underflow Subnormal Inexact Rounded\r
3593sqtx8555 squareroot 1.96E-20 -> 1.4E-10 Subnormal\r
3594sqtx8556 squareroot 2.56E-22 -> 2E-11 Underflow Subnormal Inexact Rounded\r
3595sqtx8557 squareroot 4.00E-22 -> 2E-11 Subnormal Rounded\r
3596sqtx8558 squareroot 7.84E-22 -> 3E-11 Underflow Subnormal Inexact Rounded\r
3597sqtx8559 squareroot 9.801E-21 -> 1.0E-10 Underflow Subnormal Inexact Rounded\r
3598sqtx8560 squareroot 9.801E-19 -> 9.9E-10 Subnormal\r
3599sqtx8561 squareroot 1.0201E-20 -> 1.0E-10 Underflow Subnormal Inexact Rounded\r
3600sqtx8562 squareroot 1.1025E-20 -> 1.0E-10 Underflow Subnormal Inexact Rounded\r
3601sqtx8563 squareroot 1.1236E-20 -> 1.1E-10 Underflow Subnormal Inexact Rounded\r
3602sqtx8564 squareroot 1.2996E-20 -> 1.1E-10 Underflow Subnormal Inexact Rounded\r
3603sqtx8565 squareroot 1.3225E-20 -> 1.2E-10 Underflow Subnormal Inexact Rounded\r
3604\r
3605-- A selection of subnormal results prone to double rounding errors\r
3606precision: 2\r
3607sqtx8566 squareroot 2.3E-21 -> 0E-10 Underflow Subnormal Inexact Rounded Clamped\r
3608sqtx8567 squareroot 2.4E-21 -> 0E-10 Underflow Subnormal Inexact Rounded Clamped\r
3609sqtx8568 squareroot 2.5E-21 -> 0E-10 Underflow Subnormal Inexact Rounded Clamped\r
3610sqtx8569 squareroot 2.6E-21 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3611sqtx8570 squareroot 2.7E-21 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3612sqtx8571 squareroot 2.8E-21 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3613sqtx8572 squareroot 2.2E-20 -> 1E-10 Underflow Subnormal Inexact Rounded\r
3614sqtx8573 squareroot 2.3E-20 -> 2E-10 Underflow Subnormal Inexact Rounded\r
3615sqtx8574 squareroot 2.4E-20 -> 2E-10 Underflow Subnormal Inexact Rounded\r
3616sqtx8575 squareroot 6.2E-20 -> 2E-10 Underflow Subnormal Inexact Rounded\r
3617sqtx8576 squareroot 6.3E-20 -> 3E-10 Underflow Subnormal Inexact Rounded\r
3618sqtx8577 squareroot 6.4E-20 -> 3E-10 Underflow Subnormal Inexact Rounded\r
3619sqtx8578 squareroot 6.5E-20 -> 3E-10 Underflow Subnormal Inexact Rounded\r
3620sqtx8579 squareroot 1.2E-19 -> 3E-10 Underflow Subnormal Inexact Rounded\r
3621sqtx8580 squareroot 2.0E-19 -> 4E-10 Underflow Subnormal Inexact Rounded\r
3622sqtx8581 squareroot 4.2E-19 -> 6E-10 Underflow Subnormal Inexact Rounded\r
3623sqtx8582 squareroot 5.6E-19 -> 7E-10 Underflow Subnormal Inexact Rounded\r
3624sqtx8583 squareroot 5.7E-19 -> 8E-10 Underflow Subnormal Inexact Rounded\r
3625sqtx8584 squareroot 9.0E-19 -> 9E-10 Underflow Subnormal Inexact Rounded\r
3626sqtx8585 squareroot 9.1E-19 -> 1.0E-9 Underflow Subnormal Inexact Rounded\r
3627precision: 3\r
3628sqtx8586 squareroot 2.6E-23 -> 1E-11 Underflow Subnormal Inexact Rounded\r
3629sqtx8587 squareroot 2.22E-22 -> 1E-11 Underflow Subnormal Inexact Rounded\r
3630sqtx8588 squareroot 6.07E-22 -> 2E-11 Underflow Subnormal Inexact Rounded\r
3631sqtx8589 squareroot 6.25E-22 -> 2E-11 Underflow Subnormal Inexact Rounded\r
3632sqtx8590 squareroot 6.45E-22 -> 3E-11 Underflow Subnormal Inexact Rounded\r
3633sqtx8591 squareroot 6.50E-22 -> 3E-11 Underflow Subnormal Inexact Rounded\r
3634sqtx8592 squareroot 1.22E-21 -> 3E-11 Underflow Subnormal Inexact Rounded\r
3635sqtx8593 squareroot 1.24E-21 -> 4E-11 Underflow Subnormal Inexact Rounded\r
3636sqtx8594 squareroot 4.18E-21 -> 6E-11 Underflow Subnormal Inexact Rounded\r
3637sqtx8595 squareroot 7.19E-21 -> 8E-11 Underflow Subnormal Inexact Rounded\r
3638sqtx8596 squareroot 8.94E-21 -> 9E-11 Underflow Subnormal Inexact Rounded\r
3639sqtx8597 squareroot 1.81E-20 -> 1.3E-10 Underflow Subnormal Inexact Rounded\r
3640sqtx8598 squareroot 4.64E-20 -> 2.2E-10 Underflow Subnormal Inexact Rounded\r
3641sqtx8599 squareroot 5.06E-20 -> 2.2E-10 Underflow Subnormal Inexact Rounded\r
3642sqtx8600 squareroot 5.08E-20 -> 2.3E-10 Underflow Subnormal Inexact Rounded\r
3643sqtx8601 squareroot 7.00E-20 -> 2.6E-10 Underflow Subnormal Inexact Rounded\r
3644sqtx8602 squareroot 1.81E-19 -> 4.3E-10 Underflow Subnormal Inexact Rounded\r
3645sqtx8603 squareroot 6.64E-19 -> 8.1E-10 Underflow Subnormal Inexact Rounded\r
3646sqtx8604 squareroot 7.48E-19 -> 8.6E-10 Underflow Subnormal Inexact Rounded\r
3647sqtx8605 squareroot 9.91E-19 -> 1.00E-9 Underflow Subnormal Inexact Rounded\r
3648precision: 4\r
3649sqtx8606 squareroot 6.24E-24 -> 2E-12 Underflow Subnormal Inexact Rounded\r
3650sqtx8607 squareroot 7.162E-23 -> 8E-12 Underflow Subnormal Inexact Rounded\r
3651sqtx8608 squareroot 7.243E-23 -> 9E-12 Underflow Subnormal Inexact Rounded\r
3652sqtx8609 squareroot 8.961E-23 -> 9E-12 Underflow Subnormal Inexact Rounded\r
3653sqtx8610 squareroot 9.029E-23 -> 1.0E-11 Underflow Subnormal Inexact Rounded\r
3654sqtx8611 squareroot 4.624E-22 -> 2.2E-11 Underflow Subnormal Inexact Rounded\r
3655sqtx8612 squareroot 5.980E-22 -> 2.4E-11 Underflow Subnormal Inexact Rounded\r
3656sqtx8613 squareroot 6.507E-22 -> 2.6E-11 Underflow Subnormal Inexact Rounded\r
3657sqtx8614 squareroot 1.483E-21 -> 3.9E-11 Underflow Subnormal Inexact Rounded\r
3658sqtx8615 squareroot 3.903E-21 -> 6.2E-11 Underflow Subnormal Inexact Rounded\r
3659sqtx8616 squareroot 8.733E-21 -> 9.3E-11 Underflow Subnormal Inexact Rounded\r
3660sqtx8617 squareroot 1.781E-20 -> 1.33E-10 Underflow Subnormal Inexact Rounded\r
3661sqtx8618 squareroot 6.426E-20 -> 2.53E-10 Underflow Subnormal Inexact Rounded\r
3662sqtx8619 squareroot 7.102E-20 -> 2.66E-10 Underflow Subnormal Inexact Rounded\r
3663sqtx8620 squareroot 7.535E-20 -> 2.74E-10 Underflow Subnormal Inexact Rounded\r
3664sqtx8621 squareroot 9.892E-20 -> 3.15E-10 Underflow Subnormal Inexact Rounded\r
3665sqtx8622 squareroot 1.612E-19 -> 4.01E-10 Underflow Subnormal Inexact Rounded\r
3666sqtx8623 squareroot 1.726E-19 -> 4.15E-10 Underflow Subnormal Inexact Rounded\r
3667sqtx8624 squareroot 1.853E-19 -> 4.30E-10 Underflow Subnormal Inexact Rounded\r
3668sqtx8625 squareroot 4.245E-19 -> 6.52E-10 Underflow Subnormal Inexact Rounded\r
3669\r
3670-- clamping and overflow for large exponents\r
3671precision: 1\r
3672sqtx8626 squareroot 1E+18 -> 1E+9\r
3673sqtx8627 squareroot 1E+19 -> 3E+9 Inexact Rounded\r
3674-- in this next one, intermediate result is 9486832980.505137996...\r
3675-- so rounds down to 9 (not up to 10 which would cause Infinity overflow)\r
3676sqtx8628 squareroot 9E+19 -> 9E+9 Inexact Rounded\r
3677sqtx8629 squareroot 9.1E+19 -> Infinity Overflow Inexact Rounded\r
3678sqtx8630 squareroot 1E+20 -> Infinity Overflow Inexact Rounded\r
3679\r
3680precision: 2\r
3681sqtx8631 squareroot 1E+18 -> 1E+9\r
3682sqtx8632 squareroot 1.0E+18 -> 1.0E+9\r
3683sqtx8633 squareroot 1.00E+18 -> 1.0E+9\r
3684sqtx8634 squareroot 1.000E+18 -> 1.0E+9 Rounded\r
3685sqtx8635 squareroot 1E+20 -> Infinity Overflow Inexact Rounded\r
3686clamp: 1\r
3687sqtx8636 squareroot 1E+18 -> 1.0E+9 Clamped\r
3688sqtx8637 squareroot 1.0E+18 -> 1.0E+9\r
3689sqtx8638 squareroot 1E+20 -> Infinity Overflow Inexact Rounded\r
3690clamp: 0\r
3691\r
3692precision: 6\r
3693sqtx8639 squareroot 1E+18 -> 1E+9\r
3694sqtx8640 squareroot 1.0000000000E+18 -> 1.00000E+9\r
3695sqtx8641 squareroot 1.00000000000E+18 -> 1.00000E+9 Rounded\r
3696sqtx8642 squareroot 1E+20 -> Infinity Overflow Inexact Rounded\r
3697clamp: 1\r
3698sqtx8643 squareroot 1E+8 -> 1E+4\r
3699sqtx8644 squareroot 1E+10 -> 1.0E+5 Clamped\r
3700sqtx8645 squareroot 1.0E+10 -> 1.0E+5\r
3701sqtx8646 squareroot 1E+12 -> 1.00E+6 Clamped\r
3702sqtx8647 squareroot 1.0E+12 -> 1.00E+6 Clamped\r
3703sqtx8648 squareroot 1.00E+12 -> 1.00E+6 Clamped\r
3704sqtx8649 squareroot 1.000E+12 -> 1.00E+6\r
3705sqtx8650 squareroot 1E+18 -> 1.00000E+9 Clamped\r
3706sqtx8651 squareroot 1.00000000E+18 -> 1.00000E+9 Clamped\r
3707sqtx8652 squareroot 1.000000000E+18 -> 1.00000E+9\r
3708sqtx8653 squareroot 1E+20 -> Infinity Overflow Inexact Rounded\r
3709clamp: 0\r
3710\r
3711-- The following example causes a TypeError in Python 2.5.1\r
3712precision: 3\r
3713maxexponent: 9\r
3714minexponent: -9\r
3715sqtx8654 squareroot 10000000000 -> 1.00E+5 Rounded\r
3716\r
3717-- Additional tricky cases of underflown subnormals\r
3718rounding: half_even\r
3719precision: 5\r
3720maxexponent: 999\r
3721minexponent: -999\r
3722sqtx8700 squareroot 2.8073E-2000 -> 1.675E-1000 Underflow Subnormal Inexact Rounded\r
3723sqtx8701 squareroot 2.8883E-2000 -> 1.699E-1000 Underflow Subnormal Inexact Rounded\r
3724sqtx8702 squareroot 3.1524E-2000 -> 1.775E-1000 Underflow Subnormal Inexact Rounded\r
3725sqtx8703 squareroot 3.2382E-2000 -> 1.799E-1000 Underflow Subnormal Inexact Rounded\r
3726sqtx8704 squareroot 3.5175E-2000 -> 1.875E-1000 Underflow Subnormal Inexact Rounded\r
3727sqtx8705 squareroot 3.6081E-2000 -> 1.899E-1000 Underflow Subnormal Inexact Rounded\r
3728sqtx8706 squareroot 3.9026E-2000 -> 1.975E-1000 Underflow Subnormal Inexact Rounded\r
3729sqtx8707 squareroot 3.9980E-2000 -> 1.999E-1000 Underflow Subnormal Inexact Rounded\r
3730sqtx8708 squareroot 4.3077E-2000 -> 2.075E-1000 Underflow Subnormal Inexact Rounded\r
3731sqtx8709 squareroot 4.4079E-2000 -> 2.099E-1000 Underflow Subnormal Inexact Rounded\r
3732sqtx8710 squareroot 4.7328E-2000 -> 2.175E-1000 Underflow Subnormal Inexact Rounded\r
3733sqtx8711 squareroot 4.8378E-2000 -> 2.199E-1000 Underflow Subnormal Inexact Rounded\r
3734sqtx8712 squareroot 5.1779E-2000 -> 2.275E-1000 Underflow Subnormal Inexact Rounded\r
3735sqtx8713 squareroot 5.2877E-2000 -> 2.299E-1000 Underflow Subnormal Inexact Rounded\r
3736sqtx8714 squareroot 5.6430E-2000 -> 2.375E-1000 Underflow Subnormal Inexact Rounded\r
3737sqtx8715 squareroot 5.7576E-2000 -> 2.399E-1000 Underflow Subnormal Inexact Rounded\r
3738sqtx8716 squareroot 6.1281E-2000 -> 2.475E-1000 Underflow Subnormal Inexact Rounded\r
3739sqtx8717 squareroot 6.2475E-2000 -> 2.499E-1000 Underflow Subnormal Inexact Rounded\r
3740sqtx8718 squareroot 6.6332E-2000 -> 2.575E-1000 Underflow Subnormal Inexact Rounded\r
3741sqtx8719 squareroot 6.7574E-2000 -> 2.599E-1000 Underflow Subnormal Inexact Rounded\r
3742sqtx8720 squareroot 7.1583E-2000 -> 2.675E-1000 Underflow Subnormal Inexact Rounded\r
3743sqtx8721 squareroot 7.2873E-2000 -> 2.699E-1000 Underflow Subnormal Inexact Rounded\r
3744sqtx8722 squareroot 7.7034E-2000 -> 2.775E-1000 Underflow Subnormal Inexact Rounded\r
3745sqtx8723 squareroot 7.8372E-2000 -> 2.799E-1000 Underflow Subnormal Inexact Rounded\r
3746sqtx8724 squareroot 8.2685E-2000 -> 2.875E-1000 Underflow Subnormal Inexact Rounded\r
3747sqtx8725 squareroot 8.4071E-2000 -> 2.899E-1000 Underflow Subnormal Inexact Rounded\r
3748sqtx8726 squareroot 8.8536E-2000 -> 2.975E-1000 Underflow Subnormal Inexact Rounded\r
3749sqtx8727 squareroot 8.9970E-2000 -> 2.999E-1000 Underflow Subnormal Inexact Rounded\r
3750sqtx8728 squareroot 9.4587E-2000 -> 3.075E-1000 Underflow Subnormal Inexact Rounded\r
3751sqtx8729 squareroot 9.6069E-2000 -> 3.099E-1000 Underflow Subnormal Inexact Rounded\r
3752-- (End of Mark Dickinson's testcases.)\r
3753\r
3754\r
3755-- Some additional edge cases\r
3756maxexponent: 9\r
3757minexponent: -9\r
3758precision: 2\r
3759sqtx9000 squareroot 9980.01 -> 1.0E+2 Inexact Rounded\r
3760precision: 3\r
3761sqtx9001 squareroot 9980.01 -> 99.9\r
3762precision: 4\r
3763sqtx9002 squareroot 9980.01 -> 99.9\r
3764\r
3765-- Exact from over-precise\r
3766precision: 4\r
3767sqtx9003 squareroot 11025 -> 105\r
3768precision: 3\r
3769sqtx9004 squareroot 11025 -> 105\r
3770precision: 2\r
3771sqtx9005 squareroot 11025 -> 1.0E+2 Inexact Rounded\r
3772precision: 1\r
3773sqtx9006 squareroot 11025 -> 1E+2 Inexact Rounded\r
3774\r
3775-- an interesting case\r
3776precision: 7\r
3777sqtx9007 squareroot 1600000e1 -> 4000\r
3778\r
3779-- Out-of-bounds zeros\r
3780precision: 4\r
3781sqtx9010 squareroot 0E-9 -> 0.00000\r
3782sqtx9011 squareroot 0E-10 -> 0.00000\r
3783sqtx9012 squareroot 0E-11 -> 0.000000\r
3784sqtx9013 squareroot 0E-12 -> 0.000000\r
3785sqtx9014 squareroot 0E-13 -> 0E-7\r
3786sqtx9015 squareroot 0E-14 -> 0E-7\r
3787sqtx9020 squareroot 0E-17 -> 0E-9\r
3788sqtx9021 squareroot 0E-20 -> 0E-10\r
3789sqtx9022 squareroot 0E-22 -> 0E-11\r
3790sqtx9023 squareroot 0E-24 -> 0E-12\r
3791sqtx9024 squareroot 0E-25 -> 0E-12 Clamped\r
3792sqtx9025 squareroot 0E-26 -> 0E-12 Clamped\r
3793sqtx9026 squareroot 0E-27 -> 0E-12 Clamped\r
3794sqtx9027 squareroot 0E-28 -> 0E-12 Clamped\r
3795\r
3796sqtx9030 squareroot 0E+8 -> 0E+4\r
3797sqtx9031 squareroot 0E+10 -> 0E+5\r
3798sqtx9032 squareroot 0E+12 -> 0E+6\r
3799sqtx9033 squareroot 0E+14 -> 0E+7\r
3800sqtx9034 squareroot 0E+15 -> 0E+7\r
3801sqtx9035 squareroot 0E+16 -> 0E+8\r
3802sqtx9036 squareroot 0E+18 -> 0E+9\r
3803sqtx9037 squareroot 0E+19 -> 0E+9\r
3804sqtx9038 squareroot 0E+20 -> 0E+9 Clamped\r
3805sqtx9039 squareroot 0E+21 -> 0E+9 Clamped\r
3806sqtx9040 squareroot 0E+22 -> 0E+9 Clamped\r
3807\r
3808-- if digits > emax maximum real exponent is negative\r
3809maxexponent: 9\r
3810minexponent: -9\r
3811precision: 15\r
3812clamp: 1\r
3813sqtx9045 squareroot 1 -> 1.00000 Clamped\r
3814\r
3815-- other\r
3816maxexponent: 999\r
3817minexponent: -999\r
3818precision: 16\r
3819sqtx9046 squareroot 10 -> 3.162277660168379 inexact rounded\r
3820sqtx9047 squareroot 10E-1 -> 1.0\r
3821sqtx9048 squareroot 10E-2 -> 0.3162277660168379 inexact rounded\r
3822sqtx9049 squareroot 10E-3 -> 0.10\r
3823\r
3824\r
3825-- High-precision exact and inexact\r
3826maxexponent: 999\r
3827minexponent: -999\r
3828precision: 400\r
3829sqtx9050 squareroot 2 -> 1.414213562373095048801688724209698078569671875376948073176679737990732478462107038850387534327641572735013846230912297024924836055850737212644121497099935831413222665927505592755799950501152782060571470109559971605970274534596862014728517418640889198609552329230484308714321450839762603627995251407989687253396546331808829640620615258352395054745750287759961729835575220337531857011354374603408498847 Inexact Rounded\r
3830sqtx9051 squareroot 1089 -> 33\r
3831sqtx9052 squareroot 10.89 -> 3.3\r
3832\r
3833-- Null test\r
3834sqtx9900 squareroot # -> NaN Invalid_operation\r