/Lib/test/decimaltestdata/squareroot.decTest
http://unladen-swallow.googlecode.com/ · Unknown · 3824 lines · 3766 code · 58 blank · 0 comment · 0 complexity · 8d0eb0dc5b3f015877f94b0b65176858 MD5 · raw file
Large files are truncated click here to view the full file
- ------------------------------------------------------------------------
- -- squareroot.decTest -- decimal square root --
- -- Copyright (c) IBM Corporation, 2003, 2008. All rights reserved. --
- ------------------------------------------------------------------------
- -- Please see the document "General Decimal Arithmetic Testcases" --
- -- at http://www2.hursley.ibm.com/decimal for the description of --
- -- these testcases. --
- -- --
- -- These testcases are experimental ('beta' versions), and they --
- -- may contain errors. They are offered on an as-is basis. In --
- -- particular, achieving the same results as the tests here is not --
- -- a guarantee that an implementation complies with any Standard --
- -- or specification. The tests are not exhaustive. --
- -- --
- -- Please send comments, suggestions, and corrections to the author: --
- -- Mike Cowlishaw, IBM Fellow --
- -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
- -- mfc@uk.ibm.com --
- ------------------------------------------------------------------------
- version: 2.58
- extended: 1
- precision: 9
- rounding: half_up
- maxExponent: 384
- minexponent: -383
- -- basics
- sqtx001 squareroot 1 -> 1
- sqtx002 squareroot -1 -> NaN Invalid_operation
- sqtx003 squareroot 1.00 -> 1.0
- sqtx004 squareroot -1.00 -> NaN Invalid_operation
- sqtx005 squareroot 0 -> 0
- sqtx006 squareroot 00.0 -> 0.0
- sqtx007 squareroot 0.00 -> 0.0
- sqtx008 squareroot 00.00 -> 0.0
- sqtx009 squareroot 00.000 -> 0.00
- sqtx010 squareroot 00.0000 -> 0.00
- sqtx011 squareroot 00 -> 0
- sqtx012 squareroot -2 -> NaN Invalid_operation
- sqtx013 squareroot 2 -> 1.41421356 Inexact Rounded
- sqtx014 squareroot -2.00 -> NaN Invalid_operation
- sqtx015 squareroot 2.00 -> 1.41421356 Inexact Rounded
- sqtx016 squareroot -0 -> -0
- sqtx017 squareroot -0.0 -> -0.0
- sqtx018 squareroot -00.00 -> -0.0
- sqtx019 squareroot -00.000 -> -0.00
- sqtx020 squareroot -0.0000 -> -0.00
- sqtx021 squareroot -0E+9 -> -0E+4
- sqtx022 squareroot -0E+10 -> -0E+5
- sqtx023 squareroot -0E+11 -> -0E+5
- sqtx024 squareroot -0E+12 -> -0E+6
- sqtx025 squareroot -00 -> -0
- sqtx026 squareroot 0E+5 -> 0E+2
- sqtx027 squareroot 4.0 -> 2.0
- sqtx028 squareroot 4.00 -> 2.0
- sqtx030 squareroot +0.1 -> 0.316227766 Inexact Rounded
- sqtx031 squareroot -0.1 -> NaN Invalid_operation
- sqtx032 squareroot +0.01 -> 0.1
- sqtx033 squareroot -0.01 -> NaN Invalid_operation
- sqtx034 squareroot +0.001 -> 0.0316227766 Inexact Rounded
- sqtx035 squareroot -0.001 -> NaN Invalid_operation
- sqtx036 squareroot +0.000001 -> 0.001
- sqtx037 squareroot -0.000001 -> NaN Invalid_operation
- sqtx038 squareroot +0.000000000001 -> 0.000001
- sqtx039 squareroot -0.000000000001 -> NaN Invalid_operation
- sqtx041 squareroot 1.1 -> 1.04880885 Inexact Rounded
- sqtx042 squareroot 1.10 -> 1.04880885 Inexact Rounded
- sqtx043 squareroot 1.100 -> 1.04880885 Inexact Rounded
- sqtx044 squareroot 1.110 -> 1.05356538 Inexact Rounded
- sqtx045 squareroot -1.1 -> NaN Invalid_operation
- sqtx046 squareroot -1.10 -> NaN Invalid_operation
- sqtx047 squareroot -1.100 -> NaN Invalid_operation
- sqtx048 squareroot -1.110 -> NaN Invalid_operation
- sqtx049 squareroot 9.9 -> 3.14642654 Inexact Rounded
- sqtx050 squareroot 9.90 -> 3.14642654 Inexact Rounded
- sqtx051 squareroot 9.900 -> 3.14642654 Inexact Rounded
- sqtx052 squareroot 9.990 -> 3.16069613 Inexact Rounded
- sqtx053 squareroot -9.9 -> NaN Invalid_operation
- sqtx054 squareroot -9.90 -> NaN Invalid_operation
- sqtx055 squareroot -9.900 -> NaN Invalid_operation
- sqtx056 squareroot -9.990 -> NaN Invalid_operation
- sqtx060 squareroot 1 -> 1
- sqtx061 squareroot 1.0 -> 1.0
- sqtx062 squareroot 1.00 -> 1.0
- sqtx063 squareroot 10.0 -> 3.16227766 Inexact Rounded
- sqtx064 squareroot 10.0 -> 3.16227766 Inexact Rounded
- sqtx065 squareroot 10.0 -> 3.16227766 Inexact Rounded
- sqtx066 squareroot 10.00 -> 3.16227766 Inexact Rounded
- sqtx067 squareroot 100 -> 10
- sqtx068 squareroot 100.0 -> 10.0
- sqtx069 squareroot 100.00 -> 10.0
- sqtx070 squareroot 1.1000E+3 -> 33.1662479 Inexact Rounded
- sqtx071 squareroot 1.10000E+3 -> 33.1662479 Inexact Rounded
- sqtx072 squareroot -10.0 -> NaN Invalid_operation
- sqtx073 squareroot -10.00 -> NaN Invalid_operation
- sqtx074 squareroot -100.0 -> NaN Invalid_operation
- sqtx075 squareroot -100.00 -> NaN Invalid_operation
- sqtx076 squareroot -1.1000E+3 -> NaN Invalid_operation
- sqtx077 squareroot -1.10000E+3 -> NaN Invalid_operation
- sqtx078 squareroot 1.000 -> 1.00
- sqtx079 squareroot 1.0000 -> 1.00
- -- famous squares
- sqtx080 squareroot 1 -> 1
- sqtx081 squareroot 4 -> 2
- sqtx082 squareroot 9 -> 3
- sqtx083 squareroot 16 -> 4
- sqtx084 squareroot 25 -> 5
- sqtx085 squareroot 36 -> 6
- sqtx086 squareroot 49 -> 7
- sqtx087 squareroot 64 -> 8
- sqtx088 squareroot 81 -> 9
- sqtx089 squareroot 100 -> 10
- sqtx090 squareroot 121 -> 11
- sqtx091 squareroot 144 -> 12
- sqtx092 squareroot 169 -> 13
- sqtx093 squareroot 256 -> 16
- sqtx094 squareroot 1024 -> 32
- sqtx095 squareroot 4096 -> 64
- sqtx100 squareroot 0.01 -> 0.1
- sqtx101 squareroot 0.04 -> 0.2
- sqtx102 squareroot 0.09 -> 0.3
- sqtx103 squareroot 0.16 -> 0.4
- sqtx104 squareroot 0.25 -> 0.5
- sqtx105 squareroot 0.36 -> 0.6
- sqtx106 squareroot 0.49 -> 0.7
- sqtx107 squareroot 0.64 -> 0.8
- sqtx108 squareroot 0.81 -> 0.9
- sqtx109 squareroot 1.00 -> 1.0
- sqtx110 squareroot 1.21 -> 1.1
- sqtx111 squareroot 1.44 -> 1.2
- sqtx112 squareroot 1.69 -> 1.3
- sqtx113 squareroot 2.56 -> 1.6
- sqtx114 squareroot 10.24 -> 3.2
- sqtx115 squareroot 40.96 -> 6.4
- -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts]
- rounding: half_even
- maxExponent: 999
- minexponent: -999
- precision: 1
- sqtx1201 squareroot 0.1 -> 0.3 Inexact Rounded
- sqtx1202 squareroot 0.01 -> 0.1
- sqtx1203 squareroot 1.0E-1 -> 0.3 Inexact Rounded
- sqtx1204 squareroot 1.00E-2 -> 0.1 Rounded
- sqtx1205 squareroot 1E-3 -> 0.03 Inexact Rounded
- sqtx1206 squareroot 1E+1 -> 3 Inexact Rounded
- sqtx1207 squareroot 1E+2 -> 1E+1
- sqtx1208 squareroot 1E+3 -> 3E+1 Inexact Rounded
- sqtx1209 squareroot 0.2 -> 0.4 Inexact Rounded
- sqtx1210 squareroot 0.02 -> 0.1 Inexact Rounded
- sqtx1211 squareroot 2.0E-1 -> 0.4 Inexact Rounded
- sqtx1212 squareroot 2.00E-2 -> 0.1 Inexact Rounded
- sqtx1213 squareroot 2E-3 -> 0.04 Inexact Rounded
- sqtx1214 squareroot 2E+1 -> 4 Inexact Rounded
- sqtx1215 squareroot 2E+2 -> 1E+1 Inexact Rounded
- sqtx1216 squareroot 2E+3 -> 4E+1 Inexact Rounded
- sqtx1217 squareroot 0.3 -> 0.5 Inexact Rounded
- sqtx1218 squareroot 0.03 -> 0.2 Inexact Rounded
- sqtx1219 squareroot 3.0E-1 -> 0.5 Inexact Rounded
- sqtx1220 squareroot 3.00E-2 -> 0.2 Inexact Rounded
- sqtx1221 squareroot 3E-3 -> 0.05 Inexact Rounded
- sqtx1222 squareroot 3E+1 -> 5 Inexact Rounded
- sqtx1223 squareroot 3E+2 -> 2E+1 Inexact Rounded
- sqtx1224 squareroot 3E+3 -> 5E+1 Inexact Rounded
- sqtx1225 squareroot 0.4 -> 0.6 Inexact Rounded
- sqtx1226 squareroot 0.04 -> 0.2
- sqtx1227 squareroot 4.0E-1 -> 0.6 Inexact Rounded
- sqtx1228 squareroot 4.00E-2 -> 0.2 Rounded
- sqtx1229 squareroot 4E-3 -> 0.06 Inexact Rounded
- sqtx1230 squareroot 4E+1 -> 6 Inexact Rounded
- sqtx1231 squareroot 4E+2 -> 2E+1
- sqtx1232 squareroot 4E+3 -> 6E+1 Inexact Rounded
- sqtx1233 squareroot 0.5 -> 0.7 Inexact Rounded
- sqtx1234 squareroot 0.05 -> 0.2 Inexact Rounded
- sqtx1235 squareroot 5.0E-1 -> 0.7 Inexact Rounded
- sqtx1236 squareroot 5.00E-2 -> 0.2 Inexact Rounded
- sqtx1237 squareroot 5E-3 -> 0.07 Inexact Rounded
- sqtx1238 squareroot 5E+1 -> 7 Inexact Rounded
- sqtx1239 squareroot 5E+2 -> 2E+1 Inexact Rounded
- sqtx1240 squareroot 5E+3 -> 7E+1 Inexact Rounded
- sqtx1241 squareroot 0.6 -> 0.8 Inexact Rounded
- sqtx1242 squareroot 0.06 -> 0.2 Inexact Rounded
- sqtx1243 squareroot 6.0E-1 -> 0.8 Inexact Rounded
- sqtx1244 squareroot 6.00E-2 -> 0.2 Inexact Rounded
- sqtx1245 squareroot 6E-3 -> 0.08 Inexact Rounded
- sqtx1246 squareroot 6E+1 -> 8 Inexact Rounded
- sqtx1247 squareroot 6E+2 -> 2E+1 Inexact Rounded
- sqtx1248 squareroot 6E+3 -> 8E+1 Inexact Rounded
- sqtx1249 squareroot 0.7 -> 0.8 Inexact Rounded
- sqtx1250 squareroot 0.07 -> 0.3 Inexact Rounded
- sqtx1251 squareroot 7.0E-1 -> 0.8 Inexact Rounded
- sqtx1252 squareroot 7.00E-2 -> 0.3 Inexact Rounded
- sqtx1253 squareroot 7E-3 -> 0.08 Inexact Rounded
- sqtx1254 squareroot 7E+1 -> 8 Inexact Rounded
- sqtx1255 squareroot 7E+2 -> 3E+1 Inexact Rounded
- sqtx1256 squareroot 7E+3 -> 8E+1 Inexact Rounded
- sqtx1257 squareroot 0.8 -> 0.9 Inexact Rounded
- sqtx1258 squareroot 0.08 -> 0.3 Inexact Rounded
- sqtx1259 squareroot 8.0E-1 -> 0.9 Inexact Rounded
- sqtx1260 squareroot 8.00E-2 -> 0.3 Inexact Rounded
- sqtx1261 squareroot 8E-3 -> 0.09 Inexact Rounded
- sqtx1262 squareroot 8E+1 -> 9 Inexact Rounded
- sqtx1263 squareroot 8E+2 -> 3E+1 Inexact Rounded
- sqtx1264 squareroot 8E+3 -> 9E+1 Inexact Rounded
- sqtx1265 squareroot 0.9 -> 0.9 Inexact Rounded
- sqtx1266 squareroot 0.09 -> 0.3
- sqtx1267 squareroot 9.0E-1 -> 0.9 Inexact Rounded
- sqtx1268 squareroot 9.00E-2 -> 0.3 Rounded
- sqtx1269 squareroot 9E-3 -> 0.09 Inexact Rounded
- sqtx1270 squareroot 9E+1 -> 9 Inexact Rounded
- sqtx1271 squareroot 9E+2 -> 3E+1
- sqtx1272 squareroot 9E+3 -> 9E+1 Inexact Rounded
- -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts]
- rounding: half_even
- maxExponent: 999
- minexponent: -999
- precision: 2
- sqtx2201 squareroot 0.1 -> 0.32 Inexact Rounded
- sqtx2202 squareroot 0.01 -> 0.1
- sqtx2203 squareroot 1.0E-1 -> 0.32 Inexact Rounded
- sqtx2204 squareroot 1.00E-2 -> 0.10
- sqtx2205 squareroot 1E-3 -> 0.032 Inexact Rounded
- sqtx2206 squareroot 1E+1 -> 3.2 Inexact Rounded
- sqtx2207 squareroot 1E+2 -> 1E+1
- sqtx2208 squareroot 1E+3 -> 32 Inexact Rounded
- sqtx2209 squareroot 0.2 -> 0.45 Inexact Rounded
- sqtx2210 squareroot 0.02 -> 0.14 Inexact Rounded
- sqtx2211 squareroot 2.0E-1 -> 0.45 Inexact Rounded
- sqtx2212 squareroot 2.00E-2 -> 0.14 Inexact Rounded
- sqtx2213 squareroot 2E-3 -> 0.045 Inexact Rounded
- sqtx2214 squareroot 2E+1 -> 4.5 Inexact Rounded
- sqtx2215 squareroot 2E+2 -> 14 Inexact Rounded
- sqtx2216 squareroot 2E+3 -> 45 Inexact Rounded
- sqtx2217 squareroot 0.3 -> 0.55 Inexact Rounded
- sqtx2218 squareroot 0.03 -> 0.17 Inexact Rounded
- sqtx2219 squareroot 3.0E-1 -> 0.55 Inexact Rounded
- sqtx2220 squareroot 3.00E-2 -> 0.17 Inexact Rounded
- sqtx2221 squareroot 3E-3 -> 0.055 Inexact Rounded
- sqtx2222 squareroot 3E+1 -> 5.5 Inexact Rounded
- sqtx2223 squareroot 3E+2 -> 17 Inexact Rounded
- sqtx2224 squareroot 3E+3 -> 55 Inexact Rounded
- sqtx2225 squareroot 0.4 -> 0.63 Inexact Rounded
- sqtx2226 squareroot 0.04 -> 0.2
- sqtx2227 squareroot 4.0E-1 -> 0.63 Inexact Rounded
- sqtx2228 squareroot 4.00E-2 -> 0.20
- sqtx2229 squareroot 4E-3 -> 0.063 Inexact Rounded
- sqtx2230 squareroot 4E+1 -> 6.3 Inexact Rounded
- sqtx2231 squareroot 4E+2 -> 2E+1
- sqtx2232 squareroot 4E+3 -> 63 Inexact Rounded
- sqtx2233 squareroot 0.5 -> 0.71 Inexact Rounded
- sqtx2234 squareroot 0.05 -> 0.22 Inexact Rounded
- sqtx2235 squareroot 5.0E-1 -> 0.71 Inexact Rounded
- sqtx2236 squareroot 5.00E-2 -> 0.22 Inexact Rounded
- sqtx2237 squareroot 5E-3 -> 0.071 Inexact Rounded
- sqtx2238 squareroot 5E+1 -> 7.1 Inexact Rounded
- sqtx2239 squareroot 5E+2 -> 22 Inexact Rounded
- sqtx2240 squareroot 5E+3 -> 71 Inexact Rounded
- sqtx2241 squareroot 0.6 -> 0.77 Inexact Rounded
- sqtx2242 squareroot 0.06 -> 0.24 Inexact Rounded
- sqtx2243 squareroot 6.0E-1 -> 0.77 Inexact Rounded
- sqtx2244 squareroot 6.00E-2 -> 0.24 Inexact Rounded
- sqtx2245 squareroot 6E-3 -> 0.077 Inexact Rounded
- sqtx2246 squareroot 6E+1 -> 7.7 Inexact Rounded
- sqtx2247 squareroot 6E+2 -> 24 Inexact Rounded
- sqtx2248 squareroot 6E+3 -> 77 Inexact Rounded
- sqtx2249 squareroot 0.7 -> 0.84 Inexact Rounded
- sqtx2250 squareroot 0.07 -> 0.26 Inexact Rounded
- sqtx2251 squareroot 7.0E-1 -> 0.84 Inexact Rounded
- sqtx2252 squareroot 7.00E-2 -> 0.26 Inexact Rounded
- sqtx2253 squareroot 7E-3 -> 0.084 Inexact Rounded
- sqtx2254 squareroot 7E+1 -> 8.4 Inexact Rounded
- sqtx2255 squareroot 7E+2 -> 26 Inexact Rounded
- sqtx2256 squareroot 7E+3 -> 84 Inexact Rounded
- sqtx2257 squareroot 0.8 -> 0.89 Inexact Rounded
- sqtx2258 squareroot 0.08 -> 0.28 Inexact Rounded
- sqtx2259 squareroot 8.0E-1 -> 0.89 Inexact Rounded
- sqtx2260 squareroot 8.00E-2 -> 0.28 Inexact Rounded
- sqtx2261 squareroot 8E-3 -> 0.089 Inexact Rounded
- sqtx2262 squareroot 8E+1 -> 8.9 Inexact Rounded
- sqtx2263 squareroot 8E+2 -> 28 Inexact Rounded
- sqtx2264 squareroot 8E+3 -> 89 Inexact Rounded
- sqtx2265 squareroot 0.9 -> 0.95 Inexact Rounded
- sqtx2266 squareroot 0.09 -> 0.3
- sqtx2267 squareroot 9.0E-1 -> 0.95 Inexact Rounded
- sqtx2268 squareroot 9.00E-2 -> 0.30
- sqtx2269 squareroot 9E-3 -> 0.095 Inexact Rounded
- sqtx2270 squareroot 9E+1 -> 9.5 Inexact Rounded
- sqtx2271 squareroot 9E+2 -> 3E+1
- sqtx2272 squareroot 9E+3 -> 95 Inexact Rounded
- sqtx2273 squareroot 0.10 -> 0.32 Inexact Rounded
- sqtx2274 squareroot 0.010 -> 0.10
- sqtx2275 squareroot 10.0E-1 -> 1.0
- sqtx2276 squareroot 10.00E-2 -> 0.32 Inexact Rounded
- sqtx2277 squareroot 10E-3 -> 0.10
- sqtx2278 squareroot 10E+1 -> 10
- sqtx2279 squareroot 10E+2 -> 32 Inexact Rounded
- sqtx2280 squareroot 10E+3 -> 1.0E+2
- sqtx2281 squareroot 0.11 -> 0.33 Inexact Rounded
- sqtx2282 squareroot 0.011 -> 0.10 Inexact Rounded
- sqtx2283 squareroot 11.0E-1 -> 1.0 Inexact Rounded
- sqtx2284 squareroot 11.00E-2 -> 0.33 Inexact Rounded
- sqtx2285 squareroot 11E-3 -> 0.10 Inexact Rounded
- sqtx2286 squareroot 11E+1 -> 10 Inexact Rounded
- sqtx2287 squareroot 11E+2 -> 33 Inexact Rounded
- sqtx2288 squareroot 11E+3 -> 1.0E+2 Inexact Rounded
- sqtx2289 squareroot 0.12 -> 0.35 Inexact Rounded
- sqtx2290 squareroot 0.012 -> 0.11 Inexact Rounded
- sqtx2291 squareroot 12.0E-1 -> 1.1 Inexact Rounded
- sqtx2292 squareroot 12.00E-2 -> 0.35 Inexact Rounded
- sqtx2293 squareroot 12E-3 -> 0.11 Inexact Rounded
- sqtx2294 squareroot 12E+1 -> 11 Inexact Rounded
- sqtx2295 squareroot 12E+2 -> 35 Inexact Rounded
- sqtx2296 squareroot 12E+3 -> 1.1E+2 Inexact Rounded
- sqtx2297 squareroot 0.13 -> 0.36 Inexact Rounded
- sqtx2298 squareroot 0.013 -> 0.11 Inexact Rounded
- sqtx2299 squareroot 13.0E-1 -> 1.1 Inexact Rounded
- sqtx2300 squareroot 13.00E-2 -> 0.36 Inexact Rounded
- sqtx2301 squareroot 13E-3 -> 0.11 Inexact Rounded
- sqtx2302 squareroot 13E+1 -> 11 Inexact Rounded
- sqtx2303 squareroot 13E+2 -> 36 Inexact Rounded
- sqtx2304 squareroot 13E+3 -> 1.1E+2 Inexact Rounded
- sqtx2305 squareroot 0.14 -> 0.37 Inexact Rounded
- sqtx2306 squareroot 0.014 -> 0.12 Inexact Rounded
- sqtx2307 squareroot 14.0E-1 -> 1.2 Inexact Rounded
- sqtx2308 squareroot 14.00E-2 -> 0.37 Inexact Rounded
- sqtx2309 squareroot 14E-3 -> 0.12 Inexact Rounded
- sqtx2310 squareroot 14E+1 -> 12 Inexact Rounded
- sqtx2311 squareroot 14E+2 -> 37 Inexact Rounded
- sqtx2312 squareroot 14E+3 -> 1.2E+2 Inexact Rounded
- sqtx2313 squareroot 0.15 -> 0.39 Inexact Rounded
- sqtx2314 squareroot 0.015 -> 0.12 Inexact Rounded
- sqtx2315 squareroot 15.0E-1 -> 1.2 Inexact Rounded
- sqtx2316 squareroot 15.00E-2 -> 0.39 Inexact Rounded
- sqtx2317 squareroot 15E-3 -> 0.12 Inexact Rounded
- sqtx2318 squareroot 15E+1 -> 12 Inexact Rounded
- sqtx2319 squareroot 15E+2 -> 39 Inexact Rounded
- sqtx2320 squareroot 15E+3 -> 1.2E+2 Inexact Rounded
- sqtx2321 squareroot 0.16 -> 0.4
- sqtx2322 squareroot 0.016 -> 0.13 Inexact Rounded
- sqtx2323 squareroot 16.0E-1 -> 1.3 Inexact Rounded
- sqtx2324 squareroot 16.00E-2 -> 0.40
- sqtx2325 squareroot 16E-3 -> 0.13 Inexact Rounded
- sqtx2326 squareroot 16E+1 -> 13 Inexact Rounded
- sqtx2327 squareroot 16E+2 -> 4E+1
- sqtx2328 squareroot 16E+3 -> 1.3E+2 Inexact Rounded
- sqtx2329 squareroot 0.17 -> 0.41 Inexact Rounded
- sqtx2330 squareroot 0.017 -> 0.13 Inexact Rounded
- sqtx2331 squareroot 17.0E-1 -> 1.3 Inexact Rounded
- sqtx2332 squareroot 17.00E-2 -> 0.41 Inexact Rounded
- sqtx2333 squareroot 17E-3 -> 0.13 Inexact Rounded
- sqtx2334 squareroot 17E+1 -> 13 Inexact Rounded
- sqtx2335 squareroot 17E+2 -> 41 Inexact Rounded
- sqtx2336 squareroot 17E+3 -> 1.3E+2 Inexact Rounded
- sqtx2337 squareroot 0.18 -> 0.42 Inexact Rounded
- sqtx2338 squareroot 0.018 -> 0.13 Inexact Rounded
- sqtx2339 squareroot 18.0E-1 -> 1.3 Inexact Rounded
- sqtx2340 squareroot 18.00E-2 -> 0.42 Inexact Rounded
- sqtx2341 squareroot 18E-3 -> 0.13 Inexact Rounded
- sqtx2342 squareroot 18E+1 -> 13 Inexact Rounded
- sqtx2343 squareroot 18E+2 -> 42 Inexact Rounded
- sqtx2344 squareroot 18E+3 -> 1.3E+2 Inexact Rounded
- sqtx2345 squareroot 0.19 -> 0.44 Inexact Rounded
- sqtx2346 squareroot 0.019 -> 0.14 Inexact Rounded
- sqtx2347 squareroot 19.0E-1 -> 1.4 Inexact Rounded
- sqtx2348 squareroot 19.00E-2 -> 0.44 Inexact Rounded
- sqtx2349 squareroot 19E-3 -> 0.14 Inexact Rounded
- sqtx2350 squareroot 19E+1 -> 14 Inexact Rounded
- sqtx2351 squareroot 19E+2 -> 44 Inexact Rounded
- sqtx2352 squareroot 19E+3 -> 1.4E+2 Inexact Rounded
- sqtx2353 squareroot 0.20 -> 0.45 Inexact Rounded
- sqtx2354 squareroot 0.020 -> 0.14 Inexact Rounded
- sqtx2355 squareroot 20.0E-1 -> 1.4 Inexact Rounded
- sqtx2356 squareroot 20.00E-2 -> 0.45 Inexact Rounded
- sqtx2357 squareroot 20E-3 -> 0.14 Inexact Rounded
- sqtx2358 squareroot 20E+1 -> 14 Inexact Rounded
- sqtx2359 squareroot 20E+2 -> 45 Inexact Rounded
- sqtx2360 squareroot 20E+3 -> 1.4E+2 Inexact Rounded
- sqtx2361 squareroot 0.21 -> 0.46 Inexact Rounded
- sqtx2362 squareroot 0.021 -> 0.14 Inexact Rounded
- sqtx2363 squareroot 21.0E-1 -> 1.4 Inexact Rounded
- sqtx2364 squareroot 21.00E-2 -> 0.46 Inexact Rounded
- sqtx2365 squareroot 21E-3 -> 0.14 Inexact Rounded
- sqtx2366 squareroot 21E+1 -> 14 Inexact Rounded
- sqtx2367 squareroot 21E+2 -> 46 Inexact Rounded
- sqtx2368 squareroot 21E+3 -> 1.4E+2 Inexact Rounded
- sqtx2369 squareroot 0.22 -> 0.47 Inexact Rounded
- sqtx2370 squareroot 0.022 -> 0.15 Inexact Rounded
- sqtx2371 squareroot 22.0E-1 -> 1.5 Inexact Rounded
- sqtx2372 squareroot 22.00E-2 -> 0.47 Inexact Rounded
- sqtx2373 squareroot 22E-3 -> 0.15 Inexact Rounded
- sqtx2374 squareroot 22E+1 -> 15 Inexact Rounded
- sqtx2375 squareroot 22E+2 -> 47 Inexact Rounded
- sqtx2376 squareroot 22E+3 -> 1.5E+2 Inexact Rounded
- sqtx2377 squareroot 0.23 -> 0.48 Inexact Rounded
- sqtx2378 squareroot 0.023 -> 0.15 Inexact Rounded
- sqtx2379 squareroot 23.0E-1 -> 1.5 Inexact Rounded
- sqtx2380 squareroot 23.00E-2 -> 0.48 Inexact Rounded
- sqtx2381 squareroot 23E-3 -> 0.15 Inexact Rounded
- sqtx2382 squareroot 23E+1 -> 15 Inexact Rounded
- sqtx2383 squareroot 23E+2 -> 48 Inexact Rounded
- sqtx2384 squareroot 23E+3 -> 1.5E+2 Inexact Rounded
- sqtx2385 squareroot 0.24 -> 0.49 Inexact Rounded
- sqtx2386 squareroot 0.024 -> 0.15 Inexact Rounded
- sqtx2387 squareroot 24.0E-1 -> 1.5 Inexact Rounded
- sqtx2388 squareroot 24.00E-2 -> 0.49 Inexact Rounded
- sqtx2389 squareroot 24E-3 -> 0.15 Inexact Rounded
- sqtx2390 squareroot 24E+1 -> 15 Inexact Rounded
- sqtx2391 squareroot 24E+2 -> 49 Inexact Rounded
- sqtx2392 squareroot 24E+3 -> 1.5E+2 Inexact Rounded
- sqtx2393 squareroot 0.25 -> 0.5
- sqtx2394 squareroot 0.025 -> 0.16 Inexact Rounded
- sqtx2395 squareroot 25.0E-1 -> 1.6 Inexact Rounded
- sqtx2396 squareroot 25.00E-2 -> 0.50
- sqtx2397 squareroot 25E-3 -> 0.16 Inexact Rounded
- sqtx2398 squareroot 25E+1 -> 16 Inexact Rounded
- sqtx2399 squareroot 25E+2 -> 5E+1
- sqtx2400 squareroot 25E+3 -> 1.6E+2 Inexact Rounded
- sqtx2401 squareroot 0.26 -> 0.51 Inexact Rounded
- sqtx2402 squareroot 0.026 -> 0.16 Inexact Rounded
- sqtx2403 squareroot 26.0E-1 -> 1.6 Inexact Rounded
- sqtx2404 squareroot 26.00E-2 -> 0.51 Inexact Rounded
- sqtx2405 squareroot 26E-3 -> 0.16 Inexact Rounded
- sqtx2406 squareroot 26E+1 -> 16 Inexact Rounded
- sqtx2407 squareroot 26E+2 -> 51 Inexact Rounded
- sqtx2408 squareroot 26E+3 -> 1.6E+2 Inexact Rounded
- sqtx2409 squareroot 0.27 -> 0.52 Inexact Rounded
- sqtx2410 squareroot 0.027 -> 0.16 Inexact Rounded
- sqtx2411 squareroot 27.0E-1 -> 1.6 Inexact Rounded
- sqtx2412 squareroot 27.00E-2 -> 0.52 Inexact Rounded
- sqtx2413 squareroot 27E-3 -> 0.16 Inexact Rounded
- sqtx2414 squareroot 27E+1 -> 16 Inexact Rounded
- sqtx2415 squareroot 27E+2 -> 52 Inexact Rounded
- sqtx2416 squareroot 27E+3 -> 1.6E+2 Inexact Rounded
- sqtx2417 squareroot 0.28 -> 0.53 Inexact Rounded
- sqtx2418 squareroot 0.028 -> 0.17 Inexact Rounded
- sqtx2419 squareroot 28.0E-1 -> 1.7 Inexact Rounded
- sqtx2420 squareroot 28.00E-2 -> 0.53 Inexact Rounded
- sqtx2421 squareroot 28E-3 -> 0.17 Inexact Rounded
- sqtx2422 squareroot 28E+1 -> 17 Inexact Rounded
- sqtx2423 squareroot 28E+2 -> 53 Inexact Rounded
- sqtx2424 squareroot 28E+3 -> 1.7E+2 Inexact Rounded
- sqtx2425 squareroot 0.29 -> 0.54 Inexact Rounded
- sqtx2426 squareroot 0.029 -> 0.17 Inexact Rounded
- sqtx2427 squareroot 29.0E-1 -> 1.7 Inexact Rounded
- sqtx2428 squareroot 29.00E-2 -> 0.54 Inexact Rounded
- sqtx2429 squareroot 29E-3 -> 0.17 Inexact Rounded
- sqtx2430 squareroot 29E+1 -> 17 Inexact Rounded
- sqtx2431 squareroot 29E+2 -> 54 Inexact Rounded
- sqtx2432 squareroot 29E+3 -> 1.7E+2 Inexact Rounded
- sqtx2433 squareroot 0.30 -> 0.55 Inexact Rounded
- sqtx2434 squareroot 0.030 -> 0.17 Inexact Rounded
- sqtx2435 squareroot 30.0E-1 -> 1.7 Inexact Rounded
- sqtx2436 squareroot 30.00E-2 -> 0.55 Inexact Rounded
- sqtx2437 squareroot 30E-3 -> 0.17 Inexact Rounded
- sqtx2438 squareroot 30E+1 -> 17 Inexact Rounded
- sqtx2439 squareroot 30E+2 -> 55 Inexact Rounded
- sqtx2440 squareroot 30E+3 -> 1.7E+2 Inexact Rounded
- sqtx2441 squareroot 0.31 -> 0.56 Inexact Rounded
- sqtx2442 squareroot 0.031 -> 0.18 Inexact Rounded
- sqtx2443 squareroot 31.0E-1 -> 1.8 Inexact Rounded
- sqtx2444 squareroot 31.00E-2 -> 0.56 Inexact Rounded
- sqtx2445 squareroot 31E-3 -> 0.18 Inexact Rounded
- sqtx2446 squareroot 31E+1 -> 18 Inexact Rounded
- sqtx2447 squareroot 31E+2 -> 56 Inexact Rounded
- sqtx2448 squareroot 31E+3 -> 1.8E+2 Inexact Rounded
- sqtx2449 squareroot 0.32 -> 0.57 Inexact Rounded
- sqtx2450 squareroot 0.032 -> 0.18 Inexact Rounded
- sqtx2451 squareroot 32.0E-1 -> 1.8 Inexact Rounded
- sqtx2452 squareroot 32.00E-2 -> 0.57 Inexact Rounded
- sqtx2453 squareroot 32E-3 -> 0.18 Inexact Rounded
- sqtx2454 squareroot 32E+1 -> 18 Inexact Rounded
- sqtx2455 squareroot 32E+2 -> 57 Inexact Rounded
- sqtx2456 squareroot 32E+3 -> 1.8E+2 Inexact Rounded
- sqtx2457 squareroot 0.33 -> 0.57 Inexact Rounded
- sqtx2458 squareroot 0.033 -> 0.18 Inexact Rounded
- sqtx2459 squareroot 33.0E-1 -> 1.8 Inexact Rounded
- sqtx2460 squareroot 33.00E-2 -> 0.57 Inexact Rounded
- sqtx2461 squareroot 33E-3 -> 0.18 Inexact Rounded
- sqtx2462 squareroot 33E+1 -> 18 Inexact Rounded
- sqtx2463 squareroot 33E+2 -> 57 Inexact Rounded
- sqtx2464 squareroot 33E+3 -> 1.8E+2 Inexact Rounded
- sqtx2465 squareroot 0.34 -> 0.58 Inexact Rounded
- sqtx2466 squareroot 0.034 -> 0.18 Inexact Rounded
- sqtx2467 squareroot 34.0E-1 -> 1.8 Inexact Rounded
- sqtx2468 squareroot 34.00E-2 -> 0.58 Inexact Rounded
- sqtx2469 squareroot 34E-3 -> 0.18 Inexact Rounded
- sqtx2470 squareroot 34E+1 -> 18 Inexact Rounded
- sqtx2471 squareroot 34E+2 -> 58 Inexact Rounded
- sqtx2472 squareroot 34E+3 -> 1.8E+2 Inexact Rounded
- sqtx2473 squareroot 0.35 -> 0.59 Inexact Rounded
- sqtx2474 squareroot 0.035 -> 0.19 Inexact Rounded
- sqtx2475 squareroot 35.0E-1 -> 1.9 Inexact Rounded
- sqtx2476 squareroot 35.00E-2 -> 0.59 Inexact Rounded
- sqtx2477 squareroot 35E-3 -> 0.19 Inexact Rounded
- sqtx2478 squareroot 35E+1 -> 19 Inexact Rounded
- sqtx2479 squareroot 35E+2 -> 59 Inexact Rounded
- sqtx2480 squareroot 35E+3 -> 1.9E+2 Inexact Rounded
- sqtx2481 squareroot 0.36 -> 0.6
- sqtx2482 squareroot 0.036 -> 0.19 Inexact Rounded
- sqtx2483 squareroot 36.0E-1 -> 1.9 Inexact Rounded
- sqtx2484 squareroot 36.00E-2 -> 0.60
- sqtx2485 squareroot 36E-3 -> 0.19 Inexact Rounded
- sqtx2486 squareroot 36E+1 -> 19 Inexact Rounded
- sqtx2487 squareroot 36E+2 -> 6E+1
- sqtx2488 squareroot 36E+3 -> 1.9E+2 Inexact Rounded
- sqtx2489 squareroot 0.37 -> 0.61 Inexact Rounded
- sqtx2490 squareroot 0.037 -> 0.19 Inexact Rounded
- sqtx2491 squareroot 37.0E-1 -> 1.9 Inexact Rounded
- sqtx2492 squareroot 37.00E-2 -> 0.61 Inexact Rounded
- sqtx2493 squareroot 37E-3 -> 0.19 Inexact Rounded
- sqtx2494 squareroot 37E+1 -> 19 Inexact Rounded
- sqtx2495 squareroot 37E+2 -> 61 Inexact Rounded
- sqtx2496 squareroot 37E+3 -> 1.9E+2 Inexact Rounded
- sqtx2497 squareroot 0.38 -> 0.62 Inexact Rounded
- sqtx2498 squareroot 0.038 -> 0.19 Inexact Rounded
- sqtx2499 squareroot 38.0E-1 -> 1.9 Inexact Rounded
- sqtx2500 squareroot 38.00E-2 -> 0.62 Inexact Rounded
- sqtx2501 squareroot 38E-3 -> 0.19 Inexact Rounded
- sqtx2502 squareroot 38E+1 -> 19 Inexact Rounded
- sqtx2503 squareroot 38E+2 -> 62 Inexact Rounded
- sqtx2504 squareroot 38E+3 -> 1.9E+2 Inexact Rounded
- sqtx2505 squareroot 0.39 -> 0.62 Inexact Rounded
- sqtx2506 squareroot 0.039 -> 0.20 Inexact Rounded
- sqtx2507 squareroot 39.0E-1 -> 2.0 Inexact Rounded
- sqtx2508 squareroot 39.00E-2 -> 0.62 Inexact Rounded
- sqtx2509 squareroot 39E-3 -> 0.20 Inexact Rounded
- sqtx2510 squareroot 39E+1 -> 20 Inexact Rounded
- sqtx2511 squareroot 39E+2 -> 62 Inexact Rounded
- sqtx2512 squareroot 39E+3 -> 2.0E+2 Inexact Rounded
- sqtx2513 squareroot 0.40 -> 0.63 Inexact Rounded
- sqtx2514 squareroot 0.040 -> 0.20
- sqtx2515 squareroot 40.0E-1 -> 2.0
- sqtx2516 squareroot 40.00E-2 -> 0.63 Inexact Rounded
- sqtx2517 squareroot 40E-3 -> 0.20
- sqtx2518 squareroot 40E+1 -> 20
- sqtx2519 squareroot 40E+2 -> 63 Inexact Rounded
- sqtx2520 squareroot 40E+3 -> 2.0E+2
- sqtx2521 squareroot 0.41 -> 0.64 Inexact Rounded
- sqtx2522 squareroot 0.041 -> 0.20 Inexact Rounded
- sqtx2523 squareroot 41.0E-1 -> 2.0 Inexact Rounded
- sqtx2524 squareroot 41.00E-2 -> 0.64 Inexact Rounded
- sqtx2525 squareroot 41E-3 -> 0.20 Inexact Rounded
- sqtx2526 squareroot 41E+1 -> 20 Inexact Rounded
- sqtx2527 squareroot 41E+2 -> 64 Inexact Rounded
- sqtx2528 squareroot 41E+3 -> 2.0E+2 Inexact Rounded
- sqtx2529 squareroot 0.42 -> 0.65 Inexact Rounded
- sqtx2530 squareroot 0.042 -> 0.20 Inexact Rounded
- sqtx2531 squareroot 42.0E-1 -> 2.0 Inexact Rounded
- sqtx2532 squareroot 42.00E-2 -> 0.65 Inexact Rounded
- sqtx2533 squareroot 42E-3 -> 0.20 Inexact Rounded
- sqtx2534 squareroot 42E+1 -> 20 Inexact Rounded
- sqtx2535 squareroot 42E+2 -> 65 Inexact Rounded
- sqtx2536 squareroot 42E+3 -> 2.0E+2 Inexact Rounded
- sqtx2537 squareroot 0.43 -> 0.66 Inexact Rounded
- sqtx2538 squareroot 0.043 -> 0.21 Inexact Rounded
- sqtx2539 squareroot 43.0E-1 -> 2.1 Inexact Rounded
- sqtx2540 squareroot 43.00E-2 -> 0.66 Inexact Rounded
- sqtx2541 squareroot 43E-3 -> 0.21 Inexact Rounded
- sqtx2542 squareroot 43E+1 -> 21 Inexact Rounded
- sqtx2543 squareroot 43E+2 -> 66 Inexact Rounded
- sqtx2544 squareroot 43E+3 -> 2.1E+2 Inexact Rounded
- sqtx2545 squareroot 0.44 -> 0.66 Inexact Rounded
- sqtx2546 squareroot 0.044 -> 0.21 Inexact Rounded
- sqtx2547 squareroot 44.0E-1 -> 2.1 Inexact Rounded
- sqtx2548 squareroot 44.00E-2 -> 0.66 Inexact Rounded
- sqtx2549 squareroot 44E-3 -> 0.21 Inexact Rounded
- sqtx2550 squareroot 44E+1 -> 21 Inexact Rounded
- sqtx2551 squareroot 44E+2 -> 66 Inexact Rounded
- sqtx2552 squareroot 44E+3 -> 2.1E+2 Inexact Rounded
- sqtx2553 squareroot 0.45 -> 0.67 Inexact Rounded
- sqtx2554 squareroot 0.045 -> 0.21 Inexact Rounded
- sqtx2555 squareroot 45.0E-1 -> 2.1 Inexact Rounded
- sqtx2556 squareroot 45.00E-2 -> 0.67 Inexact Rounded
- sqtx2557 squareroot 45E-3 -> 0.21 Inexact Rounded
- sqtx2558 squareroot 45E+1 -> 21 Inexact Rounded
- sqtx2559 squareroot 45E+2 -> 67 Inexact Rounded
- sqtx2560 squareroot 45E+3 -> 2.1E+2 Inexact Rounded
- sqtx2561 squareroot 0.46 -> 0.68 Inexact Rounded
- sqtx2562 squareroot 0.046 -> 0.21 Inexact Rounded
- sqtx2563 squareroot 46.0E-1 -> 2.1 Inexact Rounded
- sqtx2564 squareroot 46.00E-2 -> 0.68 Inexact Rounded
- sqtx2565 squareroot 46E-3 -> 0.21 Inexact Rounded
- sqtx2566 squareroot 46E+1 -> 21 Inexact Rounded
- sqtx2567 squareroot 46E+2 -> 68 Inexact Rounded
- sqtx2568 squareroot 46E+3 -> 2.1E+2 Inexact Rounded
- sqtx2569 squareroot 0.47 -> 0.69 Inexact Rounded
- sqtx2570 squareroot 0.047 -> 0.22 Inexact Rounded
- sqtx2571 squareroot 47.0E-1 -> 2.2 Inexact Rounded
- sqtx2572 squareroot 47.00E-2 -> 0.69 Inexact Rounded
- sqtx2573 squareroot 47E-3 -> 0.22 Inexact Rounded
- sqtx2574 squareroot 47E+1 -> 22 Inexact Rounded
- sqtx2575 squareroot 47E+2 -> 69 Inexact Rounded
- sqtx2576 squareroot 47E+3 -> 2.2E+2 Inexact Rounded
- sqtx2577 squareroot 0.48 -> 0.69 Inexact Rounded
- sqtx2578 squareroot 0.048 -> 0.22 Inexact Rounded
- sqtx2579 squareroot 48.0E-1 -> 2.2 Inexact Rounded
- sqtx2580 squareroot 48.00E-2 -> 0.69 Inexact Rounded
- sqtx2581 squareroot 48E-3 -> 0.22 Inexact Rounded
- sqtx2582 squareroot 48E+1 -> 22 Inexact Rounded
- sqtx2583 squareroot 48E+2 -> 69 Inexact Rounded
- sqtx2584 squareroot 48E+3 -> 2.2E+2 Inexact Rounded
- sqtx2585 squareroot 0.49 -> 0.7
- sqtx2586 squareroot 0.049 -> 0.22 Inexact Rounded
- sqtx2587 squareroot 49.0E-1 -> 2.2 Inexact Rounded
- sqtx2588 squareroot 49.00E-2 -> 0.70
- sqtx2589 squareroot 49E-3 -> 0.22 Inexact Rounded
- sqtx2590 squareroot 49E+1 -> 22 Inexact Rounded
- sqtx2591 squareroot 49E+2 -> 7E+1
- sqtx2592 squareroot 49E+3 -> 2.2E+2 Inexact Rounded
- sqtx2593 squareroot 0.50 -> 0.71 Inexact Rounded
- sqtx2594 squareroot 0.050 -> 0.22 Inexact Rounded
- sqtx2595 squareroot 50.0E-1 -> 2.2 Inexact Rounded
- sqtx2596 squareroot 50.00E-2 -> 0.71 Inexact Rounded
- sqtx2597 squareroot 50E-3 -> 0.22 Inexact Rounded
- sqtx2598 squareroot 50E+1 -> 22 Inexact Rounded
- sqtx2599 squareroot 50E+2 -> 71 Inexact Rounded
- sqtx2600 squareroot 50E+3 -> 2.2E+2 Inexact Rounded
- sqtx2601 squareroot 0.51 -> 0.71 Inexact Rounded
- sqtx2602 squareroot 0.051 -> 0.23 Inexact Rounded
- sqtx2603 squareroot 51.0E-1 -> 2.3 Inexact Rounded
- sqtx2604 squareroot 51.00E-2 -> 0.71 Inexact Rounded
- sqtx2605 squareroot 51E-3 -> 0.23 Inexact Rounded
- sqtx2606 squareroot 51E+1 -> 23 Inexact Rounded
- sqtx2607 squareroot 51E+2 -> 71 Inexact Rounded
- sqtx2608 squareroot 51E+3 -> 2.3E+2 Inexact Rounded
- sqtx2609 squareroot 0.52 -> 0.72 Inexact Rounded
- sqtx2610 squareroot 0.052 -> 0.23 Inexact Rounded
- sqtx2611 squareroot 52.0E-1 -> 2.3 Inexact Rounded
- sqtx2612 squareroot 52.00E-2 -> 0.72 Inexact Rounded
- sqtx2613 squareroot 52E-3 -> 0.23 Inexact Rounded
- sqtx2614 squareroot 52E+1 -> 23 Inexact Rounded
- sqtx2615 squareroot 52E+2 -> 72 Inexact Rounded
- sqtx2616 squareroot 52E+3 -> 2.3E+2 Inexact Rounded
- sqtx2617 squareroot 0.53 -> 0.73 Inexact Rounded
- sqtx2618 squareroot 0.053 -> 0.23 Inexact Rounded
- sqtx2619 squareroot 53.0E-1 -> 2.3 Inexact Rounded
- sqtx2620 squareroot 53.00E-2 -> 0.73 Inexact Rounded
- sqtx2621 squareroot 53E-3 -> 0.23 Inexact Rounded
- sqtx2622 squareroot 53E+1 -> 23 Inexact Rounded
- sqtx2623 squareroot 53E+2 -> 73 Inexact Rounded
- sqtx2624 squareroot 53E+3 -> 2.3E+2 Inexact Rounded
- sqtx2625 squareroot 0.54 -> 0.73 Inexact Rounded
- sqtx2626 squareroot 0.054 -> 0.23 Inexact Rounded
- sqtx2627 squareroot 54.0E-1 -> 2.3 Inexact Rounded
- sqtx2628 squareroot 54.00E-2 -> 0.73 Inexact Rounded
- sqtx2629 squareroot 54E-3 -> 0.23 Inexact Rounded
- sqtx2630 squareroot 54E+1 -> 23 Inexact Rounded
- sqtx2631 squareroot 54E+2 -> 73 Inexact Rounded
- sqtx2632 squareroot 54E+3 -> 2.3E+2 Inexact Rounded
- sqtx2633 squareroot 0.55 -> 0.74 Inexact Rounded
- sqtx2634 squareroot 0.055 -> 0.23 Inexact Rounded
- sqtx2635 squareroot 55.0E-1 -> 2.3 Inexact Rounded
- sqtx2636 squareroot 55.00E-2 -> 0.74 Inexact Rounded
- sqtx2637 squareroot 55E-3 -> 0.23 Inexact Rounded
- sqtx2638 squareroot 55E+1 -> 23 Inexact Rounded
- sqtx2639 squareroot 55E+2 -> 74 Inexact Rounded
- sqtx2640 squareroot 55E+3 -> 2.3E+2 Inexact Rounded
- sqtx2641 squareroot 0.56 -> 0.75 Inexact Rounded
- sqtx2642 squareroot 0.056 -> 0.24 Inexact Rounded
- sqtx2643 squareroot 56.0E-1 -> 2.4 Inexact Rounded
- sqtx2644 squareroot 56.00E-2 -> 0.75 Inexact Rounded
- sqtx2645 squareroot 56E-3 -> 0.24 Inexact Rounded
- sqtx2646 squareroot 56E+1 -> 24 Inexact Rounded
- sqtx2647 squareroot 56E+2 -> 75 Inexact Rounded
- sqtx2648 squareroot 56E+3 -> 2.4E+2 Inexact Rounded
- sqtx2649 squareroot 0.57 -> 0.75 Inexact Rounded
- sqtx2650 squareroot 0.057 -> 0.24 Inexact Rounded
- sqtx2651 squareroot 57.0E-1 -> 2.4 Inexact Rounded
- sqtx2652 squareroot 57.00E-2 -> 0.75 Inexact Rounded
- sqtx2653 squareroot 57E-3 -> 0.24 Inexact Rounded
- sqtx2654 squareroot 57E+1 -> 24 Inexact Rounded
- sqtx2655 squareroot 57E+2 -> 75 Inexact Rounded
- sqtx2656 squareroot 57E+3 -> 2.4E+2 Inexact Rounded
- sqtx2657 squareroot 0.58 -> 0.76 Inexact Rounded
- sqtx2658 squareroot 0.058 -> 0.24 Inexact Rounded
- sqtx2659 squareroot 58.0E-1 -> 2.4 Inexact Rounded
- sqtx2660 squareroot 58.00E-2 -> 0.76 Inexact Rounded
- sqtx2661 squareroot 58E-3 -> 0.24 Inexact Rounded
- sqtx2662 squareroot 58E+1 -> 24 Inexact Rounded
- sqtx2663 squareroot 58E+2 -> 76 Inexact Rounded
- sqtx2664 squareroot 58E+3 -> 2.4E+2 Inexact Rounded
- sqtx2665 squareroot 0.59 -> 0.77 Inexact Rounded
- sqtx2666 squareroot 0.059 -> 0.24 Inexact Rounded
- sqtx2667 squareroot 59.0E-1 -> 2.4 Inexact Rounded
- sqtx2668 squareroot 59.00E-2 -> 0.77 Inexact Rounded
- sqtx2669 squareroot 59E-3 -> 0.24 Inexact Rounded
- sqtx2670 squareroot 59E+1 -> 24 Inexact Rounded
- sqtx2671 squareroot 59E+2 -> 77 Inexact Rounded
- sqtx2672 squareroot 59E+3 -> 2.4E+2 Inexact Rounded
- sqtx2673 squareroot 0.60 -> 0.77 Inexact Rounded
- sqtx2674 squareroot 0.060 -> 0.24 Inexact Rounded
- sqtx2675 squareroot 60.0E-1 -> 2.4 Inexact Rounded
- sqtx2676 squareroot 60.00E-2 -> 0.77 Inexact Rounded
- sqtx2677 squareroot 60E-3 -> 0.24 Inexact Rounded
- sqtx2678 squareroot 60E+1 -> 24 Inexact Rounded
- sqtx2679 squareroot 60E+2 -> 77 Inexact Rounded
- sqtx2680 squareroot 60E+3 -> 2.4E+2 Inexact Rounded
- sqtx2681 squareroot 0.61 -> 0.78 Inexact Rounded
- sqtx2682 squareroot 0.061 -> 0.25 Inexact Rounded
- sqtx2683 squareroot 61.0E-1 -> 2.5 Inexact Rounded
- sqtx2684 squareroot 61.00E-2 -> 0.78 Inexact Rounded
- sqtx2685 squareroot 61E-3 -> 0.25 Inexact Rounded
- sqtx2686 squareroot 61E+1 -> 25 Inexact Rounded
- sqtx2687 squareroot 61E+2 -> 78 Inexact Rounded
- sqtx2688 squareroot 61E+3 -> 2.5E+2 Inexact Rounded
- sqtx2689 squareroot 0.62 -> 0.79 Inexact Rounded
- sqtx2690 squareroot 0.062 -> 0.25 Inexact Rounded
- sqtx2691 squareroot 62.0E-1 -> 2.5 Inexact Rounded
- sqtx2692 squareroot 62.00E-2 -> 0.79 Inexact Rounded
- sqtx2693 squareroot 62E-3 -> 0.25 Inexact Rounded
- sqtx2694 squareroot 62E+1 -> 25 Inexact Rounded
- sqtx2695 squareroot 62E+2 -> 79 Inexact Rounded
- sqtx2696 squareroot 62E+3 -> 2.5E+2 Inexact Rounded
- sqtx2697 squareroot 0.63 -> 0.79 Inexact Rounded
- sqtx2698 squareroot 0.063 -> 0.25 Inexact Rounded
- sqtx2699 squareroot 63.0E-1 -> 2.5 Inexact Rounded
- sqtx2700 squareroot 63.00E-2 -> 0.79 Inexact Rounded
- sqtx2701 squareroot 63E-3 -> 0.25 Inexact Rounded
- sqtx2702 squareroot 63E+1 -> 25 Inexact Rounded
- sqtx2703 squareroot 63E+2 -> 79 Inexact Rounded
- sqtx2704 squareroot 63E+3 -> 2.5E+2 Inexact Rounded
- sqtx2705 squareroot 0.64 -> 0.8
- sqtx2706 squareroot 0.064 -> 0.25 Inexact Rounded
- sqtx2707 squareroot 64.0E-1 -> 2.5 Inexact Rounded
- sqtx2708 squareroot 64.00E-2 -> 0.80
- sqtx2709 squareroot 64E-3 -> 0.25 Inexact Rounded
- sqtx2710 squareroot 64E+1 -> 25 Inexact Rounded
- sqtx2711 squareroot 64E+2 -> 8E+1
- sqtx2712 squareroot 64E+3 -> 2.5E+2 Inexact Rounded
- sqtx2713 squareroot 0.65 -> 0.81 Inexact Rounded
- sqtx2714 squareroot 0.065 -> 0.25 Inexact Rounded
- sqtx2715 squareroot 65.0E-1 -> 2.5 Inexact Rounded
- sqtx2716 squareroot 65.00E-2 -> 0.81 Inexact Rounded
- sqtx2717 squareroot 65E-3 -> 0.25 Inexact Rounded
- sqtx2718 squareroot 65E+1 -> 25 Inexact Rounded
- sqtx2719 squareroot 65E+2 -> 81 Inexact Rounded
- sqtx2720 squareroot 65E+3 -> 2.5E+2 Inexact Rounded
- sqtx2721 squareroot 0.66 -> 0.81 Inexact Rounded
- sqtx2722 squareroot 0.066 -> 0.26 Inexact Rounded
- sqtx2723 squareroot 66.0E-1 -> 2.6 Inexact Rounded
- sqtx2724 squareroot 66.00E-2 -> 0.81 Inexact Rounded
- sqtx2725 squareroot 66E-3 -> 0.26 Inexact Rounded
- sqtx2726 squareroot 66E+1 -> 26 Inexact Rounded
- sqtx2727 squareroot 66E+2 -> 81 Inexact Rounded
- sqtx2728 squareroot 66E+3 -> 2.6E+2 Inexact Rounded
- sqtx2729 squareroot 0.67 -> 0.82 Inexact Rounded
- sqtx2730 squareroot 0.067 -> 0.26 Inexact Rounded
- sqtx2731 squareroot 67.0E-1 -> 2.6 Inexact Rounded
- sqtx2732 squareroot 67.00E-2 -> 0.82 Inexact Rounded
- sqtx2733 squareroot 67E-3 -> 0.26 Inexact Rounded
- sqtx2734 squareroot 67E+1 -> 26 Inexact Rounded
- sqtx2735 squareroot 67E+2 -> 82 Inexact Rounded
- sqtx2736 squareroot 67E+3 -> 2.6E+2 Inexact Rounded
- sqtx2737 squareroot 0.68 -> 0.82 Inexact Rounded
- sqtx2738 squareroot 0.068 -> 0.26 Inexact Rounded
- sqtx2739 squareroot 68.0E-1 -> 2.6 Inexact Rounded
- sqtx2740 squareroot 68.00E-2 -> 0.82 Inexact Rounded
- sqtx2741 squareroot 68E-3 -> 0.26 Inexact Rounded
- sqtx2742 squareroot 68E+1 -> 26 Inexact Rounded
- sqtx2743 squareroot 68E+2 -> 82 Inexact Rounded
- sqtx2744 squareroot 68E+3 -> 2.6E+2 Inexact Rounded
- sqtx2745 squareroot 0.69 -> 0.83 Inexact Rounded
- sqtx2746 squareroot 0.069 -> 0.26 Inexact Rounded
- sqtx2747 squareroot 69.0E-1 -> 2.6 Inexact Rounded
- sqtx2748 squareroot 69.00E-2 -> 0.83 Inexact Rounded
- sqtx2749 squareroot 69E-3 -> 0.26 Inexact Rounded
- sqtx2750 squareroot 69E+1 -> 26 Inexact Rounded
- sqtx2751 squareroot 69E+2 -> 83 Inexact Rounded
- sqtx2752 squareroot 69E+3 -> 2.6E+2 Inexact Rounded
- sqtx2753 squareroot 0.70 -> 0.84 Inexact Rounded
- sqtx2754 squareroot 0.070 -> 0.26 Inexact Rounded
- sqtx2755 squareroot 70.0E-1 -> 2.6 Inexact Rounded
- sqtx2756 squareroot 70.00E-2 -> 0.84 Inexact Rounded
- sqtx2757 squareroot 70E-3 -> 0.26 Inexact Rounded
- sqtx2758 squareroot 70E+1 -> 26 Inexact Rounded
- sqtx2759 squareroot 70E+2 -> 84 Inexact Rounded
- sqtx2760 squareroot 70E+3 -> 2.6E+2 Inexact Rounded
- sqtx2761 squareroot 0.71 -> 0.84 Inexact Rounded
- sqtx2762 squareroot 0.071 -> 0.27 Inexact Rounded
- sqtx2763 squareroot 71.0E-1 -> 2.7 Inexact Rounded
- sqtx2764 squareroot 71.00E-2 -> 0.84 Inexact Rounded
- sqtx2765 squareroot 71E-3 -> 0.27 Inexact Rounded
- sqtx2766 squareroot 71E+1 -> 27 Inexact Rounded
- sqtx2767 squareroot 71E+2 -> 84 Inexact Rounded
- sqtx2768 squareroot 71E+3 -> 2.7E+2 Inexact Rounded
- sqtx2769 squareroot 0.72 -> 0.85 Inexact Rounded
- sqtx2770 squareroot 0.072 -> 0.27 Inexact Rounded
- sqtx2771 squareroot 72.0E-1 -> 2.7 Inexact Rounded
- sqtx2772 squareroot 72.00E-2 -> 0.85 Inexact Rounded
- sqtx2773 squareroot 72E-3 -> 0.27 Inexact Rounded
- sqtx2774 squareroot 72E+1 -> 27 Inexact Rounded
- sqtx2775 squareroot 72E+2 -> 85 Inexact Rounded
- sqtx2776 squareroot 72E+3 -> 2.7E+2 Inexact Rounded
- sqtx2777 squareroot 0.73 -> 0.85 Inexact Rounded
- sqtx2778 squareroot 0.073 -> 0.27 Inexact Rounded
- sqtx2779 squareroot 73.0E-1 -> 2.7 Inexact Rounded
- sqtx2780 squareroot 73.00E-2 -> 0.85 Inexact Rounded
- sqtx2781 squareroot 73E-3 -> 0.27 Inexact Rounded
- sqtx2782 squareroot 73E+1 -> 27 Inexact Rounded
- sqtx2783 squareroot 73E+2 -> 85 Inexact Rounded
- sqtx2784 squareroot 73E+3 -> 2.7E+2 Inexact Rounded
- sqtx2785 squareroot 0.74 -> 0.86 Inexact Rounded
- sqtx2786 squareroot 0.074 -> 0.27 Inexact Rounded
- sqtx2787 squareroot 74.0E-1 -> 2.7 Inexact Rounded
- sqtx2788 squareroot 74.00E-2 -> 0.86 Inexact Rounded
- sqtx2789 squareroot 74E-3 -> 0.27 Inexact Rounded
- sqtx2790 squareroot 74E+1 -> 27 Inexact Rounded
- sqtx2791 squareroot 74E+2 -> 86 Inexact Rounded
- sqtx2792 squareroot 74E+3 -> 2.7E+2 Inexact Rounded
- sqtx2793 squareroot 0.75 -> 0.87 Inexact Rounded
- sqtx2794 squareroot 0.075 -> 0.27 Inexact Rounded
- sqtx2795 squareroot 75.0E-1 -> 2.7 Inexact Rounded
- sqtx2796 squareroot 75.00E-2 -> 0.87 Inexact Rounded
- sqtx2797 squareroot 75E-3 -> 0.27 Inexact Rounded
- sqtx2798 squareroot 75E+1 -> 27 Inexact Rounded
- sqtx2799 squareroot 75E+2 -> 87 Inexact Rounded
- sqtx2800 squareroot 75E+3 -> 2.7E+2 Inexact Rounded
- sqtx2801 squareroot 0.76 -> 0.87 Inexact Rounded
- sqtx2802 squareroot 0.076 -> 0.28 Inexact Rounded
- sqtx2803 squareroot 76.0E-1 -> 2.8 Inexact Rounded
- sqtx2804 squareroot 76.00E-2 -> 0.87 Inexact Rounded
- sqtx2805 squareroot 76E-3 -> 0.28 Inexact Rounded
- sqtx2806 squareroot 76E+1 -> 28 Inexact Rounded
- sqtx2807 squareroot 76E+2 -> 87 Inexact Rounded
- sqtx2808 squareroot 76E+3 -> 2.8E+2 Inexact Rounded
- sqtx2809 squareroot 0.77 -> 0.88 Inexact Rounded
- sqtx2810 squareroot 0.077 -> 0.28 Inexact Rounded
- sqtx2811 squareroot 77.0E-1 -> 2.8 Inexact Rounded
- sqtx2812 squareroot 77.00E-2 -> 0.88 Inexact Rounded
- sqtx2813 squareroot 77E-3 -> 0.28 Inexact Rounded
- sqtx2814 squareroot 77E+1 -> 28 Inexact Rounded
- sqtx2815 squareroot 77E+2 -> 88 Inexact Rounded
- sqtx2816 squareroot 77E+3 -> 2.8E+2 Inexact Rounded
- sqtx2817 squareroot 0.78 -> 0.88 Inexact Rounded
- sqtx2818 squareroot 0.078 -> 0.28 Inexact Rounded
- sqtx2819 squareroot 78.0E-1 -> 2.8 Inexact Rounded
- sqtx2820 squareroot 78.00E-2 -> 0.88 Inexact Rounded
- sqtx2821 squareroot 78E-3 -> 0.28 Inexact Rounded
- sqtx2822 squareroot 78E+1 -> 28 Inexact Rounded
- sqtx2823 squareroot 78E+2 -> 88 Inexact Rounded
- sqtx2824 squareroot 78E+3 -> 2.8E+2 Inexact Rounded
- sqtx2825 squareroot 0.79 -> 0.89 Inexact Rounded
- sqtx2826 squareroot 0.079 -> 0.28 Inexact Rounded
- sqtx2827 squareroot 79.0E-1 -> 2.8 Inexact Rounded
- sqtx2828 squareroot 79.00E-2 -> 0.89 Inexact Rounded
- sqtx2829 squareroot 79E-3 -> 0.28 Inexact Rounded
- sqtx2830 squareroot 79E+1 -> 28 Inexact Rounded
- sqtx2831 squareroot 79E+2 -> 89 Inexact Rounded
- sqtx2832 squareroot 79E+3 -> 2.8E+2 Inexact Rounded
- sqtx2833 squareroot 0.80 -> 0.89 Inexact Rounded
- sqtx2834 squareroot 0.080 -> 0.28 Inexact Rounded
- sqtx2835 squareroot 80.0E-1 -> 2.8 Inexact Rounded
- sqtx2836 squareroot 80.00E-2 -> 0.89 Inexact Rounded
- sqtx2837 squareroot 80E-3 -> 0.28 Inexact Rounded
- sqtx2838 squareroot 80E+1 -> 28 Inexact Rounded
- sqtx2839 squareroot 80E+2 -> 89 Inexact Rounded
- sqtx2840 squareroot 80E+3 -> 2.8E+2 Inexact Rounded
- sqtx2841 squareroot 0.81 -> 0.9
- sqtx2842 squareroot 0.081 -> 0.28 Inexact Rounded
- sqtx2843 squareroot 81.0E-1 -> 2.8 Inexact Rounded
- sqtx2844 squareroot 81.00E-2 -> 0.90
- sqtx2845 squareroot 81E-3 -> 0.28 Inexact Rounded
- sqtx2846 squareroot 81E+1 -> 28 Inexact Rounded
- sqtx2847 squareroot 81E+2 -> 9E+1
- sqtx2848 squareroot 81E+3 -> 2.8E+2 Inexact Rounded
- sqtx2849 squareroot 0.82 -> 0.91 Inexact Rounded
- sqtx2850 squareroot 0.082 -> 0.29 Inexact Rounded
- sqtx2851 squareroot 82.0E-1 -> 2.9 Inexact Rounded
- sqtx2852 squareroot 82.00E-2 -> 0.91 Inexact Rounded
- sqtx2853 squareroot 82E-3 -> 0.29 Inexact Rounded
- sqtx2854 squareroot 82E+1 -> 29 Inexact Rounded
- sqtx2855 squareroot 82E+2 -> 91 Inexact Rounded
- sqtx2856 squareroot 82E+3 -> 2.9E+2 Inexact Rounded
- sqtx2857 squareroot 0.83 -> 0.91 Inexact Rounded
- sqtx2858 squareroot 0.083 -> 0.29 Inexact Rounded
- sqtx2859 squareroot 83.0E-1 -> 2.9 Inexact Rounded
- sqtx2860 squareroot 83.00E-2 -> 0.91 Inexact Rounded
- sqtx2861 squareroot 83E-3 -> 0.29 Inexact Rounded
- sqtx2862 squareroot 83E+1 -> 29 Inexact Rounded
- sqtx2863 squareroot 83E+2 -> 91 Inexact Rounded
- sqtx2864 squareroot 83E+3 -> 2.9E+2 Inexact Rounded
- sqtx2865 squareroot 0.84 -> 0.92 Inexact Rounded
- sqtx2866 squareroot 0.084 -> 0.29 Inexact Rounded
- sqtx2867 squareroot 84.0E-1 -> 2.9 Inexact Rounded
- sqtx2868 squareroot 84.00E-2 -> 0.92 Inexact Rounded
- sqtx2869 squareroot 84E-3 -> 0.29 Inexact Rounded
- sqtx2870 squareroot 84E+1 -> 29 Inexact Rounded
- sqtx2871 squareroot 84E+2 -> 92 Inexact Rounded
- sqtx2872 squareroot 84E+3 -> 2.9E+2 Inexact Rounded
- sqtx2873 squareroot 0.85 -> 0.92 Inexact Rounded
- sqtx2874 squareroot 0.085 -> 0.29 Inexact Rounded
- sqtx2875 squareroot 85.0E-1 -> 2.9 Inexact Rounded
- sqtx2876 squareroot 85.00E-2 -> 0.92 Inexact Rounded
- sqtx2877 squareroot 85E-3 -> 0.29 Inexact Rounded
- sqtx2878 squareroot 85E+1 -> 29 Inexact Rounded
- sqtx2879 squareroot 85E+2 -> 92 Inexact Rounded
- sqtx2880 squareroot 85E+3 -> 2.9E+2 Inexact Rounded
- sqtx2881 squareroot 0.86 -> 0.93 Inexact Rounded
- sqtx2882 squareroot 0.086 -> 0.29 Inexact Rounded
- sqtx2883 squareroot 86.0E-1 -> 2.9 Inexact Rounded
- sqtx2884 squareroot 86.00E-2 -> 0.93 Inexact Rounded
- sqtx2885 squareroot 86E-3 -> 0.29 Inexact Rounded
- sqtx2886 squareroot 86E+1 -> 29 Inexact Rounded
- sqtx2887 squareroot 86E+2 -> 93 Inexact Rounded
- sqtx2888 squareroot 86E+3 -> 2.9E+2 Inexact Rounded
- sqtx2889 squareroot 0.87 -> 0.93 Inexact Rounded
- sqtx2890 squareroot 0.087 -> 0.29 Inexact Rounded
- sqtx2891 squareroot 87.0E-1 -> 2.9 Inexact Rounded
- sqtx2892 squareroot 87.00E-2 -> 0.93 Inexact Rounded
- sqtx2893 squareroot 87E-3 -> 0.29 Inexact Rounded
- sqtx2894 squareroot 87E+1 -> 29 Inexact Rounded
- sqtx2895 squareroot 87E+2 -> 93 Inexact Rounded
- sqtx2896 squareroot 87E+3 -> 2.9E+2 Inexact Rounded
- sqtx2897 squareroot 0.88 -> 0.94 Inexact Rounded
- sqtx2898 squareroot 0.088 -> 0.30 Inexact Rounded
- sqtx2899 squareroot 88.0E-1 -> 3.0 Inexact Rounded
- sqtx2900 squareroot 88.00E-2 -> 0.94 Inexact Rounded
- sqtx2901 squareroot 88E-3 -> 0.30 Inexact Rounded
- sqtx2902 squareroot 88E+1 -> 30 Inexact Rounded
- sqtx2903 squareroot 88E+2 -> 94 Inexact Rounded
- sqtx2904 squareroot 88E+3 -> 3.0E+2 Inexact Rounded
- sqtx2905 squareroot 0.89 -> 0.94 Inexact Rounded
- sqtx2906 squareroot 0.089 -> 0.30 Inexact Rounded
- sqtx2907 squareroot 89.0E-1 -> 3.0 Inexact Rounded
- sqtx2908 squareroot 89.00E-2 -> 0.94 Inexact Rounded
- sqtx2909 squareroot 89E-3 -> 0.30 Inexact Rounded
- sqtx2910 squareroot 89E+1 -> 30 Inexact Rounded
- sqtx2911 squareroot 89E+2 -> 94 Inexact Rounded
- sqtx2912 squareroot 89E+3 -> 3.0E+2 Inexact Rounded
- sqtx2913 squareroot 0.90 -> 0.95 Inexact Rounded
- sqtx2914 squareroot 0.090 -> 0.30
- sqtx2915 squareroot 90.0E-1 -> 3.0
- sqtx2916 squareroot 90.00E-2 -> 0.95 Inexact Rounded
- sqtx2917 squareroot 90E-3 -> 0.30
- sqtx2918 squareroot 90E+1 -> 30
- sqtx2919 squareroot 90E+2 -> 95 Inexact Rounded
- sqtx2920 squareroot 90E+3 -> 3.0E+2
- sqtx2921 squareroot 0.91 -> 0.95 Inexact Rounded
- sqtx2922 squareroot 0.091 -> 0.30 Inexact Rounded
- sqtx2923 squareroot 91.0E-1 -> 3.0 Inexact Rounded
- sqtx2924 squareroot 91.00E-2 -> 0.95 Inexact Rounded
- sqtx2925 squareroot 91E-3 -> 0.30 Inexact Rounded
- sqtx2926 squareroot 91E+1 -> 30 Inexact Rounded
- sqtx2927 squareroot 91E+2 -> 95 Inexact Rounded
- sqtx2928 squareroot 91E+3 -> 3.0E+2 Inexact Rounded
- sqtx2929 squareroot 0.92 -> 0.96 Inexact Rounded
- sqtx2930 squareroot 0.092 -> 0.30 Inexact Rounded
- sqtx2931 squareroot 92.0E-1 -> 3.0 Inexact Rounded
- sqtx2932 squareroot 92.00E-2 -> 0.96 Inexact Rounded
- sqtx2933 squareroot 92E-3 -> 0.30 Inexact Rounded
- sqtx2934 squareroot 92E+1 -> 30 Inexact Rounded
- sqtx2935 squareroot 92E+2 -> 96 Inexact Rounded
- sqtx2936 squareroot 92E+3 -> 3.0E+2 Inexact Rounded
- sqtx2937 squareroot 0.93 -> 0.96 Inexact Rounded
- sqtx2938 squareroot 0.093 -> 0.30 Inexact Rounded
- sqtx2939 squareroot 93.0E-1 -> 3.0 Inexact Rounded
- sqtx2940 squareroot 93.00E-2 -> 0.96 Inexact Rounded
- sqtx2941 squareroot 93E-3 -> 0.30 Inexact Rounded
- sqtx2942 squareroot 93E+1 -> 30 Inexact Rounded
- sqtx2943 squareroot 93E+2 -> 96 Inexact Rounded
- sqtx2944 squareroot 93E+3 -> 3.0E+2 Inexact Rounded
- sqtx2945 squareroot 0.94 -> 0.97 Inexact Rounded
- sqtx2946 squareroot 0.094 -> 0.31 Inexact Rounded
- sqtx2947 squareroot 94.0E-1 -> 3.1 Inexact Rounded
- sqtx2948 squareroot 94.00E-2 -> 0.97 Inexact Rounded
- sqtx2949 squareroot 94E-3 -> 0.31 Inexact Rounded
- sqtx2950 squareroot 94E+1 -> 31 Inexact Rounded
- sqtx2951 squareroot 94E+2 -> 97 Inexact Rounded
- sqtx2952 squareroot 94E+3 -> 3.1E+2 Inexact Rounded
- sqtx2953 squareroot 0.95 -> 0.97 Inexact Rounded
- sqtx2954 squareroot 0.095 -> 0.31 Inexact Rounded
- sqtx2955 squareroot 95.0E-1 -> 3.1 Inexact Rounded
- sqtx2956 squareroot 95.00E-2 -> 0.97 Inexact Rounded
- sqtx2957 squareroot 95E-3 -> 0.31 Inexact Rounded
- sqtx2958 squareroot 95E+1 -> 31 Inexact Rounded
- sqtx2959 squareroot 95E+2 -> 97 Inexact Rounded
- sqtx2960 squareroot 95E+3 -> 3.1E+2 Inexact Rounded
- sqtx2961 squareroot 0.96 -> 0.98 Inexact Rounded
- sqtx2962 squareroot 0.096 -> 0.31 Inexact Rounded
- sqtx2963 squareroot 96.0E-1 -> 3.1 Inexact Rounded
- sqtx2964 squareroot 96.00E-2 -> 0.98 Inexact Rounded
- sqtx2965 squareroot 96E-3 -> 0.31 Inexact Rounded
- sqtx2966 squareroot 96E+1 -> 31 Inexact Rounded
- sqtx2967 squareroot 96E+2 -> 98 Inexact Rounded
- sqtx2968 squareroot 96E+3 -> 3.1E+2 Inexact Rounded
- sqtx2969 squareroot 0.97 -> 0.98 Inexact Rounded
- sqtx2970 squareroot 0.097 -> 0.31 Inexact Rounded
- sqtx2971 squareroot 97.0E-1 -> 3.1 Inexact Rounded
- sqtx2972 squareroot 97.00E-2 -> 0.98 Inexact Rounded
- sqtx2973 squareroot 97E-3 -> 0.31 Inexact Rounded
- sqtx2974 squareroot 97E+1 -> 31 Inexact Rounded
- sqtx2975 squareroot 97E+2 -> 98 Inexact Rounded
- sqtx2976 squareroot 97E+3 -> 3.1E+2 Inexact Rounded
- sqtx2977 squareroot 0.98 -> 0.99 Inexact Rounded
- sqtx2978 squareroot 0.098 -> 0.31 Inexact Rounded
- sqtx2979 squareroot 98.0E-1 -> 3.1 Inexact Rounded
- sqtx2980 squareroot 98.00E-2 -> 0.99 Inexact Rounded
- sqtx2981 squareroot 98E-3 -> 0.31 Inexact Rounded
- sqtx2982 squareroot 98E+1 -> 31 Inexact Rounded
- sqtx2983 squareroot 98E+2 -> 99 Inexact Rounded
- sqtx2984 squareroot 98E+3 -> 3.1E+2 Inexact Rounded
- sqtx2985 squareroot 0.99 -> 0.99 Inexact Rounded
- sqtx2986 squareroot 0.099 -> 0.31 Inexact Rounded
- sqtx2987 squareroot 99.0E-1 -> 3.1 Inexact Rounded
- sqtx2988 squareroot 99.00E-2 -> 0.99 Inexact Rounded
- sqtx2989 squareroot 99E-3 -> 0.31 Inexact Rounded
- sqtx2990 squareroot 99E+1 -> 31 Inexact Rounded
- sqtx2991 squareroot 99E+2 -> 99 Inexact Rounded
- sqtx2992 squareroot 99E+3 -> 3.1E+2 Inexact Rounded
- -- Precision 3 squareroot tests [exhaustive, f and f/10]
- rounding: half_even
- maxExponent: 999
- minexponent: -999
- precision: 3
- sqtx3001 squareroot 0.1 -> 0.316 Inexact Rounded
- sqtx3002 squareroot 0.01 -> 0.1
- sqtx3003 squareroot 0.2 -> 0.447 Inexact Rounded
- sqtx3004 squareroot 0.02 -> 0.141 Inexact Rounded
- sqtx3005 squareroot 0.3 -> 0.548 Inexact Rounded
- sqtx3006 squareroot 0.03 -> 0.173 Inexact Rounded
- sqtx…