Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / python2.4 / test / decimaltestdata / squareroot.decTest
CommitLineData
920dae64
AT
1------------------------------------------------------------------------
2-- squareroot.decTest -- decimal square root --
3-- Copyright (c) IBM Corporation, 2004. All rights reserved. --
4------------------------------------------------------------------------
5-- Please see the document "General Decimal Arithmetic Testcases" --
6-- at http://www2.hursley.ibm.com/decimal for the description of --
7-- these testcases. --
8-- --
9-- These testcases are experimental ('beta' versions), and they --
10-- may contain errors. They are offered on an as-is basis. In --
11-- particular, achieving the same results as the tests here is not --
12-- a guarantee that an implementation complies with any Standard --
13-- or specification. The tests are not exhaustive. --
14-- --
15-- Please send comments, suggestions, and corrections to the author: --
16-- Mike Cowlishaw, IBM Fellow --
17-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
18-- mfc@uk.ibm.com --
19------------------------------------------------------------------------
20version: 2.39
21
22extended: 1
23precision: 9
24rounding: half_up
25maxExponent: 384
26minexponent: -383
27
28-- basics
29sqtx001 squareroot 1 -> 1
30sqtx002 squareroot -1 -> NaN Invalid_operation
31sqtx003 squareroot 1.00 -> 1.0
32sqtx004 squareroot -1.00 -> NaN Invalid_operation
33sqtx005 squareroot 0 -> 0
34sqtx006 squareroot 00.0 -> 0.0
35sqtx007 squareroot 0.00 -> 0.0
36sqtx008 squareroot 00.00 -> 0.0
37sqtx009 squareroot 00.000 -> 0.00
38sqtx010 squareroot 00.0000 -> 0.00
39sqtx011 squareroot 00 -> 0
40
41sqtx012 squareroot -2 -> NaN Invalid_operation
42sqtx013 squareroot 2 -> 1.41421356 Inexact Rounded
43sqtx014 squareroot -2.00 -> NaN Invalid_operation
44sqtx015 squareroot 2.00 -> 1.41421356 Inexact Rounded
45sqtx016 squareroot -0 -> -0
46sqtx017 squareroot -0.0 -> -0.0
47sqtx018 squareroot -00.00 -> -0.0
48sqtx019 squareroot -00.000 -> -0.00
49sqtx020 squareroot -0.0000 -> -0.00
50sqtx021 squareroot -0E+9 -> -0E+4
51sqtx022 squareroot -0E+10 -> -0E+5
52sqtx023 squareroot -0E+11 -> -0E+5
53sqtx024 squareroot -0E+12 -> -0E+6
54sqtx025 squareroot -00 -> -0
55sqtx026 squareroot 0E+5 -> 0E+2
56sqtx027 squareroot 4.0 -> 2.0
57sqtx028 squareroot 4.00 -> 2.0
58
59sqtx030 squareroot +0.1 -> 0.316227766 Inexact Rounded
60sqtx031 squareroot -0.1 -> NaN Invalid_operation
61sqtx032 squareroot +0.01 -> 0.1
62sqtx033 squareroot -0.01 -> NaN Invalid_operation
63sqtx034 squareroot +0.001 -> 0.0316227766 Inexact Rounded
64sqtx035 squareroot -0.001 -> NaN Invalid_operation
65sqtx036 squareroot +0.000001 -> 0.001
66sqtx037 squareroot -0.000001 -> NaN Invalid_operation
67sqtx038 squareroot +0.000000000001 -> 0.000001
68sqtx039 squareroot -0.000000000001 -> NaN Invalid_operation
69
70sqtx041 squareroot 1.1 -> 1.04880885 Inexact Rounded
71sqtx042 squareroot 1.10 -> 1.04880885 Inexact Rounded
72sqtx043 squareroot 1.100 -> 1.04880885 Inexact Rounded
73sqtx044 squareroot 1.110 -> 1.05356538 Inexact Rounded
74sqtx045 squareroot -1.1 -> NaN Invalid_operation
75sqtx046 squareroot -1.10 -> NaN Invalid_operation
76sqtx047 squareroot -1.100 -> NaN Invalid_operation
77sqtx048 squareroot -1.110 -> NaN Invalid_operation
78sqtx049 squareroot 9.9 -> 3.14642654 Inexact Rounded
79sqtx050 squareroot 9.90 -> 3.14642654 Inexact Rounded
80sqtx051 squareroot 9.900 -> 3.14642654 Inexact Rounded
81sqtx052 squareroot 9.990 -> 3.16069613 Inexact Rounded
82sqtx053 squareroot -9.9 -> NaN Invalid_operation
83sqtx054 squareroot -9.90 -> NaN Invalid_operation
84sqtx055 squareroot -9.900 -> NaN Invalid_operation
85sqtx056 squareroot -9.990 -> NaN Invalid_operation
86
87sqtx060 squareroot 1 -> 1
88sqtx061 squareroot 1.0 -> 1.0
89sqtx062 squareroot 1.00 -> 1.0
90sqtx063 squareroot 10.0 -> 3.16227766 Inexact Rounded
91sqtx064 squareroot 10.0 -> 3.16227766 Inexact Rounded
92sqtx065 squareroot 10.0 -> 3.16227766 Inexact Rounded
93sqtx066 squareroot 10.00 -> 3.16227766 Inexact Rounded
94sqtx067 squareroot 100 -> 10
95sqtx068 squareroot 100.0 -> 10.0
96sqtx069 squareroot 100.00 -> 10.0
97sqtx070 squareroot 1.1000E+3 -> 33.1662479 Inexact Rounded
98sqtx071 squareroot 1.10000E+3 -> 33.1662479 Inexact Rounded
99sqtx072 squareroot -10.0 -> NaN Invalid_operation
100sqtx073 squareroot -10.00 -> NaN Invalid_operation
101sqtx074 squareroot -100.0 -> NaN Invalid_operation
102sqtx075 squareroot -100.00 -> NaN Invalid_operation
103sqtx076 squareroot -1.1000E+3 -> NaN Invalid_operation
104sqtx077 squareroot -1.10000E+3 -> NaN Invalid_operation
105
106-- famous squares
107sqtx080 squareroot 1 -> 1
108sqtx081 squareroot 4 -> 2
109sqtx082 squareroot 9 -> 3
110sqtx083 squareroot 16 -> 4
111sqtx084 squareroot 25 -> 5
112sqtx085 squareroot 36 -> 6
113sqtx086 squareroot 49 -> 7
114sqtx087 squareroot 64 -> 8
115sqtx088 squareroot 81 -> 9
116sqtx089 squareroot 100 -> 10
117sqtx090 squareroot 121 -> 11
118sqtx091 squareroot 144 -> 12
119sqtx092 squareroot 169 -> 13
120sqtx093 squareroot 256 -> 16
121sqtx094 squareroot 1024 -> 32
122sqtx095 squareroot 4096 -> 64
123sqtx100 squareroot 0.01 -> 0.1
124sqtx101 squareroot 0.04 -> 0.2
125sqtx102 squareroot 0.09 -> 0.3
126sqtx103 squareroot 0.16 -> 0.4
127sqtx104 squareroot 0.25 -> 0.5
128sqtx105 squareroot 0.36 -> 0.6
129sqtx106 squareroot 0.49 -> 0.7
130sqtx107 squareroot 0.64 -> 0.8
131sqtx108 squareroot 0.81 -> 0.9
132sqtx109 squareroot 1.00 -> 1.0
133sqtx110 squareroot 1.21 -> 1.1
134sqtx111 squareroot 1.44 -> 1.2
135sqtx112 squareroot 1.69 -> 1.3
136sqtx113 squareroot 2.56 -> 1.6
137sqtx114 squareroot 10.24 -> 3.2
138sqtx115 squareroot 40.96 -> 6.4
139
140-- Precision 1 squareroot tests [exhaustive, plus exponent adjusts]
141rounding: half_even
142maxExponent: 999
143minexponent: -999
144precision: 1
145sqtx1201 squareroot 0.1 -> 0.3 Inexact Rounded
146sqtx1202 squareroot 0.01 -> 0.1
147sqtx1203 squareroot 1.0E-1 -> 0.3 Inexact Rounded
148sqtx1204 squareroot 1.00E-2 -> 0.1 Rounded
149sqtx1205 squareroot 1E-3 -> 0.03 Inexact Rounded
150sqtx1206 squareroot 1E+1 -> 3 Inexact Rounded
151sqtx1207 squareroot 1E+2 -> 1E+1
152sqtx1208 squareroot 1E+3 -> 3E+1 Inexact Rounded
153sqtx1209 squareroot 0.2 -> 0.4 Inexact Rounded
154sqtx1210 squareroot 0.02 -> 0.1 Inexact Rounded
155sqtx1211 squareroot 2.0E-1 -> 0.4 Inexact Rounded
156sqtx1212 squareroot 2.00E-2 -> 0.1 Inexact Rounded
157sqtx1213 squareroot 2E-3 -> 0.04 Inexact Rounded
158sqtx1214 squareroot 2E+1 -> 4 Inexact Rounded
159sqtx1215 squareroot 2E+2 -> 1E+1 Inexact Rounded
160sqtx1216 squareroot 2E+3 -> 4E+1 Inexact Rounded
161sqtx1217 squareroot 0.3 -> 0.5 Inexact Rounded
162sqtx1218 squareroot 0.03 -> 0.2 Inexact Rounded
163sqtx1219 squareroot 3.0E-1 -> 0.5 Inexact Rounded
164sqtx1220 squareroot 3.00E-2 -> 0.2 Inexact Rounded
165sqtx1221 squareroot 3E-3 -> 0.05 Inexact Rounded
166sqtx1222 squareroot 3E+1 -> 5 Inexact Rounded
167sqtx1223 squareroot 3E+2 -> 2E+1 Inexact Rounded
168sqtx1224 squareroot 3E+3 -> 5E+1 Inexact Rounded
169sqtx1225 squareroot 0.4 -> 0.6 Inexact Rounded
170sqtx1226 squareroot 0.04 -> 0.2
171sqtx1227 squareroot 4.0E-1 -> 0.6 Inexact Rounded
172sqtx1228 squareroot 4.00E-2 -> 0.2 Rounded
173sqtx1229 squareroot 4E-3 -> 0.06 Inexact Rounded
174sqtx1230 squareroot 4E+1 -> 6 Inexact Rounded
175sqtx1231 squareroot 4E+2 -> 2E+1
176sqtx1232 squareroot 4E+3 -> 6E+1 Inexact Rounded
177sqtx1233 squareroot 0.5 -> 0.7 Inexact Rounded
178sqtx1234 squareroot 0.05 -> 0.2 Inexact Rounded
179sqtx1235 squareroot 5.0E-1 -> 0.7 Inexact Rounded
180sqtx1236 squareroot 5.00E-2 -> 0.2 Inexact Rounded
181sqtx1237 squareroot 5E-3 -> 0.07 Inexact Rounded
182sqtx1238 squareroot 5E+1 -> 7 Inexact Rounded
183sqtx1239 squareroot 5E+2 -> 2E+1 Inexact Rounded
184sqtx1240 squareroot 5E+3 -> 7E+1 Inexact Rounded
185sqtx1241 squareroot 0.6 -> 0.8 Inexact Rounded
186sqtx1242 squareroot 0.06 -> 0.2 Inexact Rounded
187sqtx1243 squareroot 6.0E-1 -> 0.8 Inexact Rounded
188sqtx1244 squareroot 6.00E-2 -> 0.2 Inexact Rounded
189sqtx1245 squareroot 6E-3 -> 0.08 Inexact Rounded
190sqtx1246 squareroot 6E+1 -> 8 Inexact Rounded
191sqtx1247 squareroot 6E+2 -> 2E+1 Inexact Rounded
192sqtx1248 squareroot 6E+3 -> 8E+1 Inexact Rounded
193sqtx1249 squareroot 0.7 -> 0.8 Inexact Rounded
194sqtx1250 squareroot 0.07 -> 0.3 Inexact Rounded
195sqtx1251 squareroot 7.0E-1 -> 0.8 Inexact Rounded
196sqtx1252 squareroot 7.00E-2 -> 0.3 Inexact Rounded
197sqtx1253 squareroot 7E-3 -> 0.08 Inexact Rounded
198sqtx1254 squareroot 7E+1 -> 8 Inexact Rounded
199sqtx1255 squareroot 7E+2 -> 3E+1 Inexact Rounded
200sqtx1256 squareroot 7E+3 -> 8E+1 Inexact Rounded
201sqtx1257 squareroot 0.8 -> 0.9 Inexact Rounded
202sqtx1258 squareroot 0.08 -> 0.3 Inexact Rounded
203sqtx1259 squareroot 8.0E-1 -> 0.9 Inexact Rounded
204sqtx1260 squareroot 8.00E-2 -> 0.3 Inexact Rounded
205sqtx1261 squareroot 8E-3 -> 0.09 Inexact Rounded
206sqtx1262 squareroot 8E+1 -> 9 Inexact Rounded
207sqtx1263 squareroot 8E+2 -> 3E+1 Inexact Rounded
208sqtx1264 squareroot 8E+3 -> 9E+1 Inexact Rounded
209sqtx1265 squareroot 0.9 -> 0.9 Inexact Rounded
210sqtx1266 squareroot 0.09 -> 0.3
211sqtx1267 squareroot 9.0E-1 -> 0.9 Inexact Rounded
212sqtx1268 squareroot 9.00E-2 -> 0.3 Rounded
213sqtx1269 squareroot 9E-3 -> 0.09 Inexact Rounded
214sqtx1270 squareroot 9E+1 -> 9 Inexact Rounded
215sqtx1271 squareroot 9E+2 -> 3E+1
216sqtx1272 squareroot 9E+3 -> 9E+1 Inexact Rounded
217
218-- Precision 2 squareroot tests [exhaustive, plus exponent adjusts]
219rounding: half_even
220maxExponent: 999
221minexponent: -999
222precision: 2
223sqtx2201 squareroot 0.1 -> 0.32 Inexact Rounded
224sqtx2202 squareroot 0.01 -> 0.1
225sqtx2203 squareroot 1.0E-1 -> 0.32 Inexact Rounded
226sqtx2204 squareroot 1.00E-2 -> 0.10
227sqtx2205 squareroot 1E-3 -> 0.032 Inexact Rounded
228sqtx2206 squareroot 1E+1 -> 3.2 Inexact Rounded
229sqtx2207 squareroot 1E+2 -> 1E+1
230sqtx2208 squareroot 1E+3 -> 32 Inexact Rounded
231sqtx2209 squareroot 0.2 -> 0.45 Inexact Rounded
232sqtx2210 squareroot 0.02 -> 0.14 Inexact Rounded
233sqtx2211 squareroot 2.0E-1 -> 0.45 Inexact Rounded
234sqtx2212 squareroot 2.00E-2 -> 0.14 Inexact Rounded
235sqtx2213 squareroot 2E-3 -> 0.045 Inexact Rounded
236sqtx2214 squareroot 2E+1 -> 4.5 Inexact Rounded
237sqtx2215 squareroot 2E+2 -> 14 Inexact Rounded
238sqtx2216 squareroot 2E+3 -> 45 Inexact Rounded
239sqtx2217 squareroot 0.3 -> 0.55 Inexact Rounded
240sqtx2218 squareroot 0.03 -> 0.17 Inexact Rounded
241sqtx2219 squareroot 3.0E-1 -> 0.55 Inexact Rounded
242sqtx2220 squareroot 3.00E-2 -> 0.17 Inexact Rounded
243sqtx2221 squareroot 3E-3 -> 0.055 Inexact Rounded
244sqtx2222 squareroot 3E+1 -> 5.5 Inexact Rounded
245sqtx2223 squareroot 3E+2 -> 17 Inexact Rounded
246sqtx2224 squareroot 3E+3 -> 55 Inexact Rounded
247sqtx2225 squareroot 0.4 -> 0.63 Inexact Rounded
248sqtx2226 squareroot 0.04 -> 0.2
249sqtx2227 squareroot 4.0E-1 -> 0.63 Inexact Rounded
250sqtx2228 squareroot 4.00E-2 -> 0.20
251sqtx2229 squareroot 4E-3 -> 0.063 Inexact Rounded
252sqtx2230 squareroot 4E+1 -> 6.3 Inexact Rounded
253sqtx2231 squareroot 4E+2 -> 2E+1
254sqtx2232 squareroot 4E+3 -> 63 Inexact Rounded
255sqtx2233 squareroot 0.5 -> 0.71 Inexact Rounded
256sqtx2234 squareroot 0.05 -> 0.22 Inexact Rounded
257sqtx2235 squareroot 5.0E-1 -> 0.71 Inexact Rounded
258sqtx2236 squareroot 5.00E-2 -> 0.22 Inexact Rounded
259sqtx2237 squareroot 5E-3 -> 0.071 Inexact Rounded
260sqtx2238 squareroot 5E+1 -> 7.1 Inexact Rounded
261sqtx2239 squareroot 5E+2 -> 22 Inexact Rounded
262sqtx2240 squareroot 5E+3 -> 71 Inexact Rounded
263sqtx2241 squareroot 0.6 -> 0.77 Inexact Rounded
264sqtx2242 squareroot 0.06 -> 0.24 Inexact Rounded
265sqtx2243 squareroot 6.0E-1 -> 0.77 Inexact Rounded
266sqtx2244 squareroot 6.00E-2 -> 0.24 Inexact Rounded
267sqtx2245 squareroot 6E-3 -> 0.077 Inexact Rounded
268sqtx2246 squareroot 6E+1 -> 7.7 Inexact Rounded
269sqtx2247 squareroot 6E+2 -> 24 Inexact Rounded
270sqtx2248 squareroot 6E+3 -> 77 Inexact Rounded
271sqtx2249 squareroot 0.7 -> 0.84 Inexact Rounded
272sqtx2250 squareroot 0.07 -> 0.26 Inexact Rounded
273sqtx2251 squareroot 7.0E-1 -> 0.84 Inexact Rounded
274sqtx2252 squareroot 7.00E-2 -> 0.26 Inexact Rounded
275sqtx2253 squareroot 7E-3 -> 0.084 Inexact Rounded
276sqtx2254 squareroot 7E+1 -> 8.4 Inexact Rounded
277sqtx2255 squareroot 7E+2 -> 26 Inexact Rounded
278sqtx2256 squareroot 7E+3 -> 84 Inexact Rounded
279sqtx2257 squareroot 0.8 -> 0.89 Inexact Rounded
280sqtx2258 squareroot 0.08 -> 0.28 Inexact Rounded
281sqtx2259 squareroot 8.0E-1 -> 0.89 Inexact Rounded
282sqtx2260 squareroot 8.00E-2 -> 0.28 Inexact Rounded
283sqtx2261 squareroot 8E-3 -> 0.089 Inexact Rounded
284sqtx2262 squareroot 8E+1 -> 8.9 Inexact Rounded
285sqtx2263 squareroot 8E+2 -> 28 Inexact Rounded
286sqtx2264 squareroot 8E+3 -> 89 Inexact Rounded
287sqtx2265 squareroot 0.9 -> 0.95 Inexact Rounded
288sqtx2266 squareroot 0.09 -> 0.3
289sqtx2267 squareroot 9.0E-1 -> 0.95 Inexact Rounded
290sqtx2268 squareroot 9.00E-2 -> 0.30
291sqtx2269 squareroot 9E-3 -> 0.095 Inexact Rounded
292sqtx2270 squareroot 9E+1 -> 9.5 Inexact Rounded
293sqtx2271 squareroot 9E+2 -> 3E+1
294sqtx2272 squareroot 9E+3 -> 95 Inexact Rounded
295sqtx2273 squareroot 0.10 -> 0.32 Inexact Rounded
296sqtx2274 squareroot 0.010 -> 0.10
297sqtx2275 squareroot 10.0E-1 -> 1.0
298sqtx2276 squareroot 10.00E-2 -> 0.32 Inexact Rounded
299sqtx2277 squareroot 10E-3 -> 0.10
300sqtx2278 squareroot 10E+1 -> 10
301sqtx2279 squareroot 10E+2 -> 32 Inexact Rounded
302sqtx2280 squareroot 10E+3 -> 1.0E+2
303sqtx2281 squareroot 0.11 -> 0.33 Inexact Rounded
304sqtx2282 squareroot 0.011 -> 0.10 Inexact Rounded
305sqtx2283 squareroot 11.0E-1 -> 1.0 Inexact Rounded
306sqtx2284 squareroot 11.00E-2 -> 0.33 Inexact Rounded
307sqtx2285 squareroot 11E-3 -> 0.10 Inexact Rounded
308sqtx2286 squareroot 11E+1 -> 10 Inexact Rounded
309sqtx2287 squareroot 11E+2 -> 33 Inexact Rounded
310sqtx2288 squareroot 11E+3 -> 1.0E+2 Inexact Rounded
311sqtx2289 squareroot 0.12 -> 0.35 Inexact Rounded
312sqtx2290 squareroot 0.012 -> 0.11 Inexact Rounded
313sqtx2291 squareroot 12.0E-1 -> 1.1 Inexact Rounded
314sqtx2292 squareroot 12.00E-2 -> 0.35 Inexact Rounded
315sqtx2293 squareroot 12E-3 -> 0.11 Inexact Rounded
316sqtx2294 squareroot 12E+1 -> 11 Inexact Rounded
317sqtx2295 squareroot 12E+2 -> 35 Inexact Rounded
318sqtx2296 squareroot 12E+3 -> 1.1E+2 Inexact Rounded
319sqtx2297 squareroot 0.13 -> 0.36 Inexact Rounded
320sqtx2298 squareroot 0.013 -> 0.11 Inexact Rounded
321sqtx2299 squareroot 13.0E-1 -> 1.1 Inexact Rounded
322sqtx2300 squareroot 13.00E-2 -> 0.36 Inexact Rounded
323sqtx2301 squareroot 13E-3 -> 0.11 Inexact Rounded
324sqtx2302 squareroot 13E+1 -> 11 Inexact Rounded
325sqtx2303 squareroot 13E+2 -> 36 Inexact Rounded
326sqtx2304 squareroot 13E+3 -> 1.1E+2 Inexact Rounded
327sqtx2305 squareroot 0.14 -> 0.37 Inexact Rounded
328sqtx2306 squareroot 0.014 -> 0.12 Inexact Rounded
329sqtx2307 squareroot 14.0E-1 -> 1.2 Inexact Rounded
330sqtx2308 squareroot 14.00E-2 -> 0.37 Inexact Rounded
331sqtx2309 squareroot 14E-3 -> 0.12 Inexact Rounded
332sqtx2310 squareroot 14E+1 -> 12 Inexact Rounded
333sqtx2311 squareroot 14E+2 -> 37 Inexact Rounded
334sqtx2312 squareroot 14E+3 -> 1.2E+2 Inexact Rounded
335sqtx2313 squareroot 0.15 -> 0.39 Inexact Rounded
336sqtx2314 squareroot 0.015 -> 0.12 Inexact Rounded
337sqtx2315 squareroot 15.0E-1 -> 1.2 Inexact Rounded
338sqtx2316 squareroot 15.00E-2 -> 0.39 Inexact Rounded
339sqtx2317 squareroot 15E-3 -> 0.12 Inexact Rounded
340sqtx2318 squareroot 15E+1 -> 12 Inexact Rounded
341sqtx2319 squareroot 15E+2 -> 39 Inexact Rounded
342sqtx2320 squareroot 15E+3 -> 1.2E+2 Inexact Rounded
343sqtx2321 squareroot 0.16 -> 0.4
344sqtx2322 squareroot 0.016 -> 0.13 Inexact Rounded
345sqtx2323 squareroot 16.0E-1 -> 1.3 Inexact Rounded
346sqtx2324 squareroot 16.00E-2 -> 0.40
347sqtx2325 squareroot 16E-3 -> 0.13 Inexact Rounded
348sqtx2326 squareroot 16E+1 -> 13 Inexact Rounded
349sqtx2327 squareroot 16E+2 -> 4E+1
350sqtx2328 squareroot 16E+3 -> 1.3E+2 Inexact Rounded
351sqtx2329 squareroot 0.17 -> 0.41 Inexact Rounded
352sqtx2330 squareroot 0.017 -> 0.13 Inexact Rounded
353sqtx2331 squareroot 17.0E-1 -> 1.3 Inexact Rounded
354sqtx2332 squareroot 17.00E-2 -> 0.41 Inexact Rounded
355sqtx2333 squareroot 17E-3 -> 0.13 Inexact Rounded
356sqtx2334 squareroot 17E+1 -> 13 Inexact Rounded
357sqtx2335 squareroot 17E+2 -> 41 Inexact Rounded
358sqtx2336 squareroot 17E+3 -> 1.3E+2 Inexact Rounded
359sqtx2337 squareroot 0.18 -> 0.42 Inexact Rounded
360sqtx2338 squareroot 0.018 -> 0.13 Inexact Rounded
361sqtx2339 squareroot 18.0E-1 -> 1.3 Inexact Rounded
362sqtx2340 squareroot 18.00E-2 -> 0.42 Inexact Rounded
363sqtx2341 squareroot 18E-3 -> 0.13 Inexact Rounded
364sqtx2342 squareroot 18E+1 -> 13 Inexact Rounded
365sqtx2343 squareroot 18E+2 -> 42 Inexact Rounded
366sqtx2344 squareroot 18E+3 -> 1.3E+2 Inexact Rounded
367sqtx2345 squareroot 0.19 -> 0.44 Inexact Rounded
368sqtx2346 squareroot 0.019 -> 0.14 Inexact Rounded
369sqtx2347 squareroot 19.0E-1 -> 1.4 Inexact Rounded
370sqtx2348 squareroot 19.00E-2 -> 0.44 Inexact Rounded
371sqtx2349 squareroot 19E-3 -> 0.14 Inexact Rounded
372sqtx2350 squareroot 19E+1 -> 14 Inexact Rounded
373sqtx2351 squareroot 19E+2 -> 44 Inexact Rounded
374sqtx2352 squareroot 19E+3 -> 1.4E+2 Inexact Rounded
375sqtx2353 squareroot 0.20 -> 0.45 Inexact Rounded
376sqtx2354 squareroot 0.020 -> 0.14 Inexact Rounded
377sqtx2355 squareroot 20.0E-1 -> 1.4 Inexact Rounded
378sqtx2356 squareroot 20.00E-2 -> 0.45 Inexact Rounded
379sqtx2357 squareroot 20E-3 -> 0.14 Inexact Rounded
380sqtx2358 squareroot 20E+1 -> 14 Inexact Rounded
381sqtx2359 squareroot 20E+2 -> 45 Inexact Rounded
382sqtx2360 squareroot 20E+3 -> 1.4E+2 Inexact Rounded
383sqtx2361 squareroot 0.21 -> 0.46 Inexact Rounded
384sqtx2362 squareroot 0.021 -> 0.14 Inexact Rounded
385sqtx2363 squareroot 21.0E-1 -> 1.4 Inexact Rounded
386sqtx2364 squareroot 21.00E-2 -> 0.46 Inexact Rounded
387sqtx2365 squareroot 21E-3 -> 0.14 Inexact Rounded
388sqtx2366 squareroot 21E+1 -> 14 Inexact Rounded
389sqtx2367 squareroot 21E+2 -> 46 Inexact Rounded
390sqtx2368 squareroot 21E+3 -> 1.4E+2 Inexact Rounded
391sqtx2369 squareroot 0.22 -> 0.47 Inexact Rounded
392sqtx2370 squareroot 0.022 -> 0.15 Inexact Rounded
393sqtx2371 squareroot 22.0E-1 -> 1.5 Inexact Rounded
394sqtx2372 squareroot 22.00E-2 -> 0.47 Inexact Rounded
395sqtx2373 squareroot 22E-3 -> 0.15 Inexact Rounded
396sqtx2374 squareroot 22E+1 -> 15 Inexact Rounded
397sqtx2375 squareroot 22E+2 -> 47 Inexact Rounded
398sqtx2376 squareroot 22E+3 -> 1.5E+2 Inexact Rounded
399sqtx2377 squareroot 0.23 -> 0.48 Inexact Rounded
400sqtx2378 squareroot 0.023 -> 0.15 Inexact Rounded
401sqtx2379 squareroot 23.0E-1 -> 1.5 Inexact Rounded
402sqtx2380 squareroot 23.00E-2 -> 0.48 Inexact Rounded
403sqtx2381 squareroot 23E-3 -> 0.15 Inexact Rounded
404sqtx2382 squareroot 23E+1 -> 15 Inexact Rounded
405sqtx2383 squareroot 23E+2 -> 48 Inexact Rounded
406sqtx2384 squareroot 23E+3 -> 1.5E+2 Inexact Rounded
407sqtx2385 squareroot 0.24 -> 0.49 Inexact Rounded
408sqtx2386 squareroot 0.024 -> 0.15 Inexact Rounded
409sqtx2387 squareroot 24.0E-1 -> 1.5 Inexact Rounded
410sqtx2388 squareroot 24.00E-2 -> 0.49 Inexact Rounded
411sqtx2389 squareroot 24E-3 -> 0.15 Inexact Rounded
412sqtx2390 squareroot 24E+1 -> 15 Inexact Rounded
413sqtx2391 squareroot 24E+2 -> 49 Inexact Rounded
414sqtx2392 squareroot 24E+3 -> 1.5E+2 Inexact Rounded
415sqtx2393 squareroot 0.25 -> 0.5
416sqtx2394 squareroot 0.025 -> 0.16 Inexact Rounded
417sqtx2395 squareroot 25.0E-1 -> 1.6 Inexact Rounded
418sqtx2396 squareroot 25.00E-2 -> 0.50
419sqtx2397 squareroot 25E-3 -> 0.16 Inexact Rounded
420sqtx2398 squareroot 25E+1 -> 16 Inexact Rounded
421sqtx2399 squareroot 25E+2 -> 5E+1
422sqtx2400 squareroot 25E+3 -> 1.6E+2 Inexact Rounded
423sqtx2401 squareroot 0.26 -> 0.51 Inexact Rounded
424sqtx2402 squareroot 0.026 -> 0.16 Inexact Rounded
425sqtx2403 squareroot 26.0E-1 -> 1.6 Inexact Rounded
426sqtx2404 squareroot 26.00E-2 -> 0.51 Inexact Rounded
427sqtx2405 squareroot 26E-3 -> 0.16 Inexact Rounded
428sqtx2406 squareroot 26E+1 -> 16 Inexact Rounded
429sqtx2407 squareroot 26E+2 -> 51 Inexact Rounded
430sqtx2408 squareroot 26E+3 -> 1.6E+2 Inexact Rounded
431sqtx2409 squareroot 0.27 -> 0.52 Inexact Rounded
432sqtx2410 squareroot 0.027 -> 0.16 Inexact Rounded
433sqtx2411 squareroot 27.0E-1 -> 1.6 Inexact Rounded
434sqtx2412 squareroot 27.00E-2 -> 0.52 Inexact Rounded
435sqtx2413 squareroot 27E-3 -> 0.16 Inexact Rounded
436sqtx2414 squareroot 27E+1 -> 16 Inexact Rounded
437sqtx2415 squareroot 27E+2 -> 52 Inexact Rounded
438sqtx2416 squareroot 27E+3 -> 1.6E+2 Inexact Rounded
439sqtx2417 squareroot 0.28 -> 0.53 Inexact Rounded
440sqtx2418 squareroot 0.028 -> 0.17 Inexact Rounded
441sqtx2419 squareroot 28.0E-1 -> 1.7 Inexact Rounded
442sqtx2420 squareroot 28.00E-2 -> 0.53 Inexact Rounded
443sqtx2421 squareroot 28E-3 -> 0.17 Inexact Rounded
444sqtx2422 squareroot 28E+1 -> 17 Inexact Rounded
445sqtx2423 squareroot 28E+2 -> 53 Inexact Rounded
446sqtx2424 squareroot 28E+3 -> 1.7E+2 Inexact Rounded
447sqtx2425 squareroot 0.29 -> 0.54 Inexact Rounded
448sqtx2426 squareroot 0.029 -> 0.17 Inexact Rounded
449sqtx2427 squareroot 29.0E-1 -> 1.7 Inexact Rounded
450sqtx2428 squareroot 29.00E-2 -> 0.54 Inexact Rounded
451sqtx2429 squareroot 29E-3 -> 0.17 Inexact Rounded
452sqtx2430 squareroot 29E+1 -> 17 Inexact Rounded
453sqtx2431 squareroot 29E+2 -> 54 Inexact Rounded
454sqtx2432 squareroot 29E+3 -> 1.7E+2 Inexact Rounded
455sqtx2433 squareroot 0.30 -> 0.55 Inexact Rounded
456sqtx2434 squareroot 0.030 -> 0.17 Inexact Rounded
457sqtx2435 squareroot 30.0E-1 -> 1.7 Inexact Rounded
458sqtx2436 squareroot 30.00E-2 -> 0.55 Inexact Rounded
459sqtx2437 squareroot 30E-3 -> 0.17 Inexact Rounded
460sqtx2438 squareroot 30E+1 -> 17 Inexact Rounded
461sqtx2439 squareroot 30E+2 -> 55 Inexact Rounded
462sqtx2440 squareroot 30E+3 -> 1.7E+2 Inexact Rounded
463sqtx2441 squareroot 0.31 -> 0.56 Inexact Rounded
464sqtx2442 squareroot 0.031 -> 0.18 Inexact Rounded
465sqtx2443 squareroot 31.0E-1 -> 1.8 Inexact Rounded
466sqtx2444 squareroot 31.00E-2 -> 0.56 Inexact Rounded
467sqtx2445 squareroot 31E-3 -> 0.18 Inexact Rounded
468sqtx2446 squareroot 31E+1 -> 18 Inexact Rounded
469sqtx2447 squareroot 31E+2 -> 56 Inexact Rounded
470sqtx2448 squareroot 31E+3 -> 1.8E+2 Inexact Rounded
471sqtx2449 squareroot 0.32 -> 0.57 Inexact Rounded
472sqtx2450 squareroot 0.032 -> 0.18 Inexact Rounded
473sqtx2451 squareroot 32.0E-1 -> 1.8 Inexact Rounded
474sqtx2452 squareroot 32.00E-2 -> 0.57 Inexact Rounded
475sqtx2453 squareroot 32E-3 -> 0.18 Inexact Rounded
476sqtx2454 squareroot 32E+1 -> 18 Inexact Rounded
477sqtx2455 squareroot 32E+2 -> 57 Inexact Rounded
478sqtx2456 squareroot 32E+3 -> 1.8E+2 Inexact Rounded
479sqtx2457 squareroot 0.33 -> 0.57 Inexact Rounded
480sqtx2458 squareroot 0.033 -> 0.18 Inexact Rounded
481sqtx2459 squareroot 33.0E-1 -> 1.8 Inexact Rounded
482sqtx2460 squareroot 33.00E-2 -> 0.57 Inexact Rounded
483sqtx2461 squareroot 33E-3 -> 0.18 Inexact Rounded
484sqtx2462 squareroot 33E+1 -> 18 Inexact Rounded
485sqtx2463 squareroot 33E+2 -> 57 Inexact Rounded
486sqtx2464 squareroot 33E+3 -> 1.8E+2 Inexact Rounded
487sqtx2465 squareroot 0.34 -> 0.58 Inexact Rounded
488sqtx2466 squareroot 0.034 -> 0.18 Inexact Rounded
489sqtx2467 squareroot 34.0E-1 -> 1.8 Inexact Rounded
490sqtx2468 squareroot 34.00E-2 -> 0.58 Inexact Rounded
491sqtx2469 squareroot 34E-3 -> 0.18 Inexact Rounded
492sqtx2470 squareroot 34E+1 -> 18 Inexact Rounded
493sqtx2471 squareroot 34E+2 -> 58 Inexact Rounded
494sqtx2472 squareroot 34E+3 -> 1.8E+2 Inexact Rounded
495sqtx2473 squareroot 0.35 -> 0.59 Inexact Rounded
496sqtx2474 squareroot 0.035 -> 0.19 Inexact Rounded
497sqtx2475 squareroot 35.0E-1 -> 1.9 Inexact Rounded
498sqtx2476 squareroot 35.00E-2 -> 0.59 Inexact Rounded
499sqtx2477 squareroot 35E-3 -> 0.19 Inexact Rounded
500sqtx2478 squareroot 35E+1 -> 19 Inexact Rounded
501sqtx2479 squareroot 35E+2 -> 59 Inexact Rounded
502sqtx2480 squareroot 35E+3 -> 1.9E+2 Inexact Rounded
503sqtx2481 squareroot 0.36 -> 0.6
504sqtx2482 squareroot 0.036 -> 0.19 Inexact Rounded
505sqtx2483 squareroot 36.0E-1 -> 1.9 Inexact Rounded
506sqtx2484 squareroot 36.00E-2 -> 0.60
507sqtx2485 squareroot 36E-3 -> 0.19 Inexact Rounded
508sqtx2486 squareroot 36E+1 -> 19 Inexact Rounded
509sqtx2487 squareroot 36E+2 -> 6E+1
510sqtx2488 squareroot 36E+3 -> 1.9E+2 Inexact Rounded
511sqtx2489 squareroot 0.37 -> 0.61 Inexact Rounded
512sqtx2490 squareroot 0.037 -> 0.19 Inexact Rounded
513sqtx2491 squareroot 37.0E-1 -> 1.9 Inexact Rounded
514sqtx2492 squareroot 37.00E-2 -> 0.61 Inexact Rounded
515sqtx2493 squareroot 37E-3 -> 0.19 Inexact Rounded
516sqtx2494 squareroot 37E+1 -> 19 Inexact Rounded
517sqtx2495 squareroot 37E+2 -> 61 Inexact Rounded
518sqtx2496 squareroot 37E+3 -> 1.9E+2 Inexact Rounded
519sqtx2497 squareroot 0.38 -> 0.62 Inexact Rounded
520sqtx2498 squareroot 0.038 -> 0.19 Inexact Rounded
521sqtx2499 squareroot 38.0E-1 -> 1.9 Inexact Rounded
522sqtx2500 squareroot 38.00E-2 -> 0.62 Inexact Rounded
523sqtx2501 squareroot 38E-3 -> 0.19 Inexact Rounded
524sqtx2502 squareroot 38E+1 -> 19 Inexact Rounded
525sqtx2503 squareroot 38E+2 -> 62 Inexact Rounded
526sqtx2504 squareroot 38E+3 -> 1.9E+2 Inexact Rounded
527sqtx2505 squareroot 0.39 -> 0.62 Inexact Rounded
528sqtx2506 squareroot 0.039 -> 0.20 Inexact Rounded
529sqtx2507 squareroot 39.0E-1 -> 2.0 Inexact Rounded
530sqtx2508 squareroot 39.00E-2 -> 0.62 Inexact Rounded
531sqtx2509 squareroot 39E-3 -> 0.20 Inexact Rounded
532sqtx2510 squareroot 39E+1 -> 20 Inexact Rounded
533sqtx2511 squareroot 39E+2 -> 62 Inexact Rounded
534sqtx2512 squareroot 39E+3 -> 2.0E+2 Inexact Rounded
535sqtx2513 squareroot 0.40 -> 0.63 Inexact Rounded
536sqtx2514 squareroot 0.040 -> 0.20
537sqtx2515 squareroot 40.0E-1 -> 2.0
538sqtx2516 squareroot 40.00E-2 -> 0.63 Inexact Rounded
539sqtx2517 squareroot 40E-3 -> 0.20
540sqtx2518 squareroot 40E+1 -> 20
541sqtx2519 squareroot 40E+2 -> 63 Inexact Rounded
542sqtx2520 squareroot 40E+3 -> 2.0E+2
543sqtx2521 squareroot 0.41 -> 0.64 Inexact Rounded
544sqtx2522 squareroot 0.041 -> 0.20 Inexact Rounded
545sqtx2523 squareroot 41.0E-1 -> 2.0 Inexact Rounded
546sqtx2524 squareroot 41.00E-2 -> 0.64 Inexact Rounded
547sqtx2525 squareroot 41E-3 -> 0.20 Inexact Rounded
548sqtx2526 squareroot 41E+1 -> 20 Inexact Rounded
549sqtx2527 squareroot 41E+2 -> 64 Inexact Rounded
550sqtx2528 squareroot 41E+3 -> 2.0E+2 Inexact Rounded
551sqtx2529 squareroot 0.42 -> 0.65 Inexact Rounded
552sqtx2530 squareroot 0.042 -> 0.20 Inexact Rounded
553sqtx2531 squareroot 42.0E-1 -> 2.0 Inexact Rounded
554sqtx2532 squareroot 42.00E-2 -> 0.65 Inexact Rounded
555sqtx2533 squareroot 42E-3 -> 0.20 Inexact Rounded
556sqtx2534 squareroot 42E+1 -> 20 Inexact Rounded
557sqtx2535 squareroot 42E+2 -> 65 Inexact Rounded
558sqtx2536 squareroot 42E+3 -> 2.0E+2 Inexact Rounded
559sqtx2537 squareroot 0.43 -> 0.66 Inexact Rounded
560sqtx2538 squareroot 0.043 -> 0.21 Inexact Rounded
561sqtx2539 squareroot 43.0E-1 -> 2.1 Inexact Rounded
562sqtx2540 squareroot 43.00E-2 -> 0.66 Inexact Rounded
563sqtx2541 squareroot 43E-3 -> 0.21 Inexact Rounded
564sqtx2542 squareroot 43E+1 -> 21 Inexact Rounded
565sqtx2543 squareroot 43E+2 -> 66 Inexact Rounded
566sqtx2544 squareroot 43E+3 -> 2.1E+2 Inexact Rounded
567sqtx2545 squareroot 0.44 -> 0.66 Inexact Rounded
568sqtx2546 squareroot 0.044 -> 0.21 Inexact Rounded
569sqtx2547 squareroot 44.0E-1 -> 2.1 Inexact Rounded
570sqtx2548 squareroot 44.00E-2 -> 0.66 Inexact Rounded
571sqtx2549 squareroot 44E-3 -> 0.21 Inexact Rounded
572sqtx2550 squareroot 44E+1 -> 21 Inexact Rounded
573sqtx2551 squareroot 44E+2 -> 66 Inexact Rounded
574sqtx2552 squareroot 44E+3 -> 2.1E+2 Inexact Rounded
575sqtx2553 squareroot 0.45 -> 0.67 Inexact Rounded
576sqtx2554 squareroot 0.045 -> 0.21 Inexact Rounded
577sqtx2555 squareroot 45.0E-1 -> 2.1 Inexact Rounded
578sqtx2556 squareroot 45.00E-2 -> 0.67 Inexact Rounded
579sqtx2557 squareroot 45E-3 -> 0.21 Inexact Rounded
580sqtx2558 squareroot 45E+1 -> 21 Inexact Rounded
581sqtx2559 squareroot 45E+2 -> 67 Inexact Rounded
582sqtx2560 squareroot 45E+3 -> 2.1E+2 Inexact Rounded
583sqtx2561 squareroot 0.46 -> 0.68 Inexact Rounded
584sqtx2562 squareroot 0.046 -> 0.21 Inexact Rounded
585sqtx2563 squareroot 46.0E-1 -> 2.1 Inexact Rounded
586sqtx2564 squareroot 46.00E-2 -> 0.68 Inexact Rounded
587sqtx2565 squareroot 46E-3 -> 0.21 Inexact Rounded
588sqtx2566 squareroot 46E+1 -> 21 Inexact Rounded
589sqtx2567 squareroot 46E+2 -> 68 Inexact Rounded
590sqtx2568 squareroot 46E+3 -> 2.1E+2 Inexact Rounded
591sqtx2569 squareroot 0.47 -> 0.69 Inexact Rounded
592sqtx2570 squareroot 0.047 -> 0.22 Inexact Rounded
593sqtx2571 squareroot 47.0E-1 -> 2.2 Inexact Rounded
594sqtx2572 squareroot 47.00E-2 -> 0.69 Inexact Rounded
595sqtx2573 squareroot 47E-3 -> 0.22 Inexact Rounded
596sqtx2574 squareroot 47E+1 -> 22 Inexact Rounded
597sqtx2575 squareroot 47E+2 -> 69 Inexact Rounded
598sqtx2576 squareroot 47E+3 -> 2.2E+2 Inexact Rounded
599sqtx2577 squareroot 0.48 -> 0.69 Inexact Rounded
600sqtx2578 squareroot 0.048 -> 0.22 Inexact Rounded
601sqtx2579 squareroot 48.0E-1 -> 2.2 Inexact Rounded
602sqtx2580 squareroot 48.00E-2 -> 0.69 Inexact Rounded
603sqtx2581 squareroot 48E-3 -> 0.22 Inexact Rounded
604sqtx2582 squareroot 48E+1 -> 22 Inexact Rounded
605sqtx2583 squareroot 48E+2 -> 69 Inexact Rounded
606sqtx2584 squareroot 48E+3 -> 2.2E+2 Inexact Rounded
607sqtx2585 squareroot 0.49 -> 0.7
608sqtx2586 squareroot 0.049 -> 0.22 Inexact Rounded
609sqtx2587 squareroot 49.0E-1 -> 2.2 Inexact Rounded
610sqtx2588 squareroot 49.00E-2 -> 0.70
611sqtx2589 squareroot 49E-3 -> 0.22 Inexact Rounded
612sqtx2590 squareroot 49E+1 -> 22 Inexact Rounded
613sqtx2591 squareroot 49E+2 -> 7E+1
614sqtx2592 squareroot 49E+3 -> 2.2E+2 Inexact Rounded
615sqtx2593 squareroot 0.50 -> 0.71 Inexact Rounded
616sqtx2594 squareroot 0.050 -> 0.22 Inexact Rounded
617sqtx2595 squareroot 50.0E-1 -> 2.2 Inexact Rounded
618sqtx2596 squareroot 50.00E-2 -> 0.71 Inexact Rounded
619sqtx2597 squareroot 50E-3 -> 0.22 Inexact Rounded
620sqtx2598 squareroot 50E+1 -> 22 Inexact Rounded
621sqtx2599 squareroot 50E+2 -> 71 Inexact Rounded
622sqtx2600 squareroot 50E+3 -> 2.2E+2 Inexact Rounded
623sqtx2601 squareroot 0.51 -> 0.71 Inexact Rounded
624sqtx2602 squareroot 0.051 -> 0.23 Inexact Rounded
625sqtx2603 squareroot 51.0E-1 -> 2.3 Inexact Rounded
626sqtx2604 squareroot 51.00E-2 -> 0.71 Inexact Rounded
627sqtx2605 squareroot 51E-3 -> 0.23 Inexact Rounded
628sqtx2606 squareroot 51E+1 -> 23 Inexact Rounded
629sqtx2607 squareroot 51E+2 -> 71 Inexact Rounded
630sqtx2608 squareroot 51E+3 -> 2.3E+2 Inexact Rounded
631sqtx2609 squareroot 0.52 -> 0.72 Inexact Rounded
632sqtx2610 squareroot 0.052 -> 0.23 Inexact Rounded
633sqtx2611 squareroot 52.0E-1 -> 2.3 Inexact Rounded
634sqtx2612 squareroot 52.00E-2 -> 0.72 Inexact Rounded
635sqtx2613 squareroot 52E-3 -> 0.23 Inexact Rounded
636sqtx2614 squareroot 52E+1 -> 23 Inexact Rounded
637sqtx2615 squareroot 52E+2 -> 72 Inexact Rounded
638sqtx2616 squareroot 52E+3 -> 2.3E+2 Inexact Rounded
639sqtx2617 squareroot 0.53 -> 0.73 Inexact Rounded
640sqtx2618 squareroot 0.053 -> 0.23 Inexact Rounded
641sqtx2619 squareroot 53.0E-1 -> 2.3 Inexact Rounded
642sqtx2620 squareroot 53.00E-2 -> 0.73 Inexact Rounded
643sqtx2621 squareroot 53E-3 -> 0.23 Inexact Rounded
644sqtx2622 squareroot 53E+1 -> 23 Inexact Rounded
645sqtx2623 squareroot 53E+2 -> 73 Inexact Rounded
646sqtx2624 squareroot 53E+3 -> 2.3E+2 Inexact Rounded
647sqtx2625 squareroot 0.54 -> 0.73 Inexact Rounded
648sqtx2626 squareroot 0.054 -> 0.23 Inexact Rounded
649sqtx2627 squareroot 54.0E-1 -> 2.3 Inexact Rounded
650sqtx2628 squareroot 54.00E-2 -> 0.73 Inexact Rounded
651sqtx2629 squareroot 54E-3 -> 0.23 Inexact Rounded
652sqtx2630 squareroot 54E+1 -> 23 Inexact Rounded
653sqtx2631 squareroot 54E+2 -> 73 Inexact Rounded
654sqtx2632 squareroot 54E+3 -> 2.3E+2 Inexact Rounded
655sqtx2633 squareroot 0.55 -> 0.74 Inexact Rounded
656sqtx2634 squareroot 0.055 -> 0.23 Inexact Rounded
657sqtx2635 squareroot 55.0E-1 -> 2.3 Inexact Rounded
658sqtx2636 squareroot 55.00E-2 -> 0.74 Inexact Rounded
659sqtx2637 squareroot 55E-3 -> 0.23 Inexact Rounded
660sqtx2638 squareroot 55E+1 -> 23 Inexact Rounded
661sqtx2639 squareroot 55E+2 -> 74 Inexact Rounded
662sqtx2640 squareroot 55E+3 -> 2.3E+2 Inexact Rounded
663sqtx2641 squareroot 0.56 -> 0.75 Inexact Rounded
664sqtx2642 squareroot 0.056 -> 0.24 Inexact Rounded
665sqtx2643 squareroot 56.0E-1 -> 2.4 Inexact Rounded
666sqtx2644 squareroot 56.00E-2 -> 0.75 Inexact Rounded
667sqtx2645 squareroot 56E-3 -> 0.24 Inexact Rounded
668sqtx2646 squareroot 56E+1 -> 24 Inexact Rounded
669sqtx2647 squareroot 56E+2 -> 75 Inexact Rounded
670sqtx2648 squareroot 56E+3 -> 2.4E+2 Inexact Rounded
671sqtx2649 squareroot 0.57 -> 0.75 Inexact Rounded
672sqtx2650 squareroot 0.057 -> 0.24 Inexact Rounded
673sqtx2651 squareroot 57.0E-1 -> 2.4 Inexact Rounded
674sqtx2652 squareroot 57.00E-2 -> 0.75 Inexact Rounded
675sqtx2653 squareroot 57E-3 -> 0.24 Inexact Rounded
676sqtx2654 squareroot 57E+1 -> 24 Inexact Rounded
677sqtx2655 squareroot 57E+2 -> 75 Inexact Rounded
678sqtx2656 squareroot 57E+3 -> 2.4E+2 Inexact Rounded
679sqtx2657 squareroot 0.58 -> 0.76 Inexact Rounded
680sqtx2658 squareroot 0.058 -> 0.24 Inexact Rounded
681sqtx2659 squareroot 58.0E-1 -> 2.4 Inexact Rounded
682sqtx2660 squareroot 58.00E-2 -> 0.76 Inexact Rounded
683sqtx2661 squareroot 58E-3 -> 0.24 Inexact Rounded
684sqtx2662 squareroot 58E+1 -> 24 Inexact Rounded
685sqtx2663 squareroot 58E+2 -> 76 Inexact Rounded
686sqtx2664 squareroot 58E+3 -> 2.4E+2 Inexact Rounded
687sqtx2665 squareroot 0.59 -> 0.77 Inexact Rounded
688sqtx2666 squareroot 0.059 -> 0.24 Inexact Rounded
689sqtx2667 squareroot 59.0E-1 -> 2.4 Inexact Rounded
690sqtx2668 squareroot 59.00E-2 -> 0.77 Inexact Rounded
691sqtx2669 squareroot 59E-3 -> 0.24 Inexact Rounded
692sqtx2670 squareroot 59E+1 -> 24 Inexact Rounded
693sqtx2671 squareroot 59E+2 -> 77 Inexact Rounded
694sqtx2672 squareroot 59E+3 -> 2.4E+2 Inexact Rounded
695sqtx2673 squareroot 0.60 -> 0.77 Inexact Rounded
696sqtx2674 squareroot 0.060 -> 0.24 Inexact Rounded
697sqtx2675 squareroot 60.0E-1 -> 2.4 Inexact Rounded
698sqtx2676 squareroot 60.00E-2 -> 0.77 Inexact Rounded
699sqtx2677 squareroot 60E-3 -> 0.24 Inexact Rounded
700sqtx2678 squareroot 60E+1 -> 24 Inexact Rounded
701sqtx2679 squareroot 60E+2 -> 77 Inexact Rounded
702sqtx2680 squareroot 60E+3 -> 2.4E+2 Inexact Rounded
703sqtx2681 squareroot 0.61 -> 0.78 Inexact Rounded
704sqtx2682 squareroot 0.061 -> 0.25 Inexact Rounded
705sqtx2683 squareroot 61.0E-1 -> 2.5 Inexact Rounded
706sqtx2684 squareroot 61.00E-2 -> 0.78 Inexact Rounded
707sqtx2685 squareroot 61E-3 -> 0.25 Inexact Rounded
708sqtx2686 squareroot 61E+1 -> 25 Inexact Rounded
709sqtx2687 squareroot 61E+2 -> 78 Inexact Rounded
710sqtx2688 squareroot 61E+3 -> 2.5E+2 Inexact Rounded
711sqtx2689 squareroot 0.62 -> 0.79 Inexact Rounded
712sqtx2690 squareroot 0.062 -> 0.25 Inexact Rounded
713sqtx2691 squareroot 62.0E-1 -> 2.5 Inexact Rounded
714sqtx2692 squareroot 62.00E-2 -> 0.79 Inexact Rounded
715sqtx2693 squareroot 62E-3 -> 0.25 Inexact Rounded
716sqtx2694 squareroot 62E+1 -> 25 Inexact Rounded
717sqtx2695 squareroot 62E+2 -> 79 Inexact Rounded
718sqtx2696 squareroot 62E+3 -> 2.5E+2 Inexact Rounded
719sqtx2697 squareroot 0.63 -> 0.79 Inexact Rounded
720sqtx2698 squareroot 0.063 -> 0.25 Inexact Rounded
721sqtx2699 squareroot 63.0E-1 -> 2.5 Inexact Rounded
722sqtx2700 squareroot 63.00E-2 -> 0.79 Inexact Rounded
723sqtx2701 squareroot 63E-3 -> 0.25 Inexact Rounded
724sqtx2702 squareroot 63E+1 -> 25 Inexact Rounded
725sqtx2703 squareroot 63E+2 -> 79 Inexact Rounded
726sqtx2704 squareroot 63E+3 -> 2.5E+2 Inexact Rounded
727sqtx2705 squareroot 0.64 -> 0.8
728sqtx2706 squareroot 0.064 -> 0.25 Inexact Rounded
729sqtx2707 squareroot 64.0E-1 -> 2.5 Inexact Rounded
730sqtx2708 squareroot 64.00E-2 -> 0.80
731sqtx2709 squareroot 64E-3 -> 0.25 Inexact Rounded
732sqtx2710 squareroot 64E+1 -> 25 Inexact Rounded
733sqtx2711 squareroot 64E+2 -> 8E+1
734sqtx2712 squareroot 64E+3 -> 2.5E+2 Inexact Rounded
735sqtx2713 squareroot 0.65 -> 0.81 Inexact Rounded
736sqtx2714 squareroot 0.065 -> 0.25 Inexact Rounded
737sqtx2715 squareroot 65.0E-1 -> 2.5 Inexact Rounded
738sqtx2716 squareroot 65.00E-2 -> 0.81 Inexact Rounded
739sqtx2717 squareroot 65E-3 -> 0.25 Inexact Rounded
740sqtx2718 squareroot 65E+1 -> 25 Inexact Rounded
741sqtx2719 squareroot 65E+2 -> 81 Inexact Rounded
742sqtx2720 squareroot 65E+3 -> 2.5E+2 Inexact Rounded
743sqtx2721 squareroot 0.66 -> 0.81 Inexact Rounded
744sqtx2722 squareroot 0.066 -> 0.26 Inexact Rounded
745sqtx2723 squareroot 66.0E-1 -> 2.6 Inexact Rounded
746sqtx2724 squareroot 66.00E-2 -> 0.81 Inexact Rounded
747sqtx2725 squareroot 66E-3 -> 0.26 Inexact Rounded
748sqtx2726 squareroot 66E+1 -> 26 Inexact Rounded
749sqtx2727 squareroot 66E+2 -> 81 Inexact Rounded
750sqtx2728 squareroot 66E+3 -> 2.6E+2 Inexact Rounded
751sqtx2729 squareroot 0.67 -> 0.82 Inexact Rounded
752sqtx2730 squareroot 0.067 -> 0.26 Inexact Rounded
753sqtx2731 squareroot 67.0E-1 -> 2.6 Inexact Rounded
754sqtx2732 squareroot 67.00E-2 -> 0.82 Inexact Rounded
755sqtx2733 squareroot 67E-3 -> 0.26 Inexact Rounded
756sqtx2734 squareroot 67E+1 -> 26 Inexact Rounded
757sqtx2735 squareroot 67E+2 -> 82 Inexact Rounded
758sqtx2736 squareroot 67E+3 -> 2.6E+2 Inexact Rounded
759sqtx2737 squareroot 0.68 -> 0.82 Inexact Rounded
760sqtx2738 squareroot 0.068 -> 0.26 Inexact Rounded
761sqtx2739 squareroot 68.0E-1 -> 2.6 Inexact Rounded
762sqtx2740 squareroot 68.00E-2 -> 0.82 Inexact Rounded
763sqtx2741 squareroot 68E-3 -> 0.26 Inexact Rounded
764sqtx2742 squareroot 68E+1 -> 26 Inexact Rounded
765sqtx2743 squareroot 68E+2 -> 82 Inexact Rounded
766sqtx2744 squareroot 68E+3 -> 2.6E+2 Inexact Rounded
767sqtx2745 squareroot 0.69 -> 0.83 Inexact Rounded
768sqtx2746 squareroot 0.069 -> 0.26 Inexact Rounded
769sqtx2747 squareroot 69.0E-1 -> 2.6 Inexact Rounded
770sqtx2748 squareroot 69.00E-2 -> 0.83 Inexact Rounded
771sqtx2749 squareroot 69E-3 -> 0.26 Inexact Rounded
772sqtx2750 squareroot 69E+1 -> 26 Inexact Rounded
773sqtx2751 squareroot 69E+2 -> 83 Inexact Rounded
774sqtx2752 squareroot 69E+3 -> 2.6E+2 Inexact Rounded
775sqtx2753 squareroot 0.70 -> 0.84 Inexact Rounded
776sqtx2754 squareroot 0.070 -> 0.26 Inexact Rounded
777sqtx2755 squareroot 70.0E-1 -> 2.6 Inexact Rounded
778sqtx2756 squareroot 70.00E-2 -> 0.84 Inexact Rounded
779sqtx2757 squareroot 70E-3 -> 0.26 Inexact Rounded
780sqtx2758 squareroot 70E+1 -> 26 Inexact Rounded
781sqtx2759 squareroot 70E+2 -> 84 Inexact Rounded
782sqtx2760 squareroot 70E+3 -> 2.6E+2 Inexact Rounded
783sqtx2761 squareroot 0.71 -> 0.84 Inexact Rounded
784sqtx2762 squareroot 0.071 -> 0.27 Inexact Rounded
785sqtx2763 squareroot 71.0E-1 -> 2.7 Inexact Rounded
786sqtx2764 squareroot 71.00E-2 -> 0.84 Inexact Rounded
787sqtx2765 squareroot 71E-3 -> 0.27 Inexact Rounded
788sqtx2766 squareroot 71E+1 -> 27 Inexact Rounded
789sqtx2767 squareroot 71E+2 -> 84 Inexact Rounded
790sqtx2768 squareroot 71E+3 -> 2.7E+2 Inexact Rounded
791sqtx2769 squareroot 0.72 -> 0.85 Inexact Rounded
792sqtx2770 squareroot 0.072 -> 0.27 Inexact Rounded
793sqtx2771 squareroot 72.0E-1 -> 2.7 Inexact Rounded
794sqtx2772 squareroot 72.00E-2 -> 0.85 Inexact Rounded
795sqtx2773 squareroot 72E-3 -> 0.27 Inexact Rounded
796sqtx2774 squareroot 72E+1 -> 27 Inexact Rounded
797sqtx2775 squareroot 72E+2 -> 85 Inexact Rounded
798sqtx2776 squareroot 72E+3 -> 2.7E+2 Inexact Rounded
799sqtx2777 squareroot 0.73 -> 0.85 Inexact Rounded
800sqtx2778 squareroot 0.073 -> 0.27 Inexact Rounded
801sqtx2779 squareroot 73.0E-1 -> 2.7 Inexact Rounded
802sqtx2780 squareroot 73.00E-2 -> 0.85 Inexact Rounded
803sqtx2781 squareroot 73E-3 -> 0.27 Inexact Rounded
804sqtx2782 squareroot 73E+1 -> 27 Inexact Rounded
805sqtx2783 squareroot 73E+2 -> 85 Inexact Rounded
806sqtx2784 squareroot 73E+3 -> 2.7E+2 Inexact Rounded
807sqtx2785 squareroot 0.74 -> 0.86 Inexact Rounded
808sqtx2786 squareroot 0.074 -> 0.27 Inexact Rounded
809sqtx2787 squareroot 74.0E-1 -> 2.7 Inexact Rounded
810sqtx2788 squareroot 74.00E-2 -> 0.86 Inexact Rounded
811sqtx2789 squareroot 74E-3 -> 0.27 Inexact Rounded
812sqtx2790 squareroot 74E+1 -> 27 Inexact Rounded
813sqtx2791 squareroot 74E+2 -> 86 Inexact Rounded
814sqtx2792 squareroot 74E+3 -> 2.7E+2 Inexact Rounded
815sqtx2793 squareroot 0.75 -> 0.87 Inexact Rounded
816sqtx2794 squareroot 0.075 -> 0.27 Inexact Rounded
817sqtx2795 squareroot 75.0E-1 -> 2.7 Inexact Rounded
818sqtx2796 squareroot 75.00E-2 -> 0.87 Inexact Rounded
819sqtx2797 squareroot 75E-3 -> 0.27 Inexact Rounded
820sqtx2798 squareroot 75E+1 -> 27 Inexact Rounded
821sqtx2799 squareroot 75E+2 -> 87 Inexact Rounded
822sqtx2800 squareroot 75E+3 -> 2.7E+2 Inexact Rounded
823sqtx2801 squareroot 0.76 -> 0.87 Inexact Rounded
824sqtx2802 squareroot 0.076 -> 0.28 Inexact Rounded
825sqtx2803 squareroot 76.0E-1 -> 2.8 Inexact Rounded
826sqtx2804 squareroot 76.00E-2 -> 0.87 Inexact Rounded
827sqtx2805 squareroot 76E-3 -> 0.28 Inexact Rounded
828sqtx2806 squareroot 76E+1 -> 28 Inexact Rounded
829sqtx2807 squareroot 76E+2 -> 87 Inexact Rounded
830sqtx2808 squareroot 76E+3 -> 2.8E+2 Inexact Rounded
831sqtx2809 squareroot 0.77 -> 0.88 Inexact Rounded
832sqtx2810 squareroot 0.077 -> 0.28 Inexact Rounded
833sqtx2811 squareroot 77.0E-1 -> 2.8 Inexact Rounded
834sqtx2812 squareroot 77.00E-2 -> 0.88 Inexact Rounded
835sqtx2813 squareroot 77E-3 -> 0.28 Inexact Rounded
836sqtx2814 squareroot 77E+1 -> 28 Inexact Rounded
837sqtx2815 squareroot 77E+2 -> 88 Inexact Rounded
838sqtx2816 squareroot 77E+3 -> 2.8E+2 Inexact Rounded
839sqtx2817 squareroot 0.78 -> 0.88 Inexact Rounded
840sqtx2818 squareroot 0.078 -> 0.28 Inexact Rounded
841sqtx2819 squareroot 78.0E-1 -> 2.8 Inexact Rounded
842sqtx2820 squareroot 78.00E-2 -> 0.88 Inexact Rounded
843sqtx2821 squareroot 78E-3 -> 0.28 Inexact Rounded
844sqtx2822 squareroot 78E+1 -> 28 Inexact Rounded
845sqtx2823 squareroot 78E+2 -> 88 Inexact Rounded
846sqtx2824 squareroot 78E+3 -> 2.8E+2 Inexact Rounded
847sqtx2825 squareroot 0.79 -> 0.89 Inexact Rounded
848sqtx2826 squareroot 0.079 -> 0.28 Inexact Rounded
849sqtx2827 squareroot 79.0E-1 -> 2.8 Inexact Rounded
850sqtx2828 squareroot 79.00E-2 -> 0.89 Inexact Rounded
851sqtx2829 squareroot 79E-3 -> 0.28 Inexact Rounded
852sqtx2830 squareroot 79E+1 -> 28 Inexact Rounded
853sqtx2831 squareroot 79E+2 -> 89 Inexact Rounded
854sqtx2832 squareroot 79E+3 -> 2.8E+2 Inexact Rounded
855sqtx2833 squareroot 0.80 -> 0.89 Inexact Rounded
856sqtx2834 squareroot 0.080 -> 0.28 Inexact Rounded
857sqtx2835 squareroot 80.0E-1 -> 2.8 Inexact Rounded
858sqtx2836 squareroot 80.00E-2 -> 0.89 Inexact Rounded
859sqtx2837 squareroot 80E-3 -> 0.28 Inexact Rounded
860sqtx2838 squareroot 80E+1 -> 28 Inexact Rounded
861sqtx2839 squareroot 80E+2 -> 89 Inexact Rounded
862sqtx2840 squareroot 80E+3 -> 2.8E+2 Inexact Rounded
863sqtx2841 squareroot 0.81 -> 0.9
864sqtx2842 squareroot 0.081 -> 0.28 Inexact Rounded
865sqtx2843 squareroot 81.0E-1 -> 2.8 Inexact Rounded
866sqtx2844 squareroot 81.00E-2 -> 0.90
867sqtx2845 squareroot 81E-3 -> 0.28 Inexact Rounded
868sqtx2846 squareroot 81E+1 -> 28 Inexact Rounded
869sqtx2847 squareroot 81E+2 -> 9E+1
870sqtx2848 squareroot 81E+3 -> 2.8E+2 Inexact Rounded
871sqtx2849 squareroot 0.82 -> 0.91 Inexact Rounded
872sqtx2850 squareroot 0.082 -> 0.29 Inexact Rounded
873sqtx2851 squareroot 82.0E-1 -> 2.9 Inexact Rounded
874sqtx2852 squareroot 82.00E-2 -> 0.91 Inexact Rounded
875sqtx2853 squareroot 82E-3 -> 0.29 Inexact Rounded
876sqtx2854 squareroot 82E+1 -> 29 Inexact Rounded
877sqtx2855 squareroot 82E+2 -> 91 Inexact Rounded
878sqtx2856 squareroot 82E+3 -> 2.9E+2 Inexact Rounded
879sqtx2857 squareroot 0.83 -> 0.91 Inexact Rounded
880sqtx2858 squareroot 0.083 -> 0.29 Inexact Rounded
881sqtx2859 squareroot 83.0E-1 -> 2.9 Inexact Rounded
882sqtx2860 squareroot 83.00E-2 -> 0.91 Inexact Rounded
883sqtx2861 squareroot 83E-3 -> 0.29 Inexact Rounded
884sqtx2862 squareroot 83E+1 -> 29 Inexact Rounded
885sqtx2863 squareroot 83E+2 -> 91 Inexact Rounded
886sqtx2864 squareroot 83E+3 -> 2.9E+2 Inexact Rounded
887sqtx2865 squareroot 0.84 -> 0.92 Inexact Rounded
888sqtx2866 squareroot 0.084 -> 0.29 Inexact Rounded
889sqtx2867 squareroot 84.0E-1 -> 2.9 Inexact Rounded
890sqtx2868 squareroot 84.00E-2 -> 0.92 Inexact Rounded
891sqtx2869 squareroot 84E-3 -> 0.29 Inexact Rounded
892sqtx2870 squareroot 84E+1 -> 29 Inexact Rounded
893sqtx2871 squareroot 84E+2 -> 92 Inexact Rounded
894sqtx2872 squareroot 84E+3 -> 2.9E+2 Inexact Rounded
895sqtx2873 squareroot 0.85 -> 0.92 Inexact Rounded
896sqtx2874 squareroot 0.085 -> 0.29 Inexact Rounded
897sqtx2875 squareroot 85.0E-1 -> 2.9 Inexact Rounded
898sqtx2876 squareroot 85.00E-2 -> 0.92 Inexact Rounded
899sqtx2877 squareroot 85E-3 -> 0.29 Inexact Rounded
900sqtx2878 squareroot 85E+1 -> 29 Inexact Rounded
901sqtx2879 squareroot 85E+2 -> 92 Inexact Rounded
902sqtx2880 squareroot 85E+3 -> 2.9E+2 Inexact Rounded
903sqtx2881 squareroot 0.86 -> 0.93 Inexact Rounded
904sqtx2882 squareroot 0.086 -> 0.29 Inexact Rounded
905sqtx2883 squareroot 86.0E-1 -> 2.9 Inexact Rounded
906sqtx2884 squareroot 86.00E-2 -> 0.93 Inexact Rounded
907sqtx2885 squareroot 86E-3 -> 0.29 Inexact Rounded
908sqtx2886 squareroot 86E+1 -> 29 Inexact Rounded
909sqtx2887 squareroot 86E+2 -> 93 Inexact Rounded
910sqtx2888 squareroot 86E+3 -> 2.9E+2 Inexact Rounded
911sqtx2889 squareroot 0.87 -> 0.93 Inexact Rounded
912sqtx2890 squareroot 0.087 -> 0.29 Inexact Rounded
913sqtx2891 squareroot 87.0E-1 -> 2.9 Inexact Rounded
914sqtx2892 squareroot 87.00E-2 -> 0.93 Inexact Rounded
915sqtx2893 squareroot 87E-3 -> 0.29 Inexact Rounded
916sqtx2894 squareroot 87E+1 -> 29 Inexact Rounded
917sqtx2895 squareroot 87E+2 -> 93 Inexact Rounded
918sqtx2896 squareroot 87E+3 -> 2.9E+2 Inexact Rounded
919sqtx2897 squareroot 0.88 -> 0.94 Inexact Rounded
920sqtx2898 squareroot 0.088 -> 0.30 Inexact Rounded
921sqtx2899 squareroot 88.0E-1 -> 3.0 Inexact Rounded
922sqtx2900 squareroot 88.00E-2 -> 0.94 Inexact Rounded
923sqtx2901 squareroot 88E-3 -> 0.30 Inexact Rounded
924sqtx2902 squareroot 88E+1 -> 30 Inexact Rounded
925sqtx2903 squareroot 88E+2 -> 94 Inexact Rounded
926sqtx2904 squareroot 88E+3 -> 3.0E+2 Inexact Rounded
927sqtx2905 squareroot 0.89 -> 0.94 Inexact Rounded
928sqtx2906 squareroot 0.089 -> 0.30 Inexact Rounded
929sqtx2907 squareroot 89.0E-1 -> 3.0 Inexact Rounded
930sqtx2908 squareroot 89.00E-2 -> 0.94 Inexact Rounded
931sqtx2909 squareroot 89E-3 -> 0.30 Inexact Rounded
932sqtx2910 squareroot 89E+1 -> 30 Inexact Rounded
933sqtx2911 squareroot 89E+2 -> 94 Inexact Rounded
934sqtx2912 squareroot 89E+3 -> 3.0E+2 Inexact Rounded
935sqtx2913 squareroot 0.90 -> 0.95 Inexact Rounded
936sqtx2914 squareroot 0.090 -> 0.30
937sqtx2915 squareroot 90.0E-1 -> 3.0
938sqtx2916 squareroot 90.00E-2 -> 0.95 Inexact Rounded
939sqtx2917 squareroot 90E-3 -> 0.30
940sqtx2918 squareroot 90E+1 -> 30
941sqtx2919 squareroot 90E+2 -> 95 Inexact Rounded
942sqtx2920 squareroot 90E+3 -> 3.0E+2
943sqtx2921 squareroot 0.91 -> 0.95 Inexact Rounded
944sqtx2922 squareroot 0.091 -> 0.30 Inexact Rounded
945sqtx2923 squareroot 91.0E-1 -> 3.0 Inexact Rounded
946sqtx2924 squareroot 91.00E-2 -> 0.95 Inexact Rounded
947sqtx2925 squareroot 91E-3 -> 0.30 Inexact Rounded
948sqtx2926 squareroot 91E+1 -> 30 Inexact Rounded
949sqtx2927 squareroot 91E+2 -> 95 Inexact Rounded
950sqtx2928 squareroot 91E+3 -> 3.0E+2 Inexact Rounded
951sqtx2929 squareroot 0.92 -> 0.96 Inexact Rounded
952sqtx2930 squareroot 0.092 -> 0.30 Inexact Rounded
953sqtx2931 squareroot 92.0E-1 -> 3.0 Inexact Rounded
954sqtx2932 squareroot 92.00E-2 -> 0.96 Inexact Rounded
955sqtx2933 squareroot 92E-3 -> 0.30 Inexact Rounded
956sqtx2934 squareroot 92E+1 -> 30 Inexact Rounded
957sqtx2935 squareroot 92E+2 -> 96 Inexact Rounded
958sqtx2936 squareroot 92E+3 -> 3.0E+2 Inexact Rounded
959sqtx2937 squareroot 0.93 -> 0.96 Inexact Rounded
960sqtx2938 squareroot 0.093 -> 0.30 Inexact Rounded
961sqtx2939 squareroot 93.0E-1 -> 3.0 Inexact Rounded
962sqtx2940 squareroot 93.00E-2 -> 0.96 Inexact Rounded
963sqtx2941 squareroot 93E-3 -> 0.30 Inexact Rounded
964sqtx2942 squareroot 93E+1 -> 30 Inexact Rounded
965sqtx2943 squareroot 93E+2 -> 96 Inexact Rounded
966sqtx2944 squareroot 93E+3 -> 3.0E+2 Inexact Rounded
967sqtx2945 squareroot 0.94 -> 0.97 Inexact Rounded
968sqtx2946 squareroot 0.094 -> 0.31 Inexact Rounded
969sqtx2947 squareroot 94.0E-1 -> 3.1 Inexact Rounded
970sqtx2948 squareroot 94.00E-2 -> 0.97 Inexact Rounded
971sqtx2949 squareroot 94E-3 -> 0.31 Inexact Rounded
972sqtx2950 squareroot 94E+1 -> 31 Inexact Rounded
973sqtx2951 squareroot 94E+2 -> 97 Inexact Rounded
974sqtx2952 squareroot 94E+3 -> 3.1E+2 Inexact Rounded
975sqtx2953 squareroot 0.95 -> 0.97 Inexact Rounded
976sqtx2954 squareroot 0.095 -> 0.31 Inexact Rounded
977sqtx2955 squareroot 95.0E-1 -> 3.1 Inexact Rounded
978sqtx2956 squareroot 95.00E-2 -> 0.97 Inexact Rounded
979sqtx2957 squareroot 95E-3 -> 0.31 Inexact Rounded
980sqtx2958 squareroot 95E+1 -> 31 Inexact Rounded
981sqtx2959 squareroot 95E+2 -> 97 Inexact Rounded
982sqtx2960 squareroot 95E+3 -> 3.1E+2 Inexact Rounded
983sqtx2961 squareroot 0.96 -> 0.98 Inexact Rounded
984sqtx2962 squareroot 0.096 -> 0.31 Inexact Rounded
985sqtx2963 squareroot 96.0E-1 -> 3.1 Inexact Rounded
986sqtx2964 squareroot 96.00E-2 -> 0.98 Inexact Rounded
987sqtx2965 squareroot 96E-3 -> 0.31 Inexact Rounded
988sqtx2966 squareroot 96E+1 -> 31 Inexact Rounded
989sqtx2967 squareroot 96E+2 -> 98 Inexact Rounded
990sqtx2968 squareroot 96E+3 -> 3.1E+2 Inexact Rounded
991sqtx2969 squareroot 0.97 -> 0.98 Inexact Rounded
992sqtx2970 squareroot 0.097 -> 0.31 Inexact Rounded
993sqtx2971 squareroot 97.0E-1 -> 3.1 Inexact Rounded
994sqtx2972 squareroot 97.00E-2 -> 0.98 Inexact Rounded
995sqtx2973 squareroot 97E-3 -> 0.31 Inexact Rounded
996sqtx2974 squareroot 97E+1 -> 31 Inexact Rounded
997sqtx2975 squareroot 97E+2 -> 98 Inexact Rounded
998sqtx2976 squareroot 97E+3 -> 3.1E+2 Inexact Rounded
999sqtx2977 squareroot 0.98 -> 0.99 Inexact Rounded
1000sqtx2978 squareroot 0.098 -> 0.31 Inexact Rounded
1001sqtx2979 squareroot 98.0E-1 -> 3.1 Inexact Rounded
1002sqtx2980 squareroot 98.00E-2 -> 0.99 Inexact Rounded
1003sqtx2981 squareroot 98E-3 -> 0.31 Inexact Rounded
1004sqtx2982 squareroot 98E+1 -> 31 Inexact Rounded
1005sqtx2983 squareroot 98E+2 -> 99 Inexact Rounded
1006sqtx2984 squareroot 98E+3 -> 3.1E+2 Inexact Rounded
1007sqtx2985 squareroot 0.99 -> 0.99 Inexact Rounded
1008sqtx2986 squareroot 0.099 -> 0.31 Inexact Rounded
1009sqtx2987 squareroot 99.0E-1 -> 3.1 Inexact Rounded
1010sqtx2988 squareroot 99.00E-2 -> 0.99 Inexact Rounded
1011sqtx2989 squareroot 99E-3 -> 0.31 Inexact Rounded
1012sqtx2990 squareroot 99E+1 -> 31 Inexact Rounded
1013sqtx2991 squareroot 99E+2 -> 99 Inexact Rounded
1014sqtx2992 squareroot 99E+3 -> 3.1E+2 Inexact Rounded
1015
1016-- Precision 3 squareroot tests [exhaustive, f and f/10]
1017rounding: half_even
1018maxExponent: 999
1019minexponent: -999
1020precision: 3
1021sqtx3001 squareroot 0.1 -> 0.316 Inexact Rounded
1022sqtx3002 squareroot 0.01 -> 0.1
1023sqtx3003 squareroot 0.2 -> 0.447 Inexact Rounded
1024sqtx3004 squareroot 0.02 -> 0.141 Inexact Rounded
1025sqtx3005 squareroot 0.3 -> 0.548 Inexact Rounded
1026sqtx3006 squareroot 0.03 -> 0.173 Inexact Rounded
1027sqtx3007 squareroot 0.4 -> 0.632 Inexact Rounded
1028sqtx3008 squareroot 0.04 -> 0.2
1029sqtx3009 squareroot 0.5 -> 0.707 Inexact Rounded
1030sqtx3010 squareroot 0.05 -> 0.224 Inexact Rounded
1031sqtx3011 squareroot 0.6 -> 0.775 Inexact Rounded
1032sqtx3012 squareroot 0.06 -> 0.245 Inexact Rounded
1033sqtx3013 squareroot 0.7 -> 0.837 Inexact Rounded
1034sqtx3014 squareroot 0.07 -> 0.265 Inexact Rounded
1035sqtx3015 squareroot 0.8 -> 0.894 Inexact Rounded
1036sqtx3016 squareroot 0.08 -> 0.283 Inexact Rounded
1037sqtx3017 squareroot 0.9 -> 0.949 Inexact Rounded
1038sqtx3018 squareroot 0.09 -> 0.3
1039sqtx3019 squareroot 0.11 -> 0.332 Inexact Rounded
1040sqtx3020 squareroot 0.011 -> 0.105 Inexact Rounded
1041sqtx3021 squareroot 0.12 -> 0.346 Inexact Rounded
1042sqtx3022 squareroot 0.012 -> 0.110 Inexact Rounded
1043sqtx3023 squareroot 0.13 -> 0.361 Inexact Rounded
1044sqtx3024 squareroot 0.013 -> 0.114 Inexact Rounded
1045sqtx3025 squareroot 0.14 -> 0.374 Inexact Rounded
1046sqtx3026 squareroot 0.014 -> 0.118 Inexact Rounded
1047sqtx3027 squareroot 0.15 -> 0.387 Inexact Rounded
1048sqtx3028 squareroot 0.015 -> 0.122 Inexact Rounded
1049sqtx3029 squareroot 0.16 -> 0.4
1050sqtx3030 squareroot 0.016 -> 0.126 Inexact Rounded
1051sqtx3031 squareroot 0.17 -> 0.412 Inexact Rounded
1052sqtx3032 squareroot 0.017 -> 0.130 Inexact Rounded
1053sqtx3033 squareroot 0.18 -> 0.424 Inexact Rounded
1054sqtx3034 squareroot 0.018 -> 0.134 Inexact Rounded
1055sqtx3035 squareroot 0.19 -> 0.436 Inexact Rounded
1056sqtx3036 squareroot 0.019 -> 0.138 Inexact Rounded
1057sqtx3037 squareroot 0.21 -> 0.458 Inexact Rounded
1058sqtx3038 squareroot 0.021 -> 0.145 Inexact Rounded
1059sqtx3039 squareroot 0.22 -> 0.469 Inexact Rounded
1060sqtx3040 squareroot 0.022 -> 0.148 Inexact Rounded
1061sqtx3041 squareroot 0.23 -> 0.480 Inexact Rounded
1062sqtx3042 squareroot 0.023 -> 0.152 Inexact Rounded
1063sqtx3043 squareroot 0.24 -> 0.490 Inexact Rounded
1064sqtx3044 squareroot 0.024 -> 0.155 Inexact Rounded
1065sqtx3045 squareroot 0.25 -> 0.5
1066sqtx3046 squareroot 0.025 -> 0.158 Inexact Rounded
1067sqtx3047 squareroot 0.26 -> 0.510 Inexact Rounded
1068sqtx3048 squareroot 0.026 -> 0.161 Inexact Rounded
1069sqtx3049 squareroot 0.27 -> 0.520 Inexact Rounded
1070sqtx3050 squareroot 0.027 -> 0.164 Inexact Rounded
1071sqtx3051 squareroot 0.28 -> 0.529 Inexact Rounded
1072sqtx3052 squareroot 0.028 -> 0.167 Inexact Rounded
1073sqtx3053 squareroot 0.29 -> 0.539 Inexact Rounded
1074sqtx3054 squareroot 0.029 -> 0.170 Inexact Rounded
1075sqtx3055 squareroot 0.31 -> 0.557 Inexact Rounded
1076sqtx3056 squareroot 0.031 -> 0.176 Inexact Rounded
1077sqtx3057 squareroot 0.32 -> 0.566 Inexact Rounded
1078sqtx3058 squareroot 0.032 -> 0.179 Inexact Rounded
1079sqtx3059 squareroot 0.33 -> 0.574 Inexact Rounded
1080sqtx3060 squareroot 0.033 -> 0.182 Inexact Rounded
1081sqtx3061 squareroot 0.34 -> 0.583 Inexact Rounded
1082sqtx3062 squareroot 0.034 -> 0.184 Inexact Rounded
1083sqtx3063 squareroot 0.35 -> 0.592 Inexact Rounded
1084sqtx3064 squareroot 0.035 -> 0.187 Inexact Rounded
1085sqtx3065 squareroot 0.36 -> 0.6
1086sqtx3066 squareroot 0.036 -> 0.190 Inexact Rounded
1087sqtx3067 squareroot 0.37 -> 0.608 Inexact Rounded
1088sqtx3068 squareroot 0.037 -> 0.192 Inexact Rounded
1089sqtx3069 squareroot 0.38 -> 0.616 Inexact Rounded
1090sqtx3070 squareroot 0.038 -> 0.195 Inexact Rounded
1091sqtx3071 squareroot 0.39 -> 0.624 Inexact Rounded
1092sqtx3072 squareroot 0.039 -> 0.197 Inexact Rounded
1093sqtx3073 squareroot 0.41 -> 0.640 Inexact Rounded
1094sqtx3074 squareroot 0.041 -> 0.202 Inexact Rounded
1095sqtx3075 squareroot 0.42 -> 0.648 Inexact Rounded
1096sqtx3076 squareroot 0.042 -> 0.205 Inexact Rounded
1097sqtx3077 squareroot 0.43 -> 0.656 Inexact Rounded
1098sqtx3078 squareroot 0.043 -> 0.207 Inexact Rounded
1099sqtx3079 squareroot 0.44 -> 0.663 Inexact Rounded
1100sqtx3080 squareroot 0.044 -> 0.210 Inexact Rounded
1101sqtx3081 squareroot 0.45 -> 0.671 Inexact Rounded
1102sqtx3082 squareroot 0.045 -> 0.212 Inexact Rounded
1103sqtx3083 squareroot 0.46 -> 0.678 Inexact Rounded
1104sqtx3084 squareroot 0.046 -> 0.214 Inexact Rounded
1105sqtx3085 squareroot 0.47 -> 0.686 Inexact Rounded
1106sqtx3086 squareroot 0.047 -> 0.217 Inexact Rounded
1107sqtx3087 squareroot 0.48 -> 0.693 Inexact Rounded
1108sqtx3088 squareroot 0.048 -> 0.219 Inexact Rounded
1109sqtx3089 squareroot 0.49 -> 0.7
1110sqtx3090 squareroot 0.049 -> 0.221 Inexact Rounded
1111sqtx3091 squareroot 0.51 -> 0.714 Inexact Rounded
1112sqtx3092 squareroot 0.051 -> 0.226 Inexact Rounded
1113sqtx3093 squareroot 0.52 -> 0.721 Inexact Rounded
1114sqtx3094 squareroot 0.052 -> 0.228 Inexact Rounded
1115sqtx3095 squareroot 0.53 -> 0.728 Inexact Rounded
1116sqtx3096 squareroot 0.053 -> 0.230 Inexact Rounded
1117sqtx3097 squareroot 0.54 -> 0.735 Inexact Rounded
1118sqtx3098 squareroot 0.054 -> 0.232 Inexact Rounded
1119sqtx3099 squareroot 0.55 -> 0.742 Inexact Rounded
1120sqtx3100 squareroot 0.055 -> 0.235 Inexact Rounded
1121sqtx3101 squareroot 0.56 -> 0.748 Inexact Rounded
1122sqtx3102 squareroot 0.056 -> 0.237 Inexact Rounded
1123sqtx3103 squareroot 0.57 -> 0.755 Inexact Rounded
1124sqtx3104 squareroot 0.057 -> 0.239 Inexact Rounded
1125sqtx3105 squareroot 0.58 -> 0.762 Inexact Rounded
1126sqtx3106 squareroot 0.058 -> 0.241 Inexact Rounded
1127sqtx3107 squareroot 0.59 -> 0.768 Inexact Rounded
1128sqtx3108 squareroot 0.059 -> 0.243 Inexact Rounded
1129sqtx3109 squareroot 0.61 -> 0.781 Inexact Rounded
1130sqtx3110 squareroot 0.061 -> 0.247 Inexact Rounded
1131sqtx3111 squareroot 0.62 -> 0.787 Inexact Rounded
1132sqtx3112 squareroot 0.062 -> 0.249 Inexact Rounded
1133sqtx3113 squareroot 0.63 -> 0.794 Inexact Rounded
1134sqtx3114 squareroot 0.063 -> 0.251 Inexact Rounded
1135sqtx3115 squareroot 0.64 -> 0.8
1136sqtx3116 squareroot 0.064 -> 0.253 Inexact Rounded
1137sqtx3117 squareroot 0.65 -> 0.806 Inexact Rounded
1138sqtx3118 squareroot 0.065 -> 0.255 Inexact Rounded
1139sqtx3119 squareroot 0.66 -> 0.812 Inexact Rounded
1140sqtx3120 squareroot 0.066 -> 0.257 Inexact Rounded
1141sqtx3121 squareroot 0.67 -> 0.819 Inexact Rounded
1142sqtx3122 squareroot 0.067 -> 0.259 Inexact Rounded
1143sqtx3123 squareroot 0.68 -> 0.825 Inexact Rounded
1144sqtx3124 squareroot 0.068 -> 0.261 Inexact Rounded
1145sqtx3125 squareroot 0.69 -> 0.831 Inexact Rounded
1146sqtx3126 squareroot 0.069 -> 0.263 Inexact Rounded
1147sqtx3127 squareroot 0.71 -> 0.843 Inexact Rounded
1148sqtx3128 squareroot 0.071 -> 0.266 Inexact Rounded
1149sqtx3129 squareroot 0.72 -> 0.849 Inexact Rounded
1150sqtx3130 squareroot 0.072 -> 0.268 Inexact Rounded
1151sqtx3131 squareroot 0.73 -> 0.854 Inexact Rounded
1152sqtx3132 squareroot 0.073 -> 0.270 Inexact Rounded
1153sqtx3133 squareroot 0.74 -> 0.860 Inexact Rounded
1154sqtx3134 squareroot 0.074 -> 0.272 Inexact Rounded
1155sqtx3135 squareroot 0.75 -> 0.866 Inexact Rounded
1156sqtx3136 squareroot 0.075 -> 0.274 Inexact Rounded
1157sqtx3137 squareroot 0.76 -> 0.872 Inexact Rounded
1158sqtx3138 squareroot 0.076 -> 0.276 Inexact Rounded
1159sqtx3139 squareroot 0.77 -> 0.877 Inexact Rounded
1160sqtx3140 squareroot 0.077 -> 0.277 Inexact Rounded
1161sqtx3141 squareroot 0.78 -> 0.883 Inexact Rounded
1162sqtx3142 squareroot 0.078 -> 0.279 Inexact Rounded
1163sqtx3143 squareroot 0.79 -> 0.889 Inexact Rounded
1164sqtx3144 squareroot 0.079 -> 0.281 Inexact Rounded
1165sqtx3145 squareroot 0.81 -> 0.9
1166sqtx3146 squareroot 0.081 -> 0.285 Inexact Rounded
1167sqtx3147 squareroot 0.82 -> 0.906 Inexact Rounded
1168sqtx3148 squareroot 0.082 -> 0.286 Inexact Rounded
1169sqtx3149 squareroot 0.83 -> 0.911 Inexact Rounded
1170sqtx3150 squareroot 0.083 -> 0.288 Inexact Rounded
1171sqtx3151 squareroot 0.84 -> 0.917 Inexact Rounded
1172sqtx3152 squareroot 0.084 -> 0.290 Inexact Rounded
1173sqtx3153 squareroot 0.85 -> 0.922 Inexact Rounded
1174sqtx3154 squareroot 0.085 -> 0.292 Inexact Rounded
1175sqtx3155 squareroot 0.86 -> 0.927 Inexact Rounded
1176sqtx3156 squareroot 0.086 -> 0.293 Inexact Rounded
1177sqtx3157 squareroot 0.87 -> 0.933 Inexact Rounded
1178sqtx3158 squareroot 0.087 -> 0.295 Inexact Rounded
1179sqtx3159 squareroot 0.88 -> 0.938 Inexact Rounded
1180sqtx3160 squareroot 0.088 -> 0.297 Inexact Rounded
1181sqtx3161 squareroot 0.89 -> 0.943 Inexact Rounded
1182sqtx3162 squareroot 0.089 -> 0.298 Inexact Rounded
1183sqtx3163 squareroot 0.91 -> 0.954 Inexact Rounded
1184sqtx3164 squareroot 0.091 -> 0.302 Inexact Rounded
1185sqtx3165 squareroot 0.92 -> 0.959 Inexact Rounded
1186sqtx3166 squareroot 0.092 -> 0.303 Inexact Rounded
1187sqtx3167 squareroot 0.93 -> 0.964 Inexact Rounded
1188sqtx3168 squareroot 0.093 -> 0.305 Inexact Rounded
1189sqtx3169 squareroot 0.94 -> 0.970 Inexact Rounded
1190sqtx3170 squareroot 0.094 -> 0.307 Inexact Rounded
1191sqtx3171 squareroot 0.95 -> 0.975 Inexact Rounded
1192sqtx3172 squareroot 0.095 -> 0.308 Inexact Rounded
1193sqtx3173 squareroot 0.96 -> 0.980 Inexact Rounded
1194sqtx3174 squareroot 0.096 -> 0.310 Inexact Rounded
1195sqtx3175 squareroot 0.97 -> 0.985 Inexact Rounded
1196sqtx3176 squareroot 0.097 -> 0.311 Inexact Rounded
1197sqtx3177 squareroot 0.98 -> 0.990 Inexact Rounded
1198sqtx3178 squareroot 0.098 -> 0.313 Inexact Rounded
1199sqtx3179 squareroot 0.99 -> 0.995 Inexact Rounded
1200sqtx3180 squareroot 0.099 -> 0.315 Inexact Rounded
1201sqtx3181 squareroot 0.101 -> 0.318 Inexact Rounded
1202sqtx3182 squareroot 0.0101 -> 0.100 Inexact Rounded
1203sqtx3183 squareroot 0.102 -> 0.319 Inexact Rounded
1204sqtx3184 squareroot 0.0102 -> 0.101 Inexact Rounded
1205sqtx3185 squareroot 0.103 -> 0.321 Inexact Rounded
1206sqtx3186 squareroot 0.0103 -> 0.101 Inexact Rounded
1207sqtx3187 squareroot 0.104 -> 0.322 Inexact Rounded
1208sqtx3188 squareroot 0.0104 -> 0.102 Inexact Rounded
1209sqtx3189 squareroot 0.105 -> 0.324 Inexact Rounded
1210sqtx3190 squareroot 0.0105 -> 0.102 Inexact Rounded
1211sqtx3191 squareroot 0.106 -> 0.326 Inexact Rounded
1212sqtx3192 squareroot 0.0106 -> 0.103 Inexact Rounded
1213sqtx3193 squareroot 0.107 -> 0.327 Inexact Rounded
1214sqtx3194 squareroot 0.0107 -> 0.103 Inexact Rounded
1215sqtx3195 squareroot 0.108 -> 0.329 Inexact Rounded
1216sqtx3196 squareroot 0.0108 -> 0.104 Inexact Rounded
1217sqtx3197 squareroot 0.109 -> 0.330 Inexact Rounded
1218sqtx3198 squareroot 0.0109 -> 0.104 Inexact Rounded
1219sqtx3199 squareroot 0.111 -> 0.333 Inexact Rounded
1220sqtx3200 squareroot 0.0111 -> 0.105 Inexact Rounded
1221sqtx3201 squareroot 0.112 -> 0.335 Inexact Rounded
1222sqtx3202 squareroot 0.0112 -> 0.106 Inexact Rounded
1223sqtx3203 squareroot 0.113 -> 0.336 Inexact Rounded
1224sqtx3204 squareroot 0.0113 -> 0.106 Inexact Rounded
1225sqtx3205 squareroot 0.114 -> 0.338 Inexact Rounded
1226sqtx3206 squareroot 0.0114 -> 0.107 Inexact Rounded
1227sqtx3207 squareroot 0.115 -> 0.339 Inexact Rounded
1228sqtx3208 squareroot 0.0115 -> 0.107 Inexact Rounded
1229sqtx3209 squareroot 0.116 -> 0.341 Inexact Rounded
1230sqtx3210 squareroot 0.0116 -> 0.108 Inexact Rounded
1231sqtx3211 squareroot 0.117 -> 0.342 Inexact Rounded
1232sqtx3212 squareroot 0.0117 -> 0.108 Inexact Rounded
1233sqtx3213 squareroot 0.118 -> 0.344 Inexact Rounded
1234sqtx3214 squareroot 0.0118 -> 0.109 Inexact Rounded
1235sqtx3215 squareroot 0.119 -> 0.345 Inexact Rounded
1236sqtx3216 squareroot 0.0119 -> 0.109 Inexact Rounded
1237sqtx3217 squareroot 0.121 -> 0.348 Inexact Rounded
1238sqtx3218 squareroot 0.0121 -> 0.11
1239sqtx3219 squareroot 0.122 -> 0.349 Inexact Rounded
1240sqtx3220 squareroot 0.0122 -> 0.110 Inexact Rounded
1241sqtx3221 squareroot 0.123 -> 0.351 Inexact Rounded
1242sqtx3222 squareroot 0.0123 -> 0.111 Inexact Rounded
1243sqtx3223 squareroot 0.124 -> 0.352 Inexact Rounded
1244sqtx3224 squareroot 0.0124 -> 0.111 Inexact Rounded
1245sqtx3225 squareroot 0.125 -> 0.354 Inexact Rounded
1246sqtx3226 squareroot 0.0125 -> 0.112 Inexact Rounded
1247sqtx3227 squareroot 0.126 -> 0.355 Inexact Rounded
1248sqtx3228 squareroot 0.0126 -> 0.112 Inexact Rounded
1249sqtx3229 squareroot 0.127 -> 0.356 Inexact Rounded
1250sqtx3230 squareroot 0.0127 -> 0.113 Inexact Rounded
1251sqtx3231 squareroot 0.128 -> 0.358 Inexact Rounded
1252sqtx3232 squareroot 0.0128 -> 0.113 Inexact Rounded
1253sqtx3233 squareroot 0.129 -> 0.359 Inexact Rounded
1254sqtx3234 squareroot 0.0129 -> 0.114 Inexact Rounded
1255sqtx3235 squareroot 0.131 -> 0.362 Inexact Rounded
1256sqtx3236 squareroot 0.0131 -> 0.114 Inexact Rounded
1257sqtx3237 squareroot 0.132 -> 0.363 Inexact Rounded
1258sqtx3238 squareroot 0.0132 -> 0.115 Inexact Rounded
1259sqtx3239 squareroot 0.133 -> 0.365 Inexact Rounded
1260sqtx3240 squareroot 0.0133 -> 0.115 Inexact Rounded
1261sqtx3241 squareroot 0.134 -> 0.366 Inexact Rounded
1262sqtx3242 squareroot 0.0134 -> 0.116 Inexact Rounded
1263sqtx3243 squareroot 0.135 -> 0.367 Inexact Rounded
1264sqtx3244 squareroot 0.0135 -> 0.116 Inexact Rounded
1265sqtx3245 squareroot 0.136 -> 0.369 Inexact Rounded
1266sqtx3246 squareroot 0.0136 -> 0.117 Inexact Rounded
1267sqtx3247 squareroot 0.137 -> 0.370 Inexact Rounded
1268sqtx3248 squareroot 0.0137 -> 0.117 Inexact Rounded
1269sqtx3249 squareroot 0.138 -> 0.371 Inexact Rounded
1270sqtx3250 squareroot 0.0138 -> 0.117 Inexact Rounded
1271sqtx3251 squareroot 0.139 -> 0.373 Inexact Rounded
1272sqtx3252 squareroot 0.0139 -> 0.118 Inexact Rounded
1273sqtx3253 squareroot 0.141 -> 0.375 Inexact Rounded
1274sqtx3254 squareroot 0.0141 -> 0.119 Inexact Rounded
1275sqtx3255 squareroot 0.142 -> 0.377 Inexact Rounded
1276sqtx3256 squareroot 0.0142 -> 0.119 Inexact Rounded
1277sqtx3257 squareroot 0.143 -> 0.378 Inexact Rounded
1278sqtx3258 squareroot 0.0143 -> 0.120 Inexact Rounded
1279sqtx3259 squareroot 0.144 -> 0.379 Inexact Rounded
1280sqtx3260 squareroot 0.0144 -> 0.12
1281sqtx3261 squareroot 0.145 -> 0.381 Inexact Rounded
1282sqtx3262 squareroot 0.0145 -> 0.120 Inexact Rounded
1283sqtx3263 squareroot 0.146 -> 0.382 Inexact Rounded
1284sqtx3264 squareroot 0.0146 -> 0.121 Inexact Rounded
1285sqtx3265 squareroot 0.147 -> 0.383 Inexact Rounded
1286sqtx3266 squareroot 0.0147 -> 0.121 Inexact Rounded
1287sqtx3267 squareroot 0.148 -> 0.385 Inexact Rounded
1288sqtx3268 squareroot 0.0148 -> 0.122 Inexact Rounded
1289sqtx3269 squareroot 0.149 -> 0.386 Inexact Rounded
1290sqtx3270 squareroot 0.0149 -> 0.122 Inexact Rounded
1291sqtx3271 squareroot 0.151 -> 0.389 Inexact Rounded
1292sqtx3272 squareroot 0.0151 -> 0.123 Inexact Rounded
1293sqtx3273 squareroot 0.152 -> 0.390 Inexact Rounded
1294sqtx3274 squareroot 0.0152 -> 0.123 Inexact Rounded
1295sqtx3275 squareroot 0.153 -> 0.391 Inexact Rounded
1296sqtx3276 squareroot 0.0153 -> 0.124 Inexact Rounded
1297sqtx3277 squareroot 0.154 -> 0.392 Inexact Rounded
1298sqtx3278 squareroot 0.0154 -> 0.124 Inexact Rounded
1299sqtx3279 squareroot 0.155 -> 0.394 Inexact Rounded
1300sqtx3280 squareroot 0.0155 -> 0.124 Inexact Rounded
1301sqtx3281 squareroot 0.156 -> 0.395 Inexact Rounded
1302sqtx3282 squareroot 0.0156 -> 0.125 Inexact Rounded
1303sqtx3283 squareroot 0.157 -> 0.396 Inexact Rounded
1304sqtx3284 squareroot 0.0157 -> 0.125 Inexact Rounded
1305sqtx3285 squareroot 0.158 -> 0.397 Inexact Rounded
1306sqtx3286 squareroot 0.0158 -> 0.126 Inexact Rounded
1307sqtx3287 squareroot 0.159 -> 0.399 Inexact Rounded
1308sqtx3288 squareroot 0.0159 -> 0.126 Inexact Rounded
1309sqtx3289 squareroot 0.161 -> 0.401 Inexact Rounded
1310sqtx3290 squareroot 0.0161 -> 0.127 Inexact Rounded
1311sqtx3291 squareroot 0.162 -> 0.402 Inexact Rounded
1312sqtx3292 squareroot 0.0162 -> 0.127 Inexact Rounded
1313sqtx3293 squareroot 0.163 -> 0.404 Inexact Rounded
1314sqtx3294 squareroot 0.0163 -> 0.128 Inexact Rounded
1315sqtx3295 squareroot 0.164 -> 0.405 Inexact Rounded
1316sqtx3296 squareroot 0.0164 -> 0.128 Inexact Rounded
1317sqtx3297 squareroot 0.165 -> 0.406 Inexact Rounded
1318sqtx3298 squareroot 0.0165 -> 0.128 Inexact Rounded
1319sqtx3299 squareroot 0.166 -> 0.407 Inexact Rounded
1320sqtx3300 squareroot 0.0166 -> 0.129 Inexact Rounded
1321sqtx3301 squareroot 0.167 -> 0.409 Inexact Rounded
1322sqtx3302 squareroot 0.0167 -> 0.129 Inexact Rounded
1323sqtx3303 squareroot 0.168 -> 0.410 Inexact Rounded
1324sqtx3304 squareroot 0.0168 -> 0.130 Inexact Rounded
1325sqtx3305 squareroot 0.169 -> 0.411 Inexact Rounded
1326sqtx3306 squareroot 0.0169 -> 0.13
1327sqtx3307 squareroot 0.171 -> 0.414 Inexact Rounded
1328sqtx3308 squareroot 0.0171 -> 0.131 Inexact Rounded
1329sqtx3309 squareroot 0.172 -> 0.415 Inexact Rounded
1330sqtx3310 squareroot 0.0172 -> 0.131 Inexact Rounded
1331sqtx3311 squareroot 0.173 -> 0.416 Inexact Rounded
1332sqtx3312 squareroot 0.0173 -> 0.132 Inexact Rounded
1333sqtx3313 squareroot 0.174 -> 0.417 Inexact Rounded
1334sqtx3314 squareroot 0.0174 -> 0.132 Inexact Rounded
1335sqtx3315 squareroot 0.175 -> 0.418 Inexact Rounded
1336sqtx3316 squareroot 0.0175 -> 0.132 Inexact Rounded
1337sqtx3317 squareroot 0.176 -> 0.420 Inexact Rounded
1338sqtx3318 squareroot 0.0176 -> 0.133 Inexact Rounded
1339sqtx3319 squareroot 0.177 -> 0.421 Inexact Rounded
1340sqtx3320 squareroot 0.0177 -> 0.133 Inexact Rounded
1341sqtx3321 squareroot 0.178 -> 0.422 Inexact Rounded
1342sqtx3322 squareroot 0.0178 -> 0.133 Inexact Rounded
1343sqtx3323 squareroot 0.179 -> 0.423 Inexact Rounded
1344sqtx3324 squareroot 0.0179 -> 0.134 Inexact Rounded
1345sqtx3325 squareroot 0.181 -> 0.425 Inexact Rounded
1346sqtx3326 squareroot 0.0181 -> 0.135 Inexact Rounded
1347sqtx3327 squareroot 0.182 -> 0.427 Inexact Rounded
1348sqtx3328 squareroot 0.0182 -> 0.135 Inexact Rounded
1349sqtx3329 squareroot 0.183 -> 0.428 Inexact Rounded
1350sqtx3330 squareroot 0.0183 -> 0.135 Inexact Rounded
1351sqtx3331 squareroot 0.184 -> 0.429 Inexact Rounded
1352sqtx3332 squareroot 0.0184 -> 0.136 Inexact Rounded
1353sqtx3333 squareroot 0.185 -> 0.430 Inexact Rounded
1354sqtx3334 squareroot 0.0185 -> 0.136 Inexact Rounded
1355sqtx3335 squareroot 0.186 -> 0.431 Inexact Rounded
1356sqtx3336 squareroot 0.0186 -> 0.136 Inexact Rounded
1357sqtx3337 squareroot 0.187 -> 0.432 Inexact Rounded
1358sqtx3338 squareroot 0.0187 -> 0.137 Inexact Rounded
1359sqtx3339 squareroot 0.188 -> 0.434 Inexact Rounded
1360sqtx3340 squareroot 0.0188 -> 0.137 Inexact Rounded
1361sqtx3341 squareroot 0.189 -> 0.435 Inexact Rounded
1362sqtx3342 squareroot 0.0189 -> 0.137 Inexact Rounded
1363sqtx3343 squareroot 0.191 -> 0.437 Inexact Rounded
1364sqtx3344 squareroot 0.0191 -> 0.138 Inexact Rounded
1365sqtx3345 squareroot 0.192 -> 0.438 Inexact Rounded
1366sqtx3346 squareroot 0.0192 -> 0.139 Inexact Rounded
1367sqtx3347 squareroot 0.193 -> 0.439 Inexact Rounded
1368sqtx3348 squareroot 0.0193 -> 0.139 Inexact Rounded
1369sqtx3349 squareroot 0.194 -> 0.440 Inexact Rounded
1370sqtx3350 squareroot 0.0194 -> 0.139 Inexact Rounded
1371sqtx3351 squareroot 0.195 -> 0.442 Inexact Rounded
1372sqtx3352 squareroot 0.0195 -> 0.140 Inexact Rounded
1373sqtx3353 squareroot 0.196 -> 0.443 Inexact Rounded
1374sqtx3354 squareroot 0.0196 -> 0.14
1375sqtx3355 squareroot 0.197 -> 0.444 Inexact Rounded
1376sqtx3356 squareroot 0.0197 -> 0.140 Inexact Rounded
1377sqtx3357 squareroot 0.198 -> 0.445 Inexact Rounded
1378sqtx3358 squareroot 0.0198 -> 0.141 Inexact Rounded
1379sqtx3359 squareroot 0.199 -> 0.446 Inexact Rounded
1380sqtx3360 squareroot 0.0199 -> 0.141 Inexact Rounded
1381sqtx3361 squareroot 0.201 -> 0.448 Inexact Rounded
1382sqtx3362 squareroot 0.0201 -> 0.142 Inexact Rounded
1383sqtx3363 squareroot 0.202 -> 0.449 Inexact Rounded
1384sqtx3364 squareroot 0.0202 -> 0.142 Inexact Rounded
1385sqtx3365 squareroot 0.203 -> 0.451 Inexact Rounded
1386sqtx3366 squareroot 0.0203 -> 0.142 Inexact Rounded
1387sqtx3367 squareroot 0.204 -> 0.452 Inexact Rounded
1388sqtx3368 squareroot 0.0204 -> 0.143 Inexact Rounded
1389sqtx3369 squareroot 0.205 -> 0.453 Inexact Rounded
1390sqtx3370 squareroot 0.0205 -> 0.143 Inexact Rounded
1391sqtx3371 squareroot 0.206 -> 0.454 Inexact Rounded
1392sqtx3372 squareroot 0.0206 -> 0.144 Inexact Rounded
1393sqtx3373 squareroot 0.207 -> 0.455 Inexact Rounded
1394sqtx3374 squareroot 0.0207 -> 0.144 Inexact Rounded
1395sqtx3375 squareroot 0.208 -> 0.456 Inexact Rounded
1396sqtx3376 squareroot 0.0208 -> 0.144 Inexact Rounded
1397sqtx3377 squareroot 0.209 -> 0.457 Inexact Rounded
1398sqtx3378 squareroot 0.0209 -> 0.145 Inexact Rounded
1399sqtx3379 squareroot 0.211 -> 0.459 Inexact Rounded
1400sqtx3380 squareroot 0.0211 -> 0.145 Inexact Rounded
1401sqtx3381 squareroot 0.212 -> 0.460 Inexact Rounded
1402sqtx3382 squareroot 0.0212 -> 0.146 Inexact Rounded
1403sqtx3383 squareroot 0.213 -> 0.462 Inexact Rounded
1404sqtx3384 squareroot 0.0213 -> 0.146 Inexact Rounded
1405sqtx3385 squareroot 0.214 -> 0.463 Inexact Rounded
1406sqtx3386 squareroot 0.0214 -> 0.146 Inexact Rounded
1407sqtx3387 squareroot 0.215 -> 0.464 Inexact Rounded
1408sqtx3388 squareroot 0.0215 -> 0.147 Inexact Rounded
1409sqtx3389 squareroot 0.216 -> 0.465 Inexact Rounded
1410sqtx3390 squareroot 0.0216 -> 0.147 Inexact Rounded
1411sqtx3391 squareroot 0.217 -> 0.466 Inexact Rounded
1412sqtx3392 squareroot 0.0217 -> 0.147 Inexact Rounded
1413sqtx3393 squareroot 0.218 -> 0.467 Inexact Rounded
1414sqtx3394 squareroot 0.0218 -> 0.148 Inexact Rounded
1415sqtx3395 squareroot 0.219 -> 0.468 Inexact Rounded
1416sqtx3396 squareroot 0.0219 -> 0.148 Inexact Rounded
1417sqtx3397 squareroot 0.221 -> 0.470 Inexact Rounded
1418sqtx3398 squareroot 0.0221 -> 0.149 Inexact Rounded
1419sqtx3399 squareroot 0.222 -> 0.471 Inexact Rounded
1420sqtx3400 squareroot 0.0222 -> 0.149 Inexact Rounded
1421sqtx3401 squareroot 0.223 -> 0.472 Inexact Rounded
1422sqtx3402 squareroot 0.0223 -> 0.149 Inexact Rounded
1423sqtx3403 squareroot 0.224 -> 0.473 Inexact Rounded
1424sqtx3404 squareroot 0.0224 -> 0.150 Inexact Rounded
1425sqtx3405 squareroot 0.225 -> 0.474 Inexact Rounded
1426sqtx3406 squareroot 0.0225 -> 0.15
1427sqtx3407 squareroot 0.226 -> 0.475 Inexact Rounded
1428sqtx3408 squareroot 0.0226 -> 0.150 Inexact Rounded
1429sqtx3409 squareroot 0.227 -> 0.476 Inexact Rounded
1430sqtx3410 squareroot 0.0227 -> 0.151 Inexact Rounded
1431sqtx3411 squareroot 0.228 -> 0.477 Inexact Rounded
1432sqtx3412 squareroot 0.0228 -> 0.151 Inexact Rounded
1433sqtx3413 squareroot 0.229 -> 0.479 Inexact Rounded
1434sqtx3414 squareroot 0.0229 -> 0.151 Inexact Rounded
1435sqtx3415 squareroot 0.231 -> 0.481 Inexact Rounded
1436sqtx3416 squareroot 0.0231 -> 0.152 Inexact Rounded
1437sqtx3417 squareroot 0.232 -> 0.482 Inexact Rounded
1438sqtx3418 squareroot 0.0232 -> 0.152 Inexact Rounded
1439sqtx3419 squareroot 0.233 -> 0.483 Inexact Rounded
1440sqtx3420 squareroot 0.0233 -> 0.153 Inexact Rounded
1441sqtx3421 squareroot 0.234 -> 0.484 Inexact Rounded
1442sqtx3422 squareroot 0.0234 -> 0.153 Inexact Rounded
1443sqtx3423 squareroot 0.235 -> 0.485 Inexact Rounded
1444sqtx3424 squareroot 0.0235 -> 0.153 Inexact Rounded
1445sqtx3425 squareroot 0.236 -> 0.486 Inexact Rounded
1446sqtx3426 squareroot 0.0236 -> 0.154 Inexact Rounded
1447sqtx3427 squareroot 0.237 -> 0.487 Inexact Rounded
1448sqtx3428 squareroot 0.0237 -> 0.154 Inexact Rounded
1449sqtx3429 squareroot 0.238 -> 0.488 Inexact Rounded
1450sqtx3430 squareroot 0.0238 -> 0.154 Inexact Rounded
1451sqtx3431 squareroot 0.239 -> 0.489 Inexact Rounded
1452sqtx3432 squareroot 0.0239 -> 0.155 Inexact Rounded
1453sqtx3433 squareroot 0.241 -> 0.491 Inexact Rounded
1454sqtx3434 squareroot 0.0241 -> 0.155 Inexact Rounded
1455sqtx3435 squareroot 0.242 -> 0.492 Inexact Rounded
1456sqtx3436 squareroot 0.0242 -> 0.156 Inexact Rounded
1457sqtx3437 squareroot 0.243 -> 0.493 Inexact Rounded
1458sqtx3438 squareroot 0.0243 -> 0.156 Inexact Rounded
1459sqtx3439 squareroot 0.244 -> 0.494 Inexact Rounded
1460sqtx3440 squareroot 0.0244 -> 0.156 Inexact Rounded
1461sqtx3441 squareroot 0.245 -> 0.495 Inexact Rounded
1462sqtx3442 squareroot 0.0245 -> 0.157 Inexact Rounded
1463sqtx3443 squareroot 0.246 -> 0.496 Inexact Rounded
1464sqtx3444 squareroot 0.0246 -> 0.157 Inexact Rounded
1465sqtx3445 squareroot 0.247 -> 0.497 Inexact Rounded
1466sqtx3446 squareroot 0.0247 -> 0.157 Inexact Rounded
1467sqtx3447 squareroot 0.248 -> 0.498 Inexact Rounded
1468sqtx3448 squareroot 0.0248 -> 0.157 Inexact Rounded
1469sqtx3449 squareroot 0.249 -> 0.499 Inexact Rounded
1470sqtx3450 squareroot 0.0249 -> 0.158 Inexact Rounded
1471sqtx3451 squareroot 0.251 -> 0.501 Inexact Rounded
1472sqtx3452 squareroot 0.0251 -> 0.158 Inexact Rounded
1473sqtx3453 squareroot 0.252 -> 0.502 Inexact Rounded
1474sqtx3454 squareroot 0.0252 -> 0.159 Inexact Rounded
1475sqtx3455 squareroot 0.253 -> 0.503 Inexact Rounded
1476sqtx3456 squareroot 0.0253 -> 0.159 Inexact Rounded
1477sqtx3457 squareroot 0.254 -> 0.504 Inexact Rounded
1478sqtx3458 squareroot 0.0254 -> 0.159 Inexact Rounded
1479sqtx3459 squareroot 0.255 -> 0.505 Inexact Rounded
1480sqtx3460 squareroot 0.0255 -> 0.160 Inexact Rounded
1481sqtx3461 squareroot 0.256 -> 0.506 Inexact Rounded
1482sqtx3462 squareroot 0.0256 -> 0.16
1483sqtx3463 squareroot 0.257 -> 0.507 Inexact Rounded
1484sqtx3464 squareroot 0.0257 -> 0.160 Inexact Rounded
1485sqtx3465 squareroot 0.258 -> 0.508 Inexact Rounded
1486sqtx3466 squareroot 0.0258 -> 0.161 Inexact Rounded
1487sqtx3467 squareroot 0.259 -> 0.509 Inexact Rounded
1488sqtx3468 squareroot 0.0259 -> 0.161 Inexact Rounded
1489sqtx3469 squareroot 0.261 -> 0.511 Inexact Rounded
1490sqtx3470 squareroot 0.0261 -> 0.162 Inexact Rounded
1491sqtx3471 squareroot 0.262 -> 0.512 Inexact Rounded
1492sqtx3472 squareroot 0.0262 -> 0.162 Inexact Rounded
1493sqtx3473 squareroot 0.263 -> 0.513 Inexact Rounded
1494sqtx3474 squareroot 0.0263 -> 0.162 Inexact Rounded
1495sqtx3475 squareroot 0.264 -> 0.514 Inexact Rounded
1496sqtx3476 squareroot 0.0264 -> 0.162 Inexact Rounded
1497sqtx3477 squareroot 0.265 -> 0.515 Inexact Rounded
1498sqtx3478 squareroot 0.0265 -> 0.163 Inexact Rounded
1499sqtx3479 squareroot 0.266 -> 0.516 Inexact Rounded
1500sqtx3480 squareroot 0.0266 -> 0.163 Inexact Rounded
1501sqtx3481 squareroot 0.267 -> 0.517 Inexact Rounded
1502sqtx3482 squareroot 0.0267 -> 0.163 Inexact Rounded
1503sqtx3483 squareroot 0.268 -> 0.518 Inexact Rounded
1504sqtx3484 squareroot 0.0268 -> 0.164 Inexact Rounded
1505sqtx3485 squareroot 0.269 -> 0.519 Inexact Rounded
1506sqtx3486 squareroot 0.0269 -> 0.164 Inexact Rounded
1507sqtx3487 squareroot 0.271 -> 0.521 Inexact Rounded
1508sqtx3488 squareroot 0.0271 -> 0.165 Inexact Rounded
1509sqtx3489 squareroot 0.272 -> 0.522 Inexact Rounded
1510sqtx3490 squareroot 0.0272 -> 0.165 Inexact Rounded
1511sqtx3491 squareroot 0.273 -> 0.522 Inexact Rounded
1512sqtx3492 squareroot 0.0273 -> 0.165 Inexact Rounded
1513sqtx3493 squareroot 0.274 -> 0.523 Inexact Rounded
1514sqtx3494 squareroot 0.0274 -> 0.166 Inexact Rounded
1515sqtx3495 squareroot 0.275 -> 0.524 Inexact Rounded
1516sqtx3496 squareroot 0.0275 -> 0.166 Inexact Rounded
1517sqtx3497 squareroot 0.276 -> 0.525 Inexact Rounded
1518sqtx3498 squareroot 0.0276 -> 0.166 Inexact Rounded
1519sqtx3499 squareroot 0.277 -> 0.526 Inexact Rounded
1520sqtx3500 squareroot 0.0277 -> 0.166 Inexact Rounded
1521sqtx3501 squareroot 0.278 -> 0.527 Inexact Rounded
1522sqtx3502 squareroot 0.0278 -> 0.167 Inexact Rounded
1523sqtx3503 squareroot 0.279 -> 0.528 Inexact Rounded
1524sqtx3504 squareroot 0.0279 -> 0.167 Inexact Rounded
1525sqtx3505 squareroot 0.281 -> 0.530 Inexact Rounded
1526sqtx3506 squareroot 0.0281 -> 0.168 Inexact Rounded
1527sqtx3507 squareroot 0.282 -> 0.531 Inexact Rounded
1528sqtx3508 squareroot 0.0282 -> 0.168 Inexact Rounded
1529sqtx3509 squareroot 0.283 -> 0.532 Inexact Rounded
1530sqtx3510 squareroot 0.0283 -> 0.168 Inexact Rounded
1531sqtx3511 squareroot 0.284 -> 0.533 Inexact Rounded
1532sqtx3512 squareroot 0.0284 -> 0.169 Inexact Rounded
1533sqtx3513 squareroot 0.285 -> 0.534 Inexact Rounded
1534sqtx3514 squareroot 0.0285 -> 0.169 Inexact Rounded
1535sqtx3515 squareroot 0.286 -> 0.535 Inexact Rounded
1536sqtx3516 squareroot 0.0286 -> 0.169 Inexact Rounded
1537sqtx3517 squareroot 0.287 -> 0.536 Inexact Rounded
1538sqtx3518 squareroot 0.0287 -> 0.169 Inexact Rounded
1539sqtx3519 squareroot 0.288 -> 0.537 Inexact Rounded
1540sqtx3520 squareroot 0.0288 -> 0.170 Inexact Rounded
1541sqtx3521 squareroot 0.289 -> 0.538 Inexact Rounded
1542sqtx3522 squareroot 0.0289 -> 0.17
1543sqtx3523 squareroot 0.291 -> 0.539 Inexact Rounded
1544sqtx3524 squareroot 0.0291 -> 0.171 Inexact Rounded
1545sqtx3525 squareroot 0.292 -> 0.540 Inexact Rounded
1546sqtx3526 squareroot 0.0292 -> 0.171 Inexact Rounded
1547sqtx3527 squareroot 0.293 -> 0.541 Inexact Rounded
1548sqtx3528 squareroot 0.0293 -> 0.171 Inexact Rounded
1549sqtx3529 squareroot 0.294 -> 0.542 Inexact Rounded
1550sqtx3530 squareroot 0.0294 -> 0.171 Inexact Rounded
1551sqtx3531 squareroot 0.295 -> 0.543 Inexact Rounded
1552sqtx3532 squareroot 0.0295 -> 0.172 Inexact Rounded
1553sqtx3533 squareroot 0.296 -> 0.544 Inexact Rounded
1554sqtx3534 squareroot 0.0296 -> 0.172 Inexact Rounded
1555sqtx3535 squareroot 0.297 -> 0.545 Inexact Rounded
1556sqtx3536 squareroot 0.0297 -> 0.172 Inexact Rounded
1557sqtx3537 squareroot 0.298 -> 0.546 Inexact Rounded
1558sqtx3538 squareroot 0.0298 -> 0.173 Inexact Rounded
1559sqtx3539 squareroot 0.299 -> 0.547 Inexact Rounded
1560sqtx3540 squareroot 0.0299 -> 0.173 Inexact Rounded
1561sqtx3541 squareroot 0.301 -> 0.549 Inexact Rounded
1562sqtx3542 squareroot 0.0301 -> 0.173 Inexact Rounded
1563sqtx3543 squareroot 0.302 -> 0.550 Inexact Rounded
1564sqtx3544 squareroot 0.0302 -> 0.174 Inexact Rounded
1565sqtx3545 squareroot 0.303 -> 0.550 Inexact Rounded
1566sqtx3546 squareroot 0.0303 -> 0.174 Inexact Rounded
1567sqtx3547 squareroot 0.304 -> 0.551 Inexact Rounded
1568sqtx3548 squareroot 0.0304 -> 0.174 Inexact Rounded
1569sqtx3549 squareroot 0.305 -> 0.552 Inexact Rounded
1570sqtx3550 squareroot 0.0305 -> 0.175 Inexact Rounded
1571sqtx3551 squareroot 0.306 -> 0.553 Inexact Rounded
1572sqtx3552 squareroot 0.0306 -> 0.175 Inexact Rounded
1573sqtx3553 squareroot 0.307 -> 0.554 Inexact Rounded
1574sqtx3554 squareroot 0.0307 -> 0.175 Inexact Rounded
1575sqtx3555 squareroot 0.308 -> 0.555 Inexact Rounded
1576sqtx3556 squareroot 0.0308 -> 0.175 Inexact Rounded
1577sqtx3557 squareroot 0.309 -> 0.556 Inexact Rounded
1578sqtx3558 squareroot 0.0309 -> 0.176 Inexact Rounded
1579sqtx3559 squareroot 0.311 -> 0.558 Inexact Rounded
1580sqtx3560 squareroot 0.0311 -> 0.176 Inexact Rounded
1581sqtx3561 squareroot 0.312 -> 0.559 Inexact Rounded
1582sqtx3562 squareroot 0.0312 -> 0.177 Inexact Rounded
1583sqtx3563 squareroot 0.313 -> 0.559 Inexact Rounded
1584sqtx3564 squareroot 0.0313 -> 0.177 Inexact Rounded
1585sqtx3565 squareroot 0.314 -> 0.560 Inexact Rounded
1586sqtx3566 squareroot 0.0314 -> 0.177 Inexact Rounded
1587sqtx3567 squareroot 0.315 -> 0.561 Inexact Rounded
1588sqtx3568 squareroot 0.0315 -> 0.177 Inexact Rounded
1589sqtx3569 squareroot 0.316 -> 0.562 Inexact Rounded
1590sqtx3570 squareroot 0.0316 -> 0.178 Inexact Rounded
1591sqtx3571 squareroot 0.317 -> 0.563 Inexact Rounded
1592sqtx3572 squareroot 0.0317 -> 0.178 Inexact Rounded
1593sqtx3573 squareroot 0.318 -> 0.564 Inexact Rounded
1594sqtx3574 squareroot 0.0318 -> 0.178 Inexact Rounded
1595sqtx3575 squareroot 0.319 -> 0.565 Inexact Rounded
1596sqtx3576 squareroot 0.0319 -> 0.179 Inexact Rounded
1597sqtx3577 squareroot 0.321 -> 0.567 Inexact Rounded
1598sqtx3578 squareroot 0.0321 -> 0.179 Inexact Rounded
1599sqtx3579 squareroot 0.322 -> 0.567 Inexact Rounded
1600sqtx3580 squareroot 0.0322 -> 0.179 Inexact Rounded
1601sqtx3581 squareroot 0.323 -> 0.568 Inexact Rounded
1602sqtx3582 squareroot 0.0323 -> 0.180 Inexact Rounded
1603sqtx3583 squareroot 0.324 -> 0.569 Inexact Rounded
1604sqtx3584 squareroot 0.0324 -> 0.18
1605sqtx3585 squareroot 0.325 -> 0.570 Inexact Rounded
1606sqtx3586 squareroot 0.0325 -> 0.180 Inexact Rounded
1607sqtx3587 squareroot 0.326 -> 0.571 Inexact Rounded
1608sqtx3588 squareroot 0.0326 -> 0.181 Inexact Rounded
1609sqtx3589 squareroot 0.327 -> 0.572 Inexact Rounded
1610sqtx3590 squareroot 0.0327 -> 0.181 Inexact Rounded
1611sqtx3591 squareroot 0.328 -> 0.573 Inexact Rounded
1612sqtx3592 squareroot 0.0328 -> 0.181 Inexact Rounded
1613sqtx3593 squareroot 0.329 -> 0.574 Inexact Rounded
1614sqtx3594 squareroot 0.0329 -> 0.181 Inexact Rounded
1615sqtx3595 squareroot 0.331 -> 0.575 Inexact Rounded
1616sqtx3596 squareroot 0.0331 -> 0.182 Inexact Rounded
1617sqtx3597 squareroot 0.332 -> 0.576 Inexact Rounded
1618sqtx3598 squareroot 0.0332 -> 0.182 Inexact Rounded
1619sqtx3599 squareroot 0.333 -> 0.577 Inexact Rounded
1620sqtx3600 squareroot 0.0333 -> 0.182 Inexact Rounded
1621sqtx3601 squareroot 0.334 -> 0.578 Inexact Rounded
1622sqtx3602 squareroot 0.0334 -> 0.183 Inexact Rounded
1623sqtx3603 squareroot 0.335 -> 0.579 Inexact Rounded
1624sqtx3604 squareroot 0.0335 -> 0.183 Inexact Rounded
1625sqtx3605 squareroot 0.336 -> 0.580 Inexact Rounded
1626sqtx3606 squareroot 0.0336 -> 0.183 Inexact Rounded
1627sqtx3607 squareroot 0.337 -> 0.581 Inexact Rounded
1628sqtx3608 squareroot 0.0337 -> 0.184 Inexact Rounded
1629sqtx3609 squareroot 0.338 -> 0.581 Inexact Rounded
1630sqtx3610 squareroot 0.0338 -> 0.184 Inexact Rounded
1631sqtx3611 squareroot 0.339 -> 0.582 Inexact Rounded
1632sqtx3612 squareroot 0.0339 -> 0.184 Inexact Rounded
1633sqtx3613 squareroot 0.341 -> 0.584 Inexact Rounded
1634sqtx3614 squareroot 0.0341 -> 0.185 Inexact Rounded
1635sqtx3615 squareroot 0.342 -> 0.585 Inexact Rounded
1636sqtx3616 squareroot 0.0342 -> 0.185 Inexact Rounded
1637sqtx3617 squareroot 0.343 -> 0.586 Inexact Rounded
1638sqtx3618 squareroot 0.0343 -> 0.185 Inexact Rounded
1639sqtx3619 squareroot 0.344 -> 0.587 Inexact Rounded
1640sqtx3620 squareroot 0.0344 -> 0.185 Inexact Rounded
1641sqtx3621 squareroot 0.345 -> 0.587 Inexact Rounded
1642sqtx3622 squareroot 0.0345 -> 0.186 Inexact Rounded
1643sqtx3623 squareroot 0.346 -> 0.588 Inexact Rounded
1644sqtx3624 squareroot 0.0346 -> 0.186 Inexact Rounded
1645sqtx3625 squareroot 0.347 -> 0.589 Inexact Rounded
1646sqtx3626 squareroot 0.0347 -> 0.186 Inexact Rounded
1647sqtx3627 squareroot 0.348 -> 0.590 Inexact Rounded
1648sqtx3628 squareroot 0.0348 -> 0.187 Inexact Rounded
1649sqtx3629 squareroot 0.349 -> 0.591 Inexact Rounded
1650sqtx3630 squareroot 0.0349 -> 0.187 Inexact Rounded
1651sqtx3631 squareroot 0.351 -> 0.592 Inexact Rounded
1652sqtx3632 squareroot 0.0351 -> 0.187 Inexact Rounded
1653sqtx3633 squareroot 0.352 -> 0.593 Inexact Rounded
1654sqtx3634 squareroot 0.0352 -> 0.188 Inexact Rounded
1655sqtx3635 squareroot 0.353 -> 0.594 Inexact Rounded
1656sqtx3636 squareroot 0.0353 -> 0.188 Inexact Rounded
1657sqtx3637 squareroot 0.354 -> 0.595 Inexact Rounded
1658sqtx3638 squareroot 0.0354 -> 0.188 Inexact Rounded
1659sqtx3639 squareroot 0.355 -> 0.596 Inexact Rounded
1660sqtx3640 squareroot 0.0355 -> 0.188 Inexact Rounded
1661sqtx3641 squareroot 0.356 -> 0.597 Inexact Rounded
1662sqtx3642 squareroot 0.0356 -> 0.189 Inexact Rounded
1663sqtx3643 squareroot 0.357 -> 0.597 Inexact Rounded
1664sqtx3644 squareroot 0.0357 -> 0.189 Inexact Rounded
1665sqtx3645 squareroot 0.358 -> 0.598 Inexact Rounded
1666sqtx3646 squareroot 0.0358 -> 0.189 Inexact Rounded
1667sqtx3647 squareroot 0.359 -> 0.599 Inexact Rounded
1668sqtx3648 squareroot 0.0359 -> 0.189 Inexact Rounded
1669sqtx3649 squareroot 0.361 -> 0.601 Inexact Rounded
1670sqtx3650 squareroot 0.0361 -> 0.19
1671sqtx3651 squareroot 0.362 -> 0.602 Inexact Rounded
1672sqtx3652 squareroot 0.0362 -> 0.190 Inexact Rounded
1673sqtx3653 squareroot 0.363 -> 0.602 Inexact Rounded
1674sqtx3654 squareroot 0.0363 -> 0.191 Inexact Rounded
1675sqtx3655 squareroot 0.364 -> 0.603 Inexact Rounded
1676sqtx3656 squareroot 0.0364 -> 0.191 Inexact Rounded
1677sqtx3657 squareroot 0.365 -> 0.604 Inexact Rounded
1678sqtx3658 squareroot 0.0365 -> 0.191 Inexact Rounded
1679sqtx3659 squareroot 0.366 -> 0.605 Inexact Rounded
1680sqtx3660 squareroot 0.0366 -> 0.191 Inexact Rounded
1681sqtx3661 squareroot 0.367 -> 0.606 Inexact Rounded
1682sqtx3662 squareroot 0.0367 -> 0.192 Inexact Rounded
1683sqtx3663 squareroot 0.368 -> 0.607 Inexact Rounded
1684sqtx3664 squareroot 0.0368 -> 0.192 Inexact Rounded
1685sqtx3665 squareroot 0.369 -> 0.607 Inexact Rounded
1686sqtx3666 squareroot 0.0369 -> 0.192 Inexact Rounded
1687sqtx3667 squareroot 0.371 -> 0.609 Inexact Rounded
1688sqtx3668 squareroot 0.0371 -> 0.193 Inexact Rounded
1689sqtx3669 squareroot 0.372 -> 0.610 Inexact Rounded
1690sqtx3670 squareroot 0.0372 -> 0.193 Inexact Rounded
1691sqtx3671 squareroot 0.373 -> 0.611 Inexact Rounded
1692sqtx3672 squareroot 0.0373 -> 0.193 Inexact Rounded
1693sqtx3673 squareroot 0.374 -> 0.612 Inexact Rounded
1694sqtx3674 squareroot 0.0374 -> 0.193 Inexact Rounded
1695sqtx3675 squareroot 0.375 -> 0.612 Inexact Rounded
1696sqtx3676 squareroot 0.0375 -> 0.194 Inexact Rounded
1697sqtx3677 squareroot 0.376 -> 0.613 Inexact Rounded
1698sqtx3678 squareroot 0.0376 -> 0.194 Inexact Rounded
1699sqtx3679 squareroot 0.377 -> 0.614 Inexact Rounded
1700sqtx3680 squareroot 0.0377 -> 0.194 Inexact Rounded
1701sqtx3681 squareroot 0.378 -> 0.615 Inexact Rounded
1702sqtx3682 squareroot 0.0378 -> 0.194 Inexact Rounded
1703sqtx3683 squareroot 0.379 -> 0.616 Inexact Rounded
1704sqtx3684 squareroot 0.0379 -> 0.195 Inexact Rounded
1705sqtx3685 squareroot 0.381 -> 0.617 Inexact Rounded
1706sqtx3686 squareroot 0.0381 -> 0.195 Inexact Rounded
1707sqtx3687 squareroot 0.382 -> 0.618 Inexact Rounded
1708sqtx3688 squareroot 0.0382 -> 0.195 Inexact Rounded
1709sqtx3689 squareroot 0.383 -> 0.619 Inexact Rounded
1710sqtx3690 squareroot 0.0383 -> 0.196 Inexact Rounded
1711sqtx3691 squareroot 0.384 -> 0.620 Inexact Rounded
1712sqtx3692 squareroot 0.0384 -> 0.196 Inexact Rounded
1713sqtx3693 squareroot 0.385 -> 0.620 Inexact Rounded
1714sqtx3694 squareroot 0.0385 -> 0.196 Inexact Rounded
1715sqtx3695 squareroot 0.386 -> 0.621 Inexact Rounded
1716sqtx3696 squareroot 0.0386 -> 0.196 Inexact Rounded
1717sqtx3697 squareroot 0.387 -> 0.622 Inexact Rounded
1718sqtx3698 squareroot 0.0387 -> 0.197 Inexact Rounded
1719sqtx3699 squareroot 0.388 -> 0.623 Inexact Rounded
1720sqtx3700 squareroot 0.0388 -> 0.197 Inexact Rounded
1721sqtx3701 squareroot 0.389 -> 0.624 Inexact Rounded
1722sqtx3702 squareroot 0.0389 -> 0.197 Inexact Rounded
1723sqtx3703 squareroot 0.391 -> 0.625 Inexact Rounded
1724sqtx3704 squareroot 0.0391 -> 0.198 Inexact Rounded
1725sqtx3705 squareroot 0.392 -> 0.626 Inexact Rounded
1726sqtx3706 squareroot 0.0392 -> 0.198 Inexact Rounded
1727sqtx3707 squareroot 0.393 -> 0.627 Inexact Rounded
1728sqtx3708 squareroot 0.0393 -> 0.198 Inexact Rounded
1729sqtx3709 squareroot 0.394 -> 0.628 Inexact Rounded
1730sqtx3710 squareroot 0.0394 -> 0.198 Inexact Rounded
1731sqtx3711 squareroot 0.395 -> 0.628 Inexact Rounded
1732sqtx3712 squareroot 0.0395 -> 0.199 Inexact Rounded
1733sqtx3713 squareroot 0.396 -> 0.629 Inexact Rounded
1734sqtx3714 squareroot 0.0396 -> 0.199 Inexact Rounded
1735sqtx3715 squareroot 0.397 -> 0.630 Inexact Rounded
1736sqtx3716 squareroot 0.0397 -> 0.199 Inexact Rounded
1737sqtx3717 squareroot 0.398 -> 0.631 Inexact Rounded
1738sqtx3718 squareroot 0.0398 -> 0.199 Inexact Rounded
1739sqtx3719 squareroot 0.399 -> 0.632 Inexact Rounded
1740sqtx3720 squareroot 0.0399 -> 0.200 Inexact Rounded
1741sqtx3721 squareroot 0.401 -> 0.633 Inexact Rounded
1742sqtx3722 squareroot 0.0401 -> 0.200 Inexact Rounded
1743sqtx3723 squareroot 0.402 -> 0.634 Inexact Rounded
1744sqtx3724 squareroot 0.0402 -> 0.200 Inexact Rounded
1745sqtx3725 squareroot 0.403 -> 0.635 Inexact Rounded
1746sqtx3726 squareroot 0.0403 -> 0.201 Inexact Rounded
1747sqtx3727 squareroot 0.404 -> 0.636 Inexact Rounded
1748sqtx3728 squareroot 0.0404 -> 0.201 Inexact Rounded
1749sqtx3729 squareroot 0.405 -> 0.636 Inexact Rounded
1750sqtx3730 squareroot 0.0405 -> 0.201 Inexact Rounded
1751sqtx3731 squareroot 0.406 -> 0.637 Inexact Rounded
1752sqtx3732 squareroot 0.0406 -> 0.201 Inexact Rounded
1753sqtx3733 squareroot 0.407 -> 0.638 Inexact Rounded
1754sqtx3734 squareroot 0.0407 -> 0.202 Inexact Rounded
1755sqtx3735 squareroot 0.408 -> 0.639 Inexact Rounded
1756sqtx3736 squareroot 0.0408 -> 0.202 Inexact Rounded
1757sqtx3737 squareroot 0.409 -> 0.640 Inexact Rounded
1758sqtx3738 squareroot 0.0409 -> 0.202 Inexact Rounded
1759sqtx3739 squareroot 0.411 -> 0.641 Inexact Rounded
1760sqtx3740 squareroot 0.0411 -> 0.203 Inexact Rounded
1761sqtx3741 squareroot 0.412 -> 0.642 Inexact Rounded
1762sqtx3742 squareroot 0.0412 -> 0.203 Inexact Rounded
1763sqtx3743 squareroot 0.413 -> 0.643 Inexact Rounded
1764sqtx3744 squareroot 0.0413 -> 0.203 Inexact Rounded
1765sqtx3745 squareroot 0.414 -> 0.643 Inexact Rounded
1766sqtx3746 squareroot 0.0414 -> 0.203 Inexact Rounded
1767sqtx3747 squareroot 0.415 -> 0.644 Inexact Rounded
1768sqtx3748 squareroot 0.0415 -> 0.204 Inexact Rounded
1769sqtx3749 squareroot 0.416 -> 0.645 Inexact Rounded
1770sqtx3750 squareroot 0.0416 -> 0.204 Inexact Rounded
1771sqtx3751 squareroot 0.417 -> 0.646 Inexact Rounded
1772sqtx3752 squareroot 0.0417 -> 0.204 Inexact Rounded
1773sqtx3753 squareroot 0.418 -> 0.647 Inexact Rounded
1774sqtx3754 squareroot 0.0418 -> 0.204 Inexact Rounded
1775sqtx3755 squareroot 0.419 -> 0.647 Inexact Rounded
1776sqtx3756 squareroot 0.0419 -> 0.205 Inexact Rounded
1777sqtx3757 squareroot 0.421 -> 0.649 Inexact Rounded
1778sqtx3758 squareroot 0.0421 -> 0.205 Inexact Rounded
1779sqtx3759 squareroot 0.422 -> 0.650 Inexact Rounded
1780sqtx3760 squareroot 0.0422 -> 0.205 Inexact Rounded
1781sqtx3761 squareroot 0.423 -> 0.650 Inexact Rounded
1782sqtx3762 squareroot 0.0423 -> 0.206 Inexact Rounded
1783sqtx3763 squareroot 0.424 -> 0.651 Inexact Rounded
1784sqtx3764 squareroot 0.0424 -> 0.206 Inexact Rounded
1785sqtx3765 squareroot 0.425 -> 0.652 Inexact Rounded
1786sqtx3766 squareroot 0.0425 -> 0.206 Inexact Rounded
1787sqtx3767 squareroot 0.426 -> 0.653 Inexact Rounded
1788sqtx3768 squareroot 0.0426 -> 0.206 Inexact Rounded
1789sqtx3769 squareroot 0.427 -> 0.653 Inexact Rounded
1790sqtx3770 squareroot 0.0427 -> 0.207 Inexact Rounded
1791sqtx3771 squareroot 0.428 -> 0.654 Inexact Rounded
1792sqtx3772 squareroot 0.0428 -> 0.207 Inexact Rounded
1793sqtx3773 squareroot 0.429 -> 0.655 Inexact Rounded
1794sqtx3774 squareroot 0.0429 -> 0.207 Inexact Rounded
1795sqtx3775 squareroot 0.431 -> 0.657 Inexact Rounded
1796sqtx3776 squareroot 0.0431 -> 0.208 Inexact Rounded
1797sqtx3777 squareroot 0.432 -> 0.657 Inexact Rounded
1798sqtx3778 squareroot 0.0432 -> 0.208 Inexact Rounded
1799sqtx3779 squareroot 0.433 -> 0.658 Inexact Rounded
1800sqtx3780 squareroot 0.0433 -> 0.208 Inexact Rounded
1801sqtx3781 squareroot 0.434 -> 0.659 Inexact Rounded
1802sqtx3782 squareroot 0.0434 -> 0.208 Inexact Rounded
1803sqtx3783 squareroot 0.435 -> 0.660 Inexact Rounded
1804sqtx3784 squareroot 0.0435 -> 0.209 Inexact Rounded
1805sqtx3785 squareroot 0.436 -> 0.660 Inexact Rounded
1806sqtx3786 squareroot 0.0436 -> 0.209 Inexact Rounded
1807sqtx3787 squareroot 0.437 -> 0.661 Inexact Rounded
1808sqtx3788 squareroot 0.0437 -> 0.209 Inexact Rounded
1809sqtx3789 squareroot 0.438 -> 0.662 Inexact Rounded
1810sqtx3790 squareroot 0.0438 -> 0.209 Inexact Rounded
1811sqtx3791 squareroot 0.439 -> 0.663 Inexact Rounded
1812sqtx3792 squareroot 0.0439 -> 0.210 Inexact Rounded
1813sqtx3793 squareroot 0.441 -> 0.664 Inexact Rounded
1814sqtx3794 squareroot 0.0441 -> 0.21
1815sqtx3795 squareroot 0.442 -> 0.665 Inexact Rounded
1816sqtx3796 squareroot 0.0442 -> 0.210 Inexact Rounded
1817sqtx3797 squareroot 0.443 -> 0.666 Inexact Rounded
1818sqtx3798 squareroot 0.0443 -> 0.210 Inexact Rounded
1819sqtx3799 squareroot 0.444 -> 0.666 Inexact Rounded
1820sqtx3800 squareroot 0.0444 -> 0.211 Inexact Rounded
1821sqtx3801 squareroot 0.445 -> 0.667 Inexact Rounded
1822sqtx3802 squareroot 0.0445 -> 0.211 Inexact Rounded
1823sqtx3803 squareroot 0.446 -> 0.668 Inexact Rounded
1824sqtx3804 squareroot 0.0446 -> 0.211 Inexact Rounded
1825sqtx3805 squareroot 0.447 -> 0.669 Inexact Rounded
1826sqtx3806 squareroot 0.0447 -> 0.211 Inexact Rounded
1827sqtx3807 squareroot 0.448 -> 0.669 Inexact Rounded
1828sqtx3808 squareroot 0.0448 -> 0.212 Inexact Rounded
1829sqtx3809 squareroot 0.449 -> 0.670 Inexact Rounded
1830sqtx3810 squareroot 0.0449 -> 0.212 Inexact Rounded
1831sqtx3811 squareroot 0.451 -> 0.672 Inexact Rounded
1832sqtx3812 squareroot 0.0451 -> 0.212 Inexact Rounded
1833sqtx3813 squareroot 0.452 -> 0.672 Inexact Rounded
1834sqtx3814 squareroot 0.0452 -> 0.213 Inexact Rounded
1835sqtx3815 squareroot 0.453 -> 0.673 Inexact Rounded
1836sqtx3816 squareroot 0.0453 -> 0.213 Inexact Rounded
1837sqtx3817 squareroot 0.454 -> 0.674 Inexact Rounded
1838sqtx3818 squareroot 0.0454 -> 0.213 Inexact Rounded
1839sqtx3819 squareroot 0.455 -> 0.675 Inexact Rounded
1840sqtx3820 squareroot 0.0455 -> 0.213 Inexact Rounded
1841sqtx3821 squareroot 0.456 -> 0.675 Inexact Rounded
1842sqtx3822 squareroot 0.0456 -> 0.214 Inexact Rounded
1843sqtx3823 squareroot 0.457 -> 0.676 Inexact Rounded
1844sqtx3824 squareroot 0.0457 -> 0.214 Inexact Rounded
1845sqtx3825 squareroot 0.458 -> 0.677 Inexact Rounded
1846sqtx3826 squareroot 0.0458 -> 0.214 Inexact Rounded
1847sqtx3827 squareroot 0.459 -> 0.677 Inexact Rounded
1848sqtx3828 squareroot 0.0459 -> 0.214 Inexact Rounded
1849sqtx3829 squareroot 0.461 -> 0.679 Inexact Rounded
1850sqtx3830 squareroot 0.0461 -> 0.215 Inexact Rounded
1851sqtx3831 squareroot 0.462 -> 0.680 Inexact Rounded
1852sqtx3832 squareroot 0.0462 -> 0.215 Inexact Rounded
1853sqtx3833 squareroot 0.463 -> 0.680 Inexact Rounded
1854sqtx3834 squareroot 0.0463 -> 0.215 Inexact Rounded
1855sqtx3835 squareroot 0.464 -> 0.681 Inexact Rounded
1856sqtx3836 squareroot 0.0464 -> 0.215 Inexact Rounded
1857sqtx3837 squareroot 0.465 -> 0.682 Inexact Rounded
1858sqtx3838 squareroot 0.0465 -> 0.216 Inexact Rounded
1859sqtx3839 squareroot 0.466 -> 0.683 Inexact Rounded
1860sqtx3840 squareroot 0.0466 -> 0.216 Inexact Rounded
1861sqtx3841 squareroot 0.467 -> 0.683 Inexact Rounded
1862sqtx3842 squareroot 0.0467 -> 0.216 Inexact Rounded
1863sqtx3843 squareroot 0.468 -> 0.684 Inexact Rounded
1864sqtx3844 squareroot 0.0468 -> 0.216 Inexact Rounded
1865sqtx3845 squareroot 0.469 -> 0.685 Inexact Rounded
1866sqtx3846 squareroot 0.0469 -> 0.217 Inexact Rounded
1867sqtx3847 squareroot 0.471 -> 0.686 Inexact Rounded
1868sqtx3848 squareroot 0.0471 -> 0.217 Inexact Rounded
1869sqtx3849 squareroot 0.472 -> 0.687 Inexact Rounded
1870sqtx3850 squareroot 0.0472 -> 0.217 Inexact Rounded
1871sqtx3851 squareroot 0.473 -> 0.688 Inexact Rounded
1872sqtx3852 squareroot 0.0473 -> 0.217 Inexact Rounded
1873sqtx3853 squareroot 0.474 -> 0.688 Inexact Rounded
1874sqtx3854 squareroot 0.0474 -> 0.218 Inexact Rounded
1875sqtx3855 squareroot 0.475 -> 0.689 Inexact Rounded
1876sqtx3856 squareroot 0.0475 -> 0.218 Inexact Rounded
1877sqtx3857 squareroot 0.476 -> 0.690 Inexact Rounded
1878sqtx3858 squareroot 0.0476 -> 0.218 Inexact Rounded
1879sqtx3859 squareroot 0.477 -> 0.691 Inexact Rounded
1880sqtx3860 squareroot 0.0477 -> 0.218 Inexact Rounded
1881sqtx3861 squareroot 0.478 -> 0.691 Inexact Rounded
1882sqtx3862 squareroot 0.0478 -> 0.219 Inexact Rounded
1883sqtx3863 squareroot 0.479 -> 0.692 Inexact Rounded
1884sqtx3864 squareroot 0.0479 -> 0.219 Inexact Rounded
1885sqtx3865 squareroot 0.481 -> 0.694 Inexact Rounded
1886sqtx3866 squareroot 0.0481 -> 0.219 Inexact Rounded
1887sqtx3867 squareroot 0.482 -> 0.694 Inexact Rounded
1888sqtx3868 squareroot 0.0482 -> 0.220 Inexact Rounded
1889sqtx3869 squareroot 0.483 -> 0.695 Inexact Rounded
1890sqtx3870 squareroot 0.0483 -> 0.220 Inexact Rounded
1891sqtx3871 squareroot 0.484 -> 0.696 Inexact Rounded
1892sqtx3872 squareroot 0.0484 -> 0.22
1893sqtx3873 squareroot 0.485 -> 0.696 Inexact Rounded
1894sqtx3874 squareroot 0.0485 -> 0.220 Inexact Rounded
1895sqtx3875 squareroot 0.486 -> 0.697 Inexact Rounded
1896sqtx3876 squareroot 0.0486 -> 0.220 Inexact Rounded
1897sqtx3877 squareroot 0.487 -> 0.698 Inexact Rounded
1898sqtx3878 squareroot 0.0487 -> 0.221 Inexact Rounded
1899sqtx3879 squareroot 0.488 -> 0.699 Inexact Rounded
1900sqtx3880 squareroot 0.0488 -> 0.221 Inexact Rounded
1901sqtx3881 squareroot 0.489 -> 0.699 Inexact Rounded
1902sqtx3882 squareroot 0.0489 -> 0.221 Inexact Rounded
1903sqtx3883 squareroot 0.491 -> 0.701 Inexact Rounded
1904sqtx3884 squareroot 0.0491 -> 0.222 Inexact Rounded
1905sqtx3885 squareroot 0.492 -> 0.701 Inexact Rounded
1906sqtx3886 squareroot 0.0492 -> 0.222 Inexact Rounded
1907sqtx3887 squareroot 0.493 -> 0.702 Inexact Rounded
1908sqtx3888 squareroot 0.0493 -> 0.222 Inexact Rounded
1909sqtx3889 squareroot 0.494 -> 0.703 Inexact Rounded
1910sqtx3890 squareroot 0.0494 -> 0.222 Inexact Rounded
1911sqtx3891 squareroot 0.495 -> 0.704 Inexact Rounded
1912sqtx3892 squareroot 0.0495 -> 0.222 Inexact Rounded
1913sqtx3893 squareroot 0.496 -> 0.704 Inexact Rounded
1914sqtx3894 squareroot 0.0496 -> 0.223 Inexact Rounded
1915sqtx3895 squareroot 0.497 -> 0.705 Inexact Rounded
1916sqtx3896 squareroot 0.0497 -> 0.223 Inexact Rounded
1917sqtx3897 squareroot 0.498 -> 0.706 Inexact Rounded
1918sqtx3898 squareroot 0.0498 -> 0.223 Inexact Rounded
1919sqtx3899 squareroot 0.499 -> 0.706 Inexact Rounded
1920sqtx3900 squareroot 0.0499 -> 0.223 Inexact Rounded
1921sqtx3901 squareroot 0.501 -> 0.708 Inexact Rounded
1922sqtx3902 squareroot 0.0501 -> 0.224 Inexact Rounded
1923sqtx3903 squareroot 0.502 -> 0.709 Inexact Rounded
1924sqtx3904 squareroot 0.0502 -> 0.224 Inexact Rounded
1925sqtx3905 squareroot 0.503 -> 0.709 Inexact Rounded
1926sqtx3906 squareroot 0.0503 -> 0.224 Inexact Rounded
1927sqtx3907 squareroot 0.504 -> 0.710 Inexact Rounded
1928sqtx3908 squareroot 0.0504 -> 0.224 Inexact Rounded
1929sqtx3909 squareroot 0.505 -> 0.711 Inexact Rounded
1930sqtx3910 squareroot 0.0505 -> 0.225 Inexact Rounded
1931sqtx3911 squareroot 0.506 -> 0.711 Inexact Rounded
1932sqtx3912 squareroot 0.0506 -> 0.225 Inexact Rounded
1933sqtx3913 squareroot 0.507 -> 0.712 Inexact Rounded
1934sqtx3914 squareroot 0.0507 -> 0.225 Inexact Rounded
1935sqtx3915 squareroot 0.508 -> 0.713 Inexact Rounded
1936sqtx3916 squareroot 0.0508 -> 0.225 Inexact Rounded
1937sqtx3917 squareroot 0.509 -> 0.713 Inexact Rounded
1938sqtx3918 squareroot 0.0509 -> 0.226 Inexact Rounded
1939sqtx3919 squareroot 0.511 -> 0.715 Inexact Rounded
1940sqtx3920 squareroot 0.0511 -> 0.226 Inexact Rounded
1941sqtx3921 squareroot 0.512 -> 0.716 Inexact Rounded
1942sqtx3922 squareroot 0.0512 -> 0.226 Inexact Rounded
1943sqtx3923 squareroot 0.513 -> 0.716 Inexact Rounded
1944sqtx3924 squareroot 0.0513 -> 0.226 Inexact Rounded
1945sqtx3925 squareroot 0.514 -> 0.717 Inexact Rounded
1946sqtx3926 squareroot 0.0514 -> 0.227 Inexact Rounded
1947sqtx3927 squareroot 0.515 -> 0.718 Inexact Rounded
1948sqtx3928 squareroot 0.0515 -> 0.227 Inexact Rounded
1949sqtx3929 squareroot 0.516 -> 0.718 Inexact Rounded
1950sqtx3930 squareroot 0.0516 -> 0.227 Inexact Rounded
1951sqtx3931 squareroot 0.517 -> 0.719 Inexact Rounded
1952sqtx3932 squareroot 0.0517 -> 0.227 Inexact Rounded
1953sqtx3933 squareroot 0.518 -> 0.720 Inexact Rounded
1954sqtx3934 squareroot 0.0518 -> 0.228 Inexact Rounded
1955sqtx3935 squareroot 0.519 -> 0.720 Inexact Rounded
1956sqtx3936 squareroot 0.0519 -> 0.228 Inexact Rounded
1957sqtx3937 squareroot 0.521 -> 0.722 Inexact Rounded
1958sqtx3938 squareroot 0.0521 -> 0.228 Inexact Rounded
1959sqtx3939 squareroot 0.522 -> 0.722 Inexact Rounded
1960sqtx3940 squareroot 0.0522 -> 0.228 Inexact Rounded
1961sqtx3941 squareroot 0.523 -> 0.723 Inexact Rounded
1962sqtx3942 squareroot 0.0523 -> 0.229 Inexact Rounded
1963sqtx3943 squareroot 0.524 -> 0.724 Inexact Rounded
1964sqtx3944 squareroot 0.0524 -> 0.229 Inexact Rounded
1965sqtx3945 squareroot 0.525 -> 0.725 Inexact Rounded
1966sqtx3946 squareroot 0.0525 -> 0.229 Inexact Rounded
1967sqtx3947 squareroot 0.526 -> 0.725 Inexact Rounded
1968sqtx3948 squareroot 0.0526 -> 0.229 Inexact Rounded
1969sqtx3949 squareroot 0.527 -> 0.726 Inexact Rounded
1970sqtx3950 squareroot 0.0527 -> 0.230 Inexact Rounded
1971sqtx3951 squareroot 0.528 -> 0.727 Inexact Rounded
1972sqtx3952 squareroot 0.0528 -> 0.230 Inexact Rounded
1973sqtx3953 squareroot 0.529 -> 0.727 Inexact Rounded
1974sqtx3954 squareroot 0.0529 -> 0.23
1975sqtx3955 squareroot 0.531 -> 0.729 Inexact Rounded
1976sqtx3956 squareroot 0.0531 -> 0.230 Inexact Rounded
1977sqtx3957 squareroot 0.532 -> 0.729 Inexact Rounded
1978sqtx3958 squareroot 0.0532 -> 0.231 Inexact Rounded
1979sqtx3959 squareroot 0.533 -> 0.730 Inexact Rounded
1980sqtx3960 squareroot 0.0533 -> 0.231 Inexact Rounded
1981sqtx3961 squareroot 0.534 -> 0.731 Inexact Rounded
1982sqtx3962 squareroot 0.0534 -> 0.231 Inexact Rounded
1983sqtx3963 squareroot 0.535 -> 0.731 Inexact Rounded
1984sqtx3964 squareroot 0.0535 -> 0.231 Inexact Rounded
1985sqtx3965 squareroot 0.536 -> 0.732 Inexact Rounded
1986sqtx3966 squareroot 0.0536 -> 0.232 Inexact Rounded
1987sqtx3967 squareroot 0.537 -> 0.733 Inexact Rounded
1988sqtx3968 squareroot 0.0537 -> 0.232 Inexact Rounded
1989sqtx3969 squareroot 0.538 -> 0.733 Inexact Rounded
1990sqtx3970 squareroot 0.0538 -> 0.232 Inexact Rounded
1991sqtx3971 squareroot 0.539 -> 0.734 Inexact Rounded
1992sqtx3972 squareroot 0.0539 -> 0.232 Inexact Rounded
1993sqtx3973 squareroot 0.541 -> 0.736 Inexact Rounded
1994sqtx3974 squareroot 0.0541 -> 0.233 Inexact Rounded
1995sqtx3975 squareroot 0.542 -> 0.736 Inexact Rounded
1996sqtx3976 squareroot 0.0542 -> 0.233 Inexact Rounded
1997sqtx3977 squareroot 0.543 -> 0.737 Inexact Rounded
1998sqtx3978 squareroot 0.0543 -> 0.233 Inexact Rounded
1999sqtx3979 squareroot 0.544 -> 0.738 Inexact Rounded
2000sqtx3980 squareroot 0.0544 -> 0.233 Inexact Rounded
2001sqtx3981 squareroot 0.545 -> 0.738 Inexact Rounded
2002sqtx3982 squareroot 0.0545 -> 0.233 Inexact Rounded
2003sqtx3983 squareroot 0.546 -> 0.739 Inexact Rounded
2004sqtx3984 squareroot 0.0546 -> 0.234 Inexact Rounded
2005sqtx3985 squareroot 0.547 -> 0.740 Inexact Rounded
2006sqtx3986 squareroot 0.0547 -> 0.234 Inexact Rounded
2007sqtx3987 squareroot 0.548 -> 0.740 Inexact Rounded
2008sqtx3988 squareroot 0.0548 -> 0.234 Inexact Rounded
2009sqtx3989 squareroot 0.549 -> 0.741 Inexact Rounded
2010sqtx3990 squareroot 0.0549 -> 0.234 Inexact Rounded
2011sqtx3991 squareroot 0.551 -> 0.742 Inexact Rounded
2012sqtx3992 squareroot 0.0551 -> 0.235 Inexact Rounded
2013sqtx3993 squareroot 0.552 -> 0.743 Inexact Rounded
2014sqtx3994 squareroot 0.0552 -> 0.235 Inexact Rounded
2015sqtx3995 squareroot 0.553 -> 0.744 Inexact Rounded
2016sqtx3996 squareroot 0.0553 -> 0.235 Inexact Rounded
2017sqtx3997 squareroot 0.554 -> 0.744 Inexact Rounded
2018sqtx3998 squareroot 0.0554 -> 0.235 Inexact Rounded
2019sqtx3999 squareroot 0.555 -> 0.745 Inexact Rounded
2020sqtx4000 squareroot 0.0555 -> 0.236 Inexact Rounded
2021sqtx4001 squareroot 0.556 -> 0.746 Inexact Rounded
2022sqtx4002 squareroot 0.0556 -> 0.236 Inexact Rounded
2023sqtx4003 squareroot 0.557 -> 0.746 Inexact Rounded
2024sqtx4004 squareroot 0.0557 -> 0.236 Inexact Rounded
2025sqtx4005 squareroot 0.558 -> 0.747 Inexact Rounded
2026sqtx4006 squareroot 0.0558 -> 0.236 Inexact Rounded
2027sqtx4007 squareroot 0.559 -> 0.748 Inexact Rounded
2028sqtx4008 squareroot 0.0559 -> 0.236 Inexact Rounded
2029sqtx4009 squareroot 0.561 -> 0.749 Inexact Rounded
2030sqtx4010 squareroot 0.0561 -> 0.237 Inexact Rounded
2031sqtx4011 squareroot 0.562 -> 0.750 Inexact Rounded
2032sqtx4012 squareroot 0.0562 -> 0.237 Inexact Rounded
2033sqtx4013 squareroot 0.563 -> 0.750 Inexact Rounded
2034sqtx4014 squareroot 0.0563 -> 0.237 Inexact Rounded
2035sqtx4015 squareroot 0.564 -> 0.751 Inexact Rounded
2036sqtx4016 squareroot 0.0564 -> 0.237 Inexact Rounded
2037sqtx4017 squareroot 0.565 -> 0.752 Inexact Rounded
2038sqtx4018 squareroot 0.0565 -> 0.238 Inexact Rounded
2039sqtx4019 squareroot 0.566 -> 0.752 Inexact Rounded
2040sqtx4020 squareroot 0.0566 -> 0.238 Inexact Rounded
2041sqtx4021 squareroot 0.567 -> 0.753 Inexact Rounded
2042sqtx4022 squareroot 0.0567 -> 0.238 Inexact Rounded
2043sqtx4023 squareroot 0.568 -> 0.754 Inexact Rounded
2044sqtx4024 squareroot 0.0568 -> 0.238 Inexact Rounded
2045sqtx4025 squareroot 0.569 -> 0.754 Inexact Rounded
2046sqtx4026 squareroot 0.0569 -> 0.239 Inexact Rounded
2047sqtx4027 squareroot 0.571 -> 0.756 Inexact Rounded
2048sqtx4028 squareroot 0.0571 -> 0.239 Inexact Rounded
2049sqtx4029 squareroot 0.572 -> 0.756 Inexact Rounded
2050sqtx4030 squareroot 0.0572 -> 0.239 Inexact Rounded
2051sqtx4031 squareroot 0.573 -> 0.757 Inexact Rounded
2052sqtx4032 squareroot 0.0573 -> 0.239 Inexact Rounded
2053sqtx4033 squareroot 0.574 -> 0.758 Inexact Rounded
2054sqtx4034 squareroot 0.0574 -> 0.240 Inexact Rounded
2055sqtx4035 squareroot 0.575 -> 0.758 Inexact Rounded
2056sqtx4036 squareroot 0.0575 -> 0.240 Inexact Rounded
2057sqtx4037 squareroot 0.576 -> 0.759 Inexact Rounded
2058sqtx4038 squareroot 0.0576 -> 0.24
2059sqtx4039 squareroot 0.577 -> 0.760 Inexact Rounded
2060sqtx4040 squareroot 0.0577 -> 0.240 Inexact Rounded
2061sqtx4041 squareroot 0.578 -> 0.760 Inexact Rounded
2062sqtx4042 squareroot 0.0578 -> 0.240 Inexact Rounded
2063sqtx4043 squareroot 0.579 -> 0.761 Inexact Rounded
2064sqtx4044 squareroot 0.0579 -> 0.241 Inexact Rounded
2065sqtx4045 squareroot 0.581 -> 0.762 Inexact Rounded
2066sqtx4046 squareroot 0.0581 -> 0.241 Inexact Rounded
2067sqtx4047 squareroot 0.582 -> 0.763 Inexact Rounded
2068sqtx4048 squareroot 0.0582 -> 0.241 Inexact Rounded
2069sqtx4049 squareroot 0.583 -> 0.764 Inexact Rounded
2070sqtx4050 squareroot 0.0583 -> 0.241 Inexact Rounded
2071sqtx4051 squareroot 0.584 -> 0.764 Inexact Rounded
2072sqtx4052 squareroot 0.0584 -> 0.242 Inexact Rounded
2073sqtx4053 squareroot 0.585 -> 0.765 Inexact Rounded
2074sqtx4054 squareroot 0.0585 -> 0.242 Inexact Rounded
2075sqtx4055 squareroot 0.586 -> 0.766 Inexact Rounded
2076sqtx4056 squareroot 0.0586 -> 0.242 Inexact Rounded
2077sqtx4057 squareroot 0.587 -> 0.766 Inexact Rounded
2078sqtx4058 squareroot 0.0587 -> 0.242 Inexact Rounded
2079sqtx4059 squareroot 0.588 -> 0.767 Inexact Rounded
2080sqtx4060 squareroot 0.0588 -> 0.242 Inexact Rounded
2081sqtx4061 squareroot 0.589 -> 0.767 Inexact Rounded
2082sqtx4062 squareroot 0.0589 -> 0.243 Inexact Rounded
2083sqtx4063 squareroot 0.591 -> 0.769 Inexact Rounded
2084sqtx4064 squareroot 0.0591 -> 0.243 Inexact Rounded
2085sqtx4065 squareroot 0.592 -> 0.769 Inexact Rounded
2086sqtx4066 squareroot 0.0592 -> 0.243 Inexact Rounded
2087sqtx4067 squareroot 0.593 -> 0.770 Inexact Rounded
2088sqtx4068 squareroot 0.0593 -> 0.244 Inexact Rounded
2089sqtx4069 squareroot 0.594 -> 0.771 Inexact Rounded
2090sqtx4070 squareroot 0.0594 -> 0.244 Inexact Rounded
2091sqtx4071 squareroot 0.595 -> 0.771 Inexact Rounded
2092sqtx4072 squareroot 0.0595 -> 0.244 Inexact Rounded
2093sqtx4073 squareroot 0.596 -> 0.772 Inexact Rounded
2094sqtx4074 squareroot 0.0596 -> 0.244 Inexact Rounded
2095sqtx4075 squareroot 0.597 -> 0.773 Inexact Rounded
2096sqtx4076 squareroot 0.0597 -> 0.244 Inexact Rounded
2097sqtx4077 squareroot 0.598 -> 0.773 Inexact Rounded
2098sqtx4078 squareroot 0.0598 -> 0.245 Inexact Rounded
2099sqtx4079 squareroot 0.599 -> 0.774 Inexact Rounded
2100sqtx4080 squareroot 0.0599 -> 0.245 Inexact Rounded
2101sqtx4081 squareroot 0.601 -> 0.775 Inexact Rounded
2102sqtx4082 squareroot 0.0601 -> 0.245 Inexact Rounded
2103sqtx4083 squareroot 0.602 -> 0.776 Inexact Rounded
2104sqtx4084 squareroot 0.0602 -> 0.245 Inexact Rounded
2105sqtx4085 squareroot 0.603 -> 0.777 Inexact Rounded
2106sqtx4086 squareroot 0.0603 -> 0.246 Inexact Rounded
2107sqtx4087 squareroot 0.604 -> 0.777 Inexact Rounded
2108sqtx4088 squareroot 0.0604 -> 0.246 Inexact Rounded
2109sqtx4089 squareroot 0.605 -> 0.778 Inexact Rounded
2110sqtx4090 squareroot 0.0605 -> 0.246 Inexact Rounded
2111sqtx4091 squareroot 0.606 -> 0.778 Inexact Rounded
2112sqtx4092 squareroot 0.0606 -> 0.246 Inexact Rounded
2113sqtx4093 squareroot 0.607 -> 0.779 Inexact Rounded
2114sqtx4094 squareroot 0.0607 -> 0.246 Inexact Rounded
2115sqtx4095 squareroot 0.608 -> 0.780 Inexact Rounded
2116sqtx4096 squareroot 0.0608 -> 0.247 Inexact Rounded
2117sqtx4097 squareroot 0.609 -> 0.780 Inexact Rounded
2118sqtx4098 squareroot 0.0609 -> 0.247 Inexact Rounded
2119sqtx4099 squareroot 0.611 -> 0.782 Inexact Rounded
2120sqtx4100 squareroot 0.0611 -> 0.247 Inexact Rounded
2121sqtx4101 squareroot 0.612 -> 0.782 Inexact Rounded
2122sqtx4102 squareroot 0.0612 -> 0.247 Inexact Rounded
2123sqtx4103 squareroot 0.613 -> 0.783 Inexact Rounded
2124sqtx4104 squareroot 0.0613 -> 0.248 Inexact Rounded
2125sqtx4105 squareroot 0.614 -> 0.784 Inexact Rounded
2126sqtx4106 squareroot 0.0614 -> 0.248 Inexact Rounded
2127sqtx4107 squareroot 0.615 -> 0.784 Inexact Rounded
2128sqtx4108 squareroot 0.0615 -> 0.248 Inexact Rounded
2129sqtx4109 squareroot 0.616 -> 0.785 Inexact Rounded
2130sqtx4110 squareroot 0.0616 -> 0.248 Inexact Rounded
2131sqtx4111 squareroot 0.617 -> 0.785 Inexact Rounded
2132sqtx4112 squareroot 0.0617 -> 0.248 Inexact Rounded
2133sqtx4113 squareroot 0.618 -> 0.786 Inexact Rounded
2134sqtx4114 squareroot 0.0618 -> 0.249 Inexact Rounded
2135sqtx4115 squareroot 0.619 -> 0.787 Inexact Rounded
2136sqtx4116 squareroot 0.0619 -> 0.249 Inexact Rounded
2137sqtx4117 squareroot 0.621 -> 0.788 Inexact Rounded
2138sqtx4118 squareroot 0.0621 -> 0.249 Inexact Rounded
2139sqtx4119 squareroot 0.622 -> 0.789 Inexact Rounded
2140sqtx4120 squareroot 0.0622 -> 0.249 Inexact Rounded
2141sqtx4121 squareroot 0.623 -> 0.789 Inexact Rounded
2142sqtx4122 squareroot 0.0623 -> 0.250 Inexact Rounded
2143sqtx4123 squareroot 0.624 -> 0.790 Inexact Rounded
2144sqtx4124 squareroot 0.0624 -> 0.250 Inexact Rounded
2145sqtx4125 squareroot 0.625 -> 0.791 Inexact Rounded
2146sqtx4126 squareroot 0.0625 -> 0.25
2147sqtx4127 squareroot 0.626 -> 0.791 Inexact Rounded
2148sqtx4128 squareroot 0.0626 -> 0.250 Inexact Rounded
2149sqtx4129 squareroot 0.627 -> 0.792 Inexact Rounded
2150sqtx4130 squareroot 0.0627 -> 0.250 Inexact Rounded
2151sqtx4131 squareroot 0.628 -> 0.792 Inexact Rounded
2152sqtx4132 squareroot 0.0628 -> 0.251 Inexact Rounded
2153sqtx4133 squareroot 0.629 -> 0.793 Inexact Rounded
2154sqtx4134 squareroot 0.0629 -> 0.251 Inexact Rounded
2155sqtx4135 squareroot 0.631 -> 0.794 Inexact Rounded
2156sqtx4136 squareroot 0.0631 -> 0.251 Inexact Rounded
2157sqtx4137 squareroot 0.632 -> 0.795 Inexact Rounded
2158sqtx4138 squareroot 0.0632 -> 0.251 Inexact Rounded
2159sqtx4139 squareroot 0.633 -> 0.796 Inexact Rounded
2160sqtx4140 squareroot 0.0633 -> 0.252 Inexact Rounded
2161sqtx4141 squareroot 0.634 -> 0.796 Inexact Rounded
2162sqtx4142 squareroot 0.0634 -> 0.252 Inexact Rounded
2163sqtx4143 squareroot 0.635 -> 0.797 Inexact Rounded
2164sqtx4144 squareroot 0.0635 -> 0.252 Inexact Rounded
2165sqtx4145 squareroot 0.636 -> 0.797 Inexact Rounded
2166sqtx4146 squareroot 0.0636 -> 0.252 Inexact Rounded
2167sqtx4147 squareroot 0.637 -> 0.798 Inexact Rounded
2168sqtx4148 squareroot 0.0637 -> 0.252 Inexact Rounded
2169sqtx4149 squareroot 0.638 -> 0.799 Inexact Rounded
2170sqtx4150 squareroot 0.0638 -> 0.253 Inexact Rounded
2171sqtx4151 squareroot 0.639 -> 0.799 Inexact Rounded
2172sqtx4152 squareroot 0.0639 -> 0.253 Inexact Rounded
2173sqtx4153 squareroot 0.641 -> 0.801 Inexact Rounded
2174sqtx4154 squareroot 0.0641 -> 0.253 Inexact Rounded
2175sqtx4155 squareroot 0.642 -> 0.801 Inexact Rounded
2176sqtx4156 squareroot 0.0642 -> 0.253 Inexact Rounded
2177sqtx4157 squareroot 0.643 -> 0.802 Inexact Rounded
2178sqtx4158 squareroot 0.0643 -> 0.254 Inexact Rounded
2179sqtx4159 squareroot 0.644 -> 0.802 Inexact Rounded
2180sqtx4160 squareroot 0.0644 -> 0.254 Inexact Rounded
2181sqtx4161 squareroot 0.645 -> 0.803 Inexact Rounded
2182sqtx4162 squareroot 0.0645 -> 0.254 Inexact Rounded
2183sqtx4163 squareroot 0.646 -> 0.804 Inexact Rounded
2184sqtx4164 squareroot 0.0646 -> 0.254 Inexact Rounded
2185sqtx4165 squareroot 0.647 -> 0.804 Inexact Rounded
2186sqtx4166 squareroot 0.0647 -> 0.254 Inexact Rounded
2187sqtx4167 squareroot 0.648 -> 0.805 Inexact Rounded
2188sqtx4168 squareroot 0.0648 -> 0.255 Inexact Rounded
2189sqtx4169 squareroot 0.649 -> 0.806 Inexact Rounded
2190sqtx4170 squareroot 0.0649 -> 0.255 Inexact Rounded
2191sqtx4171 squareroot 0.651 -> 0.807 Inexact Rounded
2192sqtx4172 squareroot 0.0651 -> 0.255 Inexact Rounded
2193sqtx4173 squareroot 0.652 -> 0.807 Inexact Rounded
2194sqtx4174 squareroot 0.0652 -> 0.255 Inexact Rounded
2195sqtx4175 squareroot 0.653 -> 0.808 Inexact Rounded
2196sqtx4176 squareroot 0.0653 -> 0.256 Inexact Rounded
2197sqtx4177 squareroot 0.654 -> 0.809 Inexact Rounded
2198sqtx4178 squareroot 0.0654 -> 0.256 Inexact Rounded
2199sqtx4179 squareroot 0.655 -> 0.809 Inexact Rounded
2200sqtx4180 squareroot 0.0655 -> 0.256 Inexact Rounded
2201sqtx4181 squareroot 0.656 -> 0.810 Inexact Rounded
2202sqtx4182 squareroot 0.0656 -> 0.256 Inexact Rounded
2203sqtx4183 squareroot 0.657 -> 0.811 Inexact Rounded
2204sqtx4184 squareroot 0.0657 -> 0.256 Inexact Rounded
2205sqtx4185 squareroot 0.658 -> 0.811 Inexact Rounded
2206sqtx4186 squareroot 0.0658 -> 0.257 Inexact Rounded
2207sqtx4187 squareroot 0.659 -> 0.812 Inexact Rounded
2208sqtx4188 squareroot 0.0659 -> 0.257 Inexact Rounded
2209sqtx4189 squareroot 0.661 -> 0.813 Inexact Rounded
2210sqtx4190 squareroot 0.0661 -> 0.257 Inexact Rounded
2211sqtx4191 squareroot 0.662 -> 0.814 Inexact Rounded
2212sqtx4192 squareroot 0.0662 -> 0.257 Inexact Rounded
2213sqtx4193 squareroot 0.663 -> 0.814 Inexact Rounded
2214sqtx4194 squareroot 0.0663 -> 0.257 Inexact Rounded
2215sqtx4195 squareroot 0.664 -> 0.815 Inexact Rounded
2216sqtx4196 squareroot 0.0664 -> 0.258 Inexact Rounded
2217sqtx4197 squareroot 0.665 -> 0.815 Inexact Rounded
2218sqtx4198 squareroot 0.0665 -> 0.258 Inexact Rounded
2219sqtx4199 squareroot 0.666 -> 0.816 Inexact Rounded
2220sqtx4200 squareroot 0.0666 -> 0.258 Inexact Rounded
2221sqtx4201 squareroot 0.667 -> 0.817 Inexact Rounded
2222sqtx4202 squareroot 0.0667 -> 0.258 Inexact Rounded
2223sqtx4203 squareroot 0.668 -> 0.817 Inexact Rounded
2224sqtx4204 squareroot 0.0668 -> 0.258 Inexact Rounded
2225sqtx4205 squareroot 0.669 -> 0.818 Inexact Rounded
2226sqtx4206 squareroot 0.0669 -> 0.259 Inexact Rounded
2227sqtx4207 squareroot 0.671 -> 0.819 Inexact Rounded
2228sqtx4208 squareroot 0.0671 -> 0.259 Inexact Rounded
2229sqtx4209 squareroot 0.672 -> 0.820 Inexact Rounded
2230sqtx4210 squareroot 0.0672 -> 0.259 Inexact Rounded
2231sqtx4211 squareroot 0.673 -> 0.820 Inexact Rounded
2232sqtx4212 squareroot 0.0673 -> 0.259 Inexact Rounded
2233sqtx4213 squareroot 0.674 -> 0.821 Inexact Rounded
2234sqtx4214 squareroot 0.0674 -> 0.260 Inexact Rounded
2235sqtx4215 squareroot 0.675 -> 0.822 Inexact Rounded
2236sqtx4216 squareroot 0.0675 -> 0.260 Inexact Rounded
2237sqtx4217 squareroot 0.676 -> 0.822 Inexact Rounded
2238sqtx4218 squareroot 0.0676 -> 0.26
2239sqtx4219 squareroot 0.677 -> 0.823 Inexact Rounded
2240sqtx4220 squareroot 0.0677 -> 0.260 Inexact Rounded
2241sqtx4221 squareroot 0.678 -> 0.823 Inexact Rounded
2242sqtx4222 squareroot 0.0678 -> 0.260 Inexact Rounded
2243sqtx4223 squareroot 0.679 -> 0.824 Inexact Rounded
2244sqtx4224 squareroot 0.0679 -> 0.261 Inexact Rounded
2245sqtx4225 squareroot 0.681 -> 0.825 Inexact Rounded
2246sqtx4226 squareroot 0.0681 -> 0.261 Inexact Rounded
2247sqtx4227 squareroot 0.682 -> 0.826 Inexact Rounded
2248sqtx4228 squareroot 0.0682 -> 0.261 Inexact Rounded
2249sqtx4229 squareroot 0.683 -> 0.826 Inexact Rounded
2250sqtx4230 squareroot 0.0683 -> 0.261 Inexact Rounded
2251sqtx4231 squareroot 0.684 -> 0.827 Inexact Rounded
2252sqtx4232 squareroot 0.0684 -> 0.262 Inexact Rounded
2253sqtx4233 squareroot 0.685 -> 0.828 Inexact Rounded
2254sqtx4234 squareroot 0.0685 -> 0.262 Inexact Rounded
2255sqtx4235 squareroot 0.686 -> 0.828 Inexact Rounded
2256sqtx4236 squareroot 0.0686 -> 0.262 Inexact Rounded
2257sqtx4237 squareroot 0.687 -> 0.829 Inexact Rounded
2258sqtx4238 squareroot 0.0687 -> 0.262 Inexact Rounded
2259sqtx4239 squareroot 0.688 -> 0.829 Inexact Rounded
2260sqtx4240 squareroot 0.0688 -> 0.262 Inexact Rounded
2261sqtx4241 squareroot 0.689 -> 0.830 Inexact Rounded
2262sqtx4242 squareroot 0.0689 -> 0.262 Inexact Rounded
2263sqtx4243 squareroot 0.691 -> 0.831 Inexact Rounded
2264sqtx4244 squareroot 0.0691 -> 0.263 Inexact Rounded
2265sqtx4245 squareroot 0.692 -> 0.832 Inexact Rounded
2266sqtx4246 squareroot 0.0692 -> 0.263 Inexact Rounded
2267sqtx4247 squareroot 0.693 -> 0.832 Inexact Rounded
2268sqtx4248 squareroot 0.0693 -> 0.263 Inexact Rounded
2269sqtx4249 squareroot 0.694 -> 0.833 Inexact Rounded
2270sqtx4250 squareroot 0.0694 -> 0.263 Inexact Rounded
2271sqtx4251 squareroot 0.695 -> 0.834 Inexact Rounded
2272sqtx4252 squareroot 0.0695 -> 0.264 Inexact Rounded
2273sqtx4253 squareroot 0.696 -> 0.834 Inexact Rounded
2274sqtx4254 squareroot 0.0696 -> 0.264 Inexact Rounded
2275sqtx4255 squareroot 0.697 -> 0.835 Inexact Rounded
2276sqtx4256 squareroot 0.0697 -> 0.264 Inexact Rounded
2277sqtx4257 squareroot 0.698 -> 0.835 Inexact Rounded
2278sqtx4258 squareroot 0.0698 -> 0.264 Inexact Rounded
2279sqtx4259 squareroot 0.699 -> 0.836 Inexact Rounded
2280sqtx4260 squareroot 0.0699 -> 0.264 Inexact Rounded
2281sqtx4261 squareroot 0.701 -> 0.837 Inexact Rounded
2282sqtx4262 squareroot 0.0701 -> 0.265 Inexact Rounded
2283sqtx4263 squareroot 0.702 -> 0.838 Inexact Rounded
2284sqtx4264 squareroot 0.0702 -> 0.265 Inexact Rounded
2285sqtx4265 squareroot 0.703 -> 0.838 Inexact Rounded
2286sqtx4266 squareroot 0.0703 -> 0.265 Inexact Rounded
2287sqtx4267 squareroot 0.704 -> 0.839 Inexact Rounded
2288sqtx4268 squareroot 0.0704 -> 0.265 Inexact Rounded
2289sqtx4269 squareroot 0.705 -> 0.840 Inexact Rounded
2290sqtx4270 squareroot 0.0705 -> 0.266 Inexact Rounded
2291sqtx4271 squareroot 0.706 -> 0.840 Inexact Rounded
2292sqtx4272 squareroot 0.0706 -> 0.266 Inexact Rounded
2293sqtx4273 squareroot 0.707 -> 0.841 Inexact Rounded
2294sqtx4274 squareroot 0.0707 -> 0.266 Inexact Rounded
2295sqtx4275 squareroot 0.708 -> 0.841 Inexact Rounded
2296sqtx4276 squareroot 0.0708 -> 0.266 Inexact Rounded
2297sqtx4277 squareroot 0.709 -> 0.842 Inexact Rounded
2298sqtx4278 squareroot 0.0709 -> 0.266 Inexact Rounded
2299sqtx4279 squareroot 0.711 -> 0.843 Inexact Rounded
2300sqtx4280 squareroot 0.0711 -> 0.267 Inexact Rounded
2301sqtx4281 squareroot 0.712 -> 0.844 Inexact Rounded
2302sqtx4282 squareroot 0.0712 -> 0.267 Inexact Rounded
2303sqtx4283 squareroot 0.713 -> 0.844 Inexact Rounded
2304sqtx4284 squareroot 0.0713 -> 0.267 Inexact Rounded
2305sqtx4285 squareroot 0.714 -> 0.845 Inexact Rounded
2306sqtx4286 squareroot 0.0714 -> 0.267 Inexact Rounded
2307sqtx4287 squareroot 0.715 -> 0.846 Inexact Rounded
2308sqtx4288 squareroot 0.0715 -> 0.267 Inexact Rounded
2309sqtx4289 squareroot 0.716 -> 0.846 Inexact Rounded
2310sqtx4290 squareroot 0.0716 -> 0.268 Inexact Rounded
2311sqtx4291 squareroot 0.717 -> 0.847 Inexact Rounded
2312sqtx4292 squareroot 0.0717 -> 0.268 Inexact Rounded
2313sqtx4293 squareroot 0.718 -> 0.847 Inexact Rounded
2314sqtx4294 squareroot 0.0718 -> 0.268 Inexact Rounded
2315sqtx4295 squareroot 0.719 -> 0.848 Inexact Rounded
2316sqtx4296 squareroot 0.0719 -> 0.268 Inexact Rounded
2317sqtx4297 squareroot 0.721 -> 0.849 Inexact Rounded
2318sqtx4298 squareroot 0.0721 -> 0.269 Inexact Rounded
2319sqtx4299 squareroot 0.722 -> 0.850 Inexact Rounded
2320sqtx4300 squareroot 0.0722 -> 0.269 Inexact Rounded
2321sqtx4301 squareroot 0.723 -> 0.850 Inexact Rounded
2322sqtx4302 squareroot 0.0723 -> 0.269 Inexact Rounded
2323sqtx4303 squareroot 0.724 -> 0.851 Inexact Rounded
2324sqtx4304 squareroot 0.0724 -> 0.269 Inexact Rounded
2325sqtx4305 squareroot 0.725 -> 0.851 Inexact Rounded
2326sqtx4306 squareroot 0.0725 -> 0.269 Inexact Rounded
2327sqtx4307 squareroot 0.726 -> 0.852 Inexact Rounded
2328sqtx4308 squareroot 0.0726 -> 0.269 Inexact Rounded
2329sqtx4309 squareroot 0.727 -> 0.853 Inexact Rounded
2330sqtx4310 squareroot 0.0727 -> 0.270 Inexact Rounded
2331sqtx4311 squareroot 0.728 -> 0.853 Inexact Rounded
2332sqtx4312 squareroot 0.0728 -> 0.270 Inexact Rounded
2333sqtx4313 squareroot 0.729 -> 0.854 Inexact Rounded
2334sqtx4314 squareroot 0.0729 -> 0.27
2335sqtx4315 squareroot 0.731 -> 0.855 Inexact Rounded
2336sqtx4316 squareroot 0.0731 -> 0.270 Inexact Rounded
2337sqtx4317 squareroot 0.732 -> 0.856 Inexact Rounded
2338sqtx4318 squareroot 0.0732 -> 0.271 Inexact Rounded
2339sqtx4319 squareroot 0.733 -> 0.856 Inexact Rounded
2340sqtx4320 squareroot 0.0733 -> 0.271 Inexact Rounded
2341sqtx4321 squareroot 0.734 -> 0.857 Inexact Rounded
2342sqtx4322 squareroot 0.0734 -> 0.271 Inexact Rounded
2343sqtx4323 squareroot 0.735 -> 0.857 Inexact Rounded
2344sqtx4324 squareroot 0.0735 -> 0.271 Inexact Rounded
2345sqtx4325 squareroot 0.736 -> 0.858 Inexact Rounded
2346sqtx4326 squareroot 0.0736 -> 0.271 Inexact Rounded
2347sqtx4327 squareroot 0.737 -> 0.858 Inexact Rounded
2348sqtx4328 squareroot 0.0737 -> 0.271 Inexact Rounded
2349sqtx4329 squareroot 0.738 -> 0.859 Inexact Rounded
2350sqtx4330 squareroot 0.0738 -> 0.272 Inexact Rounded
2351sqtx4331 squareroot 0.739 -> 0.860 Inexact Rounded
2352sqtx4332 squareroot 0.0739 -> 0.272 Inexact Rounded
2353sqtx4333 squareroot 0.741 -> 0.861 Inexact Rounded
2354sqtx4334 squareroot 0.0741 -> 0.272 Inexact Rounded
2355sqtx4335 squareroot 0.742 -> 0.861 Inexact Rounded
2356sqtx4336 squareroot 0.0742 -> 0.272 Inexact Rounded
2357sqtx4337 squareroot 0.743 -> 0.862 Inexact Rounded
2358sqtx4338 squareroot 0.0743 -> 0.273 Inexact Rounded
2359sqtx4339 squareroot 0.744 -> 0.863 Inexact Rounded
2360sqtx4340 squareroot 0.0744 -> 0.273 Inexact Rounded
2361sqtx4341 squareroot 0.745 -> 0.863 Inexact Rounded
2362sqtx4342 squareroot 0.0745 -> 0.273 Inexact Rounded
2363sqtx4343 squareroot 0.746 -> 0.864 Inexact Rounded
2364sqtx4344 squareroot 0.0746 -> 0.273 Inexact Rounded
2365sqtx4345 squareroot 0.747 -> 0.864 Inexact Rounded
2366sqtx4346 squareroot 0.0747 -> 0.273 Inexact Rounded
2367sqtx4347 squareroot 0.748 -> 0.865 Inexact Rounded
2368sqtx4348 squareroot 0.0748 -> 0.273 Inexact Rounded
2369sqtx4349 squareroot 0.749 -> 0.865 Inexact Rounded
2370sqtx4350 squareroot 0.0749 -> 0.274 Inexact Rounded
2371sqtx4351 squareroot 0.751 -> 0.867 Inexact Rounded
2372sqtx4352 squareroot 0.0751 -> 0.274 Inexact Rounded
2373sqtx4353 squareroot 0.752 -> 0.867 Inexact Rounded
2374sqtx4354 squareroot 0.0752 -> 0.274 Inexact Rounded
2375sqtx4355 squareroot 0.753 -> 0.868 Inexact Rounded
2376sqtx4356 squareroot 0.0753 -> 0.274 Inexact Rounded
2377sqtx4357 squareroot 0.754 -> 0.868 Inexact Rounded
2378sqtx4358 squareroot 0.0754 -> 0.275 Inexact Rounded
2379sqtx4359 squareroot 0.755 -> 0.869 Inexact Rounded
2380sqtx4360 squareroot 0.0755 -> 0.275 Inexact Rounded
2381sqtx4361 squareroot 0.756 -> 0.869 Inexact Rounded
2382sqtx4362 squareroot 0.0756 -> 0.275 Inexact Rounded
2383sqtx4363 squareroot 0.757 -> 0.870 Inexact Rounded
2384sqtx4364 squareroot 0.0757 -> 0.275 Inexact Rounded
2385sqtx4365 squareroot 0.758 -> 0.871 Inexact Rounded
2386sqtx4366 squareroot 0.0758 -> 0.275 Inexact Rounded
2387sqtx4367 squareroot 0.759 -> 0.871 Inexact Rounded
2388sqtx4368 squareroot 0.0759 -> 0.275 Inexact Rounded
2389sqtx4369 squareroot 0.761 -> 0.872 Inexact Rounded
2390sqtx4370 squareroot 0.0761 -> 0.276 Inexact Rounded
2391sqtx4371 squareroot 0.762 -> 0.873 Inexact Rounded
2392sqtx4372 squareroot 0.0762 -> 0.276 Inexact Rounded
2393sqtx4373 squareroot 0.763 -> 0.873 Inexact Rounded
2394sqtx4374 squareroot 0.0763 -> 0.276 Inexact Rounded
2395sqtx4375 squareroot 0.764 -> 0.874 Inexact Rounded
2396sqtx4376 squareroot 0.0764 -> 0.276 Inexact Rounded
2397sqtx4377 squareroot 0.765 -> 0.875 Inexact Rounded
2398sqtx4378 squareroot 0.0765 -> 0.277 Inexact Rounded
2399sqtx4379 squareroot 0.766 -> 0.875 Inexact Rounded
2400sqtx4380 squareroot 0.0766 -> 0.277 Inexact Rounded
2401sqtx4381 squareroot 0.767 -> 0.876 Inexact Rounded
2402sqtx4382 squareroot 0.0767 -> 0.277 Inexact Rounded
2403sqtx4383 squareroot 0.768 -> 0.876 Inexact Rounded
2404sqtx4384 squareroot 0.0768 -> 0.277 Inexact Rounded
2405sqtx4385 squareroot 0.769 -> 0.877 Inexact Rounded
2406sqtx4386 squareroot 0.0769 -> 0.277 Inexact Rounded
2407sqtx4387 squareroot 0.771 -> 0.878 Inexact Rounded
2408sqtx4388 squareroot 0.0771 -> 0.278 Inexact Rounded
2409sqtx4389 squareroot 0.772 -> 0.879 Inexact Rounded
2410sqtx4390 squareroot 0.0772 -> 0.278 Inexact Rounded
2411sqtx4391 squareroot 0.773 -> 0.879 Inexact Rounded
2412sqtx4392 squareroot 0.0773 -> 0.278 Inexact Rounded
2413sqtx4393 squareroot 0.774 -> 0.880 Inexact Rounded
2414sqtx4394 squareroot 0.0774 -> 0.278 Inexact Rounded
2415sqtx4395 squareroot 0.775 -> 0.880 Inexact Rounded
2416sqtx4396 squareroot 0.0775 -> 0.278 Inexact Rounded
2417sqtx4397 squareroot 0.776 -> 0.881 Inexact Rounded
2418sqtx4398 squareroot 0.0776 -> 0.279 Inexact Rounded
2419sqtx4399 squareroot 0.777 -> 0.881 Inexact Rounded
2420sqtx4400 squareroot 0.0777 -> 0.279 Inexact Rounded
2421sqtx4401 squareroot 0.778 -> 0.882 Inexact Rounded
2422sqtx4402 squareroot 0.0778 -> 0.279 Inexact Rounded
2423sqtx4403 squareroot 0.779 -> 0.883 Inexact Rounded
2424sqtx4404 squareroot 0.0779 -> 0.279 Inexact Rounded
2425sqtx4405 squareroot 0.781 -> 0.884 Inexact Rounded
2426sqtx4406 squareroot 0.0781 -> 0.279 Inexact Rounded
2427sqtx4407 squareroot 0.782 -> 0.884 Inexact Rounded
2428sqtx4408 squareroot 0.0782 -> 0.280 Inexact Rounded
2429sqtx4409 squareroot 0.783 -> 0.885 Inexact Rounded
2430sqtx4410 squareroot 0.0783 -> 0.280 Inexact Rounded
2431sqtx4411 squareroot 0.784 -> 0.885 Inexact Rounded
2432sqtx4412 squareroot 0.0784 -> 0.28
2433sqtx4413 squareroot 0.785 -> 0.886 Inexact Rounded
2434sqtx4414 squareroot 0.0785 -> 0.280 Inexact Rounded
2435sqtx4415 squareroot 0.786 -> 0.887 Inexact Rounded
2436sqtx4416 squareroot 0.0786 -> 0.280 Inexact Rounded
2437sqtx4417 squareroot 0.787 -> 0.887 Inexact Rounded
2438sqtx4418 squareroot 0.0787 -> 0.281 Inexact Rounded
2439sqtx4419 squareroot 0.788 -> 0.888 Inexact Rounded
2440sqtx4420 squareroot 0.0788 -> 0.281 Inexact Rounded
2441sqtx4421 squareroot 0.789 -> 0.888 Inexact Rounded
2442sqtx4422 squareroot 0.0789 -> 0.281 Inexact Rounded
2443sqtx4423 squareroot 0.791 -> 0.889 Inexact Rounded
2444sqtx4424 squareroot 0.0791 -> 0.281 Inexact Rounded
2445sqtx4425 squareroot 0.792 -> 0.890 Inexact Rounded
2446sqtx4426 squareroot 0.0792 -> 0.281 Inexact Rounded
2447sqtx4427 squareroot 0.793 -> 0.891 Inexact Rounded
2448sqtx4428 squareroot 0.0793 -> 0.282 Inexact Rounded
2449sqtx4429 squareroot 0.794 -> 0.891 Inexact Rounded
2450sqtx4430 squareroot 0.0794 -> 0.282 Inexact Rounded
2451sqtx4431 squareroot 0.795 -> 0.892 Inexact Rounded
2452sqtx4432 squareroot 0.0795 -> 0.282 Inexact Rounded
2453sqtx4433 squareroot 0.796 -> 0.892 Inexact Rounded
2454sqtx4434 squareroot 0.0796 -> 0.282 Inexact Rounded
2455sqtx4435 squareroot 0.797 -> 0.893 Inexact Rounded
2456sqtx4436 squareroot 0.0797 -> 0.282 Inexact Rounded
2457sqtx4437 squareroot 0.798 -> 0.893 Inexact Rounded
2458sqtx4438 squareroot 0.0798 -> 0.282 Inexact Rounded
2459sqtx4439 squareroot 0.799 -> 0.894 Inexact Rounded
2460sqtx4440 squareroot 0.0799 -> 0.283 Inexact Rounded
2461sqtx4441 squareroot 0.801 -> 0.895 Inexact Rounded
2462sqtx4442 squareroot 0.0801 -> 0.283 Inexact Rounded
2463sqtx4443 squareroot 0.802 -> 0.896 Inexact Rounded
2464sqtx4444 squareroot 0.0802 -> 0.283 Inexact Rounded
2465sqtx4445 squareroot 0.803 -> 0.896 Inexact Rounded
2466sqtx4446 squareroot 0.0803 -> 0.283 Inexact Rounded
2467sqtx4447 squareroot 0.804 -> 0.897 Inexact Rounded
2468sqtx4448 squareroot 0.0804 -> 0.284 Inexact Rounded
2469sqtx4449 squareroot 0.805 -> 0.897 Inexact Rounded
2470sqtx4450 squareroot 0.0805 -> 0.284 Inexact Rounded
2471sqtx4451 squareroot 0.806 -> 0.898 Inexact Rounded
2472sqtx4452 squareroot 0.0806 -> 0.284 Inexact Rounded
2473sqtx4453 squareroot 0.807 -> 0.898 Inexact Rounded
2474sqtx4454 squareroot 0.0807 -> 0.284 Inexact Rounded
2475sqtx4455 squareroot 0.808 -> 0.899 Inexact Rounded
2476sqtx4456 squareroot 0.0808 -> 0.284 Inexact Rounded
2477sqtx4457 squareroot 0.809 -> 0.899 Inexact Rounded
2478sqtx4458 squareroot 0.0809 -> 0.284 Inexact Rounded
2479sqtx4459 squareroot 0.811 -> 0.901 Inexact Rounded
2480sqtx4460 squareroot 0.0811 -> 0.285 Inexact Rounded
2481sqtx4461 squareroot 0.812 -> 0.901 Inexact Rounded
2482sqtx4462 squareroot 0.0812 -> 0.285 Inexact Rounded
2483sqtx4463 squareroot 0.813 -> 0.902 Inexact Rounded
2484sqtx4464 squareroot 0.0813 -> 0.285 Inexact Rounded
2485sqtx4465 squareroot 0.814 -> 0.902 Inexact Rounded
2486sqtx4466 squareroot 0.0814 -> 0.285 Inexact Rounded
2487sqtx4467 squareroot 0.815 -> 0.903 Inexact Rounded
2488sqtx4468 squareroot 0.0815 -> 0.285 Inexact Rounded
2489sqtx4469 squareroot 0.816 -> 0.903 Inexact Rounded
2490sqtx4470 squareroot 0.0816 -> 0.286 Inexact Rounded
2491sqtx4471 squareroot 0.817 -> 0.904 Inexact Rounded
2492sqtx4472 squareroot 0.0817 -> 0.286 Inexact Rounded
2493sqtx4473 squareroot 0.818 -> 0.904 Inexact Rounded
2494sqtx4474 squareroot 0.0818 -> 0.286 Inexact Rounded
2495sqtx4475 squareroot 0.819 -> 0.905 Inexact Rounded
2496sqtx4476 squareroot 0.0819 -> 0.286 Inexact Rounded
2497sqtx4477 squareroot 0.821 -> 0.906 Inexact Rounded
2498sqtx4478 squareroot 0.0821 -> 0.287 Inexact Rounded
2499sqtx4479 squareroot 0.822 -> 0.907 Inexact Rounded
2500sqtx4480 squareroot 0.0822 -> 0.287 Inexact Rounded
2501sqtx4481 squareroot 0.823 -> 0.907 Inexact Rounded
2502sqtx4482 squareroot 0.0823 -> 0.287 Inexact Rounded
2503sqtx4483 squareroot 0.824 -> 0.908 Inexact Rounded
2504sqtx4484 squareroot 0.0824 -> 0.287 Inexact Rounded
2505sqtx4485 squareroot 0.825 -> 0.908 Inexact Rounded
2506sqtx4486 squareroot 0.0825 -> 0.287 Inexact Rounded
2507sqtx4487 squareroot 0.826 -> 0.909 Inexact Rounded
2508sqtx4488 squareroot 0.0826 -> 0.287 Inexact Rounded
2509sqtx4489 squareroot 0.827 -> 0.909 Inexact Rounded
2510sqtx4490 squareroot 0.0827 -> 0.288 Inexact Rounded
2511sqtx4491 squareroot 0.828 -> 0.910 Inexact Rounded
2512sqtx4492 squareroot 0.0828 -> 0.288 Inexact Rounded
2513sqtx4493 squareroot 0.829 -> 0.910 Inexact Rounded
2514sqtx4494 squareroot 0.0829 -> 0.288 Inexact Rounded
2515sqtx4495 squareroot 0.831 -> 0.912 Inexact Rounded
2516sqtx4496 squareroot 0.0831 -> 0.288 Inexact Rounded
2517sqtx4497 squareroot 0.832 -> 0.912 Inexact Rounded
2518sqtx4498 squareroot 0.0832 -> 0.288 Inexact Rounded
2519sqtx4499 squareroot 0.833 -> 0.913 Inexact Rounded
2520sqtx4500 squareroot 0.0833 -> 0.289 Inexact Rounded
2521sqtx4501 squareroot 0.834 -> 0.913 Inexact Rounded
2522sqtx4502 squareroot 0.0834 -> 0.289 Inexact Rounded
2523sqtx4503 squareroot 0.835 -> 0.914 Inexact Rounded
2524sqtx4504 squareroot 0.0835 -> 0.289 Inexact Rounded
2525sqtx4505 squareroot 0.836 -> 0.914 Inexact Rounded
2526sqtx4506 squareroot 0.0836 -> 0.289 Inexact Rounded
2527sqtx4507 squareroot 0.837 -> 0.915 Inexact Rounded
2528sqtx4508 squareroot 0.0837 -> 0.289 Inexact Rounded
2529sqtx4509 squareroot 0.838 -> 0.915 Inexact Rounded
2530sqtx4510 squareroot 0.0838 -> 0.289 Inexact Rounded
2531sqtx4511 squareroot 0.839 -> 0.916 Inexact Rounded
2532sqtx4512 squareroot 0.0839 -> 0.290 Inexact Rounded
2533sqtx4513 squareroot 0.841 -> 0.917 Inexact Rounded
2534sqtx4514 squareroot 0.0841 -> 0.29
2535sqtx4515 squareroot 0.842 -> 0.918 Inexact Rounded
2536sqtx4516 squareroot 0.0842 -> 0.290 Inexact Rounded
2537sqtx4517 squareroot 0.843 -> 0.918 Inexact Rounded
2538sqtx4518 squareroot 0.0843 -> 0.290 Inexact Rounded
2539sqtx4519 squareroot 0.844 -> 0.919 Inexact Rounded
2540sqtx4520 squareroot 0.0844 -> 0.291 Inexact Rounded
2541sqtx4521 squareroot 0.845 -> 0.919 Inexact Rounded
2542sqtx4522 squareroot 0.0845 -> 0.291 Inexact Rounded
2543sqtx4523 squareroot 0.846 -> 0.920 Inexact Rounded
2544sqtx4524 squareroot 0.0846 -> 0.291 Inexact Rounded
2545sqtx4525 squareroot 0.847 -> 0.920 Inexact Rounded
2546sqtx4526 squareroot 0.0847 -> 0.291 Inexact Rounded
2547sqtx4527 squareroot 0.848 -> 0.921 Inexact Rounded
2548sqtx4528 squareroot 0.0848 -> 0.291 Inexact Rounded
2549sqtx4529 squareroot 0.849 -> 0.921 Inexact Rounded
2550sqtx4530 squareroot 0.0849 -> 0.291 Inexact Rounded
2551sqtx4531 squareroot 0.851 -> 0.922 Inexact Rounded
2552sqtx4532 squareroot 0.0851 -> 0.292 Inexact Rounded
2553sqtx4533 squareroot 0.852 -> 0.923 Inexact Rounded
2554sqtx4534 squareroot 0.0852 -> 0.292 Inexact Rounded
2555sqtx4535 squareroot 0.853 -> 0.924 Inexact Rounded
2556sqtx4536 squareroot 0.0853 -> 0.292 Inexact Rounded
2557sqtx4537 squareroot 0.854 -> 0.924 Inexact Rounded
2558sqtx4538 squareroot 0.0854 -> 0.292 Inexact Rounded
2559sqtx4539 squareroot 0.855 -> 0.925 Inexact Rounded
2560sqtx4540 squareroot 0.0855 -> 0.292 Inexact Rounded
2561sqtx4541 squareroot 0.856 -> 0.925 Inexact Rounded
2562sqtx4542 squareroot 0.0856 -> 0.293 Inexact Rounded
2563sqtx4543 squareroot 0.857 -> 0.926 Inexact Rounded
2564sqtx4544 squareroot 0.0857 -> 0.293 Inexact Rounded
2565sqtx4545 squareroot 0.858 -> 0.926 Inexact Rounded
2566sqtx4546 squareroot 0.0858 -> 0.293 Inexact Rounded
2567sqtx4547 squareroot 0.859 -> 0.927 Inexact Rounded
2568sqtx4548 squareroot 0.0859 -> 0.293 Inexact Rounded
2569sqtx4549 squareroot 0.861 -> 0.928 Inexact Rounded
2570sqtx4550 squareroot 0.0861 -> 0.293 Inexact Rounded
2571sqtx4551 squareroot 0.862 -> 0.928 Inexact Rounded
2572sqtx4552 squareroot 0.0862 -> 0.294 Inexact Rounded
2573sqtx4553 squareroot 0.863 -> 0.929 Inexact Rounded
2574sqtx4554 squareroot 0.0863 -> 0.294 Inexact Rounded
2575sqtx4555 squareroot 0.864 -> 0.930 Inexact Rounded
2576sqtx4556 squareroot 0.0864 -> 0.294 Inexact Rounded
2577sqtx4557 squareroot 0.865 -> 0.930 Inexact Rounded
2578sqtx4558 squareroot 0.0865 -> 0.294 Inexact Rounded
2579sqtx4559 squareroot 0.866 -> 0.931 Inexact Rounded
2580sqtx4560 squareroot 0.0866 -> 0.294 Inexact Rounded
2581sqtx4561 squareroot 0.867 -> 0.931 Inexact Rounded
2582sqtx4562 squareroot 0.0867 -> 0.294 Inexact Rounded
2583sqtx4563 squareroot 0.868 -> 0.932 Inexact Rounded
2584sqtx4564 squareroot 0.0868 -> 0.295 Inexact Rounded
2585sqtx4565 squareroot 0.869 -> 0.932 Inexact Rounded
2586sqtx4566 squareroot 0.0869 -> 0.295 Inexact Rounded
2587sqtx4567 squareroot 0.871 -> 0.933 Inexact Rounded
2588sqtx4568 squareroot 0.0871 -> 0.295 Inexact Rounded
2589sqtx4569 squareroot 0.872 -> 0.934 Inexact Rounded
2590sqtx4570 squareroot 0.0872 -> 0.295 Inexact Rounded
2591sqtx4571 squareroot 0.873 -> 0.934 Inexact Rounded
2592sqtx4572 squareroot 0.0873 -> 0.295 Inexact Rounded
2593sqtx4573 squareroot 0.874 -> 0.935 Inexact Rounded
2594sqtx4574 squareroot 0.0874 -> 0.296 Inexact Rounded
2595sqtx4575 squareroot 0.875 -> 0.935 Inexact Rounded
2596sqtx4576 squareroot 0.0875 -> 0.296 Inexact Rounded
2597sqtx4577 squareroot 0.876 -> 0.936 Inexact Rounded
2598sqtx4578 squareroot 0.0876 -> 0.296 Inexact Rounded
2599sqtx4579 squareroot 0.877 -> 0.936 Inexact Rounded
2600sqtx4580 squareroot 0.0877 -> 0.296 Inexact Rounded
2601sqtx4581 squareroot 0.878 -> 0.937 Inexact Rounded
2602sqtx4582 squareroot 0.0878 -> 0.296 Inexact Rounded
2603sqtx4583 squareroot 0.879 -> 0.938 Inexact Rounded
2604sqtx4584 squareroot 0.0879 -> 0.296 Inexact Rounded
2605sqtx4585 squareroot 0.881 -> 0.939 Inexact Rounded
2606sqtx4586 squareroot 0.0881 -> 0.297 Inexact Rounded
2607sqtx4587 squareroot 0.882 -> 0.939 Inexact Rounded
2608sqtx4588 squareroot 0.0882 -> 0.297 Inexact Rounded
2609sqtx4589 squareroot 0.883 -> 0.940 Inexact Rounded
2610sqtx4590 squareroot 0.0883 -> 0.297 Inexact Rounded
2611sqtx4591 squareroot 0.884 -> 0.940 Inexact Rounded
2612sqtx4592 squareroot 0.0884 -> 0.297 Inexact Rounded
2613sqtx4593 squareroot 0.885 -> 0.941 Inexact Rounded
2614sqtx4594 squareroot 0.0885 -> 0.297 Inexact Rounded
2615sqtx4595 squareroot 0.886 -> 0.941 Inexact Rounded
2616sqtx4596 squareroot 0.0886 -> 0.298 Inexact Rounded
2617sqtx4597 squareroot 0.887 -> 0.942 Inexact Rounded
2618sqtx4598 squareroot 0.0887 -> 0.298 Inexact Rounded
2619sqtx4599 squareroot 0.888 -> 0.942 Inexact Rounded
2620sqtx4600 squareroot 0.0888 -> 0.298 Inexact Rounded
2621sqtx4601 squareroot 0.889 -> 0.943 Inexact Rounded
2622sqtx4602 squareroot 0.0889 -> 0.298 Inexact Rounded
2623sqtx4603 squareroot 0.891 -> 0.944 Inexact Rounded
2624sqtx4604 squareroot 0.0891 -> 0.298 Inexact Rounded
2625sqtx4605 squareroot 0.892 -> 0.944 Inexact Rounded
2626sqtx4606 squareroot 0.0892 -> 0.299 Inexact Rounded
2627sqtx4607 squareroot 0.893 -> 0.945 Inexact Rounded
2628sqtx4608 squareroot 0.0893 -> 0.299 Inexact Rounded
2629sqtx4609 squareroot 0.894 -> 0.946 Inexact Rounded
2630sqtx4610 squareroot 0.0894 -> 0.299 Inexact Rounded
2631sqtx4611 squareroot 0.895 -> 0.946 Inexact Rounded
2632sqtx4612 squareroot 0.0895 -> 0.299 Inexact Rounded
2633sqtx4613 squareroot 0.896 -> 0.947 Inexact Rounded
2634sqtx4614 squareroot 0.0896 -> 0.299 Inexact Rounded
2635sqtx4615 squareroot 0.897 -> 0.947 Inexact Rounded
2636sqtx4616 squareroot 0.0897 -> 0.299 Inexact Rounded
2637sqtx4617 squareroot 0.898 -> 0.948 Inexact Rounded
2638sqtx4618 squareroot 0.0898 -> 0.300 Inexact Rounded
2639sqtx4619 squareroot 0.899 -> 0.948 Inexact Rounded
2640sqtx4620 squareroot 0.0899 -> 0.300 Inexact Rounded
2641sqtx4621 squareroot 0.901 -> 0.949 Inexact Rounded
2642sqtx4622 squareroot 0.0901 -> 0.300 Inexact Rounded
2643sqtx4623 squareroot 0.902 -> 0.950 Inexact Rounded
2644sqtx4624 squareroot 0.0902 -> 0.300 Inexact Rounded
2645sqtx4625 squareroot 0.903 -> 0.950 Inexact Rounded
2646sqtx4626 squareroot 0.0903 -> 0.300 Inexact Rounded
2647sqtx4627 squareroot 0.904 -> 0.951 Inexact Rounded
2648sqtx4628 squareroot 0.0904 -> 0.301 Inexact Rounded
2649sqtx4629 squareroot 0.905 -> 0.951 Inexact Rounded
2650sqtx4630 squareroot 0.0905 -> 0.301 Inexact Rounded
2651sqtx4631 squareroot 0.906 -> 0.952 Inexact Rounded
2652sqtx4632 squareroot 0.0906 -> 0.301 Inexact Rounded
2653sqtx4633 squareroot 0.907 -> 0.952 Inexact Rounded
2654sqtx4634 squareroot 0.0907 -> 0.301 Inexact Rounded
2655sqtx4635 squareroot 0.908 -> 0.953 Inexact Rounded
2656sqtx4636 squareroot 0.0908 -> 0.301 Inexact Rounded
2657sqtx4637 squareroot 0.909 -> 0.953 Inexact Rounded
2658sqtx4638 squareroot 0.0909 -> 0.301 Inexact Rounded
2659sqtx4639 squareroot 0.911 -> 0.954 Inexact Rounded
2660sqtx4640 squareroot 0.0911 -> 0.302 Inexact Rounded
2661sqtx4641 squareroot 0.912 -> 0.955 Inexact Rounded
2662sqtx4642 squareroot 0.0912 -> 0.302 Inexact Rounded
2663sqtx4643 squareroot 0.913 -> 0.956 Inexact Rounded
2664sqtx4644 squareroot 0.0913 -> 0.302 Inexact Rounded
2665sqtx4645 squareroot 0.914 -> 0.956 Inexact Rounded
2666sqtx4646 squareroot 0.0914 -> 0.302 Inexact Rounded
2667sqtx4647 squareroot 0.915 -> 0.957 Inexact Rounded
2668sqtx4648 squareroot 0.0915 -> 0.302 Inexact Rounded
2669sqtx4649 squareroot 0.916 -> 0.957 Inexact Rounded
2670sqtx4650 squareroot 0.0916 -> 0.303 Inexact Rounded
2671sqtx4651 squareroot 0.917 -> 0.958 Inexact Rounded
2672sqtx4652 squareroot 0.0917 -> 0.303 Inexact Rounded
2673sqtx4653 squareroot 0.918 -> 0.958 Inexact Rounded
2674sqtx4654 squareroot 0.0918 -> 0.303 Inexact Rounded
2675sqtx4655 squareroot 0.919 -> 0.959 Inexact Rounded
2676sqtx4656 squareroot 0.0919 -> 0.303 Inexact Rounded
2677sqtx4657 squareroot 0.921 -> 0.960 Inexact Rounded
2678sqtx4658 squareroot 0.0921 -> 0.303 Inexact Rounded
2679sqtx4659 squareroot 0.922 -> 0.960 Inexact Rounded
2680sqtx4660 squareroot 0.0922 -> 0.304 Inexact Rounded
2681sqtx4661 squareroot 0.923 -> 0.961 Inexact Rounded
2682sqtx4662 squareroot 0.0923 -> 0.304 Inexact Rounded
2683sqtx4663 squareroot 0.924 -> 0.961 Inexact Rounded
2684sqtx4664 squareroot 0.0924 -> 0.304 Inexact Rounded
2685sqtx4665 squareroot 0.925 -> 0.962 Inexact Rounded
2686sqtx4666 squareroot 0.0925 -> 0.304 Inexact Rounded
2687sqtx4667 squareroot 0.926 -> 0.962 Inexact Rounded
2688sqtx4668 squareroot 0.0926 -> 0.304 Inexact Rounded
2689sqtx4669 squareroot 0.927 -> 0.963 Inexact Rounded
2690sqtx4670 squareroot 0.0927 -> 0.304 Inexact Rounded
2691sqtx4671 squareroot 0.928 -> 0.963 Inexact Rounded
2692sqtx4672 squareroot 0.0928 -> 0.305 Inexact Rounded
2693sqtx4673 squareroot 0.929 -> 0.964 Inexact Rounded
2694sqtx4674 squareroot 0.0929 -> 0.305 Inexact Rounded
2695sqtx4675 squareroot 0.931 -> 0.965 Inexact Rounded
2696sqtx4676 squareroot 0.0931 -> 0.305 Inexact Rounded
2697sqtx4677 squareroot 0.932 -> 0.965 Inexact Rounded
2698sqtx4678 squareroot 0.0932 -> 0.305 Inexact Rounded
2699sqtx4679 squareroot 0.933 -> 0.966 Inexact Rounded
2700sqtx4680 squareroot 0.0933 -> 0.305 Inexact Rounded
2701sqtx4681 squareroot 0.934 -> 0.966 Inexact Rounded
2702sqtx4682 squareroot 0.0934 -> 0.306 Inexact Rounded
2703sqtx4683 squareroot 0.935 -> 0.967 Inexact Rounded
2704sqtx4684 squareroot 0.0935 -> 0.306 Inexact Rounded
2705sqtx4685 squareroot 0.936 -> 0.967 Inexact Rounded
2706sqtx4686 squareroot 0.0936 -> 0.306 Inexact Rounded
2707sqtx4687 squareroot 0.937 -> 0.968 Inexact Rounded
2708sqtx4688 squareroot 0.0937 -> 0.306 Inexact Rounded
2709sqtx4689 squareroot 0.938 -> 0.969 Inexact Rounded
2710sqtx4690 squareroot 0.0938 -> 0.306 Inexact Rounded
2711sqtx4691 squareroot 0.939 -> 0.969 Inexact Rounded
2712sqtx4692 squareroot 0.0939 -> 0.306 Inexact Rounded
2713sqtx4693 squareroot 0.941 -> 0.970 Inexact Rounded
2714sqtx4694 squareroot 0.0941 -> 0.307 Inexact Rounded
2715sqtx4695 squareroot 0.942 -> 0.971 Inexact Rounded
2716sqtx4696 squareroot 0.0942 -> 0.307 Inexact Rounded
2717sqtx4697 squareroot 0.943 -> 0.971 Inexact Rounded
2718sqtx4698 squareroot 0.0943 -> 0.307 Inexact Rounded
2719sqtx4699 squareroot 0.944 -> 0.972 Inexact Rounded
2720sqtx4700 squareroot 0.0944 -> 0.307 Inexact Rounded
2721sqtx4701 squareroot 0.945 -> 0.972 Inexact Rounded
2722sqtx4702 squareroot 0.0945 -> 0.307 Inexact Rounded
2723sqtx4703 squareroot 0.946 -> 0.973 Inexact Rounded
2724sqtx4704 squareroot 0.0946 -> 0.308 Inexact Rounded
2725sqtx4705 squareroot 0.947 -> 0.973 Inexact Rounded
2726sqtx4706 squareroot 0.0947 -> 0.308 Inexact Rounded
2727sqtx4707 squareroot 0.948 -> 0.974 Inexact Rounded
2728sqtx4708 squareroot 0.0948 -> 0.308 Inexact Rounded
2729sqtx4709 squareroot 0.949 -> 0.974 Inexact Rounded
2730sqtx4710 squareroot 0.0949 -> 0.308 Inexact Rounded
2731sqtx4711 squareroot 0.951 -> 0.975 Inexact Rounded
2732sqtx4712 squareroot 0.0951 -> 0.308 Inexact Rounded
2733sqtx4713 squareroot 0.952 -> 0.976 Inexact Rounded
2734sqtx4714 squareroot 0.0952 -> 0.309 Inexact Rounded
2735sqtx4715 squareroot 0.953 -> 0.976 Inexact Rounded
2736sqtx4716 squareroot 0.0953 -> 0.309 Inexact Rounded
2737sqtx4717 squareroot 0.954 -> 0.977 Inexact Rounded
2738sqtx4718 squareroot 0.0954 -> 0.309 Inexact Rounded
2739sqtx4719 squareroot 0.955 -> 0.977 Inexact Rounded
2740sqtx4720 squareroot 0.0955 -> 0.309 Inexact Rounded
2741sqtx4721 squareroot 0.956 -> 0.978 Inexact Rounded
2742sqtx4722 squareroot 0.0956 -> 0.309 Inexact Rounded
2743sqtx4723 squareroot 0.957 -> 0.978 Inexact Rounded
2744sqtx4724 squareroot 0.0957 -> 0.309 Inexact Rounded
2745sqtx4725 squareroot 0.958 -> 0.979 Inexact Rounded
2746sqtx4726 squareroot 0.0958 -> 0.310 Inexact Rounded
2747sqtx4727 squareroot 0.959 -> 0.979 Inexact Rounded
2748sqtx4728 squareroot 0.0959 -> 0.310 Inexact Rounded
2749sqtx4729 squareroot 0.961 -> 0.980 Inexact Rounded
2750sqtx4730 squareroot 0.0961 -> 0.31
2751sqtx4731 squareroot 0.962 -> 0.981 Inexact Rounded
2752sqtx4732 squareroot 0.0962 -> 0.310 Inexact Rounded
2753sqtx4733 squareroot 0.963 -> 0.981 Inexact Rounded
2754sqtx4734 squareroot 0.0963 -> 0.310 Inexact Rounded
2755sqtx4735 squareroot 0.964 -> 0.982 Inexact Rounded
2756sqtx4736 squareroot 0.0964 -> 0.310 Inexact Rounded
2757sqtx4737 squareroot 0.965 -> 0.982 Inexact Rounded
2758sqtx4738 squareroot 0.0965 -> 0.311 Inexact Rounded
2759sqtx4739 squareroot 0.966 -> 0.983 Inexact Rounded
2760sqtx4740 squareroot 0.0966 -> 0.311 Inexact Rounded
2761sqtx4741 squareroot 0.967 -> 0.983 Inexact Rounded
2762sqtx4742 squareroot 0.0967 -> 0.311 Inexact Rounded
2763sqtx4743 squareroot 0.968 -> 0.984 Inexact Rounded
2764sqtx4744 squareroot 0.0968 -> 0.311 Inexact Rounded
2765sqtx4745 squareroot 0.969 -> 0.984 Inexact Rounded
2766sqtx4746 squareroot 0.0969 -> 0.311 Inexact Rounded
2767sqtx4747 squareroot 0.971 -> 0.985 Inexact Rounded
2768sqtx4748 squareroot 0.0971 -> 0.312 Inexact Rounded
2769sqtx4749 squareroot 0.972 -> 0.986 Inexact Rounded
2770sqtx4750 squareroot 0.0972 -> 0.312 Inexact Rounded
2771sqtx4751 squareroot 0.973 -> 0.986 Inexact Rounded
2772sqtx4752 squareroot 0.0973 -> 0.312 Inexact Rounded
2773sqtx4753 squareroot 0.974 -> 0.987 Inexact Rounded
2774sqtx4754 squareroot 0.0974 -> 0.312 Inexact Rounded
2775sqtx4755 squareroot 0.975 -> 0.987 Inexact Rounded
2776sqtx4756 squareroot 0.0975 -> 0.312 Inexact Rounded
2777sqtx4757 squareroot 0.976 -> 0.988 Inexact Rounded
2778sqtx4758 squareroot 0.0976 -> 0.312 Inexact Rounded
2779sqtx4759 squareroot 0.977 -> 0.988 Inexact Rounded
2780sqtx4760 squareroot 0.0977 -> 0.313 Inexact Rounded
2781sqtx4761 squareroot 0.978 -> 0.989 Inexact Rounded
2782sqtx4762 squareroot 0.0978 -> 0.313 Inexact Rounded
2783sqtx4763 squareroot 0.979 -> 0.989 Inexact Rounded
2784sqtx4764 squareroot 0.0979 -> 0.313 Inexact Rounded
2785sqtx4765 squareroot 0.981 -> 0.990 Inexact Rounded
2786sqtx4766 squareroot 0.0981 -> 0.313 Inexact Rounded
2787sqtx4767 squareroot 0.982 -> 0.991 Inexact Rounded
2788sqtx4768 squareroot 0.0982 -> 0.313 Inexact Rounded
2789sqtx4769 squareroot 0.983 -> 0.991 Inexact Rounded
2790sqtx4770 squareroot 0.0983 -> 0.314 Inexact Rounded
2791sqtx4771 squareroot 0.984 -> 0.992 Inexact Rounded
2792sqtx4772 squareroot 0.0984 -> 0.314 Inexact Rounded
2793sqtx4773 squareroot 0.985 -> 0.992 Inexact Rounded
2794sqtx4774 squareroot 0.0985 -> 0.314 Inexact Rounded
2795sqtx4775 squareroot 0.986 -> 0.993 Inexact Rounded
2796sqtx4776 squareroot 0.0986 -> 0.314 Inexact Rounded
2797sqtx4777 squareroot 0.987 -> 0.993 Inexact Rounded
2798sqtx4778 squareroot 0.0987 -> 0.314 Inexact Rounded
2799sqtx4779 squareroot 0.988 -> 0.994 Inexact Rounded
2800sqtx4780 squareroot 0.0988 -> 0.314 Inexact Rounded
2801sqtx4781 squareroot 0.989 -> 0.994 Inexact Rounded
2802sqtx4782 squareroot 0.0989 -> 0.314 Inexact Rounded
2803sqtx4783 squareroot 0.991 -> 0.995 Inexact Rounded
2804sqtx4784 squareroot 0.0991 -> 0.315 Inexact Rounded
2805sqtx4785 squareroot 0.992 -> 0.996 Inexact Rounded
2806sqtx4786 squareroot 0.0992 -> 0.315 Inexact Rounded
2807sqtx4787 squareroot 0.993 -> 0.996 Inexact Rounded
2808sqtx4788 squareroot 0.0993 -> 0.315 Inexact Rounded
2809sqtx4789 squareroot 0.994 -> 0.997 Inexact Rounded
2810sqtx4790 squareroot 0.0994 -> 0.315 Inexact Rounded
2811sqtx4791 squareroot 0.995 -> 0.997 Inexact Rounded
2812sqtx4792 squareroot 0.0995 -> 0.315 Inexact Rounded
2813sqtx4793 squareroot 0.996 -> 0.998 Inexact Rounded
2814sqtx4794 squareroot 0.0996 -> 0.316 Inexact Rounded
2815sqtx4795 squareroot 0.997 -> 0.998 Inexact Rounded
2816sqtx4796 squareroot 0.0997 -> 0.316 Inexact Rounded
2817sqtx4797 squareroot 0.998 -> 0.999 Inexact Rounded
2818sqtx4798 squareroot 0.0998 -> 0.316 Inexact Rounded
2819sqtx4799 squareroot 0.999 -> 0.999 Inexact Rounded
2820sqtx4800 squareroot 0.0999 -> 0.316 Inexact Rounded
2821
2822-- A group of precision 4 tests where Hull & Abrham adjustments are
2823-- needed in some cases (both up and down) [see Hull1985b]
2824rounding: half_even
2825maxExponent: 999
2826minexponent: -999
2827precision: 4
2828sqtx5001 squareroot 0.0118 -> 0.1086 Inexact Rounded
2829sqtx5002 squareroot 0.119 -> 0.3450 Inexact Rounded
2830sqtx5003 squareroot 0.0119 -> 0.1091 Inexact Rounded
2831sqtx5004 squareroot 0.121 -> 0.3479 Inexact Rounded
2832sqtx5005 squareroot 0.0121 -> 0.11
2833sqtx5006 squareroot 0.122 -> 0.3493 Inexact Rounded
2834sqtx5007 squareroot 0.0122 -> 0.1105 Inexact Rounded
2835sqtx5008 squareroot 0.123 -> 0.3507 Inexact Rounded
2836sqtx5009 squareroot 0.494 -> 0.7029 Inexact Rounded
2837sqtx5010 squareroot 0.0669 -> 0.2587 Inexact Rounded
2838sqtx5011 squareroot 0.9558 -> 0.9777 Inexact Rounded
2839sqtx5012 squareroot 0.9348 -> 0.9669 Inexact Rounded
2840sqtx5013 squareroot 0.9345 -> 0.9667 Inexact Rounded
2841sqtx5014 squareroot 0.09345 -> 0.3057 Inexact Rounded
2842sqtx5015 squareroot 0.9346 -> 0.9667 Inexact Rounded
2843sqtx5016 squareroot 0.09346 -> 0.3057 Inexact Rounded
2844sqtx5017 squareroot 0.9347 -> 0.9668 Inexact Rounded
2845
2846-- examples from decArith
2847precision: 9
2848sqtx700 squareroot 0 -> '0'
2849sqtx701 squareroot -0 -> '-0'
2850sqtx702 squareroot 0.39 -> 0.624499800 Inexact Rounded
2851sqtx703 squareroot 100 -> '10'
2852sqtx704 squareroot 1.00 -> '1.0'
2853sqtx705 squareroot 7 -> '2.64575131' Inexact Rounded
2854sqtx706 squareroot 10 -> 3.16227766 Inexact Rounded
2855
2856-- some one-offs
2857precision: 9
2858sqtx711 squareroot 0.1 -> 0.316227766 Inexact Rounded
2859sqtx712 squareroot 0.2 -> 0.447213595 Inexact Rounded
2860sqtx713 squareroot 0.3 -> 0.547722558 Inexact Rounded
2861sqtx714 squareroot 0.4 -> 0.632455532 Inexact Rounded
2862sqtx715 squareroot 0.5 -> 0.707106781 Inexact Rounded
2863sqtx716 squareroot 0.6 -> 0.774596669 Inexact Rounded
2864sqtx717 squareroot 0.7 -> 0.836660027 Inexact Rounded
2865sqtx718 squareroot 0.8 -> 0.894427191 Inexact Rounded
2866sqtx719 squareroot 0.9 -> 0.948683298 Inexact Rounded
2867precision: 10 -- note no normalizatoin here
2868sqtx720 squareroot +0.1 -> 0.3162277660 Inexact Rounded
2869precision: 11
2870sqtx721 squareroot +0.1 -> 0.31622776602 Inexact Rounded
2871precision: 12
2872sqtx722 squareroot +0.1 -> 0.316227766017 Inexact Rounded
2873precision: 9
2874sqtx723 squareroot 0.39 -> 0.624499800 Inexact Rounded
2875precision: 15
2876sqtx724 squareroot 0.39 -> 0.624499799839840 Inexact Rounded
2877
2878-- discussion cases
2879precision: 7
2880sqtx731 squareroot 9 -> 3
2881sqtx732 squareroot 100 -> 10
2882sqtx733 squareroot 123 -> 11.09054 Inexact Rounded
2883sqtx734 squareroot 144 -> 12
2884sqtx735 squareroot 156 -> 12.49000 Inexact Rounded
2885sqtx736 squareroot 10000 -> 100
2886
2887-- values close to overflow (if there were input rounding)
2888maxexponent: 99
2889minexponent: -99
2890precision: 5
2891sqtx760 squareroot 9.9997E+99 -> 9.9998E+49 Inexact Rounded
2892sqtx761 squareroot 9.9998E+99 -> 9.9999E+49 Inexact Rounded
2893sqtx762 squareroot 9.9999E+99 -> 9.9999E+49 Inexact Rounded
2894sqtx763 squareroot 9.99991E+99 -> 1.0000E+50 Inexact Rounded
2895sqtx764 squareroot 9.99994E+99 -> 1.0000E+50 Inexact Rounded
2896sqtx765 squareroot 9.99995E+99 -> 1.0000E+50 Inexact Rounded
2897sqtx766 squareroot 9.99999E+99 -> 1.0000E+50 Inexact Rounded
2898precision: 9
2899sqtx770 squareroot 9.9997E+99 -> 9.99985000E+49 Inexact Rounded
2900sqtx771 squareroot 9.9998E+99 -> 9.99990000E+49 Inexact Rounded
2901sqtx772 squareroot 9.9999E+99 -> 9.99995000E+49 Inexact Rounded
2902sqtx773 squareroot 9.99991E+99 -> 9.99995500E+49 Inexact Rounded
2903sqtx774 squareroot 9.99994E+99 -> 9.99997000E+49 Inexact Rounded
2904sqtx775 squareroot 9.99995E+99 -> 9.99997500E+49 Inexact Rounded
2905sqtx776 squareroot 9.99999E+99 -> 9.99999500E+49 Inexact Rounded
2906precision: 20
2907sqtx780 squareroot 9.9997E+99 -> '9.9998499988749831247E+49' Inexact Rounded
2908sqtx781 squareroot 9.9998E+99 -> '9.9998999994999949999E+49' Inexact Rounded
2909sqtx782 squareroot 9.9999E+99 -> '9.9999499998749993750E+49' Inexact Rounded
2910sqtx783 squareroot 9.99991E+99 -> '9.9999549998987495444E+49' Inexact Rounded
2911sqtx784 squareroot 9.99994E+99 -> '9.9999699999549998650E+49' Inexact Rounded
2912sqtx785 squareroot 9.99995E+99 -> '9.9999749999687499219E+49' Inexact Rounded
2913sqtx786 squareroot 9.99999E+99 -> '9.9999949999987499994E+49' Inexact Rounded
2914
2915-- subnormals and underflows [these can only result when eMax is < digits+1]
2916-- Etiny = -(Emax + (precision-1))
2917-- start with subnormal operands and normal results
2918maxexponent: 9
2919minexponent: -9
2920precision: 9 -- Etiny=-17
2921sqtx800 squareroot 1E-17 -> 3.16227766E-9 Inexact Rounded
2922sqtx801 squareroot 10E-17 -> 1.0E-8
2923precision: 10 -- Etiny=-18
2924sqtx802 squareroot 10E-18 -> 3.162277660E-9 Inexact Rounded
2925sqtx803 squareroot 1E-18 -> 1E-9
2926
2927precision: 11 -- Etiny=-19
2928sqtx804 squareroot 1E-19 -> 3.162277660E-10 Underflow Subnormal Inexact Rounded
2929sqtx805 squareroot 10E-19 -> 1.0E-9
2930precision: 12 -- Etiny=-20
2931sqtx806 squareroot 10E-20 -> 3.1622776602E-10 Underflow Subnormal Inexact Rounded
2932sqtx807 squareroot 1E-20 -> 1E-10 Subnormal -- Exact Subnormal case
2933
2934precision: 13 -- Etiny=-21
2935sqtx808 squareroot 1E-21 -> 3.1622776602E-11 Underflow Subnormal Inexact Rounded
2936sqtx809 squareroot 10E-21 -> 1.0E-10 Subnormal
2937precision: 14 -- Etiny=-22
2938sqtx810 squareroot 1E-21 -> 3.16227766017E-11 Underflow Subnormal Inexact Rounded
2939sqtx811 squareroot 10E-22 -> 3.16227766017E-11 Underflow Subnormal Inexact Rounded
2940sqtx812 squareroot 1E-22 -> 1E-11 Subnormal -- Exact Subnormal case
2941
2942
2943-- special values
2944maxexponent: 999
2945minexponent: -999
2946sqtx820 squareroot Inf -> Infinity
2947sqtx821 squareroot -Inf -> NaN Invalid_operation
2948sqtx822 squareroot NaN -> NaN
2949sqtx823 squareroot sNaN -> NaN Invalid_operation
2950-- propagating NaNs
2951sqtx824 squareroot sNaN123 -> NaN123 Invalid_operation
2952sqtx825 squareroot -sNaN321 -> -NaN321 Invalid_operation
2953sqtx826 squareroot NaN456 -> NaN456
2954sqtx827 squareroot -NaN654 -> -NaN654
2955sqtx828 squareroot NaN1 -> NaN1
2956
2957-- Null test
2958sqtx900 squareroot # -> NaN Invalid_operation