Re: hmm...

"Littlefield, Tyler" <[email protected]> Tue, 14 Aug 2007 07:51:48 -0600
Newsgroups gmane.comp.windows.autoit.user
Message-ID <000f01c7de7a$43c8d4c0$4300a8c0@tdsportable>
I've no idea what ur doing. Comaudio works fine for me.
It may have come through; I don't read every message.
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: [email protected]
email: [email protected]
aim: st8amnd2005
skype: st8amnd127
  ----- Original Message ----- 
  From: Simon Jaeger 
  To: [email protected] 
  Sent: Monday, August 13, 2007 10:06 PM
  Subject: Re: [AutoIt] hmm...


  didn't my last message come through? I'm making this mixer application with volume, pan, and all that, and it interfaces to jfw. When I turn up and down the volume or adjust the pan, it ends up with a number like 0.000000000000000000000712487178268, rather than 0. Not sure if anyone on here knows about comaudio, but that's what I'm using. The point being that whenever I adjust it, even though I've put a round function in there, it still goes way off and gets a number, usually with negative exponents.

  Simon

  ----- Original Message ----- 
  From: Littlefield, Tyler 
  To: [email protected] 
  Sent: Monday, August 13, 2007 9:02 PM
  Subject: Re: [AutoIt] hmm...

  um? what point are we trying to proove?
  Thanks,
  Tyler Littlefield.
  Vertigo head coder
  "My programs don't have bugs, just randomly added features."
  msn: [email protected]
  email: [email protected]
  aim: st8amnd2005
  skype: st8amnd127
  ----- Original Message ----- 
  From: Simon Jaeger 
  To: [email protected] 
  Sent: Monday, August 13, 2007 8:37 PM
  Subject: [AutoIt] hmm...

  Execute this simple program, it proves my point. AutoIt team, you may wish to check whatever library is used for mathematical calculations. This seems to be causing a problem mostly in com objects.

  #NoTrayIcon
  $text=""
  FileDelete("Number_Counter_SJ.txt")
  $number=0
  while $number<2
  $text=$text&$number&" "
  $number=$number+0.001
  wend
  FileWrite("Number_Counter_SJ.txt",$text)
  run("notepad.exe "&@workingdir&"\Number_Counter_SJ.txt")

  I've attached the output here, just in case you do not wish to run this on a slower machine. 
  ----------

  0 0.001 0.002 0.003 0.004 0.005 0.006 0.007 0.008 0.009 0.01 0.011 0.012 0.013 0.014 0.015 0.016 0.017 0.018 0.019 0.02 0.021 0.022 0.023 0.024 0.025 0.026 0.027 0.028 0.029 0.03 0.031 0.032 0.033 0.034 0.035 0.036 0.037 0.038 0.039 0.04 0.041 0.042 0.043 0.044 0.045 0.046 0.047 0.048 0.049 0.05 0.051 0.052 0.053 0.054 0.055 0.056 0.057 0.058 0.059 0.06 0.061 0.062 0.063 0.064 0.065 0.066 0.067 0.068 0.069 0.07 0.071 0.0720000000000001 0.0730000000000001 0.0740000000000001 0.0750000000000001 0.0760000000000001 0.0770000000000001 0.0780000000000001 0.0790000000000001 0.0800000000000001 0.0810000000000001 0.0820000000000001 0.0830000000000001 0.0840000000000001 0.0850000000000001 0.0860000000000001 0.0870000000000001 0.0880000000000001 0.0890000000000001 0.0900000000000001 0.09100000000000
 01 0.0920000000000001 0.0930000000000001 0.0940000000000001 0.0950000000000001 0.0960000000000001 0.0970000000000001 0.0980000000000001 0.0990000000000001 0.1 0.101 0.102 0.103 0.104 0.105 0.106 0.107 0.108 0.109 0.11 0.111 0.112 0.113 0.114 0.115 0.116 0.117 0.118 0.119 0.12 0.121 0.122 0.123 0.124 0.125 0.126 0.127 0.128 0.129 0.13 0.131 0.132 0.133 0.134 0.135 0.136 0.137 0.138 0.139 0.14 0.141 0.142 0.143 0.144 0.145 0.146 0.147 0.148 0.149 0.15 0.151 0.152 0.153 0.154 0.155 0.156 0.157 0.158 0.159 0.16 0.161 0.162 0.163 0.164 0.165 0.166 0.167 0.168 0.169 0.17 0.171 0.172 0.173 0.174 0.175 0.176 0.177 0.178 0.179 0.18 0.181 0.182 0.183 0.184 0.185 0.186 0.187 0.188 0.189 0.19 0.191 0.192 0.193 0.194 0.195 0.196 0.197 0.198 0.199 0.2 0.201 0.202 0.203 0.204 0.205 0.206 0.207 0.208 0.
 209 0.21 0.211 0.212 0.213 0.214 0.215 0.216 0.217 0.218 0.219 0.22 0.221 0.222 0.223 0.224 0.225 0.226 0.227 0.228 0.229 0.23 0.231 0.232 0.233 0.234 0.235 0.236 0.237 0.238 0.239 0.24 0.241 0.242 0.243 0.244 0.245 0.246 0.247 0.248 0.249 0.25 0.251 0.252 0.253 0.254 0.255 0.256 0.257 0.258 0.259 0.26 0.261 0.262 0.263 0.264 0.265 0.266 0.267 0.268 0.269 0.27 0.271 0.272 0.273 0.274 0.275 0.276 0.277 0.278 0.279 0.28 0.281 0.282 0.283 0.284 0.285 0.286 0.287 0.288 0.289 0.29 0.291 0.292 0.293 0.294 0.295 0.296 0.297 0.298 0.299 0.3 0.301 0.302 0.303 0.304 0.305 0.306 0.307 0.308 0.309 0.31 0.311 0.312 0.313 0.314 0.315 0.316 0.317 0.318 0.319 0.32 0.321 0.322 0.323 0.324 0.325 0.326 0.327 0.328 0.329 0.33 0.331 0.332 0.333 0.334 0.335 0.336 0.337 0.338 0.339 0.34 0.341 0.342 0.343 0.344
  0.345 0.346 0.347 0.348 0.349 0.35 0.351 0.352 0.353 0.354 0.355 0.356 0.357 0.358 0.359 0.36 0.361 0.362 0.363 0.364 0.365 0.366 0.367 0.368 0.369 0.37 0.371 0.372 0.373 0.374 0.375 0.376 0.377 0.378 0.379 0.38 0.381 0.382 0.383 0.384 0.385 0.386 0.387 0.388 0.389 0.39 0.391 0.392 0.393 0.394 0.395 0.396 0.397 0.398 0.399 0.4 0.401 0.402 0.403 0.404 0.405 0.406 0.407 0.408 0.409 0.41 0.411 0.412 0.413 0.414 0.415 0.416 0.417 0.418 0.419 0.42 0.421 0.422 0.423 0.424 0.425 0.426 0.427 0.428 0.429 0.43 0.431 0.432 0.433 0.434 0.435 0.436 0.437 0.438 0.439 0.44 0.441 0.442 0.443 0.444 0.445 0.446 0.447 0.448 0.449 0.45 0.451 0.452 0.453 0.454 0.455 0.456 0.457 0.458 0.459 0.46 0.461 0.462 0.463 0.464 0.465 0.466 0.467 0.468 0.469 0.47 0.471 0.472 0.473 0.474 0.475 0.476 0.477 0.478 0.479 0
 .48 0.481 0.482 0.483 0.484 0.485 0.486 0.487 0.488 0.489 0.49 0.491 0.492 0.493 0.494 0.495 0.496 0.497 0.498 0.499 0.5 0.501 0.502 0.503 0.504 0.505 0.506 0.507 0.508 0.509 0.51 0.511 0.512 0.513 0.514 0.515 0.516 0.517 0.518 0.519 0.52 0.521 0.522 0.523 0.524 0.525 0.526 0.527 0.528 0.529 0.53 0.531 0.532 0.533 0.534 0.535 0.536 0.537 0.538 0.539 0.54 0.541 0.542 0.543 0.544 0.545 0.546 0.547 0.548 0.549 0.55 0.551 0.552 0.553 0.554 0.555 0.556 0.557 0.558 0.559 0.56 0.561 0.562 0.563 0.564 0.565 0.566 0.567 0.568 0.569 0.57 0.571 0.572 0.573 0.574 0.575 0.576 0.577 0.578 0.579 0.58 0.581 0.582 0.583 0.584 0.585 0.586 0.587 0.588 0.589 0.59 0.591 0.592 0.593 0.594 0.595 0.596 0.597 0.598 0.599 0.6 0.601 0.602 0.603 0.604 0.605 0.606 0.607 0.608 0.609 0.61 0.611 0.612 0.613 0.614 0.615
  0.616 0.617 0.618 0.619 0.62 0.621 0.622 0.623 0.624 0.625 0.626 0.627 0.628 0.629 0.63 0.631 0.632 0.633 0.634 0.635 0.636 0.637 0.638 0.639 0.64 0.641 0.642 0.643 0.644 0.645 0.646 0.647 0.648 0.649 0.65 0.651 0.652 0.653 0.654 0.655 0.656 0.657 0.658 0.659 0.66 0.661 0.662 0.663 0.664 0.665 0.666 0.667 0.668 0.669 0.67 0.671 0.672 0.673 0.674 0.675 0.676 0.677 0.678 0.679 0.68 0.681 0.682 0.683000000000001 0.684000000000001 0.685000000000001 0.686000000000001 0.687000000000001 0.688000000000001 0.689000000000001 0.690000000000001 0.691000000000001 0.692000000000001 0.693000000000001 0.694000000000001 0.695000000000001 0.696000000000001 0.697000000000001 0.698000000000001 0.699000000000001 0.700000000000001 0.701000000000001 0.702000000000001 0.703000000000001 0.704000000000001 0.7050
 00000000001 0.706000000000001 0.707000000000001 0.708000000000001 0.709000000000001 0.710000000000001 0.711000000000001 0.712000000000001 0.713000000000001 0.714000000000001 0.715000000000001 0.716000000000001 0.717000000000001 0.718000000000001 0.719000000000001 0.720000000000001 0.721000000000001 0.722000000000001 0.723000000000001 0.724000000000001 0.725000000000001 0.726000000000001 0.727000000000001 0.728000000000001 0.729000000000001 0.730000000000001 0.731000000000001 0.732000000000001 0.733000000000001 0.734000000000001 0.735000000000001 0.736000000000001 0.737000000000001 0.738000000000001 0.739000000000001 0.740000000000001 0.741000000000001 0.742000000000001 0.743000000000001 0.744000000000001 0.745000000000001 0.746000000000001 0.747000000000001 0.748000000000001 0.7490000000
 00001 0.750000000000001 0.751000000000001 0.752000000000001 0.753000000000001 0.754000000000001 0.755000000000001 0.756000000000001 0.757000000000001 0.758000000000001 0.759000000000001 0.760000000000001 0.761000000000001 0.762000000000001 0.763000000000001 0.764000000000001 0.765000000000001 0.766000000000001 0.767000000000001 0.768000000000001 0.769000000000001 0.770000000000001 0.771000000000001 0.772000000000001 0.773000000000001 0.774000000000001 0.775000000000001 0.776000000000001 0.777000000000001 0.778000000000001 0.779000000000001 0.780000000000001 0.781000000000001 0.782000000000001 0.783000000000001 0.784000000000001 0.785000000000001 0.786000000000001 0.787000000000001 0.788000000000001 0.789000000000001 0.790000000000001 0.791000000000001 0.792000000000001 0.793000000000001 
 0.794000000000001 0.795000000000001 0.796000000000001 0.797000000000001 0.798000000000001 0.799000000000001 0.800000000000001 0.801000000000001 0.802000000000001 0.803000000000001 0.804000000000001 0.805000000000001 0.806000000000001 0.807000000000001 0.808000000000001 0.809000000000001 0.810000000000001 0.811000000000001 0.812000000000001 0.813000000000001 0.814000000000001 0.815000000000001 0.816000000000001 0.817000000000001 0.818000000000001 0.819000000000001 0.820000000000001 0.821000000000001 0.822000000000001 0.823000000000001 0.824000000000001 0.825000000000001 0.826000000000001 0.827000000000001 0.828000000000001 0.829000000000001 0.830000000000001 0.831000000000001 0.832000000000001 0.833000000000001 0.834000000000001 0.835000000000001 0.836000000000001 0.837000000000001 0.8380
 00000000001 0.839000000000001 0.840000000000001 0.841000000000001 0.842000000000001 0.843000000000001 0.844000000000001 0.845000000000001 0.846000000000001 0.847000000000001 0.848000000000001 0.849000000000001 0.850000000000001 0.851000000000001 0.852000000000001 0.853000000000001 0.854000000000001 0.855000000000001 0.856000000000001 0.857000000000001 0.858000000000001 0.859000000000001 0.860000000000001 0.861000000000001 0.862000000000001 0.863000000000001 0.864000000000001 0.865000000000001 0.866000000000001 0.867000000000001 0.868000000000001 0.869000000000001 0.870000000000001 0.871000000000001 0.872000000000001 0.873000000000001 0.874000000000001 0.875000000000001 0.876000000000001 0.877000000000001 0.878000000000001 0.879000000000001 0.880000000000001 0.881000000000001 0.8820000000
 00001 0.883000000000001 0.884000000000001 0.885000000000001 0.886000000000001 0.887000000000001 0.888000000000001 0.889000000000001 0.890000000000001 0.891000000000001 0.892000000000001 0.893000000000001 0.894000000000001 0.895000000000001 0.896000000000001 0.897000000000001 0.898000000000001 0.899000000000001 0.900000000000001 0.901000000000001 0.902000000000001 0.903000000000001 0.904000000000001 0.905000000000001 0.906000000000001 0.907000000000001 0.908000000000001 0.909000000000001 0.910000000000001 0.911000000000001 0.912000000000001 0.913000000000001 0.914000000000001 0.915000000000001 0.916000000000001 0.917000000000001 0.918000000000001 0.919000000000001 0.920000000000001 0.921000000000001 0.922000000000001 0.923000000000001 0.924000000000001 0.925000000000001 0.926000000000001 
 0.927000000000001 0.928000000000001 0.929000000000001 0.930000000000001 0.931000000000001 0.932000000000001 0.933000000000001 0.934000000000001 0.935000000000001 0.936000000000001 0.937000000000001 0.938000000000001 0.939000000000001 0.940000000000001 0.941000000000001 0.942000000000001 0.943000000000001 0.944000000000001 0.945000000000001 0.946000000000001 0.947000000000001 0.948000000000001 0.949000000000001 0.950000000000001 0.951000000000001 0.952000000000001 0.953000000000001 0.954000000000001 0.955000000000001 0.956000000000001 0.957000000000001 0.958000000000001 0.959000000000001 0.960000000000001 0.961000000000001 0.962000000000001 0.963000000000001 0.964000000000001 0.965000000000001 0.966000000000001 0.967000000000001 0.968000000000001 0.969000000000001 0.970000000000001 0.9710
 00000000001 0.972000000000001 0.973000000000001 0.974000000000001 0.975000000000001 0.976000000000001 0.977000000000001 0.978000000000001 0.979000000000001 0.980000000000001 0.981000000000001 0.982000000000001 0.983000000000001 0.984000000000001 0.985000000000001 0.986000000000001 0.987000000000001 0.988000000000001 0.989000000000001 0.990000000000001 0.991000000000001 0.992000000000001 0.993000000000001 0.994000000000001 0.995000000000001 0.996000000000001 0.997000000000001 0.998000000000001 0.999000000000001 1 1.001 1.002 1.003 1.004 1.005 1.006 1.007 1.008 1.009 1.01 1.011 1.012 1.013 1.014 1.015 1.016 1.017 1.018 1.019 1.02 1.021 1.022 1.023 1.024 1.025 1.026 1.027 1.028 1.029 1.03 1.031 1.032 1.033 1.034 1.035 1.036 1.037 1.038 1.039 1.04 1.041 1.042 1.043 1.044 1.045 1.046 1.047 1.
 048 1.049 1.05 1.051 1.05199999999999 1.05299999999999 1.05399999999999 1.05499999999999 1.05599999999999 1.05699999999999 1.05799999999999 1.05899999999999 1.05999999999999 1.06099999999999 1.06199999999999 1.06299999999999 1.06399999999999 1.06499999999999 1.06599999999999 1.06699999999999 1.06799999999999 1.06899999999999 1.06999999999999 1.07099999999999 1.07199999999999 1.07299999999999 1.07399999999999 1.07499999999999 1.07599999999999 1.07699999999999 1.07799999999999 1.07899999999999 1.07999999999999 1.08099999999999 1.08199999999999 1.08299999999999 1.08399999999999 1.08499999999999 1.08599999999999 1.08699999999999 1.08799999999999 1.08899999999999 1.08999999999999 1.09099999999999 1.09199999999999 1.09299999999999 1.09399999999999 1.09499999999999 1.09599999999999 1.0969999999
 9999 1.09799999999999 1.09899999999999 1.09999999999999 1.10099999999999 1.10199999999999 1.10299999999999 1.10399999999999 1.10499999999999 1.10599999999999 1.10699999999999 1.10799999999999 1.10899999999999 1.10999999999999 1.11099999999999 1.11199999999999 1.11299999999999 1.11399999999999 1.11499999999999 1.11599999999999 1.11699999999999 1.11799999999999 1.11899999999999 1.11999999999999 1.12099999999999 1.12199999999999 1.12299999999999 1.12399999999999 1.12499999999999 1.12599999999999 1.12699999999999 1.12799999999999 1.12899999999999 1.12999999999999 1.13099999999999 1.13199999999999 1.13299999999999 1.13399999999999 1.13499999999999 1.13599999999999 1.13699999999999 1.13799999999999 1.13899999999999 1.13999999999999 1.14099999999999 1.14199999999999 1.14299999999998 1.143999999
 99998 1.14499999999998 1.14599999999998 1.14699999999998 1.14799999999998 1.14899999999998 1.14999999999998 1.15099999999998 1.15199999999998 1.15299999999998 1.15399999999998 1.15499999999998 1.15599999999998 1.15699999999998 1.15799999999998 1.15899999999998 1.15999999999998 1.16099999999998 1.16199999999998 1.16299999999998 1.16399999999998 1.16499999999998 1.16599999999998 1.16699999999998 1.16799999999998 1.16899999999998 1.16999999999998 1.17099999999998 1.17199999999998 1.17299999999998 1.17399999999998 1.17499999999998 1.17599999999998 1.17699999999998 1.17799999999998 1.17899999999998 1.17999999999998 1.18099999999998 1.18199999999998 1.18299999999998 1.18399999999998 1.18499999999998 1.18599999999998 1.18699999999998 1.18799999999998 1.18899999999998 1.18999999999998 1.19099999
 999998 1.19199999999998 1.19299999999998 1.19399999999998 1.19499999999998 1.19599999999998 1.19699999999998 1.19799999999998 1.19899999999998 1.19999999999998 1.20099999999998 1.20199999999998 1.20299999999998 1.20399999999998 1.20499999999998 1.20599999999998 1.20699999999998 1.20799999999998 1.20899999999998 1.20999999999998 1.21099999999998 1.21199999999998 1.21299999999998 1.21399999999998 1.21499999999998 1.21599999999998 1.21699999999998 1.21799999999998 1.21899999999998 1.21999999999998 1.22099999999998 1.22199999999998 1.22299999999998 1.22399999999998 1.22499999999998 1.22599999999998 1.22699999999998 1.22799999999998 1.22899999999998 1.22999999999998 1.23099999999998 1.23199999999998 1.23299999999998 1.23399999999997 1.23499999999997 1.23599999999997 1.23699999999997 1.2379999
 9999997 1.23899999999997 1.23999999999997 1.24099999999997 1.24199999999997 1.24299999999997 1.24399999999997 1.24499999999997 1.24599999999997 1.24699999999997 1.24799999999997 1.24899999999997 1.24999999999997 1.25099999999997 1.25199999999997 1.25299999999997 1.25399999999997 1.25499999999997 1.25599999999997 1.25699999999997 1.25799999999997 1.25899999999997 1.25999999999997 1.26099999999997 1.26199999999997 1.26299999999997 1.26399999999997 1.26499999999997 1.26599999999997 1.26699999999997 1.26799999999997 1.26899999999997 1.26999999999997 1.27099999999997 1.27199999999997 1.27299999999997 1.27399999999997 1.27499999999997 1.27599999999997 1.27699999999997 1.27799999999997 1.27899999999997 1.27999999999997 1.28099999999997 1.28199999999997 1.28299999999997 1.28399999999997 1.284999
 99999997 1.28599999999997 1.28699999999997 1.28799999999997 1.28899999999997 1.28999999999997 1.29099999999997 1.29199999999997 1.29299999999997 1.29399999999997 1.29499999999997 1.29599999999997 1.29699999999997 1.29799999999997 1.29899999999997 1.29999999999997 1.30099999999997 1.30199999999997 1.30299999999997 1.30399999999997 1.30499999999997 1.30599999999997 1.30699999999997 1.30799999999997 1.30899999999997 1.30999999999997 1.31099999999997 1.31199999999997 1.31299999999997 1.31399999999997 1.31499999999997 1.31599999999997 1.31699999999997 1.31799999999997 1.31899999999997 1.31999999999997 1.32099999999997 1.32199999999997 1.32299999999997 1.32399999999997 1.32499999999996 1.32599999999996 1.32699999999996 1.32799999999996 1.32899999999996 1.32999999999996 1.33099999999996 1.33199
 999999996 1.33299999999996 1.33399999999996 1.33499999999996 1.33599999999996 1.33699999999996 1.33799999999996 1.33899999999996 1.33999999999996 1.34099999999996 1.34199999999996 1.34299999999996 1.34399999999996 1.34499999999996 1.34599999999996 1.34699999999996 1.34799999999996 1.34899999999996 1.34999999999996 1.35099999999996 1.35199999999996 1.35299999999996 1.35399999999996 1.35499999999996 1.35599999999996 1.35699999999996 1.35799999999996 1.35899999999996 1.35999999999996 1.36099999999996 1.36199999999996 1.36299999999996 1.36399999999996 1.36499999999996 1.36599999999996 1.36699999999996 1.36799999999996 1.36899999999996 1.36999999999996 1.37099999999996 1.37199999999996 1.37299999999996 1.37399999999996 1.37499999999996 1.37599999999996 1.37699999999996 1.37799999999996 1.3789
 9999999996 1.37999999999996 1.38099999999996 1.38199999999996 1.38299999999996 1.38399999999996 1.38499999999996 1.38599999999996 1.38699999999996 1.38799999999996 1.38899999999996 1.38999999999996 1.39099999999996 1.39199999999996 1.39299999999996 1.39399999999996 1.39499999999996 1.39599999999996 1.39699999999996 1.39799999999996 1.39899999999996 1.39999999999996 1.40099999999996 1.40199999999996 1.40299999999996 1.40399999999996 1.40499999999996 1.40599999999996 1.40699999999996 1.40799999999996 1.40899999999996 1.40999999999996 1.41099999999996 1.41199999999996 1.41299999999996 1.41399999999996 1.41499999999996 1.41599999999995 1.41699999999995 1.41799999999995 1.41899999999995 1.41999999999995 1.42099999999995 1.42199999999995 1.42299999999995 1.42399999999995 1.42499999999995 1.425
 99999999995 1.42699999999995 1.42799999999995 1.42899999999995 1.42999999999995 1.43099999999995 1.43199999999995 1.43299999999995 1.43399999999995 1.43499999999995 1.43599999999995 1.43699999999995 1.43799999999995 1.43899999999995 1.43999999999995 1.44099999999995 1.44199999999995 1.44299999999995 1.44399999999995 1.44499999999995 1.44599999999995 1.44699999999995 1.44799999999995 1.44899999999995 1.44999999999995 1.45099999999995 1.45199999999995 1.45299999999995 1.45399999999995 1.45499999999995 1.45599999999995 1.45699999999995 1.45799999999995 1.45899999999995 1.45999999999995 1.46099999999995 1.46199999999995 1.46299999999995 1.46399999999995 1.46499999999995 1.46599999999995 1.46699999999995 1.46799999999995 1.46899999999995 1.46999999999995 1.47099999999995 1.47199999999995 1.47
 299999999995 1.47399999999995 1.47499999999995 1.47599999999995 1.47699999999995 1.47799999999995 1.47899999999995 1.47999999999995 1.48099999999995 1.48199999999995 1.48299999999995 1.48399999999995 1.48499999999995 1.48599999999995 1.48699999999995 1.48799999999995 1.48899999999995 1.48999999999995 1.49099999999995 1.49199999999995 1.49299999999995 1.49399999999995 1.49499999999995 1.49599999999995 1.49699999999995 1.49799999999995 1.49899999999995 1.49999999999995 1.50099999999995 1.50199999999995 1.50299999999995 1.50399999999995 1.50499999999995 1.50599999999994 1.50699999999994 1.50799999999994 1.50899999999994 1.50999999999994 1.51099999999994 1.51199999999994 1.51299999999994 1.51399999999994 1.51499999999994 1.51599999999994 1.51699999999994 1.51799999999994 1.51899999999994 1.5
 1999999999994 1.52099999999994 1.52199999999994 1.52299999999994 1.52399999999994 1.52499999999994 1.52599999999994 1.52699999999994 1.52799999999994 1.52899999999994 1.52999999999994 1.53099999999994 1.53199999999994 1.53299999999994 1.53399999999994 1.53499999999994 1.53599999999994 1.53699999999994 1.53799999999994 1.53899999999994 1.53999999999994 1.54099999999994 1.54199999999994 1.54299999999994 1.54399999999994 1.54499999999994 1.54599999999994 1.54699999999994 1.54799999999994 1.54899999999994 1.54999999999994 1.55099999999994 1.55199999999994 1.55299999999994 1.55399999999994 1.55499999999994 1.55599999999994 1.55699999999994 1.55799999999994 1.55899999999994 1.55999999999994 1.56099999999994 1.56199999999994 1.56299999999994 1.56399999999994 1.56499999999994 1.56599999999994 1.
 56699999999994 1.56799999999994 1.56899999999994 1.56999999999994 1.57099999999994 1.57199999999994 1.57299999999994 1.57399999999994 1.57499999999994 1.57599999999994 1.57699999999994 1.57799999999994 1.57899999999994 1.57999999999994 1.58099999999994 1.58199999999994 1.58299999999994 1.58399999999994 1.58499999999994 1.58599999999994 1.58699999999994 1.58799999999994 1.58899999999994 1.58999999999994 1.59099999999994 1.59199999999994 1.59299999999994 1.59399999999994 1.59499999999994 1.59599999999994 1.59699999999993 1.59799999999993 1.59899999999993 1.59999999999993 1.60099999999993 1.60199999999993 1.60299999999993 1.60399999999993 1.60499999999993 1.60599999999993 1.60699999999993 1.60799999999993 1.60899999999993 1.60999999999993 1.61099999999993 1.61199999999993 1.61299999999993 1
 .61399999999993 1.61499999999993 1.61599999999993 1.61699999999993 1.61799999999993 1.61899999999993 1.61999999999993 1.62099999999993 1.62199999999993 1.62299999999993 1.62399999999993 1.62499999999993 1.62599999999993 1.62699999999993 1.62799999999993 1.62899999999993 1.62999999999993 1.63099999999993 1.63199999999993 1.63299999999993 1.63399999999993 1.63499999999993 1.63599999999993 1.63699999999993 1.63799999999993 1.63899999999993 1.63999999999993 1.64099999999993 1.64199999999993 1.64299999999993 1.64399999999993 1.64499999999993 1.64599999999993 1.64699999999993 1.64799999999993 1.64899999999993 1.64999999999993 1.65099999999993 1.65199999999993 1.65299999999993 1.65399999999993 1.65499999999993 1.65599999999993 1.65699999999993 1.65799999999993 1.65899999999993 1.65999999999993 
 1.66099999999993 1.66199999999993 1.66299999999993 1.66399999999993 1.66499999999993 1.66599999999993 1.66699999999993 1.66799999999993 1.66899999999993 1.66999999999993 1.67099999999993 1.67199999999993 1.67299999999993 1.67399999999993 1.67499999999993 1.67599999999993 1.67699999999993 1.67799999999993 1.67899999999993 1.67999999999993 1.68099999999993 1.68199999999993 1.68299999999993 1.68399999999993 1.68499999999993 1.68599999999993 1.68699999999993 1.68799999999992 1.68899999999992 1.68999999999992 1.69099999999992 1.69199999999992 1.69299999999992 1.69399999999992 1.69499999999992 1.69599999999992 1.69699999999992 1.69799999999992 1.69899999999992 1.69999999999992 1.70099999999992 1.70199999999992 1.70299999999992 1.70399999999992 1.70499999999992 1.70599999999992 1.70699999999992
  1.70799999999992 1.70899999999992 1.70999999999992 1.71099999999992 1.71199999999992 1.71299999999992 1.71399999999992 1.71499999999992 1.71599999999992 1.71699999999992 1.71799999999992 1.71899999999992 1.71999999999992 1.72099999999992 1.72199999999992 1.72299999999992 1.72399999999992 1.72499999999992 1.72599999999992 1.72699999999992 1.72799999999992 1.72899999999992 1.72999999999992 1.73099999999992 1.73199999999992 1.73299999999992 1.73399999999992 1.73499999999992 1.73599999999992 1.73699999999992 1.73799999999992 1.73899999999992 1.73999999999992 1.74099999999992 1.74199999999992 1.74299999999992 1.74399999999992 1.74499999999992 1.74599999999992 1.74699999999992 1.74799999999992 1.74899999999992 1.74999999999992 1.75099999999992 1.75199999999992 1.75299999999992 1.7539999999999
 2 1.75499999999992 1.75599999999992 1.75699999999992 1.75799999999992 1.75899999999992 1.75999999999992 1.76099999999992 1.76199999999992 1.76299999999992 1.76399999999992 1.76499999999992 1.76599999999992 1.76699999999992 1.76799999999992 1.76899999999992 1.76999999999992 1.77099999999992 1.77199999999992 1.77299999999992 1.77399999999992 1.77499999999992 1.77599999999992 1.77699999999992 1.77799999999992 1.77899999999991 1.77999999999991 1.78099999999991 1.78199999999991 1.78299999999991 1.78399999999991 1.78499999999991 1.78599999999991 1.78699999999991 1.78799999999991 1.78899999999991 1.78999999999991 1.79099999999991 1.79199999999991 1.79299999999991 1.79399999999991 1.79499999999991 1.79599999999991 1.79699999999991 1.79799999999991 1.79899999999991 1.79999999999991 1.800999999999
 91 1.80199999999991 1.80299999999991 1.80399999999991 1.80499999999991 1.80599999999991 1.80699999999991 1.80799999999991 1.80899999999991 1.80999999999991 1.81099999999991 1.81199999999991 1.81299999999991 1.81399999999991 1.81499999999991 1.81599999999991 1.81699999999991 1.81799999999991 1.81899999999991 1.81999999999991 1.82099999999991 1.82199999999991 1.82299999999991 1.82399999999991 1.82499999999991 1.82599999999991 1.82699999999991 1.82799999999991 1.82899999999991 1.82999999999991 1.83099999999991 1.83199999999991 1.83299999999991 1.83399999999991 1.83499999999991 1.83599999999991 1.83699999999991 1.83799999999991 1.83899999999991 1.83999999999991 1.84099999999991 1.84199999999991 1.84299999999991 1.84399999999991 1.84499999999991 1.84599999999991 1.84699999999991 1.84799999999
 991 1.84899999999991 1.84999999999991 1.85099999999991 1.85199999999991 1.85299999999991 1.85399999999991 1.85499999999991 1.85599999999991 1.85699999999991 1.85799999999991 1.85899999999991 1.85999999999991 1.86099999999991 1.86199999999991 1.86299999999991 1.86399999999991 1.86499999999991 1.86599999999991 1.86699999999991 1.86799999999991 1.86899999999991 1.8699999999999 1.8709999999999 1.8719999999999 1.8729999999999 1.8739999999999 1.8749999999999 1.8759999999999 1.8769999999999 1.8779999999999 1.8789999999999 1.8799999999999 1.8809999999999 1.8819999999999 1.8829999999999 1.8839999999999 1.8849999999999 1.8859999999999 1.8869999999999 1.8879999999999 1.8889999999999 1.8899999999999 1.8909999999999 1.8919999999999 1.8929999999999 1.8939999999999 1.8949999999999 1.8959999999999 1.896
 9999999999 1.8979999999999 1.8989999999999 1.8999999999999 1.9009999999999 1.9019999999999 1.9029999999999 1.9039999999999 1.9049999999999 1.9059999999999 1.9069999999999 1.9079999999999 1.9089999999999 1.9099999999999 1.9109999999999 1.9119999999999 1.9129999999999 1.9139999999999 1.9149999999999 1.9159999999999 1.9169999999999 1.9179999999999 1.9189999999999 1.9199999999999 1.9209999999999 1.9219999999999 1.9229999999999 1.9239999999999 1.9249999999999 1.9259999999999 1.9269999999999 1.9279999999999 1.9289999999999 1.9299999999999 1.9309999999999 1.9319999999999 1.9329999999999 1.9339999999999 1.9349999999999 1.9359999999999 1.9369999999999 1.9379999999999 1.9389999999999 1.9399999999999 1.9409999999999 1.9419999999999 1.9429999999999 1.9439999999999 1.9449999999999 1.9459999999999 1.9
 469999999999 1.9479999999999 1.9489999999999 1.9499999999999 1.9509999999999 1.9519999999999 1.9529999999999 1.9539999999999 1.9549999999999 1.9559999999999 1.9569999999999 1.9579999999999 1.9589999999999 1.95999999999989 1.96099999999989 1.96199999999989 1.96299999999989 1.96399999999989 1.96499999999989 1.96599999999989 1.96699999999989 1.96799999999989 1.96899999999989 1.96999999999989 1.97099999999989 1.97199999999989 1.97299999999989 1.97399999999989 1.97499999999989 1.97599999999989 1.97699999999989 1.97799999999989 1.97899999999989 1.97999999999989 1.98099999999989 1.98199999999989 1.98299999999989 1.98399999999989 1.98499999999989 1.98599999999989 1.98699999999989 1.98799999999989 1.98899999999989 1.98999999999989 1.99099999999989 1.99199999999989 1.99299999999989 1.9939999999998
 9 1.99499999999989 1.99599999999989 1.99699999999989 1.99799999999989 1.99899999999989 1.99999999999989 

  [Non-text portions of this message have been removed]

  [Non-text portions of this message have been removed]

  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]