diff --git a/benchmarks/assembly_params.json b/benchmarks/assembly_params.json index 782aa98d..009dd23f 100644 --- a/benchmarks/assembly_params.json +++ b/benchmarks/assembly_params.json @@ -5,10 +5,9 @@ "timing_gpio_stop", "_timing_delay_cycles", "bench_halt", - "bench_commit_done", "debug_init", "debug_exit", - "debug_exit_commit" + "bench_commit_result" ], "parameters": { "add_autoincrement_register": 0.8291945408090596, diff --git a/benchmarks/intermittent/bitcount.c b/benchmarks/intermittent/bitcount.c index dcf7613b..0da9ae92 100644 --- a/benchmarks/intermittent/bitcount.c +++ b/benchmarks/intermittent/bitcount.c @@ -14,11 +14,11 @@ #define NUM_FUNCS 8U #define RNG_SEED 0x0C728394u -/* VERIFY_BUILD (defined by `ckpt verify`) shrinks the workload: verification - * crosses the same static region boundaries regardless of iteration count, - * and BOR halt mode makes the full workload impractically slow. */ -#ifdef VERIFY_BUILD -#define ITERATIONS 64U +/* The same static region boundaries are crossed regardless of iteration + * count, and 20000 iterations outlast a harvesting trace and are + * impractically slow under BOR halt mode. */ +#if defined(VERIFY_BUILD) || defined(INTERMITTENT_BUILD) +#define ITERATIONS 128U #else #define ITERATIONS 20000U #endif diff --git a/benchmarks/intermittent/dijkstra.c b/benchmarks/intermittent/dijkstra.c index a36639ad..90c54ee3 100644 --- a/benchmarks/intermittent/dijkstra.c +++ b/benchmarks/intermittent/dijkstra.c @@ -12,11 +12,11 @@ #define NUM_NODES 32U -/* VERIFY_BUILD (defined by `ckpt verify`) shrinks the workload: the relaxation - * loop runs once per queue entry per node and BOR halt mode pays a reset per - * region boundary, so all 32 queries are impractically slow. Shrinking the - * query count keeps the graph, and with it every loop trip count, unchanged. */ -#ifdef VERIFY_BUILD +/* The relaxation loop runs once per queue entry per node, so all 32 queries + * outlast a harvesting trace and are impractically slow under BOR halt mode. + * The query count keeps the graph, and with it every loop trip count, + * unchanged. */ +#if defined(VERIFY_BUILD) || defined(INTERMITTENT_BUILD) #define NUM_QUERIES 4U #else #define NUM_QUERIES NUM_NODES diff --git a/benchmarks/intermittent/qsort_input.h b/benchmarks/intermittent/qsort_input.h index 2f5ddc5e..e3ce873c 100644 --- a/benchmarks/intermittent/qsort_input.h +++ b/benchmarks/intermittent/qsort_input.h @@ -3,11 +3,10 @@ #include -/* VERIFY_BUILD (defined by `ckpt verify`) shrinks the workload: the insertion - * sort shifts O(ARRAY_SIZE^2) times and BOR halt mode pays a reset per region - * boundary, so the full array is impractically slow. The vertex table below is - * unsized, so only the loop bounds shrink. */ -#ifdef VERIFY_BUILD +/* The insertion sort shifts O(ARRAY_SIZE^2) times, so the full 640-vertex + * array outlasts a harvesting trace and is impractically slow under BOR halt + * mode. The vertex table below is unsized, so only the loop bounds shrink. */ +#if defined(VERIFY_BUILD) || defined(INTERMITTENT_BUILD) #define ARRAY_SIZE 96 #else #define ARRAY_SIZE 640 diff --git a/benchmarks/traces/3.csv b/benchmarks/traces/3.csv index 92dee9a5..b5a6cff2 100644 --- a/benchmarks/traces/3.csv +++ b/benchmarks/traces/3.csv @@ -1,15785 +1,15785 @@ time_s,voltage_v -0.0000,0.484484 -0.0200,0.488884 -0.0400,0.492987 -0.0600,0.497804 -0.0800,0.501268 -0.1000,0.506261 -0.1200,0.488773 -0.1400,0.503649 -0.1600,0.518285 -0.1800,0.534800 -0.2000,0.549084 -0.2200,0.557902 -0.2400,0.566517 -0.2600,0.573751 -0.2800,0.580245 -0.3000,0.586062 -0.3200,0.587581 -0.3400,0.544314 -0.3600,0.507614 -0.3800,0.474174 -0.4000,0.444032 -0.4200,0.417021 -0.4400,0.392021 -0.4600,0.368817 -0.4800,0.348114 -0.5000,0.328356 -0.5200,0.309849 -0.5400,0.292610 -0.5600,0.297659 -0.5800,0.316583 -0.6000,0.334257 -0.6200,0.351541 -0.6400,0.370744 -0.6600,0.386731 -0.6800,0.397921 -0.7000,0.407351 -0.7200,0.414854 -0.7400,0.419198 -0.7600,0.414317 -0.7800,0.428850 -0.8000,0.461910 -0.8200,0.491589 -0.8400,0.518081 -0.8600,0.544406 -0.8800,0.570482 -0.9000,0.594010 -0.9200,0.612100 -0.9400,0.630089 -0.9600,0.645392 -0.9800,0.638222 -1.0000,0.631756 -1.0200,0.637305 -1.0400,0.640501 -1.0600,0.643557 -1.0800,0.646614 -1.1000,0.655525 -1.1200,0.666576 -1.1400,0.677386 -1.1600,0.689048 -1.1800,0.701979 -1.2000,0.690984 -1.2200,0.673459 -1.2400,0.665946 -1.2600,0.659314 -1.2800,0.654960 -1.3000,0.653830 -1.3200,0.655016 -1.3400,0.657545 -1.3600,0.658239 -1.3800,0.659481 -1.4000,0.661028 -1.4200,0.638861 -1.4400,0.647865 -1.4600,0.659675 -1.4800,0.668206 -1.5000,0.672708 -1.5200,0.675015 -1.5400,0.677960 -1.5600,0.682064 -1.5800,0.683546 -1.6000,0.683620 -1.6200,0.684852 -1.6400,0.658295 -1.6600,0.652932 -1.6800,0.649060 -1.7000,0.644660 -1.7200,0.639093 -1.7400,0.632349 -1.7600,0.627440 -1.7800,0.628283 -1.8000,0.634128 -1.8200,0.638769 -1.8400,0.641696 -1.8600,0.611387 -1.8800,0.625337 -1.9000,0.633016 -1.9200,0.639556 -1.9400,0.646003 -1.9600,0.652969 -1.9800,0.659962 -2.0000,0.668114 -2.0200,0.683778 -2.0400,0.694958 -2.0600,0.699840 -2.0800,0.664909 -2.1000,0.647531 -2.1200,0.628978 -2.1400,0.612452 -2.1600,0.598104 -2.1800,0.585210 -2.2000,0.575002 -2.2200,0.566915 -2.2400,0.563710 -2.2600,0.561765 -2.2800,0.556411 -2.3000,0.524491 -2.3200,0.493052 -2.3400,0.466180 -2.3600,0.443782 -2.3800,0.426442 -2.4000,0.411566 -2.4200,0.398875 -2.4400,0.387519 -2.4600,0.377061 -2.4800,0.366242 -2.5000,0.354089 -2.5200,0.335007 -2.5400,0.343233 -2.5600,0.348948 -2.5800,0.351097 -2.6000,0.350773 -2.6200,0.350708 -2.6400,0.351282 -2.6600,0.351217 -2.6800,0.353839 -2.7000,0.359017 -2.7200,0.365056 -2.7400,0.346669 -2.7600,0.357562 -2.7800,0.370179 -2.8000,0.381155 -2.8200,0.390816 -2.8400,0.399783 -2.8600,0.408981 -2.8800,0.418374 -2.9000,0.426868 -2.9200,0.437418 -2.9400,0.448803 -2.9600,0.427692 -2.9800,0.437585 -3.0000,0.448256 -3.0200,0.457519 -3.0400,0.461465 -3.0600,0.463828 -3.0800,0.465485 -3.1000,0.465819 -3.1200,0.465754 -3.1400,0.465495 -3.1600,0.467301 -3.1800,0.457760 -3.2000,0.493062 -3.2200,0.526001 -3.2400,0.560255 -3.2600,0.589415 -3.2800,0.612934 -3.3000,0.633683 -3.3200,0.652969 -3.3400,0.670578 -3.3600,0.686371 -3.3800,0.698997 -3.4000,0.665687 -3.4200,0.656711 -3.4400,0.647707 -3.4600,0.641594 -3.4800,0.637991 -3.5000,0.631636 -3.5200,0.624809 -3.5400,0.618520 -3.5600,0.612730 -3.5800,0.607339 -3.6000,0.597965 -3.6200,0.583367 -3.6400,0.593611 -3.6600,0.603366 -3.6800,0.612175 -3.7000,0.624476 -3.7200,0.635073 -3.7400,0.640121 -3.7600,0.646068 -3.7800,0.650672 -3.8000,0.653941 -3.8200,0.646207 -3.8400,0.635295 -3.8600,0.643076 -3.8800,0.649986 -3.9000,0.656989 -3.9200,0.665724 -3.9400,0.675830 -3.9600,0.682175 -3.9800,0.686038 -4.0000,0.689382 -4.0200,0.692485 -4.0400,0.678396 -4.0600,0.650273 -4.0800,0.632442 -4.1000,0.615593 -4.1200,0.600068 -4.1400,0.586933 -4.1600,0.576910 -4.1800,0.568407 -4.2000,0.559820 -4.2200,0.550927 -4.2400,0.543378 -4.2600,0.523120 -4.2800,0.516506 -4.3000,0.515422 -4.3200,0.514793 -4.3400,0.514283 -4.3600,0.513107 -4.3800,0.515321 -4.4000,0.518257 -4.4200,0.518618 -4.4400,0.517682 -4.4600,0.516497 -4.4800,0.496702 -4.5000,0.520656 -4.5200,0.545453 -4.5400,0.567619 -4.5600,0.587581 -4.5800,0.604847 -4.6000,0.621150 -4.6200,0.641038 -4.6400,0.658804 -4.6600,0.671884 -4.6800,0.682703 -4.7000,0.654951 -4.7200,0.633887 -4.7400,0.612490 -4.7600,0.594186 -4.7800,0.578151 -4.8000,0.562608 -4.8200,0.548890 -4.8400,0.538330 -4.8600,0.530345 -4.8800,0.522064 -4.9000,0.513097 -4.9200,0.484771 -4.9400,0.517164 -4.9600,0.541461 -4.9800,0.561589 -5.0000,0.579402 -5.0200,0.595279 -5.0400,0.609720 -5.0600,0.623762 -5.0800,0.639676 -5.1000,0.655599 -5.1200,0.665557 -5.1400,0.631340 -5.1600,0.649226 -5.1800,0.663955 -5.2000,0.674051 -5.2200,0.682629 -5.2400,0.689993 -5.2600,0.697014 -5.2800,0.702433 -5.3000,0.708389 -5.3200,0.717921 -5.3400,0.725683 -5.3600,0.685306 -5.3800,0.687974 -5.4000,0.693272 -5.4200,0.696283 -5.4400,0.697190 -5.4600,0.698302 -5.4800,0.699849 -5.5000,0.700979 -5.5200,0.702118 -5.5400,0.706583 -5.5600,0.708834 -5.5800,0.667938 -5.6000,0.659036 -5.6200,0.651459 -5.6400,0.641214 -5.6600,0.622132 -5.6800,0.598354 -5.7000,0.573909 -5.7200,0.557134 -5.7400,0.549538 -5.7600,0.550742 -5.7800,0.558912 -5.8000,0.539349 -5.8200,0.559801 -5.8400,0.577095 -5.8600,0.592148 -5.8800,0.595871 -5.9000,0.595862 -5.9200,0.593408 -5.9400,0.588656 -5.9600,0.583700 -5.9800,0.580523 -6.0000,0.582431 -6.0200,0.550788 -6.0400,0.578290 -6.0600,0.590768 -6.0800,0.600985 -6.1000,0.609627 -6.1200,0.617760 -6.1400,0.626653 -6.1600,0.637231 -6.1800,0.651366 -6.2000,0.672680 -6.2200,0.692012 -6.2400,0.654247 -6.2600,0.699877 -6.2800,0.715012 -6.3000,0.730704 -6.3200,0.746553 -6.3400,0.761503 -6.3600,0.775732 -6.3800,0.791256 -6.4000,0.808875 -6.4200,0.819768 -6.4400,0.828058 -6.4600,0.837368 -6.4800,0.841110 -6.5000,0.835710 -6.5200,0.832190 -6.5400,0.833588 -6.5600,0.830133 -6.5800,0.823260 -6.6000,0.814794 -6.6200,0.805114 -6.6400,0.792905 -6.6600,0.778316 -6.6800,0.764357 -6.7000,0.746349 -6.7200,0.724822 -6.7400,0.702294 -6.7600,0.680350 -6.7800,0.659490 -6.8000,0.640880 -6.8200,0.625004 -6.8400,0.615824 -6.8600,0.611730 -6.8800,0.587229 -6.9000,0.566110 -6.9200,0.547889 -6.9400,0.531846 -6.9600,0.518183 -6.9800,0.506270 -7.0000,0.497711 -7.0200,0.494497 -7.0400,0.491172 -7.0600,0.490218 -7.0800,0.506308 -7.1000,0.528900 -7.1200,0.547565 -7.1400,0.563321 -7.1600,0.579911 -7.1800,0.594871 -7.2000,0.601457 -7.2200,0.604440 -7.2400,0.604199 -7.2600,0.600661 -7.2800,0.587516 -7.3000,0.557856 -7.3200,0.528427 -7.3400,0.499305 -7.3600,0.470339 -7.3800,0.444431 -7.4000,0.420977 -7.4200,0.399477 -7.4400,0.381396 -7.4600,0.366186 -7.4800,0.354144 -7.5000,0.393373 -7.5200,0.424867 -7.5400,0.455380 -7.5600,0.483159 -7.5800,0.508077 -7.6000,0.529372 -7.6200,0.550242 -7.6400,0.574150 -7.6600,0.593547 -7.6800,0.609081 -7.7000,0.589730 -7.7200,0.557134 -7.7400,0.528029 -7.7600,0.501593 -7.7800,0.477555 -7.8000,0.456880 -7.8200,0.435974 -7.8400,0.414595 -7.8600,0.394531 -7.8800,0.374856 -7.9000,0.367409 -7.9200,0.386259 -7.9400,0.406675 -7.9600,0.426914 -7.9800,0.441735 -8.0000,0.454333 -8.0200,0.465476 -8.0400,0.476203 -8.0600,0.486577 -8.0800,0.495952 -8.1000,0.506122 -8.1200,0.482742 -8.1400,0.483382 -8.1600,0.484512 -8.1800,0.488958 -8.2000,0.493321 -8.2200,0.495896 -8.2400,0.499379 -8.2600,0.503381 -8.2800,0.508836 -8.3000,0.514255 -8.3200,0.519248 -8.3400,0.487226 -8.3600,0.465032 -8.3800,0.445153 -8.4000,0.428091 -8.4200,0.413844 -8.4400,0.400367 -8.4600,0.387667 -8.4800,0.375162 -8.5000,0.364028 -8.5200,0.354181 -8.5400,0.342408 -8.5600,0.324688 -8.5800,0.312915 -8.6000,0.301067 -8.6200,0.290341 -8.6400,0.280290 -8.6600,0.270249 -8.6800,0.259690 -8.7000,0.249574 -8.7200,0.239617 -8.7400,0.229566 -8.7600,0.219377 -8.7800,0.218877 -8.8000,0.225370 -8.8200,0.229770 -8.8400,0.233892 -8.8600,0.239163 -8.8800,0.243581 -8.9000,0.246610 -8.9200,0.248565 -8.9400,0.250862 -8.9600,0.253196 -8.9800,0.249880 -9.0000,0.270018 -9.0200,0.301003 -9.0400,0.329357 -9.0600,0.355108 -9.0800,0.379321 -9.1000,0.407305 -9.1200,0.429360 -9.1400,0.446209 -9.1600,0.461039 -9.1800,0.475721 -9.2000,0.471803 -9.2200,0.498045 -9.2400,0.635971 -9.2600,0.656535 -9.2800,0.648411 -9.3000,0.642826 -9.3200,0.634211 -9.3400,0.626189 -9.3600,0.618455 -9.3800,0.611369 -9.4000,0.603745 -9.4200,0.593815 -9.4400,0.576808 -9.4600,0.583542 -9.4800,0.588887 -9.5000,0.597066 -9.5200,0.606820 -9.5400,0.612212 -9.5600,0.615203 -9.5800,0.617352 -9.6000,0.620808 -9.6200,0.624624 -9.6400,0.618677 -9.6600,0.592472 -9.6800,0.580773 -9.7000,0.569509 -9.7200,0.560209 -9.7400,0.555114 -9.7600,0.547732 -9.7800,0.538015 -9.8000,0.529076 -9.8200,0.519971 -9.8400,0.511495 -9.8600,0.497480 -9.8800,0.501009 -9.9000,0.523620 -9.9200,0.544582 -9.9400,0.564859 -9.9600,0.588535 -9.9800,0.614148 -10.0000,0.633600 -10.0200,0.651385 -10.0400,0.667623 -10.0600,0.683694 -10.0800,0.678275 -10.1000,0.633183 -10.1200,0.594556 -10.1400,0.559523 -10.1600,0.527270 -10.1800,0.497452 -10.2000,0.471053 -10.2200,0.445913 -10.2400,0.421681 -10.2600,0.399903 -10.2800,0.379266 -10.3000,0.357025 -10.3200,0.358776 -10.3400,0.365112 -10.3600,0.370003 -10.3800,0.374671 -10.4000,0.379136 -10.4200,0.383962 -10.4400,0.389723 -10.4600,0.392632 -10.4800,0.396078 -10.5000,0.398134 -10.5200,0.385008 -10.5400,0.446811 -10.5600,0.511801 -10.5800,0.572436 -10.6000,0.626903 -10.6200,0.676515 -10.6400,0.723238 -10.6600,0.770415 -10.6800,0.810079 -10.7000,0.841518 -10.7200,0.869881 -10.7400,0.848224 -10.7600,0.786384 -10.7800,0.731269 -10.8000,0.680804 -10.8200,0.634887 -10.8400,0.593482 -10.8600,0.555401 -10.8800,0.521091 -10.9000,0.491255 -10.9200,0.463707 -10.9400,0.438363 -10.9600,0.410871 -10.9800,0.425108 -11.0000,0.437335 -11.0200,0.449914 -11.0400,0.461095 -11.0600,0.472720 -11.0800,0.484586 -11.1000,0.498425 -11.1200,0.516784 -11.1400,0.532420 -11.1600,0.544582 -11.1800,0.521202 -11.2000,0.601161 -11.2200,0.665233 -11.2400,0.721626 -11.2600,0.772527 -11.2800,0.818999 -11.3000,0.861090 -11.3200,0.899865 -11.3400,0.944791 -11.3600,0.986688 -11.3800,1.015246 -11.4000,0.968477 -11.4200,1.009938 -11.4400,1.042516 -11.4600,1.066850 -11.4800,1.088711 -11.5000,1.108497 -11.5200,1.125643 -11.5400,1.140807 -11.5600,1.162278 -11.5800,1.185399 -11.6000,1.198208 -11.6200,1.132154 -11.6400,1.065201 -11.6600,1.005594 -11.6800,0.950784 -11.7000,0.901375 -11.7200,0.856496 -11.7400,0.816091 -11.7600,0.779446 -11.7800,0.747100 -11.8000,0.719922 -11.8200,0.694124 -11.8400,0.658425 -11.8600,0.686408 -11.8800,0.713818 -11.9000,0.734993 -11.9200,0.752000 -11.9400,0.768534 -11.9600,0.785328 -11.9800,0.801260 -12.0000,0.817888 -12.0200,0.839980 -12.0400,0.863740 -12.0600,0.823705 -12.0800,0.852263 -12.1000,0.884025 -12.1200,0.909897 -12.1400,0.926886 -12.1600,0.941364 -12.1800,0.954647 -12.2000,0.967208 -12.2200,0.977138 -12.2400,0.990828 -12.2600,1.005269 -12.2800,0.959093 -12.3000,0.978360 -12.3200,1.001861 -12.3400,1.028742 -12.3600,1.044304 -12.3800,1.057152 -12.4000,1.068203 -12.4200,1.079087 -12.4400,1.090406 -12.4600,1.100985 -12.4800,1.119223 -12.5000,1.052835 -12.5200,1.022916 -12.5400,0.999304 -12.5600,0.980398 -12.5800,0.960853 -12.6000,0.939539 -12.6200,0.920652 -12.6400,0.903506 -12.6600,0.888018 -12.6800,0.874559 -12.7000,0.862369 -12.7200,0.832255 -12.7400,0.844287 -12.7600,0.856116 -12.7800,0.870724 -12.8000,0.885712 -12.8200,0.892140 -12.8400,0.898319 -12.8600,0.904136 -12.8800,0.908452 -12.9000,0.911000 -12.9200,0.911685 -12.9400,0.874559 -12.9600,0.872827 -12.9800,0.871048 -13.0000,0.873512 -13.0200,0.878209 -13.0400,0.877190 -13.0600,0.876273 -13.0800,0.876384 -13.1000,0.876884 -13.1200,0.876032 -13.1400,0.868501 -13.1600,0.858404 -13.1800,0.888500 -13.2000,0.914927 -13.2200,0.938955 -13.2400,0.965725 -13.2600,0.987244 -13.2800,1.002694 -13.3000,1.016431 -13.3200,1.028196 -13.3400,1.039052 -13.3600,1.033438 -13.3800,0.978277 -13.4000,0.941762 -13.4200,0.908295 -13.4400,0.877745 -13.4600,0.852513 -13.4800,0.830467 -13.5000,0.807263 -13.5200,0.785643 -13.5400,0.765431 -13.5600,0.746711 -13.5800,0.719320 -13.6000,0.726934 -13.6200,0.752639 -13.6400,0.775046 -13.6600,0.795610 -13.6800,0.815387 -13.7000,0.839489 -13.7200,0.949108 -13.7400,1.167707 -13.7600,1.163048 -13.7800,1.148217 -13.8000,1.124383 -13.8200,1.070796 -13.8400,1.040497 -13.8600,1.012569 -13.8800,0.988911 -13.9000,0.971709 -13.9200,0.955666 -13.9400,0.936788 -13.9600,0.918419 -13.9800,0.902441 -14.0000,0.887972 -14.0200,0.864453 -14.0400,0.868139 -14.0600,0.903154 -14.0800,0.930971 -14.1000,0.954916 -14.1200,0.983307 -14.1400,1.013152 -14.1600,1.032883 -14.1800,1.050038 -14.2000,1.064942 -14.2200,1.079235 -14.2400,1.068304 -14.2600,1.024101 -14.2800,0.999573 -14.3000,0.977351 -14.3200,0.956685 -14.3400,0.939539 -14.3600,0.928386 -14.3800,0.913565 -14.4000,0.899096 -14.4200,0.886036 -14.4400,0.873364 -14.4600,0.844630 -14.4800,0.844213 -14.5000,0.854977 -14.5200,0.862721 -14.5400,0.869547 -14.5600,0.875716 -14.5800,0.888833 -14.6000,0.900514 -14.6200,0.904349 -14.6400,0.909777 -14.6600,0.914557 -14.6800,0.889343 -14.7000,0.842861 -14.7200,0.804651 -14.7400,0.770127 -14.7600,0.738633 -14.7800,0.708955 -14.8000,0.682129 -14.8200,0.659935 -14.8400,0.638305 -14.8600,0.618029 -14.8800,0.599540 -14.9000,0.570537 -14.9200,0.624290 -14.9400,0.677053 -14.9600,0.724118 -14.9800,0.766413 -15.0000,0.804938 -15.0200,0.840591 -15.0400,0.880672 -15.0600,0.917474 -15.0800,0.943893 -15.1000,0.967958 -15.1200,0.932499 -15.1400,0.984956 -15.1600,1.023397 -15.1800,1.058847 -15.2000,1.091508 -15.2200,1.120307 -15.2400,1.147800 -15.2600,1.175747 -15.2800,1.210066 -15.3000,1.237568 -15.3200,1.256982 -15.3400,1.197560 -15.3600,1.176256 -15.3800,1.143363 -15.4000,1.114629 -15.4200,1.088757 -15.4400,1.065822 -15.4600,1.044906 -15.4800,1.028807 -15.5000,1.017821 -15.5200,1.089573 -15.5400,1.239180 -15.5600,1.178173 -15.5800,1.170069 -15.6000,1.155859 -15.6200,1.143623 -15.6400,1.133396 -15.6600,1.125161 -15.6800,1.117324 -15.7000,1.116935 -15.7200,1.120493 -15.7400,1.117714 -15.7600,1.115481 -15.7800,1.061579 -15.8000,1.111433 -15.8200,1.147355 -15.8400,1.178210 -15.8600,1.204878 -15.8800,1.228074 -15.9000,1.247804 -15.9200,1.265108 -15.9400,1.289664 -15.9600,1.307209 -15.9800,1.318231 -16.0000,1.253085 -16.0200,1.281096 -16.0400,1.292222 -16.0600,1.299039 -16.0800,1.303577 -16.1000,1.306911 -16.1200,1.309469 -16.1400,1.309292 -16.1600,1.317184 -16.1800,1.326772 -16.2000,1.326605 -16.2200,1.253630 -16.2400,1.297407 -16.2600,1.299827 -16.2800,1.301354 -16.3000,1.301549 -16.3200,1.301002 -16.3400,1.299055 -16.3600,1.306198 -16.3800,1.315231 -16.4000,1.316491 -16.4200,1.316377 -16.4400,1.254270 -16.4600,1.284116 -16.4800,1.284402 -16.5000,1.283606 -16.5200,1.282493 -16.5400,1.280465 -16.5600,1.283069 -16.5800,1.291377 -16.6000,1.290998 -16.6200,1.289016 -16.6400,1.286413 -16.6600,1.237430 -16.6800,1.244331 -16.7000,1.247998 -16.7200,1.246360 -16.7400,1.244090 -16.7600,1.247035 -16.7800,1.255623 -16.8000,1.255900 -16.8200,1.256105 -16.8400,1.253936 -16.8600,1.252723 -16.8800,1.257139 -16.9000,1.281002 -16.9200,1.293110 -16.9400,1.306883 -16.9600,1.308070 -16.9800,1.307050 -17.0000,1.303650 -17.0200,1.298946 -17.0400,1.292183 -17.0600,1.287625 -17.0800,1.286217 -17.1000,1.287505 -17.1200,1.276372 -17.1400,1.266060 -17.1600,1.255992 -17.1800,1.246666 -17.2000,1.239142 -17.2200,1.236819 -17.2400,1.239818 -17.2600,1.230176 -17.2800,1.216143 -17.3000,1.188030 -17.3200,1.153719 -17.3400,1.121234 -17.3600,1.093398 -17.3800,1.069759 -17.4000,1.049547 -17.4200,1.026315 -17.4400,1.002945 -17.4600,0.982936 -17.4800,0.966587 -17.5000,0.959325 -17.5200,0.975693 -17.5400,0.991171 -17.5600,1.001407 -17.5800,1.006779 -17.6000,1.011782 -17.6200,1.015635 -17.6400,1.019303 -17.6600,1.023017 -17.6800,1.031965 -17.7000,1.047268 -17.7200,1.063775 -17.7400,1.067888 -17.7600,1.070213 -17.7800,1.071093 -17.8000,1.072204 -17.8200,1.071982 -17.8400,1.076697 -17.8600,1.087738 -17.8800,1.090591 -17.9000,1.089637 -17.9200,1.067424 -17.9400,1.034698 -17.9600,1.005056 -17.9800,0.976545 -18.0000,0.953248 -18.0200,0.931267 -18.0400,0.908304 -18.0600,0.886980 -18.0800,0.866472 -18.1000,0.846010 -18.1200,0.834820 -18.1400,0.864314 -18.1600,0.895012 -18.1800,0.917030 -18.2000,0.931276 -18.2200,0.943522 -18.2400,0.952313 -18.2600,0.959779 -18.2800,0.966133 -18.3000,0.973173 -18.3200,0.984085 -18.3400,0.983390 -18.3600,0.978407 -18.3800,0.973275 -18.4000,0.967671 -18.4200,0.961224 -18.4400,0.954351 -18.4600,0.952322 -18.4800,0.952424 -18.5000,0.949117 -18.5200,0.945347 -18.5400,0.897994 -18.5600,0.916298 -18.5800,0.924394 -18.6000,0.931610 -18.6200,0.939391 -18.6400,0.947690 -18.6600,0.955536 -18.6800,0.967763 -18.7000,0.987420 -18.7200,1.002000 -18.7400,1.011170 -18.7600,0.960483 -18.7800,0.972024 -18.8000,0.976906 -18.8200,0.980102 -18.8400,0.982612 -18.8600,0.986225 -18.8800,0.989643 -18.9000,0.991616 -18.9200,0.998146 -18.9400,1.004278 -18.9600,0.999276 -18.9800,0.943920 -19.0000,0.956222 -19.0200,0.966754 -19.0400,0.972404 -19.0600,0.976119 -19.0800,0.981176 -19.1000,0.986345 -19.1200,0.992496 -19.1400,1.002426 -19.1600,1.019683 -19.1800,1.031002 -19.2000,0.975183 -19.2200,0.991116 -19.2400,1.005149 -19.2600,1.012874 -19.2800,1.017830 -19.3000,1.024805 -19.3200,1.033429 -19.3400,1.042377 -19.3600,1.053734 -19.3800,1.074594 -19.4000,1.095084 -19.4200,1.035393 -19.4400,1.036041 -19.4600,1.044267 -19.4800,1.049195 -19.5000,1.049565 -19.5200,1.050214 -19.5400,1.050214 -19.5600,1.049426 -19.5800,1.048621 -19.6000,1.051659 -19.6200,1.059579 -19.6400,1.005575 -19.6600,1.013532 -19.6800,1.023527 -19.7000,1.034115 -19.7200,1.036366 -19.7400,1.035245 -19.7600,1.032336 -19.7800,1.030095 -19.8000,1.027983 -19.8200,1.025028 -19.8400,1.030511 -19.8600,0.983214 -19.8800,0.995506 -19.9000,1.013495 -19.9200,1.037042 -19.9400,1.056531 -19.9600,1.076975 -19.9800,1.098011 -20.0000,1.121400 -20.0200,1.146661 -20.0400,1.172235 -20.0600,1.205130 -20.0800,1.161427 -20.1000,1.188928 -20.1200,1.220210 -20.1400,1.259346 -20.1600,1.304597 -20.1800,1.341843 -20.2000,1.380239 -20.2200,1.417950 -20.2400,1.457465 -20.2600,1.496850 -20.2800,1.526651 -20.3000,1.506475 -20.3200,1.576023 -20.3400,1.636509 -20.3600,1.699048 -20.3800,1.767991 -20.4000,1.821355 -20.4200,1.866866 -20.4400,1.907661 -20.4600,1.944768 -20.4800,1.979219 -20.5000,1.979200 -20.5200,1.908615 -20.5400,1.891997 -20.5600,1.875869 -20.5800,1.860817 -20.6000,1.857853 -20.6200,1.856195 -20.6400,1.845791 -20.6600,1.834797 -20.6800,1.824014 -20.7000,1.813269 -20.7200,1.772132 -20.7400,1.762091 -20.7600,1.799579 -20.7800,1.830943 -20.8000,1.859076 -20.8200,1.889255 -20.8400,1.926844 -20.8600,1.953977 -20.8800,1.968824 -20.9000,1.979127 -20.9200,1.987972 -20.9400,1.937118 -20.9600,1.923556 -20.9800,1.941017 -21.0000,1.956996 -21.0200,1.971206 -21.0400,1.981830 -21.0600,2.002256 -21.0800,2.025301 -21.1000,2.036566 -21.1200,2.042356 -21.1400,2.046616 -21.1600,1.972872 -21.1800,1.939525 -21.2000,1.920417 -21.2200,1.902186 -21.2400,1.886264 -21.2600,1.872211 -21.2800,1.862366 -21.3000,1.863836 -21.3200,1.867588 -21.3400,1.860261 -21.3600,1.853352 -21.3800,1.768611 -21.4000,1.804210 -21.4200,1.829656 -21.4400,1.851581 -21.4600,1.872536 -21.4800,1.890654 -21.5000,1.905530 -21.5200,1.925141 -21.5400,1.955801 -21.5600,1.975930 -21.5800,1.987259 -21.6000,1.886429 -21.6200,1.880242 -21.6400,1.863105 -21.6600,1.844329 -21.6800,1.825914 -21.7000,1.807609 -21.7200,1.788592 -21.7400,1.767584 -21.7600,1.751874 -21.7800,1.738377 -21.8000,1.714264 -21.8200,1.617059 -21.8400,1.596522 -21.8600,1.573235 -21.8800,1.546437 -21.9000,1.522863 -21.9200,1.501944 -21.9400,1.485134 -21.9600,1.469877 -21.9800,1.461114 -22.0000,1.460791 -22.0200,1.462465 -22.0400,1.387611 -22.0600,1.410111 -22.0800,1.435816 -22.1000,1.454343 -22.1200,1.467330 -22.1400,1.478519 -22.1600,1.488144 -22.1800,1.494665 -22.2000,1.498397 -22.2200,1.506512 -22.2400,1.516888 -22.2600,1.445624 -22.2800,1.477741 -22.3000,1.516711 -22.3200,1.552319 -22.3400,1.575115 -22.3600,1.595744 -22.3800,1.614604 -22.4000,1.632370 -22.4200,1.649099 -22.4400,1.665440 -22.4600,1.690987 -22.4800,1.628508 -22.5000,1.674110 -22.5200,1.718785 -22.5400,1.770001 -22.5600,1.810074 -22.5800,1.836436 -22.6000,1.861197 -22.6200,1.884122 -22.6400,1.905056 -22.6600,1.924260 -22.6800,1.936202 -22.7000,1.856427 -22.7200,1.853621 -22.7400,1.850480 -22.7600,1.856195 -22.7800,1.865884 -22.8000,1.865802 -22.8200,1.862578 -22.8400,1.859512 -22.8600,1.857213 -22.8800,1.854315 -22.9000,1.834434 -22.9200,1.793966 -22.9400,1.823376 -22.9600,1.849636 -22.9800,1.875804 -23.0000,1.914330 -23.0200,1.950049 -23.0400,1.965629 -23.0600,1.978107 -23.0800,1.986426 -23.1000,1.990269 -23.1200,1.955004 -23.1400,1.895028 -23.1600,1.880159 -23.1800,1.868070 -23.2000,1.856732 -23.2200,1.854991 -23.2400,1.864318 -23.2600,1.866765 -23.2800,1.862317 -23.3000,1.853242 -23.3200,1.840624 -23.3400,1.782035 -23.3600,1.778477 -23.3800,1.803868 -23.4000,1.822514 -23.4200,1.838928 -23.4400,1.853527 -23.4600,1.880214 -23.4800,1.915572 -23.5000,1.939193 -23.5200,1.963444 -23.5400,1.987749 -23.5600,1.930012 -23.5800,1.935245 -23.6000,1.954412 -23.6200,1.969825 -23.6400,1.980784 -23.6600,1.988213 -23.6800,1.996003 -23.7000,2.010056 -23.7200,2.016168 -23.7400,2.009331 -23.7600,2.000589 -23.7800,1.909225 -23.8000,1.904196 -23.8200,1.897461 -23.8400,1.890190 -23.8600,1.882965 -23.8800,1.874741 -23.9000,1.866773 -23.9200,1.864365 -23.9400,1.868645 -23.9600,1.862448 -23.9800,1.852639 -24.0000,1.756171 -24.0200,1.744999 -24.0400,1.724696 -24.0600,1.703707 -24.0800,1.684309 -24.1000,1.665718 -24.1200,1.648553 -24.1400,1.633722 -24.1600,1.627663 -24.1800,1.622921 -24.2000,1.612186 -24.2200,1.527671 -24.2400,1.582979 -24.2600,1.630583 -24.2800,1.671821 -24.3000,1.715174 -24.3200,1.760636 -24.3400,1.808953 -24.3600,1.858890 -24.3800,1.913051 -24.4000,1.976096 -24.4200,2.027276 -24.4400,1.927512 -24.4600,2.020272 -24.4800,2.105670 -24.5000,2.161147 -24.5200,2.211362 -24.5400,2.258670 -24.5600,2.302606 -24.5800,2.343622 -24.6000,2.383111 -24.6200,2.439635 -24.6400,2.493808 -24.6600,2.358333 -24.6800,2.383491 -24.7000,2.425009 -24.7200,2.455114 -24.7400,2.474641 -24.7600,2.493723 -24.7800,2.511814 -24.8000,2.528599 -24.8200,2.544661 -24.8400,2.568958 -24.8600,2.605930 -24.8800,2.475955 -24.9000,2.509775 -24.9200,2.557398 -24.9400,2.605316 -24.9600,2.630762 -24.9800,2.649540 -25.0000,2.666861 -25.0200,2.683739 -25.0400,2.698236 -25.0600,2.710019 -25.0800,2.732761 -25.1000,2.607493 -25.1200,2.624965 -25.1400,2.641906 -25.1600,2.674558 -25.1800,2.696124 -25.2000,2.703135 -25.2200,2.708473 -25.2400,2.712992 -25.2600,2.717134 -25.2800,2.721292 -25.3000,3.137742 -25.3200,3.296829 +0.0000,0.555226 +0.0200,0.560268 +0.0400,0.564971 +0.0600,0.570491 +0.0800,0.574461 +0.1000,0.580183 +0.1200,0.560141 +0.1400,0.577189 +0.1600,0.593962 +0.1800,0.612889 +0.2000,0.629259 +0.2200,0.639364 +0.2400,0.649237 +0.2600,0.657528 +0.2800,0.664969 +0.3000,0.671636 +0.3200,0.673377 +0.3400,0.623791 +0.3600,0.581733 +0.3800,0.543411 +0.4000,0.508868 +0.4200,0.477913 +0.4400,0.449262 +0.4600,0.422670 +0.4800,0.398944 +0.5000,0.376301 +0.5200,0.355091 +0.5400,0.335336 +0.5600,0.341121 +0.5800,0.362809 +0.6000,0.383063 +0.6200,0.402872 +0.6400,0.424878 +0.6600,0.443200 +0.6800,0.456024 +0.7000,0.466830 +0.7200,0.475429 +0.7400,0.480407 +0.7600,0.474813 +0.7800,0.491469 +0.8000,0.529356 +0.8200,0.563368 +0.8400,0.593728 +0.8600,0.623898 +0.8800,0.653780 +0.9000,0.680744 +0.9200,0.701476 +0.9400,0.722092 +0.9600,0.739628 +0.9800,0.731412 +1.0000,0.724002 +1.0200,0.730361 +1.0400,0.734023 +1.0600,0.737526 +1.0800,0.741030 +1.1000,0.751242 +1.1200,0.763906 +1.1400,0.776294 +1.1600,0.789659 +1.1800,0.804479 +1.2000,0.791878 +1.2200,0.771794 +1.2400,0.763184 +1.2600,0.755584 +1.2800,0.750594 +1.3000,0.749299 +1.3200,0.750658 +1.3400,0.753556 +1.3600,0.754352 +1.3800,0.755775 +1.4000,0.757548 +1.4200,0.732144 +1.4400,0.742463 +1.4600,0.755998 +1.4800,0.765774 +1.5000,0.770934 +1.5200,0.773577 +1.5400,0.776953 +1.5600,0.781656 +1.5800,0.783354 +1.6000,0.783439 +1.6200,0.784851 +1.6400,0.754416 +1.6600,0.748269 +1.6800,0.743832 +1.7000,0.738790 +1.7200,0.732410 +1.7400,0.724682 +1.7600,0.719055 +1.7800,0.720021 +1.8000,0.726720 +1.8200,0.732038 +1.8400,0.735393 +1.8600,0.700659 +1.8800,0.716646 +1.9000,0.725446 +1.9200,0.732941 +1.9400,0.740329 +1.9600,0.748312 +1.9800,0.756327 +2.0000,0.765668 +2.0200,0.783619 +2.0400,0.796432 +2.0600,0.802027 +2.0800,0.761995 +2.1000,0.742081 +2.1200,0.720818 +2.1400,0.701879 +2.1600,0.685436 +2.1800,0.670659 +2.2000,0.658961 +2.2200,0.649693 +2.2400,0.646021 +2.2600,0.643791 +2.2800,0.637655 +2.3000,0.601074 +2.3200,0.565045 +2.3400,0.534250 +2.3600,0.508581 +2.3800,0.488709 +2.4000,0.471660 +2.4200,0.457117 +2.4400,0.444102 +2.4600,0.432117 +2.4800,0.419718 +2.5000,0.405791 +2.5200,0.383923 +2.5400,0.393350 +2.5600,0.399899 +2.5800,0.402362 +2.6000,0.401991 +2.6200,0.401916 +2.6400,0.402575 +2.6600,0.402500 +2.6800,0.405504 +2.7000,0.411438 +2.7200,0.418360 +2.7400,0.397288 +2.7600,0.409772 +2.7800,0.424230 +2.8000,0.436810 +2.8200,0.447881 +2.8400,0.458157 +2.8600,0.468699 +2.8800,0.479463 +2.9000,0.489197 +2.9200,0.501288 +2.9400,0.514335 +2.9600,0.490142 +2.9800,0.501479 +3.0000,0.513708 +3.0200,0.524324 +3.0400,0.528846 +3.0600,0.531553 +3.0800,0.533453 +3.1000,0.533835 +3.1200,0.533761 +3.1400,0.533464 +3.1600,0.535534 +3.1800,0.524600 +3.2000,0.565056 +3.2200,0.602805 +3.2400,0.642061 +3.2600,0.675479 +3.2800,0.702432 +3.3000,0.726210 +3.3200,0.748312 +3.3400,0.768492 +3.3600,0.786592 +3.3800,0.801061 +3.4000,0.762887 +3.4200,0.752600 +3.4400,0.742282 +3.4600,0.735276 +3.4800,0.731147 +3.5000,0.723864 +3.5200,0.716041 +3.5400,0.708833 +3.5600,0.702198 +3.5800,0.696020 +3.6000,0.685277 +3.6200,0.668547 +3.6400,0.680288 +3.6600,0.691466 +3.6800,0.701561 +3.7000,0.715658 +3.7200,0.727803 +3.7400,0.733588 +3.7600,0.740403 +3.7800,0.745679 +3.8000,0.749426 +3.8200,0.740563 +3.8400,0.728057 +3.8600,0.736974 +3.8800,0.744894 +3.9000,0.752919 +3.9200,0.762929 +3.9400,0.774511 +3.9600,0.781783 +3.9800,0.786209 +4.0000,0.790042 +4.0200,0.793598 +4.0400,0.777452 +4.0600,0.745223 +4.0800,0.724788 +4.1000,0.705478 +4.1200,0.687687 +4.1400,0.672634 +4.1600,0.661148 +4.1800,0.651403 +4.2000,0.641562 +4.2200,0.631371 +4.2400,0.622719 +4.2600,0.599503 +4.2800,0.591924 +4.3000,0.590682 +4.3200,0.589960 +4.3400,0.589376 +4.3600,0.588028 +4.3800,0.590565 +4.4000,0.593930 +4.4200,0.594344 +4.4400,0.593272 +4.4600,0.591913 +4.4800,0.569228 +4.5000,0.596679 +4.5200,0.625097 +4.5400,0.650500 +4.5600,0.673377 +4.5800,0.693164 +4.6000,0.711848 +4.6200,0.734639 +4.6400,0.755000 +4.6600,0.769989 +4.6800,0.782388 +4.7000,0.750584 +4.7200,0.726444 +4.7400,0.701922 +4.7600,0.680946 +4.7800,0.662570 +4.8000,0.644757 +4.8200,0.629036 +4.8400,0.616934 +4.8600,0.607783 +4.8800,0.598293 +4.9000,0.588017 +4.9200,0.555555 +4.9400,0.592677 +4.9600,0.620522 +4.9800,0.643589 +5.0000,0.664003 +5.0200,0.682198 +5.0400,0.698748 +5.0600,0.714841 +5.0800,0.733079 +5.1000,0.751327 +5.1200,0.762738 +5.1400,0.723525 +5.1600,0.744023 +5.1800,0.760902 +5.2000,0.772473 +5.2200,0.782303 +5.2400,0.790742 +5.2600,0.798789 +5.2800,0.804999 +5.3000,0.811825 +5.3200,0.822748 +5.3400,0.831644 +5.3600,0.785371 +5.3800,0.788428 +5.4000,0.794500 +5.4200,0.797950 +5.4400,0.798991 +5.4600,0.800264 +5.4800,0.802037 +5.5000,0.803332 +5.5200,0.804638 +5.5400,0.809755 +5.5600,0.812334 +5.5800,0.765467 +5.6000,0.755265 +5.6200,0.746582 +5.6400,0.734841 +5.6600,0.712973 +5.6800,0.685723 +5.7000,0.657708 +5.7200,0.638484 +5.7400,0.629779 +5.7600,0.631159 +5.7800,0.640522 +5.8000,0.618101 +5.8200,0.641540 +5.8400,0.661360 +5.8600,0.678610 +5.8800,0.682878 +5.9000,0.682867 +5.9200,0.680054 +5.9400,0.674608 +5.9600,0.668929 +5.9800,0.665288 +6.0000,0.667475 +6.0200,0.631212 +6.0400,0.662729 +6.0600,0.677028 +6.0800,0.688737 +6.1000,0.698642 +6.1200,0.707962 +6.1400,0.718153 +6.1600,0.730276 +6.1800,0.746475 +6.2000,0.770902 +6.2200,0.793056 +6.2400,0.749777 +6.2600,0.802069 +6.2800,0.819415 +6.3000,0.837398 +6.3200,0.855561 +6.3400,0.872694 +6.3600,0.889000 +6.3800,0.906792 +6.4000,0.926982 +6.4200,0.939466 +6.4400,0.948967 +6.4600,0.959636 +6.4800,0.963925 +6.5000,0.957736 +6.5200,0.953702 +6.5400,0.955305 +6.5600,0.951345 +6.5800,0.943468 +6.6000,0.933766 +6.6200,0.922672 +6.6400,0.908681 +6.6600,0.891961 +6.6800,0.875964 +6.7000,0.855327 +6.7200,0.830657 +6.7400,0.804840 +6.7600,0.779691 +6.7800,0.755785 +6.8000,0.734458 +6.8200,0.716264 +6.8400,0.705744 +6.8600,0.701051 +6.8800,0.672973 +6.9000,0.648770 +6.9200,0.627889 +6.9400,0.609503 +6.9600,0.593845 +6.9800,0.580193 +7.0000,0.570385 +7.0200,0.566701 +7.0400,0.562890 +7.0600,0.561797 +7.0800,0.580236 +7.1000,0.606127 +7.1200,0.627518 +7.1400,0.645574 +7.1600,0.664587 +7.1800,0.681731 +7.2000,0.689279 +7.2200,0.692697 +7.2400,0.692421 +7.2600,0.688366 +7.2800,0.673302 +7.3000,0.639311 +7.3200,0.605586 +7.3400,0.572211 +7.3600,0.539016 +7.3800,0.509324 +7.4000,0.482446 +7.4200,0.457807 +7.4400,0.437085 +7.4600,0.419655 +7.4800,0.405855 +7.5000,0.450811 +7.5200,0.486904 +7.5400,0.521872 +7.5600,0.553708 +7.5800,0.582264 +7.6000,0.606669 +7.6200,0.630585 +7.6400,0.657984 +7.6600,0.680213 +7.6800,0.698015 +7.7000,0.675839 +7.7200,0.638483 +7.7400,0.605129 +7.7600,0.574833 +7.7800,0.547285 +7.8000,0.523591 +7.8200,0.499632 +7.8400,0.475131 +7.8600,0.452138 +7.8800,0.429591 +7.9000,0.421056 +7.9200,0.442659 +7.9400,0.466055 +7.9600,0.489250 +7.9800,0.506235 +8.0000,0.520672 +8.0200,0.533443 +8.0400,0.545735 +8.0600,0.557625 +8.0800,0.568368 +8.1000,0.580024 +8.1200,0.553230 +8.1400,0.553963 +8.1600,0.555258 +8.1800,0.560353 +8.2000,0.565353 +8.2200,0.568304 +8.2400,0.572296 +8.2600,0.576882 +8.2800,0.583134 +8.3000,0.589344 +8.3200,0.595066 +8.3400,0.558368 +8.3600,0.532933 +8.3800,0.510152 +8.4000,0.490598 +8.4200,0.474272 +8.4400,0.458826 +8.4600,0.444272 +8.4800,0.429941 +8.5000,0.417181 +8.5200,0.405897 +8.5400,0.392405 +8.5600,0.372097 +8.5800,0.358605 +8.6000,0.345028 +8.6200,0.332735 +8.6400,0.321217 +8.6600,0.309710 +8.6800,0.297608 +8.7000,0.286016 +8.7200,0.274604 +8.7400,0.263086 +8.7600,0.251409 +8.7800,0.250836 +8.8000,0.258278 +8.8200,0.263320 +8.8400,0.268044 +8.8600,0.274084 +8.8800,0.279148 +8.9000,0.282619 +8.9200,0.284859 +8.9400,0.287491 +8.9600,0.290167 +8.9800,0.286366 +9.0000,0.309444 +9.0200,0.344953 +9.0400,0.377447 +9.0600,0.406958 +9.0800,0.434708 +9.1000,0.466777 +9.1200,0.492053 +9.1400,0.511362 +9.1600,0.528358 +9.1800,0.545183 +9.2000,0.540693 +9.2200,0.570767 +9.2400,0.728832 +9.2600,0.752399 +9.2800,0.743089 +9.3000,0.736688 +9.3200,0.726815 +9.3400,0.717622 +9.3600,0.708758 +9.3800,0.700638 +9.4000,0.691901 +9.4200,0.680521 +9.4400,0.661031 +9.4600,0.668748 +9.4800,0.674873 +9.5000,0.684247 +9.5200,0.695425 +9.5400,0.701604 +9.5600,0.705032 +9.5800,0.707495 +9.6000,0.711455 +9.6200,0.715828 +9.6400,0.709013 +9.6600,0.678982 +9.6800,0.665574 +9.7000,0.652666 +9.7200,0.642008 +9.7400,0.636169 +9.7600,0.627709 +9.7800,0.616573 +9.8000,0.606329 +9.8200,0.595894 +9.8400,0.586181 +9.8600,0.570119 +9.8800,0.574164 +9.9000,0.600076 +9.9200,0.624099 +9.9400,0.647337 +9.9600,0.674470 +9.9800,0.703822 +10.0000,0.726115 +10.0200,0.746497 +10.0400,0.765106 +10.0600,0.783524 +10.0800,0.777314 +10.1000,0.725637 +10.1200,0.681370 +10.1400,0.641222 +10.1600,0.604259 +10.1800,0.570088 +10.2000,0.539833 +10.2200,0.511023 +10.2400,0.483252 +10.2600,0.458295 +10.2800,0.434644 +10.3000,0.409156 +10.3200,0.411162 +10.3400,0.418423 +10.3600,0.424028 +10.3800,0.429379 +10.4000,0.434495 +10.4200,0.440026 +10.4400,0.446629 +10.4600,0.449962 +10.4800,0.453911 +10.5000,0.456268 +10.5200,0.441225 +10.5400,0.512052 +10.5600,0.586531 +10.5800,0.656020 +10.6000,0.718440 +10.6200,0.775297 +10.6400,0.828842 +10.6600,0.882907 +10.6800,0.928362 +10.7000,0.964392 +10.7200,0.996896 +10.7400,0.972077 +10.7600,0.901208 +10.7800,0.838045 +10.8000,0.780212 +10.8200,0.727590 +10.8400,0.680139 +10.8600,0.636498 +10.8800,0.597178 +10.9000,0.562986 +10.9200,0.531415 +10.9400,0.502371 +10.9600,0.470864 +10.9800,0.487180 +11.0000,0.501193 +11.0200,0.515609 +11.0400,0.528422 +11.0600,0.541744 +11.0800,0.555342 +11.1000,0.571202 +11.1200,0.592242 +11.1400,0.610161 +11.1600,0.624099 +11.1800,0.597306 +11.2000,0.688939 +11.2200,0.762367 +11.2400,0.826994 +11.2600,0.885327 +11.2800,0.938585 +11.3000,0.986822 +11.3200,1.031259 +11.3400,1.082744 +11.3600,1.130759 +11.3800,1.163487 +11.4000,1.109889 +11.4200,1.157404 +11.4400,1.194739 +11.4600,1.222626 +11.4800,1.247679 +11.5000,1.270354 +11.5200,1.290004 +11.5400,1.307382 +11.5600,1.331988 +11.5800,1.358485 +11.6000,1.373164 +11.6200,1.297465 +11.6400,1.220736 +11.6600,1.152425 +11.6800,1.089613 +11.7000,1.032989 +11.7200,0.981557 +11.7400,0.935252 +11.7600,0.893257 +11.7800,0.856187 +11.8000,0.825041 +11.8200,0.795477 +11.8400,0.754564 +11.8600,0.786634 +11.8800,0.818045 +11.9000,0.842313 +11.9200,0.861803 +11.9400,0.880752 +11.9600,0.899998 +11.9800,0.918256 +12.0000,0.937311 +12.0200,0.962629 +12.0400,0.989858 +12.0600,0.943978 +12.0800,0.976706 +12.1000,1.013106 +12.1200,1.042756 +12.1400,1.062225 +12.1600,1.078817 +12.1800,1.094040 +12.2000,1.108434 +12.2200,1.119814 +12.2400,1.135504 +12.2600,1.152054 +12.2800,1.099135 +12.3000,1.121215 +12.3200,1.148147 +12.3400,1.178954 +12.3600,1.196788 +12.3800,1.211512 +12.4000,1.224176 +12.4200,1.236649 +12.4400,1.249622 +12.4600,1.261745 +12.4800,1.282647 +12.5000,1.206565 +12.5200,1.172276 +12.5400,1.145217 +12.5600,1.123551 +12.5800,1.101152 +12.6000,1.076725 +12.6200,1.055080 +12.6400,1.035431 +12.6600,1.017682 +12.6800,1.002257 +12.7000,0.988287 +12.7200,0.953776 +12.7400,0.967566 +12.7600,0.981122 +12.7800,0.997863 +12.8000,1.015039 +12.8200,1.022406 +12.8400,1.029486 +12.8600,1.036153 +12.8800,1.041100 +12.9000,1.044019 +12.9200,1.044804 +12.9400,1.002257 +12.9600,1.000272 +12.9800,0.998234 +13.0000,1.001058 +13.0200,1.006440 +13.0400,1.005272 +13.0600,1.004221 +13.0800,1.004349 +13.1000,1.004922 +13.1200,1.003945 +13.1400,0.995315 +13.1600,0.983744 +13.1800,1.018234 +13.2000,1.048520 +13.2200,1.076057 +13.2400,1.106736 +13.2600,1.131396 +13.2800,1.149103 +13.3000,1.164846 +13.3200,1.178327 +13.3400,1.190769 +13.3600,1.184336 +13.3800,1.121120 +13.4000,1.079273 +13.4200,1.040919 +13.4400,1.005909 +13.4600,0.976992 +13.4800,0.951727 +13.5000,0.925135 +13.5200,0.900359 +13.5400,0.877195 +13.5600,0.855741 +13.5800,0.824351 +13.6000,0.833077 +13.6200,0.862535 +13.6400,0.888214 +13.6600,0.911781 +13.6800,0.934445 +13.7000,0.962067 +13.7200,1.087691 +13.7400,1.338209 +13.7600,1.332870 +13.7800,1.315874 +13.8000,1.288560 +13.8200,1.227148 +13.8400,1.192425 +13.8600,1.160419 +13.8800,1.133307 +13.9000,1.113593 +13.9200,1.095207 +13.9400,1.073573 +13.9600,1.052522 +13.9800,1.034210 +14.0000,1.017629 +14.0200,0.990676 +14.0400,0.994901 +14.0600,1.035028 +14.0800,1.066906 +14.1000,1.094347 +14.1200,1.126884 +14.1400,1.161088 +14.1600,1.183699 +14.1800,1.203359 +14.2000,1.220440 +14.2200,1.236819 +14.2400,1.224293 +14.2600,1.173635 +14.2800,1.145525 +14.3000,1.120058 +14.3200,1.096375 +14.3400,1.076726 +14.3600,1.063944 +14.3800,1.046960 +14.4000,1.030378 +14.4200,1.015410 +14.4400,1.000888 +14.4600,0.967958 +14.4800,0.967481 +14.5000,0.979816 +14.5200,0.988691 +14.5400,0.996514 +14.5600,1.003584 +14.5800,1.018616 +14.6000,1.032002 +14.6200,1.036397 +14.6400,1.042618 +14.6600,1.048095 +14.6800,1.019200 +14.7000,0.965931 +14.7200,0.922142 +14.7400,0.882578 +14.7600,0.846485 +14.7800,0.812472 +14.8000,0.781730 +14.8200,0.756295 +14.8400,0.731508 +14.8600,0.708270 +14.8800,0.687081 +14.9000,0.653844 +14.9200,0.715446 +14.9400,0.775912 +14.9600,0.829850 +14.9800,0.878321 +15.0000,0.922471 +15.0200,0.963330 +15.0400,1.009264 +15.0600,1.051439 +15.0800,1.081715 +15.1000,1.109294 +15.1200,1.068658 +15.1400,1.128774 +15.1600,1.172829 +15.1800,1.213454 +15.2000,1.250885 +15.2200,1.283888 +15.2400,1.315396 +15.2600,1.347423 +15.2800,1.386754 +15.3000,1.418271 +15.3200,1.440520 +15.3400,1.372422 +15.3600,1.348007 +15.3800,1.310311 +15.4000,1.277381 +15.4200,1.247732 +15.4400,1.221448 +15.4600,1.197478 +15.4800,1.179028 +15.5000,1.166438 +15.5200,1.248666 +15.5400,1.420119 +15.5600,1.350204 +15.5800,1.340916 +15.6000,1.324631 +15.6200,1.310609 +15.6400,1.298889 +15.6600,1.289451 +15.6800,1.280470 +15.7000,1.280025 +15.7200,1.284101 +15.7400,1.280917 +15.7600,1.278358 +15.7800,1.216586 +15.8000,1.273719 +15.8200,1.314886 +15.8400,1.350247 +15.8600,1.380808 +15.8800,1.407391 +15.9000,1.430002 +15.9200,1.449833 +15.9400,1.477974 +15.9600,1.498081 +15.9800,1.510712 +16.0000,1.436054 +16.0200,1.468155 +16.0400,1.480905 +16.0600,1.488718 +16.0800,1.493919 +16.1000,1.497740 +16.1200,1.500670 +16.1400,1.500468 +16.1600,1.509513 +16.1800,1.520501 +16.2000,1.520309 +16.2200,1.436679 +16.2400,1.486848 +16.2600,1.489620 +16.2800,1.491371 +16.3000,1.491594 +16.3200,1.490968 +16.3400,1.488736 +16.3600,1.496922 +16.3800,1.507274 +16.4000,1.508718 +16.4200,1.508587 +16.4400,1.437412 +16.4600,1.471616 +16.4800,1.471944 +16.5000,1.471032 +16.5200,1.469756 +16.5400,1.467432 +16.5600,1.470416 +16.5800,1.479937 +16.6000,1.479502 +16.6200,1.477232 +16.6400,1.474249 +16.6600,1.418113 +16.6800,1.426021 +16.7000,1.430225 +16.7200,1.428347 +16.7400,1.425746 +16.7600,1.429120 +16.7800,1.438962 +16.8000,1.439280 +16.8200,1.439514 +16.8400,1.437030 +16.8600,1.435639 +16.8800,1.440700 +16.9000,1.468048 +16.9200,1.481924 +16.9400,1.497707 +16.9600,1.499068 +16.9800,1.497899 +17.0000,1.494002 +17.0200,1.488612 +17.0400,1.480861 +17.0600,1.475638 +17.0800,1.474024 +17.1000,1.475500 +17.1200,1.462741 +17.1400,1.450923 +17.1600,1.439386 +17.1800,1.428698 +17.2000,1.420075 +17.2200,1.417413 +17.2400,1.420850 +17.2600,1.409800 +17.2800,1.393718 +17.3000,1.361500 +17.3200,1.322179 +17.3400,1.284950 +17.3600,1.253051 +17.3800,1.225959 +17.4000,1.202796 +17.4200,1.176172 +17.4400,1.149389 +17.4600,1.126460 +17.4800,1.107723 +17.5000,1.099400 +17.5200,1.118158 +17.5400,1.135897 +17.5600,1.147627 +17.5800,1.153784 +17.6000,1.159517 +17.6200,1.163933 +17.6400,1.168136 +17.6600,1.172393 +17.6800,1.182648 +17.7000,1.200185 +17.7200,1.219102 +17.7400,1.223815 +17.7600,1.226480 +17.7800,1.227488 +17.8000,1.228762 +17.8200,1.228507 +17.8400,1.233910 +17.8600,1.246564 +17.8800,1.249834 +17.9000,1.248740 +17.9200,1.223284 +17.9400,1.185779 +17.9600,1.151810 +17.9800,1.119135 +18.0000,1.092437 +18.0200,1.067246 +18.0400,1.040930 +18.0600,1.016493 +18.0800,0.992990 +18.1000,0.969540 +18.1200,0.956717 +18.1400,0.990516 +18.1600,1.025697 +18.1800,1.050930 +18.2000,1.067257 +18.2200,1.081290 +18.2400,1.091365 +18.2600,1.099921 +18.2800,1.107203 +18.3000,1.115271 +18.3200,1.127776 +18.3400,1.126980 +18.3600,1.121269 +18.3800,1.115388 +18.4000,1.108965 +18.4200,1.101577 +18.4400,1.093700 +18.4600,1.091375 +18.4800,1.091492 +18.5000,1.087702 +18.5200,1.083382 +18.5400,1.029115 +18.5600,1.050091 +18.5800,1.059369 +18.6000,1.067639 +18.6200,1.076556 +18.6400,1.086067 +18.6600,1.095059 +18.6800,1.109071 +18.7000,1.131598 +18.7200,1.148306 +18.7400,1.158816 +18.7600,1.100727 +18.7800,1.113954 +18.8000,1.119549 +18.8200,1.123211 +18.8400,1.126088 +18.8600,1.130228 +18.8800,1.134145 +18.9000,1.136406 +18.9200,1.143890 +18.9400,1.150918 +18.9600,1.145185 +18.9800,1.081747 +19.0000,1.095844 +19.0200,1.107914 +19.0400,1.114390 +19.0600,1.118647 +19.0800,1.124443 +19.1000,1.130366 +19.1200,1.137415 +19.1400,1.148795 +19.1600,1.168572 +19.1800,1.181544 +19.2000,1.117574 +19.2200,1.135833 +19.2400,1.151916 +19.2600,1.160769 +19.2800,1.166448 +19.3000,1.174442 +19.3200,1.184325 +19.3400,1.194580 +19.3600,1.207595 +19.3800,1.231501 +19.4000,1.254982 +19.4200,1.186576 +19.4400,1.187319 +19.4600,1.196745 +19.4800,1.202393 +19.5000,1.202818 +19.5200,1.203560 +19.5400,1.203561 +19.5600,1.202658 +19.5800,1.201735 +19.6000,1.205217 +19.6200,1.214293 +19.6400,1.152404 +19.6600,1.161523 +19.6800,1.172977 +19.7000,1.185111 +19.7200,1.187690 +19.7400,1.186406 +19.7600,1.183072 +19.7800,1.180504 +19.8000,1.178083 +19.8200,1.174697 +19.8400,1.180981 +19.8600,1.126778 +19.8800,1.140865 +19.9000,1.161480 +19.9200,1.188465 +19.9400,1.210800 +19.9600,1.234229 +19.9800,1.258337 +20.0000,1.285141 +20.0200,1.314091 +20.0400,1.343398 +20.0600,1.381097 +20.0800,1.331012 +20.1000,1.362529 +20.1200,1.398378 +20.1400,1.443229 +20.1600,1.495087 +20.1800,1.537771 +20.2000,1.581774 +20.2200,1.624991 +20.2400,1.670276 +20.2600,1.715412 +20.2800,1.749565 +20.3000,1.726443 +20.3200,1.806145 +20.3400,1.875464 +20.3600,1.947134 +20.3800,2.026144 +20.4000,2.087300 +20.4200,2.139456 +20.4400,2.186208 +20.4600,2.228733 +20.4800,2.268214 +20.5000,2.268193 +20.5200,2.187301 +20.5400,2.168256 +20.5600,2.149774 +20.5800,2.132524 +20.6000,2.129127 +20.6200,2.127227 +20.6400,2.115304 +20.6600,2.102704 +20.6800,2.090348 +20.7000,2.078033 +20.7200,2.030889 +20.7400,2.019383 +20.7600,2.062344 +20.7800,2.098288 +20.8000,2.130529 +20.8200,2.165115 +20.8400,2.208192 +20.8600,2.239287 +20.8800,2.256302 +20.9000,2.268108 +20.9200,2.278246 +20.9400,2.219966 +20.9600,2.204424 +20.9800,2.224434 +21.0000,2.242746 +21.0200,2.259031 +21.0400,2.271207 +21.0600,2.294615 +21.0800,2.321025 +21.1000,2.333935 +21.1200,2.340570 +21.1400,2.345452 +21.1600,2.260941 +21.1800,2.222724 +21.2000,2.200827 +21.2200,2.179933 +21.2400,2.161686 +21.2600,2.145582 +21.2800,2.134299 +21.3000,2.135984 +21.3200,2.140284 +21.3400,2.131886 +21.3600,2.123969 +21.3800,2.026855 +21.4000,2.067652 +21.4200,2.096813 +21.4400,2.121940 +21.4600,2.145954 +21.4800,2.166718 +21.5000,2.183766 +21.5200,2.206240 +21.5400,2.241377 +21.5600,2.264445 +21.5800,2.277428 +21.6000,2.161876 +21.6200,2.154785 +21.6400,2.135145 +21.6600,2.113628 +21.6800,2.092525 +21.7000,2.071547 +21.7200,2.049753 +21.7400,2.025678 +21.7600,2.007673 +21.7800,1.992205 +21.8000,1.964572 +21.8200,1.853174 +21.8400,1.829638 +21.8600,1.802950 +21.8800,1.772240 +21.9000,1.745224 +21.9200,1.721250 +21.9400,1.701985 +21.9600,1.684500 +21.9800,1.674459 +22.0000,1.674088 +22.0200,1.676007 +22.0400,1.590223 +22.0600,1.616008 +22.0800,1.645466 +22.1000,1.666698 +22.1200,1.681582 +22.1400,1.694405 +22.1600,1.705435 +22.1800,1.712908 +22.2000,1.717186 +22.2200,1.726485 +22.2400,1.738376 +22.2600,1.656707 +22.2800,1.693514 +22.3000,1.738173 +22.3200,1.778981 +22.3400,1.805105 +22.3600,1.828747 +22.3800,1.850360 +22.4000,1.870720 +22.4200,1.889892 +22.4400,1.908619 +22.4600,1.937896 +22.4800,1.866294 +22.5000,1.918555 +22.5200,1.969754 +22.5400,2.028447 +22.5600,2.074372 +22.5800,2.104583 +22.6000,2.132960 +22.6200,2.159232 +22.6400,2.183223 +22.6600,2.205230 +22.6800,2.218916 +22.7000,2.127493 +22.7200,2.124277 +22.7400,2.120677 +22.7600,2.127227 +22.7800,2.138331 +22.8000,2.138237 +22.8200,2.134542 +22.8400,2.131028 +22.8600,2.128394 +22.8800,2.125073 +22.9000,2.102289 +22.9200,2.055911 +22.9400,2.089616 +22.9600,2.119710 +22.9800,2.149699 +23.0000,2.193850 +23.0200,2.234786 +23.0400,2.252640 +23.0600,2.266940 +23.0800,2.276473 +23.1000,2.280878 +23.1200,2.240463 +23.1400,2.171730 +23.1600,2.154690 +23.1800,2.140836 +23.2000,2.127843 +23.2200,2.125848 +23.2400,2.136536 +23.2600,2.139341 +23.2800,2.134243 +23.3000,2.123843 +23.3200,2.109382 +23.3400,2.042238 +23.3600,2.038161 +23.3800,2.067259 +23.4000,2.088628 +23.4200,2.107438 +23.4400,2.124169 +23.4600,2.154753 +23.4800,2.195274 +23.5000,2.222344 +23.5200,2.250136 +23.5400,2.277990 +23.5600,2.211822 +23.5800,2.217820 +23.6000,2.239785 +23.6200,2.257449 +23.6400,2.270007 +23.6600,2.278521 +23.6800,2.287449 +23.7000,2.303554 +23.7200,2.310558 +23.7400,2.302724 +23.7600,2.292704 +23.7800,2.188000 +23.8000,2.182236 +23.8200,2.174519 +23.8400,2.166185 +23.8600,2.157906 +23.8800,2.148481 +23.9000,2.139350 +23.9200,2.136590 +23.9400,2.141495 +23.9600,2.134393 +23.9800,2.123151 +24.0000,2.012598 +24.0200,1.999795 +24.0400,1.976527 +24.0600,1.952473 +24.0800,1.930243 +24.1000,1.908937 +24.1200,1.889267 +24.1400,1.872270 +24.1600,1.865326 +24.1800,1.859892 +24.2000,1.847589 +24.2200,1.750733 +24.2400,1.814118 +24.2600,1.868672 +24.2800,1.915931 +24.3000,1.965614 +24.3200,2.017715 +24.3400,2.073087 +24.3600,2.130316 +24.3800,2.192385 +24.4000,2.264635 +24.4200,2.323289 +24.4400,2.208957 +24.4600,2.315262 +24.4800,2.413130 +24.5000,2.476707 +24.5200,2.534254 +24.5400,2.588470 +24.5600,2.638821 +24.5800,2.685826 +24.6000,2.731081 +24.6200,2.795858 +24.6400,2.857941 +24.6600,2.702684 +24.6800,2.731516 +24.7000,2.779096 +24.7200,2.813597 +24.7400,2.835975 +24.7600,2.857844 +24.7800,2.878576 +24.8000,2.897812 +24.8200,2.916220 +24.8400,2.944064 +24.8600,2.986434 +24.8800,2.837481 +24.9000,2.876240 +24.9200,2.930816 +24.9400,2.985731 +24.9600,3.014892 +24.9800,3.036412 +25.0000,3.056263 +25.0200,3.075604 +25.0400,3.092218 +25.0600,3.105722 +25.0800,3.131784 +25.1000,2.988226 +25.1200,3.008249 +25.1400,3.027663 +25.1600,3.065083 +25.1800,3.089798 +25.2000,3.097833 +25.2200,3.103950 +25.2400,3.109130 +25.2600,3.113876 +25.2800,3.118641 +25.3000,3.595899 +25.3200,3.600000 25.3400,3.600000 -25.3600,3.550597 -25.3800,3.504319 -25.4000,3.464700 -25.4200,3.428554 -25.4400,3.395808 -25.4600,3.367220 -25.4800,3.352910 -25.5000,3.351706 -25.5200,3.334244 -25.5400,3.132682 -25.5600,3.153933 -25.5800,3.170329 -25.6000,3.163077 -25.6200,3.150524 -25.6400,3.134628 -25.6600,3.115278 -25.6800,3.092313 -25.7000,3.070814 -25.7200,3.060272 -25.7400,3.043708 -25.7600,2.862567 -25.7800,2.848281 -25.8000,2.847737 -25.8200,2.834414 -25.8400,2.816000 -25.8600,2.799327 -25.8800,2.783607 -25.9000,2.770777 -25.9200,2.760661 -25.9400,2.761929 -25.9600,2.775213 -25.9800,2.629965 -26.0000,2.645250 -26.0200,2.667055 -26.0400,2.696308 -26.0600,2.706944 -26.0800,2.717216 -26.1000,2.728545 -26.1200,2.740681 -26.1400,2.751585 -26.1600,2.762097 -26.1800,2.791165 -26.2000,2.666221 -26.2200,2.704906 -26.2400,2.744497 -26.2600,2.793221 -26.2800,2.835129 -26.3000,2.856415 -26.3200,2.876237 -26.3400,2.891903 -26.3600,2.904733 -26.3800,2.914645 -26.4000,2.919054 -26.4200,2.805125 -26.4400,2.826356 -26.4600,2.832295 -26.4800,2.849672 -26.5000,2.876396 -26.5200,2.882612 -26.5400,2.886485 -26.5600,2.885557 -26.5800,2.882167 -26.6000,2.875441 -26.6200,2.844883 -26.6400,2.753001 -26.6600,2.767433 -26.6800,2.780476 -26.7000,2.790425 -26.7200,2.819372 -26.7400,2.842778 -26.7600,2.847086 -26.7800,2.854721 -26.8000,2.860695 -26.8200,2.866280 -26.8400,2.815906 -26.8600,2.752722 -26.8800,2.768154 -26.9000,2.782264 -26.9200,2.793695 -26.9400,2.814470 -26.9600,2.847403 -26.9800,2.863204 -27.0000,2.870319 -27.0200,2.875469 -27.0400,2.879370 -27.0600,2.801642 -27.0800,2.757094 -27.1000,2.763431 -27.1200,2.770970 -27.1400,2.777667 -27.1600,2.783070 -27.1800,2.803588 -27.2000,2.829209 -27.2200,2.834110 -27.2400,2.839919 -27.2600,2.844495 -27.2800,2.857899 -27.3000,2.887151 -27.3200,2.915310 -27.3400,2.956181 -27.3600,2.991732 -27.3800,3.010927 -27.4000,3.028278 -27.4200,3.041115 -27.4400,3.049887 -27.4600,3.056400 -27.4800,3.067471 -27.5000,3.097177 -27.5200,3.117908 -27.5400,3.123993 -27.5600,3.127311 -27.5800,3.129273 -27.6000,3.128496 -27.6200,3.127598 -27.6400,3.134230 -27.6600,3.160576 -27.6800,3.173646 -27.7000,3.132239 -27.7200,3.084422 -27.7400,3.039133 -27.7600,2.996883 -27.7800,2.955440 -27.8000,2.928549 -27.8200,2.918145 -27.8400,2.896591 -27.8600,2.874358 -27.8800,2.850154 -27.9000,2.841825 -27.9200,2.853080 -27.9400,2.861157 -27.9600,2.883612 -27.9800,2.911106 -28.0000,2.921453 -28.0200,2.924804 -28.0400,2.925575 -28.0600,2.927956 -28.0800,2.931476 -28.1000,2.929725 -28.1200,2.944305 -28.1400,2.966194 -28.1600,2.969084 -28.1800,2.966869 -28.2000,2.964815 -28.2200,2.962683 -28.2400,2.957152 -28.2600,2.953041 -28.2800,2.965203 -28.3000,2.980349 -28.3200,2.945601 -28.3400,2.907799 -28.3600,2.873663 -28.3800,2.843252 -28.4000,2.815174 -28.4200,2.791702 -28.4400,2.795296 -28.4600,2.789441 -28.4800,2.773537 -28.5000,2.757585 -28.5200,2.765903 -28.5400,2.790831 -28.5600,2.812368 -28.5800,2.839056 -28.6000,2.879686 -28.6200,2.910504 -28.6400,2.922667 -28.6600,2.934301 -28.6800,2.943684 -28.7000,2.951170 -28.7200,2.949651 -28.7400,2.942147 -28.7600,2.934124 -28.7800,2.914765 -28.8000,2.887938 -28.8200,2.863771 -28.8400,2.840094 -28.8600,2.817713 -28.8800,2.795131 -28.9000,2.784477 -28.9200,2.786969 -28.9400,2.641804 -28.9600,2.672197 -28.9800,2.699191 -29.0000,2.724415 -29.0200,2.732566 -29.0400,2.738180 -29.0600,2.741208 -29.0800,2.742562 -29.1000,2.744275 -29.1200,2.746711 -29.1400,2.764209 -29.1600,2.627281 -29.1800,2.641064 -29.2000,2.661229 -29.2200,2.695728 -29.2400,2.718633 -29.2600,2.727999 -29.2800,2.739245 -29.3000,2.749749 -29.3200,2.758697 -29.3400,2.764155 -29.3600,2.767146 -29.3800,2.665212 -29.4000,2.704220 -29.4200,2.737151 -29.4400,2.784597 -29.4600,2.831857 -29.4800,2.858018 -29.5000,2.877721 -29.5200,2.891551 -29.5400,2.903352 -29.5600,2.911150 -29.5800,2.888087 -29.6000,2.791443 -29.6200,2.798047 -29.6400,2.795251 -29.6600,2.794742 -29.6800,2.807486 -29.7000,2.814740 -29.7200,2.807654 -29.7400,2.800901 -29.7600,2.795177 -29.7800,2.789194 -29.8000,2.733732 -29.8200,2.654728 -29.8400,2.641778 -29.8600,2.622156 -29.8800,2.603983 -29.9000,2.596923 -29.9200,2.601778 -29.9400,2.592394 -29.9600,2.578434 -29.9800,2.564726 -30.0000,2.552859 -30.0200,2.486219 -30.0400,2.463821 -30.0600,2.490093 -30.0800,2.512433 -30.1000,2.531302 -30.1200,2.551303 -30.1400,2.583557 -30.1600,2.610161 -30.1800,2.621147 -30.2000,2.628929 -30.2200,2.635756 -30.2400,2.552971 -30.2600,2.514491 -30.2800,2.507054 -30.3000,2.499920 -30.3200,2.493500 -30.3400,2.486950 -30.3600,2.490869 -30.3800,2.507562 -30.4000,2.513092 -30.4200,2.509711 -30.4400,2.508136 -30.4600,2.402739 -30.4800,2.451760 -30.5000,2.500356 -30.5200,2.541253 -30.5400,2.577102 -30.5600,2.609151 -30.5800,2.635662 -30.6000,2.677865 -30.6200,2.722729 -30.6400,2.744424 -30.6600,2.761542 -30.6800,2.625261 -30.7000,2.654274 -30.7200,2.667640 -30.7400,2.676987 -30.7600,2.685898 -30.7800,2.692947 -30.8000,2.700339 -30.8200,2.711640 -30.8400,2.736911 -30.8600,2.759012 -30.8800,2.763005 -30.9000,2.607430 -30.9200,2.639025 -30.9400,2.653875 -30.9600,2.659395 -30.9800,2.663870 -31.0000,2.668000 -31.0200,2.671103 -31.0400,2.671381 -31.0600,2.681276 -31.0800,2.710464 -31.1000,2.718327 -31.1200,2.561697 -31.1400,2.632171 -31.1600,2.692687 -31.1800,2.733881 -31.2000,2.765386 -31.2200,2.793157 -31.2400,2.816241 -31.2600,2.835851 -31.2800,2.857193 -31.3000,2.897553 -31.3200,2.933930 -31.3400,2.760105 -31.3600,2.771445 -31.3800,2.790007 -31.4000,2.797752 -31.4200,2.794168 -31.4400,2.789525 -31.4600,2.785765 -31.4800,2.780771 -31.5000,2.775622 -31.5200,2.778585 -31.5400,2.795131 -31.5600,2.644556 -31.5800,2.662424 -31.6000,2.693789 -31.6200,2.728146 -31.6400,2.741283 -31.6600,2.752482 -31.6800,2.759790 -31.7000,2.766582 -31.7200,2.771861 -31.7400,2.779345 -31.7600,2.794685 -31.7800,2.674354 -31.8000,2.720200 -31.8200,2.765190 -31.8400,2.822530 -31.8600,2.873006 -31.8800,2.899638 -31.9000,2.922081 -31.9200,2.939776 -31.9400,2.955059 -31.9600,2.967880 -31.9800,2.967556 -32.0000,2.831395 -32.0200,2.809405 -32.0400,2.785783 -32.0600,2.771805 -32.0800,2.769342 -32.1000,2.758871 -32.1200,2.736549 -32.1400,2.715198 -32.1600,2.693909 -32.1800,2.672818 -32.2000,2.622103 -32.2200,2.538604 -32.2400,2.536288 -32.2600,2.533175 -32.2800,2.531294 -32.3000,2.551616 -32.3200,2.561807 -32.3400,2.561233 -32.3600,2.557462 -32.3800,2.552201 -32.4000,2.546930 -32.4200,2.494779 -32.4400,2.458152 -32.4600,2.488303 -32.4800,2.516038 -32.5000,2.539241 -32.5200,2.567893 -32.5400,2.611060 -32.5600,2.634485 -32.5800,2.644001 -32.6000,2.651707 -32.6200,2.657997 -32.6400,2.587179 -32.6600,2.559261 -32.6800,2.578879 -32.7000,2.597127 -32.7200,2.614303 -32.7400,2.631706 -32.7600,2.671225 -32.7800,2.710722 -32.8000,2.731963 -32.8200,2.750240 -32.8400,2.766441 -32.8600,2.674181 -32.8800,2.697079 -32.9000,2.723859 -32.9200,2.743136 -32.9400,2.758910 -32.9600,2.772297 -32.9800,2.795109 -33.0000,2.826810 -33.0200,2.842936 -33.0400,2.845829 -33.0600,2.846124 -33.0800,2.724885 -33.1000,2.733649 -33.1200,2.747609 -33.1400,2.756326 -33.1600,2.763802 -33.1800,2.769730 -33.2000,2.775213 -33.2200,2.804903 -33.2400,2.832858 -33.2600,2.844457 -33.2800,2.850329 -33.3000,2.706379 -33.3200,2.737039 -33.3400,2.752639 -33.3600,2.765025 -33.3800,2.774899 -33.4000,2.783357 -33.4200,2.789598 -33.4400,2.799124 -33.4600,2.825004 -33.4800,2.843733 -33.5000,2.846606 -33.5200,2.684110 -33.5400,2.701441 -33.5600,2.702453 -33.5800,2.698867 -33.6000,2.695366 -33.6200,2.690094 -33.6400,2.683758 -33.6600,2.678534 -33.6800,2.684757 -33.7000,2.701356 -33.7200,2.701405 -33.7400,2.544940 -33.7600,2.601370 -33.7800,2.644167 -33.8000,2.672188 -33.8200,2.692299 -33.8400,2.707860 -33.8600,2.723061 -33.8800,2.738838 -33.9000,2.758049 -33.9200,2.793536 -33.9400,2.823197 -33.9600,2.658118 -33.9800,2.694624 -34.0000,2.741468 -34.0200,2.767489 -34.0400,2.781976 -34.0600,2.794397 -34.0800,2.804969 -34.1000,2.812693 -34.1200,2.819474 -34.1400,2.836917 -34.1600,2.862049 -34.1800,2.704239 -34.2000,2.729897 -34.2200,2.767905 -34.2400,2.806172 -34.2600,2.823549 -34.2800,2.836360 -34.3000,2.848968 -34.3200,2.857981 -34.3400,2.866178 -34.3600,2.875017 -34.3800,2.899192 -34.4000,2.739875 -34.4200,2.719429 -34.4400,2.702599 -34.4600,2.706025 -34.4800,2.698614 -34.5000,2.680840 -34.5200,2.667260 -34.5400,2.656044 -34.5600,2.643676 -34.5800,2.631541 -34.6000,2.618814 -34.6200,2.507238 -34.6400,2.509860 -34.6600,2.511787 -34.6800,2.530655 -34.7000,2.545976 -34.7200,2.546299 -34.7400,2.548765 -34.7600,2.547644 -34.7800,2.547292 -34.8000,2.546827 -34.8200,2.524884 -34.8400,2.470805 -34.8600,2.534554 -34.8800,2.589651 -34.9000,2.642860 -34.9200,2.709538 -34.9400,2.762429 -34.9600,2.795768 -34.9800,2.826181 -35.0000,2.856591 -35.0200,2.883223 -35.0400,2.852821 -35.0600,2.778975 -35.0800,2.791063 -35.1000,2.800540 -35.1200,2.809266 -35.1400,2.830497 -35.1600,2.856008 -35.1800,2.862622 -35.2000,2.867494 -35.2200,2.869875 -35.2400,2.870810 -35.2600,2.799242 -35.2800,2.759708 -35.3000,2.783355 -35.3200,2.803827 -35.3400,2.821668 -35.3600,2.840472 -35.3800,2.874460 -35.4000,2.905093 -35.4200,2.914810 -35.4400,2.925362 -35.4600,2.931698 -35.4800,2.834451 -35.5000,2.803827 -35.5200,2.805663 -35.5400,2.806098 -35.5600,2.805719 -35.5800,2.804643 -35.6000,2.813749 -35.6200,2.835925 -35.6400,2.849385 -35.6600,2.845643 -35.6800,2.842844 -35.7000,2.719764 -35.7200,2.757855 -35.7400,2.799696 -35.7600,2.835841 -35.7800,2.867921 -35.8000,2.895395 -35.8200,2.919119 -35.8400,2.956782 -35.8600,2.999346 -35.8800,3.019042 -35.9000,3.031232 -35.9200,2.875006 -35.9400,2.887502 -35.9600,2.877165 -35.9800,2.869571 -36.0000,2.862280 -36.0200,2.854192 -36.0400,2.844855 -36.0600,2.838610 -36.0800,2.851561 -36.1000,2.863585 -36.1200,2.856721 -36.1400,2.690918 -36.1600,2.743247 -36.1800,2.775001 -36.2000,2.791433 -36.2200,2.804782 -36.2400,2.817084 -36.2600,2.828340 -36.2800,2.837917 -36.3000,2.851858 -36.3200,2.881547 -36.3400,2.896286 -36.3600,2.724730 -36.3800,2.775825 -36.4000,2.820909 -36.4200,2.845901 -36.4400,2.862233 -36.4600,2.876275 -36.4800,2.890507 -36.5000,2.902768 -36.5200,2.913887 -36.5400,2.938960 -36.5600,2.962497 -36.5800,2.789570 -36.6000,2.816177 -36.6200,2.858351 -36.6400,2.890411 -36.6600,2.905898 -36.6800,2.916840 -36.7000,2.925566 -36.7200,2.933671 -36.7400,2.939803 -36.7600,2.951271 -36.7800,2.981804 -36.8000,2.818500 -36.8200,2.834332 -36.8400,2.861622 -36.8600,2.894976 -36.8800,2.908522 -36.9000,2.915468 -36.9200,2.921240 -36.9400,2.926520 -36.9600,2.929984 -36.9800,2.931336 -37.0000,2.944444 -37.0200,2.808664 -37.0400,2.830654 -37.0600,2.852162 -37.0800,2.889050 -37.1000,2.923184 -37.1200,2.934162 -37.1400,2.946510 -37.1600,2.955512 -37.1800,2.961599 -37.2000,2.967381 -37.2200,2.954765 -37.2400,2.836705 -37.2600,2.841566 -37.2800,2.844372 -37.3000,2.854341 -37.3200,2.878601 -37.3400,2.889762 -37.3600,2.888938 -37.3800,2.887798 -37.4000,2.884891 -37.4200,2.881277 -37.4400,2.838546 -37.4600,2.754528 -37.4800,2.765654 -37.5000,2.775233 -37.5200,2.784504 -37.5400,2.807922 -37.5600,2.834074 -37.5800,2.840677 -37.6000,2.844391 -37.6200,2.846412 -37.6400,2.847088 -37.6600,2.854414 -37.6800,2.885752 -37.7000,2.934606 -37.7200,2.978967 -37.7400,2.999766 -37.7600,3.016233 -37.7800,3.032453 -37.8000,3.046293 -37.8200,3.056475 -37.8400,3.066970 -37.8600,3.094677 -37.8800,3.122281 -37.9000,3.126402 -37.9200,3.128940 -37.9400,3.130053 -37.9600,3.131730 -37.9800,3.132887 -38.0000,3.136537 -38.0200,3.158852 -38.0400,3.178009 -38.0600,3.178823 -38.0800,3.133424 -38.1000,3.077317 -38.1200,3.028332 -38.1400,2.983590 -38.1600,2.945167 -38.1800,2.927438 -38.2000,2.919137 -38.2200,2.887855 -38.2400,2.857665 -38.2600,2.831479 -38.2800,2.823455 -38.3000,2.840131 -38.3200,2.864029 -38.3400,2.903037 -38.3600,2.928557 -38.3800,2.937904 -38.4000,2.945880 -38.4200,2.951300 -38.4400,2.956153 -38.4600,2.960517 -38.4800,2.971401 -38.5000,3.001876 -38.5200,3.021812 -38.5400,3.024155 -38.5600,3.026767 -38.5800,3.030249 -38.6000,3.030351 -38.6200,3.028916 -38.6400,3.037142 -38.6600,3.063680 -38.6800,3.074944 -38.7000,3.024024 -38.7200,2.970177 -38.7400,2.920906 -38.7600,2.877767 -38.7800,2.841667 -38.8000,2.813528 -38.8200,2.800206 -38.8400,2.776436 -38.8600,2.750175 -38.8800,2.728861 -38.9000,2.736715 -38.9200,2.770711 -38.9400,2.798798 -38.9600,2.845994 -38.9800,2.891763 -39.0000,2.917229 -39.0200,2.935719 -39.0400,2.951772 -39.0600,2.965269 -39.0800,2.976523 -39.1000,2.980440 -39.1200,2.964851 -39.1400,2.958580 -39.1600,2.937978 -39.1800,2.913191 -39.2000,2.890392 -39.2200,2.870487 -39.2400,2.852998 -39.2600,2.835813 -39.2800,2.837121 -39.3000,2.844113 -39.3200,2.680164 -39.3400,2.697292 -39.3600,2.725423 -39.3800,2.755372 -39.4000,2.762838 -39.4200,2.767916 -39.4400,2.772084 -39.4600,0.484484 -39.4800,0.488884 -39.5000,0.492987 -39.5200,0.497804 -39.5400,0.501268 -39.5600,0.506261 -39.5800,0.488773 -39.6000,0.503649 -39.6200,0.518285 -39.6400,0.534800 -39.6600,0.549084 -39.6800,0.557902 -39.7000,0.566517 -39.7200,0.573751 -39.7400,0.580245 -39.7600,0.586062 -39.7800,0.587581 -39.8000,0.544314 -39.8200,0.507614 -39.8400,0.474174 -39.8600,0.444032 -39.8800,0.417021 -39.9000,0.392021 -39.9200,0.368817 -39.9400,0.348114 -39.9600,0.328356 -39.9800,0.309849 -40.0000,0.292610 -40.0200,0.297659 -40.0400,0.316583 -40.0600,0.334257 -40.0800,0.351541 -40.1000,0.370744 -40.1200,0.386731 -40.1400,0.397921 -40.1600,0.407351 -40.1800,0.414854 -40.2000,0.419198 -40.2200,0.414317 -40.2400,0.428850 -40.2600,0.461910 -40.2800,0.491589 -40.3000,0.518081 -40.3200,0.544406 -40.3400,0.570482 -40.3600,0.594010 -40.3800,0.612100 -40.4000,0.630089 -40.4200,0.645392 -40.4400,0.638222 -40.4600,0.631756 -40.4800,0.637305 -40.5000,0.640501 -40.5200,0.643557 -40.5400,0.646614 -40.5600,0.655525 -40.5800,0.666576 -40.6000,0.677386 -40.6200,0.689048 -40.6400,0.701979 -40.6600,0.690984 -40.6800,0.673459 -40.7000,0.665946 -40.7200,0.659314 -40.7400,0.654960 -40.7600,0.653830 -40.7800,0.655016 -40.8000,0.657545 -40.8200,0.658239 -40.8400,0.659481 -40.8600,0.661028 -40.8800,0.638861 -40.9000,0.647865 -40.9200,0.659675 -40.9400,0.668206 -40.9600,0.672708 -40.9800,0.675015 -41.0000,0.677960 -41.0200,0.682064 -41.0400,0.683546 -41.0600,0.683620 -41.0800,0.684852 -41.1000,0.658295 -41.1200,0.652932 -41.1400,0.649060 -41.1600,0.644660 -41.1800,0.639093 -41.2000,0.632349 -41.2200,0.627440 -41.2400,0.628283 -41.2600,0.634128 -41.2800,0.638769 -41.3000,0.641696 -41.3200,0.611387 -41.3400,0.625337 -41.3600,0.633016 -41.3800,0.639556 -41.4000,0.646003 -41.4200,0.652969 -41.4400,0.659962 -41.4600,0.668114 -41.4800,0.683778 -41.5000,0.694958 -41.5200,0.699840 -41.5400,0.664909 -41.5600,0.647531 -41.5800,0.628978 -41.6000,0.612452 -41.6200,0.598104 -41.6400,0.585210 -41.6600,0.575002 -41.6800,0.566915 -41.7000,0.563710 -41.7200,0.561765 -41.7400,0.556411 -41.7600,0.524491 -41.7800,0.493052 -41.8000,0.466180 -41.8200,0.443782 -41.8400,0.426442 -41.8600,0.411566 -41.8800,0.398875 -41.9000,0.387519 -41.9200,0.377061 -41.9400,0.366242 -41.9600,0.354089 -41.9800,0.335007 -42.0000,0.343233 -42.0200,0.348948 -42.0400,0.351097 -42.0600,0.350773 -42.0800,0.350708 -42.1000,0.351282 -42.1200,0.351217 -42.1400,0.353839 -42.1600,0.359017 -42.1800,0.365056 -42.2000,0.346669 -42.2200,0.357562 -42.2400,0.370179 -42.2600,0.381155 -42.2800,0.390816 -42.3000,0.399783 -42.3200,0.408981 -42.3400,0.418374 -42.3600,0.426868 -42.3800,0.437418 -42.4000,0.448803 -42.4200,0.427692 -42.4400,0.437585 -42.4600,0.448256 -42.4800,0.457519 -42.5000,0.461465 -42.5200,0.463828 -42.5400,0.465485 -42.5600,0.465819 -42.5800,0.465754 -42.6000,0.465495 -42.6200,0.467301 -42.6400,0.457760 -42.6600,0.493062 -42.6800,0.526001 -42.7000,0.560255 -42.7200,0.589415 -42.7400,0.612934 -42.7600,0.633683 -42.7800,0.652969 -42.8000,0.670578 -42.8200,0.686371 -42.8400,0.698997 -42.8600,0.665687 -42.8800,0.656711 -42.9000,0.647707 -42.9200,0.641594 -42.9400,0.637991 -42.9600,0.631636 -42.9800,0.624809 -43.0000,0.618520 -43.0200,0.612730 -43.0400,0.607339 -43.0600,0.597965 -43.0800,0.583367 -43.1000,0.593611 -43.1200,0.603366 -43.1400,0.612175 -43.1600,0.624476 -43.1800,0.635073 -43.2000,0.640121 -43.2200,0.646068 -43.2400,0.650672 -43.2600,0.653941 -43.2800,0.646207 -43.3000,0.635295 -43.3200,0.643076 -43.3400,0.649986 -43.3600,0.656989 -43.3800,0.665724 -43.4000,0.675830 -43.4200,0.682175 -43.4400,0.686038 -43.4600,0.689382 -43.4800,0.692485 -43.5000,0.678396 -43.5200,0.650273 -43.5400,0.632442 -43.5600,0.615593 -43.5800,0.600068 -43.6000,0.586933 -43.6200,0.576910 -43.6400,0.568407 -43.6600,0.559820 -43.6800,0.550927 -43.7000,0.543378 -43.7200,0.523120 -43.7400,0.516506 -43.7600,0.515422 -43.7800,0.514793 -43.8000,0.514283 -43.8200,0.513107 -43.8400,0.515321 -43.8600,0.518257 -43.8800,0.518618 -43.9000,0.517682 -43.9200,0.516497 -43.9400,0.496702 -43.9600,0.520656 -43.9800,0.545453 -44.0000,0.567619 -44.0200,0.587581 -44.0400,0.604847 -44.0600,0.621150 -44.0800,0.641038 -44.1000,0.658804 -44.1200,0.671884 -44.1400,0.682703 -44.1600,0.654951 -44.1800,0.633887 -44.2000,0.612490 -44.2200,0.594186 -44.2400,0.578151 -44.2600,0.562608 -44.2800,0.548890 -44.3000,0.538330 -44.3200,0.530345 -44.3400,0.522064 -44.3600,0.513097 -44.3800,0.484771 -44.4000,0.517164 -44.4200,0.541461 -44.4400,0.561589 -44.4600,0.579402 -44.4800,0.595279 -44.5000,0.609720 -44.5200,0.623762 -44.5400,0.639676 -44.5600,0.655599 -44.5800,0.665557 -44.6000,0.631340 -44.6200,0.649226 -44.6400,0.663955 -44.6600,0.674051 -44.6800,0.682629 -44.7000,0.689993 -44.7200,0.697014 -44.7400,0.702433 -44.7600,0.708389 -44.7800,0.717921 -44.8000,0.725683 -44.8200,0.685306 -44.8400,0.687974 -44.8600,0.693272 -44.8800,0.696283 -44.9000,0.697190 -44.9200,0.698302 -44.9400,0.699849 -44.9600,0.700979 -44.9800,0.702118 -45.0000,0.706583 -45.0200,0.708834 -45.0400,0.667938 -45.0600,0.659036 -45.0800,0.651459 -45.1000,0.641214 -45.1200,0.622132 -45.1400,0.598354 -45.1600,0.573909 -45.1800,0.557134 -45.2000,0.549538 -45.2200,0.550742 -45.2400,0.558912 -45.2600,0.539349 -45.2800,0.559801 -45.3000,0.577095 -45.3200,0.592148 -45.3400,0.595871 -45.3600,0.595862 -45.3800,0.593408 -45.4000,0.588656 -45.4200,0.583700 -45.4400,0.580523 -45.4600,0.582431 -45.4800,0.550788 -45.5000,0.578290 -45.5200,0.590768 -45.5400,0.600985 -45.5600,0.609627 -45.5800,0.617760 -45.6000,0.626653 -45.6200,0.637231 -45.6400,0.651366 -45.6600,0.672680 -45.6800,0.692012 -45.7000,0.654247 -45.7200,0.699877 -45.7400,0.715012 -45.7600,0.730704 -45.7800,0.746553 -45.8000,0.761503 -45.8200,0.775732 -45.8400,0.791256 -45.8600,0.808875 -45.8800,0.819768 -45.9000,0.828058 -45.9200,0.837368 -45.9400,0.841110 -45.9600,0.835710 -45.9800,0.832190 -46.0000,0.833588 -46.0200,0.830133 -46.0400,0.823260 -46.0600,0.814794 -46.0800,0.805114 -46.1000,0.792905 -46.1200,0.778316 -46.1400,0.764357 -46.1600,0.746349 -46.1800,0.724822 -46.2000,0.702294 -46.2200,0.680350 -46.2400,0.659490 -46.2600,0.640880 -46.2800,0.625004 -46.3000,0.615824 -46.3200,0.611730 -46.3400,0.587229 -46.3600,0.566110 -46.3800,0.547889 -46.4000,0.531846 -46.4200,0.518183 -46.4400,0.506270 -46.4600,0.497711 -46.4800,0.494497 -46.5000,0.491172 -46.5200,0.490218 -46.5400,0.506308 -46.5600,0.528900 -46.5800,0.547565 -46.6000,0.563321 -46.6200,0.579911 -46.6400,0.594871 -46.6600,0.601457 -46.6800,0.604440 -46.7000,0.604199 -46.7200,0.600661 -46.7400,0.587516 -46.7600,0.557856 -46.7800,0.528427 -46.8000,0.499305 -46.8200,0.470339 -46.8400,0.444431 -46.8600,0.420977 -46.8800,0.399477 -46.9000,0.381396 -46.9200,0.366186 -46.9400,0.354144 -46.9600,0.393373 -46.9800,0.424867 -47.0000,0.455380 -47.0200,0.483159 -47.0400,0.508077 -47.0600,0.529372 -47.0800,0.550242 -47.1000,0.574150 -47.1200,0.593547 -47.1400,0.609081 -47.1600,0.589730 -47.1800,0.557134 -47.2000,0.528029 -47.2200,0.501593 -47.2400,0.477555 -47.2600,0.456880 -47.2800,0.435974 -47.3000,0.414595 -47.3200,0.394531 -47.3400,0.374856 -47.3600,0.367409 -47.3800,0.386259 -47.4000,0.406675 -47.4200,0.426914 -47.4400,0.441735 -47.4600,0.454333 -47.4800,0.465476 -47.5000,0.476203 -47.5200,0.486577 -47.5400,0.495952 -47.5600,0.506122 -47.5800,0.482742 -47.6000,0.483382 -47.6200,0.484512 -47.6400,0.488958 -47.6600,0.493321 -47.6800,0.495896 -47.7000,0.499379 -47.7200,0.503381 -47.7400,0.508836 -47.7600,0.514255 -47.7800,0.519248 -47.8000,0.487226 -47.8200,0.465032 -47.8400,0.445153 -47.8600,0.428091 -47.8800,0.413844 -47.9000,0.400367 -47.9200,0.387667 -47.9400,0.375162 -47.9600,0.364028 -47.9800,0.354181 -48.0000,0.342408 -48.0200,0.324688 -48.0400,0.312915 -48.0600,0.301067 -48.0800,0.290341 -48.1000,0.280290 -48.1200,0.270249 -48.1400,0.259690 -48.1600,0.249574 -48.1800,0.239617 -48.2000,0.229566 -48.2200,0.219377 -48.2400,0.218877 -48.2600,0.225370 -48.2800,0.229770 -48.3000,0.233892 -48.3200,0.239163 -48.3400,0.243581 -48.3600,0.246610 -48.3800,0.248565 -48.4000,0.250862 -48.4200,0.253196 -48.4400,0.249880 -48.4600,0.270018 -48.4800,0.301003 -48.5000,0.329357 -48.5200,0.355108 -48.5400,0.379321 -48.5600,0.407305 -48.5800,0.429360 -48.6000,0.446209 -48.6200,0.461039 -48.6400,0.475721 -48.6600,0.471803 -48.6800,0.498045 -48.7000,0.635971 -48.7200,0.656535 -48.7400,0.648411 -48.7600,0.642826 -48.7800,0.634211 -48.8000,0.626189 -48.8200,0.618455 -48.8400,0.611369 -48.8600,0.603745 -48.8800,0.593815 -48.9000,0.576808 -48.9200,0.583542 -48.9400,0.588887 -48.9600,0.597066 -48.9800,0.606820 -49.0000,0.612212 -49.0200,0.615203 -49.0400,0.617352 -49.0600,0.620808 -49.0800,0.624624 -49.1000,0.618677 -49.1200,0.592472 -49.1400,0.580773 -49.1600,0.569509 -49.1800,0.560209 -49.2000,0.555114 -49.2200,0.547732 -49.2400,0.538015 -49.2600,0.529076 -49.2800,0.519971 -49.3000,0.511495 -49.3200,0.497480 -49.3400,0.501009 -49.3600,0.523620 -49.3800,0.544582 -49.4000,0.564859 -49.4200,0.588535 -49.4400,0.614148 -49.4600,0.633600 -49.4800,0.651385 -49.5000,0.667623 -49.5200,0.683694 -49.5400,0.678275 -49.5600,0.633183 -49.5800,0.594556 -49.6000,0.559523 -49.6200,0.527270 -49.6400,0.497452 -49.6600,0.471053 -49.6800,0.445913 -49.7000,0.421681 -49.7200,0.399903 -49.7400,0.379266 -49.7600,0.357025 -49.7800,0.358776 -49.8000,0.365112 -49.8200,0.370003 -49.8400,0.374671 -49.8600,0.379136 -49.8800,0.383962 -49.9000,0.389723 -49.9200,0.392632 -49.9400,0.396078 -49.9600,0.398134 -49.9800,0.385008 -50.0000,0.446811 -50.0200,0.511801 -50.0400,0.572436 -50.0600,0.626903 -50.0800,0.676515 -50.1000,0.723238 -50.1200,0.770415 -50.1400,0.810079 -50.1600,0.841518 -50.1800,0.869881 -50.2000,0.848224 -50.2200,0.786384 -50.2400,0.731269 -50.2600,0.680804 -50.2800,0.634887 -50.3000,0.593482 -50.3200,0.555401 -50.3400,0.521091 -50.3600,0.491255 -50.3800,0.463707 -50.4000,0.438363 -50.4200,0.410871 -50.4400,0.425108 -50.4600,0.437335 -50.4800,0.449914 -50.5000,0.461095 -50.5200,0.472720 -50.5400,0.484586 -50.5600,0.498425 -50.5800,0.516784 -50.6000,0.532420 -50.6200,0.544582 -50.6400,0.521202 -50.6600,0.601161 -50.6800,0.665233 -50.7000,0.721626 -50.7200,0.772527 -50.7400,0.818999 -50.7600,0.861090 -50.7800,0.899865 -50.8000,0.944791 -50.8200,0.986688 -50.8400,1.015246 -50.8600,0.968477 -50.8800,1.009938 -50.9000,1.042516 -50.9200,1.066850 -50.9400,1.088711 -50.9600,1.108497 -50.9800,1.125643 -51.0000,1.140807 -51.0200,1.162278 -51.0400,1.185399 -51.0600,1.198208 -51.0800,1.132154 -51.1000,1.065201 -51.1200,1.005594 -51.1400,0.950784 -51.1600,0.901375 -51.1800,0.856496 -51.2000,0.816091 -51.2200,0.779446 -51.2400,0.747100 -51.2600,0.719922 -51.2800,0.694124 -51.3000,0.658425 -51.3200,0.686408 -51.3400,0.713818 -51.3600,0.734993 -51.3800,0.752000 -51.4000,0.768534 -51.4200,0.785328 -51.4400,0.801260 -51.4600,0.817888 -51.4800,0.839980 -51.5000,0.863740 -51.5200,0.823705 -51.5400,0.852263 -51.5600,0.884025 -51.5800,0.909897 -51.6000,0.926886 -51.6200,0.941364 -51.6400,0.954647 -51.6600,0.967208 -51.6800,0.977138 -51.7000,0.990828 -51.7200,1.005269 -51.7400,0.959093 -51.7600,0.978360 -51.7800,1.001861 -51.8000,1.028742 -51.8200,1.044304 -51.8400,1.057152 -51.8600,1.068203 -51.8800,1.079087 -51.9000,1.090406 -51.9200,1.100985 -51.9400,1.119223 -51.9600,1.052835 -51.9800,1.022916 -52.0000,0.999304 -52.0200,0.980398 -52.0400,0.960853 -52.0600,0.939539 -52.0800,0.920652 -52.1000,0.903506 -52.1200,0.888018 -52.1400,0.874559 -52.1600,0.862369 -52.1800,0.832255 -52.2000,0.844287 -52.2200,0.856116 -52.2400,0.870724 -52.2600,0.885712 -52.2800,0.892140 -52.3000,0.898319 -52.3200,0.904136 -52.3400,0.908452 -52.3600,0.911000 -52.3800,0.911685 -52.4000,0.874559 -52.4200,0.872827 -52.4400,0.871048 -52.4600,0.873512 -52.4800,0.878209 -52.5000,0.877190 -52.5200,0.876273 -52.5400,0.876384 -52.5600,0.876884 -52.5800,0.876032 -52.6000,0.868501 -52.6200,0.858404 -52.6400,0.888500 -52.6600,0.914927 -52.6800,0.938955 -52.7000,0.965725 -52.7200,0.987244 -52.7400,1.002694 -52.7600,1.016431 -52.7800,1.028196 -52.8000,1.039052 -52.8200,1.033438 -52.8400,0.978277 -52.8600,0.941762 -52.8800,0.908295 -52.9000,0.877745 -52.9200,0.852513 -52.9400,0.830467 -52.9600,0.807263 -52.9800,0.785643 -53.0000,0.765431 -53.0200,0.746711 -53.0400,0.719320 -53.0600,0.726934 -53.0800,0.752639 -53.1000,0.775046 -53.1200,0.795610 -53.1400,0.815387 -53.1600,0.839489 -53.1800,0.949108 -53.2000,1.167707 -53.2200,1.163048 -53.2400,1.148217 -53.2600,1.124383 -53.2800,1.070796 -53.3000,1.040497 -53.3200,1.012569 -53.3400,0.988911 -53.3600,0.971709 -53.3800,0.955666 -53.4000,0.936788 -53.4200,0.918419 -53.4400,0.902441 -53.4600,0.887972 -53.4800,0.864453 -53.5000,0.868139 -53.5200,0.903154 -53.5400,0.930971 -53.5600,0.954916 -53.5800,0.983307 -53.6000,1.013152 -53.6200,1.032883 -53.6400,1.050038 -53.6600,1.064942 -53.6800,1.079235 -53.7000,1.068304 -53.7200,1.024101 -53.7400,0.999573 -53.7600,0.977351 -53.7800,0.956685 -53.8000,0.939539 -53.8200,0.928386 -53.8400,0.913565 -53.8600,0.899096 -53.8800,0.886036 -53.9000,0.873364 -53.9200,0.844630 -53.9400,0.844213 -53.9600,0.854977 -53.9800,0.862721 -54.0000,0.869547 -54.0200,0.875716 -54.0400,0.888833 -54.0600,0.900514 -54.0800,0.904349 -54.1000,0.909777 -54.1200,0.914557 -54.1400,0.889343 -54.1600,0.842861 -54.1800,0.804651 -54.2000,0.770127 -54.2200,0.738633 -54.2400,0.708955 -54.2600,0.682129 -54.2800,0.659935 -54.3000,0.638305 -54.3200,0.618029 -54.3400,0.599540 -54.3600,0.570537 -54.3800,0.624290 -54.4000,0.677053 -54.4200,0.724118 -54.4400,0.766413 -54.4600,0.804938 -54.4800,0.840591 -54.5000,0.880672 -54.5200,0.917474 -54.5400,0.943893 -54.5600,0.967958 -54.5800,0.932499 -54.6000,0.984956 -54.6200,1.023397 -54.6400,1.058847 -54.6600,1.091508 -54.6800,1.120307 -54.7000,1.147800 -54.7200,1.175747 -54.7400,1.210066 -54.7600,1.237568 -54.7800,1.256982 -54.8000,1.197560 -54.8200,1.176256 -54.8400,1.143363 -54.8600,1.114629 -54.8800,1.088757 -54.9000,1.065822 -54.9200,1.044906 -54.9400,1.028807 -54.9600,1.017821 -54.9800,1.089573 -55.0000,1.239180 -55.0200,1.178173 -55.0400,1.170069 -55.0600,1.155859 -55.0800,1.143623 -55.1000,1.133396 -55.1200,1.125161 -55.1400,1.117324 -55.1600,1.116935 -55.1800,1.120493 -55.2000,1.117714 -55.2200,1.115481 -55.2400,1.061579 -55.2600,1.111433 -55.2800,1.147355 -55.3000,1.178210 -55.3200,1.204878 -55.3400,1.228074 -55.3600,1.247804 -55.3800,1.265108 -55.4000,1.289664 -55.4200,1.307209 -55.4400,1.318231 -55.4600,1.253085 -55.4800,1.281096 -55.5000,1.292222 -55.5200,1.299039 -55.5400,1.303577 -55.5600,1.306911 -55.5800,1.309469 -55.6000,1.309292 -55.6200,1.317184 -55.6400,1.326772 -55.6600,1.326605 -55.6800,1.253630 -55.7000,1.297407 -55.7200,1.299827 -55.7400,1.301354 -55.7600,1.301549 -55.7800,1.301002 -55.8000,1.299055 -55.8200,1.306198 -55.8400,1.315231 -55.8600,1.316491 -55.8800,1.316377 -55.9000,1.254270 -55.9200,1.284116 -55.9400,1.284402 -55.9600,1.283606 -55.9800,1.282493 -56.0000,1.280465 -56.0200,1.283069 -56.0400,1.291377 -56.0600,1.290998 -56.0800,1.289016 -56.1000,1.286413 -56.1200,1.237430 -56.1400,1.244331 -56.1600,1.247998 -56.1800,1.246360 -56.2000,1.244090 -56.2200,1.247035 -56.2400,1.255623 -56.2600,1.255900 -56.2800,1.256105 -56.3000,1.253936 -56.3200,1.252723 -56.3400,1.257139 -56.3600,1.281002 -56.3800,1.293110 -56.4000,1.306883 -56.4200,1.308070 -56.4400,1.307050 -56.4600,1.303650 -56.4800,1.298946 -56.5000,1.292183 -56.5200,1.287625 -56.5400,1.286217 -56.5600,1.287505 -56.5800,1.276372 -56.6000,1.266060 -56.6200,1.255992 -56.6400,1.246666 -56.6600,1.239142 -56.6800,1.236819 -56.7000,1.239818 -56.7200,1.230176 -56.7400,1.216143 -56.7600,1.188030 -56.7800,1.153719 -56.8000,1.121234 -56.8200,1.093398 -56.8400,1.069759 -56.8600,1.049547 -56.8800,1.026315 -56.9000,1.002945 -56.9200,0.982936 -56.9400,0.966587 -56.9600,0.959325 -56.9800,0.975693 -57.0000,0.991171 -57.0200,1.001407 -57.0400,1.006779 -57.0600,1.011782 -57.0800,1.015635 -57.1000,1.019303 -57.1200,1.023017 -57.1400,1.031965 -57.1600,1.047268 -57.1800,1.063775 -57.2000,1.067888 -57.2200,1.070213 -57.2400,1.071093 -57.2600,1.072204 -57.2800,1.071982 -57.3000,1.076697 -57.3200,1.087738 -57.3400,1.090591 -57.3600,1.089637 -57.3800,1.067424 -57.4000,1.034698 -57.4200,1.005056 -57.4400,0.976545 -57.4600,0.953248 -57.4800,0.931267 -57.5000,0.908304 -57.5200,0.886980 -57.5400,0.866472 -57.5600,0.846010 -57.5800,0.834820 -57.6000,0.864314 -57.6200,0.895012 -57.6400,0.917030 -57.6600,0.931276 -57.6800,0.943522 -57.7000,0.952313 -57.7200,0.959779 -57.7400,0.966133 -57.7600,0.973173 -57.7800,0.984085 -57.8000,0.983390 -57.8200,0.978407 -57.8400,0.973275 -57.8600,0.967671 -57.8800,0.961224 -57.9000,0.954351 -57.9200,0.952322 -57.9400,0.952424 -57.9600,0.949117 -57.9800,0.945347 -58.0000,0.897994 -58.0200,0.916298 -58.0400,0.924394 -58.0600,0.931610 -58.0800,0.939391 -58.1000,0.947690 -58.1200,0.955536 -58.1400,0.967763 -58.1600,0.987420 -58.1800,1.002000 -58.2000,1.011170 -58.2200,0.960483 -58.2400,0.972024 -58.2600,0.976906 -58.2800,0.980102 -58.3000,0.982612 -58.3200,0.986225 -58.3400,0.989643 -58.3600,0.991616 -58.3800,0.998146 -58.4000,1.004278 -58.4200,0.999276 -58.4400,0.943920 -58.4600,0.956222 -58.4800,0.966754 -58.5000,0.972404 -58.5200,0.976119 -58.5400,0.981176 -58.5600,0.986345 -58.5800,0.992496 -58.6000,1.002426 -58.6200,1.019683 -58.6400,1.031002 -58.6600,0.975183 -58.6800,0.991116 -58.7000,1.005149 -58.7200,1.012874 -58.7400,1.017830 -58.7600,1.024805 -58.7800,1.033429 -58.8000,1.042377 -58.8200,1.053734 -58.8400,1.074594 -58.8600,1.095084 -58.8800,1.035393 -58.9000,1.036041 -58.9200,1.044267 -58.9400,1.049195 -58.9600,1.049565 -58.9800,1.050214 -59.0000,1.050214 -59.0200,1.049426 -59.0400,1.048621 -59.0600,1.051659 -59.0800,1.059579 -59.1000,1.005575 -59.1200,1.013532 -59.1400,1.023527 -59.1600,1.034115 -59.1800,1.036366 -59.2000,1.035245 -59.2200,1.032336 -59.2400,1.030095 -59.2600,1.027983 -59.2800,1.025028 -59.3000,1.030511 -59.3200,0.983214 -59.3400,0.995506 -59.3600,1.013495 -59.3800,1.037042 -59.4000,1.056531 -59.4200,1.076975 -59.4400,1.098011 -59.4600,1.121400 -59.4800,1.146661 -59.5000,1.172235 -59.5200,1.205130 -59.5400,1.161427 -59.5600,1.188928 -59.5800,1.220210 -59.6000,1.259346 -59.6200,1.304597 -59.6400,1.341843 -59.6600,1.380239 -59.6800,1.417950 -59.7000,1.457465 -59.7200,1.496850 -59.7400,1.526651 -59.7600,1.506475 -59.7800,1.576023 -59.8000,1.636509 -59.8200,1.699048 -59.8400,1.767991 -59.8600,1.821355 -59.8800,1.866866 -59.9000,1.907661 -59.9200,1.944768 -59.9400,1.979219 -59.9600,1.979200 -59.9800,1.908615 -60.0000,1.891997 -60.0200,1.875869 -60.0400,1.860817 -60.0600,1.857853 -60.0800,1.856195 -60.1000,1.845791 -60.1200,1.834797 -60.1400,1.824014 -60.1600,1.813269 -60.1800,1.772132 -60.2000,1.762091 -60.2200,1.799579 -60.2400,1.830943 -60.2600,1.859076 -60.2800,1.889255 -60.3000,1.926844 -60.3200,1.953977 -60.3400,1.968824 -60.3600,1.979127 -60.3800,1.987972 -60.4000,1.937118 -60.4200,1.923556 -60.4400,1.941017 -60.4600,1.956996 -60.4800,1.971206 -60.5000,1.981830 -60.5200,2.002256 -60.5400,2.025301 -60.5600,2.036566 -60.5800,2.042356 -60.6000,2.046616 -60.6200,1.972872 -60.6400,1.939525 -60.6600,1.920417 -60.6800,1.902186 -60.7000,1.886264 -60.7200,1.872211 -60.7400,1.862366 -60.7600,1.863836 -60.7800,1.867588 -60.8000,1.860261 -60.8200,1.853352 -60.8400,1.768611 -60.8600,1.804210 -60.8800,1.829656 -60.9000,1.851581 -60.9200,1.872536 -60.9400,1.890654 -60.9600,1.905530 -60.9800,1.925141 -61.0000,1.955801 -61.0200,1.975930 -61.0400,1.987259 -61.0600,1.886429 -61.0800,1.880242 -61.1000,1.863105 -61.1200,1.844329 -61.1400,1.825914 -61.1600,1.807609 -61.1800,1.788592 -61.2000,1.767584 -61.2200,1.751874 -61.2400,1.738377 -61.2600,1.714264 -61.2800,1.617059 -61.3000,1.596522 -61.3200,1.573235 -61.3400,1.546437 -61.3600,1.522863 -61.3800,1.501944 -61.4000,1.485134 -61.4200,1.469877 -61.4400,1.461114 -61.4600,1.460791 -61.4800,1.462465 -61.5000,1.387611 -61.5200,1.410111 -61.5400,1.435816 -61.5600,1.454343 -61.5800,1.467330 -61.6000,1.478519 -61.6200,1.488144 -61.6400,1.494665 -61.6600,1.498397 -61.6800,1.506512 -61.7000,1.516888 -61.7200,1.445624 -61.7400,1.477741 -61.7600,1.516711 -61.7800,1.552319 -61.8000,1.575115 -61.8200,1.595744 -61.8400,1.614604 -61.8600,1.632370 -61.8800,1.649099 -61.9000,1.665440 -61.9200,1.690987 -61.9400,1.628508 -61.9600,1.674110 -61.9800,1.718785 -62.0000,1.770001 -62.0200,1.810074 -62.0400,1.836436 -62.0600,1.861197 -62.0800,1.884122 -62.1000,1.905056 -62.1200,1.924260 -62.1400,1.936202 -62.1600,1.856427 -62.1800,1.853621 -62.2000,1.850480 -62.2200,1.856195 -62.2400,1.865884 -62.2600,1.865802 -62.2800,1.862578 -62.3000,1.859512 -62.3200,1.857213 -62.3400,1.854315 -62.3600,1.834434 -62.3800,1.793966 -62.4000,1.823376 -62.4200,1.849636 -62.4400,1.875804 -62.4600,1.914330 -62.4800,1.950049 -62.5000,1.965629 -62.5200,1.978107 -62.5400,1.986426 -62.5600,1.990269 -62.5800,1.955004 -62.6000,1.895028 -62.6200,1.880159 -62.6400,1.868070 -62.6600,1.856732 -62.6800,1.854991 -62.7000,1.864318 -62.7200,1.866765 -62.7400,1.862317 -62.7600,1.853242 -62.7800,1.840624 -62.8000,1.782035 -62.8200,1.778477 -62.8400,1.803868 -62.8600,1.822514 -62.8800,1.838928 -62.9000,1.853527 -62.9200,1.880214 -62.9400,1.915572 -62.9600,1.939193 -62.9800,1.963444 -63.0000,1.987749 -63.0200,1.930012 -63.0400,1.935245 -63.0600,1.954412 -63.0800,1.969825 -63.1000,1.980784 -63.1200,1.988213 -63.1400,1.996003 -63.1600,2.010056 -63.1800,2.016168 -63.2000,2.009331 -63.2200,2.000589 -63.2400,1.909225 -63.2600,1.904196 -63.2800,1.897461 -63.3000,1.890190 -63.3200,1.882965 -63.3400,1.874741 -63.3600,1.866773 -63.3800,1.864365 -63.4000,1.868645 -63.4200,1.862448 -63.4400,1.852639 -63.4600,1.756171 -63.4800,1.744999 -63.5000,1.724696 -63.5200,1.703707 -63.5400,1.684309 -63.5600,1.665718 -63.5800,1.648553 -63.6000,1.633722 -63.6200,1.627663 -63.6400,1.622921 -63.6600,1.612186 -63.6800,1.527671 -63.7000,1.582979 -63.7200,1.630583 -63.7400,1.671821 -63.7600,1.715174 -63.7800,1.760636 -63.8000,1.808953 -63.8200,1.858890 -63.8400,1.913051 -63.8600,1.976096 -63.8800,2.027276 -63.9000,1.927512 -63.9200,2.020272 -63.9400,2.105670 -63.9600,2.161147 -63.9800,2.211362 -64.0000,2.258670 -64.0200,2.302606 -64.0400,2.343622 -64.0600,2.383111 -64.0800,2.439635 -64.1000,2.493808 -64.1200,2.358333 -64.1400,2.383491 -64.1600,2.425009 -64.1800,2.455114 -64.2000,2.474641 -64.2200,2.493723 -64.2400,2.511814 -64.2600,2.528599 -64.2800,2.544661 -64.3000,2.568958 -64.3200,2.605930 -64.3400,2.475955 -64.3600,2.509775 -64.3800,2.557398 -64.4000,2.605316 -64.4200,2.630762 -64.4400,2.649540 -64.4600,2.666861 -64.4800,2.683739 -64.5000,2.698236 -64.5200,2.710019 -64.5400,2.732761 -64.5600,2.607493 -64.5800,2.624965 -64.6000,2.641906 -64.6200,2.674558 -64.6400,2.696124 -64.6600,2.703135 -64.6800,2.708473 -64.7000,2.712992 -64.7200,2.717134 -64.7400,2.721292 -64.7600,3.137742 -64.7800,3.296829 +25.3600,3.600000 +25.3800,3.600000 +25.4000,3.600000 +25.4200,3.600000 +25.4400,3.600000 +25.4600,3.600000 +25.4800,3.600000 +25.5000,3.600000 +25.5200,3.600000 +25.5400,3.590100 +25.5600,3.600000 +25.5800,3.600000 +25.6000,3.600000 +25.6200,3.600000 +25.6400,3.592331 +25.6600,3.570155 +25.6800,3.543836 +25.7000,3.519198 +25.7200,3.507117 +25.7400,3.488135 +25.7600,3.280544 +25.7800,3.264173 +25.8000,3.263549 +25.8200,3.248280 +25.8400,3.227178 +25.8600,3.208070 +25.8800,3.190055 +25.9000,3.175352 +25.9200,3.163758 +25.9400,3.165212 +25.9600,3.180435 +25.9800,3.013979 +26.0000,3.031496 +26.0200,3.056485 +26.0400,3.090009 +26.0600,3.102198 +26.0800,3.113970 +26.1000,3.126953 +26.1200,3.140861 +26.1400,3.153357 +26.1600,3.165404 +26.1800,3.198717 +26.2000,3.055529 +26.2200,3.099862 +26.2400,3.145234 +26.2600,3.201073 +26.2800,3.249099 +26.3000,3.273493 +26.3200,3.296211 +26.3400,3.314164 +26.3600,3.328867 +26.3800,3.340226 +26.4000,3.345280 +26.4200,3.214714 +26.4400,3.239046 +26.4600,3.245852 +26.4800,3.265766 +26.5000,3.296393 +26.5200,3.303517 +26.5400,3.307954 +26.5600,3.306891 +26.5800,3.303007 +26.6000,3.295298 +26.6200,3.260278 +26.6400,3.154980 +26.6600,3.171519 +26.6800,3.186467 +26.7000,3.197868 +26.7200,3.231042 +26.7400,3.257866 +26.7600,3.262803 +26.7800,3.271553 +26.8000,3.278399 +26.8200,3.284799 +26.8400,3.227070 +26.8600,3.154660 +26.8800,3.172345 +26.9000,3.188516 +26.9200,3.201616 +26.9400,3.225425 +26.9600,3.263166 +26.9800,3.281275 +27.0000,3.289429 +27.0200,3.295330 +27.0400,3.299800 +27.0600,3.210723 +27.0800,3.159671 +27.1000,3.166933 +27.1200,3.175573 +27.1400,3.183248 +27.1600,3.189439 +27.1800,3.212953 +27.2000,3.242316 +27.2200,3.247932 +27.2400,3.254589 +27.2600,3.259833 +27.2800,3.275194 +27.3000,3.308717 +27.3200,3.340988 +27.3400,3.387827 +27.3600,3.428569 +27.3800,3.450566 +27.4000,3.470452 +27.4200,3.485162 +27.4400,3.495216 +27.4600,3.502679 +27.4800,3.515367 +27.5000,3.549411 +27.5200,3.573169 +27.5400,3.580143 +27.5600,3.583945 +27.5800,3.586193 +27.6000,3.585303 +27.6200,3.584273 +27.6400,3.591874 +27.6600,3.600000 +27.6800,3.600000 +27.7000,3.589592 +27.7200,3.534793 +27.7400,3.482891 +27.7600,3.434472 +27.7800,3.386978 +27.8000,3.356160 +27.8200,3.344238 +27.8400,3.319536 +27.8600,3.294057 +27.8800,3.266319 +27.9000,3.256774 +27.9200,3.269672 +27.9400,3.278928 +27.9600,3.304662 +27.9800,3.336171 +28.0000,3.348028 +28.0200,3.351869 +28.0400,3.352752 +28.0600,3.355481 +28.0800,3.359515 +28.1000,3.357508 +28.1200,3.374217 +28.1400,3.399302 +28.1600,3.402614 +28.1800,3.400076 +28.2000,3.397721 +28.2200,3.395278 +28.2400,3.388940 +28.2600,3.384228 +28.2800,3.398166 +28.3000,3.415524 +28.3200,3.375703 +28.3400,3.332381 +28.3600,3.293260 +28.3800,3.258408 +28.4000,3.226231 +28.4200,3.199331 +28.4400,3.203450 +28.4600,3.196741 +28.4800,3.178515 +28.5000,3.160234 +28.5200,3.169766 +28.5400,3.198334 +28.5600,3.223016 +28.5800,3.253600 +28.6000,3.300163 +28.6200,3.335481 +28.6400,3.349419 +28.6600,3.362752 +28.6800,3.373505 +28.7000,3.382084 +28.7200,3.380343 +28.7400,3.371744 +28.7600,3.362550 +28.7800,3.340363 +28.8000,3.309619 +28.8200,3.281924 +28.8400,3.254790 +28.8600,3.229140 +28.8800,3.203261 +28.9000,3.191052 +28.9200,3.193908 +28.9400,3.027547 +28.9600,3.062377 +28.9800,3.093312 +29.0000,3.122220 +29.0200,3.131561 +29.0400,3.137994 +29.0600,3.141465 +29.0800,3.143017 +29.1000,3.144979 +29.1200,3.147771 +29.1400,3.167824 +29.1600,3.010903 +29.1800,3.026698 +29.2000,3.049808 +29.2200,3.089344 +29.2400,3.115593 +29.2600,3.126328 +29.2800,3.139215 +29.3000,3.151253 +29.3200,3.161508 +29.3400,3.167762 +29.3600,3.171190 +29.3800,3.054373 +29.4000,3.099076 +29.4200,3.136816 +29.4400,3.191190 +29.4600,3.245350 +29.4800,3.275331 +29.5000,3.297911 +29.5200,3.313761 +29.5400,3.327284 +29.5600,3.336222 +29.5800,3.309790 +29.6000,3.199036 +29.6200,3.206603 +29.6400,3.203399 +29.6600,3.202816 +29.6800,3.217421 +29.7000,3.225734 +29.7200,3.217613 +29.7400,3.209874 +29.7600,3.203314 +29.7800,3.196457 +29.8000,3.132898 +29.8200,3.042357 +29.8400,3.027517 +29.8600,3.005030 +29.8800,2.984203 +29.9000,2.976112 +29.9200,2.981676 +29.9400,2.970922 +29.9600,2.954924 +29.9800,2.939214 +30.0000,2.925614 +30.0200,2.849244 +30.0400,2.823576 +30.0600,2.853683 +30.0800,2.879286 +30.1000,2.900910 +30.1200,2.923831 +30.1400,2.960795 +30.1600,2.991283 +30.1800,3.003873 +30.2000,3.012791 +30.2200,3.020616 +30.2400,2.925742 +30.2600,2.881644 +30.2800,2.873121 +30.3000,2.864945 +30.3200,2.857587 +30.3400,2.850082 +30.3600,2.854572 +30.3800,2.873703 +30.4000,2.880040 +30.4200,2.876166 +30.4400,2.874361 +30.4600,2.753574 +30.4800,2.809753 +30.5000,2.865446 +30.5200,2.912313 +30.5400,2.953397 +30.5600,2.990125 +30.5800,3.020508 +30.6000,3.068874 +30.6200,3.120288 +30.6400,3.145151 +30.6600,3.164768 +30.6800,3.008588 +30.7000,3.041837 +30.7200,3.057155 +30.7400,3.067867 +30.7600,3.078078 +30.7800,3.086157 +30.8000,3.094628 +30.8200,3.107579 +30.8400,3.136541 +30.8600,3.161869 +30.8800,3.166445 +30.9000,2.988153 +30.9200,3.024362 +30.9400,3.041380 +30.9600,3.047706 +30.9800,3.052835 +31.0000,3.057568 +31.0200,3.061123 +31.0400,3.061442 +31.0600,3.072782 +31.0800,3.106232 +31.1000,3.115244 +31.1200,2.935742 +31.1400,3.016507 +31.1600,3.085859 +31.1800,3.133068 +31.2000,3.169173 +31.2200,3.200999 +31.2400,3.227454 +31.2600,3.249928 +31.2800,3.274385 +31.3000,3.320639 +31.3200,3.362327 +31.3400,3.163121 +31.3600,3.176117 +31.3800,3.197390 +31.4000,3.206265 +31.4200,3.202157 +31.4400,3.196837 +31.4600,3.192528 +31.4800,3.186805 +31.5000,3.180904 +31.5200,3.184299 +31.5400,3.203261 +31.5600,3.030700 +31.5800,3.051178 +31.6000,3.087123 +31.6200,3.126496 +31.6400,3.141551 +31.6600,3.154385 +31.6800,3.162761 +31.7000,3.170544 +31.7200,3.176594 +31.7400,3.185171 +31.7600,3.202750 +31.7800,3.064850 +31.8000,3.117390 +31.8200,3.168949 +31.8400,3.234661 +31.8600,3.292507 +31.8800,3.323028 +31.9000,3.348749 +31.9200,3.369027 +31.9400,3.386542 +31.9600,3.401235 +31.9800,3.400863 +32.0000,3.244821 +32.0200,3.219620 +32.0400,3.192549 +32.0600,3.176530 +32.0800,3.173706 +32.1000,3.161707 +32.1200,3.136126 +32.1400,3.111657 +32.1600,3.087260 +32.1800,3.063089 +32.2000,3.004969 +32.2200,2.909277 +32.2400,2.906623 +32.2600,2.903056 +32.2800,2.900901 +32.3000,2.924190 +32.3200,2.935868 +32.3400,2.935211 +32.3600,2.930890 +32.3800,2.924861 +32.4000,2.918820 +32.4200,2.859053 +32.4400,2.817078 +32.4600,2.851632 +32.4800,2.883417 +32.5000,2.910008 +32.5200,2.942844 +32.5400,2.992313 +32.5600,3.019159 +32.5800,3.030065 +32.6000,3.038895 +32.6200,3.046104 +32.6400,2.964946 +32.6600,2.932951 +32.6800,2.955434 +32.7000,2.976346 +32.7200,2.996030 +32.7400,3.015974 +32.7600,3.061263 +32.7800,3.106527 +32.8000,3.130870 +32.8200,3.151816 +32.8400,3.170382 +32.8600,3.064651 +32.8800,3.090893 +32.9000,3.121583 +32.9200,3.143674 +32.9400,3.161752 +32.9600,3.177094 +32.9800,3.203237 +33.0000,3.239566 +33.0200,3.258047 +33.0400,3.261362 +33.0600,3.261700 +33.0800,3.122758 +33.1000,3.132803 +33.1200,3.148800 +33.1400,3.158790 +33.1600,3.167359 +33.1800,3.174152 +33.2000,3.180435 +33.2200,3.214461 +33.2400,3.246497 +33.2600,3.259790 +33.2800,3.266520 +33.3000,3.101551 +33.3200,3.136688 +33.3400,3.154565 +33.3600,3.168759 +33.3800,3.180075 +33.4000,3.189768 +33.4200,3.196921 +33.4400,3.207837 +33.4600,3.237496 +33.4800,3.258961 +33.5000,3.262253 +33.5200,3.076030 +33.5400,3.095891 +33.5600,3.097051 +33.5800,3.092941 +33.6000,3.088929 +33.6200,3.082887 +33.6400,3.075626 +33.6600,3.069640 +33.6800,3.076772 +33.7000,3.095795 +33.7200,3.095851 +33.7400,2.916539 +33.7600,2.981209 +33.7800,3.030254 +33.8000,3.062367 +33.8200,3.085414 +33.8400,3.103248 +33.8600,3.120668 +33.8800,3.138749 +33.9000,3.160766 +33.9200,3.201434 +33.9400,3.235425 +33.9600,3.046243 +33.9800,3.088079 +34.0000,3.141763 +34.0200,3.171583 +34.0400,3.188185 +34.0600,3.202420 +34.0800,3.214536 +34.1000,3.223387 +34.1200,3.231159 +34.1400,3.251149 +34.1600,3.279951 +34.1800,3.099098 +34.2000,3.128503 +34.2200,3.172061 +34.2400,3.215915 +34.2600,3.235829 +34.2800,3.250510 +34.3000,3.264959 +34.3200,3.275288 +34.3400,3.284682 +34.3600,3.294812 +34.3800,3.322517 +34.4000,3.139937 +34.4200,3.116506 +34.4400,3.097218 +34.4600,3.101144 +34.4800,3.092652 +34.5000,3.072282 +34.5200,3.056719 +34.5400,3.043865 +34.5600,3.029692 +34.5800,3.015785 +34.6000,3.001200 +34.6200,2.873331 +34.6400,2.876337 +34.6600,2.878545 +34.6800,2.900168 +34.7000,2.917726 +34.7200,2.918096 +34.7400,2.920922 +34.7600,2.919638 +34.7800,2.919235 +34.8000,2.918702 +34.8200,2.893555 +34.8400,2.831580 +34.8600,2.904637 +34.8800,2.967778 +34.9000,3.028757 +34.9200,3.105170 +34.9400,3.165785 +34.9600,3.203992 +34.9800,3.238845 +35.0000,3.273696 +35.0200,3.304216 +35.0400,3.269375 +35.0600,3.184746 +35.0800,3.198600 +35.1000,3.209461 +35.1200,3.219460 +35.1400,3.243792 +35.1600,3.273028 +35.1800,3.280607 +35.2000,3.286191 +35.2200,3.288919 +35.2400,3.289991 +35.2600,3.207972 +35.2800,3.162666 +35.3000,3.189766 +35.3200,3.213228 +35.3400,3.233674 +35.3600,3.255223 +35.3800,3.294173 +35.4000,3.329279 +35.4200,3.340415 +35.4400,3.352508 +35.4600,3.359770 +35.4800,3.248323 +35.5000,3.213228 +35.5200,3.215332 +35.5400,3.215830 +35.5600,3.215396 +35.5800,3.214162 +35.6000,3.224599 +35.6200,3.250012 +35.6400,3.265437 +35.6600,3.261149 +35.6800,3.257941 +35.7000,3.116889 +35.7200,3.160543 +35.7400,3.208493 +35.7600,3.249916 +35.7800,3.286680 +35.8000,3.318165 +35.8200,3.345353 +35.8400,3.388516 +35.8600,3.437295 +35.8800,3.459867 +35.9000,3.473836 +35.9200,3.294800 +35.9400,3.309120 +35.9600,3.297273 +35.9800,3.288571 +36.0000,3.280216 +36.0200,3.270947 +36.0400,3.260245 +36.0600,3.253089 +36.0800,3.267931 +36.1000,3.281711 +36.1200,3.273845 +36.1400,3.083832 +36.1600,3.143801 +36.1800,3.180192 +36.2000,3.199024 +36.2200,3.214322 +36.2400,3.228420 +36.2600,3.241320 +36.2800,3.252295 +36.3000,3.268271 +36.3200,3.302295 +36.3400,3.319187 +36.3600,3.122580 +36.3800,3.181136 +36.4000,3.232803 +36.4200,3.261445 +36.4400,3.280162 +36.4600,3.296254 +36.4800,3.312563 +36.5000,3.326615 +36.5200,3.339357 +36.5400,3.368092 +36.5600,3.395065 +36.5800,3.196889 +36.6000,3.227380 +36.6200,3.275713 +36.6400,3.312454 +36.6600,3.330202 +36.6800,3.342741 +36.7000,3.352742 +36.7200,3.362031 +36.7400,3.369058 +36.7600,3.382200 +36.7800,3.417191 +36.8000,3.230043 +36.8200,3.248186 +36.8400,3.279461 +36.8600,3.317686 +36.8800,3.333210 +36.9000,3.341169 +36.9200,3.347784 +36.9400,3.353835 +36.9600,3.357805 +36.9800,3.359354 +37.0000,3.374376 +37.0200,3.218771 +37.0400,3.243972 +37.0600,3.268620 +37.0800,3.310894 +37.1000,3.350012 +37.1200,3.362594 +37.1400,3.376744 +37.1600,3.387061 +37.1800,3.394037 +37.2000,3.400662 +37.2200,3.386204 +37.2400,3.250905 +37.2600,3.256477 +37.2800,3.259693 +37.3000,3.271117 +37.3200,3.298919 +37.3400,3.311710 +37.3600,3.310766 +37.3800,3.309459 +37.4000,3.306128 +37.4200,3.301987 +37.4400,3.253016 +37.4600,3.156730 +37.4800,3.169480 +37.5000,3.180458 +37.5200,3.191083 +37.5400,3.217921 +37.5600,3.247890 +37.5800,3.255459 +37.6000,3.259714 +37.6200,3.262030 +37.6400,3.262805 +37.6600,3.271201 +37.6800,3.307114 +37.7000,3.363102 +37.7200,3.413940 +37.7400,3.437776 +37.7600,3.456648 +37.7800,3.475237 +37.8000,3.491097 +37.8200,3.502765 +37.8400,3.514793 +37.8600,3.546546 +37.8800,3.578180 +37.9000,3.582904 +37.9200,3.585811 +37.9400,3.587087 +37.9600,3.589009 +37.9800,3.590335 +38.0000,3.594518 +38.0200,3.600000 +38.0400,3.600000 +38.0600,3.600000 +38.0800,3.590950 +38.1000,3.526651 +38.1200,3.470513 +38.1400,3.419238 +38.1600,3.375205 +38.1800,3.354888 +38.2000,3.345374 +38.2200,3.309525 +38.2400,3.274926 +38.2600,3.244917 +38.2800,3.235722 +38.3000,3.254832 +38.3200,3.282220 +38.3400,3.326923 +38.3600,3.356170 +38.3800,3.366882 +38.4000,3.376022 +38.4200,3.382233 +38.4400,3.387796 +38.4600,3.392796 +38.4800,3.405269 +38.5000,3.440194 +38.5200,3.463041 +38.5400,3.465727 +38.5600,3.468719 +38.5800,3.472710 +38.6000,3.472827 +38.6200,3.471182 +38.6400,3.480609 +38.6600,3.511023 +38.6800,3.523932 +38.7000,3.465576 +38.7200,3.403866 +38.7400,3.347402 +38.7600,3.297964 +38.7800,3.256592 +38.8000,3.224344 +38.8200,3.209077 +38.8400,3.181837 +38.8600,3.151741 +38.8800,3.127315 +38.9000,3.136316 +38.9200,3.175276 +38.9400,3.207464 +38.9600,3.261551 +38.9800,3.314003 +39.0000,3.343187 +39.0200,3.364378 +39.0400,3.382775 +39.0600,3.398242 +39.0800,3.411139 +39.1000,3.415628 +39.1200,3.397764 +39.1400,3.390576 +39.1600,3.366967 +39.1800,3.338560 +39.2000,3.312432 +39.2200,3.289620 +39.2400,3.269578 +39.2600,3.249883 +39.2800,3.251383 +39.3000,3.259395 +39.3200,3.071508 +39.3400,3.091136 +39.3600,3.123375 +39.3800,3.157697 +39.4000,3.166254 +39.4200,3.172072 +39.4400,3.176849 +39.4600,0.555226 +39.4800,0.560268 +39.5000,0.564971 +39.5200,0.570491 +39.5400,0.574461 +39.5600,0.580183 +39.5800,0.560141 +39.6000,0.577189 +39.6200,0.593962 +39.6400,0.612889 +39.6600,0.629259 +39.6800,0.639364 +39.7000,0.649237 +39.7200,0.657528 +39.7400,0.664969 +39.7600,0.671636 +39.7800,0.673377 +39.8000,0.623791 +39.8200,0.581733 +39.8400,0.543411 +39.8600,0.508868 +39.8800,0.477913 +39.9000,0.449262 +39.9200,0.422670 +39.9400,0.398944 +39.9600,0.376301 +39.9800,0.355091 +40.0000,0.335336 +40.0200,0.341121 +40.0400,0.362809 +40.0600,0.383063 +40.0800,0.402872 +40.1000,0.424878 +40.1200,0.443200 +40.1400,0.456024 +40.1600,0.466830 +40.1800,0.475429 +40.2000,0.480407 +40.2200,0.474813 +40.2400,0.491469 +40.2600,0.529356 +40.2800,0.563368 +40.3000,0.593728 +40.3200,0.623898 +40.3400,0.653780 +40.3600,0.680744 +40.3800,0.701476 +40.4000,0.722092 +40.4200,0.739628 +40.4400,0.731412 +40.4600,0.724002 +40.4800,0.730361 +40.5000,0.734023 +40.5200,0.737526 +40.5400,0.741030 +40.5600,0.751242 +40.5800,0.763906 +40.6000,0.776294 +40.6200,0.789659 +40.6400,0.804479 +40.6600,0.791878 +40.6800,0.771794 +40.7000,0.763184 +40.7200,0.755584 +40.7400,0.750594 +40.7600,0.749299 +40.7800,0.750658 +40.8000,0.753556 +40.8200,0.754352 +40.8400,0.755775 +40.8600,0.757548 +40.8800,0.732144 +40.9000,0.742463 +40.9200,0.755998 +40.9400,0.765774 +40.9600,0.770934 +40.9800,0.773577 +41.0000,0.776953 +41.0200,0.781656 +41.0400,0.783354 +41.0600,0.783439 +41.0800,0.784851 +41.1000,0.754416 +41.1200,0.748269 +41.1400,0.743832 +41.1600,0.738790 +41.1800,0.732410 +41.2000,0.724682 +41.2200,0.719055 +41.2400,0.720021 +41.2600,0.726720 +41.2800,0.732038 +41.3000,0.735393 +41.3200,0.700659 +41.3400,0.716646 +41.3600,0.725446 +41.3800,0.732941 +41.4000,0.740329 +41.4200,0.748312 +41.4400,0.756327 +41.4600,0.765668 +41.4800,0.783619 +41.5000,0.796432 +41.5200,0.802027 +41.5400,0.761995 +41.5600,0.742081 +41.5800,0.720818 +41.6000,0.701879 +41.6200,0.685436 +41.6400,0.670659 +41.6600,0.658961 +41.6800,0.649693 +41.7000,0.646021 +41.7200,0.643791 +41.7400,0.637655 +41.7600,0.601074 +41.7800,0.565045 +41.8000,0.534250 +41.8200,0.508581 +41.8400,0.488709 +41.8600,0.471660 +41.8800,0.457117 +41.9000,0.444102 +41.9200,0.432117 +41.9400,0.419718 +41.9600,0.405791 +41.9800,0.383923 +42.0000,0.393350 +42.0200,0.399899 +42.0400,0.402362 +42.0600,0.401991 +42.0800,0.401916 +42.1000,0.402575 +42.1200,0.402500 +42.1400,0.405504 +42.1600,0.411438 +42.1800,0.418360 +42.2000,0.397288 +42.2200,0.409772 +42.2400,0.424230 +42.2600,0.436810 +42.2800,0.447881 +42.3000,0.458157 +42.3200,0.468699 +42.3400,0.479463 +42.3600,0.489197 +42.3800,0.501288 +42.4000,0.514335 +42.4200,0.490142 +42.4400,0.501479 +42.4600,0.513708 +42.4800,0.524324 +42.5000,0.528846 +42.5200,0.531553 +42.5400,0.533453 +42.5600,0.533835 +42.5800,0.533761 +42.6000,0.533464 +42.6200,0.535534 +42.6400,0.524600 +42.6600,0.565056 +42.6800,0.602805 +42.7000,0.642061 +42.7200,0.675479 +42.7400,0.702432 +42.7600,0.726210 +42.7800,0.748312 +42.8000,0.768492 +42.8200,0.786592 +42.8400,0.801061 +42.8600,0.762887 +42.8800,0.752600 +42.9000,0.742282 +42.9200,0.735276 +42.9400,0.731147 +42.9600,0.723864 +42.9800,0.716041 +43.0000,0.708833 +43.0200,0.702198 +43.0400,0.696020 +43.0600,0.685277 +43.0800,0.668547 +43.1000,0.680288 +43.1200,0.691466 +43.1400,0.701561 +43.1600,0.715658 +43.1800,0.727803 +43.2000,0.733588 +43.2200,0.740403 +43.2400,0.745679 +43.2600,0.749426 +43.2800,0.740563 +43.3000,0.728057 +43.3200,0.736974 +43.3400,0.744894 +43.3600,0.752919 +43.3800,0.762929 +43.4000,0.774511 +43.4200,0.781783 +43.4400,0.786209 +43.4600,0.790042 +43.4800,0.793598 +43.5000,0.777452 +43.5200,0.745223 +43.5400,0.724788 +43.5600,0.705478 +43.5800,0.687687 +43.6000,0.672634 +43.6200,0.661148 +43.6400,0.651403 +43.6600,0.641562 +43.6800,0.631371 +43.7000,0.622719 +43.7200,0.599503 +43.7400,0.591924 +43.7600,0.590682 +43.7800,0.589960 +43.8000,0.589376 +43.8200,0.588028 +43.8400,0.590565 +43.8600,0.593930 +43.8800,0.594344 +43.9000,0.593272 +43.9200,0.591913 +43.9400,0.569228 +43.9600,0.596679 +43.9800,0.625097 +44.0000,0.650500 +44.0200,0.673377 +44.0400,0.693164 +44.0600,0.711848 +44.0800,0.734639 +44.1000,0.755000 +44.1200,0.769989 +44.1400,0.782388 +44.1600,0.750584 +44.1800,0.726444 +44.2000,0.701922 +44.2200,0.680946 +44.2400,0.662570 +44.2600,0.644757 +44.2800,0.629036 +44.3000,0.616934 +44.3200,0.607783 +44.3400,0.598293 +44.3600,0.588017 +44.3800,0.555555 +44.4000,0.592677 +44.4200,0.620522 +44.4400,0.643589 +44.4600,0.664003 +44.4800,0.682198 +44.5000,0.698748 +44.5200,0.714841 +44.5400,0.733079 +44.5600,0.751327 +44.5800,0.762738 +44.6000,0.723525 +44.6200,0.744023 +44.6400,0.760902 +44.6600,0.772473 +44.6800,0.782303 +44.7000,0.790742 +44.7200,0.798789 +44.7400,0.804999 +44.7600,0.811825 +44.7800,0.822748 +44.8000,0.831644 +44.8200,0.785371 +44.8400,0.788428 +44.8600,0.794500 +44.8800,0.797950 +44.9000,0.798991 +44.9200,0.800264 +44.9400,0.802037 +44.9600,0.803332 +44.9800,0.804638 +45.0000,0.809755 +45.0200,0.812334 +45.0400,0.765467 +45.0600,0.755265 +45.0800,0.746582 +45.1000,0.734841 +45.1200,0.712973 +45.1400,0.685723 +45.1600,0.657708 +45.1800,0.638484 +45.2000,0.629779 +45.2200,0.631159 +45.2400,0.640522 +45.2600,0.618101 +45.2800,0.641540 +45.3000,0.661360 +45.3200,0.678610 +45.3400,0.682878 +45.3600,0.682867 +45.3800,0.680054 +45.4000,0.674608 +45.4200,0.668929 +45.4400,0.665288 +45.4600,0.667475 +45.4800,0.631212 +45.5000,0.662729 +45.5200,0.677028 +45.5400,0.688737 +45.5600,0.698642 +45.5800,0.707962 +45.6000,0.718153 +45.6200,0.730276 +45.6400,0.746475 +45.6600,0.770902 +45.6800,0.793056 +45.7000,0.749777 +45.7200,0.802069 +45.7400,0.819415 +45.7600,0.837398 +45.7800,0.855561 +45.8000,0.872694 +45.8200,0.889000 +45.8400,0.906792 +45.8600,0.926982 +45.8800,0.939466 +45.9000,0.948967 +45.9200,0.959636 +45.9400,0.963925 +45.9600,0.957736 +45.9800,0.953702 +46.0000,0.955305 +46.0200,0.951345 +46.0400,0.943468 +46.0600,0.933766 +46.0800,0.922672 +46.1000,0.908681 +46.1200,0.891961 +46.1400,0.875964 +46.1600,0.855327 +46.1800,0.830657 +46.2000,0.804840 +46.2200,0.779691 +46.2400,0.755785 +46.2600,0.734458 +46.2800,0.716264 +46.3000,0.705744 +46.3200,0.701051 +46.3400,0.672973 +46.3600,0.648770 +46.3800,0.627889 +46.4000,0.609503 +46.4200,0.593845 +46.4400,0.580193 +46.4600,0.570385 +46.4800,0.566701 +46.5000,0.562890 +46.5200,0.561797 +46.5400,0.580236 +46.5600,0.606127 +46.5800,0.627518 +46.6000,0.645574 +46.6200,0.664587 +46.6400,0.681731 +46.6600,0.689279 +46.6800,0.692697 +46.7000,0.692421 +46.7200,0.688366 +46.7400,0.673302 +46.7600,0.639311 +46.7800,0.605586 +46.8000,0.572211 +46.8200,0.539016 +46.8400,0.509324 +46.8600,0.482446 +46.8800,0.457807 +46.9000,0.437085 +46.9200,0.419655 +46.9400,0.405855 +46.9600,0.450811 +46.9800,0.486904 +47.0000,0.521872 +47.0200,0.553708 +47.0400,0.582264 +47.0600,0.606669 +47.0800,0.630585 +47.1000,0.657984 +47.1200,0.680213 +47.1400,0.698015 +47.1600,0.675839 +47.1800,0.638483 +47.2000,0.605129 +47.2200,0.574833 +47.2400,0.547285 +47.2600,0.523591 +47.2800,0.499632 +47.3000,0.475131 +47.3200,0.452138 +47.3400,0.429591 +47.3600,0.421056 +47.3800,0.442659 +47.4000,0.466055 +47.4200,0.489250 +47.4400,0.506235 +47.4600,0.520672 +47.4800,0.533443 +47.5000,0.545735 +47.5200,0.557625 +47.5400,0.568368 +47.5600,0.580024 +47.5800,0.553230 +47.6000,0.553963 +47.6200,0.555258 +47.6400,0.560353 +47.6600,0.565353 +47.6800,0.568304 +47.7000,0.572296 +47.7200,0.576882 +47.7400,0.583134 +47.7600,0.589344 +47.7800,0.595066 +47.8000,0.558368 +47.8200,0.532933 +47.8400,0.510152 +47.8600,0.490598 +47.8800,0.474272 +47.9000,0.458826 +47.9200,0.444272 +47.9400,0.429941 +47.9600,0.417181 +47.9800,0.405897 +48.0000,0.392405 +48.0200,0.372097 +48.0400,0.358605 +48.0600,0.345028 +48.0800,0.332735 +48.1000,0.321217 +48.1200,0.309710 +48.1400,0.297608 +48.1600,0.286016 +48.1800,0.274604 +48.2000,0.263086 +48.2200,0.251409 +48.2400,0.250836 +48.2600,0.258278 +48.2800,0.263320 +48.3000,0.268044 +48.3200,0.274084 +48.3400,0.279148 +48.3600,0.282619 +48.3800,0.284859 +48.4000,0.287491 +48.4200,0.290167 +48.4400,0.286366 +48.4600,0.309444 +48.4800,0.344953 +48.5000,0.377447 +48.5200,0.406958 +48.5400,0.434708 +48.5600,0.466777 +48.5800,0.492053 +48.6000,0.511362 +48.6200,0.528358 +48.6400,0.545183 +48.6600,0.540693 +48.6800,0.570767 +48.7000,0.728832 +48.7200,0.752399 +48.7400,0.743089 +48.7600,0.736688 +48.7800,0.726815 +48.8000,0.717622 +48.8200,0.708758 +48.8400,0.700638 +48.8600,0.691901 +48.8800,0.680521 +48.9000,0.661031 +48.9200,0.668748 +48.9400,0.674873 +48.9600,0.684247 +48.9800,0.695425 +49.0000,0.701604 +49.0200,0.705032 +49.0400,0.707495 +49.0600,0.711455 +49.0800,0.715828 +49.1000,0.709013 +49.1200,0.678982 +49.1400,0.665574 +49.1600,0.652666 +49.1800,0.642008 +49.2000,0.636169 +49.2200,0.627709 +49.2400,0.616573 +49.2600,0.606329 +49.2800,0.595894 +49.3000,0.586181 +49.3200,0.570119 +49.3400,0.574164 +49.3600,0.600076 +49.3800,0.624099 +49.4000,0.647337 +49.4200,0.674470 +49.4400,0.703822 +49.4600,0.726115 +49.4800,0.746497 +49.5000,0.765106 +49.5200,0.783524 +49.5400,0.777314 +49.5600,0.725637 +49.5800,0.681370 +49.6000,0.641222 +49.6200,0.604259 +49.6400,0.570088 +49.6600,0.539833 +49.6800,0.511023 +49.7000,0.483252 +49.7200,0.458295 +49.7400,0.434644 +49.7600,0.409156 +49.7800,0.411162 +49.8000,0.418423 +49.8200,0.424028 +49.8400,0.429379 +49.8600,0.434495 +49.8800,0.440026 +49.9000,0.446629 +49.9200,0.449962 +49.9400,0.453911 +49.9600,0.456268 +49.9800,0.441225 +50.0000,0.512052 +50.0200,0.586531 +50.0400,0.656020 +50.0600,0.718440 +50.0800,0.775297 +50.1000,0.828842 +50.1200,0.882907 +50.1400,0.928362 +50.1600,0.964392 +50.1800,0.996896 +50.2000,0.972077 +50.2200,0.901208 +50.2400,0.838045 +50.2600,0.780212 +50.2800,0.727590 +50.3000,0.680139 +50.3200,0.636498 +50.3400,0.597178 +50.3600,0.562986 +50.3800,0.531415 +50.4000,0.502371 +50.4200,0.470864 +50.4400,0.487180 +50.4600,0.501193 +50.4800,0.515609 +50.5000,0.528422 +50.5200,0.541744 +50.5400,0.555342 +50.5600,0.571202 +50.5800,0.592242 +50.6000,0.610161 +50.6200,0.624099 +50.6400,0.597306 +50.6600,0.688939 +50.6800,0.762367 +50.7000,0.826994 +50.7200,0.885327 +50.7400,0.938585 +50.7600,0.986822 +50.7800,1.031259 +50.8000,1.082744 +50.8200,1.130759 +50.8400,1.163487 +50.8600,1.109889 +50.8800,1.157404 +50.9000,1.194739 +50.9200,1.222626 +50.9400,1.247679 +50.9600,1.270354 +50.9800,1.290004 +51.0000,1.307382 +51.0200,1.331988 +51.0400,1.358485 +51.0600,1.373164 +51.0800,1.297465 +51.1000,1.220736 +51.1200,1.152425 +51.1400,1.089613 +51.1600,1.032989 +51.1800,0.981557 +51.2000,0.935252 +51.2200,0.893257 +51.2400,0.856187 +51.2600,0.825041 +51.2800,0.795477 +51.3000,0.754564 +51.3200,0.786634 +51.3400,0.818045 +51.3600,0.842313 +51.3800,0.861803 +51.4000,0.880752 +51.4200,0.899998 +51.4400,0.918256 +51.4600,0.937311 +51.4800,0.962629 +51.5000,0.989858 +51.5200,0.943978 +51.5400,0.976706 +51.5600,1.013106 +51.5800,1.042756 +51.6000,1.062225 +51.6200,1.078817 +51.6400,1.094040 +51.6600,1.108434 +51.6800,1.119814 +51.7000,1.135504 +51.7200,1.152054 +51.7400,1.099135 +51.7600,1.121215 +51.7800,1.148147 +51.8000,1.178954 +51.8200,1.196788 +51.8400,1.211512 +51.8600,1.224176 +51.8800,1.236649 +51.9000,1.249622 +51.9200,1.261745 +51.9400,1.282647 +51.9600,1.206565 +51.9800,1.172276 +52.0000,1.145217 +52.0200,1.123551 +52.0400,1.101152 +52.0600,1.076725 +52.0800,1.055080 +52.1000,1.035431 +52.1200,1.017682 +52.1400,1.002257 +52.1600,0.988287 +52.1800,0.953776 +52.2000,0.967566 +52.2200,0.981122 +52.2400,0.997863 +52.2600,1.015039 +52.2800,1.022406 +52.3000,1.029486 +52.3200,1.036153 +52.3400,1.041100 +52.3600,1.044019 +52.3800,1.044804 +52.4000,1.002257 +52.4200,1.000272 +52.4400,0.998234 +52.4600,1.001058 +52.4800,1.006440 +52.5000,1.005272 +52.5200,1.004221 +52.5400,1.004349 +52.5600,1.004922 +52.5800,1.003945 +52.6000,0.995315 +52.6200,0.983744 +52.6400,1.018234 +52.6600,1.048520 +52.6800,1.076057 +52.7000,1.106736 +52.7200,1.131396 +52.7400,1.149103 +52.7600,1.164846 +52.7800,1.178327 +52.8000,1.190769 +52.8200,1.184336 +52.8400,1.121120 +52.8600,1.079273 +52.8800,1.040919 +52.9000,1.005909 +52.9200,0.976992 +52.9400,0.951727 +52.9600,0.925135 +52.9800,0.900359 +53.0000,0.877195 +53.0200,0.855741 +53.0400,0.824351 +53.0600,0.833077 +53.0800,0.862535 +53.1000,0.888214 +53.1200,0.911781 +53.1400,0.934445 +53.1600,0.962067 +53.1800,1.087691 +53.2000,1.338209 +53.2200,1.332870 +53.2400,1.315874 +53.2600,1.288560 +53.2800,1.227148 +53.3000,1.192425 +53.3200,1.160419 +53.3400,1.133307 +53.3600,1.113593 +53.3800,1.095207 +53.4000,1.073573 +53.4200,1.052522 +53.4400,1.034210 +53.4600,1.017629 +53.4800,0.990676 +53.5000,0.994901 +53.5200,1.035028 +53.5400,1.066906 +53.5600,1.094347 +53.5800,1.126884 +53.6000,1.161088 +53.6200,1.183699 +53.6400,1.203359 +53.6600,1.220440 +53.6800,1.236819 +53.7000,1.224293 +53.7200,1.173635 +53.7400,1.145525 +53.7600,1.120058 +53.7800,1.096375 +53.8000,1.076726 +53.8200,1.063944 +53.8400,1.046960 +53.8600,1.030378 +53.8800,1.015410 +53.9000,1.000888 +53.9200,0.967958 +53.9400,0.967481 +53.9600,0.979816 +53.9800,0.988691 +54.0000,0.996514 +54.0200,1.003584 +54.0400,1.018616 +54.0600,1.032002 +54.0800,1.036397 +54.1000,1.042618 +54.1200,1.048095 +54.1400,1.019200 +54.1600,0.965931 +54.1800,0.922142 +54.2000,0.882578 +54.2200,0.846485 +54.2400,0.812472 +54.2600,0.781730 +54.2800,0.756295 +54.3000,0.731508 +54.3200,0.708270 +54.3400,0.687081 +54.3600,0.653844 +54.3800,0.715446 +54.4000,0.775912 +54.4200,0.829850 +54.4400,0.878321 +54.4600,0.922471 +54.4800,0.963330 +54.5000,1.009264 +54.5200,1.051439 +54.5400,1.081715 +54.5600,1.109294 +54.5800,1.068658 +54.6000,1.128774 +54.6200,1.172829 +54.6400,1.213454 +54.6600,1.250885 +54.6800,1.283888 +54.7000,1.315396 +54.7200,1.347423 +54.7400,1.386754 +54.7600,1.418271 +54.7800,1.440520 +54.8000,1.372422 +54.8200,1.348007 +54.8400,1.310311 +54.8600,1.277381 +54.8800,1.247732 +54.9000,1.221448 +54.9200,1.197478 +54.9400,1.179028 +54.9600,1.166438 +54.9800,1.248666 +55.0000,1.420119 +55.0200,1.350204 +55.0400,1.340916 +55.0600,1.324631 +55.0800,1.310609 +55.1000,1.298889 +55.1200,1.289451 +55.1400,1.280470 +55.1600,1.280025 +55.1800,1.284101 +55.2000,1.280917 +55.2200,1.278358 +55.2400,1.216586 +55.2600,1.273719 +55.2800,1.314886 +55.3000,1.350247 +55.3200,1.380808 +55.3400,1.407391 +55.3600,1.430002 +55.3800,1.449833 +55.4000,1.477974 +55.4200,1.498081 +55.4400,1.510712 +55.4600,1.436054 +55.4800,1.468155 +55.5000,1.480905 +55.5200,1.488718 +55.5400,1.493919 +55.5600,1.497740 +55.5800,1.500670 +55.6000,1.500468 +55.6200,1.509513 +55.6400,1.520501 +55.6600,1.520309 +55.6800,1.436679 +55.7000,1.486848 +55.7200,1.489620 +55.7400,1.491371 +55.7600,1.491594 +55.7800,1.490968 +55.8000,1.488736 +55.8200,1.496922 +55.8400,1.507274 +55.8600,1.508718 +55.8800,1.508587 +55.9000,1.437412 +55.9200,1.471616 +55.9400,1.471944 +55.9600,1.471032 +55.9800,1.469756 +56.0000,1.467432 +56.0200,1.470416 +56.0400,1.479937 +56.0600,1.479502 +56.0800,1.477232 +56.1000,1.474249 +56.1200,1.418113 +56.1400,1.426021 +56.1600,1.430225 +56.1800,1.428347 +56.2000,1.425746 +56.2200,1.429120 +56.2400,1.438962 +56.2600,1.439280 +56.2800,1.439514 +56.3000,1.437030 +56.3200,1.435639 +56.3400,1.440700 +56.3600,1.468048 +56.3800,1.481924 +56.4000,1.497707 +56.4200,1.499068 +56.4400,1.497899 +56.4600,1.494002 +56.4800,1.488612 +56.5000,1.480861 +56.5200,1.475638 +56.5400,1.474024 +56.5600,1.475500 +56.5800,1.462741 +56.6000,1.450923 +56.6200,1.439386 +56.6400,1.428698 +56.6600,1.420075 +56.6800,1.417413 +56.7000,1.420850 +56.7200,1.409800 +56.7400,1.393718 +56.7600,1.361500 +56.7800,1.322179 +56.8000,1.284950 +56.8200,1.253051 +56.8400,1.225959 +56.8600,1.202796 +56.8800,1.176172 +56.9000,1.149389 +56.9200,1.126460 +56.9400,1.107723 +56.9600,1.099400 +56.9800,1.118158 +57.0000,1.135897 +57.0200,1.147627 +57.0400,1.153784 +57.0600,1.159517 +57.0800,1.163933 +57.1000,1.168136 +57.1200,1.172393 +57.1400,1.182648 +57.1600,1.200185 +57.1800,1.219102 +57.2000,1.223815 +57.2200,1.226480 +57.2400,1.227488 +57.2600,1.228762 +57.2800,1.228507 +57.3000,1.233910 +57.3200,1.246564 +57.3400,1.249834 +57.3600,1.248740 +57.3800,1.223284 +57.4000,1.185779 +57.4200,1.151810 +57.4400,1.119135 +57.4600,1.092437 +57.4800,1.067246 +57.5000,1.040930 +57.5200,1.016493 +57.5400,0.992990 +57.5600,0.969540 +57.5800,0.956717 +57.6000,0.990516 +57.6200,1.025697 +57.6400,1.050930 +57.6600,1.067257 +57.6800,1.081290 +57.7000,1.091365 +57.7200,1.099921 +57.7400,1.107203 +57.7600,1.115271 +57.7800,1.127776 +57.8000,1.126980 +57.8200,1.121269 +57.8400,1.115388 +57.8600,1.108965 +57.8800,1.101577 +57.9000,1.093700 +57.9200,1.091375 +57.9400,1.091492 +57.9600,1.087702 +57.9800,1.083382 +58.0000,1.029115 +58.0200,1.050091 +58.0400,1.059369 +58.0600,1.067639 +58.0800,1.076556 +58.1000,1.086067 +58.1200,1.095059 +58.1400,1.109071 +58.1600,1.131598 +58.1800,1.148306 +58.2000,1.158816 +58.2200,1.100727 +58.2400,1.113954 +58.2600,1.119549 +58.2800,1.123211 +58.3000,1.126088 +58.3200,1.130228 +58.3400,1.134145 +58.3600,1.136406 +58.3800,1.143890 +58.4000,1.150918 +58.4200,1.145185 +58.4400,1.081747 +58.4600,1.095844 +58.4800,1.107914 +58.5000,1.114390 +58.5200,1.118647 +58.5400,1.124443 +58.5600,1.130366 +58.5800,1.137415 +58.6000,1.148795 +58.6200,1.168572 +58.6400,1.181544 +58.6600,1.117574 +58.6800,1.135833 +58.7000,1.151916 +58.7200,1.160769 +58.7400,1.166448 +58.7600,1.174442 +58.7800,1.184325 +58.8000,1.194580 +58.8200,1.207595 +58.8400,1.231501 +58.8600,1.254982 +58.8800,1.186576 +58.9000,1.187319 +58.9200,1.196745 +58.9400,1.202393 +58.9600,1.202818 +58.9800,1.203560 +59.0000,1.203561 +59.0200,1.202658 +59.0400,1.201735 +59.0600,1.205217 +59.0800,1.214293 +59.1000,1.152404 +59.1200,1.161523 +59.1400,1.172977 +59.1600,1.185111 +59.1800,1.187690 +59.2000,1.186406 +59.2200,1.183072 +59.2400,1.180504 +59.2600,1.178083 +59.2800,1.174697 +59.3000,1.180981 +59.3200,1.126778 +59.3400,1.140865 +59.3600,1.161480 +59.3800,1.188465 +59.4000,1.210800 +59.4200,1.234229 +59.4400,1.258337 +59.4600,1.285141 +59.4800,1.314091 +59.5000,1.343398 +59.5200,1.381097 +59.5400,1.331012 +59.5600,1.362529 +59.5800,1.398378 +59.6000,1.443229 +59.6200,1.495087 +59.6400,1.537771 +59.6600,1.581774 +59.6800,1.624991 +59.7000,1.670276 +59.7200,1.715412 +59.7400,1.749565 +59.7600,1.726443 +59.7800,1.806145 +59.8000,1.875464 +59.8200,1.947134 +59.8400,2.026144 +59.8600,2.087300 +59.8800,2.139456 +59.9000,2.186208 +59.9200,2.228733 +59.9400,2.268214 +59.9600,2.268193 +59.9800,2.187301 +60.0000,2.168256 +60.0200,2.149774 +60.0400,2.132524 +60.0600,2.129127 +60.0800,2.127227 +60.1000,2.115304 +60.1200,2.102704 +60.1400,2.090348 +60.1600,2.078033 +60.1800,2.030889 +60.2000,2.019383 +60.2200,2.062344 +60.2400,2.098288 +60.2600,2.130529 +60.2800,2.165115 +60.3000,2.208192 +60.3200,2.239287 +60.3400,2.256302 +60.3600,2.268108 +60.3800,2.278246 +60.4000,2.219966 +60.4200,2.204424 +60.4400,2.224434 +60.4600,2.242746 +60.4800,2.259031 +60.5000,2.271207 +60.5200,2.294615 +60.5400,2.321025 +60.5600,2.333935 +60.5800,2.340570 +60.6000,2.345452 +60.6200,2.260941 +60.6400,2.222724 +60.6600,2.200827 +60.6800,2.179933 +60.7000,2.161686 +60.7200,2.145582 +60.7400,2.134299 +60.7600,2.135984 +60.7800,2.140284 +60.8000,2.131886 +60.8200,2.123969 +60.8400,2.026855 +60.8600,2.067652 +60.8800,2.096813 +60.9000,2.121940 +60.9200,2.145954 +60.9400,2.166718 +60.9600,2.183766 +60.9800,2.206240 +61.0000,2.241377 +61.0200,2.264445 +61.0400,2.277428 +61.0600,2.161876 +61.0800,2.154785 +61.1000,2.135145 +61.1200,2.113628 +61.1400,2.092525 +61.1600,2.071547 +61.1800,2.049753 +61.2000,2.025678 +61.2200,2.007673 +61.2400,1.992205 +61.2600,1.964572 +61.2800,1.853174 +61.3000,1.829638 +61.3200,1.802950 +61.3400,1.772240 +61.3600,1.745224 +61.3800,1.721250 +61.4000,1.701985 +61.4200,1.684500 +61.4400,1.674459 +61.4600,1.674088 +61.4800,1.676007 +61.5000,1.590223 +61.5200,1.616008 +61.5400,1.645466 +61.5600,1.666698 +61.5800,1.681582 +61.6000,1.694405 +61.6200,1.705435 +61.6400,1.712908 +61.6600,1.717186 +61.6800,1.726485 +61.7000,1.738376 +61.7200,1.656707 +61.7400,1.693514 +61.7600,1.738173 +61.7800,1.778981 +61.8000,1.805105 +61.8200,1.828747 +61.8400,1.850360 +61.8600,1.870720 +61.8800,1.889892 +61.9000,1.908619 +61.9200,1.937896 +61.9400,1.866294 +61.9600,1.918555 +61.9800,1.969754 +62.0000,2.028447 +62.0200,2.074372 +62.0400,2.104583 +62.0600,2.132960 +62.0800,2.159232 +62.1000,2.183223 +62.1200,2.205230 +62.1400,2.218916 +62.1600,2.127493 +62.1800,2.124277 +62.2000,2.120677 +62.2200,2.127227 +62.2400,2.138331 +62.2600,2.138237 +62.2800,2.134542 +62.3000,2.131028 +62.3200,2.128394 +62.3400,2.125073 +62.3600,2.102289 +62.3800,2.055911 +62.4000,2.089616 +62.4200,2.119710 +62.4400,2.149699 +62.4600,2.193850 +62.4800,2.234786 +62.5000,2.252640 +62.5200,2.266940 +62.5400,2.276473 +62.5600,2.280878 +62.5800,2.240463 +62.6000,2.171730 +62.6200,2.154690 +62.6400,2.140836 +62.6600,2.127843 +62.6800,2.125848 +62.7000,2.136536 +62.7200,2.139341 +62.7400,2.134243 +62.7600,2.123843 +62.7800,2.109382 +62.8000,2.042238 +62.8200,2.038161 +62.8400,2.067259 +62.8600,2.088628 +62.8800,2.107438 +62.9000,2.124169 +62.9200,2.154753 +62.9400,2.195274 +62.9600,2.222344 +62.9800,2.250136 +63.0000,2.277990 +63.0200,2.211822 +63.0400,2.217820 +63.0600,2.239785 +63.0800,2.257449 +63.1000,2.270007 +63.1200,2.278521 +63.1400,2.287449 +63.1600,2.303554 +63.1800,2.310558 +63.2000,2.302724 +63.2200,2.292704 +63.2400,2.188000 +63.2600,2.182236 +63.2800,2.174519 +63.3000,2.166185 +63.3200,2.157906 +63.3400,2.148481 +63.3600,2.139350 +63.3800,2.136590 +63.4000,2.141495 +63.4200,2.134393 +63.4400,2.123151 +63.4600,2.012598 +63.4800,1.999795 +63.5000,1.976527 +63.5200,1.952473 +63.5400,1.930243 +63.5600,1.908937 +63.5800,1.889267 +63.6000,1.872270 +63.6200,1.865326 +63.6400,1.859892 +63.6600,1.847589 +63.6800,1.750733 +63.7000,1.814118 +63.7200,1.868672 +63.7400,1.915931 +63.7600,1.965614 +63.7800,2.017715 +63.8000,2.073087 +63.8200,2.130316 +63.8400,2.192385 +63.8600,2.264635 +63.8800,2.323289 +63.9000,2.208957 +63.9200,2.315262 +63.9400,2.413130 +63.9600,2.476707 +63.9800,2.534254 +64.0000,2.588470 +64.0200,2.638821 +64.0400,2.685826 +64.0600,2.731081 +64.0800,2.795858 +64.1000,2.857941 +64.1200,2.702684 +64.1400,2.731516 +64.1600,2.779096 +64.1800,2.813597 +64.2000,2.835975 +64.2200,2.857844 +64.2400,2.878576 +64.2600,2.897812 +64.2800,2.916220 +64.3000,2.944064 +64.3200,2.986434 +64.3400,2.837481 +64.3600,2.876240 +64.3800,2.930816 +64.4000,2.985731 +64.4200,3.014892 +64.4400,3.036412 +64.4600,3.056263 +64.4800,3.075604 +64.5000,3.092218 +64.5200,3.105722 +64.5400,3.131784 +64.5600,2.988226 +64.5800,3.008249 +64.6000,3.027663 +64.6200,3.065083 +64.6400,3.089798 +64.6600,3.097833 +64.6800,3.103950 +64.7000,3.109130 +64.7200,3.113876 +64.7400,3.118641 +64.7600,3.595899 +64.7800,3.600000 64.8000,3.600000 -64.8200,3.550597 -64.8400,3.504319 -64.8600,3.464700 -64.8800,3.428554 -64.9000,3.395808 -64.9200,3.367220 -64.9400,3.352910 -64.9600,3.351706 -64.9800,3.334244 -65.0000,3.132682 -65.0200,3.153933 -65.0400,3.170329 -65.0600,3.163077 -65.0800,3.150524 -65.1000,3.134628 -65.1200,3.115278 -65.1400,3.092313 -65.1600,3.070814 -65.1800,3.060272 -65.2000,3.043708 -65.2200,2.862567 -65.2400,2.848281 -65.2600,2.847737 -65.2800,2.834414 -65.3000,2.816000 -65.3200,2.799327 -65.3400,2.783607 -65.3600,2.770777 -65.3800,2.760661 -65.4000,2.761929 -65.4200,2.775213 -65.4400,2.629965 -65.4600,2.645250 -65.4800,2.667055 -65.5000,2.696308 -65.5200,2.706944 -65.5400,2.717216 -65.5600,2.728545 -65.5800,2.740681 -65.6000,2.751585 -65.6200,2.762097 -65.6400,2.791165 -65.6600,2.666221 -65.6800,2.704906 -65.7000,2.744497 -65.7200,2.793221 -65.7400,2.835129 -65.7600,2.856415 -65.7800,2.876237 -65.8000,2.891903 -65.8200,2.904733 -65.8400,2.914645 -65.8600,2.919054 -65.8800,2.805125 -65.9000,2.826356 -65.9200,2.832295 -65.9400,2.849672 -65.9600,2.876396 -65.9800,2.882612 -66.0000,2.886485 -66.0200,2.885557 -66.0400,2.882167 -66.0600,2.875441 -66.0800,2.844883 -66.1000,2.753001 -66.1200,2.767433 -66.1400,2.780476 -66.1600,2.790425 -66.1800,2.819372 -66.2000,2.842778 -66.2200,2.847086 -66.2400,2.854721 -66.2600,2.860695 -66.2800,2.866280 -66.3000,2.815906 -66.3200,2.752722 -66.3400,2.768154 -66.3600,2.782264 -66.3800,2.793695 -66.4000,2.814470 -66.4200,2.847403 -66.4400,2.863204 -66.4600,2.870319 -66.4800,2.875469 -66.5000,2.879370 -66.5200,2.801642 -66.5400,2.757094 -66.5600,2.763431 -66.5800,2.770970 -66.6000,2.777667 -66.6200,2.783070 -66.6400,2.803588 -66.6600,2.829209 -66.6800,2.834110 -66.7000,2.839919 -66.7200,2.844495 -66.7400,2.857899 -66.7600,2.887151 -66.7800,2.915310 -66.8000,2.956181 -66.8200,2.991732 -66.8400,3.010927 -66.8600,3.028278 -66.8800,3.041115 -66.9000,3.049887 -66.9200,3.056400 -66.9400,3.067471 -66.9600,3.097177 -66.9800,3.117908 -67.0000,3.123993 -67.0200,3.127311 -67.0400,3.129273 -67.0600,3.128496 -67.0800,3.127598 -67.1000,3.134230 -67.1200,3.160576 -67.1400,3.173646 -67.1600,3.132239 -67.1800,3.084422 -67.2000,3.039133 -67.2200,2.996883 -67.2400,2.955440 -67.2600,2.928549 -67.2800,2.918145 -67.3000,2.896591 -67.3200,2.874358 -67.3400,2.850154 -67.3600,2.841825 -67.3800,2.853080 -67.4000,2.861157 -67.4200,2.883612 -67.4400,2.911106 -67.4600,2.921453 -67.4800,2.924804 -67.5000,2.925575 -67.5200,2.927956 -67.5400,2.931476 -67.5600,2.929725 -67.5800,2.944305 -67.6000,2.966194 -67.6200,2.969084 -67.6400,2.966869 -67.6600,2.964815 -67.6800,2.962683 -67.7000,2.957152 -67.7200,2.953041 -67.7400,2.965203 -67.7600,2.980349 -67.7800,2.945601 -67.8000,2.907799 -67.8200,2.873663 -67.8400,2.843252 -67.8600,2.815174 -67.8800,2.791702 -67.9000,2.795296 -67.9200,2.789441 -67.9400,2.773537 -67.9600,2.757585 -67.9800,2.765903 -68.0000,2.790831 -68.0200,2.812368 -68.0400,2.839056 -68.0600,2.879686 -68.0800,2.910504 -68.1000,2.922667 -68.1200,2.934301 -68.1400,2.943684 -68.1600,2.951170 -68.1800,2.949651 -68.2000,2.942147 -68.2200,2.934124 -68.2400,2.914765 -68.2600,2.887938 -68.2800,2.863771 -68.3000,2.840094 -68.3200,2.817713 -68.3400,2.795131 -68.3600,2.784477 -68.3800,2.786969 -68.4000,2.641804 -68.4200,2.672197 -68.4400,2.699191 -68.4600,2.724415 -68.4800,2.732566 -68.5000,2.738180 -68.5200,2.741208 -68.5400,2.742562 -68.5600,2.744275 -68.5800,2.746711 -68.6000,2.764209 -68.6200,2.627281 -68.6400,2.641064 -68.6600,2.661229 -68.6800,2.695728 -68.7000,2.718633 -68.7200,2.727999 -68.7400,2.739245 -68.7600,2.749749 -68.7800,2.758697 -68.8000,2.764155 -68.8200,2.767146 -68.8400,2.665212 -68.8600,2.704220 -68.8800,2.737151 -68.9000,2.784597 -68.9200,2.831857 -68.9400,2.858018 -68.9600,2.877721 -68.9800,2.891551 -69.0000,2.903352 -69.0200,2.911150 -69.0400,2.888087 -69.0600,2.791443 -69.0800,2.798047 -69.1000,2.795251 -69.1200,2.794742 -69.1400,2.807486 -69.1600,2.814740 -69.1800,2.807654 -69.2000,2.800901 -69.2200,2.795177 -69.2400,2.789194 -69.2600,2.733732 -69.2800,2.654728 -69.3000,2.641778 -69.3200,2.622156 -69.3400,2.603983 -69.3600,2.596923 -69.3800,2.601778 -69.4000,2.592394 -69.4200,2.578434 -69.4400,2.564726 -69.4600,2.552859 -69.4800,2.486219 -69.5000,2.463821 -69.5200,2.490093 -69.5400,2.512433 -69.5600,2.531302 -69.5800,2.551303 -69.6000,2.583557 -69.6200,2.610161 -69.6400,2.621147 -69.6600,2.628929 -69.6800,2.635756 -69.7000,2.552971 -69.7200,2.514491 -69.7400,2.507054 -69.7600,2.499920 -69.7800,2.493500 -69.8000,2.486950 -69.8200,2.490869 -69.8400,2.507562 -69.8600,2.513092 -69.8800,2.509711 -69.9000,2.508136 -69.9200,2.402739 -69.9400,2.451760 -69.9600,2.500356 -69.9800,2.541253 -70.0000,2.577102 -70.0200,2.609151 -70.0400,2.635662 -70.0600,2.677865 -70.0800,2.722729 -70.1000,2.744424 -70.1200,2.761542 -70.1400,2.625261 -70.1600,2.654274 -70.1800,2.667640 -70.2000,2.676987 -70.2200,2.685898 -70.2400,2.692947 -70.2600,2.700339 -70.2800,2.711640 -70.3000,2.736911 -70.3200,2.759012 -70.3400,2.763005 -70.3600,2.607430 -70.3800,2.639025 -70.4000,2.653875 -70.4200,2.659395 -70.4400,2.663870 -70.4600,2.668000 -70.4800,2.671103 -70.5000,2.671381 -70.5200,2.681276 -70.5400,2.710464 -70.5600,2.718327 -70.5800,2.561697 -70.6000,2.632171 -70.6200,2.692687 -70.6400,2.733881 -70.6600,2.765386 -70.6800,2.793157 -70.7000,2.816241 -70.7200,2.835851 -70.7400,2.857193 -70.7600,2.897553 -70.7800,2.933930 -70.8000,2.760105 -70.8200,2.771445 -70.8400,2.790007 -70.8600,2.797752 -70.8800,2.794168 -70.9000,2.789525 -70.9200,2.785765 -70.9400,2.780771 -70.9600,2.775622 -70.9800,2.778585 -71.0000,2.795131 -71.0200,2.644556 -71.0400,2.662424 -71.0600,2.693789 -71.0800,2.728146 -71.1000,2.741283 -71.1200,2.752482 -71.1400,2.759790 -71.1600,2.766582 -71.1800,2.771861 -71.2000,2.779345 -71.2200,2.794685 -71.2400,2.674354 -71.2600,2.720200 -71.2800,2.765190 -71.3000,2.822530 -71.3200,2.873006 -71.3400,2.899638 -71.3600,2.922081 -71.3800,2.939776 -71.4000,2.955059 -71.4200,2.967880 -71.4400,2.967556 -71.4600,2.831395 -71.4800,2.809405 -71.5000,2.785783 -71.5200,2.771805 -71.5400,2.769342 -71.5600,2.758871 -71.5800,2.736549 -71.6000,2.715198 -71.6200,2.693909 -71.6400,2.672818 -71.6600,2.622103 -71.6800,2.538604 -71.7000,2.536288 -71.7200,2.533175 -71.7400,2.531294 -71.7600,2.551616 -71.7800,2.561807 -71.8000,2.561233 -71.8200,2.557462 -71.8400,2.552201 -71.8600,2.546930 -71.8800,2.494779 -71.9000,2.458152 -71.9200,2.488303 -71.9400,2.516038 -71.9600,2.539241 -71.9800,2.567893 -72.0000,2.611060 -72.0200,2.634485 -72.0400,2.644001 -72.0600,2.651707 -72.0800,2.657997 -72.1000,2.587179 -72.1200,2.559261 -72.1400,2.578879 -72.1600,2.597127 -72.1800,2.614303 -72.2000,2.631706 -72.2200,2.671225 -72.2400,2.710722 -72.2600,2.731963 -72.2800,2.750240 -72.3000,2.766441 -72.3200,2.674181 -72.3400,2.697079 -72.3600,2.723859 -72.3800,2.743136 -72.4000,2.758910 -72.4200,2.772297 -72.4400,2.795109 -72.4600,2.826810 -72.4800,2.842936 -72.5000,2.845829 -72.5200,2.846124 -72.5400,2.724885 -72.5600,2.733649 -72.5800,2.747609 -72.6000,2.756326 -72.6200,2.763802 -72.6400,2.769730 -72.6600,2.775213 -72.6800,2.804903 -72.7000,2.832858 -72.7200,2.844457 -72.7400,2.850329 -72.7600,2.706379 -72.7800,2.737039 -72.8000,2.752639 -72.8200,2.765025 -72.8400,2.774899 -72.8600,2.783357 -72.8800,2.789598 -72.9000,2.799124 -72.9200,2.825004 -72.9400,2.843733 -72.9600,2.846606 -72.9800,2.684110 -73.0000,2.701441 -73.0200,2.702453 -73.0400,2.698867 -73.0600,2.695366 -73.0800,2.690094 -73.1000,2.683758 -73.1200,2.678534 -73.1400,2.684757 -73.1600,2.701356 -73.1800,2.701405 -73.2000,2.544940 -73.2200,2.601370 -73.2400,2.644167 -73.2600,2.672188 -73.2800,2.692299 -73.3000,2.707860 -73.3200,2.723061 -73.3400,2.738838 -73.3600,2.758049 -73.3800,2.793536 -73.4000,2.823197 -73.4200,2.658118 -73.4400,2.694624 -73.4600,2.741468 -73.4800,2.767489 -73.5000,2.781976 -73.5200,2.794397 -73.5400,2.804969 -73.5600,2.812693 -73.5800,2.819474 -73.6000,2.836917 -73.6200,2.862049 -73.6400,2.704239 -73.6600,2.729897 -73.6800,2.767905 -73.7000,2.806172 -73.7200,2.823549 -73.7400,2.836360 -73.7600,2.848968 -73.7800,2.857981 -73.8000,2.866178 -73.8200,2.875017 -73.8400,2.899192 -73.8600,2.739875 -73.8800,2.719429 -73.9000,2.702599 -73.9200,2.706025 -73.9400,2.698614 -73.9600,2.680840 -73.9800,2.667260 -74.0000,2.656044 -74.0200,2.643676 -74.0400,2.631541 -74.0600,2.618814 -74.0800,2.507238 -74.1000,2.509860 -74.1200,2.511787 -74.1400,2.530655 -74.1600,2.545976 -74.1800,2.546299 -74.2000,2.548765 -74.2200,2.547644 -74.2400,2.547292 -74.2600,2.546827 -74.2800,2.524884 -74.3000,2.470805 -74.3200,2.534554 -74.3400,2.589651 -74.3600,2.642860 -74.3800,2.709538 -74.4000,2.762429 -74.4200,2.795768 -74.4400,2.826181 -74.4600,2.856591 -74.4800,2.883223 -74.5000,2.852821 -74.5200,2.778975 -74.5400,2.791063 -74.5600,2.800540 -74.5800,2.809266 -74.6000,2.830497 -74.6200,2.856008 -74.6400,2.862622 -74.6600,2.867494 -74.6800,2.869875 -74.7000,2.870810 -74.7200,2.799242 -74.7400,2.759708 -74.7600,2.783355 -74.7800,2.803827 -74.8000,2.821668 -74.8200,2.840472 -74.8400,2.874460 -74.8600,2.905093 -74.8800,2.914810 -74.9000,2.925362 -74.9200,2.931698 -74.9400,2.834451 -74.9600,2.803827 -74.9800,2.805663 -75.0000,2.806098 -75.0200,2.805719 -75.0400,2.804643 -75.0600,2.813749 -75.0800,2.835925 -75.1000,2.849385 -75.1200,2.845643 -75.1400,2.842844 -75.1600,2.719764 -75.1800,2.757855 -75.2000,2.799696 -75.2200,2.835841 -75.2400,2.867921 -75.2600,2.895395 -75.2800,2.919119 -75.3000,2.956782 -75.3200,2.999346 -75.3400,3.019042 -75.3600,3.031232 -75.3800,2.875006 -75.4000,2.887502 -75.4200,2.877165 -75.4400,2.869571 -75.4600,2.862280 -75.4800,2.854192 -75.5000,2.844855 -75.5200,2.838610 -75.5400,2.851561 -75.5600,2.863585 -75.5800,2.856721 -75.6000,2.690918 -75.6200,2.743247 -75.6400,2.775001 -75.6600,2.791433 -75.6800,2.804782 -75.7000,2.817084 -75.7200,2.828340 -75.7400,2.837917 -75.7600,2.851858 -75.7800,2.881547 -75.8000,2.896286 -75.8200,2.724730 -75.8400,2.775825 -75.8600,2.820909 -75.8800,2.845901 -75.9000,2.862233 -75.9200,2.876275 -75.9400,2.890507 -75.9600,2.902768 -75.9800,2.913887 -76.0000,2.938960 -76.0200,2.962497 -76.0400,2.789570 -76.0600,2.816177 -76.0800,2.858351 -76.1000,2.890411 -76.1200,2.905898 -76.1400,2.916840 -76.1600,2.925566 -76.1800,2.933671 -76.2000,2.939803 -76.2200,2.951271 -76.2400,2.981804 -76.2600,2.818500 -76.2800,2.834332 -76.3000,2.861622 -76.3200,2.894976 -76.3400,2.908522 -76.3600,2.915468 -76.3800,2.921240 -76.4000,2.926520 -76.4200,2.929984 -76.4400,2.931336 -76.4600,2.944444 -76.4800,2.808664 -76.5000,2.830654 -76.5200,2.852162 -76.5400,2.889050 -76.5600,2.923184 -76.5800,2.934162 -76.6000,2.946510 -76.6200,2.955512 -76.6400,2.961599 -76.6600,2.967381 -76.6800,2.954765 -76.7000,2.836705 -76.7200,2.841566 -76.7400,2.844372 -76.7600,2.854341 -76.7800,2.878601 -76.8000,2.889762 -76.8200,2.888938 -76.8400,2.887798 -76.8600,2.884891 -76.8800,2.881277 -76.9000,2.838546 -76.9200,2.754528 -76.9400,2.765654 -76.9600,2.775233 -76.9800,2.784504 -77.0000,2.807922 -77.0200,2.834074 -77.0400,2.840677 -77.0600,2.844391 -77.0800,2.846412 -77.1000,2.847088 -77.1200,2.854414 -77.1400,2.885752 -77.1600,2.934606 -77.1800,2.978967 -77.2000,2.999766 -77.2200,3.016233 -77.2400,3.032453 -77.2600,3.046293 -77.2800,3.056475 -77.3000,3.066970 -77.3200,3.094677 -77.3400,3.122281 -77.3600,3.126402 -77.3800,3.128940 -77.4000,3.130053 -77.4200,3.131730 -77.4400,3.132887 -77.4600,3.136537 -77.4800,3.158852 -77.5000,3.178009 -77.5200,3.178823 -77.5400,3.133424 -77.5600,3.077317 -77.5800,3.028332 -77.6000,2.983590 -77.6200,2.945167 -77.6400,2.927438 -77.6600,2.919137 -77.6800,2.887855 -77.7000,2.857665 -77.7200,2.831479 -77.7400,2.823455 -77.7600,2.840131 -77.7800,2.864029 -77.8000,2.903037 -77.8200,2.928557 -77.8400,2.937904 -77.8600,2.945880 -77.8800,2.951300 -77.9000,2.956153 -77.9200,2.960517 -77.9400,2.971401 -77.9600,3.001876 -77.9800,3.021812 -78.0000,3.024155 -78.0200,3.026767 -78.0400,3.030249 -78.0600,3.030351 -78.0800,3.028916 -78.1000,3.037142 -78.1200,3.063680 -78.1400,3.074944 -78.1600,3.024024 -78.1800,2.970177 -78.2000,2.920906 -78.2200,2.877767 -78.2400,2.841667 -78.2600,2.813528 -78.2800,2.800206 -78.3000,2.776436 -78.3200,2.750175 -78.3400,2.728861 -78.3600,2.736715 -78.3800,2.770711 -78.4000,2.798798 -78.4200,2.845994 -78.4400,2.891763 -78.4600,2.917229 -78.4800,2.935719 -78.5000,2.951772 -78.5200,2.965269 -78.5400,2.976523 -78.5600,2.980440 -78.5800,2.964851 -78.6000,2.958580 -78.6200,2.937978 -78.6400,2.913191 -78.6600,2.890392 -78.6800,2.870487 -78.7000,2.852998 -78.7200,2.835813 -78.7400,2.837121 -78.7600,2.844113 -78.7800,2.680164 -78.8000,2.697292 -78.8200,2.725423 -78.8400,2.755372 -78.8600,2.762838 -78.8800,2.767916 -78.9000,2.772084 -78.9200,0.484484 -78.9400,0.488884 -78.9600,0.492987 -78.9800,0.497804 -79.0000,0.501268 -79.0200,0.506261 -79.0400,0.488773 -79.0600,0.503649 -79.0800,0.518285 -79.1000,0.534800 -79.1200,0.549084 -79.1400,0.557902 -79.1600,0.566517 -79.1800,0.573751 -79.2000,0.580245 -79.2200,0.586062 -79.2400,0.587581 -79.2600,0.544314 -79.2800,0.507614 -79.3000,0.474174 -79.3200,0.444032 -79.3400,0.417021 -79.3600,0.392021 -79.3800,0.368817 -79.4000,0.348114 -79.4200,0.328356 -79.4400,0.309849 -79.4600,0.292610 -79.4800,0.297659 -79.5000,0.316583 -79.5200,0.334257 -79.5400,0.351541 -79.5600,0.370744 -79.5800,0.386731 -79.6000,0.397921 -79.6200,0.407351 -79.6400,0.414854 -79.6600,0.419198 -79.6800,0.414317 -79.7000,0.428850 -79.7200,0.461910 -79.7400,0.491589 -79.7600,0.518081 -79.7800,0.544406 -79.8000,0.570482 -79.8200,0.594010 -79.8400,0.612100 -79.8600,0.630089 -79.8800,0.645392 -79.9000,0.638222 -79.9200,0.631756 -79.9400,0.637305 -79.9600,0.640501 -79.9800,0.643557 -80.0000,0.646614 -80.0200,0.655525 -80.0400,0.666576 -80.0600,0.677386 -80.0800,0.689048 -80.1000,0.701979 -80.1200,0.690984 -80.1400,0.673459 -80.1600,0.665946 -80.1800,0.659314 -80.2000,0.654960 -80.2200,0.653830 -80.2400,0.655016 -80.2600,0.657545 -80.2800,0.658239 -80.3000,0.659481 -80.3200,0.661028 -80.3400,0.638861 -80.3600,0.647865 -80.3800,0.659675 -80.4000,0.668206 -80.4200,0.672708 -80.4400,0.675015 -80.4600,0.677960 -80.4800,0.682064 -80.5000,0.683546 -80.5200,0.683620 -80.5400,0.684852 -80.5600,0.658295 -80.5800,0.652932 -80.6000,0.649060 -80.6200,0.644660 -80.6400,0.639093 -80.6600,0.632349 -80.6800,0.627440 -80.7000,0.628283 -80.7200,0.634128 -80.7400,0.638769 -80.7600,0.641696 -80.7800,0.611387 -80.8000,0.625337 -80.8200,0.633016 -80.8400,0.639556 -80.8600,0.646003 -80.8800,0.652969 -80.9000,0.659962 -80.9200,0.668114 -80.9400,0.683778 -80.9600,0.694958 -80.9800,0.699840 -81.0000,0.664909 -81.0200,0.647531 -81.0400,0.628978 -81.0600,0.612452 -81.0800,0.598104 -81.1000,0.585210 -81.1200,0.575002 -81.1400,0.566915 -81.1600,0.563710 -81.1800,0.561765 -81.2000,0.556411 -81.2200,0.524491 -81.2400,0.493052 -81.2600,0.466180 -81.2800,0.443782 -81.3000,0.426442 -81.3200,0.411566 -81.3400,0.398875 -81.3600,0.387519 -81.3800,0.377061 -81.4000,0.366242 -81.4200,0.354089 -81.4400,0.335007 -81.4600,0.343233 -81.4800,0.348948 -81.5000,0.351097 -81.5200,0.350773 -81.5400,0.350708 -81.5600,0.351282 -81.5800,0.351217 -81.6000,0.353839 -81.6200,0.359017 -81.6400,0.365056 -81.6600,0.346669 -81.6800,0.357562 -81.7000,0.370179 -81.7200,0.381155 -81.7400,0.390816 -81.7600,0.399783 -81.7800,0.408981 -81.8000,0.418374 -81.8200,0.426868 -81.8400,0.437418 -81.8600,0.448803 -81.8800,0.427692 -81.9000,0.437585 -81.9200,0.448256 -81.9400,0.457519 -81.9600,0.461465 -81.9800,0.463828 -82.0000,0.465485 -82.0200,0.465819 -82.0400,0.465754 -82.0600,0.465495 -82.0800,0.467301 -82.1000,0.457760 -82.1200,0.493062 -82.1400,0.526001 -82.1600,0.560255 -82.1800,0.589415 -82.2000,0.612934 -82.2200,0.633683 -82.2400,0.652969 -82.2600,0.670578 -82.2800,0.686371 -82.3000,0.698997 -82.3200,0.665687 -82.3400,0.656711 -82.3600,0.647707 -82.3800,0.641594 -82.4000,0.637991 -82.4200,0.631636 -82.4400,0.624809 -82.4600,0.618520 -82.4800,0.612730 -82.5000,0.607339 -82.5200,0.597965 -82.5400,0.583367 -82.5600,0.593611 -82.5800,0.603366 -82.6000,0.612175 -82.6200,0.624476 -82.6400,0.635073 -82.6600,0.640121 -82.6800,0.646068 -82.7000,0.650672 -82.7200,0.653941 -82.7400,0.646207 -82.7600,0.635295 -82.7800,0.643076 -82.8000,0.649986 -82.8200,0.656989 -82.8400,0.665724 -82.8600,0.675830 -82.8800,0.682175 -82.9000,0.686038 -82.9200,0.689382 -82.9400,0.692485 -82.9600,0.678396 -82.9800,0.650273 -83.0000,0.632442 -83.0200,0.615593 -83.0400,0.600068 -83.0600,0.586933 -83.0800,0.576910 -83.1000,0.568407 -83.1200,0.559820 -83.1400,0.550927 -83.1600,0.543378 -83.1800,0.523120 -83.2000,0.516506 -83.2200,0.515422 -83.2400,0.514793 -83.2600,0.514283 -83.2800,0.513107 -83.3000,0.515321 -83.3200,0.518257 -83.3400,0.518618 -83.3600,0.517682 -83.3800,0.516497 -83.4000,0.496702 -83.4200,0.520656 -83.4400,0.545453 -83.4600,0.567619 -83.4800,0.587581 -83.5000,0.604847 -83.5200,0.621150 -83.5400,0.641038 -83.5600,0.658804 -83.5800,0.671884 -83.6000,0.682703 -83.6200,0.654951 -83.6400,0.633887 -83.6600,0.612490 -83.6800,0.594186 -83.7000,0.578151 -83.7200,0.562608 -83.7400,0.548890 -83.7600,0.538330 -83.7800,0.530345 -83.8000,0.522064 -83.8200,0.513097 -83.8400,0.484771 -83.8600,0.517164 -83.8800,0.541461 -83.9000,0.561589 -83.9200,0.579402 -83.9400,0.595279 -83.9600,0.609720 -83.9800,0.623762 -84.0000,0.639676 -84.0200,0.655599 -84.0400,0.665557 -84.0600,0.631340 -84.0800,0.649226 -84.1000,0.663955 -84.1200,0.674051 -84.1400,0.682629 -84.1600,0.689993 -84.1800,0.697014 -84.2000,0.702433 -84.2200,0.708389 -84.2400,0.717921 -84.2600,0.725683 -84.2800,0.685306 -84.3000,0.687974 -84.3200,0.693272 -84.3400,0.696283 -84.3600,0.697190 -84.3800,0.698302 -84.4000,0.699849 -84.4200,0.700979 -84.4400,0.702118 -84.4600,0.706583 -84.4800,0.708834 -84.5000,0.667938 -84.5200,0.659036 -84.5400,0.651459 -84.5600,0.641214 -84.5800,0.622132 -84.6000,0.598354 -84.6200,0.573909 -84.6400,0.557134 -84.6600,0.549538 -84.6800,0.550742 -84.7000,0.558912 -84.7200,0.539349 -84.7400,0.559801 -84.7600,0.577095 -84.7800,0.592148 -84.8000,0.595871 -84.8200,0.595862 -84.8400,0.593408 -84.8600,0.588656 -84.8800,0.583700 -84.9000,0.580523 -84.9200,0.582431 -84.9400,0.550788 -84.9600,0.578290 -84.9800,0.590768 -85.0000,0.600985 -85.0200,0.609627 -85.0400,0.617760 -85.0600,0.626653 -85.0800,0.637231 -85.1000,0.651366 -85.1200,0.672680 -85.1400,0.692012 -85.1600,0.654247 -85.1800,0.699877 -85.2000,0.715012 -85.2200,0.730704 -85.2400,0.746553 -85.2600,0.761503 -85.2800,0.775732 -85.3000,0.791256 -85.3200,0.808875 -85.3400,0.819768 -85.3600,0.828058 -85.3800,0.837368 -85.4000,0.841110 -85.4200,0.835710 -85.4400,0.832190 -85.4600,0.833588 -85.4800,0.830133 -85.5000,0.823260 -85.5200,0.814794 -85.5400,0.805114 -85.5600,0.792905 -85.5800,0.778316 -85.6000,0.764357 -85.6200,0.746349 -85.6400,0.724822 -85.6600,0.702294 -85.6800,0.680350 -85.7000,0.659490 -85.7200,0.640880 -85.7400,0.625004 -85.7600,0.615824 -85.7800,0.611730 -85.8000,0.587229 -85.8200,0.566110 -85.8400,0.547889 -85.8600,0.531846 -85.8800,0.518183 -85.9000,0.506270 -85.9200,0.497711 -85.9400,0.494497 -85.9600,0.491172 -85.9800,0.490218 -86.0000,0.506308 -86.0200,0.528900 -86.0400,0.547565 -86.0600,0.563321 -86.0800,0.579911 -86.1000,0.594871 -86.1200,0.601457 -86.1400,0.604440 -86.1600,0.604199 -86.1800,0.600661 -86.2000,0.587516 -86.2200,0.557856 -86.2400,0.528427 -86.2600,0.499305 -86.2800,0.470339 -86.3000,0.444431 -86.3200,0.420977 -86.3400,0.399477 -86.3600,0.381396 -86.3800,0.366186 -86.4000,0.354144 -86.4200,0.393373 -86.4400,0.424867 -86.4600,0.455380 -86.4800,0.483159 -86.5000,0.508077 -86.5200,0.529372 -86.5400,0.550242 -86.5600,0.574150 -86.5800,0.593547 -86.6000,0.609081 -86.6200,0.589730 -86.6400,0.557134 -86.6600,0.528029 -86.6800,0.501593 -86.7000,0.477555 -86.7200,0.456880 -86.7400,0.435974 -86.7600,0.414595 -86.7800,0.394531 -86.8000,0.374856 -86.8200,0.367409 -86.8400,0.386259 -86.8600,0.406675 -86.8800,0.426914 -86.9000,0.441735 -86.9200,0.454333 -86.9400,0.465476 -86.9600,0.476203 -86.9800,0.486577 -87.0000,0.495952 -87.0200,0.506122 -87.0400,0.482742 -87.0600,0.483382 -87.0800,0.484512 -87.1000,0.488958 -87.1200,0.493321 -87.1400,0.495896 -87.1600,0.499379 -87.1800,0.503381 -87.2000,0.508836 -87.2200,0.514255 -87.2400,0.519248 -87.2600,0.487226 -87.2800,0.465032 -87.3000,0.445153 -87.3200,0.428091 -87.3400,0.413844 -87.3600,0.400367 -87.3800,0.387667 -87.4000,0.375162 -87.4200,0.364028 -87.4400,0.354181 -87.4600,0.342408 -87.4800,0.324688 -87.5000,0.312915 -87.5200,0.301067 -87.5400,0.290341 -87.5600,0.280290 -87.5800,0.270249 -87.6000,0.259690 -87.6200,0.249574 -87.6400,0.239617 -87.6600,0.229566 -87.6800,0.219377 -87.7000,0.218877 -87.7200,0.225370 -87.7400,0.229770 -87.7600,0.233892 -87.7800,0.239163 -87.8000,0.243581 -87.8200,0.246610 -87.8400,0.248565 -87.8600,0.250862 -87.8800,0.253196 -87.9000,0.249880 -87.9200,0.270018 -87.9400,0.301003 -87.9600,0.329357 -87.9800,0.355108 -88.0000,0.379321 -88.0200,0.407305 -88.0400,0.429360 -88.0600,0.446209 -88.0800,0.461039 -88.1000,0.475721 -88.1200,0.471803 -88.1400,0.498045 -88.1600,0.635971 -88.1800,0.656535 -88.2000,0.648411 -88.2200,0.642826 -88.2400,0.634211 -88.2600,0.626189 -88.2800,0.618455 -88.3000,0.611369 -88.3200,0.603745 -88.3400,0.593815 -88.3600,0.576808 -88.3800,0.583542 -88.4000,0.588887 -88.4200,0.597066 -88.4400,0.606820 -88.4600,0.612212 -88.4800,0.615203 -88.5000,0.617352 -88.5200,0.620808 -88.5400,0.624624 -88.5600,0.618677 -88.5800,0.592472 -88.6000,0.580773 -88.6200,0.569509 -88.6400,0.560209 -88.6600,0.555114 -88.6800,0.547732 -88.7000,0.538015 -88.7200,0.529076 -88.7400,0.519971 -88.7600,0.511495 -88.7800,0.497480 -88.8000,0.501009 -88.8200,0.523620 -88.8400,0.544582 -88.8600,0.564859 -88.8800,0.588535 -88.9000,0.614148 -88.9200,0.633600 -88.9400,0.651385 -88.9600,0.667623 -88.9800,0.683694 -89.0000,0.678275 -89.0200,0.633183 -89.0400,0.594556 -89.0600,0.559523 -89.0800,0.527270 -89.1000,0.497452 -89.1200,0.471053 -89.1400,0.445913 -89.1600,0.421681 -89.1800,0.399903 -89.2000,0.379266 -89.2200,0.357025 -89.2400,0.358776 -89.2600,0.365112 -89.2800,0.370003 -89.3000,0.374671 -89.3200,0.379136 -89.3400,0.383962 -89.3600,0.389723 -89.3800,0.392632 -89.4000,0.396078 -89.4200,0.398134 -89.4400,0.385008 -89.4600,0.446811 -89.4800,0.511801 -89.5000,0.572436 -89.5200,0.626903 -89.5400,0.676515 -89.5600,0.723238 -89.5800,0.770415 -89.6000,0.810079 -89.6200,0.841518 -89.6400,0.869881 -89.6600,0.848224 -89.6800,0.786384 -89.7000,0.731269 -89.7200,0.680804 -89.7400,0.634887 -89.7600,0.593482 -89.7800,0.555401 -89.8000,0.521091 -89.8200,0.491255 -89.8400,0.463707 -89.8600,0.438363 -89.8800,0.410871 -89.9000,0.425108 -89.9200,0.437335 -89.9400,0.449914 -89.9600,0.461095 -89.9800,0.472720 -90.0000,0.484586 -90.0200,0.498425 -90.0400,0.516784 -90.0600,0.532420 -90.0800,0.544582 -90.1000,0.521202 -90.1200,0.601161 -90.1400,0.665233 -90.1600,0.721626 -90.1800,0.772527 -90.2000,0.818999 -90.2200,0.861090 -90.2400,0.899865 -90.2600,0.944791 -90.2800,0.986688 -90.3000,1.015246 -90.3200,0.968477 -90.3400,1.009938 -90.3600,1.042516 -90.3800,1.066850 -90.4000,1.088711 -90.4200,1.108497 -90.4400,1.125643 -90.4600,1.140807 -90.4800,1.162278 -90.5000,1.185399 -90.5200,1.198208 -90.5400,1.132154 -90.5600,1.065201 -90.5800,1.005594 -90.6000,0.950784 -90.6200,0.901375 -90.6400,0.856496 -90.6600,0.816091 -90.6800,0.779446 -90.7000,0.747100 -90.7200,0.719922 -90.7400,0.694124 -90.7600,0.658425 -90.7800,0.686408 -90.8000,0.713818 -90.8200,0.734993 -90.8400,0.752000 -90.8600,0.768534 -90.8800,0.785328 -90.9000,0.801260 -90.9200,0.817888 -90.9400,0.839980 -90.9600,0.863740 -90.9800,0.823705 -91.0000,0.852263 -91.0200,0.884025 -91.0400,0.909897 -91.0600,0.926886 -91.0800,0.941364 -91.1000,0.954647 -91.1200,0.967208 -91.1400,0.977138 -91.1600,0.990828 -91.1800,1.005269 -91.2000,0.959093 -91.2200,0.978360 -91.2400,1.001861 -91.2600,1.028742 -91.2800,1.044304 -91.3000,1.057152 -91.3200,1.068203 -91.3400,1.079087 -91.3600,1.090406 -91.3800,1.100985 -91.4000,1.119223 -91.4200,1.052835 -91.4400,1.022916 -91.4600,0.999304 -91.4800,0.980398 -91.5000,0.960853 -91.5200,0.939539 -91.5400,0.920652 -91.5600,0.903506 -91.5800,0.888018 -91.6000,0.874559 -91.6200,0.862369 -91.6400,0.832255 -91.6600,0.844287 -91.6800,0.856116 -91.7000,0.870724 -91.7200,0.885712 -91.7400,0.892140 -91.7600,0.898319 -91.7800,0.904136 -91.8000,0.908452 -91.8200,0.911000 -91.8400,0.911685 -91.8600,0.874559 -91.8800,0.872827 -91.9000,0.871048 -91.9200,0.873512 -91.9400,0.878209 -91.9600,0.877190 -91.9800,0.876273 -92.0000,0.876384 -92.0200,0.876884 -92.0400,0.876032 -92.0600,0.868501 -92.0800,0.858404 -92.1000,0.888500 -92.1200,0.914927 -92.1400,0.938955 -92.1600,0.965725 -92.1800,0.987244 -92.2000,1.002694 -92.2200,1.016431 -92.2400,1.028196 -92.2600,1.039052 -92.2800,1.033438 -92.3000,0.978277 -92.3200,0.941762 -92.3400,0.908295 -92.3600,0.877745 -92.3800,0.852513 -92.4000,0.830467 -92.4200,0.807263 -92.4400,0.785643 -92.4600,0.765431 -92.4800,0.746711 -92.5000,0.719320 -92.5200,0.726934 -92.5400,0.752639 -92.5600,0.775046 -92.5800,0.795610 -92.6000,0.815387 -92.6200,0.839489 -92.6400,0.949108 -92.6600,1.167707 -92.6800,1.163048 -92.7000,1.148217 -92.7200,1.124383 -92.7400,1.070796 -92.7600,1.040497 -92.7800,1.012569 -92.8000,0.988911 -92.8200,0.971709 -92.8400,0.955666 -92.8600,0.936788 -92.8800,0.918419 -92.9000,0.902441 -92.9200,0.887972 -92.9400,0.864453 -92.9600,0.868139 -92.9800,0.903154 -93.0000,0.930971 -93.0200,0.954916 -93.0400,0.983307 -93.0600,1.013152 -93.0800,1.032883 -93.1000,1.050038 -93.1200,1.064942 -93.1400,1.079235 -93.1600,1.068304 -93.1800,1.024101 -93.2000,0.999573 -93.2200,0.977351 -93.2400,0.956685 -93.2600,0.939539 -93.2800,0.928386 -93.3000,0.913565 -93.3200,0.899096 -93.3400,0.886036 -93.3600,0.873364 -93.3800,0.844630 -93.4000,0.844213 -93.4200,0.854977 -93.4400,0.862721 -93.4600,0.869547 -93.4800,0.875716 -93.5000,0.888833 -93.5200,0.900514 -93.5400,0.904349 -93.5600,0.909777 -93.5800,0.914557 -93.6000,0.889343 -93.6200,0.842861 -93.6400,0.804651 -93.6600,0.770127 -93.6800,0.738633 -93.7000,0.708955 -93.7200,0.682129 -93.7400,0.659935 -93.7600,0.638305 -93.7800,0.618029 -93.8000,0.599540 -93.8200,0.570537 -93.8400,0.624290 -93.8600,0.677053 -93.8800,0.724118 -93.9000,0.766413 -93.9200,0.804938 -93.9400,0.840591 -93.9600,0.880672 -93.9800,0.917474 -94.0000,0.943893 -94.0200,0.967958 -94.0400,0.932499 -94.0600,0.984956 -94.0800,1.023397 -94.1000,1.058847 -94.1200,1.091508 -94.1400,1.120307 -94.1600,1.147800 -94.1800,1.175747 -94.2000,1.210066 -94.2200,1.237568 -94.2400,1.256982 -94.2600,1.197560 -94.2800,1.176256 -94.3000,1.143363 -94.3200,1.114629 -94.3400,1.088757 -94.3600,1.065822 -94.3800,1.044906 -94.4000,1.028807 -94.4200,1.017821 -94.4400,1.089573 -94.4600,1.239180 -94.4800,1.178173 -94.5000,1.170069 -94.5200,1.155859 -94.5400,1.143623 -94.5600,1.133396 -94.5800,1.125161 -94.6000,1.117324 -94.6200,1.116935 -94.6400,1.120493 -94.6600,1.117714 -94.6800,1.115481 -94.7000,1.061579 -94.7200,1.111433 -94.7400,1.147355 -94.7600,1.178210 -94.7800,1.204878 -94.8000,1.228074 -94.8200,1.247804 -94.8400,1.265108 -94.8600,1.289664 -94.8800,1.307209 -94.9000,1.318231 -94.9200,1.253085 -94.9400,1.281096 -94.9600,1.292222 -94.9800,1.299039 -95.0000,1.303577 -95.0200,1.306911 -95.0400,1.309469 -95.0600,1.309292 -95.0800,1.317184 -95.1000,1.326772 -95.1200,1.326605 -95.1400,1.253630 -95.1600,1.297407 -95.1800,1.299827 -95.2000,1.301354 -95.2200,1.301549 -95.2400,1.301002 -95.2600,1.299055 -95.2800,1.306198 -95.3000,1.315231 -95.3200,1.316491 -95.3400,1.316377 -95.3600,1.254270 -95.3800,1.284116 -95.4000,1.284402 -95.4200,1.283606 -95.4400,1.282493 -95.4600,1.280465 -95.4800,1.283069 -95.5000,1.291377 -95.5200,1.290998 -95.5400,1.289016 -95.5600,1.286413 -95.5800,1.237430 -95.6000,1.244331 -95.6200,1.247998 -95.6400,1.246360 -95.6600,1.244090 -95.6800,1.247035 -95.7000,1.255623 -95.7200,1.255900 -95.7400,1.256105 -95.7600,1.253936 -95.7800,1.252723 -95.8000,1.257139 -95.8200,1.281002 -95.8400,1.293110 -95.8600,1.306883 -95.8800,1.308070 -95.9000,1.307050 -95.9200,1.303650 -95.9400,1.298946 -95.9600,1.292183 -95.9800,1.287625 -96.0000,1.286217 -96.0200,1.287505 -96.0400,1.276372 -96.0600,1.266060 -96.0800,1.255992 -96.1000,1.246666 -96.1200,1.239142 -96.1400,1.236819 -96.1600,1.239818 -96.1800,1.230176 -96.2000,1.216143 -96.2200,1.188030 -96.2400,1.153719 -96.2600,1.121234 -96.2800,1.093398 -96.3000,1.069759 -96.3200,1.049547 -96.3400,1.026315 -96.3600,1.002945 -96.3800,0.982936 -96.4000,0.966587 -96.4200,0.959325 -96.4400,0.975693 -96.4600,0.991171 -96.4800,1.001407 -96.5000,1.006779 -96.5200,1.011782 -96.5400,1.015635 -96.5600,1.019303 -96.5800,1.023017 -96.6000,1.031965 -96.6200,1.047268 -96.6400,1.063775 -96.6600,1.067888 -96.6800,1.070213 -96.7000,1.071093 -96.7200,1.072204 -96.7400,1.071982 -96.7600,1.076697 -96.7800,1.087738 -96.8000,1.090591 -96.8200,1.089637 -96.8400,1.067424 -96.8600,1.034698 -96.8800,1.005056 -96.9000,0.976545 -96.9200,0.953248 -96.9400,0.931267 -96.9600,0.908304 -96.9800,0.886980 -97.0000,0.866472 -97.0200,0.846010 -97.0400,0.834820 -97.0600,0.864314 -97.0800,0.895012 -97.1000,0.917030 -97.1200,0.931276 -97.1400,0.943522 -97.1600,0.952313 -97.1800,0.959779 -97.2000,0.966133 -97.2200,0.973173 -97.2400,0.984085 -97.2600,0.983390 -97.2800,0.978407 -97.3000,0.973275 -97.3200,0.967671 -97.3400,0.961224 -97.3600,0.954351 -97.3800,0.952322 -97.4000,0.952424 -97.4200,0.949117 -97.4400,0.945347 -97.4600,0.897994 -97.4800,0.916298 -97.5000,0.924394 -97.5200,0.931610 -97.5400,0.939391 -97.5600,0.947690 -97.5800,0.955536 -97.6000,0.967763 -97.6200,0.987420 -97.6400,1.002000 -97.6600,1.011170 -97.6800,0.960483 -97.7000,0.972024 -97.7200,0.976906 -97.7400,0.980102 -97.7600,0.982612 -97.7800,0.986225 -97.8000,0.989643 -97.8200,0.991616 -97.8400,0.998146 -97.8600,1.004278 -97.8800,0.999276 -97.9000,0.943920 -97.9200,0.956222 -97.9400,0.966754 -97.9600,0.972404 -97.9800,0.976119 -98.0000,0.981176 -98.0200,0.986345 -98.0400,0.992496 -98.0600,1.002426 -98.0800,1.019683 -98.1000,1.031002 -98.1200,0.975183 -98.1400,0.991116 -98.1600,1.005149 -98.1800,1.012874 -98.2000,1.017830 -98.2200,1.024805 -98.2400,1.033429 -98.2600,1.042377 -98.2800,1.053734 -98.3000,1.074594 -98.3200,1.095084 -98.3400,1.035393 -98.3600,1.036041 -98.3800,1.044267 -98.4000,1.049195 -98.4200,1.049565 -98.4400,1.050214 -98.4600,1.050214 -98.4800,1.049426 -98.5000,1.048621 -98.5200,1.051659 -98.5400,1.059579 -98.5600,1.005575 -98.5800,1.013532 -98.6000,1.023527 -98.6200,1.034115 -98.6400,1.036366 -98.6600,1.035245 -98.6800,1.032336 -98.7000,1.030095 -98.7200,1.027983 -98.7400,1.025028 -98.7600,1.030511 -98.7800,0.983214 -98.8000,0.995506 -98.8200,1.013495 -98.8400,1.037042 -98.8600,1.056531 -98.8800,1.076975 -98.9000,1.098011 -98.9200,1.121400 -98.9400,1.146661 -98.9600,1.172235 -98.9800,1.205130 -99.0000,1.161427 -99.0200,1.188928 -99.0400,1.220210 -99.0600,1.259346 -99.0800,1.304597 -99.1000,1.341843 -99.1200,1.380239 -99.1400,1.417950 -99.1600,1.457465 -99.1800,1.496850 -99.2000,1.526651 -99.2200,1.506475 -99.2400,1.576023 -99.2600,1.636509 -99.2800,1.699048 -99.3000,1.767991 -99.3200,1.821355 -99.3400,1.866866 -99.3600,1.907661 -99.3800,1.944768 -99.4000,1.979219 -99.4200,1.979200 -99.4400,1.908615 -99.4600,1.891997 -99.4800,1.875869 -99.5000,1.860817 -99.5200,1.857853 -99.5400,1.856195 -99.5600,1.845791 -99.5800,1.834797 -99.6000,1.824014 -99.6200,1.813269 -99.6400,1.772132 -99.6600,1.762091 -99.6800,1.799579 -99.7000,1.830943 -99.7200,1.859076 -99.7400,1.889255 -99.7600,1.926844 -99.7800,1.953977 -99.8000,1.968824 -99.8200,1.979127 -99.8400,1.987972 -99.8600,1.937118 -99.8800,1.923556 -99.9000,1.941017 -99.9200,1.956996 -99.9400,1.971206 -99.9600,1.981830 -99.9800,2.002256 -100.0000,2.025301 -100.0200,2.036566 -100.0400,2.042356 -100.0600,2.046616 -100.0800,1.972872 -100.1000,1.939525 -100.1200,1.920417 -100.1400,1.902186 -100.1600,1.886264 -100.1800,1.872211 -100.2000,1.862366 -100.2200,1.863836 -100.2400,1.867588 -100.2600,1.860261 -100.2800,1.853352 -100.3000,1.768611 -100.3200,1.804210 -100.3400,1.829656 -100.3600,1.851581 -100.3800,1.872536 -100.4000,1.890654 -100.4200,1.905530 -100.4400,1.925141 -100.4600,1.955801 -100.4800,1.975930 -100.5000,1.987259 -100.5200,1.886429 -100.5400,1.880242 -100.5600,1.863105 -100.5800,1.844329 -100.6000,1.825914 -100.6200,1.807609 -100.6400,1.788592 -100.6600,1.767584 -100.6800,1.751874 -100.7000,1.738377 -100.7200,1.714264 -100.7400,1.617059 -100.7600,1.596522 -100.7800,1.573235 -100.8000,1.546437 -100.8200,1.522863 -100.8400,1.501944 -100.8600,1.485134 -100.8800,1.469877 -100.9000,1.461114 -100.9200,1.460791 -100.9400,1.462465 -100.9600,1.387611 -100.9800,1.410111 -101.0000,1.435816 -101.0200,1.454343 -101.0400,1.467330 -101.0600,1.478519 -101.0800,1.488144 -101.1000,1.494665 -101.1200,1.498397 -101.1400,1.506512 -101.1600,1.516888 -101.1800,1.445624 -101.2000,1.477741 -101.2200,1.516711 -101.2400,1.552319 -101.2600,1.575115 -101.2800,1.595744 -101.3000,1.614604 -101.3200,1.632370 -101.3400,1.649099 -101.3600,1.665440 -101.3800,1.690987 -101.4000,1.628508 -101.4200,1.674110 -101.4400,1.718785 -101.4600,1.770001 -101.4800,1.810074 -101.5000,1.836436 -101.5200,1.861197 -101.5400,1.884122 -101.5600,1.905056 -101.5800,1.924260 -101.6000,1.936202 -101.6200,1.856427 -101.6400,1.853621 -101.6600,1.850480 -101.6800,1.856195 -101.7000,1.865884 -101.7200,1.865802 -101.7400,1.862578 -101.7600,1.859512 -101.7800,1.857213 -101.8000,1.854315 -101.8200,1.834434 -101.8400,1.793966 -101.8600,1.823376 -101.8800,1.849636 -101.9000,1.875804 -101.9200,1.914330 -101.9400,1.950049 -101.9600,1.965629 -101.9800,1.978107 -102.0000,1.986426 -102.0200,1.990269 -102.0400,1.955004 -102.0600,1.895028 -102.0800,1.880159 -102.1000,1.868070 -102.1200,1.856732 -102.1400,1.854991 -102.1600,1.864318 -102.1800,1.866765 -102.2000,1.862317 -102.2200,1.853242 -102.2400,1.840624 -102.2600,1.782035 -102.2800,1.778477 -102.3000,1.803868 -102.3200,1.822514 -102.3400,1.838928 -102.3600,1.853527 -102.3800,1.880214 -102.4000,1.915572 -102.4200,1.939193 -102.4400,1.963444 -102.4600,1.987749 -102.4800,1.930012 -102.5000,1.935245 -102.5200,1.954412 -102.5400,1.969825 -102.5600,1.980784 -102.5800,1.988213 -102.6000,1.996003 -102.6200,2.010056 -102.6400,2.016168 -102.6600,2.009331 -102.6800,2.000589 -102.7000,1.909225 -102.7200,1.904196 -102.7400,1.897461 -102.7600,1.890190 -102.7800,1.882965 -102.8000,1.874741 -102.8200,1.866773 -102.8400,1.864365 -102.8600,1.868645 -102.8800,1.862448 -102.9000,1.852639 -102.9200,1.756171 -102.9400,1.744999 -102.9600,1.724696 -102.9800,1.703707 -103.0000,1.684309 -103.0200,1.665718 -103.0400,1.648553 -103.0600,1.633722 -103.0800,1.627663 -103.1000,1.622921 -103.1200,1.612186 -103.1400,1.527671 -103.1600,1.582979 -103.1800,1.630583 -103.2000,1.671821 -103.2200,1.715174 -103.2400,1.760636 -103.2600,1.808953 -103.2800,1.858890 -103.3000,1.913051 -103.3200,1.976096 -103.3400,2.027276 -103.3600,1.927512 -103.3800,2.020272 -103.4000,2.105670 -103.4200,2.161147 -103.4400,2.211362 -103.4600,2.258670 -103.4800,2.302606 -103.5000,2.343622 -103.5200,2.383111 -103.5400,2.439635 -103.5600,2.493808 -103.5800,2.358333 -103.6000,2.383491 -103.6200,2.425009 -103.6400,2.455114 -103.6600,2.474641 -103.6800,2.493723 -103.7000,2.511814 -103.7200,2.528599 -103.7400,2.544661 -103.7600,2.568958 -103.7800,2.605930 -103.8000,2.475955 -103.8200,2.509775 -103.8400,2.557398 -103.8600,2.605316 -103.8800,2.630762 -103.9000,2.649540 -103.9200,2.666861 -103.9400,2.683739 -103.9600,2.698236 -103.9800,2.710019 -104.0000,2.732761 -104.0200,2.607493 -104.0400,2.624965 -104.0600,2.641906 -104.0800,2.674558 -104.1000,2.696124 -104.1200,2.703135 -104.1400,2.708473 -104.1600,2.712992 -104.1800,2.717134 -104.2000,2.721292 -104.2200,3.137742 -104.2400,3.296829 +64.8200,3.600000 +64.8400,3.600000 +64.8600,3.600000 +64.8800,3.600000 +64.9000,3.600000 +64.9200,3.600000 +64.9400,3.600000 +64.9600,3.600000 +64.9800,3.600000 +65.0000,3.590100 +65.0200,3.600000 +65.0400,3.600000 +65.0600,3.600000 +65.0800,3.600000 +65.1000,3.592331 +65.1200,3.570155 +65.1400,3.543836 +65.1600,3.519198 +65.1800,3.507117 +65.2000,3.488135 +65.2200,3.280544 +65.2400,3.264173 +65.2600,3.263549 +65.2800,3.248280 +65.3000,3.227178 +65.3200,3.208070 +65.3400,3.190055 +65.3600,3.175352 +65.3800,3.163758 +65.4000,3.165212 +65.4200,3.180435 +65.4400,3.013979 +65.4600,3.031496 +65.4800,3.056485 +65.5000,3.090009 +65.5200,3.102198 +65.5400,3.113970 +65.5600,3.126953 +65.5800,3.140861 +65.6000,3.153357 +65.6200,3.165404 +65.6400,3.198717 +65.6600,3.055529 +65.6800,3.099862 +65.7000,3.145234 +65.7200,3.201073 +65.7400,3.249099 +65.7600,3.273493 +65.7800,3.296211 +65.8000,3.314164 +65.8200,3.328867 +65.8400,3.340226 +65.8600,3.345280 +65.8800,3.214714 +65.9000,3.239046 +65.9200,3.245852 +65.9400,3.265766 +65.9600,3.296393 +65.9800,3.303517 +66.0000,3.307954 +66.0200,3.306891 +66.0400,3.303007 +66.0600,3.295298 +66.0800,3.260278 +66.1000,3.154980 +66.1200,3.171519 +66.1400,3.186467 +66.1600,3.197868 +66.1800,3.231042 +66.2000,3.257866 +66.2200,3.262803 +66.2400,3.271553 +66.2600,3.278399 +66.2800,3.284799 +66.3000,3.227070 +66.3200,3.154660 +66.3400,3.172345 +66.3600,3.188516 +66.3800,3.201616 +66.4000,3.225425 +66.4200,3.263166 +66.4400,3.281275 +66.4600,3.289429 +66.4800,3.295330 +66.5000,3.299800 +66.5200,3.210723 +66.5400,3.159671 +66.5600,3.166933 +66.5800,3.175573 +66.6000,3.183248 +66.6200,3.189439 +66.6400,3.212953 +66.6600,3.242316 +66.6800,3.247932 +66.7000,3.254589 +66.7200,3.259833 +66.7400,3.275194 +66.7600,3.308717 +66.7800,3.340988 +66.8000,3.387827 +66.8200,3.428569 +66.8400,3.450566 +66.8600,3.470452 +66.8800,3.485162 +66.9000,3.495216 +66.9200,3.502679 +66.9400,3.515367 +66.9600,3.549411 +66.9800,3.573169 +67.0000,3.580143 +67.0200,3.583945 +67.0400,3.586193 +67.0600,3.585303 +67.0800,3.584273 +67.1000,3.591874 +67.1200,3.600000 +67.1400,3.600000 +67.1600,3.589592 +67.1800,3.534793 +67.2000,3.482891 +67.2200,3.434472 +67.2400,3.386978 +67.2600,3.356160 +67.2800,3.344238 +67.3000,3.319536 +67.3200,3.294057 +67.3400,3.266319 +67.3600,3.256774 +67.3800,3.269672 +67.4000,3.278928 +67.4200,3.304662 +67.4400,3.336171 +67.4600,3.348028 +67.4800,3.351869 +67.5000,3.352752 +67.5200,3.355481 +67.5400,3.359515 +67.5600,3.357508 +67.5800,3.374217 +67.6000,3.399302 +67.6200,3.402614 +67.6400,3.400076 +67.6600,3.397721 +67.6800,3.395278 +67.7000,3.388940 +67.7200,3.384228 +67.7400,3.398166 +67.7600,3.415524 +67.7800,3.375703 +67.8000,3.332381 +67.8200,3.293260 +67.8400,3.258408 +67.8600,3.226231 +67.8800,3.199331 +67.9000,3.203450 +67.9200,3.196741 +67.9400,3.178515 +67.9600,3.160234 +67.9800,3.169766 +68.0000,3.198334 +68.0200,3.223016 +68.0400,3.253600 +68.0600,3.300163 +68.0800,3.335481 +68.1000,3.349419 +68.1200,3.362752 +68.1400,3.373505 +68.1600,3.382084 +68.1800,3.380343 +68.2000,3.371744 +68.2200,3.362550 +68.2400,3.340363 +68.2600,3.309619 +68.2800,3.281924 +68.3000,3.254790 +68.3200,3.229140 +68.3400,3.203261 +68.3600,3.191052 +68.3800,3.193908 +68.4000,3.027547 +68.4200,3.062377 +68.4400,3.093312 +68.4600,3.122220 +68.4800,3.131561 +68.5000,3.137994 +68.5200,3.141465 +68.5400,3.143017 +68.5600,3.144979 +68.5800,3.147771 +68.6000,3.167824 +68.6200,3.010903 +68.6400,3.026698 +68.6600,3.049808 +68.6800,3.089344 +68.7000,3.115593 +68.7200,3.126328 +68.7400,3.139215 +68.7600,3.151253 +68.7800,3.161508 +68.8000,3.167762 +68.8200,3.171190 +68.8400,3.054373 +68.8600,3.099076 +68.8800,3.136816 +68.9000,3.191190 +68.9200,3.245350 +68.9400,3.275331 +68.9600,3.297911 +68.9800,3.313761 +69.0000,3.327284 +69.0200,3.336222 +69.0400,3.309790 +69.0600,3.199036 +69.0800,3.206603 +69.1000,3.203399 +69.1200,3.202816 +69.1400,3.217421 +69.1600,3.225734 +69.1800,3.217613 +69.2000,3.209874 +69.2200,3.203314 +69.2400,3.196457 +69.2600,3.132898 +69.2800,3.042357 +69.3000,3.027517 +69.3200,3.005030 +69.3400,2.984203 +69.3600,2.976112 +69.3800,2.981676 +69.4000,2.970922 +69.4200,2.954924 +69.4400,2.939214 +69.4600,2.925614 +69.4800,2.849244 +69.5000,2.823576 +69.5200,2.853683 +69.5400,2.879286 +69.5600,2.900910 +69.5800,2.923831 +69.6000,2.960795 +69.6200,2.991283 +69.6400,3.003873 +69.6600,3.012791 +69.6800,3.020616 +69.7000,2.925742 +69.7200,2.881644 +69.7400,2.873121 +69.7600,2.864945 +69.7800,2.857587 +69.8000,2.850082 +69.8200,2.854572 +69.8400,2.873703 +69.8600,2.880040 +69.8800,2.876166 +69.9000,2.874361 +69.9200,2.753574 +69.9400,2.809753 +69.9600,2.865446 +69.9800,2.912313 +70.0000,2.953397 +70.0200,2.990125 +70.0400,3.020508 +70.0600,3.068874 +70.0800,3.120288 +70.1000,3.145151 +70.1200,3.164768 +70.1400,3.008588 +70.1600,3.041837 +70.1800,3.057155 +70.2000,3.067867 +70.2200,3.078078 +70.2400,3.086157 +70.2600,3.094628 +70.2800,3.107579 +70.3000,3.136541 +70.3200,3.161869 +70.3400,3.166445 +70.3600,2.988153 +70.3800,3.024362 +70.4000,3.041380 +70.4200,3.047706 +70.4400,3.052835 +70.4600,3.057568 +70.4800,3.061123 +70.5000,3.061442 +70.5200,3.072782 +70.5400,3.106232 +70.5600,3.115244 +70.5800,2.935742 +70.6000,3.016507 +70.6200,3.085859 +70.6400,3.133068 +70.6600,3.169173 +70.6800,3.200999 +70.7000,3.227454 +70.7200,3.249928 +70.7400,3.274385 +70.7600,3.320639 +70.7800,3.362327 +70.8000,3.163121 +70.8200,3.176117 +70.8400,3.197390 +70.8600,3.206265 +70.8800,3.202157 +70.9000,3.196837 +70.9200,3.192528 +70.9400,3.186805 +70.9600,3.180904 +70.9800,3.184299 +71.0000,3.203261 +71.0200,3.030700 +71.0400,3.051178 +71.0600,3.087123 +71.0800,3.126496 +71.1000,3.141551 +71.1200,3.154385 +71.1400,3.162761 +71.1600,3.170544 +71.1800,3.176594 +71.2000,3.185171 +71.2200,3.202750 +71.2400,3.064850 +71.2600,3.117390 +71.2800,3.168949 +71.3000,3.234661 +71.3200,3.292507 +71.3400,3.323028 +71.3600,3.348749 +71.3800,3.369027 +71.4000,3.386542 +71.4200,3.401235 +71.4400,3.400863 +71.4600,3.244821 +71.4800,3.219620 +71.5000,3.192549 +71.5200,3.176530 +71.5400,3.173706 +71.5600,3.161707 +71.5800,3.136126 +71.6000,3.111657 +71.6200,3.087260 +71.6400,3.063089 +71.6600,3.004969 +71.6800,2.909277 +71.7000,2.906623 +71.7200,2.903056 +71.7400,2.900901 +71.7600,2.924190 +71.7800,2.935868 +71.8000,2.935211 +71.8200,2.930890 +71.8400,2.924861 +71.8600,2.918820 +71.8800,2.859053 +71.9000,2.817078 +71.9200,2.851632 +71.9400,2.883417 +71.9600,2.910008 +71.9800,2.942844 +72.0000,2.992313 +72.0200,3.019159 +72.0400,3.030065 +72.0600,3.038895 +72.0800,3.046104 +72.1000,2.964946 +72.1200,2.932951 +72.1400,2.955434 +72.1600,2.976346 +72.1800,2.996030 +72.2000,3.015974 +72.2200,3.061263 +72.2400,3.106527 +72.2600,3.130870 +72.2800,3.151816 +72.3000,3.170382 +72.3200,3.064651 +72.3400,3.090893 +72.3600,3.121583 +72.3800,3.143674 +72.4000,3.161752 +72.4200,3.177094 +72.4400,3.203237 +72.4600,3.239566 +72.4800,3.258047 +72.5000,3.261362 +72.5200,3.261700 +72.5400,3.122758 +72.5600,3.132803 +72.5800,3.148800 +72.6000,3.158790 +72.6200,3.167359 +72.6400,3.174152 +72.6600,3.180435 +72.6800,3.214461 +72.7000,3.246497 +72.7200,3.259790 +72.7400,3.266520 +72.7600,3.101551 +72.7800,3.136688 +72.8000,3.154565 +72.8200,3.168759 +72.8400,3.180075 +72.8600,3.189768 +72.8800,3.196921 +72.9000,3.207837 +72.9200,3.237496 +72.9400,3.258961 +72.9600,3.262253 +72.9800,3.076030 +73.0000,3.095891 +73.0200,3.097051 +73.0400,3.092941 +73.0600,3.088929 +73.0800,3.082887 +73.1000,3.075626 +73.1200,3.069640 +73.1400,3.076772 +73.1600,3.095795 +73.1800,3.095851 +73.2000,2.916539 +73.2200,2.981209 +73.2400,3.030254 +73.2600,3.062367 +73.2800,3.085414 +73.3000,3.103248 +73.3200,3.120668 +73.3400,3.138749 +73.3600,3.160766 +73.3800,3.201434 +73.4000,3.235425 +73.4200,3.046243 +73.4400,3.088079 +73.4600,3.141763 +73.4800,3.171583 +73.5000,3.188185 +73.5200,3.202420 +73.5400,3.214536 +73.5600,3.223387 +73.5800,3.231159 +73.6000,3.251149 +73.6200,3.279951 +73.6400,3.099098 +73.6600,3.128503 +73.6800,3.172061 +73.7000,3.215915 +73.7200,3.235829 +73.7400,3.250510 +73.7600,3.264959 +73.7800,3.275288 +73.8000,3.284682 +73.8200,3.294812 +73.8400,3.322517 +73.8600,3.139937 +73.8800,3.116506 +73.9000,3.097218 +73.9200,3.101144 +73.9400,3.092652 +73.9600,3.072282 +73.9800,3.056719 +74.0000,3.043865 +74.0200,3.029692 +74.0400,3.015785 +74.0600,3.001200 +74.0800,2.873331 +74.1000,2.876337 +74.1200,2.878545 +74.1400,2.900168 +74.1600,2.917726 +74.1800,2.918096 +74.2000,2.920922 +74.2200,2.919638 +74.2400,2.919235 +74.2600,2.918702 +74.2800,2.893555 +74.3000,2.831580 +74.3200,2.904637 +74.3400,2.967778 +74.3600,3.028757 +74.3800,3.105170 +74.4000,3.165785 +74.4200,3.203992 +74.4400,3.238845 +74.4600,3.273696 +74.4800,3.304216 +74.5000,3.269375 +74.5200,3.184746 +74.5400,3.198600 +74.5600,3.209461 +74.5800,3.219460 +74.6000,3.243792 +74.6200,3.273028 +74.6400,3.280607 +74.6600,3.286191 +74.6800,3.288919 +74.7000,3.289991 +74.7200,3.207972 +74.7400,3.162666 +74.7600,3.189766 +74.7800,3.213228 +74.8000,3.233674 +74.8200,3.255223 +74.8400,3.294173 +74.8600,3.329279 +74.8800,3.340415 +74.9000,3.352508 +74.9200,3.359770 +74.9400,3.248323 +74.9600,3.213228 +74.9800,3.215332 +75.0000,3.215830 +75.0200,3.215396 +75.0400,3.214162 +75.0600,3.224599 +75.0800,3.250012 +75.1000,3.265437 +75.1200,3.261149 +75.1400,3.257941 +75.1600,3.116889 +75.1800,3.160543 +75.2000,3.208493 +75.2200,3.249916 +75.2400,3.286680 +75.2600,3.318165 +75.2800,3.345353 +75.3000,3.388516 +75.3200,3.437295 +75.3400,3.459867 +75.3600,3.473836 +75.3800,3.294800 +75.4000,3.309120 +75.4200,3.297273 +75.4400,3.288571 +75.4600,3.280216 +75.4800,3.270947 +75.5000,3.260245 +75.5200,3.253089 +75.5400,3.267931 +75.5600,3.281711 +75.5800,3.273845 +75.6000,3.083832 +75.6200,3.143801 +75.6400,3.180192 +75.6600,3.199024 +75.6800,3.214322 +75.7000,3.228420 +75.7200,3.241320 +75.7400,3.252295 +75.7600,3.268271 +75.7800,3.302295 +75.8000,3.319187 +75.8200,3.122580 +75.8400,3.181136 +75.8600,3.232803 +75.8800,3.261445 +75.9000,3.280162 +75.9200,3.296254 +75.9400,3.312563 +75.9600,3.326615 +75.9800,3.339357 +76.0000,3.368092 +76.0200,3.395065 +76.0400,3.196889 +76.0600,3.227380 +76.0800,3.275713 +76.1000,3.312454 +76.1200,3.330202 +76.1400,3.342741 +76.1600,3.352742 +76.1800,3.362031 +76.2000,3.369058 +76.2200,3.382200 +76.2400,3.417191 +76.2600,3.230043 +76.2800,3.248186 +76.3000,3.279461 +76.3200,3.317686 +76.3400,3.333210 +76.3600,3.341169 +76.3800,3.347784 +76.4000,3.353835 +76.4200,3.357805 +76.4400,3.359354 +76.4600,3.374376 +76.4800,3.218771 +76.5000,3.243972 +76.5200,3.268620 +76.5400,3.310894 +76.5600,3.350012 +76.5800,3.362594 +76.6000,3.376744 +76.6200,3.387061 +76.6400,3.394037 +76.6600,3.400662 +76.6800,3.386204 +76.7000,3.250905 +76.7200,3.256477 +76.7400,3.259693 +76.7600,3.271117 +76.7800,3.298919 +76.8000,3.311710 +76.8200,3.310766 +76.8400,3.309459 +76.8600,3.306128 +76.8800,3.301987 +76.9000,3.253016 +76.9200,3.156730 +76.9400,3.169480 +76.9600,3.180458 +76.9800,3.191083 +77.0000,3.217921 +77.0200,3.247890 +77.0400,3.255459 +77.0600,3.259714 +77.0800,3.262030 +77.1000,3.262805 +77.1200,3.271201 +77.1400,3.307114 +77.1600,3.363102 +77.1800,3.413940 +77.2000,3.437776 +77.2200,3.456648 +77.2400,3.475237 +77.2600,3.491097 +77.2800,3.502765 +77.3000,3.514793 +77.3200,3.546546 +77.3400,3.578180 +77.3600,3.582904 +77.3800,3.585811 +77.4000,3.587087 +77.4200,3.589009 +77.4400,3.590335 +77.4600,3.594518 +77.4800,3.600000 +77.5000,3.600000 +77.5200,3.600000 +77.5400,3.590950 +77.5600,3.526651 +77.5800,3.470513 +77.6000,3.419238 +77.6200,3.375205 +77.6400,3.354888 +77.6600,3.345374 +77.6800,3.309525 +77.7000,3.274926 +77.7200,3.244917 +77.7400,3.235722 +77.7600,3.254832 +77.7800,3.282220 +77.8000,3.326923 +77.8200,3.356170 +77.8400,3.366882 +77.8600,3.376022 +77.8800,3.382233 +77.9000,3.387796 +77.9200,3.392796 +77.9400,3.405269 +77.9600,3.440194 +77.9800,3.463041 +78.0000,3.465727 +78.0200,3.468719 +78.0400,3.472710 +78.0600,3.472827 +78.0800,3.471182 +78.1000,3.480609 +78.1200,3.511023 +78.1400,3.523932 +78.1600,3.465576 +78.1800,3.403866 +78.2000,3.347402 +78.2200,3.297964 +78.2400,3.256592 +78.2600,3.224344 +78.2800,3.209077 +78.3000,3.181837 +78.3200,3.151741 +78.3400,3.127315 +78.3600,3.136316 +78.3800,3.175276 +78.4000,3.207464 +78.4200,3.261551 +78.4400,3.314003 +78.4600,3.343187 +78.4800,3.364378 +78.5000,3.382775 +78.5200,3.398242 +78.5400,3.411139 +78.5600,3.415628 +78.5800,3.397764 +78.6000,3.390576 +78.6200,3.366967 +78.6400,3.338560 +78.6600,3.312432 +78.6800,3.289620 +78.7000,3.269578 +78.7200,3.249883 +78.7400,3.251383 +78.7600,3.259395 +78.7800,3.071508 +78.8000,3.091136 +78.8200,3.123375 +78.8400,3.157697 +78.8600,3.166254 +78.8800,3.172072 +78.9000,3.176849 +78.9200,0.555226 +78.9400,0.560268 +78.9600,0.564971 +78.9800,0.570491 +79.0000,0.574461 +79.0200,0.580183 +79.0400,0.560141 +79.0600,0.577189 +79.0800,0.593962 +79.1000,0.612889 +79.1200,0.629259 +79.1400,0.639364 +79.1600,0.649237 +79.1800,0.657528 +79.2000,0.664969 +79.2200,0.671636 +79.2400,0.673377 +79.2600,0.623791 +79.2800,0.581733 +79.3000,0.543411 +79.3200,0.508868 +79.3400,0.477913 +79.3600,0.449262 +79.3800,0.422670 +79.4000,0.398944 +79.4200,0.376301 +79.4400,0.355091 +79.4600,0.335336 +79.4800,0.341121 +79.5000,0.362809 +79.5200,0.383063 +79.5400,0.402872 +79.5600,0.424878 +79.5800,0.443200 +79.6000,0.456024 +79.6200,0.466830 +79.6400,0.475429 +79.6600,0.480407 +79.6800,0.474813 +79.7000,0.491469 +79.7200,0.529356 +79.7400,0.563368 +79.7600,0.593728 +79.7800,0.623898 +79.8000,0.653780 +79.8200,0.680744 +79.8400,0.701476 +79.8600,0.722092 +79.8800,0.739628 +79.9000,0.731412 +79.9200,0.724002 +79.9400,0.730361 +79.9600,0.734023 +79.9800,0.737526 +80.0000,0.741030 +80.0200,0.751242 +80.0400,0.763906 +80.0600,0.776294 +80.0800,0.789659 +80.1000,0.804479 +80.1200,0.791878 +80.1400,0.771794 +80.1600,0.763184 +80.1800,0.755584 +80.2000,0.750594 +80.2200,0.749299 +80.2400,0.750658 +80.2600,0.753556 +80.2800,0.754352 +80.3000,0.755775 +80.3200,0.757548 +80.3400,0.732144 +80.3600,0.742463 +80.3800,0.755998 +80.4000,0.765774 +80.4200,0.770934 +80.4400,0.773577 +80.4600,0.776953 +80.4800,0.781656 +80.5000,0.783354 +80.5200,0.783439 +80.5400,0.784851 +80.5600,0.754416 +80.5800,0.748269 +80.6000,0.743832 +80.6200,0.738790 +80.6400,0.732410 +80.6600,0.724682 +80.6800,0.719055 +80.7000,0.720021 +80.7200,0.726720 +80.7400,0.732038 +80.7600,0.735393 +80.7800,0.700659 +80.8000,0.716646 +80.8200,0.725446 +80.8400,0.732941 +80.8600,0.740329 +80.8800,0.748312 +80.9000,0.756327 +80.9200,0.765668 +80.9400,0.783619 +80.9600,0.796432 +80.9800,0.802027 +81.0000,0.761995 +81.0200,0.742081 +81.0400,0.720818 +81.0600,0.701879 +81.0800,0.685436 +81.1000,0.670659 +81.1200,0.658961 +81.1400,0.649693 +81.1600,0.646021 +81.1800,0.643791 +81.2000,0.637655 +81.2200,0.601074 +81.2400,0.565045 +81.2600,0.534250 +81.2800,0.508581 +81.3000,0.488709 +81.3200,0.471660 +81.3400,0.457117 +81.3600,0.444102 +81.3800,0.432117 +81.4000,0.419718 +81.4200,0.405791 +81.4400,0.383923 +81.4600,0.393350 +81.4800,0.399899 +81.5000,0.402362 +81.5200,0.401991 +81.5400,0.401916 +81.5600,0.402575 +81.5800,0.402500 +81.6000,0.405504 +81.6200,0.411438 +81.6400,0.418360 +81.6600,0.397288 +81.6800,0.409772 +81.7000,0.424230 +81.7200,0.436810 +81.7400,0.447881 +81.7600,0.458157 +81.7800,0.468699 +81.8000,0.479463 +81.8200,0.489197 +81.8400,0.501288 +81.8600,0.514335 +81.8800,0.490142 +81.9000,0.501479 +81.9200,0.513708 +81.9400,0.524324 +81.9600,0.528846 +81.9800,0.531553 +82.0000,0.533453 +82.0200,0.533835 +82.0400,0.533761 +82.0600,0.533464 +82.0800,0.535534 +82.1000,0.524600 +82.1200,0.565056 +82.1400,0.602805 +82.1600,0.642061 +82.1800,0.675479 +82.2000,0.702432 +82.2200,0.726210 +82.2400,0.748312 +82.2600,0.768492 +82.2800,0.786592 +82.3000,0.801061 +82.3200,0.762887 +82.3400,0.752600 +82.3600,0.742282 +82.3800,0.735276 +82.4000,0.731147 +82.4200,0.723864 +82.4400,0.716041 +82.4600,0.708833 +82.4800,0.702198 +82.5000,0.696020 +82.5200,0.685277 +82.5400,0.668547 +82.5600,0.680288 +82.5800,0.691466 +82.6000,0.701561 +82.6200,0.715658 +82.6400,0.727803 +82.6600,0.733588 +82.6800,0.740403 +82.7000,0.745679 +82.7200,0.749426 +82.7400,0.740563 +82.7600,0.728057 +82.7800,0.736974 +82.8000,0.744894 +82.8200,0.752919 +82.8400,0.762929 +82.8600,0.774511 +82.8800,0.781783 +82.9000,0.786209 +82.9200,0.790042 +82.9400,0.793598 +82.9600,0.777452 +82.9800,0.745223 +83.0000,0.724788 +83.0200,0.705478 +83.0400,0.687687 +83.0600,0.672634 +83.0800,0.661148 +83.1000,0.651403 +83.1200,0.641562 +83.1400,0.631371 +83.1600,0.622719 +83.1800,0.599503 +83.2000,0.591924 +83.2200,0.590682 +83.2400,0.589960 +83.2600,0.589376 +83.2800,0.588028 +83.3000,0.590565 +83.3200,0.593930 +83.3400,0.594344 +83.3600,0.593272 +83.3800,0.591913 +83.4000,0.569228 +83.4200,0.596679 +83.4400,0.625097 +83.4600,0.650500 +83.4800,0.673377 +83.5000,0.693164 +83.5200,0.711848 +83.5400,0.734639 +83.5600,0.755000 +83.5800,0.769989 +83.6000,0.782388 +83.6200,0.750584 +83.6400,0.726444 +83.6600,0.701922 +83.6800,0.680946 +83.7000,0.662570 +83.7200,0.644757 +83.7400,0.629036 +83.7600,0.616934 +83.7800,0.607783 +83.8000,0.598293 +83.8200,0.588017 +83.8400,0.555555 +83.8600,0.592677 +83.8800,0.620522 +83.9000,0.643589 +83.9200,0.664003 +83.9400,0.682198 +83.9600,0.698748 +83.9800,0.714841 +84.0000,0.733079 +84.0200,0.751327 +84.0400,0.762738 +84.0600,0.723525 +84.0800,0.744023 +84.1000,0.760902 +84.1200,0.772473 +84.1400,0.782303 +84.1600,0.790742 +84.1800,0.798789 +84.2000,0.804999 +84.2200,0.811825 +84.2400,0.822748 +84.2600,0.831644 +84.2800,0.785371 +84.3000,0.788428 +84.3200,0.794500 +84.3400,0.797950 +84.3600,0.798991 +84.3800,0.800264 +84.4000,0.802037 +84.4200,0.803332 +84.4400,0.804638 +84.4600,0.809755 +84.4800,0.812334 +84.5000,0.765467 +84.5200,0.755265 +84.5400,0.746582 +84.5600,0.734841 +84.5800,0.712973 +84.6000,0.685723 +84.6200,0.657708 +84.6400,0.638484 +84.6600,0.629779 +84.6800,0.631159 +84.7000,0.640522 +84.7200,0.618101 +84.7400,0.641540 +84.7600,0.661360 +84.7800,0.678610 +84.8000,0.682878 +84.8200,0.682867 +84.8400,0.680054 +84.8600,0.674608 +84.8800,0.668929 +84.9000,0.665288 +84.9200,0.667475 +84.9400,0.631212 +84.9600,0.662729 +84.9800,0.677028 +85.0000,0.688737 +85.0200,0.698642 +85.0400,0.707962 +85.0600,0.718153 +85.0800,0.730276 +85.1000,0.746475 +85.1200,0.770902 +85.1400,0.793056 +85.1600,0.749777 +85.1800,0.802069 +85.2000,0.819415 +85.2200,0.837398 +85.2400,0.855561 +85.2600,0.872694 +85.2800,0.889000 +85.3000,0.906792 +85.3200,0.926982 +85.3400,0.939466 +85.3600,0.948967 +85.3800,0.959636 +85.4000,0.963925 +85.4200,0.957736 +85.4400,0.953702 +85.4600,0.955305 +85.4800,0.951345 +85.5000,0.943468 +85.5200,0.933766 +85.5400,0.922672 +85.5600,0.908681 +85.5800,0.891961 +85.6000,0.875964 +85.6200,0.855327 +85.6400,0.830657 +85.6600,0.804840 +85.6800,0.779691 +85.7000,0.755785 +85.7200,0.734458 +85.7400,0.716264 +85.7600,0.705744 +85.7800,0.701051 +85.8000,0.672973 +85.8200,0.648770 +85.8400,0.627889 +85.8600,0.609503 +85.8800,0.593845 +85.9000,0.580193 +85.9200,0.570385 +85.9400,0.566701 +85.9600,0.562890 +85.9800,0.561797 +86.0000,0.580236 +86.0200,0.606127 +86.0400,0.627518 +86.0600,0.645574 +86.0800,0.664587 +86.1000,0.681731 +86.1200,0.689279 +86.1400,0.692697 +86.1600,0.692421 +86.1800,0.688366 +86.2000,0.673302 +86.2200,0.639311 +86.2400,0.605586 +86.2600,0.572211 +86.2800,0.539016 +86.3000,0.509324 +86.3200,0.482446 +86.3400,0.457807 +86.3600,0.437085 +86.3800,0.419655 +86.4000,0.405855 +86.4200,0.450811 +86.4400,0.486904 +86.4600,0.521872 +86.4800,0.553708 +86.5000,0.582264 +86.5200,0.606669 +86.5400,0.630585 +86.5600,0.657984 +86.5800,0.680213 +86.6000,0.698015 +86.6200,0.675839 +86.6400,0.638483 +86.6600,0.605129 +86.6800,0.574833 +86.7000,0.547285 +86.7200,0.523591 +86.7400,0.499632 +86.7600,0.475131 +86.7800,0.452138 +86.8000,0.429591 +86.8200,0.421056 +86.8400,0.442659 +86.8600,0.466055 +86.8800,0.489250 +86.9000,0.506235 +86.9200,0.520672 +86.9400,0.533443 +86.9600,0.545735 +86.9800,0.557625 +87.0000,0.568368 +87.0200,0.580024 +87.0400,0.553230 +87.0600,0.553963 +87.0800,0.555258 +87.1000,0.560353 +87.1200,0.565353 +87.1400,0.568304 +87.1600,0.572296 +87.1800,0.576882 +87.2000,0.583134 +87.2200,0.589344 +87.2400,0.595066 +87.2600,0.558368 +87.2800,0.532933 +87.3000,0.510152 +87.3200,0.490598 +87.3400,0.474272 +87.3600,0.458826 +87.3800,0.444272 +87.4000,0.429941 +87.4200,0.417181 +87.4400,0.405897 +87.4600,0.392405 +87.4800,0.372097 +87.5000,0.358605 +87.5200,0.345028 +87.5400,0.332735 +87.5600,0.321217 +87.5800,0.309710 +87.6000,0.297608 +87.6200,0.286016 +87.6400,0.274604 +87.6600,0.263086 +87.6800,0.251409 +87.7000,0.250836 +87.7200,0.258278 +87.7400,0.263320 +87.7600,0.268044 +87.7800,0.274084 +87.8000,0.279148 +87.8200,0.282619 +87.8400,0.284859 +87.8600,0.287491 +87.8800,0.290167 +87.9000,0.286366 +87.9200,0.309444 +87.9400,0.344953 +87.9600,0.377447 +87.9800,0.406958 +88.0000,0.434708 +88.0200,0.466777 +88.0400,0.492053 +88.0600,0.511362 +88.0800,0.528358 +88.1000,0.545183 +88.1200,0.540693 +88.1400,0.570767 +88.1600,0.728832 +88.1800,0.752399 +88.2000,0.743089 +88.2200,0.736688 +88.2400,0.726815 +88.2600,0.717622 +88.2800,0.708758 +88.3000,0.700638 +88.3200,0.691901 +88.3400,0.680521 +88.3600,0.661031 +88.3800,0.668748 +88.4000,0.674873 +88.4200,0.684247 +88.4400,0.695425 +88.4600,0.701604 +88.4800,0.705032 +88.5000,0.707495 +88.5200,0.711455 +88.5400,0.715828 +88.5600,0.709013 +88.5800,0.678982 +88.6000,0.665574 +88.6200,0.652666 +88.6400,0.642008 +88.6600,0.636169 +88.6800,0.627709 +88.7000,0.616573 +88.7200,0.606329 +88.7400,0.595894 +88.7600,0.586181 +88.7800,0.570119 +88.8000,0.574164 +88.8200,0.600076 +88.8400,0.624099 +88.8600,0.647337 +88.8800,0.674470 +88.9000,0.703822 +88.9200,0.726115 +88.9400,0.746497 +88.9600,0.765106 +88.9800,0.783524 +89.0000,0.777314 +89.0200,0.725637 +89.0400,0.681370 +89.0600,0.641222 +89.0800,0.604259 +89.1000,0.570088 +89.1200,0.539833 +89.1400,0.511023 +89.1600,0.483252 +89.1800,0.458295 +89.2000,0.434644 +89.2200,0.409156 +89.2400,0.411162 +89.2600,0.418423 +89.2800,0.424028 +89.3000,0.429379 +89.3200,0.434495 +89.3400,0.440026 +89.3600,0.446629 +89.3800,0.449962 +89.4000,0.453911 +89.4200,0.456268 +89.4400,0.441225 +89.4600,0.512052 +89.4800,0.586531 +89.5000,0.656020 +89.5200,0.718440 +89.5400,0.775297 +89.5600,0.828842 +89.5800,0.882907 +89.6000,0.928362 +89.6200,0.964392 +89.6400,0.996896 +89.6600,0.972077 +89.6800,0.901208 +89.7000,0.838045 +89.7200,0.780212 +89.7400,0.727590 +89.7600,0.680139 +89.7800,0.636498 +89.8000,0.597178 +89.8200,0.562986 +89.8400,0.531415 +89.8600,0.502371 +89.8800,0.470864 +89.9000,0.487180 +89.9200,0.501193 +89.9400,0.515609 +89.9600,0.528422 +89.9800,0.541744 +90.0000,0.555342 +90.0200,0.571202 +90.0400,0.592242 +90.0600,0.610161 +90.0800,0.624099 +90.1000,0.597306 +90.1200,0.688939 +90.1400,0.762367 +90.1600,0.826994 +90.1800,0.885327 +90.2000,0.938585 +90.2200,0.986822 +90.2400,1.031259 +90.2600,1.082744 +90.2800,1.130759 +90.3000,1.163487 +90.3200,1.109889 +90.3400,1.157404 +90.3600,1.194739 +90.3800,1.222626 +90.4000,1.247679 +90.4200,1.270354 +90.4400,1.290004 +90.4600,1.307382 +90.4800,1.331988 +90.5000,1.358485 +90.5200,1.373164 +90.5400,1.297465 +90.5600,1.220736 +90.5800,1.152425 +90.6000,1.089613 +90.6200,1.032989 +90.6400,0.981557 +90.6600,0.935252 +90.6800,0.893257 +90.7000,0.856187 +90.7200,0.825041 +90.7400,0.795477 +90.7600,0.754564 +90.7800,0.786634 +90.8000,0.818045 +90.8200,0.842313 +90.8400,0.861803 +90.8600,0.880752 +90.8800,0.899998 +90.9000,0.918256 +90.9200,0.937311 +90.9400,0.962629 +90.9600,0.989858 +90.9800,0.943978 +91.0000,0.976706 +91.0200,1.013106 +91.0400,1.042756 +91.0600,1.062225 +91.0800,1.078817 +91.1000,1.094040 +91.1200,1.108434 +91.1400,1.119814 +91.1600,1.135504 +91.1800,1.152054 +91.2000,1.099135 +91.2200,1.121215 +91.2400,1.148147 +91.2600,1.178954 +91.2800,1.196788 +91.3000,1.211512 +91.3200,1.224176 +91.3400,1.236649 +91.3600,1.249622 +91.3800,1.261745 +91.4000,1.282647 +91.4200,1.206565 +91.4400,1.172276 +91.4600,1.145217 +91.4800,1.123551 +91.5000,1.101152 +91.5200,1.076725 +91.5400,1.055080 +91.5600,1.035431 +91.5800,1.017682 +91.6000,1.002257 +91.6200,0.988287 +91.6400,0.953776 +91.6600,0.967566 +91.6800,0.981122 +91.7000,0.997863 +91.7200,1.015039 +91.7400,1.022406 +91.7600,1.029486 +91.7800,1.036153 +91.8000,1.041100 +91.8200,1.044019 +91.8400,1.044804 +91.8600,1.002257 +91.8800,1.000272 +91.9000,0.998234 +91.9200,1.001058 +91.9400,1.006440 +91.9600,1.005272 +91.9800,1.004221 +92.0000,1.004349 +92.0200,1.004922 +92.0400,1.003945 +92.0600,0.995315 +92.0800,0.983744 +92.1000,1.018234 +92.1200,1.048520 +92.1400,1.076057 +92.1600,1.106736 +92.1800,1.131396 +92.2000,1.149103 +92.2200,1.164846 +92.2400,1.178327 +92.2600,1.190769 +92.2800,1.184336 +92.3000,1.121120 +92.3200,1.079273 +92.3400,1.040919 +92.3600,1.005909 +92.3800,0.976992 +92.4000,0.951727 +92.4200,0.925135 +92.4400,0.900359 +92.4600,0.877195 +92.4800,0.855741 +92.5000,0.824351 +92.5200,0.833077 +92.5400,0.862535 +92.5600,0.888214 +92.5800,0.911781 +92.6000,0.934445 +92.6200,0.962067 +92.6400,1.087691 +92.6600,1.338209 +92.6800,1.332870 +92.7000,1.315874 +92.7200,1.288560 +92.7400,1.227148 +92.7600,1.192425 +92.7800,1.160419 +92.8000,1.133307 +92.8200,1.113593 +92.8400,1.095207 +92.8600,1.073573 +92.8800,1.052522 +92.9000,1.034210 +92.9200,1.017629 +92.9400,0.990676 +92.9600,0.994901 +92.9800,1.035028 +93.0000,1.066906 +93.0200,1.094347 +93.0400,1.126884 +93.0600,1.161088 +93.0800,1.183699 +93.1000,1.203359 +93.1200,1.220440 +93.1400,1.236819 +93.1600,1.224293 +93.1800,1.173635 +93.2000,1.145525 +93.2200,1.120058 +93.2400,1.096375 +93.2600,1.076726 +93.2800,1.063944 +93.3000,1.046960 +93.3200,1.030378 +93.3400,1.015410 +93.3600,1.000888 +93.3800,0.967958 +93.4000,0.967481 +93.4200,0.979816 +93.4400,0.988691 +93.4600,0.996514 +93.4800,1.003584 +93.5000,1.018616 +93.5200,1.032002 +93.5400,1.036397 +93.5600,1.042618 +93.5800,1.048095 +93.6000,1.019200 +93.6200,0.965931 +93.6400,0.922142 +93.6600,0.882578 +93.6800,0.846485 +93.7000,0.812472 +93.7200,0.781730 +93.7400,0.756295 +93.7600,0.731508 +93.7800,0.708270 +93.8000,0.687081 +93.8200,0.653844 +93.8400,0.715446 +93.8600,0.775912 +93.8800,0.829850 +93.9000,0.878321 +93.9200,0.922471 +93.9400,0.963330 +93.9600,1.009264 +93.9800,1.051439 +94.0000,1.081715 +94.0200,1.109294 +94.0400,1.068658 +94.0600,1.128774 +94.0800,1.172829 +94.1000,1.213454 +94.1200,1.250885 +94.1400,1.283888 +94.1600,1.315396 +94.1800,1.347423 +94.2000,1.386754 +94.2200,1.418271 +94.2400,1.440520 +94.2600,1.372422 +94.2800,1.348007 +94.3000,1.310311 +94.3200,1.277381 +94.3400,1.247732 +94.3600,1.221448 +94.3800,1.197478 +94.4000,1.179028 +94.4200,1.166438 +94.4400,1.248666 +94.4600,1.420119 +94.4800,1.350204 +94.5000,1.340916 +94.5200,1.324631 +94.5400,1.310609 +94.5600,1.298889 +94.5800,1.289451 +94.6000,1.280470 +94.6200,1.280025 +94.6400,1.284101 +94.6600,1.280917 +94.6800,1.278358 +94.7000,1.216586 +94.7200,1.273719 +94.7400,1.314886 +94.7600,1.350247 +94.7800,1.380808 +94.8000,1.407391 +94.8200,1.430002 +94.8400,1.449833 +94.8600,1.477974 +94.8800,1.498081 +94.9000,1.510712 +94.9200,1.436054 +94.9400,1.468155 +94.9600,1.480905 +94.9800,1.488718 +95.0000,1.493919 +95.0200,1.497740 +95.0400,1.500670 +95.0600,1.500468 +95.0800,1.509513 +95.1000,1.520501 +95.1200,1.520309 +95.1400,1.436679 +95.1600,1.486848 +95.1800,1.489620 +95.2000,1.491371 +95.2200,1.491594 +95.2400,1.490968 +95.2600,1.488736 +95.2800,1.496922 +95.3000,1.507274 +95.3200,1.508718 +95.3400,1.508587 +95.3600,1.437412 +95.3800,1.471616 +95.4000,1.471944 +95.4200,1.471032 +95.4400,1.469756 +95.4600,1.467432 +95.4800,1.470416 +95.5000,1.479937 +95.5200,1.479502 +95.5400,1.477232 +95.5600,1.474249 +95.5800,1.418113 +95.6000,1.426021 +95.6200,1.430225 +95.6400,1.428347 +95.6600,1.425746 +95.6800,1.429120 +95.7000,1.438962 +95.7200,1.439280 +95.7400,1.439514 +95.7600,1.437030 +95.7800,1.435639 +95.8000,1.440700 +95.8200,1.468048 +95.8400,1.481924 +95.8600,1.497707 +95.8800,1.499068 +95.9000,1.497899 +95.9200,1.494002 +95.9400,1.488612 +95.9600,1.480861 +95.9800,1.475638 +96.0000,1.474024 +96.0200,1.475500 +96.0400,1.462741 +96.0600,1.450923 +96.0800,1.439386 +96.1000,1.428698 +96.1200,1.420075 +96.1400,1.417413 +96.1600,1.420850 +96.1800,1.409800 +96.2000,1.393718 +96.2200,1.361500 +96.2400,1.322179 +96.2600,1.284950 +96.2800,1.253051 +96.3000,1.225959 +96.3200,1.202796 +96.3400,1.176172 +96.3600,1.149389 +96.3800,1.126460 +96.4000,1.107723 +96.4200,1.099400 +96.4400,1.118158 +96.4600,1.135897 +96.4800,1.147627 +96.5000,1.153784 +96.5200,1.159517 +96.5400,1.163933 +96.5600,1.168136 +96.5800,1.172393 +96.6000,1.182648 +96.6200,1.200185 +96.6400,1.219102 +96.6600,1.223815 +96.6800,1.226480 +96.7000,1.227488 +96.7200,1.228762 +96.7400,1.228507 +96.7600,1.233910 +96.7800,1.246564 +96.8000,1.249834 +96.8200,1.248740 +96.8400,1.223284 +96.8600,1.185779 +96.8800,1.151810 +96.9000,1.119135 +96.9200,1.092437 +96.9400,1.067246 +96.9600,1.040930 +96.9800,1.016493 +97.0000,0.992990 +97.0200,0.969540 +97.0400,0.956717 +97.0600,0.990516 +97.0800,1.025697 +97.1000,1.050930 +97.1200,1.067257 +97.1400,1.081290 +97.1600,1.091365 +97.1800,1.099921 +97.2000,1.107203 +97.2200,1.115271 +97.2400,1.127776 +97.2600,1.126980 +97.2800,1.121269 +97.3000,1.115388 +97.3200,1.108965 +97.3400,1.101577 +97.3600,1.093700 +97.3800,1.091375 +97.4000,1.091492 +97.4200,1.087702 +97.4400,1.083382 +97.4600,1.029115 +97.4800,1.050091 +97.5000,1.059369 +97.5200,1.067639 +97.5400,1.076556 +97.5600,1.086067 +97.5800,1.095059 +97.6000,1.109071 +97.6200,1.131598 +97.6400,1.148306 +97.6600,1.158816 +97.6800,1.100727 +97.7000,1.113954 +97.7200,1.119549 +97.7400,1.123211 +97.7600,1.126088 +97.7800,1.130228 +97.8000,1.134145 +97.8200,1.136406 +97.8400,1.143890 +97.8600,1.150918 +97.8800,1.145185 +97.9000,1.081747 +97.9200,1.095844 +97.9400,1.107914 +97.9600,1.114390 +97.9800,1.118647 +98.0000,1.124443 +98.0200,1.130366 +98.0400,1.137415 +98.0600,1.148795 +98.0800,1.168572 +98.1000,1.181544 +98.1200,1.117574 +98.1400,1.135833 +98.1600,1.151916 +98.1800,1.160769 +98.2000,1.166448 +98.2200,1.174442 +98.2400,1.184325 +98.2600,1.194580 +98.2800,1.207595 +98.3000,1.231501 +98.3200,1.254982 +98.3400,1.186576 +98.3600,1.187319 +98.3800,1.196745 +98.4000,1.202393 +98.4200,1.202818 +98.4400,1.203560 +98.4600,1.203561 +98.4800,1.202658 +98.5000,1.201735 +98.5200,1.205217 +98.5400,1.214293 +98.5600,1.152404 +98.5800,1.161523 +98.6000,1.172977 +98.6200,1.185111 +98.6400,1.187690 +98.6600,1.186406 +98.6800,1.183072 +98.7000,1.180504 +98.7200,1.178083 +98.7400,1.174697 +98.7600,1.180981 +98.7800,1.126778 +98.8000,1.140865 +98.8200,1.161480 +98.8400,1.188465 +98.8600,1.210800 +98.8800,1.234229 +98.9000,1.258337 +98.9200,1.285141 +98.9400,1.314091 +98.9600,1.343398 +98.9800,1.381097 +99.0000,1.331012 +99.0200,1.362529 +99.0400,1.398378 +99.0600,1.443229 +99.0800,1.495087 +99.1000,1.537771 +99.1200,1.581774 +99.1400,1.624991 +99.1600,1.670276 +99.1800,1.715412 +99.2000,1.749565 +99.2200,1.726443 +99.2400,1.806145 +99.2600,1.875464 +99.2800,1.947134 +99.3000,2.026144 +99.3200,2.087300 +99.3400,2.139456 +99.3600,2.186208 +99.3800,2.228733 +99.4000,2.268214 +99.4200,2.268193 +99.4400,2.187301 +99.4600,2.168256 +99.4800,2.149774 +99.5000,2.132524 +99.5200,2.129127 +99.5400,2.127227 +99.5600,2.115304 +99.5800,2.102704 +99.6000,2.090348 +99.6200,2.078033 +99.6400,2.030889 +99.6600,2.019383 +99.6800,2.062344 +99.7000,2.098288 +99.7200,2.130529 +99.7400,2.165115 +99.7600,2.208192 +99.7800,2.239287 +99.8000,2.256302 +99.8200,2.268108 +99.8400,2.278246 +99.8600,2.219966 +99.8800,2.204424 +99.9000,2.224434 +99.9200,2.242746 +99.9400,2.259031 +99.9600,2.271207 +99.9800,2.294615 +100.0000,2.321025 +100.0200,2.333935 +100.0400,2.340570 +100.0600,2.345452 +100.0800,2.260941 +100.1000,2.222724 +100.1200,2.200827 +100.1400,2.179933 +100.1600,2.161686 +100.1800,2.145582 +100.2000,2.134299 +100.2200,2.135984 +100.2400,2.140284 +100.2600,2.131886 +100.2800,2.123969 +100.3000,2.026855 +100.3200,2.067652 +100.3400,2.096813 +100.3600,2.121940 +100.3800,2.145954 +100.4000,2.166718 +100.4200,2.183766 +100.4400,2.206240 +100.4600,2.241377 +100.4800,2.264445 +100.5000,2.277428 +100.5200,2.161876 +100.5400,2.154785 +100.5600,2.135145 +100.5800,2.113628 +100.6000,2.092525 +100.6200,2.071547 +100.6400,2.049753 +100.6600,2.025678 +100.6800,2.007673 +100.7000,1.992205 +100.7200,1.964572 +100.7400,1.853174 +100.7600,1.829638 +100.7800,1.802950 +100.8000,1.772240 +100.8200,1.745224 +100.8400,1.721250 +100.8600,1.701985 +100.8800,1.684500 +100.9000,1.674459 +100.9200,1.674088 +100.9400,1.676007 +100.9600,1.590223 +100.9800,1.616008 +101.0000,1.645466 +101.0200,1.666698 +101.0400,1.681582 +101.0600,1.694405 +101.0800,1.705435 +101.1000,1.712908 +101.1200,1.717186 +101.1400,1.726485 +101.1600,1.738376 +101.1800,1.656707 +101.2000,1.693514 +101.2200,1.738173 +101.2400,1.778981 +101.2600,1.805105 +101.2800,1.828747 +101.3000,1.850360 +101.3200,1.870720 +101.3400,1.889892 +101.3600,1.908619 +101.3800,1.937896 +101.4000,1.866294 +101.4200,1.918555 +101.4400,1.969754 +101.4600,2.028447 +101.4800,2.074372 +101.5000,2.104583 +101.5200,2.132960 +101.5400,2.159232 +101.5600,2.183223 +101.5800,2.205230 +101.6000,2.218916 +101.6200,2.127493 +101.6400,2.124277 +101.6600,2.120677 +101.6800,2.127227 +101.7000,2.138331 +101.7200,2.138237 +101.7400,2.134542 +101.7600,2.131028 +101.7800,2.128394 +101.8000,2.125073 +101.8200,2.102289 +101.8400,2.055911 +101.8600,2.089616 +101.8800,2.119710 +101.9000,2.149699 +101.9200,2.193850 +101.9400,2.234786 +101.9600,2.252640 +101.9800,2.266940 +102.0000,2.276473 +102.0200,2.280878 +102.0400,2.240463 +102.0600,2.171730 +102.0800,2.154690 +102.1000,2.140836 +102.1200,2.127843 +102.1400,2.125848 +102.1600,2.136536 +102.1800,2.139341 +102.2000,2.134243 +102.2200,2.123843 +102.2400,2.109382 +102.2600,2.042238 +102.2800,2.038161 +102.3000,2.067259 +102.3200,2.088628 +102.3400,2.107438 +102.3600,2.124169 +102.3800,2.154753 +102.4000,2.195274 +102.4200,2.222344 +102.4400,2.250136 +102.4600,2.277990 +102.4800,2.211822 +102.5000,2.217820 +102.5200,2.239785 +102.5400,2.257449 +102.5600,2.270007 +102.5800,2.278521 +102.6000,2.287449 +102.6200,2.303554 +102.6400,2.310558 +102.6600,2.302724 +102.6800,2.292704 +102.7000,2.188000 +102.7200,2.182236 +102.7400,2.174519 +102.7600,2.166185 +102.7800,2.157906 +102.8000,2.148481 +102.8200,2.139350 +102.8400,2.136590 +102.8600,2.141495 +102.8800,2.134393 +102.9000,2.123151 +102.9200,2.012598 +102.9400,1.999795 +102.9600,1.976527 +102.9800,1.952473 +103.0000,1.930243 +103.0200,1.908937 +103.0400,1.889267 +103.0600,1.872270 +103.0800,1.865326 +103.1000,1.859892 +103.1200,1.847589 +103.1400,1.750733 +103.1600,1.814118 +103.1800,1.868672 +103.2000,1.915931 +103.2200,1.965614 +103.2400,2.017715 +103.2600,2.073087 +103.2800,2.130316 +103.3000,2.192385 +103.3200,2.264635 +103.3400,2.323289 +103.3600,2.208957 +103.3800,2.315262 +103.4000,2.413130 +103.4200,2.476707 +103.4400,2.534254 +103.4600,2.588470 +103.4800,2.638821 +103.5000,2.685826 +103.5200,2.731081 +103.5400,2.795858 +103.5600,2.857941 +103.5800,2.702684 +103.6000,2.731516 +103.6200,2.779096 +103.6400,2.813597 +103.6600,2.835975 +103.6800,2.857844 +103.7000,2.878576 +103.7200,2.897812 +103.7400,2.916220 +103.7600,2.944064 +103.7800,2.986434 +103.8000,2.837481 +103.8200,2.876240 +103.8400,2.930816 +103.8600,2.985731 +103.8800,3.014892 +103.9000,3.036412 +103.9200,3.056263 +103.9400,3.075604 +103.9600,3.092218 +103.9800,3.105722 +104.0000,3.131784 +104.0200,2.988226 +104.0400,3.008249 +104.0600,3.027663 +104.0800,3.065083 +104.1000,3.089798 +104.1200,3.097833 +104.1400,3.103950 +104.1600,3.109130 +104.1800,3.113876 +104.2000,3.118641 +104.2200,3.595899 +104.2400,3.600000 104.2600,3.600000 -104.2800,3.550597 -104.3000,3.504319 -104.3200,3.464700 -104.3400,3.428554 -104.3600,3.395808 -104.3800,3.367220 -104.4000,3.352910 -104.4200,3.351706 -104.4400,3.334244 -104.4600,3.132682 -104.4800,3.153933 -104.5000,3.170329 -104.5200,3.163077 -104.5400,3.150524 -104.5600,3.134628 -104.5800,3.115278 -104.6000,3.092313 -104.6200,3.070814 -104.6400,3.060272 -104.6600,3.043708 -104.6800,2.862567 -104.7000,2.848281 -104.7200,2.847737 -104.7400,2.834414 -104.7600,2.816000 -104.7800,2.799327 -104.8000,2.783607 -104.8200,2.770777 -104.8400,2.760661 -104.8600,2.761929 -104.8800,2.775213 -104.9000,2.629965 -104.9200,2.645250 -104.9400,2.667055 -104.9600,2.696308 -104.9800,2.706944 -105.0000,2.717216 -105.0200,2.728545 -105.0400,2.740681 -105.0600,2.751585 -105.0800,2.762097 -105.1000,2.791165 -105.1200,2.666221 -105.1400,2.704906 -105.1600,2.744497 -105.1800,2.793221 -105.2000,2.835129 -105.2200,2.856415 -105.2400,2.876237 -105.2600,2.891903 -105.2800,2.904733 -105.3000,2.914645 -105.3200,2.919054 -105.3400,2.805125 -105.3600,2.826356 -105.3800,2.832295 -105.4000,2.849672 -105.4200,2.876396 -105.4400,2.882612 -105.4600,2.886485 -105.4800,2.885557 -105.5000,2.882167 -105.5200,2.875441 -105.5400,2.844883 -105.5600,2.753001 -105.5800,2.767433 -105.6000,2.780476 -105.6200,2.790425 -105.6400,2.819372 -105.6600,2.842778 -105.6800,2.847086 -105.7000,2.854721 -105.7200,2.860695 -105.7400,2.866280 -105.7600,2.815906 -105.7800,2.752722 -105.8000,2.768154 -105.8200,2.782264 -105.8400,2.793695 -105.8600,2.814470 -105.8800,2.847403 -105.9000,2.863204 -105.9200,2.870319 -105.9400,2.875469 -105.9600,2.879370 -105.9800,2.801642 -106.0000,2.757094 -106.0200,2.763431 -106.0400,2.770970 -106.0600,2.777667 -106.0800,2.783070 -106.1000,2.803588 -106.1200,2.829209 -106.1400,2.834110 -106.1600,2.839919 -106.1800,2.844495 -106.2000,2.857899 -106.2200,2.887151 -106.2400,2.915310 -106.2600,2.956181 -106.2800,2.991732 -106.3000,3.010927 -106.3200,3.028278 -106.3400,3.041115 -106.3600,3.049887 -106.3800,3.056400 -106.4000,3.067471 -106.4200,3.097177 -106.4400,3.117908 -106.4600,3.123993 -106.4800,3.127311 -106.5000,3.129273 -106.5200,3.128496 -106.5400,3.127598 -106.5600,3.134230 -106.5800,3.160576 -106.6000,3.173646 -106.6200,3.132239 -106.6400,3.084422 -106.6600,3.039133 -106.6800,2.996883 -106.7000,2.955440 -106.7200,2.928549 -106.7400,2.918145 -106.7600,2.896591 -106.7800,2.874358 -106.8000,2.850154 -106.8200,2.841825 -106.8400,2.853080 -106.8600,2.861157 -106.8800,2.883612 -106.9000,2.911106 -106.9200,2.921453 -106.9400,2.924804 -106.9600,2.925575 -106.9800,2.927956 -107.0000,2.931476 -107.0200,2.929725 -107.0400,2.944305 -107.0600,2.966194 -107.0800,2.969084 -107.1000,2.966869 -107.1200,2.964815 -107.1400,2.962683 -107.1600,2.957152 -107.1800,2.953041 -107.2000,2.965203 -107.2200,2.980349 -107.2400,2.945601 -107.2600,2.907799 -107.2800,2.873663 -107.3000,2.843252 -107.3200,2.815174 -107.3400,2.791702 -107.3600,2.795296 -107.3800,2.789441 -107.4000,2.773537 -107.4200,2.757585 -107.4400,2.765903 -107.4600,2.790831 -107.4800,2.812368 -107.5000,2.839056 -107.5200,2.879686 -107.5400,2.910504 -107.5600,2.922667 -107.5800,2.934301 -107.6000,2.943684 -107.6200,2.951170 -107.6400,2.949651 -107.6600,2.942147 -107.6800,2.934124 -107.7000,2.914765 -107.7200,2.887938 -107.7400,2.863771 -107.7600,2.840094 -107.7800,2.817713 -107.8000,2.795131 -107.8200,2.784477 -107.8400,2.786969 -107.8600,2.641804 -107.8800,2.672197 -107.9000,2.699191 -107.9200,2.724415 -107.9400,2.732566 -107.9600,2.738180 -107.9800,2.741208 -108.0000,2.742562 -108.0200,2.744275 -108.0400,2.746711 -108.0600,2.764209 -108.0800,2.627281 -108.1000,2.641064 -108.1200,2.661229 -108.1400,2.695728 -108.1600,2.718633 -108.1800,2.727999 -108.2000,2.739245 -108.2200,2.749749 -108.2400,2.758697 -108.2600,2.764155 -108.2800,2.767146 -108.3000,2.665212 -108.3200,2.704220 -108.3400,2.737151 -108.3600,2.784597 -108.3800,2.831857 -108.4000,2.858018 -108.4200,2.877721 -108.4400,2.891551 -108.4600,2.903352 -108.4800,2.911150 -108.5000,2.888087 -108.5200,2.791443 -108.5400,2.798047 -108.5600,2.795251 -108.5800,2.794742 -108.6000,2.807486 -108.6200,2.814740 -108.6400,2.807654 -108.6600,2.800901 -108.6800,2.795177 -108.7000,2.789194 -108.7200,2.733732 -108.7400,2.654728 -108.7600,2.641778 -108.7800,2.622156 -108.8000,2.603983 -108.8200,2.596923 -108.8400,2.601778 -108.8600,2.592394 -108.8800,2.578434 -108.9000,2.564726 -108.9200,2.552859 -108.9400,2.486219 -108.9600,2.463821 -108.9800,2.490093 -109.0000,2.512433 -109.0200,2.531302 -109.0400,2.551303 -109.0600,2.583557 -109.0800,2.610161 -109.1000,2.621147 -109.1200,2.628929 -109.1400,2.635756 -109.1600,2.552971 -109.1800,2.514491 -109.2000,2.507054 -109.2200,2.499920 -109.2400,2.493500 -109.2600,2.486950 -109.2800,2.490869 -109.3000,2.507562 -109.3200,2.513092 -109.3400,2.509711 -109.3600,2.508136 -109.3800,2.402739 -109.4000,2.451760 -109.4200,2.500356 -109.4400,2.541253 -109.4600,2.577102 -109.4800,2.609151 -109.5000,2.635662 -109.5200,2.677865 -109.5400,2.722729 -109.5600,2.744424 -109.5800,2.761542 -109.6000,2.625261 -109.6200,2.654274 -109.6400,2.667640 -109.6600,2.676987 -109.6800,2.685898 -109.7000,2.692947 -109.7200,2.700339 -109.7400,2.711640 -109.7600,2.736911 -109.7800,2.759012 -109.8000,2.763005 -109.8200,2.607430 -109.8400,2.639025 -109.8600,2.653875 -109.8800,2.659395 -109.9000,2.663870 -109.9200,2.668000 -109.9400,2.671103 -109.9600,2.671381 -109.9800,2.681276 -110.0000,2.710464 -110.0200,2.718327 -110.0400,2.561697 -110.0600,2.632171 -110.0800,2.692687 -110.1000,2.733881 -110.1200,2.765386 -110.1400,2.793157 -110.1600,2.816241 -110.1800,2.835851 -110.2000,2.857193 -110.2200,2.897553 -110.2400,2.933930 -110.2600,2.760105 -110.2800,2.771445 -110.3000,2.790007 -110.3200,2.797752 -110.3400,2.794168 -110.3600,2.789525 -110.3800,2.785765 -110.4000,2.780771 -110.4200,2.775622 -110.4400,2.778585 -110.4600,2.795131 -110.4800,2.644556 -110.5000,2.662424 -110.5200,2.693789 -110.5400,2.728146 -110.5600,2.741283 -110.5800,2.752482 -110.6000,2.759790 -110.6200,2.766582 -110.6400,2.771861 -110.6600,2.779345 -110.6800,2.794685 -110.7000,2.674354 -110.7200,2.720200 -110.7400,2.765190 -110.7600,2.822530 -110.7800,2.873006 -110.8000,2.899638 -110.8200,2.922081 -110.8400,2.939776 -110.8600,2.955059 -110.8800,2.967880 -110.9000,2.967556 -110.9200,2.831395 -110.9400,2.809405 -110.9600,2.785783 -110.9800,2.771805 -111.0000,2.769342 -111.0200,2.758871 -111.0400,2.736549 -111.0600,2.715198 -111.0800,2.693909 -111.1000,2.672818 -111.1200,2.622103 -111.1400,2.538604 -111.1600,2.536288 -111.1800,2.533175 -111.2000,2.531294 -111.2200,2.551616 -111.2400,2.561807 -111.2600,2.561233 -111.2800,2.557462 -111.3000,2.552201 -111.3200,2.546930 -111.3400,2.494779 -111.3600,2.458152 -111.3800,2.488303 -111.4000,2.516038 -111.4200,2.539241 -111.4400,2.567893 -111.4600,2.611060 -111.4800,2.634485 -111.5000,2.644001 -111.5200,2.651707 -111.5400,2.657997 -111.5600,2.587179 -111.5800,2.559261 -111.6000,2.578879 -111.6200,2.597127 -111.6400,2.614303 -111.6600,2.631706 -111.6800,2.671225 -111.7000,2.710722 -111.7200,2.731963 -111.7400,2.750240 -111.7600,2.766441 -111.7800,2.674181 -111.8000,2.697079 -111.8200,2.723859 -111.8400,2.743136 -111.8600,2.758910 -111.8800,2.772297 -111.9000,2.795109 -111.9200,2.826810 -111.9400,2.842936 -111.9600,2.845829 -111.9800,2.846124 -112.0000,2.724885 -112.0200,2.733649 -112.0400,2.747609 -112.0600,2.756326 -112.0800,2.763802 -112.1000,2.769730 -112.1200,2.775213 -112.1400,2.804903 -112.1600,2.832858 -112.1800,2.844457 -112.2000,2.850329 -112.2200,2.706379 -112.2400,2.737039 -112.2600,2.752639 -112.2800,2.765025 -112.3000,2.774899 -112.3200,2.783357 -112.3400,2.789598 -112.3600,2.799124 -112.3800,2.825004 -112.4000,2.843733 -112.4200,2.846606 -112.4400,2.684110 -112.4600,2.701441 -112.4800,2.702453 -112.5000,2.698867 -112.5200,2.695366 -112.5400,2.690094 -112.5600,2.683758 -112.5800,2.678534 -112.6000,2.684757 -112.6200,2.701356 -112.6400,2.701405 -112.6600,2.544940 -112.6800,2.601370 -112.7000,2.644167 -112.7200,2.672188 -112.7400,2.692299 -112.7600,2.707860 -112.7800,2.723061 -112.8000,2.738838 -112.8200,2.758049 -112.8400,2.793536 -112.8600,2.823197 -112.8800,2.658118 -112.9000,2.694624 -112.9200,2.741468 -112.9400,2.767489 -112.9600,2.781976 -112.9800,2.794397 -113.0000,2.804969 -113.0200,2.812693 -113.0400,2.819474 -113.0600,2.836917 -113.0800,2.862049 -113.1000,2.704239 -113.1200,2.729897 -113.1400,2.767905 -113.1600,2.806172 -113.1800,2.823549 -113.2000,2.836360 -113.2200,2.848968 -113.2400,2.857981 -113.2600,2.866178 -113.2800,2.875017 -113.3000,2.899192 -113.3200,2.739875 -113.3400,2.719429 -113.3600,2.702599 -113.3800,2.706025 -113.4000,2.698614 -113.4200,2.680840 -113.4400,2.667260 -113.4600,2.656044 -113.4800,2.643676 -113.5000,2.631541 -113.5200,2.618814 -113.5400,2.507238 -113.5600,2.509860 -113.5800,2.511787 -113.6000,2.530655 -113.6200,2.545976 -113.6400,2.546299 -113.6600,2.548765 -113.6800,2.547644 -113.7000,2.547292 -113.7200,2.546827 -113.7400,2.524884 -113.7600,2.470805 -113.7800,2.534554 -113.8000,2.589651 -113.8200,2.642860 -113.8400,2.709538 -113.8600,2.762429 -113.8800,2.795768 -113.9000,2.826181 -113.9200,2.856591 -113.9400,2.883223 -113.9600,2.852821 -113.9800,2.778975 -114.0000,2.791063 -114.0200,2.800540 -114.0400,2.809266 -114.0600,2.830497 -114.0800,2.856008 -114.1000,2.862622 -114.1200,2.867494 -114.1400,2.869875 -114.1600,2.870810 -114.1800,2.799242 -114.2000,2.759708 -114.2200,2.783355 -114.2400,2.803827 -114.2600,2.821668 -114.2800,2.840472 -114.3000,2.874460 -114.3200,2.905093 -114.3400,2.914810 -114.3600,2.925362 -114.3800,2.931698 -114.4000,2.834451 -114.4200,2.803827 -114.4400,2.805663 -114.4600,2.806098 -114.4800,2.805719 -114.5000,2.804643 -114.5200,2.813749 -114.5400,2.835925 -114.5600,2.849385 -114.5800,2.845643 -114.6000,2.842844 -114.6200,2.719764 -114.6400,2.757855 -114.6600,2.799696 -114.6800,2.835841 -114.7000,2.867921 -114.7200,2.895395 -114.7400,2.919119 -114.7600,2.956782 -114.7800,2.999346 -114.8000,3.019042 -114.8200,3.031232 -114.8400,2.875006 -114.8600,2.887502 -114.8800,2.877165 -114.9000,2.869571 -114.9200,2.862280 -114.9400,2.854192 -114.9600,2.844855 -114.9800,2.838610 -115.0000,2.851561 -115.0200,2.863585 -115.0400,2.856721 -115.0600,2.690918 -115.0800,2.743247 -115.1000,2.775001 -115.1200,2.791433 -115.1400,2.804782 -115.1600,2.817084 -115.1800,2.828340 -115.2000,2.837917 -115.2200,2.851858 -115.2400,2.881547 -115.2600,2.896286 -115.2800,2.724730 -115.3000,2.775825 -115.3200,2.820909 -115.3400,2.845901 -115.3600,2.862233 -115.3800,2.876275 -115.4000,2.890507 -115.4200,2.902768 -115.4400,2.913887 -115.4600,2.938960 -115.4800,2.962497 -115.5000,2.789570 -115.5200,2.816177 -115.5400,2.858351 -115.5600,2.890411 -115.5800,2.905898 -115.6000,2.916840 -115.6200,2.925566 -115.6400,2.933671 -115.6600,2.939803 -115.6800,2.951271 -115.7000,2.981804 -115.7200,2.818500 -115.7400,2.834332 -115.7600,2.861622 -115.7800,2.894976 -115.8000,2.908522 -115.8200,2.915468 -115.8400,2.921240 -115.8600,2.926520 -115.8800,2.929984 -115.9000,2.931336 -115.9200,2.944444 -115.9400,2.808664 -115.9600,2.830654 -115.9800,2.852162 -116.0000,2.889050 -116.0200,2.923184 -116.0400,2.934162 -116.0600,2.946510 -116.0800,2.955512 -116.1000,2.961599 -116.1200,2.967381 -116.1400,2.954765 -116.1600,2.836705 -116.1800,2.841566 -116.2000,2.844372 -116.2200,2.854341 -116.2400,2.878601 -116.2600,2.889762 -116.2800,2.888938 -116.3000,2.887798 -116.3200,2.884891 -116.3400,2.881277 -116.3600,2.838546 -116.3800,2.754528 -116.4000,2.765654 -116.4200,2.775233 -116.4400,2.784504 -116.4600,2.807922 -116.4800,2.834074 -116.5000,2.840677 -116.5200,2.844391 -116.5400,2.846412 -116.5600,2.847088 -116.5800,2.854414 -116.6000,2.885752 -116.6200,2.934606 -116.6400,2.978967 -116.6600,2.999766 -116.6800,3.016233 -116.7000,3.032453 -116.7200,3.046293 -116.7400,3.056475 -116.7600,3.066970 -116.7800,3.094677 -116.8000,3.122281 -116.8200,3.126402 -116.8400,3.128940 -116.8600,3.130053 -116.8800,3.131730 -116.9000,3.132887 -116.9200,3.136537 -116.9400,3.158852 -116.9600,3.178009 -116.9800,3.178823 -117.0000,3.133424 -117.0200,3.077317 -117.0400,3.028332 -117.0600,2.983590 -117.0800,2.945167 -117.1000,2.927438 -117.1200,2.919137 -117.1400,2.887855 -117.1600,2.857665 -117.1800,2.831479 -117.2000,2.823455 -117.2200,2.840131 -117.2400,2.864029 -117.2600,2.903037 -117.2800,2.928557 -117.3000,2.937904 -117.3200,2.945880 -117.3400,2.951300 -117.3600,2.956153 -117.3800,2.960517 -117.4000,2.971401 -117.4200,3.001876 -117.4400,3.021812 -117.4600,3.024155 -117.4800,3.026767 -117.5000,3.030249 -117.5200,3.030351 -117.5400,3.028916 -117.5600,3.037142 -117.5800,3.063680 -117.6000,3.074944 -117.6200,3.024024 -117.6400,2.970177 -117.6600,2.920906 -117.6800,2.877767 -117.7000,2.841667 -117.7200,2.813528 -117.7400,2.800206 -117.7600,2.776436 -117.7800,2.750175 -117.8000,2.728861 -117.8200,2.736715 -117.8400,2.770711 -117.8600,2.798798 -117.8800,2.845994 -117.9000,2.891763 -117.9200,2.917229 -117.9400,2.935719 -117.9600,2.951772 -117.9800,2.965269 -118.0000,2.976523 -118.0200,2.980440 -118.0400,2.964851 -118.0600,2.958580 -118.0800,2.937978 -118.1000,2.913191 -118.1200,2.890392 -118.1400,2.870487 -118.1600,2.852998 -118.1800,2.835813 -118.2000,2.837121 -118.2200,2.844113 -118.2400,2.680164 -118.2600,2.697292 -118.2800,2.725423 -118.3000,2.755372 -118.3200,2.762838 -118.3400,2.767916 -118.3600,2.772084 -118.3800,0.484484 -118.4000,0.488884 -118.4200,0.492987 -118.4400,0.497804 -118.4600,0.501268 -118.4800,0.506261 -118.5000,0.488773 -118.5200,0.503649 -118.5400,0.518285 -118.5600,0.534800 -118.5800,0.549084 -118.6000,0.557902 -118.6200,0.566517 -118.6400,0.573751 -118.6600,0.580245 -118.6800,0.586062 -118.7000,0.587581 -118.7200,0.544314 -118.7400,0.507614 -118.7600,0.474174 -118.7800,0.444032 -118.8000,0.417021 -118.8200,0.392021 -118.8400,0.368817 -118.8600,0.348114 -118.8800,0.328356 -118.9000,0.309849 -118.9200,0.292610 -118.9400,0.297659 -118.9600,0.316583 -118.9800,0.334257 -119.0000,0.351541 -119.0200,0.370744 -119.0400,0.386731 -119.0600,0.397921 -119.0800,0.407351 -119.1000,0.414854 -119.1200,0.419198 -119.1400,0.414317 -119.1600,0.428850 -119.1800,0.461910 -119.2000,0.491589 -119.2200,0.518081 -119.2400,0.544406 -119.2600,0.570482 -119.2800,0.594010 -119.3000,0.612100 -119.3200,0.630089 -119.3400,0.645392 -119.3600,0.638222 -119.3800,0.631756 -119.4000,0.637305 -119.4200,0.640501 -119.4400,0.643557 -119.4600,0.646614 -119.4800,0.655525 -119.5000,0.666576 -119.5200,0.677386 -119.5400,0.689048 -119.5600,0.701979 -119.5800,0.690984 -119.6000,0.673459 -119.6200,0.665946 -119.6400,0.659314 -119.6600,0.654960 -119.6800,0.653830 -119.7000,0.655016 -119.7200,0.657545 -119.7400,0.658239 -119.7600,0.659481 -119.7800,0.661028 -119.8000,0.638861 -119.8200,0.647865 -119.8400,0.659675 -119.8600,0.668206 -119.8800,0.672708 -119.9000,0.675015 -119.9200,0.677960 -119.9400,0.682064 -119.9600,0.683546 -119.9800,0.683620 -120.0000,0.684852 -120.0200,0.658295 -120.0400,0.652932 -120.0600,0.649060 -120.0800,0.644660 -120.1000,0.639093 -120.1200,0.632349 -120.1400,0.627440 -120.1600,0.628283 -120.1800,0.634128 -120.2000,0.638769 -120.2200,0.641696 -120.2400,0.611387 -120.2600,0.625337 -120.2800,0.633016 -120.3000,0.639556 -120.3200,0.646003 -120.3400,0.652969 -120.3600,0.659962 -120.3800,0.668114 -120.4000,0.683778 -120.4200,0.694958 -120.4400,0.699840 -120.4600,0.664909 -120.4800,0.647531 -120.5000,0.628978 -120.5200,0.612452 -120.5400,0.598104 -120.5600,0.585210 -120.5800,0.575002 -120.6000,0.566915 -120.6200,0.563710 -120.6400,0.561765 -120.6600,0.556411 -120.6800,0.524491 -120.7000,0.493052 -120.7200,0.466180 -120.7400,0.443782 -120.7600,0.426442 -120.7800,0.411566 -120.8000,0.398875 -120.8200,0.387519 -120.8400,0.377061 -120.8600,0.366242 -120.8800,0.354089 -120.9000,0.335007 -120.9200,0.343233 -120.9400,0.348948 -120.9600,0.351097 -120.9800,0.350773 -121.0000,0.350708 -121.0200,0.351282 -121.0400,0.351217 -121.0600,0.353839 -121.0800,0.359017 -121.1000,0.365056 -121.1200,0.346669 -121.1400,0.357562 -121.1600,0.370179 -121.1800,0.381155 -121.2000,0.390816 -121.2200,0.399783 -121.2400,0.408981 -121.2600,0.418374 -121.2800,0.426868 -121.3000,0.437418 -121.3200,0.448803 -121.3400,0.427692 -121.3600,0.437585 -121.3800,0.448256 -121.4000,0.457519 -121.4200,0.461465 -121.4400,0.463828 -121.4600,0.465485 -121.4800,0.465819 -121.5000,0.465754 -121.5200,0.465495 -121.5400,0.467301 -121.5600,0.457760 -121.5800,0.493062 -121.6000,0.526001 -121.6200,0.560255 -121.6400,0.589415 -121.6600,0.612934 -121.6800,0.633683 -121.7000,0.652969 -121.7200,0.670578 -121.7400,0.686371 -121.7600,0.698997 -121.7800,0.665687 -121.8000,0.656711 -121.8200,0.647707 -121.8400,0.641594 -121.8600,0.637991 -121.8800,0.631636 -121.9000,0.624809 -121.9200,0.618520 -121.9400,0.612730 -121.9600,0.607339 -121.9800,0.597965 -122.0000,0.583367 -122.0200,0.593611 -122.0400,0.603366 -122.0600,0.612175 -122.0800,0.624476 -122.1000,0.635073 -122.1200,0.640121 -122.1400,0.646068 -122.1600,0.650672 -122.1800,0.653941 -122.2000,0.646207 -122.2200,0.635295 -122.2400,0.643076 -122.2600,0.649986 -122.2800,0.656989 -122.3000,0.665724 -122.3200,0.675830 -122.3400,0.682175 -122.3600,0.686038 -122.3800,0.689382 -122.4000,0.692485 -122.4200,0.678396 -122.4400,0.650273 -122.4600,0.632442 -122.4800,0.615593 -122.5000,0.600068 -122.5200,0.586933 -122.5400,0.576910 -122.5600,0.568407 -122.5800,0.559820 -122.6000,0.550927 -122.6200,0.543378 -122.6400,0.523120 -122.6600,0.516506 -122.6800,0.515422 -122.7000,0.514793 -122.7200,0.514283 -122.7400,0.513107 -122.7600,0.515321 -122.7800,0.518257 -122.8000,0.518618 -122.8200,0.517682 -122.8400,0.516497 -122.8600,0.496702 -122.8800,0.520656 -122.9000,0.545453 -122.9200,0.567619 -122.9400,0.587581 -122.9600,0.604847 -122.9800,0.621150 -123.0000,0.641038 -123.0200,0.658804 -123.0400,0.671884 -123.0600,0.682703 -123.0800,0.654951 -123.1000,0.633887 -123.1200,0.612490 -123.1400,0.594186 -123.1600,0.578151 -123.1800,0.562608 -123.2000,0.548890 -123.2200,0.538330 -123.2400,0.530345 -123.2600,0.522064 -123.2800,0.513097 -123.3000,0.484771 -123.3200,0.517164 -123.3400,0.541461 -123.3600,0.561589 -123.3800,0.579402 -123.4000,0.595279 -123.4200,0.609720 -123.4400,0.623762 -123.4600,0.639676 -123.4800,0.655599 -123.5000,0.665557 -123.5200,0.631340 -123.5400,0.649226 -123.5600,0.663955 -123.5800,0.674051 -123.6000,0.682629 -123.6200,0.689993 -123.6400,0.697014 -123.6600,0.702433 -123.6800,0.708389 -123.7000,0.717921 -123.7200,0.725683 -123.7400,0.685306 -123.7600,0.687974 -123.7800,0.693272 -123.8000,0.696283 -123.8200,0.697190 -123.8400,0.698302 -123.8600,0.699849 -123.8800,0.700979 -123.9000,0.702118 -123.9200,0.706583 -123.9400,0.708834 -123.9600,0.667938 -123.9800,0.659036 -124.0000,0.651459 -124.0200,0.641214 -124.0400,0.622132 -124.0600,0.598354 -124.0800,0.573909 -124.1000,0.557134 -124.1200,0.549538 -124.1400,0.550742 -124.1600,0.558912 -124.1800,0.539349 -124.2000,0.559801 -124.2200,0.577095 -124.2400,0.592148 -124.2600,0.595871 -124.2800,0.595862 -124.3000,0.593408 -124.3200,0.588656 -124.3400,0.583700 -124.3600,0.580523 -124.3800,0.582431 -124.4000,0.550788 -124.4200,0.578290 -124.4400,0.590768 -124.4600,0.600985 -124.4800,0.609627 -124.5000,0.617760 -124.5200,0.626653 -124.5400,0.637231 -124.5600,0.651366 -124.5800,0.672680 -124.6000,0.692012 -124.6200,0.654247 -124.6400,0.699877 -124.6600,0.715012 -124.6800,0.730704 -124.7000,0.746553 -124.7200,0.761503 -124.7400,0.775732 -124.7600,0.791256 -124.7800,0.808875 -124.8000,0.819768 -124.8200,0.828058 -124.8400,0.837368 -124.8600,0.841110 -124.8800,0.835710 -124.9000,0.832190 -124.9200,0.833588 -124.9400,0.830133 -124.9600,0.823260 -124.9800,0.814794 -125.0000,0.805114 -125.0200,0.792905 -125.0400,0.778316 -125.0600,0.764357 -125.0800,0.746349 -125.1000,0.724822 -125.1200,0.702294 -125.1400,0.680350 -125.1600,0.659490 -125.1800,0.640880 -125.2000,0.625004 -125.2200,0.615824 -125.2400,0.611730 -125.2600,0.587229 -125.2800,0.566110 -125.3000,0.547889 -125.3200,0.531846 -125.3400,0.518183 -125.3600,0.506270 -125.3800,0.497711 -125.4000,0.494497 -125.4200,0.491172 -125.4400,0.490218 -125.4600,0.506308 -125.4800,0.528900 -125.5000,0.547565 -125.5200,0.563321 -125.5400,0.579911 -125.5600,0.594871 -125.5800,0.601457 -125.6000,0.604440 -125.6200,0.604199 -125.6400,0.600661 -125.6600,0.587516 -125.6800,0.557856 -125.7000,0.528427 -125.7200,0.499305 -125.7400,0.470339 -125.7600,0.444431 -125.7800,0.420977 -125.8000,0.399477 -125.8200,0.381396 -125.8400,0.366186 -125.8600,0.354144 -125.8800,0.393373 -125.9000,0.424867 -125.9200,0.455380 -125.9400,0.483159 -125.9600,0.508077 -125.9800,0.529372 -126.0000,0.550242 -126.0200,0.574150 -126.0400,0.593547 -126.0600,0.609081 -126.0800,0.589730 -126.1000,0.557134 -126.1200,0.528029 -126.1400,0.501593 -126.1600,0.477555 -126.1800,0.456880 -126.2000,0.435974 -126.2200,0.414595 -126.2400,0.394531 -126.2600,0.374856 -126.2800,0.367409 -126.3000,0.386259 -126.3200,0.406675 -126.3400,0.426914 -126.3600,0.441735 -126.3800,0.454333 -126.4000,0.465476 -126.4200,0.476203 -126.4400,0.486577 -126.4600,0.495952 -126.4800,0.506122 -126.5000,0.482742 -126.5200,0.483382 -126.5400,0.484512 -126.5600,0.488958 -126.5800,0.493321 -126.6000,0.495896 -126.6200,0.499379 -126.6400,0.503381 -126.6600,0.508836 -126.6800,0.514255 -126.7000,0.519248 -126.7200,0.487226 -126.7400,0.465032 -126.7600,0.445153 -126.7800,0.428091 -126.8000,0.413844 -126.8200,0.400367 -126.8400,0.387667 -126.8600,0.375162 -126.8800,0.364028 -126.9000,0.354181 -126.9200,0.342408 -126.9400,0.324688 -126.9600,0.312915 -126.9800,0.301067 -127.0000,0.290341 -127.0200,0.280290 -127.0400,0.270249 -127.0600,0.259690 -127.0800,0.249574 -127.1000,0.239617 -127.1200,0.229566 -127.1400,0.219377 -127.1600,0.218877 -127.1800,0.225370 -127.2000,0.229770 -127.2200,0.233892 -127.2400,0.239163 -127.2600,0.243581 -127.2800,0.246610 -127.3000,0.248565 -127.3200,0.250862 -127.3400,0.253196 -127.3600,0.249880 -127.3800,0.270018 -127.4000,0.301003 -127.4200,0.329357 -127.4400,0.355108 -127.4600,0.379321 -127.4800,0.407305 -127.5000,0.429360 -127.5200,0.446209 -127.5400,0.461039 -127.5600,0.475721 -127.5800,0.471803 -127.6000,0.498045 -127.6200,0.635971 -127.6400,0.656535 -127.6600,0.648411 -127.6800,0.642826 -127.7000,0.634211 -127.7200,0.626189 -127.7400,0.618455 -127.7600,0.611369 -127.7800,0.603745 -127.8000,0.593815 -127.8200,0.576808 -127.8400,0.583542 -127.8600,0.588887 -127.8800,0.597066 -127.9000,0.606820 -127.9200,0.612212 -127.9400,0.615203 -127.9600,0.617352 -127.9800,0.620808 -128.0000,0.624624 -128.0200,0.618677 -128.0400,0.592472 -128.0600,0.580773 -128.0800,0.569509 -128.1000,0.560209 -128.1200,0.555114 -128.1400,0.547732 -128.1600,0.538015 -128.1800,0.529076 -128.2000,0.519971 -128.2200,0.511495 -128.2400,0.497480 -128.2600,0.501009 -128.2800,0.523620 -128.3000,0.544582 -128.3200,0.564859 -128.3400,0.588535 -128.3600,0.614148 -128.3800,0.633600 -128.4000,0.651385 -128.4200,0.667623 -128.4400,0.683694 -128.4600,0.678275 -128.4800,0.633183 -128.5000,0.594556 -128.5200,0.559523 -128.5400,0.527270 -128.5600,0.497452 -128.5800,0.471053 -128.6000,0.445913 -128.6200,0.421681 -128.6400,0.399903 -128.6600,0.379266 -128.6800,0.357025 -128.7000,0.358776 -128.7200,0.365112 -128.7400,0.370003 -128.7600,0.374671 -128.7800,0.379136 -128.8000,0.383962 -128.8200,0.389723 -128.8400,0.392632 -128.8600,0.396078 -128.8800,0.398134 -128.9000,0.385008 -128.9200,0.446811 -128.9400,0.511801 -128.9600,0.572436 -128.9800,0.626903 -129.0000,0.676515 -129.0200,0.723238 -129.0400,0.770415 -129.0600,0.810079 -129.0800,0.841518 -129.1000,0.869881 -129.1200,0.848224 -129.1400,0.786384 -129.1600,0.731269 -129.1800,0.680804 -129.2000,0.634887 -129.2200,0.593482 -129.2400,0.555401 -129.2600,0.521091 -129.2800,0.491255 -129.3000,0.463707 -129.3200,0.438363 -129.3400,0.410871 -129.3600,0.425108 -129.3800,0.437335 -129.4000,0.449914 -129.4200,0.461095 -129.4400,0.472720 -129.4600,0.484586 -129.4800,0.498425 -129.5000,0.516784 -129.5200,0.532420 -129.5400,0.544582 -129.5600,0.521202 -129.5800,0.601161 -129.6000,0.665233 -129.6200,0.721626 -129.6400,0.772527 -129.6600,0.818999 -129.6800,0.861090 -129.7000,0.899865 -129.7200,0.944791 -129.7400,0.986688 -129.7600,1.015246 -129.7800,0.968477 -129.8000,1.009938 -129.8200,1.042516 -129.8400,1.066850 -129.8600,1.088711 -129.8800,1.108497 -129.9000,1.125643 -129.9200,1.140807 -129.9400,1.162278 -129.9600,1.185399 -129.9800,1.198208 -130.0000,1.132154 -130.0200,1.065201 -130.0400,1.005594 -130.0600,0.950784 -130.0800,0.901375 -130.1000,0.856496 -130.1200,0.816091 -130.1400,0.779446 -130.1600,0.747100 -130.1800,0.719922 -130.2000,0.694124 -130.2200,0.658425 -130.2400,0.686408 -130.2600,0.713818 -130.2800,0.734993 -130.3000,0.752000 -130.3200,0.768534 -130.3400,0.785328 -130.3600,0.801260 -130.3800,0.817888 -130.4000,0.839980 -130.4200,0.863740 -130.4400,0.823705 -130.4600,0.852263 -130.4800,0.884025 -130.5000,0.909897 -130.5200,0.926886 -130.5400,0.941364 -130.5600,0.954647 -130.5800,0.967208 -130.6000,0.977138 -130.6200,0.990828 -130.6400,1.005269 -130.6600,0.959093 -130.6800,0.978360 -130.7000,1.001861 -130.7200,1.028742 -130.7400,1.044304 -130.7600,1.057152 -130.7800,1.068203 -130.8000,1.079087 -130.8200,1.090406 -130.8400,1.100985 -130.8600,1.119223 -130.8800,1.052835 -130.9000,1.022916 -130.9200,0.999304 -130.9400,0.980398 -130.9600,0.960853 -130.9800,0.939539 -131.0000,0.920652 -131.0200,0.903506 -131.0400,0.888018 -131.0600,0.874559 -131.0800,0.862369 -131.1000,0.832255 -131.1200,0.844287 -131.1400,0.856116 -131.1600,0.870724 -131.1800,0.885712 -131.2000,0.892140 -131.2200,0.898319 -131.2400,0.904136 -131.2600,0.908452 -131.2800,0.911000 -131.3000,0.911685 -131.3200,0.874559 -131.3400,0.872827 -131.3600,0.871048 -131.3800,0.873512 -131.4000,0.878209 -131.4200,0.877190 -131.4400,0.876273 -131.4600,0.876384 -131.4800,0.876884 -131.5000,0.876032 -131.5200,0.868501 -131.5400,0.858404 -131.5600,0.888500 -131.5800,0.914927 -131.6000,0.938955 -131.6200,0.965725 -131.6400,0.987244 -131.6600,1.002694 -131.6800,1.016431 -131.7000,1.028196 -131.7200,1.039052 -131.7400,1.033438 -131.7600,0.978277 -131.7800,0.941762 -131.8000,0.908295 -131.8200,0.877745 -131.8400,0.852513 -131.8600,0.830467 -131.8800,0.807263 -131.9000,0.785643 -131.9200,0.765431 -131.9400,0.746711 -131.9600,0.719320 -131.9800,0.726934 -132.0000,0.752639 -132.0200,0.775046 -132.0400,0.795610 -132.0600,0.815387 -132.0800,0.839489 -132.1000,0.949108 -132.1200,1.167707 -132.1400,1.163048 -132.1600,1.148217 -132.1800,1.124383 -132.2000,1.070796 -132.2200,1.040497 -132.2400,1.012569 -132.2600,0.988911 -132.2800,0.971709 -132.3000,0.955666 -132.3200,0.936788 -132.3400,0.918419 -132.3600,0.902441 -132.3800,0.887972 -132.4000,0.864453 -132.4200,0.868139 -132.4400,0.903154 -132.4600,0.930971 -132.4800,0.954916 -132.5000,0.983307 -132.5200,1.013152 -132.5400,1.032883 -132.5600,1.050038 -132.5800,1.064942 -132.6000,1.079235 -132.6200,1.068304 -132.6400,1.024101 -132.6600,0.999573 -132.6800,0.977351 -132.7000,0.956685 -132.7200,0.939539 -132.7400,0.928386 -132.7600,0.913565 -132.7800,0.899096 -132.8000,0.886036 -132.8200,0.873364 -132.8400,0.844630 -132.8600,0.844213 -132.8800,0.854977 -132.9000,0.862721 -132.9200,0.869547 -132.9400,0.875716 -132.9600,0.888833 -132.9800,0.900514 -133.0000,0.904349 -133.0200,0.909777 -133.0400,0.914557 -133.0600,0.889343 -133.0800,0.842861 -133.1000,0.804651 -133.1200,0.770127 -133.1400,0.738633 -133.1600,0.708955 -133.1800,0.682129 -133.2000,0.659935 -133.2200,0.638305 -133.2400,0.618029 -133.2600,0.599540 -133.2800,0.570537 -133.3000,0.624290 -133.3200,0.677053 -133.3400,0.724118 -133.3600,0.766413 -133.3800,0.804938 -133.4000,0.840591 -133.4200,0.880672 -133.4400,0.917474 -133.4600,0.943893 -133.4800,0.967958 -133.5000,0.932499 -133.5200,0.984956 -133.5400,1.023397 -133.5600,1.058847 -133.5800,1.091508 -133.6000,1.120307 -133.6200,1.147800 -133.6400,1.175747 -133.6600,1.210066 -133.6800,1.237568 -133.7000,1.256982 -133.7200,1.197560 -133.7400,1.176256 -133.7600,1.143363 -133.7800,1.114629 -133.8000,1.088757 -133.8200,1.065822 -133.8400,1.044906 -133.8600,1.028807 -133.8800,1.017821 -133.9000,1.089573 -133.9200,1.239180 -133.9400,1.178173 -133.9600,1.170069 -133.9800,1.155859 -134.0000,1.143623 -134.0200,1.133396 -134.0400,1.125161 -134.0600,1.117324 -134.0800,1.116935 -134.1000,1.120493 -134.1200,1.117714 -134.1400,1.115481 -134.1600,1.061579 -134.1800,1.111433 -134.2000,1.147355 -134.2200,1.178210 -134.2400,1.204878 -134.2600,1.228074 -134.2800,1.247804 -134.3000,1.265108 -134.3200,1.289664 -134.3400,1.307209 -134.3600,1.318231 -134.3800,1.253085 -134.4000,1.281096 -134.4200,1.292222 -134.4400,1.299039 -134.4600,1.303577 -134.4800,1.306911 -134.5000,1.309469 -134.5200,1.309292 -134.5400,1.317184 -134.5600,1.326772 -134.5800,1.326605 -134.6000,1.253630 -134.6200,1.297407 -134.6400,1.299827 -134.6600,1.301354 -134.6800,1.301549 -134.7000,1.301002 -134.7200,1.299055 -134.7400,1.306198 -134.7600,1.315231 -134.7800,1.316491 -134.8000,1.316377 -134.8200,1.254270 -134.8400,1.284116 -134.8600,1.284402 -134.8800,1.283606 -134.9000,1.282493 -134.9200,1.280465 -134.9400,1.283069 -134.9600,1.291377 -134.9800,1.290998 -135.0000,1.289016 -135.0200,1.286413 -135.0400,1.237430 -135.0600,1.244331 -135.0800,1.247998 -135.1000,1.246360 -135.1200,1.244090 -135.1400,1.247035 -135.1600,1.255623 -135.1800,1.255900 -135.2000,1.256105 -135.2200,1.253936 -135.2400,1.252723 -135.2600,1.257139 -135.2800,1.281002 -135.3000,1.293110 -135.3200,1.306883 -135.3400,1.308070 -135.3600,1.307050 -135.3800,1.303650 -135.4000,1.298946 -135.4200,1.292183 -135.4400,1.287625 -135.4600,1.286217 -135.4800,1.287505 -135.5000,1.276372 -135.5200,1.266060 -135.5400,1.255992 -135.5600,1.246666 -135.5800,1.239142 -135.6000,1.236819 -135.6200,1.239818 -135.6400,1.230176 -135.6600,1.216143 -135.6800,1.188030 -135.7000,1.153719 -135.7200,1.121234 -135.7400,1.093398 -135.7600,1.069759 -135.7800,1.049547 -135.8000,1.026315 -135.8200,1.002945 -135.8400,0.982936 -135.8600,0.966587 -135.8800,0.959325 -135.9000,0.975693 -135.9200,0.991171 -135.9400,1.001407 -135.9600,1.006779 -135.9800,1.011782 -136.0000,1.015635 -136.0200,1.019303 -136.0400,1.023017 -136.0600,1.031965 -136.0800,1.047268 -136.1000,1.063775 -136.1200,1.067888 -136.1400,1.070213 -136.1600,1.071093 -136.1800,1.072204 -136.2000,1.071982 -136.2200,1.076697 -136.2400,1.087738 -136.2600,1.090591 -136.2800,1.089637 -136.3000,1.067424 -136.3200,1.034698 -136.3400,1.005056 -136.3600,0.976545 -136.3800,0.953248 -136.4000,0.931267 -136.4200,0.908304 -136.4400,0.886980 -136.4600,0.866472 -136.4800,0.846010 -136.5000,0.834820 -136.5200,0.864314 -136.5400,0.895012 -136.5600,0.917030 -136.5800,0.931276 -136.6000,0.943522 -136.6200,0.952313 -136.6400,0.959779 -136.6600,0.966133 -136.6800,0.973173 -136.7000,0.984085 -136.7200,0.983390 -136.7400,0.978407 -136.7600,0.973275 -136.7800,0.967671 -136.8000,0.961224 -136.8200,0.954351 -136.8400,0.952322 -136.8600,0.952424 -136.8800,0.949117 -136.9000,0.945347 -136.9200,0.897994 -136.9400,0.916298 -136.9600,0.924394 -136.9800,0.931610 -137.0000,0.939391 -137.0200,0.947690 -137.0400,0.955536 -137.0600,0.967763 -137.0800,0.987420 -137.1000,1.002000 -137.1200,1.011170 -137.1400,0.960483 -137.1600,0.972024 -137.1800,0.976906 -137.2000,0.980102 -137.2200,0.982612 -137.2400,0.986225 -137.2600,0.989643 -137.2800,0.991616 -137.3000,0.998146 -137.3200,1.004278 -137.3400,0.999276 -137.3600,0.943920 -137.3800,0.956222 -137.4000,0.966754 -137.4200,0.972404 -137.4400,0.976119 -137.4600,0.981176 -137.4800,0.986345 -137.5000,0.992496 -137.5200,1.002426 -137.5400,1.019683 -137.5600,1.031002 -137.5800,0.975183 -137.6000,0.991116 -137.6200,1.005149 -137.6400,1.012874 -137.6600,1.017830 -137.6800,1.024805 -137.7000,1.033429 -137.7200,1.042377 -137.7400,1.053734 -137.7600,1.074594 -137.7800,1.095084 -137.8000,1.035393 -137.8200,1.036041 -137.8400,1.044267 -137.8600,1.049195 -137.8800,1.049565 -137.9000,1.050214 -137.9200,1.050214 -137.9400,1.049426 -137.9600,1.048621 -137.9800,1.051659 -138.0000,1.059579 -138.0200,1.005575 -138.0400,1.013532 -138.0600,1.023527 -138.0800,1.034115 -138.1000,1.036366 -138.1200,1.035245 -138.1400,1.032336 -138.1600,1.030095 -138.1800,1.027983 -138.2000,1.025028 -138.2200,1.030511 -138.2400,0.983214 -138.2600,0.995506 -138.2800,1.013495 -138.3000,1.037042 -138.3200,1.056531 -138.3400,1.076975 -138.3600,1.098011 -138.3800,1.121400 -138.4000,1.146661 -138.4200,1.172235 -138.4400,1.205130 -138.4600,1.161427 -138.4800,1.188928 -138.5000,1.220210 -138.5200,1.259346 -138.5400,1.304597 -138.5600,1.341843 -138.5800,1.380239 -138.6000,1.417950 -138.6200,1.457465 -138.6400,1.496850 -138.6600,1.526651 -138.6800,1.506475 -138.7000,1.576023 -138.7200,1.636509 -138.7400,1.699048 -138.7600,1.767991 -138.7800,1.821355 -138.8000,1.866866 -138.8200,1.907661 -138.8400,1.944768 -138.8600,1.979219 -138.8800,1.979200 -138.9000,1.908615 -138.9200,1.891997 -138.9400,1.875869 -138.9600,1.860817 -138.9800,1.857853 -139.0000,1.856195 -139.0200,1.845791 -139.0400,1.834797 -139.0600,1.824014 -139.0800,1.813269 -139.1000,1.772132 -139.1200,1.762091 -139.1400,1.799579 -139.1600,1.830943 -139.1800,1.859076 -139.2000,1.889255 -139.2200,1.926844 -139.2400,1.953977 -139.2600,1.968824 -139.2800,1.979127 -139.3000,1.987972 -139.3200,1.937118 -139.3400,1.923556 -139.3600,1.941017 -139.3800,1.956996 -139.4000,1.971206 -139.4200,1.981830 -139.4400,2.002256 -139.4600,2.025301 -139.4800,2.036566 -139.5000,2.042356 -139.5200,2.046616 -139.5400,1.972872 -139.5600,1.939525 -139.5800,1.920417 -139.6000,1.902186 -139.6200,1.886264 -139.6400,1.872211 -139.6600,1.862366 -139.6800,1.863836 -139.7000,1.867588 -139.7200,1.860261 -139.7400,1.853352 -139.7600,1.768611 -139.7800,1.804210 -139.8000,1.829656 -139.8200,1.851581 -139.8400,1.872536 -139.8600,1.890654 -139.8800,1.905530 -139.9000,1.925141 -139.9200,1.955801 -139.9400,1.975930 -139.9600,1.987259 -139.9800,1.886429 -140.0000,1.880242 -140.0200,1.863105 -140.0400,1.844329 -140.0600,1.825914 -140.0800,1.807609 -140.1000,1.788592 -140.1200,1.767584 -140.1400,1.751874 -140.1600,1.738377 -140.1800,1.714264 -140.2000,1.617059 -140.2200,1.596522 -140.2400,1.573235 -140.2600,1.546437 -140.2800,1.522863 -140.3000,1.501944 -140.3200,1.485134 -140.3400,1.469877 -140.3600,1.461114 -140.3800,1.460791 -140.4000,1.462465 -140.4200,1.387611 -140.4400,1.410111 -140.4600,1.435816 -140.4800,1.454343 -140.5000,1.467330 -140.5200,1.478519 -140.5400,1.488144 -140.5600,1.494665 -140.5800,1.498397 -140.6000,1.506512 -140.6200,1.516888 -140.6400,1.445624 -140.6600,1.477741 -140.6800,1.516711 -140.7000,1.552319 -140.7200,1.575115 -140.7400,1.595744 -140.7600,1.614604 -140.7800,1.632370 -140.8000,1.649099 -140.8200,1.665440 -140.8400,1.690987 -140.8600,1.628508 -140.8800,1.674110 -140.9000,1.718785 -140.9200,1.770001 -140.9400,1.810074 -140.9600,1.836436 -140.9800,1.861197 -141.0000,1.884122 -141.0200,1.905056 -141.0400,1.924260 -141.0600,1.936202 -141.0800,1.856427 -141.1000,1.853621 -141.1200,1.850480 -141.1400,1.856195 -141.1600,1.865884 -141.1800,1.865802 -141.2000,1.862578 -141.2200,1.859512 -141.2400,1.857213 -141.2600,1.854315 -141.2800,1.834434 -141.3000,1.793966 -141.3200,1.823376 -141.3400,1.849636 -141.3600,1.875804 -141.3800,1.914330 -141.4000,1.950049 -141.4200,1.965629 -141.4400,1.978107 -141.4600,1.986426 -141.4800,1.990269 -141.5000,1.955004 -141.5200,1.895028 -141.5400,1.880159 -141.5600,1.868070 -141.5800,1.856732 -141.6000,1.854991 -141.6200,1.864318 -141.6400,1.866765 -141.6600,1.862317 -141.6800,1.853242 -141.7000,1.840624 -141.7200,1.782035 -141.7400,1.778477 -141.7600,1.803868 -141.7800,1.822514 -141.8000,1.838928 -141.8200,1.853527 -141.8400,1.880214 -141.8600,1.915572 -141.8800,1.939193 -141.9000,1.963444 -141.9200,1.987749 -141.9400,1.930012 -141.9600,1.935245 -141.9800,1.954412 -142.0000,1.969825 -142.0200,1.980784 -142.0400,1.988213 -142.0600,1.996003 -142.0800,2.010056 -142.1000,2.016168 -142.1200,2.009331 -142.1400,2.000589 -142.1600,1.909225 -142.1800,1.904196 -142.2000,1.897461 -142.2200,1.890190 -142.2400,1.882965 -142.2600,1.874741 -142.2800,1.866773 -142.3000,1.864365 -142.3200,1.868645 -142.3400,1.862448 -142.3600,1.852639 -142.3800,1.756171 -142.4000,1.744999 -142.4200,1.724696 -142.4400,1.703707 -142.4600,1.684309 -142.4800,1.665718 -142.5000,1.648553 -142.5200,1.633722 -142.5400,1.627663 -142.5600,1.622921 -142.5800,1.612186 -142.6000,1.527671 -142.6200,1.582979 -142.6400,1.630583 -142.6600,1.671821 -142.6800,1.715174 -142.7000,1.760636 -142.7200,1.808953 -142.7400,1.858890 -142.7600,1.913051 -142.7800,1.976096 -142.8000,2.027276 -142.8200,1.927512 -142.8400,2.020272 -142.8600,2.105670 -142.8800,2.161147 -142.9000,2.211362 -142.9200,2.258670 -142.9400,2.302606 -142.9600,2.343622 -142.9800,2.383111 -143.0000,2.439635 -143.0200,2.493808 -143.0400,2.358333 -143.0600,2.383491 -143.0800,2.425009 -143.1000,2.455114 -143.1200,2.474641 -143.1400,2.493723 -143.1600,2.511814 -143.1800,2.528599 -143.2000,2.544661 -143.2200,2.568958 -143.2400,2.605930 -143.2600,2.475955 -143.2800,2.509775 -143.3000,2.557398 -143.3200,2.605316 -143.3400,2.630762 -143.3600,2.649540 -143.3800,2.666861 -143.4000,2.683739 -143.4200,2.698236 -143.4400,2.710019 -143.4600,2.732761 -143.4800,2.607493 -143.5000,2.624965 -143.5200,2.641906 -143.5400,2.674558 -143.5600,2.696124 -143.5800,2.703135 -143.6000,2.708473 -143.6200,2.712992 -143.6400,2.717134 -143.6600,2.721292 -143.6800,3.137742 -143.7000,3.296829 +104.2800,3.600000 +104.3000,3.600000 +104.3200,3.600000 +104.3400,3.600000 +104.3600,3.600000 +104.3800,3.600000 +104.4000,3.600000 +104.4200,3.600000 +104.4400,3.600000 +104.4600,3.590100 +104.4800,3.600000 +104.5000,3.600000 +104.5200,3.600000 +104.5400,3.600000 +104.5600,3.592331 +104.5800,3.570155 +104.6000,3.543836 +104.6200,3.519198 +104.6400,3.507117 +104.6600,3.488135 +104.6800,3.280544 +104.7000,3.264173 +104.7200,3.263549 +104.7400,3.248280 +104.7600,3.227178 +104.7800,3.208070 +104.8000,3.190055 +104.8200,3.175352 +104.8400,3.163758 +104.8600,3.165212 +104.8800,3.180435 +104.9000,3.013979 +104.9200,3.031496 +104.9400,3.056485 +104.9600,3.090009 +104.9800,3.102198 +105.0000,3.113970 +105.0200,3.126953 +105.0400,3.140861 +105.0600,3.153357 +105.0800,3.165404 +105.1000,3.198717 +105.1200,3.055529 +105.1400,3.099862 +105.1600,3.145234 +105.1800,3.201073 +105.2000,3.249099 +105.2200,3.273493 +105.2400,3.296211 +105.2600,3.314164 +105.2800,3.328867 +105.3000,3.340226 +105.3200,3.345280 +105.3400,3.214714 +105.3600,3.239046 +105.3800,3.245852 +105.4000,3.265766 +105.4200,3.296393 +105.4400,3.303517 +105.4600,3.307954 +105.4800,3.306891 +105.5000,3.303007 +105.5200,3.295298 +105.5400,3.260278 +105.5600,3.154980 +105.5800,3.171519 +105.6000,3.186467 +105.6200,3.197868 +105.6400,3.231042 +105.6600,3.257866 +105.6800,3.262803 +105.7000,3.271553 +105.7200,3.278399 +105.7400,3.284799 +105.7600,3.227070 +105.7800,3.154660 +105.8000,3.172345 +105.8200,3.188516 +105.8400,3.201616 +105.8600,3.225425 +105.8800,3.263166 +105.9000,3.281275 +105.9200,3.289429 +105.9400,3.295330 +105.9600,3.299800 +105.9800,3.210723 +106.0000,3.159671 +106.0200,3.166933 +106.0400,3.175573 +106.0600,3.183248 +106.0800,3.189439 +106.1000,3.212953 +106.1200,3.242316 +106.1400,3.247932 +106.1600,3.254589 +106.1800,3.259833 +106.2000,3.275194 +106.2200,3.308717 +106.2400,3.340988 +106.2600,3.387827 +106.2800,3.428569 +106.3000,3.450566 +106.3200,3.470452 +106.3400,3.485162 +106.3600,3.495216 +106.3800,3.502679 +106.4000,3.515367 +106.4200,3.549411 +106.4400,3.573169 +106.4600,3.580143 +106.4800,3.583945 +106.5000,3.586193 +106.5200,3.585303 +106.5400,3.584273 +106.5600,3.591874 +106.5800,3.600000 +106.6000,3.600000 +106.6200,3.589592 +106.6400,3.534793 +106.6600,3.482891 +106.6800,3.434472 +106.7000,3.386978 +106.7200,3.356160 +106.7400,3.344238 +106.7600,3.319536 +106.7800,3.294057 +106.8000,3.266319 +106.8200,3.256774 +106.8400,3.269672 +106.8600,3.278928 +106.8800,3.304662 +106.9000,3.336171 +106.9200,3.348028 +106.9400,3.351869 +106.9600,3.352752 +106.9800,3.355481 +107.0000,3.359515 +107.0200,3.357508 +107.0400,3.374217 +107.0600,3.399302 +107.0800,3.402614 +107.1000,3.400076 +107.1200,3.397721 +107.1400,3.395278 +107.1600,3.388940 +107.1800,3.384228 +107.2000,3.398166 +107.2200,3.415524 +107.2400,3.375703 +107.2600,3.332381 +107.2800,3.293260 +107.3000,3.258408 +107.3200,3.226231 +107.3400,3.199331 +107.3600,3.203450 +107.3800,3.196741 +107.4000,3.178515 +107.4200,3.160234 +107.4400,3.169766 +107.4600,3.198334 +107.4800,3.223016 +107.5000,3.253600 +107.5200,3.300163 +107.5400,3.335481 +107.5600,3.349419 +107.5800,3.362752 +107.6000,3.373505 +107.6200,3.382084 +107.6400,3.380343 +107.6600,3.371744 +107.6800,3.362550 +107.7000,3.340363 +107.7200,3.309619 +107.7400,3.281924 +107.7600,3.254790 +107.7800,3.229140 +107.8000,3.203261 +107.8200,3.191052 +107.8400,3.193908 +107.8600,3.027547 +107.8800,3.062377 +107.9000,3.093312 +107.9200,3.122220 +107.9400,3.131561 +107.9600,3.137994 +107.9800,3.141465 +108.0000,3.143017 +108.0200,3.144979 +108.0400,3.147771 +108.0600,3.167824 +108.0800,3.010903 +108.1000,3.026698 +108.1200,3.049808 +108.1400,3.089344 +108.1600,3.115593 +108.1800,3.126328 +108.2000,3.139215 +108.2200,3.151253 +108.2400,3.161508 +108.2600,3.167762 +108.2800,3.171190 +108.3000,3.054373 +108.3200,3.099076 +108.3400,3.136816 +108.3600,3.191190 +108.3800,3.245350 +108.4000,3.275331 +108.4200,3.297911 +108.4400,3.313761 +108.4600,3.327284 +108.4800,3.336222 +108.5000,3.309790 +108.5200,3.199036 +108.5400,3.206603 +108.5600,3.203399 +108.5800,3.202816 +108.6000,3.217421 +108.6200,3.225734 +108.6400,3.217613 +108.6600,3.209874 +108.6800,3.203314 +108.7000,3.196457 +108.7200,3.132898 +108.7400,3.042357 +108.7600,3.027517 +108.7800,3.005030 +108.8000,2.984203 +108.8200,2.976112 +108.8400,2.981676 +108.8600,2.970922 +108.8800,2.954924 +108.9000,2.939214 +108.9200,2.925614 +108.9400,2.849244 +108.9600,2.823576 +108.9800,2.853683 +109.0000,2.879286 +109.0200,2.900910 +109.0400,2.923831 +109.0600,2.960795 +109.0800,2.991283 +109.1000,3.003873 +109.1200,3.012791 +109.1400,3.020616 +109.1600,2.925742 +109.1800,2.881644 +109.2000,2.873121 +109.2200,2.864945 +109.2400,2.857587 +109.2600,2.850082 +109.2800,2.854572 +109.3000,2.873703 +109.3200,2.880040 +109.3400,2.876166 +109.3600,2.874361 +109.3800,2.753574 +109.4000,2.809753 +109.4200,2.865446 +109.4400,2.912313 +109.4600,2.953397 +109.4800,2.990125 +109.5000,3.020508 +109.5200,3.068874 +109.5400,3.120288 +109.5600,3.145151 +109.5800,3.164768 +109.6000,3.008588 +109.6200,3.041837 +109.6400,3.057155 +109.6600,3.067867 +109.6800,3.078078 +109.7000,3.086157 +109.7200,3.094628 +109.7400,3.107579 +109.7600,3.136541 +109.7800,3.161869 +109.8000,3.166445 +109.8200,2.988153 +109.8400,3.024362 +109.8600,3.041380 +109.8800,3.047706 +109.9000,3.052835 +109.9200,3.057568 +109.9400,3.061123 +109.9600,3.061442 +109.9800,3.072782 +110.0000,3.106232 +110.0200,3.115244 +110.0400,2.935742 +110.0600,3.016507 +110.0800,3.085859 +110.1000,3.133068 +110.1200,3.169173 +110.1400,3.200999 +110.1600,3.227454 +110.1800,3.249928 +110.2000,3.274385 +110.2200,3.320639 +110.2400,3.362327 +110.2600,3.163121 +110.2800,3.176117 +110.3000,3.197390 +110.3200,3.206265 +110.3400,3.202157 +110.3600,3.196837 +110.3800,3.192528 +110.4000,3.186805 +110.4200,3.180904 +110.4400,3.184299 +110.4600,3.203261 +110.4800,3.030700 +110.5000,3.051178 +110.5200,3.087123 +110.5400,3.126496 +110.5600,3.141551 +110.5800,3.154385 +110.6000,3.162761 +110.6200,3.170544 +110.6400,3.176594 +110.6600,3.185171 +110.6800,3.202750 +110.7000,3.064850 +110.7200,3.117390 +110.7400,3.168949 +110.7600,3.234661 +110.7800,3.292507 +110.8000,3.323028 +110.8200,3.348749 +110.8400,3.369027 +110.8600,3.386542 +110.8800,3.401235 +110.9000,3.400863 +110.9200,3.244821 +110.9400,3.219620 +110.9600,3.192549 +110.9800,3.176530 +111.0000,3.173706 +111.0200,3.161707 +111.0400,3.136126 +111.0600,3.111657 +111.0800,3.087260 +111.1000,3.063089 +111.1200,3.004969 +111.1400,2.909277 +111.1600,2.906623 +111.1800,2.903056 +111.2000,2.900901 +111.2200,2.924190 +111.2400,2.935868 +111.2600,2.935211 +111.2800,2.930890 +111.3000,2.924861 +111.3200,2.918820 +111.3400,2.859053 +111.3600,2.817078 +111.3800,2.851632 +111.4000,2.883417 +111.4200,2.910008 +111.4400,2.942844 +111.4600,2.992313 +111.4800,3.019159 +111.5000,3.030065 +111.5200,3.038895 +111.5400,3.046104 +111.5600,2.964946 +111.5800,2.932951 +111.6000,2.955434 +111.6200,2.976346 +111.6400,2.996030 +111.6600,3.015974 +111.6800,3.061263 +111.7000,3.106527 +111.7200,3.130870 +111.7400,3.151816 +111.7600,3.170382 +111.7800,3.064651 +111.8000,3.090893 +111.8200,3.121583 +111.8400,3.143674 +111.8600,3.161752 +111.8800,3.177094 +111.9000,3.203237 +111.9200,3.239566 +111.9400,3.258047 +111.9600,3.261362 +111.9800,3.261700 +112.0000,3.122758 +112.0200,3.132803 +112.0400,3.148800 +112.0600,3.158790 +112.0800,3.167359 +112.1000,3.174152 +112.1200,3.180435 +112.1400,3.214461 +112.1600,3.246497 +112.1800,3.259790 +112.2000,3.266520 +112.2200,3.101551 +112.2400,3.136688 +112.2600,3.154565 +112.2800,3.168759 +112.3000,3.180075 +112.3200,3.189768 +112.3400,3.196921 +112.3600,3.207837 +112.3800,3.237496 +112.4000,3.258961 +112.4200,3.262253 +112.4400,3.076030 +112.4600,3.095891 +112.4800,3.097051 +112.5000,3.092941 +112.5200,3.088929 +112.5400,3.082887 +112.5600,3.075626 +112.5800,3.069640 +112.6000,3.076772 +112.6200,3.095795 +112.6400,3.095851 +112.6600,2.916539 +112.6800,2.981209 +112.7000,3.030254 +112.7200,3.062367 +112.7400,3.085414 +112.7600,3.103248 +112.7800,3.120668 +112.8000,3.138749 +112.8200,3.160766 +112.8400,3.201434 +112.8600,3.235425 +112.8800,3.046243 +112.9000,3.088079 +112.9200,3.141763 +112.9400,3.171583 +112.9600,3.188185 +112.9800,3.202420 +113.0000,3.214536 +113.0200,3.223387 +113.0400,3.231159 +113.0600,3.251149 +113.0800,3.279951 +113.1000,3.099098 +113.1200,3.128503 +113.1400,3.172061 +113.1600,3.215915 +113.1800,3.235829 +113.2000,3.250510 +113.2200,3.264959 +113.2400,3.275288 +113.2600,3.284682 +113.2800,3.294812 +113.3000,3.322517 +113.3200,3.139937 +113.3400,3.116506 +113.3600,3.097218 +113.3800,3.101144 +113.4000,3.092652 +113.4200,3.072282 +113.4400,3.056719 +113.4600,3.043865 +113.4800,3.029692 +113.5000,3.015785 +113.5200,3.001200 +113.5400,2.873331 +113.5600,2.876337 +113.5800,2.878545 +113.6000,2.900168 +113.6200,2.917726 +113.6400,2.918096 +113.6600,2.920922 +113.6800,2.919638 +113.7000,2.919235 +113.7200,2.918702 +113.7400,2.893555 +113.7600,2.831580 +113.7800,2.904637 +113.8000,2.967778 +113.8200,3.028757 +113.8400,3.105170 +113.8600,3.165785 +113.8800,3.203992 +113.9000,3.238845 +113.9200,3.273696 +113.9400,3.304216 +113.9600,3.269375 +113.9800,3.184746 +114.0000,3.198600 +114.0200,3.209461 +114.0400,3.219460 +114.0600,3.243792 +114.0800,3.273028 +114.1000,3.280607 +114.1200,3.286191 +114.1400,3.288919 +114.1600,3.289991 +114.1800,3.207972 +114.2000,3.162666 +114.2200,3.189766 +114.2400,3.213228 +114.2600,3.233674 +114.2800,3.255223 +114.3000,3.294173 +114.3200,3.329279 +114.3400,3.340415 +114.3600,3.352508 +114.3800,3.359770 +114.4000,3.248323 +114.4200,3.213228 +114.4400,3.215332 +114.4600,3.215830 +114.4800,3.215396 +114.5000,3.214162 +114.5200,3.224599 +114.5400,3.250012 +114.5600,3.265437 +114.5800,3.261149 +114.6000,3.257941 +114.6200,3.116889 +114.6400,3.160543 +114.6600,3.208493 +114.6800,3.249916 +114.7000,3.286680 +114.7200,3.318165 +114.7400,3.345353 +114.7600,3.388516 +114.7800,3.437295 +114.8000,3.459867 +114.8200,3.473836 +114.8400,3.294800 +114.8600,3.309120 +114.8800,3.297273 +114.9000,3.288571 +114.9200,3.280216 +114.9400,3.270947 +114.9600,3.260245 +114.9800,3.253089 +115.0000,3.267931 +115.0200,3.281711 +115.0400,3.273845 +115.0600,3.083832 +115.0800,3.143801 +115.1000,3.180192 +115.1200,3.199024 +115.1400,3.214322 +115.1600,3.228420 +115.1800,3.241320 +115.2000,3.252295 +115.2200,3.268271 +115.2400,3.302295 +115.2600,3.319187 +115.2800,3.122580 +115.3000,3.181136 +115.3200,3.232803 +115.3400,3.261445 +115.3600,3.280162 +115.3800,3.296254 +115.4000,3.312563 +115.4200,3.326615 +115.4400,3.339357 +115.4600,3.368092 +115.4800,3.395065 +115.5000,3.196889 +115.5200,3.227380 +115.5400,3.275713 +115.5600,3.312454 +115.5800,3.330202 +115.6000,3.342741 +115.6200,3.352742 +115.6400,3.362031 +115.6600,3.369058 +115.6800,3.382200 +115.7000,3.417191 +115.7200,3.230043 +115.7400,3.248186 +115.7600,3.279461 +115.7800,3.317686 +115.8000,3.333210 +115.8200,3.341169 +115.8400,3.347784 +115.8600,3.353835 +115.8800,3.357805 +115.9000,3.359354 +115.9200,3.374376 +115.9400,3.218771 +115.9600,3.243972 +115.9800,3.268620 +116.0000,3.310894 +116.0200,3.350012 +116.0400,3.362594 +116.0600,3.376744 +116.0800,3.387061 +116.1000,3.394037 +116.1200,3.400662 +116.1400,3.386204 +116.1600,3.250905 +116.1800,3.256477 +116.2000,3.259693 +116.2200,3.271117 +116.2400,3.298919 +116.2600,3.311710 +116.2800,3.310766 +116.3000,3.309459 +116.3200,3.306128 +116.3400,3.301987 +116.3600,3.253016 +116.3800,3.156730 +116.4000,3.169480 +116.4200,3.180458 +116.4400,3.191083 +116.4600,3.217921 +116.4800,3.247890 +116.5000,3.255459 +116.5200,3.259714 +116.5400,3.262030 +116.5600,3.262805 +116.5800,3.271201 +116.6000,3.307114 +116.6200,3.363102 +116.6400,3.413940 +116.6600,3.437776 +116.6800,3.456648 +116.7000,3.475237 +116.7200,3.491097 +116.7400,3.502765 +116.7600,3.514793 +116.7800,3.546546 +116.8000,3.578180 +116.8200,3.582904 +116.8400,3.585811 +116.8600,3.587087 +116.8800,3.589009 +116.9000,3.590335 +116.9200,3.594518 +116.9400,3.600000 +116.9600,3.600000 +116.9800,3.600000 +117.0000,3.590950 +117.0200,3.526651 +117.0400,3.470513 +117.0600,3.419238 +117.0800,3.375205 +117.1000,3.354888 +117.1200,3.345374 +117.1400,3.309525 +117.1600,3.274926 +117.1800,3.244917 +117.2000,3.235722 +117.2200,3.254832 +117.2400,3.282220 +117.2600,3.326923 +117.2800,3.356170 +117.3000,3.366882 +117.3200,3.376022 +117.3400,3.382233 +117.3600,3.387796 +117.3800,3.392796 +117.4000,3.405269 +117.4200,3.440194 +117.4400,3.463041 +117.4600,3.465727 +117.4800,3.468719 +117.5000,3.472710 +117.5200,3.472827 +117.5400,3.471182 +117.5600,3.480609 +117.5800,3.511023 +117.6000,3.523932 +117.6200,3.465576 +117.6400,3.403866 +117.6600,3.347402 +117.6800,3.297964 +117.7000,3.256592 +117.7200,3.224344 +117.7400,3.209077 +117.7600,3.181837 +117.7800,3.151741 +117.8000,3.127315 +117.8200,3.136316 +117.8400,3.175276 +117.8600,3.207464 +117.8800,3.261551 +117.9000,3.314003 +117.9200,3.343187 +117.9400,3.364378 +117.9600,3.382775 +117.9800,3.398242 +118.0000,3.411139 +118.0200,3.415628 +118.0400,3.397764 +118.0600,3.390576 +118.0800,3.366967 +118.1000,3.338560 +118.1200,3.312432 +118.1400,3.289620 +118.1600,3.269578 +118.1800,3.249883 +118.2000,3.251383 +118.2200,3.259395 +118.2400,3.071508 +118.2600,3.091136 +118.2800,3.123375 +118.3000,3.157697 +118.3200,3.166254 +118.3400,3.172072 +118.3600,3.176849 +118.3800,0.555226 +118.4000,0.560268 +118.4200,0.564971 +118.4400,0.570491 +118.4600,0.574461 +118.4800,0.580183 +118.5000,0.560141 +118.5200,0.577189 +118.5400,0.593962 +118.5600,0.612889 +118.5800,0.629259 +118.6000,0.639364 +118.6200,0.649237 +118.6400,0.657528 +118.6600,0.664969 +118.6800,0.671636 +118.7000,0.673377 +118.7200,0.623791 +118.7400,0.581733 +118.7600,0.543411 +118.7800,0.508868 +118.8000,0.477913 +118.8200,0.449262 +118.8400,0.422670 +118.8600,0.398944 +118.8800,0.376301 +118.9000,0.355091 +118.9200,0.335336 +118.9400,0.341121 +118.9600,0.362809 +118.9800,0.383063 +119.0000,0.402872 +119.0200,0.424878 +119.0400,0.443200 +119.0600,0.456024 +119.0800,0.466830 +119.1000,0.475429 +119.1200,0.480407 +119.1400,0.474813 +119.1600,0.491469 +119.1800,0.529356 +119.2000,0.563368 +119.2200,0.593728 +119.2400,0.623898 +119.2600,0.653780 +119.2800,0.680744 +119.3000,0.701476 +119.3200,0.722092 +119.3400,0.739628 +119.3600,0.731412 +119.3800,0.724002 +119.4000,0.730361 +119.4200,0.734023 +119.4400,0.737526 +119.4600,0.741030 +119.4800,0.751242 +119.5000,0.763906 +119.5200,0.776294 +119.5400,0.789659 +119.5600,0.804479 +119.5800,0.791878 +119.6000,0.771794 +119.6200,0.763184 +119.6400,0.755584 +119.6600,0.750594 +119.6800,0.749299 +119.7000,0.750658 +119.7200,0.753556 +119.7400,0.754352 +119.7600,0.755775 +119.7800,0.757548 +119.8000,0.732144 +119.8200,0.742463 +119.8400,0.755998 +119.8600,0.765774 +119.8800,0.770934 +119.9000,0.773577 +119.9200,0.776953 +119.9400,0.781656 +119.9600,0.783354 +119.9800,0.783439 +120.0000,0.784851 +120.0200,0.754416 +120.0400,0.748269 +120.0600,0.743832 +120.0800,0.738790 +120.1000,0.732410 +120.1200,0.724682 +120.1400,0.719055 +120.1600,0.720021 +120.1800,0.726720 +120.2000,0.732038 +120.2200,0.735393 +120.2400,0.700659 +120.2600,0.716646 +120.2800,0.725446 +120.3000,0.732941 +120.3200,0.740329 +120.3400,0.748312 +120.3600,0.756327 +120.3800,0.765668 +120.4000,0.783619 +120.4200,0.796432 +120.4400,0.802027 +120.4600,0.761995 +120.4800,0.742081 +120.5000,0.720818 +120.5200,0.701879 +120.5400,0.685436 +120.5600,0.670659 +120.5800,0.658961 +120.6000,0.649693 +120.6200,0.646021 +120.6400,0.643791 +120.6600,0.637655 +120.6800,0.601074 +120.7000,0.565045 +120.7200,0.534250 +120.7400,0.508581 +120.7600,0.488709 +120.7800,0.471660 +120.8000,0.457117 +120.8200,0.444102 +120.8400,0.432117 +120.8600,0.419718 +120.8800,0.405791 +120.9000,0.383923 +120.9200,0.393350 +120.9400,0.399899 +120.9600,0.402362 +120.9800,0.401991 +121.0000,0.401916 +121.0200,0.402575 +121.0400,0.402500 +121.0600,0.405504 +121.0800,0.411438 +121.1000,0.418360 +121.1200,0.397288 +121.1400,0.409772 +121.1600,0.424230 +121.1800,0.436810 +121.2000,0.447881 +121.2200,0.458157 +121.2400,0.468699 +121.2600,0.479463 +121.2800,0.489197 +121.3000,0.501288 +121.3200,0.514335 +121.3400,0.490142 +121.3600,0.501479 +121.3800,0.513708 +121.4000,0.524324 +121.4200,0.528846 +121.4400,0.531553 +121.4600,0.533453 +121.4800,0.533835 +121.5000,0.533761 +121.5200,0.533464 +121.5400,0.535534 +121.5600,0.524600 +121.5800,0.565056 +121.6000,0.602805 +121.6200,0.642061 +121.6400,0.675479 +121.6600,0.702432 +121.6800,0.726210 +121.7000,0.748312 +121.7200,0.768492 +121.7400,0.786592 +121.7600,0.801061 +121.7800,0.762887 +121.8000,0.752600 +121.8200,0.742282 +121.8400,0.735276 +121.8600,0.731147 +121.8800,0.723864 +121.9000,0.716041 +121.9200,0.708833 +121.9400,0.702198 +121.9600,0.696020 +121.9800,0.685277 +122.0000,0.668547 +122.0200,0.680288 +122.0400,0.691466 +122.0600,0.701561 +122.0800,0.715658 +122.1000,0.727803 +122.1200,0.733588 +122.1400,0.740403 +122.1600,0.745679 +122.1800,0.749426 +122.2000,0.740563 +122.2200,0.728057 +122.2400,0.736974 +122.2600,0.744894 +122.2800,0.752919 +122.3000,0.762929 +122.3200,0.774511 +122.3400,0.781783 +122.3600,0.786209 +122.3800,0.790042 +122.4000,0.793598 +122.4200,0.777452 +122.4400,0.745223 +122.4600,0.724788 +122.4800,0.705478 +122.5000,0.687687 +122.5200,0.672634 +122.5400,0.661148 +122.5600,0.651403 +122.5800,0.641562 +122.6000,0.631371 +122.6200,0.622719 +122.6400,0.599503 +122.6600,0.591924 +122.6800,0.590682 +122.7000,0.589960 +122.7200,0.589376 +122.7400,0.588028 +122.7600,0.590565 +122.7800,0.593930 +122.8000,0.594344 +122.8200,0.593272 +122.8400,0.591913 +122.8600,0.569228 +122.8800,0.596679 +122.9000,0.625097 +122.9200,0.650500 +122.9400,0.673377 +122.9600,0.693164 +122.9800,0.711848 +123.0000,0.734639 +123.0200,0.755000 +123.0400,0.769989 +123.0600,0.782388 +123.0800,0.750584 +123.1000,0.726444 +123.1200,0.701922 +123.1400,0.680946 +123.1600,0.662570 +123.1800,0.644757 +123.2000,0.629036 +123.2200,0.616934 +123.2400,0.607783 +123.2600,0.598293 +123.2800,0.588017 +123.3000,0.555555 +123.3200,0.592677 +123.3400,0.620522 +123.3600,0.643589 +123.3800,0.664003 +123.4000,0.682198 +123.4200,0.698748 +123.4400,0.714841 +123.4600,0.733079 +123.4800,0.751327 +123.5000,0.762738 +123.5200,0.723525 +123.5400,0.744023 +123.5600,0.760902 +123.5800,0.772473 +123.6000,0.782303 +123.6200,0.790742 +123.6400,0.798789 +123.6600,0.804999 +123.6800,0.811825 +123.7000,0.822748 +123.7200,0.831644 +123.7400,0.785371 +123.7600,0.788428 +123.7800,0.794500 +123.8000,0.797950 +123.8200,0.798991 +123.8400,0.800264 +123.8600,0.802037 +123.8800,0.803332 +123.9000,0.804638 +123.9200,0.809755 +123.9400,0.812334 +123.9600,0.765467 +123.9800,0.755265 +124.0000,0.746582 +124.0200,0.734841 +124.0400,0.712973 +124.0600,0.685723 +124.0800,0.657708 +124.1000,0.638484 +124.1200,0.629779 +124.1400,0.631159 +124.1600,0.640522 +124.1800,0.618101 +124.2000,0.641540 +124.2200,0.661360 +124.2400,0.678610 +124.2600,0.682878 +124.2800,0.682867 +124.3000,0.680054 +124.3200,0.674608 +124.3400,0.668929 +124.3600,0.665288 +124.3800,0.667475 +124.4000,0.631212 +124.4200,0.662729 +124.4400,0.677028 +124.4600,0.688737 +124.4800,0.698642 +124.5000,0.707962 +124.5200,0.718153 +124.5400,0.730276 +124.5600,0.746475 +124.5800,0.770902 +124.6000,0.793056 +124.6200,0.749777 +124.6400,0.802069 +124.6600,0.819415 +124.6800,0.837398 +124.7000,0.855561 +124.7200,0.872694 +124.7400,0.889000 +124.7600,0.906792 +124.7800,0.926982 +124.8000,0.939466 +124.8200,0.948967 +124.8400,0.959636 +124.8600,0.963925 +124.8800,0.957736 +124.9000,0.953702 +124.9200,0.955305 +124.9400,0.951345 +124.9600,0.943468 +124.9800,0.933766 +125.0000,0.922672 +125.0200,0.908681 +125.0400,0.891961 +125.0600,0.875964 +125.0800,0.855327 +125.1000,0.830657 +125.1200,0.804840 +125.1400,0.779691 +125.1600,0.755785 +125.1800,0.734458 +125.2000,0.716264 +125.2200,0.705744 +125.2400,0.701051 +125.2600,0.672973 +125.2800,0.648770 +125.3000,0.627889 +125.3200,0.609503 +125.3400,0.593845 +125.3600,0.580193 +125.3800,0.570385 +125.4000,0.566701 +125.4200,0.562890 +125.4400,0.561797 +125.4600,0.580236 +125.4800,0.606127 +125.5000,0.627518 +125.5200,0.645574 +125.5400,0.664587 +125.5600,0.681731 +125.5800,0.689279 +125.6000,0.692697 +125.6200,0.692421 +125.6400,0.688366 +125.6600,0.673302 +125.6800,0.639311 +125.7000,0.605586 +125.7200,0.572211 +125.7400,0.539016 +125.7600,0.509324 +125.7800,0.482446 +125.8000,0.457807 +125.8200,0.437085 +125.8400,0.419655 +125.8600,0.405855 +125.8800,0.450811 +125.9000,0.486904 +125.9200,0.521872 +125.9400,0.553708 +125.9600,0.582264 +125.9800,0.606669 +126.0000,0.630585 +126.0200,0.657984 +126.0400,0.680213 +126.0600,0.698015 +126.0800,0.675839 +126.1000,0.638483 +126.1200,0.605129 +126.1400,0.574833 +126.1600,0.547285 +126.1800,0.523591 +126.2000,0.499632 +126.2200,0.475131 +126.2400,0.452138 +126.2600,0.429591 +126.2800,0.421056 +126.3000,0.442659 +126.3200,0.466055 +126.3400,0.489250 +126.3600,0.506235 +126.3800,0.520672 +126.4000,0.533443 +126.4200,0.545735 +126.4400,0.557625 +126.4600,0.568368 +126.4800,0.580024 +126.5000,0.553230 +126.5200,0.553963 +126.5400,0.555258 +126.5600,0.560353 +126.5800,0.565353 +126.6000,0.568304 +126.6200,0.572296 +126.6400,0.576882 +126.6600,0.583134 +126.6800,0.589344 +126.7000,0.595066 +126.7200,0.558368 +126.7400,0.532933 +126.7600,0.510152 +126.7800,0.490598 +126.8000,0.474272 +126.8200,0.458826 +126.8400,0.444272 +126.8600,0.429941 +126.8800,0.417181 +126.9000,0.405897 +126.9200,0.392405 +126.9400,0.372097 +126.9600,0.358605 +126.9800,0.345028 +127.0000,0.332735 +127.0200,0.321217 +127.0400,0.309710 +127.0600,0.297608 +127.0800,0.286016 +127.1000,0.274604 +127.1200,0.263086 +127.1400,0.251409 +127.1600,0.250836 +127.1800,0.258278 +127.2000,0.263320 +127.2200,0.268044 +127.2400,0.274084 +127.2600,0.279148 +127.2800,0.282619 +127.3000,0.284859 +127.3200,0.287491 +127.3400,0.290167 +127.3600,0.286366 +127.3800,0.309444 +127.4000,0.344953 +127.4200,0.377447 +127.4400,0.406958 +127.4600,0.434708 +127.4800,0.466777 +127.5000,0.492053 +127.5200,0.511362 +127.5400,0.528358 +127.5600,0.545183 +127.5800,0.540693 +127.6000,0.570767 +127.6200,0.728832 +127.6400,0.752399 +127.6600,0.743089 +127.6800,0.736688 +127.7000,0.726815 +127.7200,0.717622 +127.7400,0.708758 +127.7600,0.700638 +127.7800,0.691901 +127.8000,0.680521 +127.8200,0.661031 +127.8400,0.668748 +127.8600,0.674873 +127.8800,0.684247 +127.9000,0.695425 +127.9200,0.701604 +127.9400,0.705032 +127.9600,0.707495 +127.9800,0.711455 +128.0000,0.715828 +128.0200,0.709013 +128.0400,0.678982 +128.0600,0.665574 +128.0800,0.652666 +128.1000,0.642008 +128.1200,0.636169 +128.1400,0.627709 +128.1600,0.616573 +128.1800,0.606329 +128.2000,0.595894 +128.2200,0.586181 +128.2400,0.570119 +128.2600,0.574164 +128.2800,0.600076 +128.3000,0.624099 +128.3200,0.647337 +128.3400,0.674470 +128.3600,0.703822 +128.3800,0.726115 +128.4000,0.746497 +128.4200,0.765106 +128.4400,0.783524 +128.4600,0.777314 +128.4800,0.725637 +128.5000,0.681370 +128.5200,0.641222 +128.5400,0.604259 +128.5600,0.570088 +128.5800,0.539833 +128.6000,0.511023 +128.6200,0.483252 +128.6400,0.458295 +128.6600,0.434644 +128.6800,0.409156 +128.7000,0.411162 +128.7200,0.418423 +128.7400,0.424028 +128.7600,0.429379 +128.7800,0.434495 +128.8000,0.440026 +128.8200,0.446629 +128.8400,0.449962 +128.8600,0.453911 +128.8800,0.456268 +128.9000,0.441225 +128.9200,0.512052 +128.9400,0.586531 +128.9600,0.656020 +128.9800,0.718440 +129.0000,0.775297 +129.0200,0.828842 +129.0400,0.882907 +129.0600,0.928362 +129.0800,0.964392 +129.1000,0.996896 +129.1200,0.972077 +129.1400,0.901208 +129.1600,0.838045 +129.1800,0.780212 +129.2000,0.727590 +129.2200,0.680139 +129.2400,0.636498 +129.2600,0.597178 +129.2800,0.562986 +129.3000,0.531415 +129.3200,0.502371 +129.3400,0.470864 +129.3600,0.487180 +129.3800,0.501193 +129.4000,0.515609 +129.4200,0.528422 +129.4400,0.541744 +129.4600,0.555342 +129.4800,0.571202 +129.5000,0.592242 +129.5200,0.610161 +129.5400,0.624099 +129.5600,0.597306 +129.5800,0.688939 +129.6000,0.762367 +129.6200,0.826994 +129.6400,0.885327 +129.6600,0.938585 +129.6800,0.986822 +129.7000,1.031259 +129.7200,1.082744 +129.7400,1.130759 +129.7600,1.163487 +129.7800,1.109889 +129.8000,1.157404 +129.8200,1.194739 +129.8400,1.222626 +129.8600,1.247679 +129.8800,1.270354 +129.9000,1.290004 +129.9200,1.307382 +129.9400,1.331988 +129.9600,1.358485 +129.9800,1.373164 +130.0000,1.297465 +130.0200,1.220736 +130.0400,1.152425 +130.0600,1.089613 +130.0800,1.032989 +130.1000,0.981557 +130.1200,0.935252 +130.1400,0.893257 +130.1600,0.856187 +130.1800,0.825041 +130.2000,0.795477 +130.2200,0.754564 +130.2400,0.786634 +130.2600,0.818045 +130.2800,0.842313 +130.3000,0.861803 +130.3200,0.880752 +130.3400,0.899998 +130.3600,0.918256 +130.3800,0.937311 +130.4000,0.962629 +130.4200,0.989858 +130.4400,0.943978 +130.4600,0.976706 +130.4800,1.013106 +130.5000,1.042756 +130.5200,1.062225 +130.5400,1.078817 +130.5600,1.094040 +130.5800,1.108434 +130.6000,1.119814 +130.6200,1.135504 +130.6400,1.152054 +130.6600,1.099135 +130.6800,1.121215 +130.7000,1.148147 +130.7200,1.178954 +130.7400,1.196788 +130.7600,1.211512 +130.7800,1.224176 +130.8000,1.236649 +130.8200,1.249622 +130.8400,1.261745 +130.8600,1.282647 +130.8800,1.206565 +130.9000,1.172276 +130.9200,1.145217 +130.9400,1.123551 +130.9600,1.101152 +130.9800,1.076725 +131.0000,1.055080 +131.0200,1.035431 +131.0400,1.017682 +131.0600,1.002257 +131.0800,0.988287 +131.1000,0.953776 +131.1200,0.967566 +131.1400,0.981122 +131.1600,0.997863 +131.1800,1.015039 +131.2000,1.022406 +131.2200,1.029486 +131.2400,1.036153 +131.2600,1.041100 +131.2800,1.044019 +131.3000,1.044804 +131.3200,1.002257 +131.3400,1.000272 +131.3600,0.998234 +131.3800,1.001058 +131.4000,1.006440 +131.4200,1.005272 +131.4400,1.004221 +131.4600,1.004349 +131.4800,1.004922 +131.5000,1.003945 +131.5200,0.995315 +131.5400,0.983744 +131.5600,1.018234 +131.5800,1.048520 +131.6000,1.076057 +131.6200,1.106736 +131.6400,1.131396 +131.6600,1.149103 +131.6800,1.164846 +131.7000,1.178327 +131.7200,1.190769 +131.7400,1.184336 +131.7600,1.121120 +131.7800,1.079273 +131.8000,1.040919 +131.8200,1.005909 +131.8400,0.976992 +131.8600,0.951727 +131.8800,0.925135 +131.9000,0.900359 +131.9200,0.877195 +131.9400,0.855741 +131.9600,0.824351 +131.9800,0.833077 +132.0000,0.862535 +132.0200,0.888214 +132.0400,0.911781 +132.0600,0.934445 +132.0800,0.962067 +132.1000,1.087691 +132.1200,1.338209 +132.1400,1.332870 +132.1600,1.315874 +132.1800,1.288560 +132.2000,1.227148 +132.2200,1.192425 +132.2400,1.160419 +132.2600,1.133307 +132.2800,1.113593 +132.3000,1.095207 +132.3200,1.073573 +132.3400,1.052522 +132.3600,1.034210 +132.3800,1.017629 +132.4000,0.990676 +132.4200,0.994901 +132.4400,1.035028 +132.4600,1.066906 +132.4800,1.094347 +132.5000,1.126884 +132.5200,1.161088 +132.5400,1.183699 +132.5600,1.203359 +132.5800,1.220440 +132.6000,1.236819 +132.6200,1.224293 +132.6400,1.173635 +132.6600,1.145525 +132.6800,1.120058 +132.7000,1.096375 +132.7200,1.076726 +132.7400,1.063944 +132.7600,1.046960 +132.7800,1.030378 +132.8000,1.015410 +132.8200,1.000888 +132.8400,0.967958 +132.8600,0.967481 +132.8800,0.979816 +132.9000,0.988691 +132.9200,0.996514 +132.9400,1.003584 +132.9600,1.018616 +132.9800,1.032002 +133.0000,1.036397 +133.0200,1.042618 +133.0400,1.048095 +133.0600,1.019200 +133.0800,0.965931 +133.1000,0.922142 +133.1200,0.882578 +133.1400,0.846485 +133.1600,0.812472 +133.1800,0.781730 +133.2000,0.756295 +133.2200,0.731508 +133.2400,0.708270 +133.2600,0.687081 +133.2800,0.653844 +133.3000,0.715446 +133.3200,0.775912 +133.3400,0.829850 +133.3600,0.878321 +133.3800,0.922471 +133.4000,0.963330 +133.4200,1.009264 +133.4400,1.051439 +133.4600,1.081715 +133.4800,1.109294 +133.5000,1.068658 +133.5200,1.128774 +133.5400,1.172829 +133.5600,1.213454 +133.5800,1.250885 +133.6000,1.283888 +133.6200,1.315396 +133.6400,1.347423 +133.6600,1.386754 +133.6800,1.418271 +133.7000,1.440520 +133.7200,1.372422 +133.7400,1.348007 +133.7600,1.310311 +133.7800,1.277381 +133.8000,1.247732 +133.8200,1.221448 +133.8400,1.197478 +133.8600,1.179028 +133.8800,1.166438 +133.9000,1.248666 +133.9200,1.420119 +133.9400,1.350204 +133.9600,1.340916 +133.9800,1.324631 +134.0000,1.310609 +134.0200,1.298889 +134.0400,1.289451 +134.0600,1.280470 +134.0800,1.280025 +134.1000,1.284101 +134.1200,1.280917 +134.1400,1.278358 +134.1600,1.216586 +134.1800,1.273719 +134.2000,1.314886 +134.2200,1.350247 +134.2400,1.380808 +134.2600,1.407391 +134.2800,1.430002 +134.3000,1.449833 +134.3200,1.477974 +134.3400,1.498081 +134.3600,1.510712 +134.3800,1.436054 +134.4000,1.468155 +134.4200,1.480905 +134.4400,1.488718 +134.4600,1.493919 +134.4800,1.497740 +134.5000,1.500670 +134.5200,1.500468 +134.5400,1.509513 +134.5600,1.520501 +134.5800,1.520309 +134.6000,1.436679 +134.6200,1.486848 +134.6400,1.489620 +134.6600,1.491371 +134.6800,1.491594 +134.7000,1.490968 +134.7200,1.488736 +134.7400,1.496922 +134.7600,1.507274 +134.7800,1.508718 +134.8000,1.508587 +134.8200,1.437412 +134.8400,1.471616 +134.8600,1.471944 +134.8800,1.471032 +134.9000,1.469756 +134.9200,1.467432 +134.9400,1.470416 +134.9600,1.479937 +134.9800,1.479502 +135.0000,1.477232 +135.0200,1.474249 +135.0400,1.418113 +135.0600,1.426021 +135.0800,1.430225 +135.1000,1.428347 +135.1200,1.425746 +135.1400,1.429120 +135.1600,1.438962 +135.1800,1.439280 +135.2000,1.439514 +135.2200,1.437030 +135.2400,1.435639 +135.2600,1.440700 +135.2800,1.468048 +135.3000,1.481924 +135.3200,1.497707 +135.3400,1.499068 +135.3600,1.497899 +135.3800,1.494002 +135.4000,1.488612 +135.4200,1.480861 +135.4400,1.475638 +135.4600,1.474024 +135.4800,1.475500 +135.5000,1.462741 +135.5200,1.450923 +135.5400,1.439386 +135.5600,1.428698 +135.5800,1.420075 +135.6000,1.417413 +135.6200,1.420850 +135.6400,1.409800 +135.6600,1.393718 +135.6800,1.361500 +135.7000,1.322179 +135.7200,1.284950 +135.7400,1.253051 +135.7600,1.225959 +135.7800,1.202796 +135.8000,1.176172 +135.8200,1.149389 +135.8400,1.126460 +135.8600,1.107723 +135.8800,1.099400 +135.9000,1.118158 +135.9200,1.135897 +135.9400,1.147627 +135.9600,1.153784 +135.9800,1.159517 +136.0000,1.163933 +136.0200,1.168136 +136.0400,1.172393 +136.0600,1.182648 +136.0800,1.200185 +136.1000,1.219102 +136.1200,1.223815 +136.1400,1.226480 +136.1600,1.227488 +136.1800,1.228762 +136.2000,1.228507 +136.2200,1.233910 +136.2400,1.246564 +136.2600,1.249834 +136.2800,1.248740 +136.3000,1.223284 +136.3200,1.185779 +136.3400,1.151810 +136.3600,1.119135 +136.3800,1.092437 +136.4000,1.067246 +136.4200,1.040930 +136.4400,1.016493 +136.4600,0.992990 +136.4800,0.969540 +136.5000,0.956717 +136.5200,0.990516 +136.5400,1.025697 +136.5600,1.050930 +136.5800,1.067257 +136.6000,1.081290 +136.6200,1.091365 +136.6400,1.099921 +136.6600,1.107203 +136.6800,1.115271 +136.7000,1.127776 +136.7200,1.126980 +136.7400,1.121269 +136.7600,1.115388 +136.7800,1.108965 +136.8000,1.101577 +136.8200,1.093700 +136.8400,1.091375 +136.8600,1.091492 +136.8800,1.087702 +136.9000,1.083382 +136.9200,1.029115 +136.9400,1.050091 +136.9600,1.059369 +136.9800,1.067639 +137.0000,1.076556 +137.0200,1.086067 +137.0400,1.095059 +137.0600,1.109071 +137.0800,1.131598 +137.1000,1.148306 +137.1200,1.158816 +137.1400,1.100727 +137.1600,1.113954 +137.1800,1.119549 +137.2000,1.123211 +137.2200,1.126088 +137.2400,1.130228 +137.2600,1.134145 +137.2800,1.136406 +137.3000,1.143890 +137.3200,1.150918 +137.3400,1.145185 +137.3600,1.081747 +137.3800,1.095844 +137.4000,1.107914 +137.4200,1.114390 +137.4400,1.118647 +137.4600,1.124443 +137.4800,1.130366 +137.5000,1.137415 +137.5200,1.148795 +137.5400,1.168572 +137.5600,1.181544 +137.5800,1.117574 +137.6000,1.135833 +137.6200,1.151916 +137.6400,1.160769 +137.6600,1.166448 +137.6800,1.174442 +137.7000,1.184325 +137.7200,1.194580 +137.7400,1.207595 +137.7600,1.231501 +137.7800,1.254982 +137.8000,1.186576 +137.8200,1.187319 +137.8400,1.196745 +137.8600,1.202393 +137.8800,1.202818 +137.9000,1.203560 +137.9200,1.203561 +137.9400,1.202658 +137.9600,1.201735 +137.9800,1.205217 +138.0000,1.214293 +138.0200,1.152404 +138.0400,1.161523 +138.0600,1.172977 +138.0800,1.185111 +138.1000,1.187690 +138.1200,1.186406 +138.1400,1.183072 +138.1600,1.180504 +138.1800,1.178083 +138.2000,1.174697 +138.2200,1.180981 +138.2400,1.126778 +138.2600,1.140865 +138.2800,1.161480 +138.3000,1.188465 +138.3200,1.210800 +138.3400,1.234229 +138.3600,1.258337 +138.3800,1.285141 +138.4000,1.314091 +138.4200,1.343398 +138.4400,1.381097 +138.4600,1.331012 +138.4800,1.362529 +138.5000,1.398378 +138.5200,1.443229 +138.5400,1.495087 +138.5600,1.537771 +138.5800,1.581774 +138.6000,1.624991 +138.6200,1.670276 +138.6400,1.715412 +138.6600,1.749565 +138.6800,1.726443 +138.7000,1.806145 +138.7200,1.875464 +138.7400,1.947134 +138.7600,2.026144 +138.7800,2.087300 +138.8000,2.139456 +138.8200,2.186208 +138.8400,2.228733 +138.8600,2.268214 +138.8800,2.268193 +138.9000,2.187301 +138.9200,2.168256 +138.9400,2.149774 +138.9600,2.132524 +138.9800,2.129127 +139.0000,2.127227 +139.0200,2.115304 +139.0400,2.102704 +139.0600,2.090348 +139.0800,2.078033 +139.1000,2.030889 +139.1200,2.019383 +139.1400,2.062344 +139.1600,2.098288 +139.1800,2.130529 +139.2000,2.165115 +139.2200,2.208192 +139.2400,2.239287 +139.2600,2.256302 +139.2800,2.268108 +139.3000,2.278246 +139.3200,2.219966 +139.3400,2.204424 +139.3600,2.224434 +139.3800,2.242746 +139.4000,2.259031 +139.4200,2.271207 +139.4400,2.294615 +139.4600,2.321025 +139.4800,2.333935 +139.5000,2.340570 +139.5200,2.345452 +139.5400,2.260941 +139.5600,2.222724 +139.5800,2.200827 +139.6000,2.179933 +139.6200,2.161686 +139.6400,2.145582 +139.6600,2.134299 +139.6800,2.135984 +139.7000,2.140284 +139.7200,2.131886 +139.7400,2.123969 +139.7600,2.026855 +139.7800,2.067652 +139.8000,2.096813 +139.8200,2.121940 +139.8400,2.145954 +139.8600,2.166718 +139.8800,2.183766 +139.9000,2.206240 +139.9200,2.241377 +139.9400,2.264445 +139.9600,2.277428 +139.9800,2.161876 +140.0000,2.154785 +140.0200,2.135145 +140.0400,2.113628 +140.0600,2.092525 +140.0800,2.071547 +140.1000,2.049753 +140.1200,2.025678 +140.1400,2.007673 +140.1600,1.992205 +140.1800,1.964572 +140.2000,1.853174 +140.2200,1.829638 +140.2400,1.802950 +140.2600,1.772240 +140.2800,1.745224 +140.3000,1.721250 +140.3200,1.701985 +140.3400,1.684500 +140.3600,1.674459 +140.3800,1.674088 +140.4000,1.676007 +140.4200,1.590223 +140.4400,1.616008 +140.4600,1.645466 +140.4800,1.666698 +140.5000,1.681582 +140.5200,1.694405 +140.5400,1.705435 +140.5600,1.712908 +140.5800,1.717186 +140.6000,1.726485 +140.6200,1.738376 +140.6400,1.656707 +140.6600,1.693514 +140.6800,1.738173 +140.7000,1.778981 +140.7200,1.805105 +140.7400,1.828747 +140.7600,1.850360 +140.7800,1.870720 +140.8000,1.889892 +140.8200,1.908619 +140.8400,1.937896 +140.8600,1.866294 +140.8800,1.918555 +140.9000,1.969754 +140.9200,2.028447 +140.9400,2.074372 +140.9600,2.104583 +140.9800,2.132960 +141.0000,2.159232 +141.0200,2.183223 +141.0400,2.205230 +141.0600,2.218916 +141.0800,2.127493 +141.1000,2.124277 +141.1200,2.120677 +141.1400,2.127227 +141.1600,2.138331 +141.1800,2.138237 +141.2000,2.134542 +141.2200,2.131028 +141.2400,2.128394 +141.2600,2.125073 +141.2800,2.102289 +141.3000,2.055911 +141.3200,2.089616 +141.3400,2.119710 +141.3600,2.149699 +141.3800,2.193850 +141.4000,2.234786 +141.4200,2.252640 +141.4400,2.266940 +141.4600,2.276473 +141.4800,2.280878 +141.5000,2.240463 +141.5200,2.171730 +141.5400,2.154690 +141.5600,2.140836 +141.5800,2.127843 +141.6000,2.125848 +141.6200,2.136536 +141.6400,2.139341 +141.6600,2.134243 +141.6800,2.123843 +141.7000,2.109382 +141.7200,2.042238 +141.7400,2.038161 +141.7600,2.067259 +141.7800,2.088628 +141.8000,2.107438 +141.8200,2.124169 +141.8400,2.154753 +141.8600,2.195274 +141.8800,2.222344 +141.9000,2.250136 +141.9200,2.277990 +141.9400,2.211822 +141.9600,2.217820 +141.9800,2.239785 +142.0000,2.257449 +142.0200,2.270007 +142.0400,2.278521 +142.0600,2.287449 +142.0800,2.303554 +142.1000,2.310558 +142.1200,2.302724 +142.1400,2.292704 +142.1600,2.188000 +142.1800,2.182236 +142.2000,2.174519 +142.2200,2.166185 +142.2400,2.157906 +142.2600,2.148481 +142.2800,2.139350 +142.3000,2.136590 +142.3200,2.141495 +142.3400,2.134393 +142.3600,2.123151 +142.3800,2.012598 +142.4000,1.999795 +142.4200,1.976527 +142.4400,1.952473 +142.4600,1.930243 +142.4800,1.908937 +142.5000,1.889267 +142.5200,1.872270 +142.5400,1.865326 +142.5600,1.859892 +142.5800,1.847589 +142.6000,1.750733 +142.6200,1.814118 +142.6400,1.868672 +142.6600,1.915931 +142.6800,1.965614 +142.7000,2.017715 +142.7200,2.073087 +142.7400,2.130316 +142.7600,2.192385 +142.7800,2.264635 +142.8000,2.323289 +142.8200,2.208957 +142.8400,2.315262 +142.8600,2.413130 +142.8800,2.476707 +142.9000,2.534254 +142.9200,2.588470 +142.9400,2.638821 +142.9600,2.685826 +142.9800,2.731081 +143.0000,2.795858 +143.0200,2.857941 +143.0400,2.702684 +143.0600,2.731516 +143.0800,2.779096 +143.1000,2.813597 +143.1200,2.835975 +143.1400,2.857844 +143.1600,2.878576 +143.1800,2.897812 +143.2000,2.916220 +143.2200,2.944064 +143.2400,2.986434 +143.2600,2.837481 +143.2800,2.876240 +143.3000,2.930816 +143.3200,2.985731 +143.3400,3.014892 +143.3600,3.036412 +143.3800,3.056263 +143.4000,3.075604 +143.4200,3.092218 +143.4400,3.105722 +143.4600,3.131784 +143.4800,2.988226 +143.5000,3.008249 +143.5200,3.027663 +143.5400,3.065083 +143.5600,3.089798 +143.5800,3.097833 +143.6000,3.103950 +143.6200,3.109130 +143.6400,3.113876 +143.6600,3.118641 +143.6800,3.595899 +143.7000,3.600000 143.7200,3.600000 -143.7400,3.550597 -143.7600,3.504319 -143.7800,3.464700 -143.8000,3.428554 -143.8200,3.395808 -143.8400,3.367220 -143.8600,3.352910 -143.8800,3.351706 -143.9000,3.334244 -143.9200,3.132682 -143.9400,3.153933 -143.9600,3.170329 -143.9800,3.163077 -144.0000,3.150524 -144.0200,3.134628 -144.0400,3.115278 -144.0600,3.092313 -144.0800,3.070814 -144.1000,3.060272 -144.1200,3.043708 -144.1400,2.862567 -144.1600,2.848281 -144.1800,2.847737 -144.2000,2.834414 -144.2200,2.816000 -144.2400,2.799327 -144.2600,2.783607 -144.2800,2.770777 -144.3000,2.760661 -144.3200,2.761929 -144.3400,2.775213 -144.3600,2.629965 -144.3800,2.645250 -144.4000,2.667055 -144.4200,2.696308 -144.4400,2.706944 -144.4600,2.717216 -144.4800,2.728545 -144.5000,2.740681 -144.5200,2.751585 -144.5400,2.762097 -144.5600,2.791165 -144.5800,2.666221 -144.6000,2.704906 -144.6200,2.744497 -144.6400,2.793221 -144.6600,2.835129 -144.6800,2.856415 -144.7000,2.876237 -144.7200,2.891903 -144.7400,2.904733 -144.7600,2.914645 -144.7800,2.919054 -144.8000,2.805125 -144.8200,2.826356 -144.8400,2.832295 -144.8600,2.849672 -144.8800,2.876396 -144.9000,2.882612 -144.9200,2.886485 -144.9400,2.885557 -144.9600,2.882167 -144.9800,2.875441 -145.0000,2.844883 -145.0200,2.753001 -145.0400,2.767433 -145.0600,2.780476 -145.0800,2.790425 -145.1000,2.819372 -145.1200,2.842778 -145.1400,2.847086 -145.1600,2.854721 -145.1800,2.860695 -145.2000,2.866280 -145.2200,2.815906 -145.2400,2.752722 -145.2600,2.768154 -145.2800,2.782264 -145.3000,2.793695 -145.3200,2.814470 -145.3400,2.847403 -145.3600,2.863204 -145.3800,2.870319 -145.4000,2.875469 -145.4200,2.879370 -145.4400,2.801642 -145.4600,2.757094 -145.4800,2.763431 -145.5000,2.770970 -145.5200,2.777667 -145.5400,2.783070 -145.5600,2.803588 -145.5800,2.829209 -145.6000,2.834110 -145.6200,2.839919 -145.6400,2.844495 -145.6600,2.857899 -145.6800,2.887151 -145.7000,2.915310 -145.7200,2.956181 -145.7400,2.991732 -145.7600,3.010927 -145.7800,3.028278 -145.8000,3.041115 -145.8200,3.049887 -145.8400,3.056400 -145.8600,3.067471 -145.8800,3.097177 -145.9000,3.117908 -145.9200,3.123993 -145.9400,3.127311 -145.9600,3.129273 -145.9800,3.128496 -146.0000,3.127598 -146.0200,3.134230 -146.0400,3.160576 -146.0600,3.173646 -146.0800,3.132239 -146.1000,3.084422 -146.1200,3.039133 -146.1400,2.996883 -146.1600,2.955440 -146.1800,2.928549 -146.2000,2.918145 -146.2200,2.896591 -146.2400,2.874358 -146.2600,2.850154 -146.2800,2.841825 -146.3000,2.853080 -146.3200,2.861157 -146.3400,2.883612 -146.3600,2.911106 -146.3800,2.921453 -146.4000,2.924804 -146.4200,2.925575 -146.4400,2.927956 -146.4600,2.931476 -146.4800,2.929725 -146.5000,2.944305 -146.5200,2.966194 -146.5400,2.969084 -146.5600,2.966869 -146.5800,2.964815 -146.6000,2.962683 -146.6200,2.957152 -146.6400,2.953041 -146.6600,2.965203 -146.6800,2.980349 -146.7000,2.945601 -146.7200,2.907799 -146.7400,2.873663 -146.7600,2.843252 -146.7800,2.815174 -146.8000,2.791702 -146.8200,2.795296 -146.8400,2.789441 -146.8600,2.773537 -146.8800,2.757585 -146.9000,2.765903 -146.9200,2.790831 -146.9400,2.812368 -146.9600,2.839056 -146.9800,2.879686 -147.0000,2.910504 -147.0200,2.922667 -147.0400,2.934301 -147.0600,2.943684 -147.0800,2.951170 -147.1000,2.949651 -147.1200,2.942147 -147.1400,2.934124 -147.1600,2.914765 -147.1800,2.887938 -147.2000,2.863771 -147.2200,2.840094 -147.2400,2.817713 -147.2600,2.795131 -147.2800,2.784477 -147.3000,2.786969 -147.3200,2.641804 -147.3400,2.672197 -147.3600,2.699191 -147.3800,2.724415 -147.4000,2.732566 -147.4200,2.738180 -147.4400,2.741208 -147.4600,2.742562 -147.4800,2.744275 -147.5000,2.746711 -147.5200,2.764209 -147.5400,2.627281 -147.5600,2.641064 -147.5800,2.661229 -147.6000,2.695728 -147.6200,2.718633 -147.6400,2.727999 -147.6600,2.739245 -147.6800,2.749749 -147.7000,2.758697 -147.7200,2.764155 -147.7400,2.767146 -147.7600,2.665212 -147.7800,2.704220 -147.8000,2.737151 -147.8200,2.784597 -147.8400,2.831857 -147.8600,2.858018 -147.8800,2.877721 -147.9000,2.891551 -147.9200,2.903352 -147.9400,2.911150 -147.9600,2.888087 -147.9800,2.791443 -148.0000,2.798047 -148.0200,2.795251 -148.0400,2.794742 -148.0600,2.807486 -148.0800,2.814740 -148.1000,2.807654 -148.1200,2.800901 -148.1400,2.795177 -148.1600,2.789194 -148.1800,2.733732 -148.2000,2.654728 -148.2200,2.641778 -148.2400,2.622156 -148.2600,2.603983 -148.2800,2.596923 -148.3000,2.601778 -148.3200,2.592394 -148.3400,2.578434 -148.3600,2.564726 -148.3800,2.552859 -148.4000,2.486219 -148.4200,2.463821 -148.4400,2.490093 -148.4600,2.512433 -148.4800,2.531302 -148.5000,2.551303 -148.5200,2.583557 -148.5400,2.610161 -148.5600,2.621147 -148.5800,2.628929 -148.6000,2.635756 -148.6200,2.552971 -148.6400,2.514491 -148.6600,2.507054 -148.6800,2.499920 -148.7000,2.493500 -148.7200,2.486950 -148.7400,2.490869 -148.7600,2.507562 -148.7800,2.513092 -148.8000,2.509711 -148.8200,2.508136 -148.8400,2.402739 -148.8600,2.451760 -148.8800,2.500356 -148.9000,2.541253 -148.9200,2.577102 -148.9400,2.609151 -148.9600,2.635662 -148.9800,2.677865 -149.0000,2.722729 -149.0200,2.744424 -149.0400,2.761542 -149.0600,2.625261 -149.0800,2.654274 -149.1000,2.667640 -149.1200,2.676987 -149.1400,2.685898 -149.1600,2.692947 -149.1800,2.700339 -149.2000,2.711640 -149.2200,2.736911 -149.2400,2.759012 -149.2600,2.763005 -149.2800,2.607430 -149.3000,2.639025 -149.3200,2.653875 -149.3400,2.659395 -149.3600,2.663870 -149.3800,2.668000 -149.4000,2.671103 -149.4200,2.671381 -149.4400,2.681276 -149.4600,2.710464 -149.4800,2.718327 -149.5000,2.561697 -149.5200,2.632171 -149.5400,2.692687 -149.5600,2.733881 -149.5800,2.765386 -149.6000,2.793157 -149.6200,2.816241 -149.6400,2.835851 -149.6600,2.857193 -149.6800,2.897553 -149.7000,2.933930 -149.7200,2.760105 -149.7400,2.771445 -149.7600,2.790007 -149.7800,2.797752 -149.8000,2.794168 -149.8200,2.789525 -149.8400,2.785765 -149.8600,2.780771 -149.8800,2.775622 -149.9000,2.778585 -149.9200,2.795131 -149.9400,2.644556 -149.9600,2.662424 -149.9800,2.693789 -150.0000,2.728146 -150.0200,2.741283 -150.0400,2.752482 -150.0600,2.759790 -150.0800,2.766582 -150.1000,2.771861 -150.1200,2.779345 -150.1400,2.794685 -150.1600,2.674354 -150.1800,2.720200 -150.2000,2.765190 -150.2200,2.822530 -150.2400,2.873006 -150.2600,2.899638 -150.2800,2.922081 -150.3000,2.939776 -150.3200,2.955059 -150.3400,2.967880 -150.3600,2.967556 -150.3800,2.831395 -150.4000,2.809405 -150.4200,2.785783 -150.4400,2.771805 -150.4600,2.769342 -150.4800,2.758871 -150.5000,2.736549 -150.5200,2.715198 -150.5400,2.693909 -150.5600,2.672818 -150.5800,2.622103 -150.6000,2.538604 -150.6200,2.536288 -150.6400,2.533175 -150.6600,2.531294 -150.6800,2.551616 -150.7000,2.561807 -150.7200,2.561233 -150.7400,2.557462 -150.7600,2.552201 -150.7800,2.546930 -150.8000,2.494779 -150.8200,2.458152 -150.8400,2.488303 -150.8600,2.516038 -150.8800,2.539241 -150.9000,2.567893 -150.9200,2.611060 -150.9400,2.634485 -150.9600,2.644001 -150.9800,2.651707 -151.0000,2.657997 -151.0200,2.587179 -151.0400,2.559261 -151.0600,2.578879 -151.0800,2.597127 -151.1000,2.614303 -151.1200,2.631706 -151.1400,2.671225 -151.1600,2.710722 -151.1800,2.731963 -151.2000,2.750240 -151.2200,2.766441 -151.2400,2.674181 -151.2600,2.697079 -151.2800,2.723859 -151.3000,2.743136 -151.3200,2.758910 -151.3400,2.772297 -151.3600,2.795109 -151.3800,2.826810 -151.4000,2.842936 -151.4200,2.845829 -151.4400,2.846124 -151.4600,2.724885 -151.4800,2.733649 -151.5000,2.747609 -151.5200,2.756326 -151.5400,2.763802 -151.5600,2.769730 -151.5800,2.775213 -151.6000,2.804903 -151.6200,2.832858 -151.6400,2.844457 -151.6600,2.850329 -151.6800,2.706379 -151.7000,2.737039 -151.7200,2.752639 -151.7400,2.765025 -151.7600,2.774899 -151.7800,2.783357 -151.8000,2.789598 -151.8200,2.799124 -151.8400,2.825004 -151.8600,2.843733 -151.8800,2.846606 -151.9000,2.684110 -151.9200,2.701441 -151.9400,2.702453 -151.9600,2.698867 -151.9800,2.695366 -152.0000,2.690094 -152.0200,2.683758 -152.0400,2.678534 -152.0600,2.684757 -152.0800,2.701356 -152.1000,2.701405 -152.1200,2.544940 -152.1400,2.601370 -152.1600,2.644167 -152.1800,2.672188 -152.2000,2.692299 -152.2200,2.707860 -152.2400,2.723061 -152.2600,2.738838 -152.2800,2.758049 -152.3000,2.793536 -152.3200,2.823197 -152.3400,2.658118 -152.3600,2.694624 -152.3800,2.741468 -152.4000,2.767489 -152.4200,2.781976 -152.4400,2.794397 -152.4600,2.804969 -152.4800,2.812693 -152.5000,2.819474 -152.5200,2.836917 -152.5400,2.862049 -152.5600,2.704239 -152.5800,2.729897 -152.6000,2.767905 -152.6200,2.806172 -152.6400,2.823549 -152.6600,2.836360 -152.6800,2.848968 -152.7000,2.857981 -152.7200,2.866178 -152.7400,2.875017 -152.7600,2.899192 -152.7800,2.739875 -152.8000,2.719429 -152.8200,2.702599 -152.8400,2.706025 -152.8600,2.698614 -152.8800,2.680840 -152.9000,2.667260 -152.9200,2.656044 -152.9400,2.643676 -152.9600,2.631541 -152.9800,2.618814 -153.0000,2.507238 -153.0200,2.509860 -153.0400,2.511787 -153.0600,2.530655 -153.0800,2.545976 -153.1000,2.546299 -153.1200,2.548765 -153.1400,2.547644 -153.1600,2.547292 -153.1800,2.546827 -153.2000,2.524884 -153.2200,2.470805 -153.2400,2.534554 -153.2600,2.589651 -153.2800,2.642860 -153.3000,2.709538 -153.3200,2.762429 -153.3400,2.795768 -153.3600,2.826181 -153.3800,2.856591 -153.4000,2.883223 -153.4200,2.852821 -153.4400,2.778975 -153.4600,2.791063 -153.4800,2.800540 -153.5000,2.809266 -153.5200,2.830497 -153.5400,2.856008 -153.5600,2.862622 -153.5800,2.867494 -153.6000,2.869875 -153.6200,2.870810 -153.6400,2.799242 -153.6600,2.759708 -153.6800,2.783355 -153.7000,2.803827 -153.7200,2.821668 -153.7400,2.840472 -153.7600,2.874460 -153.7800,2.905093 -153.8000,2.914810 -153.8200,2.925362 -153.8400,2.931698 -153.8600,2.834451 -153.8800,2.803827 -153.9000,2.805663 -153.9200,2.806098 -153.9400,2.805719 -153.9600,2.804643 -153.9800,2.813749 -154.0000,2.835925 -154.0200,2.849385 -154.0400,2.845643 -154.0600,2.842844 -154.0800,2.719764 -154.1000,2.757855 -154.1200,2.799696 -154.1400,2.835841 -154.1600,2.867921 -154.1800,2.895395 -154.2000,2.919119 -154.2200,2.956782 -154.2400,2.999346 -154.2600,3.019042 -154.2800,3.031232 -154.3000,2.875006 -154.3200,2.887502 -154.3400,2.877165 -154.3600,2.869571 -154.3800,2.862280 -154.4000,2.854192 -154.4200,2.844855 -154.4400,2.838610 -154.4600,2.851561 -154.4800,2.863585 -154.5000,2.856721 -154.5200,2.690918 -154.5400,2.743247 -154.5600,2.775001 -154.5800,2.791433 -154.6000,2.804782 -154.6200,2.817084 -154.6400,2.828340 -154.6600,2.837917 -154.6800,2.851858 -154.7000,2.881547 -154.7200,2.896286 -154.7400,2.724730 -154.7600,2.775825 -154.7800,2.820909 -154.8000,2.845901 -154.8200,2.862233 -154.8400,2.876275 -154.8600,2.890507 -154.8800,2.902768 -154.9000,2.913887 -154.9200,2.938960 -154.9400,2.962497 -154.9600,2.789570 -154.9800,2.816177 -155.0000,2.858351 -155.0200,2.890411 -155.0400,2.905898 -155.0600,2.916840 -155.0800,2.925566 -155.1000,2.933671 -155.1200,2.939803 -155.1400,2.951271 -155.1600,2.981804 -155.1800,2.818500 -155.2000,2.834332 -155.2200,2.861622 -155.2400,2.894976 -155.2600,2.908522 -155.2800,2.915468 -155.3000,2.921240 -155.3200,2.926520 -155.3400,2.929984 -155.3600,2.931336 -155.3800,2.944444 -155.4000,2.808664 -155.4200,2.830654 -155.4400,2.852162 -155.4600,2.889050 -155.4800,2.923184 -155.5000,2.934162 -155.5200,2.946510 -155.5400,2.955512 -155.5600,2.961599 -155.5800,2.967381 -155.6000,2.954765 -155.6200,2.836705 -155.6400,2.841566 -155.6600,2.844372 -155.6800,2.854341 -155.7000,2.878601 -155.7200,2.889762 -155.7400,2.888938 -155.7600,2.887798 -155.7800,2.884891 -155.8000,2.881277 -155.8200,2.838546 -155.8400,2.754528 -155.8600,2.765654 -155.8800,2.775233 -155.9000,2.784504 -155.9200,2.807922 -155.9400,2.834074 -155.9600,2.840677 -155.9800,2.844391 -156.0000,2.846412 -156.0200,2.847088 -156.0400,2.854414 -156.0600,2.885752 -156.0800,2.934606 -156.1000,2.978967 -156.1200,2.999766 -156.1400,3.016233 -156.1600,3.032453 -156.1800,3.046293 -156.2000,3.056475 -156.2200,3.066970 -156.2400,3.094677 -156.2600,3.122281 -156.2800,3.126402 -156.3000,3.128940 -156.3200,3.130053 -156.3400,3.131730 -156.3600,3.132887 -156.3800,3.136537 -156.4000,3.158852 -156.4200,3.178009 -156.4400,3.178823 -156.4600,3.133424 -156.4800,3.077317 -156.5000,3.028332 -156.5200,2.983590 -156.5400,2.945167 -156.5600,2.927438 -156.5800,2.919137 -156.6000,2.887855 -156.6200,2.857665 -156.6400,2.831479 -156.6600,2.823455 -156.6800,2.840131 -156.7000,2.864029 -156.7200,2.903037 -156.7400,2.928557 -156.7600,2.937904 -156.7800,2.945880 -156.8000,2.951300 -156.8200,2.956153 -156.8400,2.960517 -156.8600,2.971401 -156.8800,3.001876 -156.9000,3.021812 -156.9200,3.024155 -156.9400,3.026767 -156.9600,3.030249 -156.9800,3.030351 -157.0000,3.028916 -157.0200,3.037142 -157.0400,3.063680 -157.0600,3.074944 -157.0800,3.024024 -157.1000,2.970177 -157.1200,2.920906 -157.1400,2.877767 -157.1600,2.841667 -157.1800,2.813528 -157.2000,2.800206 -157.2200,2.776436 -157.2400,2.750175 -157.2600,2.728861 -157.2800,2.736715 -157.3000,2.770711 -157.3200,2.798798 -157.3400,2.845994 -157.3600,2.891763 -157.3800,2.917229 -157.4000,2.935719 -157.4200,2.951772 -157.4400,2.965269 -157.4600,2.976523 -157.4800,2.980440 -157.5000,2.964851 -157.5200,2.958580 -157.5400,2.937978 -157.5600,2.913191 -157.5800,2.890392 -157.6000,2.870487 -157.6200,2.852998 -157.6400,2.835813 -157.6600,2.837121 -157.6800,2.844113 -157.7000,2.680164 -157.7200,2.697292 -157.7400,2.725423 -157.7600,2.755372 -157.7800,2.762838 -157.8000,2.767916 -157.8200,2.772084 -157.8400,0.484484 -157.8600,0.488884 -157.8800,0.492987 -157.9000,0.497804 -157.9200,0.501268 -157.9400,0.506261 -157.9600,0.488773 -157.9800,0.503649 -158.0000,0.518285 -158.0200,0.534800 -158.0400,0.549084 -158.0600,0.557902 -158.0800,0.566517 -158.1000,0.573751 -158.1200,0.580245 -158.1400,0.586062 -158.1600,0.587581 -158.1800,0.544314 -158.2000,0.507614 -158.2200,0.474174 -158.2400,0.444032 -158.2600,0.417021 -158.2800,0.392021 -158.3000,0.368817 -158.3200,0.348114 -158.3400,0.328356 -158.3600,0.309849 -158.3800,0.292610 -158.4000,0.297659 -158.4200,0.316583 -158.4400,0.334257 -158.4600,0.351541 -158.4800,0.370744 -158.5000,0.386731 -158.5200,0.397921 -158.5400,0.407351 -158.5600,0.414854 -158.5800,0.419198 -158.6000,0.414317 -158.6200,0.428850 -158.6400,0.461910 -158.6600,0.491589 -158.6800,0.518081 -158.7000,0.544406 -158.7200,0.570482 -158.7400,0.594010 -158.7600,0.612100 -158.7800,0.630089 -158.8000,0.645392 -158.8200,0.638222 -158.8400,0.631756 -158.8600,0.637305 -158.8800,0.640501 -158.9000,0.643557 -158.9200,0.646614 -158.9400,0.655525 -158.9600,0.666576 -158.9800,0.677386 -159.0000,0.689048 -159.0200,0.701979 -159.0400,0.690984 -159.0600,0.673459 -159.0800,0.665946 -159.1000,0.659314 -159.1200,0.654960 -159.1400,0.653830 -159.1600,0.655016 -159.1800,0.657545 -159.2000,0.658239 -159.2200,0.659481 -159.2400,0.661028 -159.2600,0.638861 -159.2800,0.647865 -159.3000,0.659675 -159.3200,0.668206 -159.3400,0.672708 -159.3600,0.675015 -159.3800,0.677960 -159.4000,0.682064 -159.4200,0.683546 -159.4400,0.683620 -159.4600,0.684852 -159.4800,0.658295 -159.5000,0.652932 -159.5200,0.649060 -159.5400,0.644660 -159.5600,0.639093 -159.5800,0.632349 -159.6000,0.627440 -159.6200,0.628283 -159.6400,0.634128 -159.6600,0.638769 -159.6800,0.641696 -159.7000,0.611387 -159.7200,0.625337 -159.7400,0.633016 -159.7600,0.639556 -159.7800,0.646003 -159.8000,0.652969 -159.8200,0.659962 -159.8400,0.668114 -159.8600,0.683778 -159.8800,0.694958 -159.9000,0.699840 -159.9200,0.664909 -159.9400,0.647531 -159.9600,0.628978 -159.9800,0.612452 -160.0000,0.598104 -160.0200,0.585210 -160.0400,0.575002 -160.0600,0.566915 -160.0800,0.563710 -160.1000,0.561765 -160.1200,0.556411 -160.1400,0.524491 -160.1600,0.493052 -160.1800,0.466180 -160.2000,0.443782 -160.2200,0.426442 -160.2400,0.411566 -160.2600,0.398875 -160.2800,0.387519 -160.3000,0.377061 -160.3200,0.366242 -160.3400,0.354089 -160.3600,0.335007 -160.3800,0.343233 -160.4000,0.348948 -160.4200,0.351097 -160.4400,0.350773 -160.4600,0.350708 -160.4800,0.351282 -160.5000,0.351217 -160.5200,0.353839 -160.5400,0.359017 -160.5600,0.365056 -160.5800,0.346669 -160.6000,0.357562 -160.6200,0.370179 -160.6400,0.381155 -160.6600,0.390816 -160.6800,0.399783 -160.7000,0.408981 -160.7200,0.418374 -160.7400,0.426868 -160.7600,0.437418 -160.7800,0.448803 -160.8000,0.427692 -160.8200,0.437585 -160.8400,0.448256 -160.8600,0.457519 -160.8800,0.461465 -160.9000,0.463828 -160.9200,0.465485 -160.9400,0.465819 -160.9600,0.465754 -160.9800,0.465495 -161.0000,0.467301 -161.0200,0.457760 -161.0400,0.493062 -161.0600,0.526001 -161.0800,0.560255 -161.1000,0.589415 -161.1200,0.612934 -161.1400,0.633683 -161.1600,0.652969 -161.1800,0.670578 -161.2000,0.686371 -161.2200,0.698997 -161.2400,0.665687 -161.2600,0.656711 -161.2800,0.647707 -161.3000,0.641594 -161.3200,0.637991 -161.3400,0.631636 -161.3600,0.624809 -161.3800,0.618520 -161.4000,0.612730 -161.4200,0.607339 -161.4400,0.597965 -161.4600,0.583367 -161.4800,0.593611 -161.5000,0.603366 -161.5200,0.612175 -161.5400,0.624476 -161.5600,0.635073 -161.5800,0.640121 -161.6000,0.646068 -161.6200,0.650672 -161.6400,0.653941 -161.6600,0.646207 -161.6800,0.635295 -161.7000,0.643076 -161.7200,0.649986 -161.7400,0.656989 -161.7600,0.665724 -161.7800,0.675830 -161.8000,0.682175 -161.8200,0.686038 -161.8400,0.689382 -161.8600,0.692485 -161.8800,0.678396 -161.9000,0.650273 -161.9200,0.632442 -161.9400,0.615593 -161.9600,0.600068 -161.9800,0.586933 -162.0000,0.576910 -162.0200,0.568407 -162.0400,0.559820 -162.0600,0.550927 -162.0800,0.543378 -162.1000,0.523120 -162.1200,0.516506 -162.1400,0.515422 -162.1600,0.514793 -162.1800,0.514283 -162.2000,0.513107 -162.2200,0.515321 -162.2400,0.518257 -162.2600,0.518618 -162.2800,0.517682 -162.3000,0.516497 -162.3200,0.496702 -162.3400,0.520656 -162.3600,0.545453 -162.3800,0.567619 -162.4000,0.587581 -162.4200,0.604847 -162.4400,0.621150 -162.4600,0.641038 -162.4800,0.658804 -162.5000,0.671884 -162.5200,0.682703 -162.5400,0.654951 -162.5600,0.633887 -162.5800,0.612490 -162.6000,0.594186 -162.6200,0.578151 -162.6400,0.562608 -162.6600,0.548890 -162.6800,0.538330 -162.7000,0.530345 -162.7200,0.522064 -162.7400,0.513097 -162.7600,0.484771 -162.7800,0.517164 -162.8000,0.541461 -162.8200,0.561589 -162.8400,0.579402 -162.8600,0.595279 -162.8800,0.609720 -162.9000,0.623762 -162.9200,0.639676 -162.9400,0.655599 -162.9600,0.665557 -162.9800,0.631340 -163.0000,0.649226 -163.0200,0.663955 -163.0400,0.674051 -163.0600,0.682629 -163.0800,0.689993 -163.1000,0.697014 -163.1200,0.702433 -163.1400,0.708389 -163.1600,0.717921 -163.1800,0.725683 -163.2000,0.685306 -163.2200,0.687974 -163.2400,0.693272 -163.2600,0.696283 -163.2800,0.697190 -163.3000,0.698302 -163.3200,0.699849 -163.3400,0.700979 -163.3600,0.702118 -163.3800,0.706583 -163.4000,0.708834 -163.4200,0.667938 -163.4400,0.659036 -163.4600,0.651459 -163.4800,0.641214 -163.5000,0.622132 -163.5200,0.598354 -163.5400,0.573909 -163.5600,0.557134 -163.5800,0.549538 -163.6000,0.550742 -163.6200,0.558912 -163.6400,0.539349 -163.6600,0.559801 -163.6800,0.577095 -163.7000,0.592148 -163.7200,0.595871 -163.7400,0.595862 -163.7600,0.593408 -163.7800,0.588656 -163.8000,0.583700 -163.8200,0.580523 -163.8400,0.582431 -163.8600,0.550788 -163.8800,0.578290 -163.9000,0.590768 -163.9200,0.600985 -163.9400,0.609627 -163.9600,0.617760 -163.9800,0.626653 -164.0000,0.637231 -164.0200,0.651366 -164.0400,0.672680 -164.0600,0.692012 -164.0800,0.654247 -164.1000,0.699877 -164.1200,0.715012 -164.1400,0.730704 -164.1600,0.746553 -164.1800,0.761503 -164.2000,0.775732 -164.2200,0.791256 -164.2400,0.808875 -164.2600,0.819768 -164.2800,0.828058 -164.3000,0.837368 -164.3200,0.841110 -164.3400,0.835710 -164.3600,0.832190 -164.3800,0.833588 -164.4000,0.830133 -164.4200,0.823260 -164.4400,0.814794 -164.4600,0.805114 -164.4800,0.792905 -164.5000,0.778316 -164.5200,0.764357 -164.5400,0.746349 -164.5600,0.724822 -164.5800,0.702294 -164.6000,0.680350 -164.6200,0.659490 -164.6400,0.640880 -164.6600,0.625004 -164.6800,0.615824 -164.7000,0.611730 -164.7200,0.587229 -164.7400,0.566110 -164.7600,0.547889 -164.7800,0.531846 -164.8000,0.518183 -164.8200,0.506270 -164.8400,0.497711 -164.8600,0.494497 -164.8800,0.491172 -164.9000,0.490218 -164.9200,0.506308 -164.9400,0.528900 -164.9600,0.547565 -164.9800,0.563321 -165.0000,0.579911 -165.0200,0.594871 -165.0400,0.601457 -165.0600,0.604440 -165.0800,0.604199 -165.1000,0.600661 -165.1200,0.587516 -165.1400,0.557856 -165.1600,0.528427 -165.1800,0.499305 -165.2000,0.470339 -165.2200,0.444431 -165.2400,0.420977 -165.2600,0.399477 -165.2800,0.381396 -165.3000,0.366186 -165.3200,0.354144 -165.3400,0.393373 -165.3600,0.424867 -165.3800,0.455380 -165.4000,0.483159 -165.4200,0.508077 -165.4400,0.529372 -165.4600,0.550242 -165.4800,0.574150 -165.5000,0.593547 -165.5200,0.609081 -165.5400,0.589730 -165.5600,0.557134 -165.5800,0.528029 -165.6000,0.501593 -165.6200,0.477555 -165.6400,0.456880 -165.6600,0.435974 -165.6800,0.414595 -165.7000,0.394531 -165.7200,0.374856 -165.7400,0.367409 -165.7600,0.386259 -165.7800,0.406675 -165.8000,0.426914 -165.8200,0.441735 -165.8400,0.454333 -165.8600,0.465476 -165.8800,0.476203 -165.9000,0.486577 -165.9200,0.495952 -165.9400,0.506122 -165.9600,0.482742 -165.9800,0.483382 -166.0000,0.484512 -166.0200,0.488958 -166.0400,0.493321 -166.0600,0.495896 -166.0800,0.499379 -166.1000,0.503381 -166.1200,0.508836 -166.1400,0.514255 -166.1600,0.519248 -166.1800,0.487226 -166.2000,0.465032 -166.2200,0.445153 -166.2400,0.428091 -166.2600,0.413844 -166.2800,0.400367 -166.3000,0.387667 -166.3200,0.375162 -166.3400,0.364028 -166.3600,0.354181 -166.3800,0.342408 -166.4000,0.324688 -166.4200,0.312915 -166.4400,0.301067 -166.4600,0.290341 -166.4800,0.280290 -166.5000,0.270249 -166.5200,0.259690 -166.5400,0.249574 -166.5600,0.239617 -166.5800,0.229566 -166.6000,0.219377 -166.6200,0.218877 -166.6400,0.225370 -166.6600,0.229770 -166.6800,0.233892 -166.7000,0.239163 -166.7200,0.243581 -166.7400,0.246610 -166.7600,0.248565 -166.7800,0.250862 -166.8000,0.253196 -166.8200,0.249880 -166.8400,0.270018 -166.8600,0.301003 -166.8800,0.329357 -166.9000,0.355108 -166.9200,0.379321 -166.9400,0.407305 -166.9600,0.429360 -166.9800,0.446209 -167.0000,0.461039 -167.0200,0.475721 -167.0400,0.471803 -167.0600,0.498045 -167.0800,0.635971 -167.1000,0.656535 -167.1200,0.648411 -167.1400,0.642826 -167.1600,0.634211 -167.1800,0.626189 -167.2000,0.618455 -167.2200,0.611369 -167.2400,0.603745 -167.2600,0.593815 -167.2800,0.576808 -167.3000,0.583542 -167.3200,0.588887 -167.3400,0.597066 -167.3600,0.606820 -167.3800,0.612212 -167.4000,0.615203 -167.4200,0.617352 -167.4400,0.620808 -167.4600,0.624624 -167.4800,0.618677 -167.5000,0.592472 -167.5200,0.580773 -167.5400,0.569509 -167.5600,0.560209 -167.5800,0.555114 -167.6000,0.547732 -167.6200,0.538015 -167.6400,0.529076 -167.6600,0.519971 -167.6800,0.511495 -167.7000,0.497480 -167.7200,0.501009 -167.7400,0.523620 -167.7600,0.544582 -167.7800,0.564859 -167.8000,0.588535 -167.8200,0.614148 -167.8400,0.633600 -167.8600,0.651385 -167.8800,0.667623 -167.9000,0.683694 -167.9200,0.678275 -167.9400,0.633183 -167.9600,0.594556 -167.9800,0.559523 -168.0000,0.527270 -168.0200,0.497452 -168.0400,0.471053 -168.0600,0.445913 -168.0800,0.421681 -168.1000,0.399903 -168.1200,0.379266 -168.1400,0.357025 -168.1600,0.358776 -168.1800,0.365112 -168.2000,0.370003 -168.2200,0.374671 -168.2400,0.379136 -168.2600,0.383962 -168.2800,0.389723 -168.3000,0.392632 -168.3200,0.396078 -168.3400,0.398134 -168.3600,0.385008 -168.3800,0.446811 -168.4000,0.511801 -168.4200,0.572436 -168.4400,0.626903 -168.4600,0.676515 -168.4800,0.723238 -168.5000,0.770415 -168.5200,0.810079 -168.5400,0.841518 -168.5600,0.869881 -168.5800,0.848224 -168.6000,0.786384 -168.6200,0.731269 -168.6400,0.680804 -168.6600,0.634887 -168.6800,0.593482 -168.7000,0.555401 -168.7200,0.521091 -168.7400,0.491255 -168.7600,0.463707 -168.7800,0.438363 -168.8000,0.410871 -168.8200,0.425108 -168.8400,0.437335 -168.8600,0.449914 -168.8800,0.461095 -168.9000,0.472720 -168.9200,0.484586 -168.9400,0.498425 -168.9600,0.516784 -168.9800,0.532420 -169.0000,0.544582 -169.0200,0.521202 -169.0400,0.601161 -169.0600,0.665233 -169.0800,0.721626 -169.1000,0.772527 -169.1200,0.818999 -169.1400,0.861090 -169.1600,0.899865 -169.1800,0.944791 -169.2000,0.986688 -169.2200,1.015246 -169.2400,0.968477 -169.2600,1.009938 -169.2800,1.042516 -169.3000,1.066850 -169.3200,1.088711 -169.3400,1.108497 -169.3600,1.125643 -169.3800,1.140807 -169.4000,1.162278 -169.4200,1.185399 -169.4400,1.198208 -169.4600,1.132154 -169.4800,1.065201 -169.5000,1.005594 -169.5200,0.950784 -169.5400,0.901375 -169.5600,0.856496 -169.5800,0.816091 -169.6000,0.779446 -169.6200,0.747100 -169.6400,0.719922 -169.6600,0.694124 -169.6800,0.658425 -169.7000,0.686408 -169.7200,0.713818 -169.7400,0.734993 -169.7600,0.752000 -169.7800,0.768534 -169.8000,0.785328 -169.8200,0.801260 -169.8400,0.817888 -169.8600,0.839980 -169.8800,0.863740 -169.9000,0.823705 -169.9200,0.852263 -169.9400,0.884025 -169.9600,0.909897 -169.9800,0.926886 -170.0000,0.941364 -170.0200,0.954647 -170.0400,0.967208 -170.0600,0.977138 -170.0800,0.990828 -170.1000,1.005269 -170.1200,0.959093 -170.1400,0.978360 -170.1600,1.001861 -170.1800,1.028742 -170.2000,1.044304 -170.2200,1.057152 -170.2400,1.068203 -170.2600,1.079087 -170.2800,1.090406 -170.3000,1.100985 -170.3200,1.119223 -170.3400,1.052835 -170.3600,1.022916 -170.3800,0.999304 -170.4000,0.980398 -170.4200,0.960853 -170.4400,0.939539 -170.4600,0.920652 -170.4800,0.903506 -170.5000,0.888018 -170.5200,0.874559 -170.5400,0.862369 -170.5600,0.832255 -170.5800,0.844287 -170.6000,0.856116 -170.6200,0.870724 -170.6400,0.885712 -170.6600,0.892140 -170.6800,0.898319 -170.7000,0.904136 -170.7200,0.908452 -170.7400,0.911000 -170.7600,0.911685 -170.7800,0.874559 -170.8000,0.872827 -170.8200,0.871048 -170.8400,0.873512 -170.8600,0.878209 -170.8800,0.877190 -170.9000,0.876273 -170.9200,0.876384 -170.9400,0.876884 -170.9600,0.876032 -170.9800,0.868501 -171.0000,0.858404 -171.0200,0.888500 -171.0400,0.914927 -171.0600,0.938955 -171.0800,0.965725 -171.1000,0.987244 -171.1200,1.002694 -171.1400,1.016431 -171.1600,1.028196 -171.1800,1.039052 -171.2000,1.033438 -171.2200,0.978277 -171.2400,0.941762 -171.2600,0.908295 -171.2800,0.877745 -171.3000,0.852513 -171.3200,0.830467 -171.3400,0.807263 -171.3600,0.785643 -171.3800,0.765431 -171.4000,0.746711 -171.4200,0.719320 -171.4400,0.726934 -171.4600,0.752639 -171.4800,0.775046 -171.5000,0.795610 -171.5200,0.815387 -171.5400,0.839489 -171.5600,0.949108 -171.5800,1.167707 -171.6000,1.163048 -171.6200,1.148217 -171.6400,1.124383 -171.6600,1.070796 -171.6800,1.040497 -171.7000,1.012569 -171.7200,0.988911 -171.7400,0.971709 -171.7600,0.955666 -171.7800,0.936788 -171.8000,0.918419 -171.8200,0.902441 -171.8400,0.887972 -171.8600,0.864453 -171.8800,0.868139 -171.9000,0.903154 -171.9200,0.930971 -171.9400,0.954916 -171.9600,0.983307 -171.9800,1.013152 -172.0000,1.032883 -172.0200,1.050038 -172.0400,1.064942 -172.0600,1.079235 -172.0800,1.068304 -172.1000,1.024101 -172.1200,0.999573 -172.1400,0.977351 -172.1600,0.956685 -172.1800,0.939539 -172.2000,0.928386 -172.2200,0.913565 -172.2400,0.899096 -172.2600,0.886036 -172.2800,0.873364 -172.3000,0.844630 -172.3200,0.844213 -172.3400,0.854977 -172.3600,0.862721 -172.3800,0.869547 -172.4000,0.875716 -172.4200,0.888833 -172.4400,0.900514 -172.4600,0.904349 -172.4800,0.909777 -172.5000,0.914557 -172.5200,0.889343 -172.5400,0.842861 -172.5600,0.804651 -172.5800,0.770127 -172.6000,0.738633 -172.6200,0.708955 -172.6400,0.682129 -172.6600,0.659935 -172.6800,0.638305 -172.7000,0.618029 -172.7200,0.599540 -172.7400,0.570537 -172.7600,0.624290 -172.7800,0.677053 -172.8000,0.724118 -172.8200,0.766413 -172.8400,0.804938 -172.8600,0.840591 -172.8800,0.880672 -172.9000,0.917474 -172.9200,0.943893 -172.9400,0.967958 -172.9600,0.932499 -172.9800,0.984956 -173.0000,1.023397 -173.0200,1.058847 -173.0400,1.091508 -173.0600,1.120307 -173.0800,1.147800 -173.1000,1.175747 -173.1200,1.210066 -173.1400,1.237568 -173.1600,1.256982 -173.1800,1.197560 -173.2000,1.176256 -173.2200,1.143363 -173.2400,1.114629 -173.2600,1.088757 -173.2800,1.065822 -173.3000,1.044906 -173.3200,1.028807 -173.3400,1.017821 -173.3600,1.089573 -173.3800,1.239180 -173.4000,1.178173 -173.4200,1.170069 -173.4400,1.155859 -173.4600,1.143623 -173.4800,1.133396 -173.5000,1.125161 -173.5200,1.117324 -173.5400,1.116935 -173.5600,1.120493 -173.5800,1.117714 -173.6000,1.115481 -173.6200,1.061579 -173.6400,1.111433 -173.6600,1.147355 -173.6800,1.178210 -173.7000,1.204878 -173.7200,1.228074 -173.7400,1.247804 -173.7600,1.265108 -173.7800,1.289664 -173.8000,1.307209 -173.8200,1.318231 -173.8400,1.253085 -173.8600,1.281096 -173.8800,1.292222 -173.9000,1.299039 -173.9200,1.303577 -173.9400,1.306911 -173.9600,1.309469 -173.9800,1.309292 -174.0000,1.317184 -174.0200,1.326772 -174.0400,1.326605 -174.0600,1.253630 -174.0800,1.297407 -174.1000,1.299827 -174.1200,1.301354 -174.1400,1.301549 -174.1600,1.301002 -174.1800,1.299055 -174.2000,1.306198 -174.2200,1.315231 -174.2400,1.316491 -174.2600,1.316377 -174.2800,1.254270 -174.3000,1.284116 -174.3200,1.284402 -174.3400,1.283606 -174.3600,1.282493 -174.3800,1.280465 -174.4000,1.283069 -174.4200,1.291377 -174.4400,1.290998 -174.4600,1.289016 -174.4800,1.286413 -174.5000,1.237430 -174.5200,1.244331 -174.5400,1.247998 -174.5600,1.246360 -174.5800,1.244090 -174.6000,1.247035 -174.6200,1.255623 -174.6400,1.255900 -174.6600,1.256105 -174.6800,1.253936 -174.7000,1.252723 -174.7200,1.257139 -174.7400,1.281002 -174.7600,1.293110 -174.7800,1.306883 -174.8000,1.308070 -174.8200,1.307050 -174.8400,1.303650 -174.8600,1.298946 -174.8800,1.292183 -174.9000,1.287625 -174.9200,1.286217 -174.9400,1.287505 -174.9600,1.276372 -174.9800,1.266060 -175.0000,1.255992 -175.0200,1.246666 -175.0400,1.239142 -175.0600,1.236819 -175.0800,1.239818 -175.1000,1.230176 -175.1200,1.216143 -175.1400,1.188030 -175.1600,1.153719 -175.1800,1.121234 -175.2000,1.093398 -175.2200,1.069759 -175.2400,1.049547 -175.2600,1.026315 -175.2800,1.002945 -175.3000,0.982936 -175.3200,0.966587 -175.3400,0.959325 -175.3600,0.975693 -175.3800,0.991171 -175.4000,1.001407 -175.4200,1.006779 -175.4400,1.011782 -175.4600,1.015635 -175.4800,1.019303 -175.5000,1.023017 -175.5200,1.031965 -175.5400,1.047268 -175.5600,1.063775 -175.5800,1.067888 -175.6000,1.070213 -175.6200,1.071093 -175.6400,1.072204 -175.6600,1.071982 -175.6800,1.076697 -175.7000,1.087738 -175.7200,1.090591 -175.7400,1.089637 -175.7600,1.067424 -175.7800,1.034698 -175.8000,1.005056 -175.8200,0.976545 -175.8400,0.953248 -175.8600,0.931267 -175.8800,0.908304 -175.9000,0.886980 -175.9200,0.866472 -175.9400,0.846010 -175.9600,0.834820 -175.9800,0.864314 -176.0000,0.895012 -176.0200,0.917030 -176.0400,0.931276 -176.0600,0.943522 -176.0800,0.952313 -176.1000,0.959779 -176.1200,0.966133 -176.1400,0.973173 -176.1600,0.984085 -176.1800,0.983390 -176.2000,0.978407 -176.2200,0.973275 -176.2400,0.967671 -176.2600,0.961224 -176.2800,0.954351 -176.3000,0.952322 -176.3200,0.952424 -176.3400,0.949117 -176.3600,0.945347 -176.3800,0.897994 -176.4000,0.916298 -176.4200,0.924394 -176.4400,0.931610 -176.4600,0.939391 -176.4800,0.947690 -176.5000,0.955536 -176.5200,0.967763 -176.5400,0.987420 -176.5600,1.002000 -176.5800,1.011170 -176.6000,0.960483 -176.6200,0.972024 -176.6400,0.976906 -176.6600,0.980102 -176.6800,0.982612 -176.7000,0.986225 -176.7200,0.989643 -176.7400,0.991616 -176.7600,0.998146 -176.7800,1.004278 -176.8000,0.999276 -176.8200,0.943920 -176.8400,0.956222 -176.8600,0.966754 -176.8800,0.972404 -176.9000,0.976119 -176.9200,0.981176 -176.9400,0.986345 -176.9600,0.992496 -176.9800,1.002426 -177.0000,1.019683 -177.0200,1.031002 -177.0400,0.975183 -177.0600,0.991116 -177.0800,1.005149 -177.1000,1.012874 -177.1200,1.017830 -177.1400,1.024805 -177.1600,1.033429 -177.1800,1.042377 -177.2000,1.053734 -177.2200,1.074594 -177.2400,1.095084 -177.2600,1.035393 -177.2800,1.036041 -177.3000,1.044267 -177.3200,1.049195 -177.3400,1.049565 -177.3600,1.050214 -177.3800,1.050214 -177.4000,1.049426 -177.4200,1.048621 -177.4400,1.051659 -177.4600,1.059579 -177.4800,1.005575 -177.5000,1.013532 -177.5200,1.023527 -177.5400,1.034115 -177.5600,1.036366 -177.5800,1.035245 -177.6000,1.032336 -177.6200,1.030095 -177.6400,1.027983 -177.6600,1.025028 -177.6800,1.030511 -177.7000,0.983214 -177.7200,0.995506 -177.7400,1.013495 -177.7600,1.037042 -177.7800,1.056531 -177.8000,1.076975 -177.8200,1.098011 -177.8400,1.121400 -177.8600,1.146661 -177.8800,1.172235 -177.9000,1.205130 -177.9200,1.161427 -177.9400,1.188928 -177.9600,1.220210 -177.9800,1.259346 -178.0000,1.304597 -178.0200,1.341843 -178.0400,1.380239 -178.0600,1.417950 -178.0800,1.457465 -178.1000,1.496850 -178.1200,1.526651 -178.1400,1.506475 -178.1600,1.576023 -178.1800,1.636509 -178.2000,1.699048 -178.2200,1.767991 -178.2400,1.821355 -178.2600,1.866866 -178.2800,1.907661 -178.3000,1.944768 -178.3200,1.979219 -178.3400,1.979200 -178.3600,1.908615 -178.3800,1.891997 -178.4000,1.875869 -178.4200,1.860817 -178.4400,1.857853 -178.4600,1.856195 -178.4800,1.845791 -178.5000,1.834797 -178.5200,1.824014 -178.5400,1.813269 -178.5600,1.772132 -178.5800,1.762091 -178.6000,1.799579 -178.6200,1.830943 -178.6400,1.859076 -178.6600,1.889255 -178.6800,1.926844 -178.7000,1.953977 -178.7200,1.968824 -178.7400,1.979127 -178.7600,1.987972 -178.7800,1.937118 -178.8000,1.923556 -178.8200,1.941017 -178.8400,1.956996 -178.8600,1.971206 -178.8800,1.981830 -178.9000,2.002256 -178.9200,2.025301 -178.9400,2.036566 -178.9600,2.042356 -178.9800,2.046616 -179.0000,1.972872 -179.0200,1.939525 -179.0400,1.920417 -179.0600,1.902186 -179.0800,1.886264 -179.1000,1.872211 -179.1200,1.862366 -179.1400,1.863836 -179.1600,1.867588 -179.1800,1.860261 -179.2000,1.853352 -179.2200,1.768611 -179.2400,1.804210 -179.2600,1.829656 -179.2800,1.851581 -179.3000,1.872536 -179.3200,1.890654 -179.3400,1.905530 -179.3600,1.925141 -179.3800,1.955801 -179.4000,1.975930 -179.4200,1.987259 -179.4400,1.886429 -179.4600,1.880242 -179.4800,1.863105 -179.5000,1.844329 -179.5200,1.825914 -179.5400,1.807609 -179.5600,1.788592 -179.5800,1.767584 -179.6000,1.751874 -179.6200,1.738377 -179.6400,1.714264 -179.6600,1.617059 -179.6800,1.596522 -179.7000,1.573235 -179.7200,1.546437 -179.7400,1.522863 -179.7600,1.501944 -179.7800,1.485134 -179.8000,1.469877 -179.8200,1.461114 -179.8400,1.460791 -179.8600,1.462465 -179.8800,1.387611 -179.9000,1.410111 -179.9200,1.435816 -179.9400,1.454343 -179.9600,1.467330 -179.9800,1.478519 -180.0000,1.488144 -180.0200,1.494665 -180.0400,1.498397 -180.0600,1.506512 -180.0800,1.516888 -180.1000,1.445624 -180.1200,1.477741 -180.1400,1.516711 -180.1600,1.552319 -180.1800,1.575115 -180.2000,1.595744 -180.2200,1.614604 -180.2400,1.632370 -180.2600,1.649099 -180.2800,1.665440 -180.3000,1.690987 -180.3200,1.628508 -180.3400,1.674110 -180.3600,1.718785 -180.3800,1.770001 -180.4000,1.810074 -180.4200,1.836436 -180.4400,1.861197 -180.4600,1.884122 -180.4800,1.905056 -180.5000,1.924260 -180.5200,1.936202 -180.5400,1.856427 -180.5600,1.853621 -180.5800,1.850480 -180.6000,1.856195 -180.6200,1.865884 -180.6400,1.865802 -180.6600,1.862578 -180.6800,1.859512 -180.7000,1.857213 -180.7200,1.854315 -180.7400,1.834434 -180.7600,1.793966 -180.7800,1.823376 -180.8000,1.849636 -180.8200,1.875804 -180.8400,1.914330 -180.8600,1.950049 -180.8800,1.965629 -180.9000,1.978107 -180.9200,1.986426 -180.9400,1.990269 -180.9600,1.955004 -180.9800,1.895028 -181.0000,1.880159 -181.0200,1.868070 -181.0400,1.856732 -181.0600,1.854991 -181.0800,1.864318 -181.1000,1.866765 -181.1200,1.862317 -181.1400,1.853242 -181.1600,1.840624 -181.1800,1.782035 -181.2000,1.778477 -181.2200,1.803868 -181.2400,1.822514 -181.2600,1.838928 -181.2800,1.853527 -181.3000,1.880214 -181.3200,1.915572 -181.3400,1.939193 -181.3600,1.963444 -181.3800,1.987749 -181.4000,1.930012 -181.4200,1.935245 -181.4400,1.954412 -181.4600,1.969825 -181.4800,1.980784 -181.5000,1.988213 -181.5200,1.996003 -181.5400,2.010056 -181.5600,2.016168 -181.5800,2.009331 -181.6000,2.000589 -181.6200,1.909225 -181.6400,1.904196 -181.6600,1.897461 -181.6800,1.890190 -181.7000,1.882965 -181.7200,1.874741 -181.7400,1.866773 -181.7600,1.864365 -181.7800,1.868645 -181.8000,1.862448 -181.8200,1.852639 -181.8400,1.756171 -181.8600,1.744999 -181.8800,1.724696 -181.9000,1.703707 -181.9200,1.684309 -181.9400,1.665718 -181.9600,1.648553 -181.9800,1.633722 -182.0000,1.627663 -182.0200,1.622921 -182.0400,1.612186 -182.0600,1.527671 -182.0800,1.582979 -182.1000,1.630583 -182.1200,1.671821 -182.1400,1.715174 -182.1600,1.760636 -182.1800,1.808953 -182.2000,1.858890 -182.2200,1.913051 -182.2400,1.976096 -182.2600,2.027276 -182.2800,1.927512 -182.3000,2.020272 -182.3200,2.105670 -182.3400,2.161147 -182.3600,2.211362 -182.3800,2.258670 -182.4000,2.302606 -182.4200,2.343622 -182.4400,2.383111 -182.4600,2.439635 -182.4800,2.493808 -182.5000,2.358333 -182.5200,2.383491 -182.5400,2.425009 -182.5600,2.455114 -182.5800,2.474641 -182.6000,2.493723 -182.6200,2.511814 -182.6400,2.528599 -182.6600,2.544661 -182.6800,2.568958 -182.7000,2.605930 -182.7200,2.475955 -182.7400,2.509775 -182.7600,2.557398 -182.7800,2.605316 -182.8000,2.630762 -182.8200,2.649540 -182.8400,2.666861 -182.8600,2.683739 -182.8800,2.698236 -182.9000,2.710019 -182.9200,2.732761 -182.9400,2.607493 -182.9600,2.624965 -182.9800,2.641906 -183.0000,2.674558 -183.0200,2.696124 -183.0400,2.703135 -183.0600,2.708473 -183.0800,2.712992 -183.1000,2.717134 -183.1200,2.721292 -183.1400,3.137742 -183.1600,3.296829 +143.7400,3.600000 +143.7600,3.600000 +143.7800,3.600000 +143.8000,3.600000 +143.8200,3.600000 +143.8400,3.600000 +143.8600,3.600000 +143.8800,3.600000 +143.9000,3.600000 +143.9200,3.590100 +143.9400,3.600000 +143.9600,3.600000 +143.9800,3.600000 +144.0000,3.600000 +144.0200,3.592331 +144.0400,3.570155 +144.0600,3.543836 +144.0800,3.519198 +144.1000,3.507117 +144.1200,3.488135 +144.1400,3.280544 +144.1600,3.264173 +144.1800,3.263549 +144.2000,3.248280 +144.2200,3.227178 +144.2400,3.208070 +144.2600,3.190055 +144.2800,3.175352 +144.3000,3.163758 +144.3200,3.165212 +144.3400,3.180435 +144.3600,3.013979 +144.3800,3.031496 +144.4000,3.056485 +144.4200,3.090009 +144.4400,3.102198 +144.4600,3.113970 +144.4800,3.126953 +144.5000,3.140861 +144.5200,3.153357 +144.5400,3.165404 +144.5600,3.198717 +144.5800,3.055529 +144.6000,3.099862 +144.6200,3.145234 +144.6400,3.201073 +144.6600,3.249099 +144.6800,3.273493 +144.7000,3.296211 +144.7200,3.314164 +144.7400,3.328867 +144.7600,3.340226 +144.7800,3.345280 +144.8000,3.214714 +144.8200,3.239046 +144.8400,3.245852 +144.8600,3.265766 +144.8800,3.296393 +144.9000,3.303517 +144.9200,3.307954 +144.9400,3.306891 +144.9600,3.303007 +144.9800,3.295298 +145.0000,3.260278 +145.0200,3.154980 +145.0400,3.171519 +145.0600,3.186467 +145.0800,3.197868 +145.1000,3.231042 +145.1200,3.257866 +145.1400,3.262803 +145.1600,3.271553 +145.1800,3.278399 +145.2000,3.284799 +145.2200,3.227070 +145.2400,3.154660 +145.2600,3.172345 +145.2800,3.188516 +145.3000,3.201616 +145.3200,3.225425 +145.3400,3.263166 +145.3600,3.281275 +145.3800,3.289429 +145.4000,3.295330 +145.4200,3.299800 +145.4400,3.210723 +145.4600,3.159671 +145.4800,3.166933 +145.5000,3.175573 +145.5200,3.183248 +145.5400,3.189439 +145.5600,3.212953 +145.5800,3.242316 +145.6000,3.247932 +145.6200,3.254589 +145.6400,3.259833 +145.6600,3.275194 +145.6800,3.308717 +145.7000,3.340988 +145.7200,3.387827 +145.7400,3.428569 +145.7600,3.450566 +145.7800,3.470452 +145.8000,3.485162 +145.8200,3.495216 +145.8400,3.502679 +145.8600,3.515367 +145.8800,3.549411 +145.9000,3.573169 +145.9200,3.580143 +145.9400,3.583945 +145.9600,3.586193 +145.9800,3.585303 +146.0000,3.584273 +146.0200,3.591874 +146.0400,3.600000 +146.0600,3.600000 +146.0800,3.589592 +146.1000,3.534793 +146.1200,3.482891 +146.1400,3.434472 +146.1600,3.386978 +146.1800,3.356160 +146.2000,3.344238 +146.2200,3.319536 +146.2400,3.294057 +146.2600,3.266319 +146.2800,3.256774 +146.3000,3.269672 +146.3200,3.278928 +146.3400,3.304662 +146.3600,3.336171 +146.3800,3.348028 +146.4000,3.351869 +146.4200,3.352752 +146.4400,3.355481 +146.4600,3.359515 +146.4800,3.357508 +146.5000,3.374217 +146.5200,3.399302 +146.5400,3.402614 +146.5600,3.400076 +146.5800,3.397721 +146.6000,3.395278 +146.6200,3.388940 +146.6400,3.384228 +146.6600,3.398166 +146.6800,3.415524 +146.7000,3.375703 +146.7200,3.332381 +146.7400,3.293260 +146.7600,3.258408 +146.7800,3.226231 +146.8000,3.199331 +146.8200,3.203450 +146.8400,3.196741 +146.8600,3.178515 +146.8800,3.160234 +146.9000,3.169766 +146.9200,3.198334 +146.9400,3.223016 +146.9600,3.253600 +146.9800,3.300163 +147.0000,3.335481 +147.0200,3.349419 +147.0400,3.362752 +147.0600,3.373505 +147.0800,3.382084 +147.1000,3.380343 +147.1200,3.371744 +147.1400,3.362550 +147.1600,3.340363 +147.1800,3.309619 +147.2000,3.281924 +147.2200,3.254790 +147.2400,3.229140 +147.2600,3.203261 +147.2800,3.191052 +147.3000,3.193908 +147.3200,3.027547 +147.3400,3.062377 +147.3600,3.093312 +147.3800,3.122220 +147.4000,3.131561 +147.4200,3.137994 +147.4400,3.141465 +147.4600,3.143017 +147.4800,3.144979 +147.5000,3.147771 +147.5200,3.167824 +147.5400,3.010903 +147.5600,3.026698 +147.5800,3.049808 +147.6000,3.089344 +147.6200,3.115593 +147.6400,3.126328 +147.6600,3.139215 +147.6800,3.151253 +147.7000,3.161508 +147.7200,3.167762 +147.7400,3.171190 +147.7600,3.054373 +147.7800,3.099076 +147.8000,3.136816 +147.8200,3.191190 +147.8400,3.245350 +147.8600,3.275331 +147.8800,3.297911 +147.9000,3.313761 +147.9200,3.327284 +147.9400,3.336222 +147.9600,3.309790 +147.9800,3.199036 +148.0000,3.206603 +148.0200,3.203399 +148.0400,3.202816 +148.0600,3.217421 +148.0800,3.225734 +148.1000,3.217613 +148.1200,3.209874 +148.1400,3.203314 +148.1600,3.196457 +148.1800,3.132898 +148.2000,3.042357 +148.2200,3.027517 +148.2400,3.005030 +148.2600,2.984203 +148.2800,2.976112 +148.3000,2.981676 +148.3200,2.970922 +148.3400,2.954924 +148.3600,2.939214 +148.3800,2.925614 +148.4000,2.849244 +148.4200,2.823576 +148.4400,2.853683 +148.4600,2.879286 +148.4800,2.900910 +148.5000,2.923831 +148.5200,2.960795 +148.5400,2.991283 +148.5600,3.003873 +148.5800,3.012791 +148.6000,3.020616 +148.6200,2.925742 +148.6400,2.881644 +148.6600,2.873121 +148.6800,2.864945 +148.7000,2.857587 +148.7200,2.850082 +148.7400,2.854572 +148.7600,2.873703 +148.7800,2.880040 +148.8000,2.876166 +148.8200,2.874361 +148.8400,2.753574 +148.8600,2.809753 +148.8800,2.865446 +148.9000,2.912313 +148.9200,2.953397 +148.9400,2.990125 +148.9600,3.020508 +148.9800,3.068874 +149.0000,3.120288 +149.0200,3.145151 +149.0400,3.164768 +149.0600,3.008588 +149.0800,3.041837 +149.1000,3.057155 +149.1200,3.067867 +149.1400,3.078078 +149.1600,3.086157 +149.1800,3.094628 +149.2000,3.107579 +149.2200,3.136541 +149.2400,3.161869 +149.2600,3.166445 +149.2800,2.988153 +149.3000,3.024362 +149.3200,3.041380 +149.3400,3.047706 +149.3600,3.052835 +149.3800,3.057568 +149.4000,3.061123 +149.4200,3.061442 +149.4400,3.072782 +149.4600,3.106232 +149.4800,3.115244 +149.5000,2.935742 +149.5200,3.016507 +149.5400,3.085859 +149.5600,3.133068 +149.5800,3.169173 +149.6000,3.200999 +149.6200,3.227454 +149.6400,3.249928 +149.6600,3.274385 +149.6800,3.320639 +149.7000,3.362327 +149.7200,3.163121 +149.7400,3.176117 +149.7600,3.197390 +149.7800,3.206265 +149.8000,3.202157 +149.8200,3.196837 +149.8400,3.192528 +149.8600,3.186805 +149.8800,3.180904 +149.9000,3.184299 +149.9200,3.203261 +149.9400,3.030700 +149.9600,3.051178 +149.9800,3.087123 +150.0000,3.126496 +150.0200,3.141551 +150.0400,3.154385 +150.0600,3.162761 +150.0800,3.170544 +150.1000,3.176594 +150.1200,3.185171 +150.1400,3.202750 +150.1600,3.064850 +150.1800,3.117390 +150.2000,3.168949 +150.2200,3.234661 +150.2400,3.292507 +150.2600,3.323028 +150.2800,3.348749 +150.3000,3.369027 +150.3200,3.386542 +150.3400,3.401235 +150.3600,3.400863 +150.3800,3.244821 +150.4000,3.219620 +150.4200,3.192549 +150.4400,3.176530 +150.4600,3.173706 +150.4800,3.161707 +150.5000,3.136126 +150.5200,3.111657 +150.5400,3.087260 +150.5600,3.063089 +150.5800,3.004969 +150.6000,2.909277 +150.6200,2.906623 +150.6400,2.903056 +150.6600,2.900901 +150.6800,2.924190 +150.7000,2.935868 +150.7200,2.935211 +150.7400,2.930890 +150.7600,2.924861 +150.7800,2.918820 +150.8000,2.859053 +150.8200,2.817078 +150.8400,2.851632 +150.8600,2.883417 +150.8800,2.910008 +150.9000,2.942844 +150.9200,2.992313 +150.9400,3.019159 +150.9600,3.030065 +150.9800,3.038895 +151.0000,3.046104 +151.0200,2.964946 +151.0400,2.932951 +151.0600,2.955434 +151.0800,2.976346 +151.1000,2.996030 +151.1200,3.015974 +151.1400,3.061263 +151.1600,3.106527 +151.1800,3.130870 +151.2000,3.151816 +151.2200,3.170382 +151.2400,3.064651 +151.2600,3.090893 +151.2800,3.121583 +151.3000,3.143674 +151.3200,3.161752 +151.3400,3.177094 +151.3600,3.203237 +151.3800,3.239566 +151.4000,3.258047 +151.4200,3.261362 +151.4400,3.261700 +151.4600,3.122758 +151.4800,3.132803 +151.5000,3.148800 +151.5200,3.158790 +151.5400,3.167359 +151.5600,3.174152 +151.5800,3.180435 +151.6000,3.214461 +151.6200,3.246497 +151.6400,3.259790 +151.6600,3.266520 +151.6800,3.101551 +151.7000,3.136688 +151.7200,3.154565 +151.7400,3.168759 +151.7600,3.180075 +151.7800,3.189768 +151.8000,3.196921 +151.8200,3.207837 +151.8400,3.237496 +151.8600,3.258961 +151.8800,3.262253 +151.9000,3.076030 +151.9200,3.095891 +151.9400,3.097051 +151.9600,3.092941 +151.9800,3.088929 +152.0000,3.082887 +152.0200,3.075626 +152.0400,3.069640 +152.0600,3.076772 +152.0800,3.095795 +152.1000,3.095851 +152.1200,2.916539 +152.1400,2.981209 +152.1600,3.030254 +152.1800,3.062367 +152.2000,3.085414 +152.2200,3.103248 +152.2400,3.120668 +152.2600,3.138749 +152.2800,3.160766 +152.3000,3.201434 +152.3200,3.235425 +152.3400,3.046243 +152.3600,3.088079 +152.3800,3.141763 +152.4000,3.171583 +152.4200,3.188185 +152.4400,3.202420 +152.4600,3.214536 +152.4800,3.223387 +152.5000,3.231159 +152.5200,3.251149 +152.5400,3.279951 +152.5600,3.099098 +152.5800,3.128503 +152.6000,3.172061 +152.6200,3.215915 +152.6400,3.235829 +152.6600,3.250510 +152.6800,3.264959 +152.7000,3.275288 +152.7200,3.284682 +152.7400,3.294812 +152.7600,3.322517 +152.7800,3.139937 +152.8000,3.116506 +152.8200,3.097218 +152.8400,3.101144 +152.8600,3.092652 +152.8800,3.072282 +152.9000,3.056719 +152.9200,3.043865 +152.9400,3.029692 +152.9600,3.015785 +152.9800,3.001200 +153.0000,2.873331 +153.0200,2.876337 +153.0400,2.878545 +153.0600,2.900168 +153.0800,2.917726 +153.1000,2.918096 +153.1200,2.920922 +153.1400,2.919638 +153.1600,2.919235 +153.1800,2.918702 +153.2000,2.893555 +153.2200,2.831580 +153.2400,2.904637 +153.2600,2.967778 +153.2800,3.028757 +153.3000,3.105170 +153.3200,3.165785 +153.3400,3.203992 +153.3600,3.238845 +153.3800,3.273696 +153.4000,3.304216 +153.4200,3.269375 +153.4400,3.184746 +153.4600,3.198600 +153.4800,3.209461 +153.5000,3.219460 +153.5200,3.243792 +153.5400,3.273028 +153.5600,3.280607 +153.5800,3.286191 +153.6000,3.288919 +153.6200,3.289991 +153.6400,3.207972 +153.6600,3.162666 +153.6800,3.189766 +153.7000,3.213228 +153.7200,3.233674 +153.7400,3.255223 +153.7600,3.294173 +153.7800,3.329279 +153.8000,3.340415 +153.8200,3.352508 +153.8400,3.359770 +153.8600,3.248323 +153.8800,3.213228 +153.9000,3.215332 +153.9200,3.215830 +153.9400,3.215396 +153.9600,3.214162 +153.9800,3.224599 +154.0000,3.250012 +154.0200,3.265437 +154.0400,3.261149 +154.0600,3.257941 +154.0800,3.116889 +154.1000,3.160543 +154.1200,3.208493 +154.1400,3.249916 +154.1600,3.286680 +154.1800,3.318165 +154.2000,3.345353 +154.2200,3.388516 +154.2400,3.437295 +154.2600,3.459867 +154.2800,3.473836 +154.3000,3.294800 +154.3200,3.309120 +154.3400,3.297273 +154.3600,3.288571 +154.3800,3.280216 +154.4000,3.270947 +154.4200,3.260245 +154.4400,3.253089 +154.4600,3.267931 +154.4800,3.281711 +154.5000,3.273845 +154.5200,3.083832 +154.5400,3.143801 +154.5600,3.180192 +154.5800,3.199024 +154.6000,3.214322 +154.6200,3.228420 +154.6400,3.241320 +154.6600,3.252295 +154.6800,3.268271 +154.7000,3.302295 +154.7200,3.319187 +154.7400,3.122580 +154.7600,3.181136 +154.7800,3.232803 +154.8000,3.261445 +154.8200,3.280162 +154.8400,3.296254 +154.8600,3.312563 +154.8800,3.326615 +154.9000,3.339357 +154.9200,3.368092 +154.9400,3.395065 +154.9600,3.196889 +154.9800,3.227380 +155.0000,3.275713 +155.0200,3.312454 +155.0400,3.330202 +155.0600,3.342741 +155.0800,3.352742 +155.1000,3.362031 +155.1200,3.369058 +155.1400,3.382200 +155.1600,3.417191 +155.1800,3.230043 +155.2000,3.248186 +155.2200,3.279461 +155.2400,3.317686 +155.2600,3.333210 +155.2800,3.341169 +155.3000,3.347784 +155.3200,3.353835 +155.3400,3.357805 +155.3600,3.359354 +155.3800,3.374376 +155.4000,3.218771 +155.4200,3.243972 +155.4400,3.268620 +155.4600,3.310894 +155.4800,3.350012 +155.5000,3.362594 +155.5200,3.376744 +155.5400,3.387061 +155.5600,3.394037 +155.5800,3.400662 +155.6000,3.386204 +155.6200,3.250905 +155.6400,3.256477 +155.6600,3.259693 +155.6800,3.271117 +155.7000,3.298919 +155.7200,3.311710 +155.7400,3.310766 +155.7600,3.309459 +155.7800,3.306128 +155.8000,3.301987 +155.8200,3.253016 +155.8400,3.156730 +155.8600,3.169480 +155.8800,3.180458 +155.9000,3.191083 +155.9200,3.217921 +155.9400,3.247890 +155.9600,3.255459 +155.9800,3.259714 +156.0000,3.262030 +156.0200,3.262805 +156.0400,3.271201 +156.0600,3.307114 +156.0800,3.363102 +156.1000,3.413940 +156.1200,3.437776 +156.1400,3.456648 +156.1600,3.475237 +156.1800,3.491097 +156.2000,3.502765 +156.2200,3.514793 +156.2400,3.546546 +156.2600,3.578180 +156.2800,3.582904 +156.3000,3.585811 +156.3200,3.587087 +156.3400,3.589009 +156.3600,3.590335 +156.3800,3.594518 +156.4000,3.600000 +156.4200,3.600000 +156.4400,3.600000 +156.4600,3.590950 +156.4800,3.526651 +156.5000,3.470513 +156.5200,3.419238 +156.5400,3.375205 +156.5600,3.354888 +156.5800,3.345374 +156.6000,3.309525 +156.6200,3.274926 +156.6400,3.244917 +156.6600,3.235722 +156.6800,3.254832 +156.7000,3.282220 +156.7200,3.326923 +156.7400,3.356170 +156.7600,3.366882 +156.7800,3.376022 +156.8000,3.382233 +156.8200,3.387796 +156.8400,3.392796 +156.8600,3.405269 +156.8800,3.440194 +156.9000,3.463041 +156.9200,3.465727 +156.9400,3.468719 +156.9600,3.472710 +156.9800,3.472827 +157.0000,3.471182 +157.0200,3.480609 +157.0400,3.511023 +157.0600,3.523932 +157.0800,3.465576 +157.1000,3.403866 +157.1200,3.347402 +157.1400,3.297964 +157.1600,3.256592 +157.1800,3.224344 +157.2000,3.209077 +157.2200,3.181837 +157.2400,3.151741 +157.2600,3.127315 +157.2800,3.136316 +157.3000,3.175276 +157.3200,3.207464 +157.3400,3.261551 +157.3600,3.314003 +157.3800,3.343187 +157.4000,3.364378 +157.4200,3.382775 +157.4400,3.398242 +157.4600,3.411139 +157.4800,3.415628 +157.5000,3.397764 +157.5200,3.390576 +157.5400,3.366967 +157.5600,3.338560 +157.5800,3.312432 +157.6000,3.289620 +157.6200,3.269578 +157.6400,3.249883 +157.6600,3.251383 +157.6800,3.259395 +157.7000,3.071508 +157.7200,3.091136 +157.7400,3.123375 +157.7600,3.157697 +157.7800,3.166254 +157.8000,3.172072 +157.8200,3.176849 +157.8400,0.555226 +157.8600,0.560268 +157.8800,0.564971 +157.9000,0.570491 +157.9200,0.574461 +157.9400,0.580183 +157.9600,0.560141 +157.9800,0.577189 +158.0000,0.593962 +158.0200,0.612889 +158.0400,0.629259 +158.0600,0.639364 +158.0800,0.649237 +158.1000,0.657528 +158.1200,0.664969 +158.1400,0.671636 +158.1600,0.673377 +158.1800,0.623791 +158.2000,0.581733 +158.2200,0.543411 +158.2400,0.508868 +158.2600,0.477913 +158.2800,0.449262 +158.3000,0.422670 +158.3200,0.398944 +158.3400,0.376301 +158.3600,0.355091 +158.3800,0.335336 +158.4000,0.341121 +158.4200,0.362809 +158.4400,0.383063 +158.4600,0.402872 +158.4800,0.424878 +158.5000,0.443200 +158.5200,0.456024 +158.5400,0.466830 +158.5600,0.475429 +158.5800,0.480407 +158.6000,0.474813 +158.6200,0.491469 +158.6400,0.529356 +158.6600,0.563368 +158.6800,0.593728 +158.7000,0.623898 +158.7200,0.653780 +158.7400,0.680744 +158.7600,0.701476 +158.7800,0.722092 +158.8000,0.739628 +158.8200,0.731412 +158.8400,0.724002 +158.8600,0.730361 +158.8800,0.734023 +158.9000,0.737526 +158.9200,0.741030 +158.9400,0.751242 +158.9600,0.763906 +158.9800,0.776294 +159.0000,0.789659 +159.0200,0.804479 +159.0400,0.791878 +159.0600,0.771794 +159.0800,0.763184 +159.1000,0.755584 +159.1200,0.750594 +159.1400,0.749299 +159.1600,0.750658 +159.1800,0.753556 +159.2000,0.754352 +159.2200,0.755775 +159.2400,0.757548 +159.2600,0.732144 +159.2800,0.742463 +159.3000,0.755998 +159.3200,0.765774 +159.3400,0.770934 +159.3600,0.773577 +159.3800,0.776953 +159.4000,0.781656 +159.4200,0.783354 +159.4400,0.783439 +159.4600,0.784851 +159.4800,0.754416 +159.5000,0.748269 +159.5200,0.743832 +159.5400,0.738790 +159.5600,0.732410 +159.5800,0.724682 +159.6000,0.719055 +159.6200,0.720021 +159.6400,0.726720 +159.6600,0.732038 +159.6800,0.735393 +159.7000,0.700659 +159.7200,0.716646 +159.7400,0.725446 +159.7600,0.732941 +159.7800,0.740329 +159.8000,0.748312 +159.8200,0.756327 +159.8400,0.765668 +159.8600,0.783619 +159.8800,0.796432 +159.9000,0.802027 +159.9200,0.761995 +159.9400,0.742081 +159.9600,0.720818 +159.9800,0.701879 +160.0000,0.685436 +160.0200,0.670659 +160.0400,0.658961 +160.0600,0.649693 +160.0800,0.646021 +160.1000,0.643791 +160.1200,0.637655 +160.1400,0.601074 +160.1600,0.565045 +160.1800,0.534250 +160.2000,0.508581 +160.2200,0.488709 +160.2400,0.471660 +160.2600,0.457117 +160.2800,0.444102 +160.3000,0.432117 +160.3200,0.419718 +160.3400,0.405791 +160.3600,0.383923 +160.3800,0.393350 +160.4000,0.399899 +160.4200,0.402362 +160.4400,0.401991 +160.4600,0.401916 +160.4800,0.402575 +160.5000,0.402500 +160.5200,0.405504 +160.5400,0.411438 +160.5600,0.418360 +160.5800,0.397288 +160.6000,0.409772 +160.6200,0.424230 +160.6400,0.436810 +160.6600,0.447881 +160.6800,0.458157 +160.7000,0.468699 +160.7200,0.479463 +160.7400,0.489197 +160.7600,0.501288 +160.7800,0.514335 +160.8000,0.490142 +160.8200,0.501479 +160.8400,0.513708 +160.8600,0.524324 +160.8800,0.528846 +160.9000,0.531553 +160.9200,0.533453 +160.9400,0.533835 +160.9600,0.533761 +160.9800,0.533464 +161.0000,0.535534 +161.0200,0.524600 +161.0400,0.565056 +161.0600,0.602805 +161.0800,0.642061 +161.1000,0.675479 +161.1200,0.702432 +161.1400,0.726210 +161.1600,0.748312 +161.1800,0.768492 +161.2000,0.786592 +161.2200,0.801061 +161.2400,0.762887 +161.2600,0.752600 +161.2800,0.742282 +161.3000,0.735276 +161.3200,0.731147 +161.3400,0.723864 +161.3600,0.716041 +161.3800,0.708833 +161.4000,0.702198 +161.4200,0.696020 +161.4400,0.685277 +161.4600,0.668547 +161.4800,0.680288 +161.5000,0.691466 +161.5200,0.701561 +161.5400,0.715658 +161.5600,0.727803 +161.5800,0.733588 +161.6000,0.740403 +161.6200,0.745679 +161.6400,0.749426 +161.6600,0.740563 +161.6800,0.728057 +161.7000,0.736974 +161.7200,0.744894 +161.7400,0.752919 +161.7600,0.762929 +161.7800,0.774511 +161.8000,0.781783 +161.8200,0.786209 +161.8400,0.790042 +161.8600,0.793598 +161.8800,0.777452 +161.9000,0.745223 +161.9200,0.724788 +161.9400,0.705478 +161.9600,0.687687 +161.9800,0.672634 +162.0000,0.661148 +162.0200,0.651403 +162.0400,0.641562 +162.0600,0.631371 +162.0800,0.622719 +162.1000,0.599503 +162.1200,0.591924 +162.1400,0.590682 +162.1600,0.589960 +162.1800,0.589376 +162.2000,0.588028 +162.2200,0.590565 +162.2400,0.593930 +162.2600,0.594344 +162.2800,0.593272 +162.3000,0.591913 +162.3200,0.569228 +162.3400,0.596679 +162.3600,0.625097 +162.3800,0.650500 +162.4000,0.673377 +162.4200,0.693164 +162.4400,0.711848 +162.4600,0.734639 +162.4800,0.755000 +162.5000,0.769989 +162.5200,0.782388 +162.5400,0.750584 +162.5600,0.726444 +162.5800,0.701922 +162.6000,0.680946 +162.6200,0.662570 +162.6400,0.644757 +162.6600,0.629036 +162.6800,0.616934 +162.7000,0.607783 +162.7200,0.598293 +162.7400,0.588017 +162.7600,0.555555 +162.7800,0.592677 +162.8000,0.620522 +162.8200,0.643589 +162.8400,0.664003 +162.8600,0.682198 +162.8800,0.698748 +162.9000,0.714841 +162.9200,0.733079 +162.9400,0.751327 +162.9600,0.762738 +162.9800,0.723525 +163.0000,0.744023 +163.0200,0.760902 +163.0400,0.772473 +163.0600,0.782303 +163.0800,0.790742 +163.1000,0.798789 +163.1200,0.804999 +163.1400,0.811825 +163.1600,0.822748 +163.1800,0.831644 +163.2000,0.785371 +163.2200,0.788428 +163.2400,0.794500 +163.2600,0.797950 +163.2800,0.798991 +163.3000,0.800264 +163.3200,0.802037 +163.3400,0.803332 +163.3600,0.804638 +163.3800,0.809755 +163.4000,0.812334 +163.4200,0.765467 +163.4400,0.755265 +163.4600,0.746582 +163.4800,0.734841 +163.5000,0.712973 +163.5200,0.685723 +163.5400,0.657708 +163.5600,0.638484 +163.5800,0.629779 +163.6000,0.631159 +163.6200,0.640522 +163.6400,0.618101 +163.6600,0.641540 +163.6800,0.661360 +163.7000,0.678610 +163.7200,0.682878 +163.7400,0.682867 +163.7600,0.680054 +163.7800,0.674608 +163.8000,0.668929 +163.8200,0.665288 +163.8400,0.667475 +163.8600,0.631212 +163.8800,0.662729 +163.9000,0.677028 +163.9200,0.688737 +163.9400,0.698642 +163.9600,0.707962 +163.9800,0.718153 +164.0000,0.730276 +164.0200,0.746475 +164.0400,0.770902 +164.0600,0.793056 +164.0800,0.749777 +164.1000,0.802069 +164.1200,0.819415 +164.1400,0.837398 +164.1600,0.855561 +164.1800,0.872694 +164.2000,0.889000 +164.2200,0.906792 +164.2400,0.926982 +164.2600,0.939466 +164.2800,0.948967 +164.3000,0.959636 +164.3200,0.963925 +164.3400,0.957736 +164.3600,0.953702 +164.3800,0.955305 +164.4000,0.951345 +164.4200,0.943468 +164.4400,0.933766 +164.4600,0.922672 +164.4800,0.908681 +164.5000,0.891961 +164.5200,0.875964 +164.5400,0.855327 +164.5600,0.830657 +164.5800,0.804840 +164.6000,0.779691 +164.6200,0.755785 +164.6400,0.734458 +164.6600,0.716264 +164.6800,0.705744 +164.7000,0.701051 +164.7200,0.672973 +164.7400,0.648770 +164.7600,0.627889 +164.7800,0.609503 +164.8000,0.593845 +164.8200,0.580193 +164.8400,0.570385 +164.8600,0.566701 +164.8800,0.562890 +164.9000,0.561797 +164.9200,0.580236 +164.9400,0.606127 +164.9600,0.627518 +164.9800,0.645574 +165.0000,0.664587 +165.0200,0.681731 +165.0400,0.689279 +165.0600,0.692697 +165.0800,0.692421 +165.1000,0.688366 +165.1200,0.673302 +165.1400,0.639311 +165.1600,0.605586 +165.1800,0.572211 +165.2000,0.539016 +165.2200,0.509324 +165.2400,0.482446 +165.2600,0.457807 +165.2800,0.437085 +165.3000,0.419655 +165.3200,0.405855 +165.3400,0.450811 +165.3600,0.486904 +165.3800,0.521872 +165.4000,0.553708 +165.4200,0.582264 +165.4400,0.606669 +165.4600,0.630585 +165.4800,0.657984 +165.5000,0.680213 +165.5200,0.698015 +165.5400,0.675839 +165.5600,0.638483 +165.5800,0.605129 +165.6000,0.574833 +165.6200,0.547285 +165.6400,0.523591 +165.6600,0.499632 +165.6800,0.475131 +165.7000,0.452138 +165.7200,0.429591 +165.7400,0.421056 +165.7600,0.442659 +165.7800,0.466055 +165.8000,0.489250 +165.8200,0.506235 +165.8400,0.520672 +165.8600,0.533443 +165.8800,0.545735 +165.9000,0.557625 +165.9200,0.568368 +165.9400,0.580024 +165.9600,0.553230 +165.9800,0.553963 +166.0000,0.555258 +166.0200,0.560353 +166.0400,0.565353 +166.0600,0.568304 +166.0800,0.572296 +166.1000,0.576882 +166.1200,0.583134 +166.1400,0.589344 +166.1600,0.595066 +166.1800,0.558368 +166.2000,0.532933 +166.2200,0.510152 +166.2400,0.490598 +166.2600,0.474272 +166.2800,0.458826 +166.3000,0.444272 +166.3200,0.429941 +166.3400,0.417181 +166.3600,0.405897 +166.3800,0.392405 +166.4000,0.372097 +166.4200,0.358605 +166.4400,0.345028 +166.4600,0.332735 +166.4800,0.321217 +166.5000,0.309710 +166.5200,0.297608 +166.5400,0.286016 +166.5600,0.274604 +166.5800,0.263086 +166.6000,0.251409 +166.6200,0.250836 +166.6400,0.258278 +166.6600,0.263320 +166.6800,0.268044 +166.7000,0.274084 +166.7200,0.279148 +166.7400,0.282619 +166.7600,0.284859 +166.7800,0.287491 +166.8000,0.290167 +166.8200,0.286366 +166.8400,0.309444 +166.8600,0.344953 +166.8800,0.377447 +166.9000,0.406958 +166.9200,0.434708 +166.9400,0.466777 +166.9600,0.492053 +166.9800,0.511362 +167.0000,0.528358 +167.0200,0.545183 +167.0400,0.540693 +167.0600,0.570767 +167.0800,0.728832 +167.1000,0.752399 +167.1200,0.743089 +167.1400,0.736688 +167.1600,0.726815 +167.1800,0.717622 +167.2000,0.708758 +167.2200,0.700638 +167.2400,0.691901 +167.2600,0.680521 +167.2800,0.661031 +167.3000,0.668748 +167.3200,0.674873 +167.3400,0.684247 +167.3600,0.695425 +167.3800,0.701604 +167.4000,0.705032 +167.4200,0.707495 +167.4400,0.711455 +167.4600,0.715828 +167.4800,0.709013 +167.5000,0.678982 +167.5200,0.665574 +167.5400,0.652666 +167.5600,0.642008 +167.5800,0.636169 +167.6000,0.627709 +167.6200,0.616573 +167.6400,0.606329 +167.6600,0.595894 +167.6800,0.586181 +167.7000,0.570119 +167.7200,0.574164 +167.7400,0.600076 +167.7600,0.624099 +167.7800,0.647337 +167.8000,0.674470 +167.8200,0.703822 +167.8400,0.726115 +167.8600,0.746497 +167.8800,0.765106 +167.9000,0.783524 +167.9200,0.777314 +167.9400,0.725637 +167.9600,0.681370 +167.9800,0.641222 +168.0000,0.604259 +168.0200,0.570088 +168.0400,0.539833 +168.0600,0.511023 +168.0800,0.483252 +168.1000,0.458295 +168.1200,0.434644 +168.1400,0.409156 +168.1600,0.411162 +168.1800,0.418423 +168.2000,0.424028 +168.2200,0.429379 +168.2400,0.434495 +168.2600,0.440026 +168.2800,0.446629 +168.3000,0.449962 +168.3200,0.453911 +168.3400,0.456268 +168.3600,0.441225 +168.3800,0.512052 +168.4000,0.586531 +168.4200,0.656020 +168.4400,0.718440 +168.4600,0.775297 +168.4800,0.828842 +168.5000,0.882907 +168.5200,0.928362 +168.5400,0.964392 +168.5600,0.996896 +168.5800,0.972077 +168.6000,0.901208 +168.6200,0.838045 +168.6400,0.780212 +168.6600,0.727590 +168.6800,0.680139 +168.7000,0.636498 +168.7200,0.597178 +168.7400,0.562986 +168.7600,0.531415 +168.7800,0.502371 +168.8000,0.470864 +168.8200,0.487180 +168.8400,0.501193 +168.8600,0.515609 +168.8800,0.528422 +168.9000,0.541744 +168.9200,0.555342 +168.9400,0.571202 +168.9600,0.592242 +168.9800,0.610161 +169.0000,0.624099 +169.0200,0.597306 +169.0400,0.688939 +169.0600,0.762367 +169.0800,0.826994 +169.1000,0.885327 +169.1200,0.938585 +169.1400,0.986822 +169.1600,1.031259 +169.1800,1.082744 +169.2000,1.130759 +169.2200,1.163487 +169.2400,1.109889 +169.2600,1.157404 +169.2800,1.194739 +169.3000,1.222626 +169.3200,1.247679 +169.3400,1.270354 +169.3600,1.290004 +169.3800,1.307382 +169.4000,1.331988 +169.4200,1.358485 +169.4400,1.373164 +169.4600,1.297465 +169.4800,1.220736 +169.5000,1.152425 +169.5200,1.089613 +169.5400,1.032989 +169.5600,0.981557 +169.5800,0.935252 +169.6000,0.893257 +169.6200,0.856187 +169.6400,0.825041 +169.6600,0.795477 +169.6800,0.754564 +169.7000,0.786634 +169.7200,0.818045 +169.7400,0.842313 +169.7600,0.861803 +169.7800,0.880752 +169.8000,0.899998 +169.8200,0.918256 +169.8400,0.937311 +169.8600,0.962629 +169.8800,0.989858 +169.9000,0.943978 +169.9200,0.976706 +169.9400,1.013106 +169.9600,1.042756 +169.9800,1.062225 +170.0000,1.078817 +170.0200,1.094040 +170.0400,1.108434 +170.0600,1.119814 +170.0800,1.135504 +170.1000,1.152054 +170.1200,1.099135 +170.1400,1.121215 +170.1600,1.148147 +170.1800,1.178954 +170.2000,1.196788 +170.2200,1.211512 +170.2400,1.224176 +170.2600,1.236649 +170.2800,1.249622 +170.3000,1.261745 +170.3200,1.282647 +170.3400,1.206565 +170.3600,1.172276 +170.3800,1.145217 +170.4000,1.123551 +170.4200,1.101152 +170.4400,1.076725 +170.4600,1.055080 +170.4800,1.035431 +170.5000,1.017682 +170.5200,1.002257 +170.5400,0.988287 +170.5600,0.953776 +170.5800,0.967566 +170.6000,0.981122 +170.6200,0.997863 +170.6400,1.015039 +170.6600,1.022406 +170.6800,1.029486 +170.7000,1.036153 +170.7200,1.041100 +170.7400,1.044019 +170.7600,1.044804 +170.7800,1.002257 +170.8000,1.000272 +170.8200,0.998234 +170.8400,1.001058 +170.8600,1.006440 +170.8800,1.005272 +170.9000,1.004221 +170.9200,1.004349 +170.9400,1.004922 +170.9600,1.003945 +170.9800,0.995315 +171.0000,0.983744 +171.0200,1.018234 +171.0400,1.048520 +171.0600,1.076057 +171.0800,1.106736 +171.1000,1.131396 +171.1200,1.149103 +171.1400,1.164846 +171.1600,1.178327 +171.1800,1.190769 +171.2000,1.184336 +171.2200,1.121120 +171.2400,1.079273 +171.2600,1.040919 +171.2800,1.005909 +171.3000,0.976992 +171.3200,0.951727 +171.3400,0.925135 +171.3600,0.900359 +171.3800,0.877195 +171.4000,0.855741 +171.4200,0.824351 +171.4400,0.833077 +171.4600,0.862535 +171.4800,0.888214 +171.5000,0.911781 +171.5200,0.934445 +171.5400,0.962067 +171.5600,1.087691 +171.5800,1.338209 +171.6000,1.332870 +171.6200,1.315874 +171.6400,1.288560 +171.6600,1.227148 +171.6800,1.192425 +171.7000,1.160419 +171.7200,1.133307 +171.7400,1.113593 +171.7600,1.095207 +171.7800,1.073573 +171.8000,1.052522 +171.8200,1.034210 +171.8400,1.017629 +171.8600,0.990676 +171.8800,0.994901 +171.9000,1.035028 +171.9200,1.066906 +171.9400,1.094347 +171.9600,1.126884 +171.9800,1.161088 +172.0000,1.183699 +172.0200,1.203359 +172.0400,1.220440 +172.0600,1.236819 +172.0800,1.224293 +172.1000,1.173635 +172.1200,1.145525 +172.1400,1.120058 +172.1600,1.096375 +172.1800,1.076726 +172.2000,1.063944 +172.2200,1.046960 +172.2400,1.030378 +172.2600,1.015410 +172.2800,1.000888 +172.3000,0.967958 +172.3200,0.967481 +172.3400,0.979816 +172.3600,0.988691 +172.3800,0.996514 +172.4000,1.003584 +172.4200,1.018616 +172.4400,1.032002 +172.4600,1.036397 +172.4800,1.042618 +172.5000,1.048095 +172.5200,1.019200 +172.5400,0.965931 +172.5600,0.922142 +172.5800,0.882578 +172.6000,0.846485 +172.6200,0.812472 +172.6400,0.781730 +172.6600,0.756295 +172.6800,0.731508 +172.7000,0.708270 +172.7200,0.687081 +172.7400,0.653844 +172.7600,0.715446 +172.7800,0.775912 +172.8000,0.829850 +172.8200,0.878321 +172.8400,0.922471 +172.8600,0.963330 +172.8800,1.009264 +172.9000,1.051439 +172.9200,1.081715 +172.9400,1.109294 +172.9600,1.068658 +172.9800,1.128774 +173.0000,1.172829 +173.0200,1.213454 +173.0400,1.250885 +173.0600,1.283888 +173.0800,1.315396 +173.1000,1.347423 +173.1200,1.386754 +173.1400,1.418271 +173.1600,1.440520 +173.1800,1.372422 +173.2000,1.348007 +173.2200,1.310311 +173.2400,1.277381 +173.2600,1.247732 +173.2800,1.221448 +173.3000,1.197478 +173.3200,1.179028 +173.3400,1.166438 +173.3600,1.248666 +173.3800,1.420119 +173.4000,1.350204 +173.4200,1.340916 +173.4400,1.324631 +173.4600,1.310609 +173.4800,1.298889 +173.5000,1.289451 +173.5200,1.280470 +173.5400,1.280025 +173.5600,1.284101 +173.5800,1.280917 +173.6000,1.278358 +173.6200,1.216586 +173.6400,1.273719 +173.6600,1.314886 +173.6800,1.350247 +173.7000,1.380808 +173.7200,1.407391 +173.7400,1.430002 +173.7600,1.449833 +173.7800,1.477974 +173.8000,1.498081 +173.8200,1.510712 +173.8400,1.436054 +173.8600,1.468155 +173.8800,1.480905 +173.9000,1.488718 +173.9200,1.493919 +173.9400,1.497740 +173.9600,1.500670 +173.9800,1.500468 +174.0000,1.509513 +174.0200,1.520501 +174.0400,1.520309 +174.0600,1.436679 +174.0800,1.486848 +174.1000,1.489620 +174.1200,1.491371 +174.1400,1.491594 +174.1600,1.490968 +174.1800,1.488736 +174.2000,1.496922 +174.2200,1.507274 +174.2400,1.508718 +174.2600,1.508587 +174.2800,1.437412 +174.3000,1.471616 +174.3200,1.471944 +174.3400,1.471032 +174.3600,1.469756 +174.3800,1.467432 +174.4000,1.470416 +174.4200,1.479937 +174.4400,1.479502 +174.4600,1.477232 +174.4800,1.474249 +174.5000,1.418113 +174.5200,1.426021 +174.5400,1.430225 +174.5600,1.428347 +174.5800,1.425746 +174.6000,1.429120 +174.6200,1.438962 +174.6400,1.439280 +174.6600,1.439514 +174.6800,1.437030 +174.7000,1.435639 +174.7200,1.440700 +174.7400,1.468048 +174.7600,1.481924 +174.7800,1.497707 +174.8000,1.499068 +174.8200,1.497899 +174.8400,1.494002 +174.8600,1.488612 +174.8800,1.480861 +174.9000,1.475638 +174.9200,1.474024 +174.9400,1.475500 +174.9600,1.462741 +174.9800,1.450923 +175.0000,1.439386 +175.0200,1.428698 +175.0400,1.420075 +175.0600,1.417413 +175.0800,1.420850 +175.1000,1.409800 +175.1200,1.393718 +175.1400,1.361500 +175.1600,1.322179 +175.1800,1.284950 +175.2000,1.253051 +175.2200,1.225959 +175.2400,1.202796 +175.2600,1.176172 +175.2800,1.149389 +175.3000,1.126460 +175.3200,1.107723 +175.3400,1.099400 +175.3600,1.118158 +175.3800,1.135897 +175.4000,1.147627 +175.4200,1.153784 +175.4400,1.159517 +175.4600,1.163933 +175.4800,1.168136 +175.5000,1.172393 +175.5200,1.182648 +175.5400,1.200185 +175.5600,1.219102 +175.5800,1.223815 +175.6000,1.226480 +175.6200,1.227488 +175.6400,1.228762 +175.6600,1.228507 +175.6800,1.233910 +175.7000,1.246564 +175.7200,1.249834 +175.7400,1.248740 +175.7600,1.223284 +175.7800,1.185779 +175.8000,1.151810 +175.8200,1.119135 +175.8400,1.092437 +175.8600,1.067246 +175.8800,1.040930 +175.9000,1.016493 +175.9200,0.992990 +175.9400,0.969540 +175.9600,0.956717 +175.9800,0.990516 +176.0000,1.025697 +176.0200,1.050930 +176.0400,1.067257 +176.0600,1.081290 +176.0800,1.091365 +176.1000,1.099921 +176.1200,1.107203 +176.1400,1.115271 +176.1600,1.127776 +176.1800,1.126980 +176.2000,1.121269 +176.2200,1.115388 +176.2400,1.108965 +176.2600,1.101577 +176.2800,1.093700 +176.3000,1.091375 +176.3200,1.091492 +176.3400,1.087702 +176.3600,1.083382 +176.3800,1.029115 +176.4000,1.050091 +176.4200,1.059369 +176.4400,1.067639 +176.4600,1.076556 +176.4800,1.086067 +176.5000,1.095059 +176.5200,1.109071 +176.5400,1.131598 +176.5600,1.148306 +176.5800,1.158816 +176.6000,1.100727 +176.6200,1.113954 +176.6400,1.119549 +176.6600,1.123211 +176.6800,1.126088 +176.7000,1.130228 +176.7200,1.134145 +176.7400,1.136406 +176.7600,1.143890 +176.7800,1.150918 +176.8000,1.145185 +176.8200,1.081747 +176.8400,1.095844 +176.8600,1.107914 +176.8800,1.114390 +176.9000,1.118647 +176.9200,1.124443 +176.9400,1.130366 +176.9600,1.137415 +176.9800,1.148795 +177.0000,1.168572 +177.0200,1.181544 +177.0400,1.117574 +177.0600,1.135833 +177.0800,1.151916 +177.1000,1.160769 +177.1200,1.166448 +177.1400,1.174442 +177.1600,1.184325 +177.1800,1.194580 +177.2000,1.207595 +177.2200,1.231501 +177.2400,1.254982 +177.2600,1.186576 +177.2800,1.187319 +177.3000,1.196745 +177.3200,1.202393 +177.3400,1.202818 +177.3600,1.203560 +177.3800,1.203561 +177.4000,1.202658 +177.4200,1.201735 +177.4400,1.205217 +177.4600,1.214293 +177.4800,1.152404 +177.5000,1.161523 +177.5200,1.172977 +177.5400,1.185111 +177.5600,1.187690 +177.5800,1.186406 +177.6000,1.183072 +177.6200,1.180504 +177.6400,1.178083 +177.6600,1.174697 +177.6800,1.180981 +177.7000,1.126778 +177.7200,1.140865 +177.7400,1.161480 +177.7600,1.188465 +177.7800,1.210800 +177.8000,1.234229 +177.8200,1.258337 +177.8400,1.285141 +177.8600,1.314091 +177.8800,1.343398 +177.9000,1.381097 +177.9200,1.331012 +177.9400,1.362529 +177.9600,1.398378 +177.9800,1.443229 +178.0000,1.495087 +178.0200,1.537771 +178.0400,1.581774 +178.0600,1.624991 +178.0800,1.670276 +178.1000,1.715412 +178.1200,1.749565 +178.1400,1.726443 +178.1600,1.806145 +178.1800,1.875464 +178.2000,1.947134 +178.2200,2.026144 +178.2400,2.087300 +178.2600,2.139456 +178.2800,2.186208 +178.3000,2.228733 +178.3200,2.268214 +178.3400,2.268193 +178.3600,2.187301 +178.3800,2.168256 +178.4000,2.149774 +178.4200,2.132524 +178.4400,2.129127 +178.4600,2.127227 +178.4800,2.115304 +178.5000,2.102704 +178.5200,2.090348 +178.5400,2.078033 +178.5600,2.030889 +178.5800,2.019383 +178.6000,2.062344 +178.6200,2.098288 +178.6400,2.130529 +178.6600,2.165115 +178.6800,2.208192 +178.7000,2.239287 +178.7200,2.256302 +178.7400,2.268108 +178.7600,2.278246 +178.7800,2.219966 +178.8000,2.204424 +178.8200,2.224434 +178.8400,2.242746 +178.8600,2.259031 +178.8800,2.271207 +178.9000,2.294615 +178.9200,2.321025 +178.9400,2.333935 +178.9600,2.340570 +178.9800,2.345452 +179.0000,2.260941 +179.0200,2.222724 +179.0400,2.200827 +179.0600,2.179933 +179.0800,2.161686 +179.1000,2.145582 +179.1200,2.134299 +179.1400,2.135984 +179.1600,2.140284 +179.1800,2.131886 +179.2000,2.123969 +179.2200,2.026855 +179.2400,2.067652 +179.2600,2.096813 +179.2800,2.121940 +179.3000,2.145954 +179.3200,2.166718 +179.3400,2.183766 +179.3600,2.206240 +179.3800,2.241377 +179.4000,2.264445 +179.4200,2.277428 +179.4400,2.161876 +179.4600,2.154785 +179.4800,2.135145 +179.5000,2.113628 +179.5200,2.092525 +179.5400,2.071547 +179.5600,2.049753 +179.5800,2.025678 +179.6000,2.007673 +179.6200,1.992205 +179.6400,1.964572 +179.6600,1.853174 +179.6800,1.829638 +179.7000,1.802950 +179.7200,1.772240 +179.7400,1.745224 +179.7600,1.721250 +179.7800,1.701985 +179.8000,1.684500 +179.8200,1.674459 +179.8400,1.674088 +179.8600,1.676007 +179.8800,1.590223 +179.9000,1.616008 +179.9200,1.645466 +179.9400,1.666698 +179.9600,1.681582 +179.9800,1.694405 +180.0000,1.705435 +180.0200,1.712908 +180.0400,1.717186 +180.0600,1.726485 +180.0800,1.738376 +180.1000,1.656707 +180.1200,1.693514 +180.1400,1.738173 +180.1600,1.778981 +180.1800,1.805105 +180.2000,1.828747 +180.2200,1.850360 +180.2400,1.870720 +180.2600,1.889892 +180.2800,1.908619 +180.3000,1.937896 +180.3200,1.866294 +180.3400,1.918555 +180.3600,1.969754 +180.3800,2.028447 +180.4000,2.074372 +180.4200,2.104583 +180.4400,2.132960 +180.4600,2.159232 +180.4800,2.183223 +180.5000,2.205230 +180.5200,2.218916 +180.5400,2.127493 +180.5600,2.124277 +180.5800,2.120677 +180.6000,2.127227 +180.6200,2.138331 +180.6400,2.138237 +180.6600,2.134542 +180.6800,2.131028 +180.7000,2.128394 +180.7200,2.125073 +180.7400,2.102289 +180.7600,2.055911 +180.7800,2.089616 +180.8000,2.119710 +180.8200,2.149699 +180.8400,2.193850 +180.8600,2.234786 +180.8800,2.252640 +180.9000,2.266940 +180.9200,2.276473 +180.9400,2.280878 +180.9600,2.240463 +180.9800,2.171730 +181.0000,2.154690 +181.0200,2.140836 +181.0400,2.127843 +181.0600,2.125848 +181.0800,2.136536 +181.1000,2.139341 +181.1200,2.134243 +181.1400,2.123843 +181.1600,2.109382 +181.1800,2.042238 +181.2000,2.038161 +181.2200,2.067259 +181.2400,2.088628 +181.2600,2.107438 +181.2800,2.124169 +181.3000,2.154753 +181.3200,2.195274 +181.3400,2.222344 +181.3600,2.250136 +181.3800,2.277990 +181.4000,2.211822 +181.4200,2.217820 +181.4400,2.239785 +181.4600,2.257449 +181.4800,2.270007 +181.5000,2.278521 +181.5200,2.287449 +181.5400,2.303554 +181.5600,2.310558 +181.5800,2.302724 +181.6000,2.292704 +181.6200,2.188000 +181.6400,2.182236 +181.6600,2.174519 +181.6800,2.166185 +181.7000,2.157906 +181.7200,2.148481 +181.7400,2.139350 +181.7600,2.136590 +181.7800,2.141495 +181.8000,2.134393 +181.8200,2.123151 +181.8400,2.012598 +181.8600,1.999795 +181.8800,1.976527 +181.9000,1.952473 +181.9200,1.930243 +181.9400,1.908937 +181.9600,1.889267 +181.9800,1.872270 +182.0000,1.865326 +182.0200,1.859892 +182.0400,1.847589 +182.0600,1.750733 +182.0800,1.814118 +182.1000,1.868672 +182.1200,1.915931 +182.1400,1.965614 +182.1600,2.017715 +182.1800,2.073087 +182.2000,2.130316 +182.2200,2.192385 +182.2400,2.264635 +182.2600,2.323289 +182.2800,2.208957 +182.3000,2.315262 +182.3200,2.413130 +182.3400,2.476707 +182.3600,2.534254 +182.3800,2.588470 +182.4000,2.638821 +182.4200,2.685826 +182.4400,2.731081 +182.4600,2.795858 +182.4800,2.857941 +182.5000,2.702684 +182.5200,2.731516 +182.5400,2.779096 +182.5600,2.813597 +182.5800,2.835975 +182.6000,2.857844 +182.6200,2.878576 +182.6400,2.897812 +182.6600,2.916220 +182.6800,2.944064 +182.7000,2.986434 +182.7200,2.837481 +182.7400,2.876240 +182.7600,2.930816 +182.7800,2.985731 +182.8000,3.014892 +182.8200,3.036412 +182.8400,3.056263 +182.8600,3.075604 +182.8800,3.092218 +182.9000,3.105722 +182.9200,3.131784 +182.9400,2.988226 +182.9600,3.008249 +182.9800,3.027663 +183.0000,3.065083 +183.0200,3.089798 +183.0400,3.097833 +183.0600,3.103950 +183.0800,3.109130 +183.1000,3.113876 +183.1200,3.118641 +183.1400,3.595899 +183.1600,3.600000 183.1800,3.600000 -183.2000,3.550597 -183.2200,3.504319 -183.2400,3.464700 -183.2600,3.428554 -183.2800,3.395808 -183.3000,3.367220 -183.3200,3.352910 -183.3400,3.351706 -183.3600,3.334244 -183.3800,3.132682 -183.4000,3.153933 -183.4200,3.170329 -183.4400,3.163077 -183.4600,3.150524 -183.4800,3.134628 -183.5000,3.115278 -183.5200,3.092313 -183.5400,3.070814 -183.5600,3.060272 -183.5800,3.043708 -183.6000,2.862567 -183.6200,2.848281 -183.6400,2.847737 -183.6600,2.834414 -183.6800,2.816000 -183.7000,2.799327 -183.7200,2.783607 -183.7400,2.770777 -183.7600,2.760661 -183.7800,2.761929 -183.8000,2.775213 -183.8200,2.629965 -183.8400,2.645250 -183.8600,2.667055 -183.8800,2.696308 -183.9000,2.706944 -183.9200,2.717216 -183.9400,2.728545 -183.9600,2.740681 -183.9800,2.751585 -184.0000,2.762097 -184.0200,2.791165 -184.0400,2.666221 -184.0600,2.704906 -184.0800,2.744497 -184.1000,2.793221 -184.1200,2.835129 -184.1400,2.856415 -184.1600,2.876237 -184.1800,2.891903 -184.2000,2.904733 -184.2200,2.914645 -184.2400,2.919054 -184.2600,2.805125 -184.2800,2.826356 -184.3000,2.832295 -184.3200,2.849672 -184.3400,2.876396 -184.3600,2.882612 -184.3800,2.886485 -184.4000,2.885557 -184.4200,2.882167 -184.4400,2.875441 -184.4600,2.844883 -184.4800,2.753001 -184.5000,2.767433 -184.5200,2.780476 -184.5400,2.790425 -184.5600,2.819372 -184.5800,2.842778 -184.6000,2.847086 -184.6200,2.854721 -184.6400,2.860695 -184.6600,2.866280 -184.6800,2.815906 -184.7000,2.752722 -184.7200,2.768154 -184.7400,2.782264 -184.7600,2.793695 -184.7800,2.814470 -184.8000,2.847403 -184.8200,2.863204 -184.8400,2.870319 -184.8600,2.875469 -184.8800,2.879370 -184.9000,2.801642 -184.9200,2.757094 -184.9400,2.763431 -184.9600,2.770970 -184.9800,2.777667 -185.0000,2.783070 -185.0200,2.803588 -185.0400,2.829209 -185.0600,2.834110 -185.0800,2.839919 -185.1000,2.844495 -185.1200,2.857899 -185.1400,2.887151 -185.1600,2.915310 -185.1800,2.956181 -185.2000,2.991732 -185.2200,3.010927 -185.2400,3.028278 -185.2600,3.041115 -185.2800,3.049887 -185.3000,3.056400 -185.3200,3.067471 -185.3400,3.097177 -185.3600,3.117908 -185.3800,3.123993 -185.4000,3.127311 -185.4200,3.129273 -185.4400,3.128496 -185.4600,3.127598 -185.4800,3.134230 -185.5000,3.160576 -185.5200,3.173646 -185.5400,3.132239 -185.5600,3.084422 -185.5800,3.039133 -185.6000,2.996883 -185.6200,2.955440 -185.6400,2.928549 -185.6600,2.918145 -185.6800,2.896591 -185.7000,2.874358 -185.7200,2.850154 -185.7400,2.841825 -185.7600,2.853080 -185.7800,2.861157 -185.8000,2.883612 -185.8200,2.911106 -185.8400,2.921453 -185.8600,2.924804 -185.8800,2.925575 -185.9000,2.927956 -185.9200,2.931476 -185.9400,2.929725 -185.9600,2.944305 -185.9800,2.966194 -186.0000,2.969084 -186.0200,2.966869 -186.0400,2.964815 -186.0600,2.962683 -186.0800,2.957152 -186.1000,2.953041 -186.1200,2.965203 -186.1400,2.980349 -186.1600,2.945601 -186.1800,2.907799 -186.2000,2.873663 -186.2200,2.843252 -186.2400,2.815174 -186.2600,2.791702 -186.2800,2.795296 -186.3000,2.789441 -186.3200,2.773537 -186.3400,2.757585 -186.3600,2.765903 -186.3800,2.790831 -186.4000,2.812368 -186.4200,2.839056 -186.4400,2.879686 -186.4600,2.910504 -186.4800,2.922667 -186.5000,2.934301 -186.5200,2.943684 -186.5400,2.951170 -186.5600,2.949651 -186.5800,2.942147 -186.6000,2.934124 -186.6200,2.914765 -186.6400,2.887938 -186.6600,2.863771 -186.6800,2.840094 -186.7000,2.817713 -186.7200,2.795131 -186.7400,2.784477 -186.7600,2.786969 -186.7800,2.641804 -186.8000,2.672197 -186.8200,2.699191 -186.8400,2.724415 -186.8600,2.732566 -186.8800,2.738180 -186.9000,2.741208 -186.9200,2.742562 -186.9400,2.744275 -186.9600,2.746711 -186.9800,2.764209 -187.0000,2.627281 -187.0200,2.641064 -187.0400,2.661229 -187.0600,2.695728 -187.0800,2.718633 -187.1000,2.727999 -187.1200,2.739245 -187.1400,2.749749 -187.1600,2.758697 -187.1800,2.764155 -187.2000,2.767146 -187.2200,2.665212 -187.2400,2.704220 -187.2600,2.737151 -187.2800,2.784597 -187.3000,2.831857 -187.3200,2.858018 -187.3400,2.877721 -187.3600,2.891551 -187.3800,2.903352 -187.4000,2.911150 -187.4200,2.888087 -187.4400,2.791443 -187.4600,2.798047 -187.4800,2.795251 -187.5000,2.794742 -187.5200,2.807486 -187.5400,2.814740 -187.5600,2.807654 -187.5800,2.800901 -187.6000,2.795177 -187.6200,2.789194 -187.6400,2.733732 -187.6600,2.654728 -187.6800,2.641778 -187.7000,2.622156 -187.7200,2.603983 -187.7400,2.596923 -187.7600,2.601778 -187.7800,2.592394 -187.8000,2.578434 -187.8200,2.564726 -187.8400,2.552859 -187.8600,2.486219 -187.8800,2.463821 -187.9000,2.490093 -187.9200,2.512433 -187.9400,2.531302 -187.9600,2.551303 -187.9800,2.583557 -188.0000,2.610161 -188.0200,2.621147 -188.0400,2.628929 -188.0600,2.635756 -188.0800,2.552971 -188.1000,2.514491 -188.1200,2.507054 -188.1400,2.499920 -188.1600,2.493500 -188.1800,2.486950 -188.2000,2.490869 -188.2200,2.507562 -188.2400,2.513092 -188.2600,2.509711 -188.2800,2.508136 -188.3000,2.402739 -188.3200,2.451760 -188.3400,2.500356 -188.3600,2.541253 -188.3800,2.577102 -188.4000,2.609151 -188.4200,2.635662 -188.4400,2.677865 -188.4600,2.722729 -188.4800,2.744424 -188.5000,2.761542 -188.5200,2.625261 -188.5400,2.654274 -188.5600,2.667640 -188.5800,2.676987 -188.6000,2.685898 -188.6200,2.692947 -188.6400,2.700339 -188.6600,2.711640 -188.6800,2.736911 -188.7000,2.759012 -188.7200,2.763005 -188.7400,2.607430 -188.7600,2.639025 -188.7800,2.653875 -188.8000,2.659395 -188.8200,2.663870 -188.8400,2.668000 -188.8600,2.671103 -188.8800,2.671381 -188.9000,2.681276 -188.9200,2.710464 -188.9400,2.718327 -188.9600,2.561697 -188.9800,2.632171 -189.0000,2.692687 -189.0200,2.733881 -189.0400,2.765386 -189.0600,2.793157 -189.0800,2.816241 -189.1000,2.835851 -189.1200,2.857193 -189.1400,2.897553 -189.1600,2.933930 -189.1800,2.760105 -189.2000,2.771445 -189.2200,2.790007 -189.2400,2.797752 -189.2600,2.794168 -189.2800,2.789525 -189.3000,2.785765 -189.3200,2.780771 -189.3400,2.775622 -189.3600,2.778585 -189.3800,2.795131 -189.4000,2.644556 -189.4200,2.662424 -189.4400,2.693789 -189.4600,2.728146 -189.4800,2.741283 -189.5000,2.752482 -189.5200,2.759790 -189.5400,2.766582 -189.5600,2.771861 -189.5800,2.779345 -189.6000,2.794685 -189.6200,2.674354 -189.6400,2.720200 -189.6600,2.765190 -189.6800,2.822530 -189.7000,2.873006 -189.7200,2.899638 -189.7400,2.922081 -189.7600,2.939776 -189.7800,2.955059 -189.8000,2.967880 -189.8200,2.967556 -189.8400,2.831395 -189.8600,2.809405 -189.8800,2.785783 -189.9000,2.771805 -189.9200,2.769342 -189.9400,2.758871 -189.9600,2.736549 -189.9800,2.715198 -190.0000,2.693909 -190.0200,2.672818 -190.0400,2.622103 -190.0600,2.538604 -190.0800,2.536288 -190.1000,2.533175 -190.1200,2.531294 -190.1400,2.551616 -190.1600,2.561807 -190.1800,2.561233 -190.2000,2.557462 -190.2200,2.552201 -190.2400,2.546930 -190.2600,2.494779 -190.2800,2.458152 -190.3000,2.488303 -190.3200,2.516038 -190.3400,2.539241 -190.3600,2.567893 -190.3800,2.611060 -190.4000,2.634485 -190.4200,2.644001 -190.4400,2.651707 -190.4600,2.657997 -190.4800,2.587179 -190.5000,2.559261 -190.5200,2.578879 -190.5400,2.597127 -190.5600,2.614303 -190.5800,2.631706 -190.6000,2.671225 -190.6200,2.710722 -190.6400,2.731963 -190.6600,2.750240 -190.6800,2.766441 -190.7000,2.674181 -190.7200,2.697079 -190.7400,2.723859 -190.7600,2.743136 -190.7800,2.758910 -190.8000,2.772297 -190.8200,2.795109 -190.8400,2.826810 -190.8600,2.842936 -190.8800,2.845829 -190.9000,2.846124 -190.9200,2.724885 -190.9400,2.733649 -190.9600,2.747609 -190.9800,2.756326 -191.0000,2.763802 -191.0200,2.769730 -191.0400,2.775213 -191.0600,2.804903 -191.0800,2.832858 -191.1000,2.844457 -191.1200,2.850329 -191.1400,2.706379 -191.1600,2.737039 -191.1800,2.752639 -191.2000,2.765025 -191.2200,2.774899 -191.2400,2.783357 -191.2600,2.789598 -191.2800,2.799124 -191.3000,2.825004 -191.3200,2.843733 -191.3400,2.846606 -191.3600,2.684110 -191.3800,2.701441 -191.4000,2.702453 -191.4200,2.698867 -191.4400,2.695366 -191.4600,2.690094 -191.4800,2.683758 -191.5000,2.678534 -191.5200,2.684757 -191.5400,2.701356 -191.5600,2.701405 -191.5800,2.544940 -191.6000,2.601370 -191.6200,2.644167 -191.6400,2.672188 -191.6600,2.692299 -191.6800,2.707860 -191.7000,2.723061 -191.7200,2.738838 -191.7400,2.758049 -191.7600,2.793536 -191.7800,2.823197 -191.8000,2.658118 -191.8200,2.694624 -191.8400,2.741468 -191.8600,2.767489 -191.8800,2.781976 -191.9000,2.794397 -191.9200,2.804969 -191.9400,2.812693 -191.9600,2.819474 -191.9800,2.836917 -192.0000,2.862049 -192.0200,2.704239 -192.0400,2.729897 -192.0600,2.767905 -192.0800,2.806172 -192.1000,2.823549 -192.1200,2.836360 -192.1400,2.848968 -192.1600,2.857981 -192.1800,2.866178 -192.2000,2.875017 -192.2200,2.899192 -192.2400,2.739875 -192.2600,2.719429 -192.2800,2.702599 -192.3000,2.706025 -192.3200,2.698614 -192.3400,2.680840 -192.3600,2.667260 -192.3800,2.656044 -192.4000,2.643676 -192.4200,2.631541 -192.4400,2.618814 -192.4600,2.507238 -192.4800,2.509860 -192.5000,2.511787 -192.5200,2.530655 -192.5400,2.545976 -192.5600,2.546299 -192.5800,2.548765 -192.6000,2.547644 -192.6200,2.547292 -192.6400,2.546827 -192.6600,2.524884 -192.6800,2.470805 -192.7000,2.534554 -192.7200,2.589651 -192.7400,2.642860 -192.7600,2.709538 -192.7800,2.762429 -192.8000,2.795768 -192.8200,2.826181 -192.8400,2.856591 -192.8600,2.883223 -192.8800,2.852821 -192.9000,2.778975 -192.9200,2.791063 -192.9400,2.800540 -192.9600,2.809266 -192.9800,2.830497 -193.0000,2.856008 -193.0200,2.862622 -193.0400,2.867494 -193.0600,2.869875 -193.0800,2.870810 -193.1000,2.799242 -193.1200,2.759708 -193.1400,2.783355 -193.1600,2.803827 -193.1800,2.821668 -193.2000,2.840472 -193.2200,2.874460 -193.2400,2.905093 -193.2600,2.914810 -193.2800,2.925362 -193.3000,2.931698 -193.3200,2.834451 -193.3400,2.803827 -193.3600,2.805663 -193.3800,2.806098 -193.4000,2.805719 -193.4200,2.804643 -193.4400,2.813749 -193.4600,2.835925 -193.4800,2.849385 -193.5000,2.845643 -193.5200,2.842844 -193.5400,2.719764 -193.5600,2.757855 -193.5800,2.799696 -193.6000,2.835841 -193.6200,2.867921 -193.6400,2.895395 -193.6600,2.919119 -193.6800,2.956782 -193.7000,2.999346 -193.7200,3.019042 -193.7400,3.031232 -193.7600,2.875006 -193.7800,2.887502 -193.8000,2.877165 -193.8200,2.869571 -193.8400,2.862280 -193.8600,2.854192 -193.8800,2.844855 -193.9000,2.838610 -193.9200,2.851561 -193.9400,2.863585 -193.9600,2.856721 -193.9800,2.690918 -194.0000,2.743247 -194.0200,2.775001 -194.0400,2.791433 -194.0600,2.804782 -194.0800,2.817084 -194.1000,2.828340 -194.1200,2.837917 -194.1400,2.851858 -194.1600,2.881547 -194.1800,2.896286 -194.2000,2.724730 -194.2200,2.775825 -194.2400,2.820909 -194.2600,2.845901 -194.2800,2.862233 -194.3000,2.876275 -194.3200,2.890507 -194.3400,2.902768 -194.3600,2.913887 -194.3800,2.938960 -194.4000,2.962497 -194.4200,2.789570 -194.4400,2.816177 -194.4600,2.858351 -194.4800,2.890411 -194.5000,2.905898 -194.5200,2.916840 -194.5400,2.925566 -194.5600,2.933671 -194.5800,2.939803 -194.6000,2.951271 -194.6200,2.981804 -194.6400,2.818500 -194.6600,2.834332 -194.6800,2.861622 -194.7000,2.894976 -194.7200,2.908522 -194.7400,2.915468 -194.7600,2.921240 -194.7800,2.926520 -194.8000,2.929984 -194.8200,2.931336 -194.8400,2.944444 -194.8600,2.808664 -194.8800,2.830654 -194.9000,2.852162 -194.9200,2.889050 -194.9400,2.923184 -194.9600,2.934162 -194.9800,2.946510 -195.0000,2.955512 -195.0200,2.961599 -195.0400,2.967381 -195.0600,2.954765 -195.0800,2.836705 -195.1000,2.841566 -195.1200,2.844372 -195.1400,2.854341 -195.1600,2.878601 -195.1800,2.889762 -195.2000,2.888938 -195.2200,2.887798 -195.2400,2.884891 -195.2600,2.881277 -195.2800,2.838546 -195.3000,2.754528 -195.3200,2.765654 -195.3400,2.775233 -195.3600,2.784504 -195.3800,2.807922 -195.4000,2.834074 -195.4200,2.840677 -195.4400,2.844391 -195.4600,2.846412 -195.4800,2.847088 -195.5000,2.854414 -195.5200,2.885752 -195.5400,2.934606 -195.5600,2.978967 -195.5800,2.999766 -195.6000,3.016233 -195.6200,3.032453 -195.6400,3.046293 -195.6600,3.056475 -195.6800,3.066970 -195.7000,3.094677 -195.7200,3.122281 -195.7400,3.126402 -195.7600,3.128940 -195.7800,3.130053 -195.8000,3.131730 -195.8200,3.132887 -195.8400,3.136537 -195.8600,3.158852 -195.8800,3.178009 -195.9000,3.178823 -195.9200,3.133424 -195.9400,3.077317 -195.9600,3.028332 -195.9800,2.983590 -196.0000,2.945167 -196.0200,2.927438 -196.0400,2.919137 -196.0600,2.887855 -196.0800,2.857665 -196.1000,2.831479 -196.1200,2.823455 -196.1400,2.840131 -196.1600,2.864029 -196.1800,2.903037 -196.2000,2.928557 -196.2200,2.937904 -196.2400,2.945880 -196.2600,2.951300 -196.2800,2.956153 -196.3000,2.960517 -196.3200,2.971401 -196.3400,3.001876 -196.3600,3.021812 -196.3800,3.024155 -196.4000,3.026767 -196.4200,3.030249 -196.4400,3.030351 -196.4600,3.028916 -196.4800,3.037142 -196.5000,3.063680 -196.5200,3.074944 -196.5400,3.024024 -196.5600,2.970177 -196.5800,2.920906 -196.6000,2.877767 -196.6200,2.841667 -196.6400,2.813528 -196.6600,2.800206 -196.6800,2.776436 -196.7000,2.750175 -196.7200,2.728861 -196.7400,2.736715 -196.7600,2.770711 -196.7800,2.798798 -196.8000,2.845994 -196.8200,2.891763 -196.8400,2.917229 -196.8600,2.935719 -196.8800,2.951772 -196.9000,2.965269 -196.9200,2.976523 -196.9400,2.980440 -196.9600,2.964851 -196.9800,2.958580 -197.0000,2.937978 -197.0200,2.913191 -197.0400,2.890392 -197.0600,2.870487 -197.0800,2.852998 -197.1000,2.835813 -197.1200,2.837121 -197.1400,2.844113 -197.1600,2.680164 -197.1800,2.697292 -197.2000,2.725423 -197.2200,2.755372 -197.2400,2.762838 -197.2600,2.767916 -197.2800,2.772084 -197.3000,0.484484 -197.3200,0.488884 -197.3400,0.492987 -197.3600,0.497804 -197.3800,0.501268 -197.4000,0.506261 -197.4200,0.488773 -197.4400,0.503649 -197.4600,0.518285 -197.4800,0.534800 -197.5000,0.549084 -197.5200,0.557902 -197.5400,0.566517 -197.5600,0.573751 -197.5800,0.580245 -197.6000,0.586062 -197.6200,0.587581 -197.6400,0.544314 -197.6600,0.507614 -197.6800,0.474174 -197.7000,0.444032 -197.7200,0.417021 -197.7400,0.392021 -197.7600,0.368817 -197.7800,0.348114 -197.8000,0.328356 -197.8200,0.309849 -197.8400,0.292610 -197.8600,0.297659 -197.8800,0.316583 -197.9000,0.334257 -197.9200,0.351541 -197.9400,0.370744 -197.9600,0.386731 -197.9800,0.397921 -198.0000,0.407351 -198.0200,0.414854 -198.0400,0.419198 -198.0600,0.414317 -198.0800,0.428850 -198.1000,0.461910 -198.1200,0.491589 -198.1400,0.518081 -198.1600,0.544406 -198.1800,0.570482 -198.2000,0.594010 -198.2200,0.612100 -198.2400,0.630089 -198.2600,0.645392 -198.2800,0.638222 -198.3000,0.631756 -198.3200,0.637305 -198.3400,0.640501 -198.3600,0.643557 -198.3800,0.646614 -198.4000,0.655525 -198.4200,0.666576 -198.4400,0.677386 -198.4600,0.689048 -198.4800,0.701979 -198.5000,0.690984 -198.5200,0.673459 -198.5400,0.665946 -198.5600,0.659314 -198.5800,0.654960 -198.6000,0.653830 -198.6200,0.655016 -198.6400,0.657545 -198.6600,0.658239 -198.6800,0.659481 -198.7000,0.661028 -198.7200,0.638861 -198.7400,0.647865 -198.7600,0.659675 -198.7800,0.668206 -198.8000,0.672708 -198.8200,0.675015 -198.8400,0.677960 -198.8600,0.682064 -198.8800,0.683546 -198.9000,0.683620 -198.9200,0.684852 -198.9400,0.658295 -198.9600,0.652932 -198.9800,0.649060 -199.0000,0.644660 -199.0200,0.639093 -199.0400,0.632349 -199.0600,0.627440 -199.0800,0.628283 -199.1000,0.634128 -199.1200,0.638769 -199.1400,0.641696 -199.1600,0.611387 -199.1800,0.625337 -199.2000,0.633016 -199.2200,0.639556 -199.2400,0.646003 -199.2600,0.652969 -199.2800,0.659962 -199.3000,0.668114 -199.3200,0.683778 -199.3400,0.694958 -199.3600,0.699840 -199.3800,0.664909 -199.4000,0.647531 -199.4200,0.628978 -199.4400,0.612452 -199.4600,0.598104 -199.4800,0.585210 -199.5000,0.575002 -199.5200,0.566915 -199.5400,0.563710 -199.5600,0.561765 -199.5800,0.556411 -199.6000,0.524491 -199.6200,0.493052 -199.6400,0.466180 -199.6600,0.443782 -199.6800,0.426442 -199.7000,0.411566 -199.7200,0.398875 -199.7400,0.387519 -199.7600,0.377061 -199.7800,0.366242 -199.8000,0.354089 -199.8200,0.335007 -199.8400,0.343233 -199.8600,0.348948 -199.8800,0.351097 -199.9000,0.350773 -199.9200,0.350708 -199.9400,0.351282 -199.9600,0.351217 -199.9800,0.353839 -200.0000,0.359017 -200.0200,0.365056 -200.0400,0.346669 -200.0600,0.357562 -200.0800,0.370179 -200.1000,0.381155 -200.1200,0.390816 -200.1400,0.399783 -200.1600,0.408981 -200.1800,0.418374 -200.2000,0.426868 -200.2200,0.437418 -200.2400,0.448803 -200.2600,0.427692 -200.2800,0.437585 -200.3000,0.448256 -200.3200,0.457519 -200.3400,0.461465 -200.3600,0.463828 -200.3800,0.465485 -200.4000,0.465819 -200.4200,0.465754 -200.4400,0.465495 -200.4600,0.467301 -200.4800,0.457760 -200.5000,0.493062 -200.5200,0.526001 -200.5400,0.560255 -200.5600,0.589415 -200.5800,0.612934 -200.6000,0.633683 -200.6200,0.652969 -200.6400,0.670578 -200.6600,0.686371 -200.6800,0.698997 -200.7000,0.665687 -200.7200,0.656711 -200.7400,0.647707 -200.7600,0.641594 -200.7800,0.637991 -200.8000,0.631636 -200.8200,0.624809 -200.8400,0.618520 -200.8600,0.612730 -200.8800,0.607339 -200.9000,0.597965 -200.9200,0.583367 -200.9400,0.593611 -200.9600,0.603366 -200.9800,0.612175 -201.0000,0.624476 -201.0200,0.635073 -201.0400,0.640121 -201.0600,0.646068 -201.0800,0.650672 -201.1000,0.653941 -201.1200,0.646207 -201.1400,0.635295 -201.1600,0.643076 -201.1800,0.649986 -201.2000,0.656989 -201.2200,0.665724 -201.2400,0.675830 -201.2600,0.682175 -201.2800,0.686038 -201.3000,0.689382 -201.3200,0.692485 -201.3400,0.678396 -201.3600,0.650273 -201.3800,0.632442 -201.4000,0.615593 -201.4200,0.600068 -201.4400,0.586933 -201.4600,0.576910 -201.4800,0.568407 -201.5000,0.559820 -201.5200,0.550927 -201.5400,0.543378 -201.5600,0.523120 -201.5800,0.516506 -201.6000,0.515422 -201.6200,0.514793 -201.6400,0.514283 -201.6600,0.513107 -201.6800,0.515321 -201.7000,0.518257 -201.7200,0.518618 -201.7400,0.517682 -201.7600,0.516497 -201.7800,0.496702 -201.8000,0.520656 -201.8200,0.545453 -201.8400,0.567619 -201.8600,0.587581 -201.8800,0.604847 -201.9000,0.621150 -201.9200,0.641038 -201.9400,0.658804 -201.9600,0.671884 -201.9800,0.682703 -202.0000,0.654951 -202.0200,0.633887 -202.0400,0.612490 -202.0600,0.594186 -202.0800,0.578151 -202.1000,0.562608 -202.1200,0.548890 -202.1400,0.538330 -202.1600,0.530345 -202.1800,0.522064 -202.2000,0.513097 -202.2200,0.484771 -202.2400,0.517164 -202.2600,0.541461 -202.2800,0.561589 -202.3000,0.579402 -202.3200,0.595279 -202.3400,0.609720 -202.3600,0.623762 -202.3800,0.639676 -202.4000,0.655599 -202.4200,0.665557 -202.4400,0.631340 -202.4600,0.649226 -202.4800,0.663955 -202.5000,0.674051 -202.5200,0.682629 -202.5400,0.689993 -202.5600,0.697014 -202.5800,0.702433 -202.6000,0.708389 -202.6200,0.717921 -202.6400,0.725683 -202.6600,0.685306 -202.6800,0.687974 -202.7000,0.693272 -202.7200,0.696283 -202.7400,0.697190 -202.7600,0.698302 -202.7800,0.699849 -202.8000,0.700979 -202.8200,0.702118 -202.8400,0.706583 -202.8600,0.708834 -202.8800,0.667938 -202.9000,0.659036 -202.9200,0.651459 -202.9400,0.641214 -202.9600,0.622132 -202.9800,0.598354 -203.0000,0.573909 -203.0200,0.557134 -203.0400,0.549538 -203.0600,0.550742 -203.0800,0.558912 -203.1000,0.539349 -203.1200,0.559801 -203.1400,0.577095 -203.1600,0.592148 -203.1800,0.595871 -203.2000,0.595862 -203.2200,0.593408 -203.2400,0.588656 -203.2600,0.583700 -203.2800,0.580523 -203.3000,0.582431 -203.3200,0.550788 -203.3400,0.578290 -203.3600,0.590768 -203.3800,0.600985 -203.4000,0.609627 -203.4200,0.617760 -203.4400,0.626653 -203.4600,0.637231 -203.4800,0.651366 -203.5000,0.672680 -203.5200,0.692012 -203.5400,0.654247 -203.5600,0.699877 -203.5800,0.715012 -203.6000,0.730704 -203.6200,0.746553 -203.6400,0.761503 -203.6600,0.775732 -203.6800,0.791256 -203.7000,0.808875 -203.7200,0.819768 -203.7400,0.828058 -203.7600,0.837368 -203.7800,0.841110 -203.8000,0.835710 -203.8200,0.832190 -203.8400,0.833588 -203.8600,0.830133 -203.8800,0.823260 -203.9000,0.814794 -203.9200,0.805114 -203.9400,0.792905 -203.9600,0.778316 -203.9800,0.764357 -204.0000,0.746349 -204.0200,0.724822 -204.0400,0.702294 -204.0600,0.680350 -204.0800,0.659490 -204.1000,0.640880 -204.1200,0.625004 -204.1400,0.615824 -204.1600,0.611730 -204.1800,0.587229 -204.2000,0.566110 -204.2200,0.547889 -204.2400,0.531846 -204.2600,0.518183 -204.2800,0.506270 -204.3000,0.497711 -204.3200,0.494497 -204.3400,0.491172 -204.3600,0.490218 -204.3800,0.506308 -204.4000,0.528900 -204.4200,0.547565 -204.4400,0.563321 -204.4600,0.579911 -204.4800,0.594871 -204.5000,0.601457 -204.5200,0.604440 -204.5400,0.604199 -204.5600,0.600661 -204.5800,0.587516 -204.6000,0.557856 -204.6200,0.528427 -204.6400,0.499305 -204.6600,0.470339 -204.6800,0.444431 -204.7000,0.420977 -204.7200,0.399477 -204.7400,0.381396 -204.7600,0.366186 -204.7800,0.354144 -204.8000,0.393373 -204.8200,0.424867 -204.8400,0.455380 -204.8600,0.483159 -204.8800,0.508077 -204.9000,0.529372 -204.9200,0.550242 -204.9400,0.574150 -204.9600,0.593547 -204.9800,0.609081 -205.0000,0.589730 -205.0200,0.557134 -205.0400,0.528029 -205.0600,0.501593 -205.0800,0.477555 -205.1000,0.456880 -205.1200,0.435974 -205.1400,0.414595 -205.1600,0.394531 -205.1800,0.374856 -205.2000,0.367409 -205.2200,0.386259 -205.2400,0.406675 -205.2600,0.426914 -205.2800,0.441735 -205.3000,0.454333 -205.3200,0.465476 -205.3400,0.476203 -205.3600,0.486577 -205.3800,0.495952 -205.4000,0.506122 -205.4200,0.482742 -205.4400,0.483382 -205.4600,0.484512 -205.4800,0.488958 -205.5000,0.493321 -205.5200,0.495896 -205.5400,0.499379 -205.5600,0.503381 -205.5800,0.508836 -205.6000,0.514255 -205.6200,0.519248 -205.6400,0.487226 -205.6600,0.465032 -205.6800,0.445153 -205.7000,0.428091 -205.7200,0.413844 -205.7400,0.400367 -205.7600,0.387667 -205.7800,0.375162 -205.8000,0.364028 -205.8200,0.354181 -205.8400,0.342408 -205.8600,0.324688 -205.8800,0.312915 -205.9000,0.301067 -205.9200,0.290341 -205.9400,0.280290 -205.9600,0.270249 -205.9800,0.259690 -206.0000,0.249574 -206.0200,0.239617 -206.0400,0.229566 -206.0600,0.219377 -206.0800,0.218877 -206.1000,0.225370 -206.1200,0.229770 -206.1400,0.233892 -206.1600,0.239163 -206.1800,0.243581 -206.2000,0.246610 -206.2200,0.248565 -206.2400,0.250862 -206.2600,0.253196 -206.2800,0.249880 -206.3000,0.270018 -206.3200,0.301003 -206.3400,0.329357 -206.3600,0.355108 -206.3800,0.379321 -206.4000,0.407305 -206.4200,0.429360 -206.4400,0.446209 -206.4600,0.461039 -206.4800,0.475721 -206.5000,0.471803 -206.5200,0.498045 -206.5400,0.635971 -206.5600,0.656535 -206.5800,0.648411 -206.6000,0.642826 -206.6200,0.634211 -206.6400,0.626189 -206.6600,0.618455 -206.6800,0.611369 -206.7000,0.603745 -206.7200,0.593815 -206.7400,0.576808 -206.7600,0.583542 -206.7800,0.588887 -206.8000,0.597066 -206.8200,0.606820 -206.8400,0.612212 -206.8600,0.615203 -206.8800,0.617352 -206.9000,0.620808 -206.9200,0.624624 -206.9400,0.618677 -206.9600,0.592472 -206.9800,0.580773 -207.0000,0.569509 -207.0200,0.560209 -207.0400,0.555114 -207.0600,0.547732 -207.0800,0.538015 -207.1000,0.529076 -207.1200,0.519971 -207.1400,0.511495 -207.1600,0.497480 -207.1800,0.501009 -207.2000,0.523620 -207.2200,0.544582 -207.2400,0.564859 -207.2600,0.588535 -207.2800,0.614148 -207.3000,0.633600 -207.3200,0.651385 -207.3400,0.667623 -207.3600,0.683694 -207.3800,0.678275 -207.4000,0.633183 -207.4200,0.594556 -207.4400,0.559523 -207.4600,0.527270 -207.4800,0.497452 -207.5000,0.471053 -207.5200,0.445913 -207.5400,0.421681 -207.5600,0.399903 -207.5800,0.379266 -207.6000,0.357025 -207.6200,0.358776 -207.6400,0.365112 -207.6600,0.370003 -207.6800,0.374671 -207.7000,0.379136 -207.7200,0.383962 -207.7400,0.389723 -207.7600,0.392632 -207.7800,0.396078 -207.8000,0.398134 -207.8200,0.385008 -207.8400,0.446811 -207.8600,0.511801 -207.8800,0.572436 -207.9000,0.626903 -207.9200,0.676515 -207.9400,0.723238 -207.9600,0.770415 -207.9800,0.810079 -208.0000,0.841518 -208.0200,0.869881 -208.0400,0.848224 -208.0600,0.786384 -208.0800,0.731269 -208.1000,0.680804 -208.1200,0.634887 -208.1400,0.593482 -208.1600,0.555401 -208.1800,0.521091 -208.2000,0.491255 -208.2200,0.463707 -208.2400,0.438363 -208.2600,0.410871 -208.2800,0.425108 -208.3000,0.437335 -208.3200,0.449914 -208.3400,0.461095 -208.3600,0.472720 -208.3800,0.484586 -208.4000,0.498425 -208.4200,0.516784 -208.4400,0.532420 -208.4600,0.544582 -208.4800,0.521202 -208.5000,0.601161 -208.5200,0.665233 -208.5400,0.721626 -208.5600,0.772527 -208.5800,0.818999 -208.6000,0.861090 -208.6200,0.899865 -208.6400,0.944791 -208.6600,0.986688 -208.6800,1.015246 -208.7000,0.968477 -208.7200,1.009938 -208.7400,1.042516 -208.7600,1.066850 -208.7800,1.088711 -208.8000,1.108497 -208.8200,1.125643 -208.8400,1.140807 -208.8600,1.162278 -208.8800,1.185399 -208.9000,1.198208 -208.9200,1.132154 -208.9400,1.065201 -208.9600,1.005594 -208.9800,0.950784 -209.0000,0.901375 -209.0200,0.856496 -209.0400,0.816091 -209.0600,0.779446 -209.0800,0.747100 -209.1000,0.719922 -209.1200,0.694124 -209.1400,0.658425 -209.1600,0.686408 -209.1800,0.713818 -209.2000,0.734993 -209.2200,0.752000 -209.2400,0.768534 -209.2600,0.785328 -209.2800,0.801260 -209.3000,0.817888 -209.3200,0.839980 -209.3400,0.863740 -209.3600,0.823705 -209.3800,0.852263 -209.4000,0.884025 -209.4200,0.909897 -209.4400,0.926886 -209.4600,0.941364 -209.4800,0.954647 -209.5000,0.967208 -209.5200,0.977138 -209.5400,0.990828 -209.5600,1.005269 -209.5800,0.959093 -209.6000,0.978360 -209.6200,1.001861 -209.6400,1.028742 -209.6600,1.044304 -209.6800,1.057152 -209.7000,1.068203 -209.7200,1.079087 -209.7400,1.090406 -209.7600,1.100985 -209.7800,1.119223 -209.8000,1.052835 -209.8200,1.022916 -209.8400,0.999304 -209.8600,0.980398 -209.8800,0.960853 -209.9000,0.939539 -209.9200,0.920652 -209.9400,0.903506 -209.9600,0.888018 -209.9800,0.874559 -210.0000,0.862369 -210.0200,0.832255 -210.0400,0.844287 -210.0600,0.856116 -210.0800,0.870724 -210.1000,0.885712 -210.1200,0.892140 -210.1400,0.898319 -210.1600,0.904136 -210.1800,0.908452 -210.2000,0.911000 -210.2200,0.911685 -210.2400,0.874559 -210.2600,0.872827 -210.2800,0.871048 -210.3000,0.873512 -210.3200,0.878209 -210.3400,0.877190 -210.3600,0.876273 -210.3800,0.876384 -210.4000,0.876884 -210.4200,0.876032 -210.4400,0.868501 -210.4600,0.858404 -210.4800,0.888500 -210.5000,0.914927 -210.5200,0.938955 -210.5400,0.965725 -210.5600,0.987244 -210.5800,1.002694 -210.6000,1.016431 -210.6200,1.028196 -210.6400,1.039052 -210.6600,1.033438 -210.6800,0.978277 -210.7000,0.941762 -210.7200,0.908295 -210.7400,0.877745 -210.7600,0.852513 -210.7800,0.830467 -210.8000,0.807263 -210.8200,0.785643 -210.8400,0.765431 -210.8600,0.746711 -210.8800,0.719320 -210.9000,0.726934 -210.9200,0.752639 -210.9400,0.775046 -210.9600,0.795610 -210.9800,0.815387 -211.0000,0.839489 -211.0200,0.949108 -211.0400,1.167707 -211.0600,1.163048 -211.0800,1.148217 -211.1000,1.124383 -211.1200,1.070796 -211.1400,1.040497 -211.1600,1.012569 -211.1800,0.988911 -211.2000,0.971709 -211.2200,0.955666 -211.2400,0.936788 -211.2600,0.918419 -211.2800,0.902441 -211.3000,0.887972 -211.3200,0.864453 -211.3400,0.868139 -211.3600,0.903154 -211.3800,0.930971 -211.4000,0.954916 -211.4200,0.983307 -211.4400,1.013152 -211.4600,1.032883 -211.4800,1.050038 -211.5000,1.064942 -211.5200,1.079235 -211.5400,1.068304 -211.5600,1.024101 -211.5800,0.999573 -211.6000,0.977351 -211.6200,0.956685 -211.6400,0.939539 -211.6600,0.928386 -211.6800,0.913565 -211.7000,0.899096 -211.7200,0.886036 -211.7400,0.873364 -211.7600,0.844630 -211.7800,0.844213 -211.8000,0.854977 -211.8200,0.862721 -211.8400,0.869547 -211.8600,0.875716 -211.8800,0.888833 -211.9000,0.900514 -211.9200,0.904349 -211.9400,0.909777 -211.9600,0.914557 -211.9800,0.889343 -212.0000,0.842861 -212.0200,0.804651 -212.0400,0.770127 -212.0600,0.738633 -212.0800,0.708955 -212.1000,0.682129 -212.1200,0.659935 -212.1400,0.638305 -212.1600,0.618029 -212.1800,0.599540 -212.2000,0.570537 -212.2200,0.624290 -212.2400,0.677053 -212.2600,0.724118 -212.2800,0.766413 -212.3000,0.804938 -212.3200,0.840591 -212.3400,0.880672 -212.3600,0.917474 -212.3800,0.943893 -212.4000,0.967958 -212.4200,0.932499 -212.4400,0.984956 -212.4600,1.023397 -212.4800,1.058847 -212.5000,1.091508 -212.5200,1.120307 -212.5400,1.147800 -212.5600,1.175747 -212.5800,1.210066 -212.6000,1.237568 -212.6200,1.256982 -212.6400,1.197560 -212.6600,1.176256 -212.6800,1.143363 -212.7000,1.114629 -212.7200,1.088757 -212.7400,1.065822 -212.7600,1.044906 -212.7800,1.028807 -212.8000,1.017821 -212.8200,1.089573 -212.8400,1.239180 -212.8600,1.178173 -212.8800,1.170069 -212.9000,1.155859 -212.9200,1.143623 -212.9400,1.133396 -212.9600,1.125161 -212.9800,1.117324 -213.0000,1.116935 -213.0200,1.120493 -213.0400,1.117714 -213.0600,1.115481 -213.0800,1.061579 -213.1000,1.111433 -213.1200,1.147355 -213.1400,1.178210 -213.1600,1.204878 -213.1800,1.228074 -213.2000,1.247804 -213.2200,1.265108 -213.2400,1.289664 -213.2600,1.307209 -213.2800,1.318231 -213.3000,1.253085 -213.3200,1.281096 -213.3400,1.292222 -213.3600,1.299039 -213.3800,1.303577 -213.4000,1.306911 -213.4200,1.309469 -213.4400,1.309292 -213.4600,1.317184 -213.4800,1.326772 -213.5000,1.326605 -213.5200,1.253630 -213.5400,1.297407 -213.5600,1.299827 -213.5800,1.301354 -213.6000,1.301549 -213.6200,1.301002 -213.6400,1.299055 -213.6600,1.306198 -213.6800,1.315231 -213.7000,1.316491 -213.7200,1.316377 -213.7400,1.254270 -213.7600,1.284116 -213.7800,1.284402 -213.8000,1.283606 -213.8200,1.282493 -213.8400,1.280465 -213.8600,1.283069 -213.8800,1.291377 -213.9000,1.290998 -213.9200,1.289016 -213.9400,1.286413 -213.9600,1.237430 -213.9800,1.244331 -214.0000,1.247998 -214.0200,1.246360 -214.0400,1.244090 -214.0600,1.247035 -214.0800,1.255623 -214.1000,1.255900 -214.1200,1.256105 -214.1400,1.253936 -214.1600,1.252723 -214.1800,1.257139 -214.2000,1.281002 -214.2200,1.293110 -214.2400,1.306883 -214.2600,1.308070 -214.2800,1.307050 -214.3000,1.303650 -214.3200,1.298946 -214.3400,1.292183 -214.3600,1.287625 -214.3800,1.286217 -214.4000,1.287505 -214.4200,1.276372 -214.4400,1.266060 -214.4600,1.255992 -214.4800,1.246666 -214.5000,1.239142 -214.5200,1.236819 -214.5400,1.239818 -214.5600,1.230176 -214.5800,1.216143 -214.6000,1.188030 -214.6200,1.153719 -214.6400,1.121234 -214.6600,1.093398 -214.6800,1.069759 -214.7000,1.049547 -214.7200,1.026315 -214.7400,1.002945 -214.7600,0.982936 -214.7800,0.966587 -214.8000,0.959325 -214.8200,0.975693 -214.8400,0.991171 -214.8600,1.001407 -214.8800,1.006779 -214.9000,1.011782 -214.9200,1.015635 -214.9400,1.019303 -214.9600,1.023017 -214.9800,1.031965 -215.0000,1.047268 -215.0200,1.063775 -215.0400,1.067888 -215.0600,1.070213 -215.0800,1.071093 -215.1000,1.072204 -215.1200,1.071982 -215.1400,1.076697 -215.1600,1.087738 -215.1800,1.090591 -215.2000,1.089637 -215.2200,1.067424 -215.2400,1.034698 -215.2600,1.005056 -215.2800,0.976545 -215.3000,0.953248 -215.3200,0.931267 -215.3400,0.908304 -215.3600,0.886980 -215.3800,0.866472 -215.4000,0.846010 -215.4200,0.834820 -215.4400,0.864314 -215.4600,0.895012 -215.4800,0.917030 -215.5000,0.931276 -215.5200,0.943522 -215.5400,0.952313 -215.5600,0.959779 -215.5800,0.966133 -215.6000,0.973173 -215.6200,0.984085 -215.6400,0.983390 -215.6600,0.978407 -215.6800,0.973275 -215.7000,0.967671 -215.7200,0.961224 -215.7400,0.954351 -215.7600,0.952322 -215.7800,0.952424 -215.8000,0.949117 -215.8200,0.945347 -215.8400,0.897994 -215.8600,0.916298 -215.8800,0.924394 -215.9000,0.931610 -215.9200,0.939391 -215.9400,0.947690 -215.9600,0.955536 -215.9800,0.967763 -216.0000,0.987420 -216.0200,1.002000 -216.0400,1.011170 -216.0600,0.960483 -216.0800,0.972024 -216.1000,0.976906 -216.1200,0.980102 -216.1400,0.982612 -216.1600,0.986225 -216.1800,0.989643 -216.2000,0.991616 -216.2200,0.998146 -216.2400,1.004278 -216.2600,0.999276 -216.2800,0.943920 -216.3000,0.956222 -216.3200,0.966754 -216.3400,0.972404 -216.3600,0.976119 -216.3800,0.981176 -216.4000,0.986345 -216.4200,0.992496 -216.4400,1.002426 -216.4600,1.019683 -216.4800,1.031002 -216.5000,0.975183 -216.5200,0.991116 -216.5400,1.005149 -216.5600,1.012874 -216.5800,1.017830 -216.6000,1.024805 -216.6200,1.033429 -216.6400,1.042377 -216.6600,1.053734 -216.6800,1.074594 -216.7000,1.095084 -216.7200,1.035393 -216.7400,1.036041 -216.7600,1.044267 -216.7800,1.049195 -216.8000,1.049565 -216.8200,1.050214 -216.8400,1.050214 -216.8600,1.049426 -216.8800,1.048621 -216.9000,1.051659 -216.9200,1.059579 -216.9400,1.005575 -216.9600,1.013532 -216.9800,1.023527 -217.0000,1.034115 -217.0200,1.036366 -217.0400,1.035245 -217.0600,1.032336 -217.0800,1.030095 -217.1000,1.027983 -217.1200,1.025028 -217.1400,1.030511 -217.1600,0.983214 -217.1800,0.995506 -217.2000,1.013495 -217.2200,1.037042 -217.2400,1.056531 -217.2600,1.076975 -217.2800,1.098011 -217.3000,1.121400 -217.3200,1.146661 -217.3400,1.172235 -217.3600,1.205130 -217.3800,1.161427 -217.4000,1.188928 -217.4200,1.220210 -217.4400,1.259346 -217.4600,1.304597 -217.4800,1.341843 -217.5000,1.380239 -217.5200,1.417950 -217.5400,1.457465 -217.5600,1.496850 -217.5800,1.526651 -217.6000,1.506475 -217.6200,1.576023 -217.6400,1.636509 -217.6600,1.699048 -217.6800,1.767991 -217.7000,1.821355 -217.7200,1.866866 -217.7400,1.907661 -217.7600,1.944768 -217.7800,1.979219 -217.8000,1.979200 -217.8200,1.908615 -217.8400,1.891997 -217.8600,1.875869 -217.8800,1.860817 -217.9000,1.857853 -217.9200,1.856195 -217.9400,1.845791 -217.9600,1.834797 -217.9800,1.824014 -218.0000,1.813269 -218.0200,1.772132 -218.0400,1.762091 -218.0600,1.799579 -218.0800,1.830943 -218.1000,1.859076 -218.1200,1.889255 -218.1400,1.926844 -218.1600,1.953977 -218.1800,1.968824 -218.2000,1.979127 -218.2200,1.987972 -218.2400,1.937118 -218.2600,1.923556 -218.2800,1.941017 -218.3000,1.956996 -218.3200,1.971206 -218.3400,1.981830 -218.3600,2.002256 -218.3800,2.025301 -218.4000,2.036566 -218.4200,2.042356 -218.4400,2.046616 -218.4600,1.972872 -218.4800,1.939525 -218.5000,1.920417 -218.5200,1.902186 -218.5400,1.886264 -218.5600,1.872211 -218.5800,1.862366 -218.6000,1.863836 -218.6200,1.867588 -218.6400,1.860261 -218.6600,1.853352 -218.6800,1.768611 -218.7000,1.804210 -218.7200,1.829656 -218.7400,1.851581 -218.7600,1.872536 -218.7800,1.890654 -218.8000,1.905530 -218.8200,1.925141 -218.8400,1.955801 -218.8600,1.975930 -218.8800,1.987259 -218.9000,1.886429 -218.9200,1.880242 -218.9400,1.863105 -218.9600,1.844329 -218.9800,1.825914 -219.0000,1.807609 -219.0200,1.788592 -219.0400,1.767584 -219.0600,1.751874 -219.0800,1.738377 -219.1000,1.714264 -219.1200,1.617059 -219.1400,1.596522 -219.1600,1.573235 -219.1800,1.546437 -219.2000,1.522863 -219.2200,1.501944 -219.2400,1.485134 -219.2600,1.469877 -219.2800,1.461114 -219.3000,1.460791 -219.3200,1.462465 -219.3400,1.387611 -219.3600,1.410111 -219.3800,1.435816 -219.4000,1.454343 -219.4200,1.467330 -219.4400,1.478519 -219.4600,1.488144 -219.4800,1.494665 -219.5000,1.498397 -219.5200,1.506512 -219.5400,1.516888 -219.5600,1.445624 -219.5800,1.477741 -219.6000,1.516711 -219.6200,1.552319 -219.6400,1.575115 -219.6600,1.595744 -219.6800,1.614604 -219.7000,1.632370 -219.7200,1.649099 -219.7400,1.665440 -219.7600,1.690987 -219.7800,1.628508 -219.8000,1.674110 -219.8200,1.718785 -219.8400,1.770001 -219.8600,1.810074 -219.8800,1.836436 -219.9000,1.861197 -219.9200,1.884122 -219.9400,1.905056 -219.9600,1.924260 -219.9800,1.936202 -220.0000,1.856427 -220.0200,1.853621 -220.0400,1.850480 -220.0600,1.856195 -220.0800,1.865884 -220.1000,1.865802 -220.1200,1.862578 -220.1400,1.859512 -220.1600,1.857213 -220.1800,1.854315 -220.2000,1.834434 -220.2200,1.793966 -220.2400,1.823376 -220.2600,1.849636 -220.2800,1.875804 -220.3000,1.914330 -220.3200,1.950049 -220.3400,1.965629 -220.3600,1.978107 -220.3800,1.986426 -220.4000,1.990269 -220.4200,1.955004 -220.4400,1.895028 -220.4600,1.880159 -220.4800,1.868070 -220.5000,1.856732 -220.5200,1.854991 -220.5400,1.864318 -220.5600,1.866765 -220.5800,1.862317 -220.6000,1.853242 -220.6200,1.840624 -220.6400,1.782035 -220.6600,1.778477 -220.6800,1.803868 -220.7000,1.822514 -220.7200,1.838928 -220.7400,1.853527 -220.7600,1.880214 -220.7800,1.915572 -220.8000,1.939193 -220.8200,1.963444 -220.8400,1.987749 -220.8600,1.930012 -220.8800,1.935245 -220.9000,1.954412 -220.9200,1.969825 -220.9400,1.980784 -220.9600,1.988213 -220.9800,1.996003 -221.0000,2.010056 -221.0200,2.016168 -221.0400,2.009331 -221.0600,2.000589 -221.0800,1.909225 -221.1000,1.904196 -221.1200,1.897461 -221.1400,1.890190 -221.1600,1.882965 -221.1800,1.874741 -221.2000,1.866773 -221.2200,1.864365 -221.2400,1.868645 -221.2600,1.862448 -221.2800,1.852639 -221.3000,1.756171 -221.3200,1.744999 -221.3400,1.724696 -221.3600,1.703707 -221.3800,1.684309 -221.4000,1.665718 -221.4200,1.648553 -221.4400,1.633722 -221.4600,1.627663 -221.4800,1.622921 -221.5000,1.612186 -221.5200,1.527671 -221.5400,1.582979 -221.5600,1.630583 -221.5800,1.671821 -221.6000,1.715174 -221.6200,1.760636 -221.6400,1.808953 -221.6600,1.858890 -221.6800,1.913051 -221.7000,1.976096 -221.7200,2.027276 -221.7400,1.927512 -221.7600,2.020272 -221.7800,2.105670 -221.8000,2.161147 -221.8200,2.211362 -221.8400,2.258670 -221.8600,2.302606 -221.8800,2.343622 -221.9000,2.383111 -221.9200,2.439635 -221.9400,2.493808 -221.9600,2.358333 -221.9800,2.383491 -222.0000,2.425009 -222.0200,2.455114 -222.0400,2.474641 -222.0600,2.493723 -222.0800,2.511814 -222.1000,2.528599 -222.1200,2.544661 -222.1400,2.568958 -222.1600,2.605930 -222.1800,2.475955 -222.2000,2.509775 -222.2200,2.557398 -222.2400,2.605316 -222.2600,2.630762 -222.2800,2.649540 -222.3000,2.666861 -222.3200,2.683739 -222.3400,2.698236 -222.3600,2.710019 -222.3800,2.732761 -222.4000,2.607493 -222.4200,2.624965 -222.4400,2.641906 -222.4600,2.674558 -222.4800,2.696124 -222.5000,2.703135 -222.5200,2.708473 -222.5400,2.712992 -222.5600,2.717134 -222.5800,2.721292 -222.6000,3.137742 -222.6200,3.296829 +183.2000,3.600000 +183.2200,3.600000 +183.2400,3.600000 +183.2600,3.600000 +183.2800,3.600000 +183.3000,3.600000 +183.3200,3.600000 +183.3400,3.600000 +183.3600,3.600000 +183.3800,3.590100 +183.4000,3.600000 +183.4200,3.600000 +183.4400,3.600000 +183.4600,3.600000 +183.4800,3.592331 +183.5000,3.570155 +183.5200,3.543836 +183.5400,3.519198 +183.5600,3.507117 +183.5800,3.488135 +183.6000,3.280544 +183.6200,3.264173 +183.6400,3.263549 +183.6600,3.248280 +183.6800,3.227178 +183.7000,3.208070 +183.7200,3.190055 +183.7400,3.175352 +183.7600,3.163758 +183.7800,3.165212 +183.8000,3.180435 +183.8200,3.013979 +183.8400,3.031496 +183.8600,3.056485 +183.8800,3.090009 +183.9000,3.102198 +183.9200,3.113970 +183.9400,3.126953 +183.9600,3.140861 +183.9800,3.153357 +184.0000,3.165404 +184.0200,3.198717 +184.0400,3.055529 +184.0600,3.099862 +184.0800,3.145234 +184.1000,3.201073 +184.1200,3.249099 +184.1400,3.273493 +184.1600,3.296211 +184.1800,3.314164 +184.2000,3.328867 +184.2200,3.340226 +184.2400,3.345280 +184.2600,3.214714 +184.2800,3.239046 +184.3000,3.245852 +184.3200,3.265766 +184.3400,3.296393 +184.3600,3.303517 +184.3800,3.307954 +184.4000,3.306891 +184.4200,3.303007 +184.4400,3.295298 +184.4600,3.260278 +184.4800,3.154980 +184.5000,3.171519 +184.5200,3.186467 +184.5400,3.197868 +184.5600,3.231042 +184.5800,3.257866 +184.6000,3.262803 +184.6200,3.271553 +184.6400,3.278399 +184.6600,3.284799 +184.6800,3.227070 +184.7000,3.154660 +184.7200,3.172345 +184.7400,3.188516 +184.7600,3.201616 +184.7800,3.225425 +184.8000,3.263166 +184.8200,3.281275 +184.8400,3.289429 +184.8600,3.295330 +184.8800,3.299800 +184.9000,3.210723 +184.9200,3.159671 +184.9400,3.166933 +184.9600,3.175573 +184.9800,3.183248 +185.0000,3.189439 +185.0200,3.212953 +185.0400,3.242316 +185.0600,3.247932 +185.0800,3.254589 +185.1000,3.259833 +185.1200,3.275194 +185.1400,3.308717 +185.1600,3.340988 +185.1800,3.387827 +185.2000,3.428569 +185.2200,3.450566 +185.2400,3.470452 +185.2600,3.485162 +185.2800,3.495216 +185.3000,3.502679 +185.3200,3.515367 +185.3400,3.549411 +185.3600,3.573169 +185.3800,3.580143 +185.4000,3.583945 +185.4200,3.586193 +185.4400,3.585303 +185.4600,3.584273 +185.4800,3.591874 +185.5000,3.600000 +185.5200,3.600000 +185.5400,3.589592 +185.5600,3.534793 +185.5800,3.482891 +185.6000,3.434472 +185.6200,3.386978 +185.6400,3.356160 +185.6600,3.344238 +185.6800,3.319536 +185.7000,3.294057 +185.7200,3.266319 +185.7400,3.256774 +185.7600,3.269672 +185.7800,3.278928 +185.8000,3.304662 +185.8200,3.336171 +185.8400,3.348028 +185.8600,3.351869 +185.8800,3.352752 +185.9000,3.355481 +185.9200,3.359515 +185.9400,3.357508 +185.9600,3.374217 +185.9800,3.399302 +186.0000,3.402614 +186.0200,3.400076 +186.0400,3.397721 +186.0600,3.395278 +186.0800,3.388940 +186.1000,3.384228 +186.1200,3.398166 +186.1400,3.415524 +186.1600,3.375703 +186.1800,3.332381 +186.2000,3.293260 +186.2200,3.258408 +186.2400,3.226231 +186.2600,3.199331 +186.2800,3.203450 +186.3000,3.196741 +186.3200,3.178515 +186.3400,3.160234 +186.3600,3.169766 +186.3800,3.198334 +186.4000,3.223016 +186.4200,3.253600 +186.4400,3.300163 +186.4600,3.335481 +186.4800,3.349419 +186.5000,3.362752 +186.5200,3.373505 +186.5400,3.382084 +186.5600,3.380343 +186.5800,3.371744 +186.6000,3.362550 +186.6200,3.340363 +186.6400,3.309619 +186.6600,3.281924 +186.6800,3.254790 +186.7000,3.229140 +186.7200,3.203261 +186.7400,3.191052 +186.7600,3.193908 +186.7800,3.027547 +186.8000,3.062377 +186.8200,3.093312 +186.8400,3.122220 +186.8600,3.131561 +186.8800,3.137994 +186.9000,3.141465 +186.9200,3.143017 +186.9400,3.144979 +186.9600,3.147771 +186.9800,3.167824 +187.0000,3.010903 +187.0200,3.026698 +187.0400,3.049808 +187.0600,3.089344 +187.0800,3.115593 +187.1000,3.126328 +187.1200,3.139215 +187.1400,3.151253 +187.1600,3.161508 +187.1800,3.167762 +187.2000,3.171190 +187.2200,3.054373 +187.2400,3.099076 +187.2600,3.136816 +187.2800,3.191190 +187.3000,3.245350 +187.3200,3.275331 +187.3400,3.297911 +187.3600,3.313761 +187.3800,3.327284 +187.4000,3.336222 +187.4200,3.309790 +187.4400,3.199036 +187.4600,3.206603 +187.4800,3.203399 +187.5000,3.202816 +187.5200,3.217421 +187.5400,3.225734 +187.5600,3.217613 +187.5800,3.209874 +187.6000,3.203314 +187.6200,3.196457 +187.6400,3.132898 +187.6600,3.042357 +187.6800,3.027517 +187.7000,3.005030 +187.7200,2.984203 +187.7400,2.976112 +187.7600,2.981676 +187.7800,2.970922 +187.8000,2.954924 +187.8200,2.939214 +187.8400,2.925614 +187.8600,2.849244 +187.8800,2.823576 +187.9000,2.853683 +187.9200,2.879286 +187.9400,2.900910 +187.9600,2.923831 +187.9800,2.960795 +188.0000,2.991283 +188.0200,3.003873 +188.0400,3.012791 +188.0600,3.020616 +188.0800,2.925742 +188.1000,2.881644 +188.1200,2.873121 +188.1400,2.864945 +188.1600,2.857587 +188.1800,2.850082 +188.2000,2.854572 +188.2200,2.873703 +188.2400,2.880040 +188.2600,2.876166 +188.2800,2.874361 +188.3000,2.753574 +188.3200,2.809753 +188.3400,2.865446 +188.3600,2.912313 +188.3800,2.953397 +188.4000,2.990125 +188.4200,3.020508 +188.4400,3.068874 +188.4600,3.120288 +188.4800,3.145151 +188.5000,3.164768 +188.5200,3.008588 +188.5400,3.041837 +188.5600,3.057155 +188.5800,3.067867 +188.6000,3.078078 +188.6200,3.086157 +188.6400,3.094628 +188.6600,3.107579 +188.6800,3.136541 +188.7000,3.161869 +188.7200,3.166445 +188.7400,2.988153 +188.7600,3.024362 +188.7800,3.041380 +188.8000,3.047706 +188.8200,3.052835 +188.8400,3.057568 +188.8600,3.061123 +188.8800,3.061442 +188.9000,3.072782 +188.9200,3.106232 +188.9400,3.115244 +188.9600,2.935742 +188.9800,3.016507 +189.0000,3.085859 +189.0200,3.133068 +189.0400,3.169173 +189.0600,3.200999 +189.0800,3.227454 +189.1000,3.249928 +189.1200,3.274385 +189.1400,3.320639 +189.1600,3.362327 +189.1800,3.163121 +189.2000,3.176117 +189.2200,3.197390 +189.2400,3.206265 +189.2600,3.202157 +189.2800,3.196837 +189.3000,3.192528 +189.3200,3.186805 +189.3400,3.180904 +189.3600,3.184299 +189.3800,3.203261 +189.4000,3.030700 +189.4200,3.051178 +189.4400,3.087123 +189.4600,3.126496 +189.4800,3.141551 +189.5000,3.154385 +189.5200,3.162761 +189.5400,3.170544 +189.5600,3.176594 +189.5800,3.185171 +189.6000,3.202750 +189.6200,3.064850 +189.6400,3.117390 +189.6600,3.168949 +189.6800,3.234661 +189.7000,3.292507 +189.7200,3.323028 +189.7400,3.348749 +189.7600,3.369027 +189.7800,3.386542 +189.8000,3.401235 +189.8200,3.400863 +189.8400,3.244821 +189.8600,3.219620 +189.8800,3.192549 +189.9000,3.176530 +189.9200,3.173706 +189.9400,3.161707 +189.9600,3.136126 +189.9800,3.111657 +190.0000,3.087260 +190.0200,3.063089 +190.0400,3.004969 +190.0600,2.909277 +190.0800,2.906623 +190.1000,2.903056 +190.1200,2.900901 +190.1400,2.924190 +190.1600,2.935868 +190.1800,2.935211 +190.2000,2.930890 +190.2200,2.924861 +190.2400,2.918820 +190.2600,2.859053 +190.2800,2.817078 +190.3000,2.851632 +190.3200,2.883417 +190.3400,2.910008 +190.3600,2.942844 +190.3800,2.992313 +190.4000,3.019159 +190.4200,3.030065 +190.4400,3.038895 +190.4600,3.046104 +190.4800,2.964946 +190.5000,2.932951 +190.5200,2.955434 +190.5400,2.976346 +190.5600,2.996030 +190.5800,3.015974 +190.6000,3.061263 +190.6200,3.106527 +190.6400,3.130870 +190.6600,3.151816 +190.6800,3.170382 +190.7000,3.064651 +190.7200,3.090893 +190.7400,3.121583 +190.7600,3.143674 +190.7800,3.161752 +190.8000,3.177094 +190.8200,3.203237 +190.8400,3.239566 +190.8600,3.258047 +190.8800,3.261362 +190.9000,3.261700 +190.9200,3.122758 +190.9400,3.132803 +190.9600,3.148800 +190.9800,3.158790 +191.0000,3.167359 +191.0200,3.174152 +191.0400,3.180435 +191.0600,3.214461 +191.0800,3.246497 +191.1000,3.259790 +191.1200,3.266520 +191.1400,3.101551 +191.1600,3.136688 +191.1800,3.154565 +191.2000,3.168759 +191.2200,3.180075 +191.2400,3.189768 +191.2600,3.196921 +191.2800,3.207837 +191.3000,3.237496 +191.3200,3.258961 +191.3400,3.262253 +191.3600,3.076030 +191.3800,3.095891 +191.4000,3.097051 +191.4200,3.092941 +191.4400,3.088929 +191.4600,3.082887 +191.4800,3.075626 +191.5000,3.069640 +191.5200,3.076772 +191.5400,3.095795 +191.5600,3.095851 +191.5800,2.916539 +191.6000,2.981209 +191.6200,3.030254 +191.6400,3.062367 +191.6600,3.085414 +191.6800,3.103248 +191.7000,3.120668 +191.7200,3.138749 +191.7400,3.160766 +191.7600,3.201434 +191.7800,3.235425 +191.8000,3.046243 +191.8200,3.088079 +191.8400,3.141763 +191.8600,3.171583 +191.8800,3.188185 +191.9000,3.202420 +191.9200,3.214536 +191.9400,3.223387 +191.9600,3.231159 +191.9800,3.251149 +192.0000,3.279951 +192.0200,3.099098 +192.0400,3.128503 +192.0600,3.172061 +192.0800,3.215915 +192.1000,3.235829 +192.1200,3.250510 +192.1400,3.264959 +192.1600,3.275288 +192.1800,3.284682 +192.2000,3.294812 +192.2200,3.322517 +192.2400,3.139937 +192.2600,3.116506 +192.2800,3.097218 +192.3000,3.101144 +192.3200,3.092652 +192.3400,3.072282 +192.3600,3.056719 +192.3800,3.043865 +192.4000,3.029692 +192.4200,3.015785 +192.4400,3.001200 +192.4600,2.873331 +192.4800,2.876337 +192.5000,2.878545 +192.5200,2.900168 +192.5400,2.917726 +192.5600,2.918096 +192.5800,2.920922 +192.6000,2.919638 +192.6200,2.919235 +192.6400,2.918702 +192.6600,2.893555 +192.6800,2.831580 +192.7000,2.904637 +192.7200,2.967778 +192.7400,3.028757 +192.7600,3.105170 +192.7800,3.165785 +192.8000,3.203992 +192.8200,3.238845 +192.8400,3.273696 +192.8600,3.304216 +192.8800,3.269375 +192.9000,3.184746 +192.9200,3.198600 +192.9400,3.209461 +192.9600,3.219460 +192.9800,3.243792 +193.0000,3.273028 +193.0200,3.280607 +193.0400,3.286191 +193.0600,3.288919 +193.0800,3.289991 +193.1000,3.207972 +193.1200,3.162666 +193.1400,3.189766 +193.1600,3.213228 +193.1800,3.233674 +193.2000,3.255223 +193.2200,3.294173 +193.2400,3.329279 +193.2600,3.340415 +193.2800,3.352508 +193.3000,3.359770 +193.3200,3.248323 +193.3400,3.213228 +193.3600,3.215332 +193.3800,3.215830 +193.4000,3.215396 +193.4200,3.214162 +193.4400,3.224599 +193.4600,3.250012 +193.4800,3.265437 +193.5000,3.261149 +193.5200,3.257941 +193.5400,3.116889 +193.5600,3.160543 +193.5800,3.208493 +193.6000,3.249916 +193.6200,3.286680 +193.6400,3.318165 +193.6600,3.345353 +193.6800,3.388516 +193.7000,3.437295 +193.7200,3.459867 +193.7400,3.473836 +193.7600,3.294800 +193.7800,3.309120 +193.8000,3.297273 +193.8200,3.288571 +193.8400,3.280216 +193.8600,3.270947 +193.8800,3.260245 +193.9000,3.253089 +193.9200,3.267931 +193.9400,3.281711 +193.9600,3.273845 +193.9800,3.083832 +194.0000,3.143801 +194.0200,3.180192 +194.0400,3.199024 +194.0600,3.214322 +194.0800,3.228420 +194.1000,3.241320 +194.1200,3.252295 +194.1400,3.268271 +194.1600,3.302295 +194.1800,3.319187 +194.2000,3.122580 +194.2200,3.181136 +194.2400,3.232803 +194.2600,3.261445 +194.2800,3.280162 +194.3000,3.296254 +194.3200,3.312563 +194.3400,3.326615 +194.3600,3.339357 +194.3800,3.368092 +194.4000,3.395065 +194.4200,3.196889 +194.4400,3.227380 +194.4600,3.275713 +194.4800,3.312454 +194.5000,3.330202 +194.5200,3.342741 +194.5400,3.352742 +194.5600,3.362031 +194.5800,3.369058 +194.6000,3.382200 +194.6200,3.417191 +194.6400,3.230043 +194.6600,3.248186 +194.6800,3.279461 +194.7000,3.317686 +194.7200,3.333210 +194.7400,3.341169 +194.7600,3.347784 +194.7800,3.353835 +194.8000,3.357805 +194.8200,3.359354 +194.8400,3.374376 +194.8600,3.218771 +194.8800,3.243972 +194.9000,3.268620 +194.9200,3.310894 +194.9400,3.350012 +194.9600,3.362594 +194.9800,3.376744 +195.0000,3.387061 +195.0200,3.394037 +195.0400,3.400662 +195.0600,3.386204 +195.0800,3.250905 +195.1000,3.256477 +195.1200,3.259693 +195.1400,3.271117 +195.1600,3.298919 +195.1800,3.311710 +195.2000,3.310766 +195.2200,3.309459 +195.2400,3.306128 +195.2600,3.301987 +195.2800,3.253016 +195.3000,3.156730 +195.3200,3.169480 +195.3400,3.180458 +195.3600,3.191083 +195.3800,3.217921 +195.4000,3.247890 +195.4200,3.255459 +195.4400,3.259714 +195.4600,3.262030 +195.4800,3.262805 +195.5000,3.271201 +195.5200,3.307114 +195.5400,3.363102 +195.5600,3.413940 +195.5800,3.437776 +195.6000,3.456648 +195.6200,3.475237 +195.6400,3.491097 +195.6600,3.502765 +195.6800,3.514793 +195.7000,3.546546 +195.7200,3.578180 +195.7400,3.582904 +195.7600,3.585811 +195.7800,3.587087 +195.8000,3.589009 +195.8200,3.590335 +195.8400,3.594518 +195.8600,3.600000 +195.8800,3.600000 +195.9000,3.600000 +195.9200,3.590950 +195.9400,3.526651 +195.9600,3.470513 +195.9800,3.419238 +196.0000,3.375205 +196.0200,3.354888 +196.0400,3.345374 +196.0600,3.309525 +196.0800,3.274926 +196.1000,3.244917 +196.1200,3.235722 +196.1400,3.254832 +196.1600,3.282220 +196.1800,3.326923 +196.2000,3.356170 +196.2200,3.366882 +196.2400,3.376022 +196.2600,3.382233 +196.2800,3.387796 +196.3000,3.392796 +196.3200,3.405269 +196.3400,3.440194 +196.3600,3.463041 +196.3800,3.465727 +196.4000,3.468719 +196.4200,3.472710 +196.4400,3.472827 +196.4600,3.471182 +196.4800,3.480609 +196.5000,3.511023 +196.5200,3.523932 +196.5400,3.465576 +196.5600,3.403866 +196.5800,3.347402 +196.6000,3.297964 +196.6200,3.256592 +196.6400,3.224344 +196.6600,3.209077 +196.6800,3.181837 +196.7000,3.151741 +196.7200,3.127315 +196.7400,3.136316 +196.7600,3.175276 +196.7800,3.207464 +196.8000,3.261551 +196.8200,3.314003 +196.8400,3.343187 +196.8600,3.364378 +196.8800,3.382775 +196.9000,3.398242 +196.9200,3.411139 +196.9400,3.415628 +196.9600,3.397764 +196.9800,3.390576 +197.0000,3.366967 +197.0200,3.338560 +197.0400,3.312432 +197.0600,3.289620 +197.0800,3.269578 +197.1000,3.249883 +197.1200,3.251383 +197.1400,3.259395 +197.1600,3.071508 +197.1800,3.091136 +197.2000,3.123375 +197.2200,3.157697 +197.2400,3.166254 +197.2600,3.172072 +197.2800,3.176849 +197.3000,0.555226 +197.3200,0.560268 +197.3400,0.564971 +197.3600,0.570491 +197.3800,0.574461 +197.4000,0.580183 +197.4200,0.560141 +197.4400,0.577189 +197.4600,0.593962 +197.4800,0.612889 +197.5000,0.629259 +197.5200,0.639364 +197.5400,0.649237 +197.5600,0.657528 +197.5800,0.664969 +197.6000,0.671636 +197.6200,0.673377 +197.6400,0.623791 +197.6600,0.581733 +197.6800,0.543411 +197.7000,0.508868 +197.7200,0.477913 +197.7400,0.449262 +197.7600,0.422670 +197.7800,0.398944 +197.8000,0.376301 +197.8200,0.355091 +197.8400,0.335336 +197.8600,0.341121 +197.8800,0.362809 +197.9000,0.383063 +197.9200,0.402872 +197.9400,0.424878 +197.9600,0.443200 +197.9800,0.456024 +198.0000,0.466830 +198.0200,0.475429 +198.0400,0.480407 +198.0600,0.474813 +198.0800,0.491469 +198.1000,0.529356 +198.1200,0.563368 +198.1400,0.593728 +198.1600,0.623898 +198.1800,0.653780 +198.2000,0.680744 +198.2200,0.701476 +198.2400,0.722092 +198.2600,0.739628 +198.2800,0.731412 +198.3000,0.724002 +198.3200,0.730361 +198.3400,0.734023 +198.3600,0.737526 +198.3800,0.741030 +198.4000,0.751242 +198.4200,0.763906 +198.4400,0.776294 +198.4600,0.789659 +198.4800,0.804479 +198.5000,0.791878 +198.5200,0.771794 +198.5400,0.763184 +198.5600,0.755584 +198.5800,0.750594 +198.6000,0.749299 +198.6200,0.750658 +198.6400,0.753556 +198.6600,0.754352 +198.6800,0.755775 +198.7000,0.757548 +198.7200,0.732144 +198.7400,0.742463 +198.7600,0.755998 +198.7800,0.765774 +198.8000,0.770934 +198.8200,0.773577 +198.8400,0.776953 +198.8600,0.781656 +198.8800,0.783354 +198.9000,0.783439 +198.9200,0.784851 +198.9400,0.754416 +198.9600,0.748269 +198.9800,0.743832 +199.0000,0.738790 +199.0200,0.732410 +199.0400,0.724682 +199.0600,0.719055 +199.0800,0.720021 +199.1000,0.726720 +199.1200,0.732038 +199.1400,0.735393 +199.1600,0.700659 +199.1800,0.716646 +199.2000,0.725446 +199.2200,0.732941 +199.2400,0.740329 +199.2600,0.748312 +199.2800,0.756327 +199.3000,0.765668 +199.3200,0.783619 +199.3400,0.796432 +199.3600,0.802027 +199.3800,0.761995 +199.4000,0.742081 +199.4200,0.720818 +199.4400,0.701879 +199.4600,0.685436 +199.4800,0.670659 +199.5000,0.658961 +199.5200,0.649693 +199.5400,0.646021 +199.5600,0.643791 +199.5800,0.637655 +199.6000,0.601074 +199.6200,0.565045 +199.6400,0.534250 +199.6600,0.508581 +199.6800,0.488709 +199.7000,0.471660 +199.7200,0.457117 +199.7400,0.444102 +199.7600,0.432117 +199.7800,0.419718 +199.8000,0.405791 +199.8200,0.383923 +199.8400,0.393350 +199.8600,0.399899 +199.8800,0.402362 +199.9000,0.401991 +199.9200,0.401916 +199.9400,0.402575 +199.9600,0.402500 +199.9800,0.405504 +200.0000,0.411438 +200.0200,0.418360 +200.0400,0.397288 +200.0600,0.409772 +200.0800,0.424230 +200.1000,0.436810 +200.1200,0.447881 +200.1400,0.458157 +200.1600,0.468699 +200.1800,0.479463 +200.2000,0.489197 +200.2200,0.501288 +200.2400,0.514335 +200.2600,0.490142 +200.2800,0.501479 +200.3000,0.513708 +200.3200,0.524324 +200.3400,0.528846 +200.3600,0.531553 +200.3800,0.533453 +200.4000,0.533835 +200.4200,0.533761 +200.4400,0.533464 +200.4600,0.535534 +200.4800,0.524600 +200.5000,0.565056 +200.5200,0.602805 +200.5400,0.642061 +200.5600,0.675479 +200.5800,0.702432 +200.6000,0.726210 +200.6200,0.748312 +200.6400,0.768492 +200.6600,0.786592 +200.6800,0.801061 +200.7000,0.762887 +200.7200,0.752600 +200.7400,0.742282 +200.7600,0.735276 +200.7800,0.731147 +200.8000,0.723864 +200.8200,0.716041 +200.8400,0.708833 +200.8600,0.702198 +200.8800,0.696020 +200.9000,0.685277 +200.9200,0.668547 +200.9400,0.680288 +200.9600,0.691466 +200.9800,0.701561 +201.0000,0.715658 +201.0200,0.727803 +201.0400,0.733588 +201.0600,0.740403 +201.0800,0.745679 +201.1000,0.749426 +201.1200,0.740563 +201.1400,0.728057 +201.1600,0.736974 +201.1800,0.744894 +201.2000,0.752919 +201.2200,0.762929 +201.2400,0.774511 +201.2600,0.781783 +201.2800,0.786209 +201.3000,0.790042 +201.3200,0.793598 +201.3400,0.777452 +201.3600,0.745223 +201.3800,0.724788 +201.4000,0.705478 +201.4200,0.687687 +201.4400,0.672634 +201.4600,0.661148 +201.4800,0.651403 +201.5000,0.641562 +201.5200,0.631371 +201.5400,0.622719 +201.5600,0.599503 +201.5800,0.591924 +201.6000,0.590682 +201.6200,0.589960 +201.6400,0.589376 +201.6600,0.588028 +201.6800,0.590565 +201.7000,0.593930 +201.7200,0.594344 +201.7400,0.593272 +201.7600,0.591913 +201.7800,0.569228 +201.8000,0.596679 +201.8200,0.625097 +201.8400,0.650500 +201.8600,0.673377 +201.8800,0.693164 +201.9000,0.711848 +201.9200,0.734639 +201.9400,0.755000 +201.9600,0.769989 +201.9800,0.782388 +202.0000,0.750584 +202.0200,0.726444 +202.0400,0.701922 +202.0600,0.680946 +202.0800,0.662570 +202.1000,0.644757 +202.1200,0.629036 +202.1400,0.616934 +202.1600,0.607783 +202.1800,0.598293 +202.2000,0.588017 +202.2200,0.555555 +202.2400,0.592677 +202.2600,0.620522 +202.2800,0.643589 +202.3000,0.664003 +202.3200,0.682198 +202.3400,0.698748 +202.3600,0.714841 +202.3800,0.733079 +202.4000,0.751327 +202.4200,0.762738 +202.4400,0.723525 +202.4600,0.744023 +202.4800,0.760902 +202.5000,0.772473 +202.5200,0.782303 +202.5400,0.790742 +202.5600,0.798789 +202.5800,0.804999 +202.6000,0.811825 +202.6200,0.822748 +202.6400,0.831644 +202.6600,0.785371 +202.6800,0.788428 +202.7000,0.794500 +202.7200,0.797950 +202.7400,0.798991 +202.7600,0.800264 +202.7800,0.802037 +202.8000,0.803332 +202.8200,0.804638 +202.8400,0.809755 +202.8600,0.812334 +202.8800,0.765467 +202.9000,0.755265 +202.9200,0.746582 +202.9400,0.734841 +202.9600,0.712973 +202.9800,0.685723 +203.0000,0.657708 +203.0200,0.638484 +203.0400,0.629779 +203.0600,0.631159 +203.0800,0.640522 +203.1000,0.618101 +203.1200,0.641540 +203.1400,0.661360 +203.1600,0.678610 +203.1800,0.682878 +203.2000,0.682867 +203.2200,0.680054 +203.2400,0.674608 +203.2600,0.668929 +203.2800,0.665288 +203.3000,0.667475 +203.3200,0.631212 +203.3400,0.662729 +203.3600,0.677028 +203.3800,0.688737 +203.4000,0.698642 +203.4200,0.707962 +203.4400,0.718153 +203.4600,0.730276 +203.4800,0.746475 +203.5000,0.770902 +203.5200,0.793056 +203.5400,0.749777 +203.5600,0.802069 +203.5800,0.819415 +203.6000,0.837398 +203.6200,0.855561 +203.6400,0.872694 +203.6600,0.889000 +203.6800,0.906792 +203.7000,0.926982 +203.7200,0.939466 +203.7400,0.948967 +203.7600,0.959636 +203.7800,0.963925 +203.8000,0.957736 +203.8200,0.953702 +203.8400,0.955305 +203.8600,0.951345 +203.8800,0.943468 +203.9000,0.933766 +203.9200,0.922672 +203.9400,0.908681 +203.9600,0.891961 +203.9800,0.875964 +204.0000,0.855327 +204.0200,0.830657 +204.0400,0.804840 +204.0600,0.779691 +204.0800,0.755785 +204.1000,0.734458 +204.1200,0.716264 +204.1400,0.705744 +204.1600,0.701051 +204.1800,0.672973 +204.2000,0.648770 +204.2200,0.627889 +204.2400,0.609503 +204.2600,0.593845 +204.2800,0.580193 +204.3000,0.570385 +204.3200,0.566701 +204.3400,0.562890 +204.3600,0.561797 +204.3800,0.580236 +204.4000,0.606127 +204.4200,0.627518 +204.4400,0.645574 +204.4600,0.664587 +204.4800,0.681731 +204.5000,0.689279 +204.5200,0.692697 +204.5400,0.692421 +204.5600,0.688366 +204.5800,0.673302 +204.6000,0.639311 +204.6200,0.605586 +204.6400,0.572211 +204.6600,0.539016 +204.6800,0.509324 +204.7000,0.482446 +204.7200,0.457807 +204.7400,0.437085 +204.7600,0.419655 +204.7800,0.405855 +204.8000,0.450811 +204.8200,0.486904 +204.8400,0.521872 +204.8600,0.553708 +204.8800,0.582264 +204.9000,0.606669 +204.9200,0.630585 +204.9400,0.657984 +204.9600,0.680213 +204.9800,0.698015 +205.0000,0.675839 +205.0200,0.638483 +205.0400,0.605129 +205.0600,0.574833 +205.0800,0.547285 +205.1000,0.523591 +205.1200,0.499632 +205.1400,0.475131 +205.1600,0.452138 +205.1800,0.429591 +205.2000,0.421056 +205.2200,0.442659 +205.2400,0.466055 +205.2600,0.489250 +205.2800,0.506235 +205.3000,0.520672 +205.3200,0.533443 +205.3400,0.545735 +205.3600,0.557625 +205.3800,0.568368 +205.4000,0.580024 +205.4200,0.553230 +205.4400,0.553963 +205.4600,0.555258 +205.4800,0.560353 +205.5000,0.565353 +205.5200,0.568304 +205.5400,0.572296 +205.5600,0.576882 +205.5800,0.583134 +205.6000,0.589344 +205.6200,0.595066 +205.6400,0.558368 +205.6600,0.532933 +205.6800,0.510152 +205.7000,0.490598 +205.7200,0.474272 +205.7400,0.458826 +205.7600,0.444272 +205.7800,0.429941 +205.8000,0.417181 +205.8200,0.405897 +205.8400,0.392405 +205.8600,0.372097 +205.8800,0.358605 +205.9000,0.345028 +205.9200,0.332735 +205.9400,0.321217 +205.9600,0.309710 +205.9800,0.297608 +206.0000,0.286016 +206.0200,0.274604 +206.0400,0.263086 +206.0600,0.251409 +206.0800,0.250836 +206.1000,0.258278 +206.1200,0.263320 +206.1400,0.268044 +206.1600,0.274084 +206.1800,0.279148 +206.2000,0.282619 +206.2200,0.284859 +206.2400,0.287491 +206.2600,0.290167 +206.2800,0.286366 +206.3000,0.309444 +206.3200,0.344953 +206.3400,0.377447 +206.3600,0.406958 +206.3800,0.434708 +206.4000,0.466777 +206.4200,0.492053 +206.4400,0.511362 +206.4600,0.528358 +206.4800,0.545183 +206.5000,0.540693 +206.5200,0.570767 +206.5400,0.728832 +206.5600,0.752399 +206.5800,0.743089 +206.6000,0.736688 +206.6200,0.726815 +206.6400,0.717622 +206.6600,0.708758 +206.6800,0.700638 +206.7000,0.691901 +206.7200,0.680521 +206.7400,0.661031 +206.7600,0.668748 +206.7800,0.674873 +206.8000,0.684247 +206.8200,0.695425 +206.8400,0.701604 +206.8600,0.705032 +206.8800,0.707495 +206.9000,0.711455 +206.9200,0.715828 +206.9400,0.709013 +206.9600,0.678982 +206.9800,0.665574 +207.0000,0.652666 +207.0200,0.642008 +207.0400,0.636169 +207.0600,0.627709 +207.0800,0.616573 +207.1000,0.606329 +207.1200,0.595894 +207.1400,0.586181 +207.1600,0.570119 +207.1800,0.574164 +207.2000,0.600076 +207.2200,0.624099 +207.2400,0.647337 +207.2600,0.674470 +207.2800,0.703822 +207.3000,0.726115 +207.3200,0.746497 +207.3400,0.765106 +207.3600,0.783524 +207.3800,0.777314 +207.4000,0.725637 +207.4200,0.681370 +207.4400,0.641222 +207.4600,0.604259 +207.4800,0.570088 +207.5000,0.539833 +207.5200,0.511023 +207.5400,0.483252 +207.5600,0.458295 +207.5800,0.434644 +207.6000,0.409156 +207.6200,0.411162 +207.6400,0.418423 +207.6600,0.424028 +207.6800,0.429379 +207.7000,0.434495 +207.7200,0.440026 +207.7400,0.446629 +207.7600,0.449962 +207.7800,0.453911 +207.8000,0.456268 +207.8200,0.441225 +207.8400,0.512052 +207.8600,0.586531 +207.8800,0.656020 +207.9000,0.718440 +207.9200,0.775297 +207.9400,0.828842 +207.9600,0.882907 +207.9800,0.928362 +208.0000,0.964392 +208.0200,0.996896 +208.0400,0.972077 +208.0600,0.901208 +208.0800,0.838045 +208.1000,0.780212 +208.1200,0.727590 +208.1400,0.680139 +208.1600,0.636498 +208.1800,0.597178 +208.2000,0.562986 +208.2200,0.531415 +208.2400,0.502371 +208.2600,0.470864 +208.2800,0.487180 +208.3000,0.501193 +208.3200,0.515609 +208.3400,0.528422 +208.3600,0.541744 +208.3800,0.555342 +208.4000,0.571202 +208.4200,0.592242 +208.4400,0.610161 +208.4600,0.624099 +208.4800,0.597306 +208.5000,0.688939 +208.5200,0.762367 +208.5400,0.826994 +208.5600,0.885327 +208.5800,0.938585 +208.6000,0.986822 +208.6200,1.031259 +208.6400,1.082744 +208.6600,1.130759 +208.6800,1.163487 +208.7000,1.109889 +208.7200,1.157404 +208.7400,1.194739 +208.7600,1.222626 +208.7800,1.247679 +208.8000,1.270354 +208.8200,1.290004 +208.8400,1.307382 +208.8600,1.331988 +208.8800,1.358485 +208.9000,1.373164 +208.9200,1.297465 +208.9400,1.220736 +208.9600,1.152425 +208.9800,1.089613 +209.0000,1.032989 +209.0200,0.981557 +209.0400,0.935252 +209.0600,0.893257 +209.0800,0.856187 +209.1000,0.825041 +209.1200,0.795477 +209.1400,0.754564 +209.1600,0.786634 +209.1800,0.818045 +209.2000,0.842313 +209.2200,0.861803 +209.2400,0.880752 +209.2600,0.899998 +209.2800,0.918256 +209.3000,0.937311 +209.3200,0.962629 +209.3400,0.989858 +209.3600,0.943978 +209.3800,0.976706 +209.4000,1.013106 +209.4200,1.042756 +209.4400,1.062225 +209.4600,1.078817 +209.4800,1.094040 +209.5000,1.108434 +209.5200,1.119814 +209.5400,1.135504 +209.5600,1.152054 +209.5800,1.099135 +209.6000,1.121215 +209.6200,1.148147 +209.6400,1.178954 +209.6600,1.196788 +209.6800,1.211512 +209.7000,1.224176 +209.7200,1.236649 +209.7400,1.249622 +209.7600,1.261745 +209.7800,1.282647 +209.8000,1.206565 +209.8200,1.172276 +209.8400,1.145217 +209.8600,1.123551 +209.8800,1.101152 +209.9000,1.076725 +209.9200,1.055080 +209.9400,1.035431 +209.9600,1.017682 +209.9800,1.002257 +210.0000,0.988287 +210.0200,0.953776 +210.0400,0.967566 +210.0600,0.981122 +210.0800,0.997863 +210.1000,1.015039 +210.1200,1.022406 +210.1400,1.029486 +210.1600,1.036153 +210.1800,1.041100 +210.2000,1.044019 +210.2200,1.044804 +210.2400,1.002257 +210.2600,1.000272 +210.2800,0.998234 +210.3000,1.001058 +210.3200,1.006440 +210.3400,1.005272 +210.3600,1.004221 +210.3800,1.004349 +210.4000,1.004922 +210.4200,1.003945 +210.4400,0.995315 +210.4600,0.983744 +210.4800,1.018234 +210.5000,1.048520 +210.5200,1.076057 +210.5400,1.106736 +210.5600,1.131396 +210.5800,1.149103 +210.6000,1.164846 +210.6200,1.178327 +210.6400,1.190769 +210.6600,1.184336 +210.6800,1.121120 +210.7000,1.079273 +210.7200,1.040919 +210.7400,1.005909 +210.7600,0.976992 +210.7800,0.951727 +210.8000,0.925135 +210.8200,0.900359 +210.8400,0.877195 +210.8600,0.855741 +210.8800,0.824351 +210.9000,0.833077 +210.9200,0.862535 +210.9400,0.888214 +210.9600,0.911781 +210.9800,0.934445 +211.0000,0.962067 +211.0200,1.087691 +211.0400,1.338209 +211.0600,1.332870 +211.0800,1.315874 +211.1000,1.288560 +211.1200,1.227148 +211.1400,1.192425 +211.1600,1.160419 +211.1800,1.133307 +211.2000,1.113593 +211.2200,1.095207 +211.2400,1.073573 +211.2600,1.052522 +211.2800,1.034210 +211.3000,1.017629 +211.3200,0.990676 +211.3400,0.994901 +211.3600,1.035028 +211.3800,1.066906 +211.4000,1.094347 +211.4200,1.126884 +211.4400,1.161088 +211.4600,1.183699 +211.4800,1.203359 +211.5000,1.220440 +211.5200,1.236819 +211.5400,1.224293 +211.5600,1.173635 +211.5800,1.145525 +211.6000,1.120058 +211.6200,1.096375 +211.6400,1.076726 +211.6600,1.063944 +211.6800,1.046960 +211.7000,1.030378 +211.7200,1.015410 +211.7400,1.000888 +211.7600,0.967958 +211.7800,0.967481 +211.8000,0.979816 +211.8200,0.988691 +211.8400,0.996514 +211.8600,1.003584 +211.8800,1.018616 +211.9000,1.032002 +211.9200,1.036397 +211.9400,1.042618 +211.9600,1.048095 +211.9800,1.019200 +212.0000,0.965931 +212.0200,0.922142 +212.0400,0.882578 +212.0600,0.846485 +212.0800,0.812472 +212.1000,0.781730 +212.1200,0.756295 +212.1400,0.731508 +212.1600,0.708270 +212.1800,0.687081 +212.2000,0.653844 +212.2200,0.715446 +212.2400,0.775912 +212.2600,0.829850 +212.2800,0.878321 +212.3000,0.922471 +212.3200,0.963330 +212.3400,1.009264 +212.3600,1.051439 +212.3800,1.081715 +212.4000,1.109294 +212.4200,1.068658 +212.4400,1.128774 +212.4600,1.172829 +212.4800,1.213454 +212.5000,1.250885 +212.5200,1.283888 +212.5400,1.315396 +212.5600,1.347423 +212.5800,1.386754 +212.6000,1.418271 +212.6200,1.440520 +212.6400,1.372422 +212.6600,1.348007 +212.6800,1.310311 +212.7000,1.277381 +212.7200,1.247732 +212.7400,1.221448 +212.7600,1.197478 +212.7800,1.179028 +212.8000,1.166438 +212.8200,1.248666 +212.8400,1.420119 +212.8600,1.350204 +212.8800,1.340916 +212.9000,1.324631 +212.9200,1.310609 +212.9400,1.298889 +212.9600,1.289451 +212.9800,1.280470 +213.0000,1.280025 +213.0200,1.284101 +213.0400,1.280917 +213.0600,1.278358 +213.0800,1.216586 +213.1000,1.273719 +213.1200,1.314886 +213.1400,1.350247 +213.1600,1.380808 +213.1800,1.407391 +213.2000,1.430002 +213.2200,1.449833 +213.2400,1.477974 +213.2600,1.498081 +213.2800,1.510712 +213.3000,1.436054 +213.3200,1.468155 +213.3400,1.480905 +213.3600,1.488718 +213.3800,1.493919 +213.4000,1.497740 +213.4200,1.500670 +213.4400,1.500468 +213.4600,1.509513 +213.4800,1.520501 +213.5000,1.520309 +213.5200,1.436679 +213.5400,1.486848 +213.5600,1.489620 +213.5800,1.491371 +213.6000,1.491594 +213.6200,1.490968 +213.6400,1.488736 +213.6600,1.496922 +213.6800,1.507274 +213.7000,1.508718 +213.7200,1.508587 +213.7400,1.437412 +213.7600,1.471616 +213.7800,1.471944 +213.8000,1.471032 +213.8200,1.469756 +213.8400,1.467432 +213.8600,1.470416 +213.8800,1.479937 +213.9000,1.479502 +213.9200,1.477232 +213.9400,1.474249 +213.9600,1.418113 +213.9800,1.426021 +214.0000,1.430225 +214.0200,1.428347 +214.0400,1.425746 +214.0600,1.429120 +214.0800,1.438962 +214.1000,1.439280 +214.1200,1.439514 +214.1400,1.437030 +214.1600,1.435639 +214.1800,1.440700 +214.2000,1.468048 +214.2200,1.481924 +214.2400,1.497707 +214.2600,1.499068 +214.2800,1.497899 +214.3000,1.494002 +214.3200,1.488612 +214.3400,1.480861 +214.3600,1.475638 +214.3800,1.474024 +214.4000,1.475500 +214.4200,1.462741 +214.4400,1.450923 +214.4600,1.439386 +214.4800,1.428698 +214.5000,1.420075 +214.5200,1.417413 +214.5400,1.420850 +214.5600,1.409800 +214.5800,1.393718 +214.6000,1.361500 +214.6200,1.322179 +214.6400,1.284950 +214.6600,1.253051 +214.6800,1.225959 +214.7000,1.202796 +214.7200,1.176172 +214.7400,1.149389 +214.7600,1.126460 +214.7800,1.107723 +214.8000,1.099400 +214.8200,1.118158 +214.8400,1.135897 +214.8600,1.147627 +214.8800,1.153784 +214.9000,1.159517 +214.9200,1.163933 +214.9400,1.168136 +214.9600,1.172393 +214.9800,1.182648 +215.0000,1.200185 +215.0200,1.219102 +215.0400,1.223815 +215.0600,1.226480 +215.0800,1.227488 +215.1000,1.228762 +215.1200,1.228507 +215.1400,1.233910 +215.1600,1.246564 +215.1800,1.249834 +215.2000,1.248740 +215.2200,1.223284 +215.2400,1.185779 +215.2600,1.151810 +215.2800,1.119135 +215.3000,1.092437 +215.3200,1.067246 +215.3400,1.040930 +215.3600,1.016493 +215.3800,0.992990 +215.4000,0.969540 +215.4200,0.956717 +215.4400,0.990516 +215.4600,1.025697 +215.4800,1.050930 +215.5000,1.067257 +215.5200,1.081290 +215.5400,1.091365 +215.5600,1.099921 +215.5800,1.107203 +215.6000,1.115271 +215.6200,1.127776 +215.6400,1.126980 +215.6600,1.121269 +215.6800,1.115388 +215.7000,1.108965 +215.7200,1.101577 +215.7400,1.093700 +215.7600,1.091375 +215.7800,1.091492 +215.8000,1.087702 +215.8200,1.083382 +215.8400,1.029115 +215.8600,1.050091 +215.8800,1.059369 +215.9000,1.067639 +215.9200,1.076556 +215.9400,1.086067 +215.9600,1.095059 +215.9800,1.109071 +216.0000,1.131598 +216.0200,1.148306 +216.0400,1.158816 +216.0600,1.100727 +216.0800,1.113954 +216.1000,1.119549 +216.1200,1.123211 +216.1400,1.126088 +216.1600,1.130228 +216.1800,1.134145 +216.2000,1.136406 +216.2200,1.143890 +216.2400,1.150918 +216.2600,1.145185 +216.2800,1.081747 +216.3000,1.095844 +216.3200,1.107914 +216.3400,1.114390 +216.3600,1.118647 +216.3800,1.124443 +216.4000,1.130366 +216.4200,1.137415 +216.4400,1.148795 +216.4600,1.168572 +216.4800,1.181544 +216.5000,1.117574 +216.5200,1.135833 +216.5400,1.151916 +216.5600,1.160769 +216.5800,1.166448 +216.6000,1.174442 +216.6200,1.184325 +216.6400,1.194580 +216.6600,1.207595 +216.6800,1.231501 +216.7000,1.254982 +216.7200,1.186576 +216.7400,1.187319 +216.7600,1.196745 +216.7800,1.202393 +216.8000,1.202818 +216.8200,1.203560 +216.8400,1.203561 +216.8600,1.202658 +216.8800,1.201735 +216.9000,1.205217 +216.9200,1.214293 +216.9400,1.152404 +216.9600,1.161523 +216.9800,1.172977 +217.0000,1.185111 +217.0200,1.187690 +217.0400,1.186406 +217.0600,1.183072 +217.0800,1.180504 +217.1000,1.178083 +217.1200,1.174697 +217.1400,1.180981 +217.1600,1.126778 +217.1800,1.140865 +217.2000,1.161480 +217.2200,1.188465 +217.2400,1.210800 +217.2600,1.234229 +217.2800,1.258337 +217.3000,1.285141 +217.3200,1.314091 +217.3400,1.343398 +217.3600,1.381097 +217.3800,1.331012 +217.4000,1.362529 +217.4200,1.398378 +217.4400,1.443229 +217.4600,1.495087 +217.4800,1.537771 +217.5000,1.581774 +217.5200,1.624991 +217.5400,1.670276 +217.5600,1.715412 +217.5800,1.749565 +217.6000,1.726443 +217.6200,1.806145 +217.6400,1.875464 +217.6600,1.947134 +217.6800,2.026144 +217.7000,2.087300 +217.7200,2.139456 +217.7400,2.186208 +217.7600,2.228733 +217.7800,2.268214 +217.8000,2.268193 +217.8200,2.187301 +217.8400,2.168256 +217.8600,2.149774 +217.8800,2.132524 +217.9000,2.129127 +217.9200,2.127227 +217.9400,2.115304 +217.9600,2.102704 +217.9800,2.090348 +218.0000,2.078033 +218.0200,2.030889 +218.0400,2.019383 +218.0600,2.062344 +218.0800,2.098288 +218.1000,2.130529 +218.1200,2.165115 +218.1400,2.208192 +218.1600,2.239287 +218.1800,2.256302 +218.2000,2.268108 +218.2200,2.278246 +218.2400,2.219966 +218.2600,2.204424 +218.2800,2.224434 +218.3000,2.242746 +218.3200,2.259031 +218.3400,2.271207 +218.3600,2.294615 +218.3800,2.321025 +218.4000,2.333935 +218.4200,2.340570 +218.4400,2.345452 +218.4600,2.260941 +218.4800,2.222724 +218.5000,2.200827 +218.5200,2.179933 +218.5400,2.161686 +218.5600,2.145582 +218.5800,2.134299 +218.6000,2.135984 +218.6200,2.140284 +218.6400,2.131886 +218.6600,2.123969 +218.6800,2.026855 +218.7000,2.067652 +218.7200,2.096813 +218.7400,2.121940 +218.7600,2.145954 +218.7800,2.166718 +218.8000,2.183766 +218.8200,2.206240 +218.8400,2.241377 +218.8600,2.264445 +218.8800,2.277428 +218.9000,2.161876 +218.9200,2.154785 +218.9400,2.135145 +218.9600,2.113628 +218.9800,2.092525 +219.0000,2.071547 +219.0200,2.049753 +219.0400,2.025678 +219.0600,2.007673 +219.0800,1.992205 +219.1000,1.964572 +219.1200,1.853174 +219.1400,1.829638 +219.1600,1.802950 +219.1800,1.772240 +219.2000,1.745224 +219.2200,1.721250 +219.2400,1.701985 +219.2600,1.684500 +219.2800,1.674459 +219.3000,1.674088 +219.3200,1.676007 +219.3400,1.590223 +219.3600,1.616008 +219.3800,1.645466 +219.4000,1.666698 +219.4200,1.681582 +219.4400,1.694405 +219.4600,1.705435 +219.4800,1.712908 +219.5000,1.717186 +219.5200,1.726485 +219.5400,1.738376 +219.5600,1.656707 +219.5800,1.693514 +219.6000,1.738173 +219.6200,1.778981 +219.6400,1.805105 +219.6600,1.828747 +219.6800,1.850360 +219.7000,1.870720 +219.7200,1.889892 +219.7400,1.908619 +219.7600,1.937896 +219.7800,1.866294 +219.8000,1.918555 +219.8200,1.969754 +219.8400,2.028447 +219.8600,2.074372 +219.8800,2.104583 +219.9000,2.132960 +219.9200,2.159232 +219.9400,2.183223 +219.9600,2.205230 +219.9800,2.218916 +220.0000,2.127493 +220.0200,2.124277 +220.0400,2.120677 +220.0600,2.127227 +220.0800,2.138331 +220.1000,2.138237 +220.1200,2.134542 +220.1400,2.131028 +220.1600,2.128394 +220.1800,2.125073 +220.2000,2.102289 +220.2200,2.055911 +220.2400,2.089616 +220.2600,2.119710 +220.2800,2.149699 +220.3000,2.193850 +220.3200,2.234786 +220.3400,2.252640 +220.3600,2.266940 +220.3800,2.276473 +220.4000,2.280878 +220.4200,2.240463 +220.4400,2.171730 +220.4600,2.154690 +220.4800,2.140836 +220.5000,2.127843 +220.5200,2.125848 +220.5400,2.136536 +220.5600,2.139341 +220.5800,2.134243 +220.6000,2.123843 +220.6200,2.109382 +220.6400,2.042238 +220.6600,2.038161 +220.6800,2.067259 +220.7000,2.088628 +220.7200,2.107438 +220.7400,2.124169 +220.7600,2.154753 +220.7800,2.195274 +220.8000,2.222344 +220.8200,2.250136 +220.8400,2.277990 +220.8600,2.211822 +220.8800,2.217820 +220.9000,2.239785 +220.9200,2.257449 +220.9400,2.270007 +220.9600,2.278521 +220.9800,2.287449 +221.0000,2.303554 +221.0200,2.310558 +221.0400,2.302724 +221.0600,2.292704 +221.0800,2.188000 +221.1000,2.182236 +221.1200,2.174519 +221.1400,2.166185 +221.1600,2.157906 +221.1800,2.148481 +221.2000,2.139350 +221.2200,2.136590 +221.2400,2.141495 +221.2600,2.134393 +221.2800,2.123151 +221.3000,2.012598 +221.3200,1.999795 +221.3400,1.976527 +221.3600,1.952473 +221.3800,1.930243 +221.4000,1.908937 +221.4200,1.889267 +221.4400,1.872270 +221.4600,1.865326 +221.4800,1.859892 +221.5000,1.847589 +221.5200,1.750733 +221.5400,1.814118 +221.5600,1.868672 +221.5800,1.915931 +221.6000,1.965614 +221.6200,2.017715 +221.6400,2.073087 +221.6600,2.130316 +221.6800,2.192385 +221.7000,2.264635 +221.7200,2.323289 +221.7400,2.208957 +221.7600,2.315262 +221.7800,2.413130 +221.8000,2.476707 +221.8200,2.534254 +221.8400,2.588470 +221.8600,2.638821 +221.8800,2.685826 +221.9000,2.731081 +221.9200,2.795858 +221.9400,2.857941 +221.9600,2.702684 +221.9800,2.731516 +222.0000,2.779096 +222.0200,2.813597 +222.0400,2.835975 +222.0600,2.857844 +222.0800,2.878576 +222.1000,2.897812 +222.1200,2.916220 +222.1400,2.944064 +222.1600,2.986434 +222.1800,2.837481 +222.2000,2.876240 +222.2200,2.930816 +222.2400,2.985731 +222.2600,3.014892 +222.2800,3.036412 +222.3000,3.056263 +222.3200,3.075604 +222.3400,3.092218 +222.3600,3.105722 +222.3800,3.131784 +222.4000,2.988226 +222.4200,3.008249 +222.4400,3.027663 +222.4600,3.065083 +222.4800,3.089798 +222.5000,3.097833 +222.5200,3.103950 +222.5400,3.109130 +222.5600,3.113876 +222.5800,3.118641 +222.6000,3.595899 +222.6200,3.600000 222.6400,3.600000 -222.6600,3.550597 -222.6800,3.504319 -222.7000,3.464700 -222.7200,3.428554 -222.7400,3.395808 -222.7600,3.367220 -222.7800,3.352910 -222.8000,3.351706 -222.8200,3.334244 -222.8400,3.132682 -222.8600,3.153933 -222.8800,3.170329 -222.9000,3.163077 -222.9200,3.150524 -222.9400,3.134628 -222.9600,3.115278 -222.9800,3.092313 -223.0000,3.070814 -223.0200,3.060272 -223.0400,3.043708 -223.0600,2.862567 -223.0800,2.848281 -223.1000,2.847737 -223.1200,2.834414 -223.1400,2.816000 -223.1600,2.799327 -223.1800,2.783607 -223.2000,2.770777 -223.2200,2.760661 -223.2400,2.761929 -223.2600,2.775213 -223.2800,2.629965 -223.3000,2.645250 -223.3200,2.667055 -223.3400,2.696308 -223.3600,2.706944 -223.3800,2.717216 -223.4000,2.728545 -223.4200,2.740681 -223.4400,2.751585 -223.4600,2.762097 -223.4800,2.791165 -223.5000,2.666221 -223.5200,2.704906 -223.5400,2.744497 -223.5600,2.793221 -223.5800,2.835129 -223.6000,2.856415 -223.6200,2.876237 -223.6400,2.891903 -223.6600,2.904733 -223.6800,2.914645 -223.7000,2.919054 -223.7200,2.805125 -223.7400,2.826356 -223.7600,2.832295 -223.7800,2.849672 -223.8000,2.876396 -223.8200,2.882612 -223.8400,2.886485 -223.8600,2.885557 -223.8800,2.882167 -223.9000,2.875441 -223.9200,2.844883 -223.9400,2.753001 -223.9600,2.767433 -223.9800,2.780476 -224.0000,2.790425 -224.0200,2.819372 -224.0400,2.842778 -224.0600,2.847086 -224.0800,2.854721 -224.1000,2.860695 -224.1200,2.866280 -224.1400,2.815906 -224.1600,2.752722 -224.1800,2.768154 -224.2000,2.782264 -224.2200,2.793695 -224.2400,2.814470 -224.2600,2.847403 -224.2800,2.863204 -224.3000,2.870319 -224.3200,2.875469 -224.3400,2.879370 -224.3600,2.801642 -224.3800,2.757094 -224.4000,2.763431 -224.4200,2.770970 -224.4400,2.777667 -224.4600,2.783070 -224.4800,2.803588 -224.5000,2.829209 -224.5200,2.834110 -224.5400,2.839919 -224.5600,2.844495 -224.5800,2.857899 -224.6000,2.887151 -224.6200,2.915310 -224.6400,2.956181 -224.6600,2.991732 -224.6800,3.010927 -224.7000,3.028278 -224.7200,3.041115 -224.7400,3.049887 -224.7600,3.056400 -224.7800,3.067471 -224.8000,3.097177 -224.8200,3.117908 -224.8400,3.123993 -224.8600,3.127311 -224.8800,3.129273 -224.9000,3.128496 -224.9200,3.127598 -224.9400,3.134230 -224.9600,3.160576 -224.9800,3.173646 -225.0000,3.132239 -225.0200,3.084422 -225.0400,3.039133 -225.0600,2.996883 -225.0800,2.955440 -225.1000,2.928549 -225.1200,2.918145 -225.1400,2.896591 -225.1600,2.874358 -225.1800,2.850154 -225.2000,2.841825 -225.2200,2.853080 -225.2400,2.861157 -225.2600,2.883612 -225.2800,2.911106 -225.3000,2.921453 -225.3200,2.924804 -225.3400,2.925575 -225.3600,2.927956 -225.3800,2.931476 -225.4000,2.929725 -225.4200,2.944305 -225.4400,2.966194 -225.4600,2.969084 -225.4800,2.966869 -225.5000,2.964815 -225.5200,2.962683 -225.5400,2.957152 -225.5600,2.953041 -225.5800,2.965203 -225.6000,2.980349 -225.6200,2.945601 -225.6400,2.907799 -225.6600,2.873663 -225.6800,2.843252 -225.7000,2.815174 -225.7200,2.791702 -225.7400,2.795296 -225.7600,2.789441 -225.7800,2.773537 -225.8000,2.757585 -225.8200,2.765903 -225.8400,2.790831 -225.8600,2.812368 -225.8800,2.839056 -225.9000,2.879686 -225.9200,2.910504 -225.9400,2.922667 -225.9600,2.934301 -225.9800,2.943684 -226.0000,2.951170 -226.0200,2.949651 -226.0400,2.942147 -226.0600,2.934124 -226.0800,2.914765 -226.1000,2.887938 -226.1200,2.863771 -226.1400,2.840094 -226.1600,2.817713 -226.1800,2.795131 -226.2000,2.784477 -226.2200,2.786969 -226.2400,2.641804 -226.2600,2.672197 -226.2800,2.699191 -226.3000,2.724415 -226.3200,2.732566 -226.3400,2.738180 -226.3600,2.741208 -226.3800,2.742562 -226.4000,2.744275 -226.4200,2.746711 -226.4400,2.764209 -226.4600,2.627281 -226.4800,2.641064 -226.5000,2.661229 -226.5200,2.695728 -226.5400,2.718633 -226.5600,2.727999 -226.5800,2.739245 -226.6000,2.749749 -226.6200,2.758697 -226.6400,2.764155 -226.6600,2.767146 -226.6800,2.665212 -226.7000,2.704220 -226.7200,2.737151 -226.7400,2.784597 -226.7600,2.831857 -226.7800,2.858018 -226.8000,2.877721 -226.8200,2.891551 -226.8400,2.903352 -226.8600,2.911150 -226.8800,2.888087 -226.9000,2.791443 -226.9200,2.798047 -226.9400,2.795251 -226.9600,2.794742 -226.9800,2.807486 -227.0000,2.814740 -227.0200,2.807654 -227.0400,2.800901 -227.0600,2.795177 -227.0800,2.789194 -227.1000,2.733732 -227.1200,2.654728 -227.1400,2.641778 -227.1600,2.622156 -227.1800,2.603983 -227.2000,2.596923 -227.2200,2.601778 -227.2400,2.592394 -227.2600,2.578434 -227.2800,2.564726 -227.3000,2.552859 -227.3200,2.486219 -227.3400,2.463821 -227.3600,2.490093 -227.3800,2.512433 -227.4000,2.531302 -227.4200,2.551303 -227.4400,2.583557 -227.4600,2.610161 -227.4800,2.621147 -227.5000,2.628929 -227.5200,2.635756 -227.5400,2.552971 -227.5600,2.514491 -227.5800,2.507054 -227.6000,2.499920 -227.6200,2.493500 -227.6400,2.486950 -227.6600,2.490869 -227.6800,2.507562 -227.7000,2.513092 -227.7200,2.509711 -227.7400,2.508136 -227.7600,2.402739 -227.7800,2.451760 -227.8000,2.500356 -227.8200,2.541253 -227.8400,2.577102 -227.8600,2.609151 -227.8800,2.635662 -227.9000,2.677865 -227.9200,2.722729 -227.9400,2.744424 -227.9600,2.761542 -227.9800,2.625261 -228.0000,2.654274 -228.0200,2.667640 -228.0400,2.676987 -228.0600,2.685898 -228.0800,2.692947 -228.1000,2.700339 -228.1200,2.711640 -228.1400,2.736911 -228.1600,2.759012 -228.1800,2.763005 -228.2000,2.607430 -228.2200,2.639025 -228.2400,2.653875 -228.2600,2.659395 -228.2800,2.663870 -228.3000,2.668000 -228.3200,2.671103 -228.3400,2.671381 -228.3600,2.681276 -228.3800,2.710464 -228.4000,2.718327 -228.4200,2.561697 -228.4400,2.632171 -228.4600,2.692687 -228.4800,2.733881 -228.5000,2.765386 -228.5200,2.793157 -228.5400,2.816241 -228.5600,2.835851 -228.5800,2.857193 -228.6000,2.897553 -228.6200,2.933930 -228.6400,2.760105 -228.6600,2.771445 -228.6800,2.790007 -228.7000,2.797752 -228.7200,2.794168 -228.7400,2.789525 -228.7600,2.785765 -228.7800,2.780771 -228.8000,2.775622 -228.8200,2.778585 -228.8400,2.795131 -228.8600,2.644556 -228.8800,2.662424 -228.9000,2.693789 -228.9200,2.728146 -228.9400,2.741283 -228.9600,2.752482 -228.9800,2.759790 -229.0000,2.766582 -229.0200,2.771861 -229.0400,2.779345 -229.0600,2.794685 -229.0800,2.674354 -229.1000,2.720200 -229.1200,2.765190 -229.1400,2.822530 -229.1600,2.873006 -229.1800,2.899638 -229.2000,2.922081 -229.2200,2.939776 -229.2400,2.955059 -229.2600,2.967880 -229.2800,2.967556 -229.3000,2.831395 -229.3200,2.809405 -229.3400,2.785783 -229.3600,2.771805 -229.3800,2.769342 -229.4000,2.758871 -229.4200,2.736549 -229.4400,2.715198 -229.4600,2.693909 -229.4800,2.672818 -229.5000,2.622103 -229.5200,2.538604 -229.5400,2.536288 -229.5600,2.533175 -229.5800,2.531294 -229.6000,2.551616 -229.6200,2.561807 -229.6400,2.561233 -229.6600,2.557462 -229.6800,2.552201 -229.7000,2.546930 -229.7200,2.494779 -229.7400,2.458152 -229.7600,2.488303 -229.7800,2.516038 -229.8000,2.539241 -229.8200,2.567893 -229.8400,2.611060 -229.8600,2.634485 -229.8800,2.644001 -229.9000,2.651707 -229.9200,2.657997 -229.9400,2.587179 -229.9600,2.559261 -229.9800,2.578879 -230.0000,2.597127 -230.0200,2.614303 -230.0400,2.631706 -230.0600,2.671225 -230.0800,2.710722 -230.1000,2.731963 -230.1200,2.750240 -230.1400,2.766441 -230.1600,2.674181 -230.1800,2.697079 -230.2000,2.723859 -230.2200,2.743136 -230.2400,2.758910 -230.2600,2.772297 -230.2800,2.795109 -230.3000,2.826810 -230.3200,2.842936 -230.3400,2.845829 -230.3600,2.846124 -230.3800,2.724885 -230.4000,2.733649 -230.4200,2.747609 -230.4400,2.756326 -230.4600,2.763802 -230.4800,2.769730 -230.5000,2.775213 -230.5200,2.804903 -230.5400,2.832858 -230.5600,2.844457 -230.5800,2.850329 -230.6000,2.706379 -230.6200,2.737039 -230.6400,2.752639 -230.6600,2.765025 -230.6800,2.774899 -230.7000,2.783357 -230.7200,2.789598 -230.7400,2.799124 -230.7600,2.825004 -230.7800,2.843733 -230.8000,2.846606 -230.8200,2.684110 -230.8400,2.701441 -230.8600,2.702453 -230.8800,2.698867 -230.9000,2.695366 -230.9200,2.690094 -230.9400,2.683758 -230.9600,2.678534 -230.9800,2.684757 -231.0000,2.701356 -231.0200,2.701405 -231.0400,2.544940 -231.0600,2.601370 -231.0800,2.644167 -231.1000,2.672188 -231.1200,2.692299 -231.1400,2.707860 -231.1600,2.723061 -231.1800,2.738838 -231.2000,2.758049 -231.2200,2.793536 -231.2400,2.823197 -231.2600,2.658118 -231.2800,2.694624 -231.3000,2.741468 -231.3200,2.767489 -231.3400,2.781976 -231.3600,2.794397 -231.3800,2.804969 -231.4000,2.812693 -231.4200,2.819474 -231.4400,2.836917 -231.4600,2.862049 -231.4800,2.704239 -231.5000,2.729897 -231.5200,2.767905 -231.5400,2.806172 -231.5600,2.823549 -231.5800,2.836360 -231.6000,2.848968 -231.6200,2.857981 -231.6400,2.866178 -231.6600,2.875017 -231.6800,2.899192 -231.7000,2.739875 -231.7200,2.719429 -231.7400,2.702599 -231.7600,2.706025 -231.7800,2.698614 -231.8000,2.680840 -231.8200,2.667260 -231.8400,2.656044 -231.8600,2.643676 -231.8800,2.631541 -231.9000,2.618814 -231.9200,2.507238 -231.9400,2.509860 -231.9600,2.511787 -231.9800,2.530655 -232.0000,2.545976 -232.0200,2.546299 -232.0400,2.548765 -232.0600,2.547644 -232.0800,2.547292 -232.1000,2.546827 -232.1200,2.524884 -232.1400,2.470805 -232.1600,2.534554 -232.1800,2.589651 -232.2000,2.642860 -232.2200,2.709538 -232.2400,2.762429 -232.2600,2.795768 -232.2800,2.826181 -232.3000,2.856591 -232.3200,2.883223 -232.3400,2.852821 -232.3600,2.778975 -232.3800,2.791063 -232.4000,2.800540 -232.4200,2.809266 -232.4400,2.830497 -232.4600,2.856008 -232.4800,2.862622 -232.5000,2.867494 -232.5200,2.869875 -232.5400,2.870810 -232.5600,2.799242 -232.5800,2.759708 -232.6000,2.783355 -232.6200,2.803827 -232.6400,2.821668 -232.6600,2.840472 -232.6800,2.874460 -232.7000,2.905093 -232.7200,2.914810 -232.7400,2.925362 -232.7600,2.931698 -232.7800,2.834451 -232.8000,2.803827 -232.8200,2.805663 -232.8400,2.806098 -232.8600,2.805719 -232.8800,2.804643 -232.9000,2.813749 -232.9200,2.835925 -232.9400,2.849385 -232.9600,2.845643 -232.9800,2.842844 -233.0000,2.719764 -233.0200,2.757855 -233.0400,2.799696 -233.0600,2.835841 -233.0800,2.867921 -233.1000,2.895395 -233.1200,2.919119 -233.1400,2.956782 -233.1600,2.999346 -233.1800,3.019042 -233.2000,3.031232 -233.2200,2.875006 -233.2400,2.887502 -233.2600,2.877165 -233.2800,2.869571 -233.3000,2.862280 -233.3200,2.854192 -233.3400,2.844855 -233.3600,2.838610 -233.3800,2.851561 -233.4000,2.863585 -233.4200,2.856721 -233.4400,2.690918 -233.4600,2.743247 -233.4800,2.775001 -233.5000,2.791433 -233.5200,2.804782 -233.5400,2.817084 -233.5600,2.828340 -233.5800,2.837917 -233.6000,2.851858 -233.6200,2.881547 -233.6400,2.896286 -233.6600,2.724730 -233.6800,2.775825 -233.7000,2.820909 -233.7200,2.845901 -233.7400,2.862233 -233.7600,2.876275 -233.7800,2.890507 -233.8000,2.902768 -233.8200,2.913887 -233.8400,2.938960 -233.8600,2.962497 -233.8800,2.789570 -233.9000,2.816177 -233.9200,2.858351 -233.9400,2.890411 -233.9600,2.905898 -233.9800,2.916840 -234.0000,2.925566 -234.0200,2.933671 -234.0400,2.939803 -234.0600,2.951271 -234.0800,2.981804 -234.1000,2.818500 -234.1200,2.834332 -234.1400,2.861622 -234.1600,2.894976 -234.1800,2.908522 -234.2000,2.915468 -234.2200,2.921240 -234.2400,2.926520 -234.2600,2.929984 -234.2800,2.931336 -234.3000,2.944444 -234.3200,2.808664 -234.3400,2.830654 -234.3600,2.852162 -234.3800,2.889050 -234.4000,2.923184 -234.4200,2.934162 -234.4400,2.946510 -234.4600,2.955512 -234.4800,2.961599 -234.5000,2.967381 -234.5200,2.954765 -234.5400,2.836705 -234.5600,2.841566 -234.5800,2.844372 -234.6000,2.854341 -234.6200,2.878601 -234.6400,2.889762 -234.6600,2.888938 -234.6800,2.887798 -234.7000,2.884891 -234.7200,2.881277 -234.7400,2.838546 -234.7600,2.754528 -234.7800,2.765654 -234.8000,2.775233 -234.8200,2.784504 -234.8400,2.807922 -234.8600,2.834074 -234.8800,2.840677 -234.9000,2.844391 -234.9200,2.846412 -234.9400,2.847088 -234.9600,2.854414 -234.9800,2.885752 -235.0000,2.934606 -235.0200,2.978967 -235.0400,2.999766 -235.0600,3.016233 -235.0800,3.032453 -235.1000,3.046293 -235.1200,3.056475 -235.1400,3.066970 -235.1600,3.094677 -235.1800,3.122281 -235.2000,3.126402 -235.2200,3.128940 -235.2400,3.130053 -235.2600,3.131730 -235.2800,3.132887 -235.3000,3.136537 -235.3200,3.158852 -235.3400,3.178009 -235.3600,3.178823 -235.3800,3.133424 -235.4000,3.077317 -235.4200,3.028332 -235.4400,2.983590 -235.4600,2.945167 -235.4800,2.927438 -235.5000,2.919137 -235.5200,2.887855 -235.5400,2.857665 -235.5600,2.831479 -235.5800,2.823455 -235.6000,2.840131 -235.6200,2.864029 -235.6400,2.903037 -235.6600,2.928557 -235.6800,2.937904 -235.7000,2.945880 -235.7200,2.951300 -235.7400,2.956153 -235.7600,2.960517 -235.7800,2.971401 -235.8000,3.001876 -235.8200,3.021812 -235.8400,3.024155 -235.8600,3.026767 -235.8800,3.030249 -235.9000,3.030351 -235.9200,3.028916 -235.9400,3.037142 -235.9600,3.063680 -235.9800,3.074944 -236.0000,3.024024 -236.0200,2.970177 -236.0400,2.920906 -236.0600,2.877767 -236.0800,2.841667 -236.1000,2.813528 -236.1200,2.800206 -236.1400,2.776436 -236.1600,2.750175 -236.1800,2.728861 -236.2000,2.736715 -236.2200,2.770711 -236.2400,2.798798 -236.2600,2.845994 -236.2800,2.891763 -236.3000,2.917229 -236.3200,2.935719 -236.3400,2.951772 -236.3600,2.965269 -236.3800,2.976523 -236.4000,2.980440 -236.4200,2.964851 -236.4400,2.958580 -236.4600,2.937978 -236.4800,2.913191 -236.5000,2.890392 -236.5200,2.870487 -236.5400,2.852998 -236.5600,2.835813 -236.5800,2.837121 -236.6000,2.844113 -236.6200,2.680164 -236.6400,2.697292 -236.6600,2.725423 -236.6800,2.755372 -236.7000,2.762838 -236.7200,2.767916 -236.7400,2.772084 -236.7600,0.484484 -236.7800,0.488884 -236.8000,0.492987 -236.8200,0.497804 -236.8400,0.501268 -236.8600,0.506261 -236.8800,0.488773 -236.9000,0.503649 -236.9200,0.518285 -236.9400,0.534800 -236.9600,0.549084 -236.9800,0.557902 -237.0000,0.566517 -237.0200,0.573751 -237.0400,0.580245 -237.0600,0.586062 -237.0800,0.587581 -237.1000,0.544314 -237.1200,0.507614 -237.1400,0.474174 -237.1600,0.444032 -237.1800,0.417021 -237.2000,0.392021 -237.2200,0.368817 -237.2400,0.348114 -237.2600,0.328356 -237.2800,0.309849 -237.3000,0.292610 -237.3200,0.297659 -237.3400,0.316583 -237.3600,0.334257 -237.3800,0.351541 -237.4000,0.370744 -237.4200,0.386731 -237.4400,0.397921 -237.4600,0.407351 -237.4800,0.414854 -237.5000,0.419198 -237.5200,0.414317 -237.5400,0.428850 -237.5600,0.461910 -237.5800,0.491589 -237.6000,0.518081 -237.6200,0.544406 -237.6400,0.570482 -237.6600,0.594010 -237.6800,0.612100 -237.7000,0.630089 -237.7200,0.645392 -237.7400,0.638222 -237.7600,0.631756 -237.7800,0.637305 -237.8000,0.640501 -237.8200,0.643557 -237.8400,0.646614 -237.8600,0.655525 -237.8800,0.666576 -237.9000,0.677386 -237.9200,0.689048 -237.9400,0.701979 -237.9600,0.690984 -237.9800,0.673459 -238.0000,0.665946 -238.0200,0.659314 -238.0400,0.654960 -238.0600,0.653830 -238.0800,0.655016 -238.1000,0.657545 -238.1200,0.658239 -238.1400,0.659481 -238.1600,0.661028 -238.1800,0.638861 -238.2000,0.647865 -238.2200,0.659675 -238.2400,0.668206 -238.2600,0.672708 -238.2800,0.675015 -238.3000,0.677960 -238.3200,0.682064 -238.3400,0.683546 -238.3600,0.683620 -238.3800,0.684852 -238.4000,0.658295 -238.4200,0.652932 -238.4400,0.649060 -238.4600,0.644660 -238.4800,0.639093 -238.5000,0.632349 -238.5200,0.627440 -238.5400,0.628283 -238.5600,0.634128 -238.5800,0.638769 -238.6000,0.641696 -238.6200,0.611387 -238.6400,0.625337 -238.6600,0.633016 -238.6800,0.639556 -238.7000,0.646003 -238.7200,0.652969 -238.7400,0.659962 -238.7600,0.668114 -238.7800,0.683778 -238.8000,0.694958 -238.8200,0.699840 -238.8400,0.664909 -238.8600,0.647531 -238.8800,0.628978 -238.9000,0.612452 -238.9200,0.598104 -238.9400,0.585210 -238.9600,0.575002 -238.9800,0.566915 -239.0000,0.563710 -239.0200,0.561765 -239.0400,0.556411 -239.0600,0.524491 -239.0800,0.493052 -239.1000,0.466180 -239.1200,0.443782 -239.1400,0.426442 -239.1600,0.411566 -239.1800,0.398875 -239.2000,0.387519 -239.2200,0.377061 -239.2400,0.366242 -239.2600,0.354089 -239.2800,0.335007 -239.3000,0.343233 -239.3200,0.348948 -239.3400,0.351097 -239.3600,0.350773 -239.3800,0.350708 -239.4000,0.351282 -239.4200,0.351217 -239.4400,0.353839 -239.4600,0.359017 -239.4800,0.365056 -239.5000,0.346669 -239.5200,0.357562 -239.5400,0.370179 -239.5600,0.381155 -239.5800,0.390816 -239.6000,0.399783 -239.6200,0.408981 -239.6400,0.418374 -239.6600,0.426868 -239.6800,0.437418 -239.7000,0.448803 -239.7200,0.427692 -239.7400,0.437585 -239.7600,0.448256 -239.7800,0.457519 -239.8000,0.461465 -239.8200,0.463828 -239.8400,0.465485 -239.8600,0.465819 -239.8800,0.465754 -239.9000,0.465495 -239.9200,0.467301 -239.9400,0.457760 -239.9600,0.493062 -239.9800,0.526001 -240.0000,0.560255 -240.0200,0.589415 -240.0400,0.612934 -240.0600,0.633683 -240.0800,0.652969 -240.1000,0.670578 -240.1200,0.686371 -240.1400,0.698997 -240.1600,0.665687 -240.1800,0.656711 -240.2000,0.647707 -240.2200,0.641594 -240.2400,0.637991 -240.2600,0.631636 -240.2800,0.624809 -240.3000,0.618520 -240.3200,0.612730 -240.3400,0.607339 -240.3600,0.597965 -240.3800,0.583367 -240.4000,0.593611 -240.4200,0.603366 -240.4400,0.612175 -240.4600,0.624476 -240.4800,0.635073 -240.5000,0.640121 -240.5200,0.646068 -240.5400,0.650672 -240.5600,0.653941 -240.5800,0.646207 -240.6000,0.635295 -240.6200,0.643076 -240.6400,0.649986 -240.6600,0.656989 -240.6800,0.665724 -240.7000,0.675830 -240.7200,0.682175 -240.7400,0.686038 -240.7600,0.689382 -240.7800,0.692485 -240.8000,0.678396 -240.8200,0.650273 -240.8400,0.632442 -240.8600,0.615593 -240.8800,0.600068 -240.9000,0.586933 -240.9200,0.576910 -240.9400,0.568407 -240.9600,0.559820 -240.9800,0.550927 -241.0000,0.543378 -241.0200,0.523120 -241.0400,0.516506 -241.0600,0.515422 -241.0800,0.514793 -241.1000,0.514283 -241.1200,0.513107 -241.1400,0.515321 -241.1600,0.518257 -241.1800,0.518618 -241.2000,0.517682 -241.2200,0.516497 -241.2400,0.496702 -241.2600,0.520656 -241.2800,0.545453 -241.3000,0.567619 -241.3200,0.587581 -241.3400,0.604847 -241.3600,0.621150 -241.3800,0.641038 -241.4000,0.658804 -241.4200,0.671884 -241.4400,0.682703 -241.4600,0.654951 -241.4800,0.633887 -241.5000,0.612490 -241.5200,0.594186 -241.5400,0.578151 -241.5600,0.562608 -241.5800,0.548890 -241.6000,0.538330 -241.6200,0.530345 -241.6400,0.522064 -241.6600,0.513097 -241.6800,0.484771 -241.7000,0.517164 -241.7200,0.541461 -241.7400,0.561589 -241.7600,0.579402 -241.7800,0.595279 -241.8000,0.609720 -241.8200,0.623762 -241.8400,0.639676 -241.8600,0.655599 -241.8800,0.665557 -241.9000,0.631340 -241.9200,0.649226 -241.9400,0.663955 -241.9600,0.674051 -241.9800,0.682629 -242.0000,0.689993 -242.0200,0.697014 -242.0400,0.702433 -242.0600,0.708389 -242.0800,0.717921 -242.1000,0.725683 -242.1200,0.685306 -242.1400,0.687974 -242.1600,0.693272 -242.1800,0.696283 -242.2000,0.697190 -242.2200,0.698302 -242.2400,0.699849 -242.2600,0.700979 -242.2800,0.702118 -242.3000,0.706583 -242.3200,0.708834 -242.3400,0.667938 -242.3600,0.659036 -242.3800,0.651459 -242.4000,0.641214 -242.4200,0.622132 -242.4400,0.598354 -242.4600,0.573909 -242.4800,0.557134 -242.5000,0.549538 -242.5200,0.550742 -242.5400,0.558912 -242.5600,0.539349 -242.5800,0.559801 -242.6000,0.577095 -242.6200,0.592148 -242.6400,0.595871 -242.6600,0.595862 -242.6800,0.593408 -242.7000,0.588656 -242.7200,0.583700 -242.7400,0.580523 -242.7600,0.582431 -242.7800,0.550788 -242.8000,0.578290 -242.8200,0.590768 -242.8400,0.600985 -242.8600,0.609627 -242.8800,0.617760 -242.9000,0.626653 -242.9200,0.637231 -242.9400,0.651366 -242.9600,0.672680 -242.9800,0.692012 -243.0000,0.654247 -243.0200,0.699877 -243.0400,0.715012 -243.0600,0.730704 -243.0800,0.746553 -243.1000,0.761503 -243.1200,0.775732 -243.1400,0.791256 -243.1600,0.808875 -243.1800,0.819768 -243.2000,0.828058 -243.2200,0.837368 -243.2400,0.841110 -243.2600,0.835710 -243.2800,0.832190 -243.3000,0.833588 -243.3200,0.830133 -243.3400,0.823260 -243.3600,0.814794 -243.3800,0.805114 -243.4000,0.792905 -243.4200,0.778316 -243.4400,0.764357 -243.4600,0.746349 -243.4800,0.724822 -243.5000,0.702294 -243.5200,0.680350 -243.5400,0.659490 -243.5600,0.640880 -243.5800,0.625004 -243.6000,0.615824 -243.6200,0.611730 -243.6400,0.587229 -243.6600,0.566110 -243.6800,0.547889 -243.7000,0.531846 -243.7200,0.518183 -243.7400,0.506270 -243.7600,0.497711 -243.7800,0.494497 -243.8000,0.491172 -243.8200,0.490218 -243.8400,0.506308 -243.8600,0.528900 -243.8800,0.547565 -243.9000,0.563321 -243.9200,0.579911 -243.9400,0.594871 -243.9600,0.601457 -243.9800,0.604440 -244.0000,0.604199 -244.0200,0.600661 -244.0400,0.587516 -244.0600,0.557856 -244.0800,0.528427 -244.1000,0.499305 -244.1200,0.470339 -244.1400,0.444431 -244.1600,0.420977 -244.1800,0.399477 -244.2000,0.381396 -244.2200,0.366186 -244.2400,0.354144 -244.2600,0.393373 -244.2800,0.424867 -244.3000,0.455380 -244.3200,0.483159 -244.3400,0.508077 -244.3600,0.529372 -244.3800,0.550242 -244.4000,0.574150 -244.4200,0.593547 -244.4400,0.609081 -244.4600,0.589730 -244.4800,0.557134 -244.5000,0.528029 -244.5200,0.501593 -244.5400,0.477555 -244.5600,0.456880 -244.5800,0.435974 -244.6000,0.414595 -244.6200,0.394531 -244.6400,0.374856 -244.6600,0.367409 -244.6800,0.386259 -244.7000,0.406675 -244.7200,0.426914 -244.7400,0.441735 -244.7600,0.454333 -244.7800,0.465476 -244.8000,0.476203 -244.8200,0.486577 -244.8400,0.495952 -244.8600,0.506122 -244.8800,0.482742 -244.9000,0.483382 -244.9200,0.484512 -244.9400,0.488958 -244.9600,0.493321 -244.9800,0.495896 -245.0000,0.499379 -245.0200,0.503381 -245.0400,0.508836 -245.0600,0.514255 -245.0800,0.519248 -245.1000,0.487226 -245.1200,0.465032 -245.1400,0.445153 -245.1600,0.428091 -245.1800,0.413844 -245.2000,0.400367 -245.2200,0.387667 -245.2400,0.375162 -245.2600,0.364028 -245.2800,0.354181 -245.3000,0.342408 -245.3200,0.324688 -245.3400,0.312915 -245.3600,0.301067 -245.3800,0.290341 -245.4000,0.280290 -245.4200,0.270249 -245.4400,0.259690 -245.4600,0.249574 -245.4800,0.239617 -245.5000,0.229566 -245.5200,0.219377 -245.5400,0.218877 -245.5600,0.225370 -245.5800,0.229770 -245.6000,0.233892 -245.6200,0.239163 -245.6400,0.243581 -245.6600,0.246610 -245.6800,0.248565 -245.7000,0.250862 -245.7200,0.253196 -245.7400,0.249880 -245.7600,0.270018 -245.7800,0.301003 -245.8000,0.329357 -245.8200,0.355108 -245.8400,0.379321 -245.8600,0.407305 -245.8800,0.429360 -245.9000,0.446209 -245.9200,0.461039 -245.9400,0.475721 -245.9600,0.471803 -245.9800,0.498045 -246.0000,0.635971 -246.0200,0.656535 -246.0400,0.648411 -246.0600,0.642826 -246.0800,0.634211 -246.1000,0.626189 -246.1200,0.618455 -246.1400,0.611369 -246.1600,0.603745 -246.1800,0.593815 -246.2000,0.576808 -246.2200,0.583542 -246.2400,0.588887 -246.2600,0.597066 -246.2800,0.606820 -246.3000,0.612212 -246.3200,0.615203 -246.3400,0.617352 -246.3600,0.620808 -246.3800,0.624624 -246.4000,0.618677 -246.4200,0.592472 -246.4400,0.580773 -246.4600,0.569509 -246.4800,0.560209 -246.5000,0.555114 -246.5200,0.547732 -246.5400,0.538015 -246.5600,0.529076 -246.5800,0.519971 -246.6000,0.511495 -246.6200,0.497480 -246.6400,0.501009 -246.6600,0.523620 -246.6800,0.544582 -246.7000,0.564859 -246.7200,0.588535 -246.7400,0.614148 -246.7600,0.633600 -246.7800,0.651385 -246.8000,0.667623 -246.8200,0.683694 -246.8400,0.678275 -246.8600,0.633183 -246.8800,0.594556 -246.9000,0.559523 -246.9200,0.527270 -246.9400,0.497452 -246.9600,0.471053 -246.9800,0.445913 -247.0000,0.421681 -247.0200,0.399903 -247.0400,0.379266 -247.0600,0.357025 -247.0800,0.358776 -247.1000,0.365112 -247.1200,0.370003 -247.1400,0.374671 -247.1600,0.379136 -247.1800,0.383962 -247.2000,0.389723 -247.2200,0.392632 -247.2400,0.396078 -247.2600,0.398134 -247.2800,0.385008 -247.3000,0.446811 -247.3200,0.511801 -247.3400,0.572436 -247.3600,0.626903 -247.3800,0.676515 -247.4000,0.723238 -247.4200,0.770415 -247.4400,0.810079 -247.4600,0.841518 -247.4800,0.869881 -247.5000,0.848224 -247.5200,0.786384 -247.5400,0.731269 -247.5600,0.680804 -247.5800,0.634887 -247.6000,0.593482 -247.6200,0.555401 -247.6400,0.521091 -247.6600,0.491255 -247.6800,0.463707 -247.7000,0.438363 -247.7200,0.410871 -247.7400,0.425108 -247.7600,0.437335 -247.7800,0.449914 -247.8000,0.461095 -247.8200,0.472720 -247.8400,0.484586 -247.8600,0.498425 -247.8800,0.516784 -247.9000,0.532420 -247.9200,0.544582 -247.9400,0.521202 -247.9600,0.601161 -247.9800,0.665233 -248.0000,0.721626 -248.0200,0.772527 -248.0400,0.818999 -248.0600,0.861090 -248.0800,0.899865 -248.1000,0.944791 -248.1200,0.986688 -248.1400,1.015246 -248.1600,0.968477 -248.1800,1.009938 -248.2000,1.042516 -248.2200,1.066850 -248.2400,1.088711 -248.2600,1.108497 -248.2800,1.125643 -248.3000,1.140807 -248.3200,1.162278 -248.3400,1.185399 -248.3600,1.198208 -248.3800,1.132154 -248.4000,1.065201 -248.4200,1.005594 -248.4400,0.950784 -248.4600,0.901375 -248.4800,0.856496 -248.5000,0.816091 -248.5200,0.779446 -248.5400,0.747100 -248.5600,0.719922 -248.5800,0.694124 -248.6000,0.658425 -248.6200,0.686408 -248.6400,0.713818 -248.6600,0.734993 -248.6800,0.752000 -248.7000,0.768534 -248.7200,0.785328 -248.7400,0.801260 -248.7600,0.817888 -248.7800,0.839980 -248.8000,0.863740 -248.8200,0.823705 -248.8400,0.852263 -248.8600,0.884025 -248.8800,0.909897 -248.9000,0.926886 -248.9200,0.941364 -248.9400,0.954647 -248.9600,0.967208 -248.9800,0.977138 -249.0000,0.990828 -249.0200,1.005269 -249.0400,0.959093 -249.0600,0.978360 -249.0800,1.001861 -249.1000,1.028742 -249.1200,1.044304 -249.1400,1.057152 -249.1600,1.068203 -249.1800,1.079087 -249.2000,1.090406 -249.2200,1.100985 -249.2400,1.119223 -249.2600,1.052835 -249.2800,1.022916 -249.3000,0.999304 -249.3200,0.980398 -249.3400,0.960853 -249.3600,0.939539 -249.3800,0.920652 -249.4000,0.903506 -249.4200,0.888018 -249.4400,0.874559 -249.4600,0.862369 -249.4800,0.832255 -249.5000,0.844287 -249.5200,0.856116 -249.5400,0.870724 -249.5600,0.885712 -249.5800,0.892140 -249.6000,0.898319 -249.6200,0.904136 -249.6400,0.908452 -249.6600,0.911000 -249.6800,0.911685 -249.7000,0.874559 -249.7200,0.872827 -249.7400,0.871048 -249.7600,0.873512 -249.7800,0.878209 -249.8000,0.877190 -249.8200,0.876273 -249.8400,0.876384 -249.8600,0.876884 -249.8800,0.876032 -249.9000,0.868501 -249.9200,0.858404 -249.9400,0.888500 -249.9600,0.914927 -249.9800,0.938955 -250.0000,0.965725 -250.0200,0.987244 -250.0400,1.002694 -250.0600,1.016431 -250.0800,1.028196 -250.1000,1.039052 -250.1200,1.033438 -250.1400,0.978277 -250.1600,0.941762 -250.1800,0.908295 -250.2000,0.877745 -250.2200,0.852513 -250.2400,0.830467 -250.2600,0.807263 -250.2800,0.785643 -250.3000,0.765431 -250.3200,0.746711 -250.3400,0.719320 -250.3600,0.726934 -250.3800,0.752639 -250.4000,0.775046 -250.4200,0.795610 -250.4400,0.815387 -250.4600,0.839489 -250.4800,0.949108 -250.5000,1.167707 -250.5200,1.163048 -250.5400,1.148217 -250.5600,1.124383 -250.5800,1.070796 -250.6000,1.040497 -250.6200,1.012569 -250.6400,0.988911 -250.6600,0.971709 -250.6800,0.955666 -250.7000,0.936788 -250.7200,0.918419 -250.7400,0.902441 -250.7600,0.887972 -250.7800,0.864453 -250.8000,0.868139 -250.8200,0.903154 -250.8400,0.930971 -250.8600,0.954916 -250.8800,0.983307 -250.9000,1.013152 -250.9200,1.032883 -250.9400,1.050038 -250.9600,1.064942 -250.9800,1.079235 -251.0000,1.068304 -251.0200,1.024101 -251.0400,0.999573 -251.0600,0.977351 -251.0800,0.956685 -251.1000,0.939539 -251.1200,0.928386 -251.1400,0.913565 -251.1600,0.899096 -251.1800,0.886036 -251.2000,0.873364 -251.2200,0.844630 -251.2400,0.844213 -251.2600,0.854977 -251.2800,0.862721 -251.3000,0.869547 -251.3200,0.875716 -251.3400,0.888833 -251.3600,0.900514 -251.3800,0.904349 -251.4000,0.909777 -251.4200,0.914557 -251.4400,0.889343 -251.4600,0.842861 -251.4800,0.804651 -251.5000,0.770127 -251.5200,0.738633 -251.5400,0.708955 -251.5600,0.682129 -251.5800,0.659935 -251.6000,0.638305 -251.6200,0.618029 -251.6400,0.599540 -251.6600,0.570537 -251.6800,0.624290 -251.7000,0.677053 -251.7200,0.724118 -251.7400,0.766413 -251.7600,0.804938 -251.7800,0.840591 -251.8000,0.880672 -251.8200,0.917474 -251.8400,0.943893 -251.8600,0.967958 -251.8800,0.932499 -251.9000,0.984956 -251.9200,1.023397 -251.9400,1.058847 -251.9600,1.091508 -251.9800,1.120307 -252.0000,1.147800 -252.0200,1.175747 -252.0400,1.210066 -252.0600,1.237568 -252.0800,1.256982 -252.1000,1.197560 -252.1200,1.176256 -252.1400,1.143363 -252.1600,1.114629 -252.1800,1.088757 -252.2000,1.065822 -252.2200,1.044906 -252.2400,1.028807 -252.2600,1.017821 -252.2800,1.089573 -252.3000,1.239180 -252.3200,1.178173 -252.3400,1.170069 -252.3600,1.155859 -252.3800,1.143623 -252.4000,1.133396 -252.4200,1.125161 -252.4400,1.117324 -252.4600,1.116935 -252.4800,1.120493 -252.5000,1.117714 -252.5200,1.115481 -252.5400,1.061579 -252.5600,1.111433 -252.5800,1.147355 -252.6000,1.178210 -252.6200,1.204878 -252.6400,1.228074 -252.6600,1.247804 -252.6800,1.265108 -252.7000,1.289664 -252.7200,1.307209 -252.7400,1.318231 -252.7600,1.253085 -252.7800,1.281096 -252.8000,1.292222 -252.8200,1.299039 -252.8400,1.303577 -252.8600,1.306911 -252.8800,1.309469 -252.9000,1.309292 -252.9200,1.317184 -252.9400,1.326772 -252.9600,1.326605 -252.9800,1.253630 -253.0000,1.297407 -253.0200,1.299827 -253.0400,1.301354 -253.0600,1.301549 -253.0800,1.301002 -253.1000,1.299055 -253.1200,1.306198 -253.1400,1.315231 -253.1600,1.316491 -253.1800,1.316377 -253.2000,1.254270 -253.2200,1.284116 -253.2400,1.284402 -253.2600,1.283606 -253.2800,1.282493 -253.3000,1.280465 -253.3200,1.283069 -253.3400,1.291377 -253.3600,1.290998 -253.3800,1.289016 -253.4000,1.286413 -253.4200,1.237430 -253.4400,1.244331 -253.4600,1.247998 -253.4800,1.246360 -253.5000,1.244090 -253.5200,1.247035 -253.5400,1.255623 -253.5600,1.255900 -253.5800,1.256105 -253.6000,1.253936 -253.6200,1.252723 -253.6400,1.257139 -253.6600,1.281002 -253.6800,1.293110 -253.7000,1.306883 -253.7200,1.308070 -253.7400,1.307050 -253.7600,1.303650 -253.7800,1.298946 -253.8000,1.292183 -253.8200,1.287625 -253.8400,1.286217 -253.8600,1.287505 -253.8800,1.276372 -253.9000,1.266060 -253.9200,1.255992 -253.9400,1.246666 -253.9600,1.239142 -253.9800,1.236819 -254.0000,1.239818 -254.0200,1.230176 -254.0400,1.216143 -254.0600,1.188030 -254.0800,1.153719 -254.1000,1.121234 -254.1200,1.093398 -254.1400,1.069759 -254.1600,1.049547 -254.1800,1.026315 -254.2000,1.002945 -254.2200,0.982936 -254.2400,0.966587 -254.2600,0.959325 -254.2800,0.975693 -254.3000,0.991171 -254.3200,1.001407 -254.3400,1.006779 -254.3600,1.011782 -254.3800,1.015635 -254.4000,1.019303 -254.4200,1.023017 -254.4400,1.031965 -254.4600,1.047268 -254.4800,1.063775 -254.5000,1.067888 -254.5200,1.070213 -254.5400,1.071093 -254.5600,1.072204 -254.5800,1.071982 -254.6000,1.076697 -254.6200,1.087738 -254.6400,1.090591 -254.6600,1.089637 -254.6800,1.067424 -254.7000,1.034698 -254.7200,1.005056 -254.7400,0.976545 -254.7600,0.953248 -254.7800,0.931267 -254.8000,0.908304 -254.8200,0.886980 -254.8400,0.866472 -254.8600,0.846010 -254.8800,0.834820 -254.9000,0.864314 -254.9200,0.895012 -254.9400,0.917030 -254.9600,0.931276 -254.9800,0.943522 -255.0000,0.952313 -255.0200,0.959779 -255.0400,0.966133 -255.0600,0.973173 -255.0800,0.984085 -255.1000,0.983390 -255.1200,0.978407 -255.1400,0.973275 -255.1600,0.967671 -255.1800,0.961224 -255.2000,0.954351 -255.2200,0.952322 -255.2400,0.952424 -255.2600,0.949117 -255.2800,0.945347 -255.3000,0.897994 -255.3200,0.916298 -255.3400,0.924394 -255.3600,0.931610 -255.3800,0.939391 -255.4000,0.947690 -255.4200,0.955536 -255.4400,0.967763 -255.4600,0.987420 -255.4800,1.002000 -255.5000,1.011170 -255.5200,0.960483 -255.5400,0.972024 -255.5600,0.976906 -255.5800,0.980102 -255.6000,0.982612 -255.6200,0.986225 -255.6400,0.989643 -255.6600,0.991616 -255.6800,0.998146 -255.7000,1.004278 -255.7200,0.999276 -255.7400,0.943920 -255.7600,0.956222 -255.7800,0.966754 -255.8000,0.972404 -255.8200,0.976119 -255.8400,0.981176 -255.8600,0.986345 -255.8800,0.992496 -255.9000,1.002426 -255.9200,1.019683 -255.9400,1.031002 -255.9600,0.975183 -255.9800,0.991116 -256.0000,1.005149 -256.0200,1.012874 -256.0400,1.017830 -256.0600,1.024805 -256.0800,1.033429 -256.1000,1.042377 -256.1200,1.053734 -256.1400,1.074594 -256.1600,1.095084 -256.1800,1.035393 -256.2000,1.036041 -256.2200,1.044267 -256.2400,1.049195 -256.2600,1.049565 -256.2800,1.050214 -256.3000,1.050214 -256.3200,1.049426 -256.3400,1.048621 -256.3600,1.051659 -256.3800,1.059579 -256.4000,1.005575 -256.4200,1.013532 -256.4400,1.023527 -256.4600,1.034115 -256.4800,1.036366 -256.5000,1.035245 -256.5200,1.032336 -256.5400,1.030095 -256.5600,1.027983 -256.5800,1.025028 -256.6000,1.030511 -256.6200,0.983214 -256.6400,0.995506 -256.6600,1.013495 -256.6800,1.037042 -256.7000,1.056531 -256.7200,1.076975 -256.7400,1.098011 -256.7600,1.121400 -256.7800,1.146661 -256.8000,1.172235 -256.8200,1.205130 -256.8400,1.161427 -256.8600,1.188928 -256.8800,1.220210 -256.9000,1.259346 -256.9200,1.304597 -256.9400,1.341843 -256.9600,1.380239 -256.9800,1.417950 -257.0000,1.457465 -257.0200,1.496850 -257.0400,1.526651 -257.0600,1.506475 -257.0800,1.576023 -257.1000,1.636509 -257.1200,1.699048 -257.1400,1.767991 -257.1600,1.821355 -257.1800,1.866866 -257.2000,1.907661 -257.2200,1.944768 -257.2400,1.979219 -257.2600,1.979200 -257.2800,1.908615 -257.3000,1.891997 -257.3200,1.875869 -257.3400,1.860817 -257.3600,1.857853 -257.3800,1.856195 -257.4000,1.845791 -257.4200,1.834797 -257.4400,1.824014 -257.4600,1.813269 -257.4800,1.772132 -257.5000,1.762091 -257.5200,1.799579 -257.5400,1.830943 -257.5600,1.859076 -257.5800,1.889255 -257.6000,1.926844 -257.6200,1.953977 -257.6400,1.968824 -257.6600,1.979127 -257.6800,1.987972 -257.7000,1.937118 -257.7200,1.923556 -257.7400,1.941017 -257.7600,1.956996 -257.7800,1.971206 -257.8000,1.981830 -257.8200,2.002256 -257.8400,2.025301 -257.8600,2.036566 -257.8800,2.042356 -257.9000,2.046616 -257.9200,1.972872 -257.9400,1.939525 -257.9600,1.920417 -257.9800,1.902186 -258.0000,1.886264 -258.0200,1.872211 -258.0400,1.862366 -258.0600,1.863836 -258.0800,1.867588 -258.1000,1.860261 -258.1200,1.853352 -258.1400,1.768611 -258.1600,1.804210 -258.1800,1.829656 -258.2000,1.851581 -258.2200,1.872536 -258.2400,1.890654 -258.2600,1.905530 -258.2800,1.925141 -258.3000,1.955801 -258.3200,1.975930 -258.3400,1.987259 -258.3600,1.886429 -258.3800,1.880242 -258.4000,1.863105 -258.4200,1.844329 -258.4400,1.825914 -258.4600,1.807609 -258.4800,1.788592 -258.5000,1.767584 -258.5200,1.751874 -258.5400,1.738377 -258.5600,1.714264 -258.5800,1.617059 -258.6000,1.596522 -258.6200,1.573235 -258.6400,1.546437 -258.6600,1.522863 -258.6800,1.501944 -258.7000,1.485134 -258.7200,1.469877 -258.7400,1.461114 -258.7600,1.460791 -258.7800,1.462465 -258.8000,1.387611 -258.8200,1.410111 -258.8400,1.435816 -258.8600,1.454343 -258.8800,1.467330 -258.9000,1.478519 -258.9200,1.488144 -258.9400,1.494665 -258.9600,1.498397 -258.9800,1.506512 -259.0000,1.516888 -259.0200,1.445624 -259.0400,1.477741 -259.0600,1.516711 -259.0800,1.552319 -259.1000,1.575115 -259.1200,1.595744 -259.1400,1.614604 -259.1600,1.632370 -259.1800,1.649099 -259.2000,1.665440 -259.2200,1.690987 -259.2400,1.628508 -259.2600,1.674110 -259.2800,1.718785 -259.3000,1.770001 -259.3200,1.810074 -259.3400,1.836436 -259.3600,1.861197 -259.3800,1.884122 -259.4000,1.905056 -259.4200,1.924260 -259.4400,1.936202 -259.4600,1.856427 -259.4800,1.853621 -259.5000,1.850480 -259.5200,1.856195 -259.5400,1.865884 -259.5600,1.865802 -259.5800,1.862578 -259.6000,1.859512 -259.6200,1.857213 -259.6400,1.854315 -259.6600,1.834434 -259.6800,1.793966 -259.7000,1.823376 -259.7200,1.849636 -259.7400,1.875804 -259.7600,1.914330 -259.7800,1.950049 -259.8000,1.965629 -259.8200,1.978107 -259.8400,1.986426 -259.8600,1.990269 -259.8800,1.955004 -259.9000,1.895028 -259.9200,1.880159 -259.9400,1.868070 -259.9600,1.856732 -259.9800,1.854991 -260.0000,1.864318 -260.0200,1.866765 -260.0400,1.862317 -260.0600,1.853242 -260.0800,1.840624 -260.1000,1.782035 -260.1200,1.778477 -260.1400,1.803868 -260.1600,1.822514 -260.1800,1.838928 -260.2000,1.853527 -260.2200,1.880214 -260.2400,1.915572 -260.2600,1.939193 -260.2800,1.963444 -260.3000,1.987749 -260.3200,1.930012 -260.3400,1.935245 -260.3600,1.954412 -260.3800,1.969825 -260.4000,1.980784 -260.4200,1.988213 -260.4400,1.996003 -260.4600,2.010056 -260.4800,2.016168 -260.5000,2.009331 -260.5200,2.000589 -260.5400,1.909225 -260.5600,1.904196 -260.5800,1.897461 -260.6000,1.890190 -260.6200,1.882965 -260.6400,1.874741 -260.6600,1.866773 -260.6800,1.864365 -260.7000,1.868645 -260.7200,1.862448 -260.7400,1.852639 -260.7600,1.756171 -260.7800,1.744999 -260.8000,1.724696 -260.8200,1.703707 -260.8400,1.684309 -260.8600,1.665718 -260.8800,1.648553 -260.9000,1.633722 -260.9200,1.627663 -260.9400,1.622921 -260.9600,1.612186 -260.9800,1.527671 -261.0000,1.582979 -261.0200,1.630583 -261.0400,1.671821 -261.0600,1.715174 -261.0800,1.760636 -261.1000,1.808953 -261.1200,1.858890 -261.1400,1.913051 -261.1600,1.976096 -261.1800,2.027276 -261.2000,1.927512 -261.2200,2.020272 -261.2400,2.105670 -261.2600,2.161147 -261.2800,2.211362 -261.3000,2.258670 -261.3200,2.302606 -261.3400,2.343622 -261.3600,2.383111 -261.3800,2.439635 -261.4000,2.493808 -261.4200,2.358333 -261.4400,2.383491 -261.4600,2.425009 -261.4800,2.455114 -261.5000,2.474641 -261.5200,2.493723 -261.5400,2.511814 -261.5600,2.528599 -261.5800,2.544661 -261.6000,2.568958 -261.6200,2.605930 -261.6400,2.475955 -261.6600,2.509775 -261.6800,2.557398 -261.7000,2.605316 -261.7200,2.630762 -261.7400,2.649540 -261.7600,2.666861 -261.7800,2.683739 -261.8000,2.698236 -261.8200,2.710019 -261.8400,2.732761 -261.8600,2.607493 -261.8800,2.624965 -261.9000,2.641906 -261.9200,2.674558 -261.9400,2.696124 -261.9600,2.703135 -261.9800,2.708473 -262.0000,2.712992 -262.0200,2.717134 -262.0400,2.721292 -262.0600,3.137742 -262.0800,3.296829 +222.6600,3.600000 +222.6800,3.600000 +222.7000,3.600000 +222.7200,3.600000 +222.7400,3.600000 +222.7600,3.600000 +222.7800,3.600000 +222.8000,3.600000 +222.8200,3.600000 +222.8400,3.590100 +222.8600,3.600000 +222.8800,3.600000 +222.9000,3.600000 +222.9200,3.600000 +222.9400,3.592331 +222.9600,3.570155 +222.9800,3.543836 +223.0000,3.519198 +223.0200,3.507117 +223.0400,3.488135 +223.0600,3.280544 +223.0800,3.264173 +223.1000,3.263549 +223.1200,3.248280 +223.1400,3.227178 +223.1600,3.208070 +223.1800,3.190055 +223.2000,3.175352 +223.2200,3.163758 +223.2400,3.165212 +223.2600,3.180435 +223.2800,3.013979 +223.3000,3.031496 +223.3200,3.056485 +223.3400,3.090009 +223.3600,3.102198 +223.3800,3.113970 +223.4000,3.126953 +223.4200,3.140861 +223.4400,3.153357 +223.4600,3.165404 +223.4800,3.198717 +223.5000,3.055529 +223.5200,3.099862 +223.5400,3.145234 +223.5600,3.201073 +223.5800,3.249099 +223.6000,3.273493 +223.6200,3.296211 +223.6400,3.314164 +223.6600,3.328867 +223.6800,3.340226 +223.7000,3.345280 +223.7200,3.214714 +223.7400,3.239046 +223.7600,3.245852 +223.7800,3.265766 +223.8000,3.296393 +223.8200,3.303517 +223.8400,3.307954 +223.8600,3.306891 +223.8800,3.303007 +223.9000,3.295298 +223.9200,3.260278 +223.9400,3.154980 +223.9600,3.171519 +223.9800,3.186467 +224.0000,3.197868 +224.0200,3.231042 +224.0400,3.257866 +224.0600,3.262803 +224.0800,3.271553 +224.1000,3.278399 +224.1200,3.284799 +224.1400,3.227070 +224.1600,3.154660 +224.1800,3.172345 +224.2000,3.188516 +224.2200,3.201616 +224.2400,3.225425 +224.2600,3.263166 +224.2800,3.281275 +224.3000,3.289429 +224.3200,3.295330 +224.3400,3.299800 +224.3600,3.210723 +224.3800,3.159671 +224.4000,3.166933 +224.4200,3.175573 +224.4400,3.183248 +224.4600,3.189439 +224.4800,3.212953 +224.5000,3.242316 +224.5200,3.247932 +224.5400,3.254589 +224.5600,3.259833 +224.5800,3.275194 +224.6000,3.308717 +224.6200,3.340988 +224.6400,3.387827 +224.6600,3.428569 +224.6800,3.450566 +224.7000,3.470452 +224.7200,3.485162 +224.7400,3.495216 +224.7600,3.502679 +224.7800,3.515367 +224.8000,3.549411 +224.8200,3.573169 +224.8400,3.580143 +224.8600,3.583945 +224.8800,3.586193 +224.9000,3.585303 +224.9200,3.584273 +224.9400,3.591874 +224.9600,3.600000 +224.9800,3.600000 +225.0000,3.589592 +225.0200,3.534793 +225.0400,3.482891 +225.0600,3.434472 +225.0800,3.386978 +225.1000,3.356160 +225.1200,3.344238 +225.1400,3.319536 +225.1600,3.294057 +225.1800,3.266319 +225.2000,3.256774 +225.2200,3.269672 +225.2400,3.278928 +225.2600,3.304662 +225.2800,3.336171 +225.3000,3.348028 +225.3200,3.351869 +225.3400,3.352752 +225.3600,3.355481 +225.3800,3.359515 +225.4000,3.357508 +225.4200,3.374217 +225.4400,3.399302 +225.4600,3.402614 +225.4800,3.400076 +225.5000,3.397721 +225.5200,3.395278 +225.5400,3.388940 +225.5600,3.384228 +225.5800,3.398166 +225.6000,3.415524 +225.6200,3.375703 +225.6400,3.332381 +225.6600,3.293260 +225.6800,3.258408 +225.7000,3.226231 +225.7200,3.199331 +225.7400,3.203450 +225.7600,3.196741 +225.7800,3.178515 +225.8000,3.160234 +225.8200,3.169766 +225.8400,3.198334 +225.8600,3.223016 +225.8800,3.253600 +225.9000,3.300163 +225.9200,3.335481 +225.9400,3.349419 +225.9600,3.362752 +225.9800,3.373505 +226.0000,3.382084 +226.0200,3.380343 +226.0400,3.371744 +226.0600,3.362550 +226.0800,3.340363 +226.1000,3.309619 +226.1200,3.281924 +226.1400,3.254790 +226.1600,3.229140 +226.1800,3.203261 +226.2000,3.191052 +226.2200,3.193908 +226.2400,3.027547 +226.2600,3.062377 +226.2800,3.093312 +226.3000,3.122220 +226.3200,3.131561 +226.3400,3.137994 +226.3600,3.141465 +226.3800,3.143017 +226.4000,3.144979 +226.4200,3.147771 +226.4400,3.167824 +226.4600,3.010903 +226.4800,3.026698 +226.5000,3.049808 +226.5200,3.089344 +226.5400,3.115593 +226.5600,3.126328 +226.5800,3.139215 +226.6000,3.151253 +226.6200,3.161508 +226.6400,3.167762 +226.6600,3.171190 +226.6800,3.054373 +226.7000,3.099076 +226.7200,3.136816 +226.7400,3.191190 +226.7600,3.245350 +226.7800,3.275331 +226.8000,3.297911 +226.8200,3.313761 +226.8400,3.327284 +226.8600,3.336222 +226.8800,3.309790 +226.9000,3.199036 +226.9200,3.206603 +226.9400,3.203399 +226.9600,3.202816 +226.9800,3.217421 +227.0000,3.225734 +227.0200,3.217613 +227.0400,3.209874 +227.0600,3.203314 +227.0800,3.196457 +227.1000,3.132898 +227.1200,3.042357 +227.1400,3.027517 +227.1600,3.005030 +227.1800,2.984203 +227.2000,2.976112 +227.2200,2.981676 +227.2400,2.970922 +227.2600,2.954924 +227.2800,2.939214 +227.3000,2.925614 +227.3200,2.849244 +227.3400,2.823576 +227.3600,2.853683 +227.3800,2.879286 +227.4000,2.900910 +227.4200,2.923831 +227.4400,2.960795 +227.4600,2.991283 +227.4800,3.003873 +227.5000,3.012791 +227.5200,3.020616 +227.5400,2.925742 +227.5600,2.881644 +227.5800,2.873121 +227.6000,2.864945 +227.6200,2.857587 +227.6400,2.850082 +227.6600,2.854572 +227.6800,2.873703 +227.7000,2.880040 +227.7200,2.876166 +227.7400,2.874361 +227.7600,2.753574 +227.7800,2.809753 +227.8000,2.865446 +227.8200,2.912313 +227.8400,2.953397 +227.8600,2.990125 +227.8800,3.020508 +227.9000,3.068874 +227.9200,3.120288 +227.9400,3.145151 +227.9600,3.164768 +227.9800,3.008588 +228.0000,3.041837 +228.0200,3.057155 +228.0400,3.067867 +228.0600,3.078078 +228.0800,3.086157 +228.1000,3.094628 +228.1200,3.107579 +228.1400,3.136541 +228.1600,3.161869 +228.1800,3.166445 +228.2000,2.988153 +228.2200,3.024362 +228.2400,3.041380 +228.2600,3.047706 +228.2800,3.052835 +228.3000,3.057568 +228.3200,3.061123 +228.3400,3.061442 +228.3600,3.072782 +228.3800,3.106232 +228.4000,3.115244 +228.4200,2.935742 +228.4400,3.016507 +228.4600,3.085859 +228.4800,3.133068 +228.5000,3.169173 +228.5200,3.200999 +228.5400,3.227454 +228.5600,3.249928 +228.5800,3.274385 +228.6000,3.320639 +228.6200,3.362327 +228.6400,3.163121 +228.6600,3.176117 +228.6800,3.197390 +228.7000,3.206265 +228.7200,3.202157 +228.7400,3.196837 +228.7600,3.192528 +228.7800,3.186805 +228.8000,3.180904 +228.8200,3.184299 +228.8400,3.203261 +228.8600,3.030700 +228.8800,3.051178 +228.9000,3.087123 +228.9200,3.126496 +228.9400,3.141551 +228.9600,3.154385 +228.9800,3.162761 +229.0000,3.170544 +229.0200,3.176594 +229.0400,3.185171 +229.0600,3.202750 +229.0800,3.064850 +229.1000,3.117390 +229.1200,3.168949 +229.1400,3.234661 +229.1600,3.292507 +229.1800,3.323028 +229.2000,3.348749 +229.2200,3.369027 +229.2400,3.386542 +229.2600,3.401235 +229.2800,3.400863 +229.3000,3.244821 +229.3200,3.219620 +229.3400,3.192549 +229.3600,3.176530 +229.3800,3.173706 +229.4000,3.161707 +229.4200,3.136126 +229.4400,3.111657 +229.4600,3.087260 +229.4800,3.063089 +229.5000,3.004969 +229.5200,2.909277 +229.5400,2.906623 +229.5600,2.903056 +229.5800,2.900901 +229.6000,2.924190 +229.6200,2.935868 +229.6400,2.935211 +229.6600,2.930890 +229.6800,2.924861 +229.7000,2.918820 +229.7200,2.859053 +229.7400,2.817078 +229.7600,2.851632 +229.7800,2.883417 +229.8000,2.910008 +229.8200,2.942844 +229.8400,2.992313 +229.8600,3.019159 +229.8800,3.030065 +229.9000,3.038895 +229.9200,3.046104 +229.9400,2.964946 +229.9600,2.932951 +229.9800,2.955434 +230.0000,2.976346 +230.0200,2.996030 +230.0400,3.015974 +230.0600,3.061263 +230.0800,3.106527 +230.1000,3.130870 +230.1200,3.151816 +230.1400,3.170382 +230.1600,3.064651 +230.1800,3.090893 +230.2000,3.121583 +230.2200,3.143674 +230.2400,3.161752 +230.2600,3.177094 +230.2800,3.203237 +230.3000,3.239566 +230.3200,3.258047 +230.3400,3.261362 +230.3600,3.261700 +230.3800,3.122758 +230.4000,3.132803 +230.4200,3.148800 +230.4400,3.158790 +230.4600,3.167359 +230.4800,3.174152 +230.5000,3.180435 +230.5200,3.214461 +230.5400,3.246497 +230.5600,3.259790 +230.5800,3.266520 +230.6000,3.101551 +230.6200,3.136688 +230.6400,3.154565 +230.6600,3.168759 +230.6800,3.180075 +230.7000,3.189768 +230.7200,3.196921 +230.7400,3.207837 +230.7600,3.237496 +230.7800,3.258961 +230.8000,3.262253 +230.8200,3.076030 +230.8400,3.095891 +230.8600,3.097051 +230.8800,3.092941 +230.9000,3.088929 +230.9200,3.082887 +230.9400,3.075626 +230.9600,3.069640 +230.9800,3.076772 +231.0000,3.095795 +231.0200,3.095851 +231.0400,2.916539 +231.0600,2.981209 +231.0800,3.030254 +231.1000,3.062367 +231.1200,3.085414 +231.1400,3.103248 +231.1600,3.120668 +231.1800,3.138749 +231.2000,3.160766 +231.2200,3.201434 +231.2400,3.235425 +231.2600,3.046243 +231.2800,3.088079 +231.3000,3.141763 +231.3200,3.171583 +231.3400,3.188185 +231.3600,3.202420 +231.3800,3.214536 +231.4000,3.223387 +231.4200,3.231159 +231.4400,3.251149 +231.4600,3.279951 +231.4800,3.099098 +231.5000,3.128503 +231.5200,3.172061 +231.5400,3.215915 +231.5600,3.235829 +231.5800,3.250510 +231.6000,3.264959 +231.6200,3.275288 +231.6400,3.284682 +231.6600,3.294812 +231.6800,3.322517 +231.7000,3.139937 +231.7200,3.116506 +231.7400,3.097218 +231.7600,3.101144 +231.7800,3.092652 +231.8000,3.072282 +231.8200,3.056719 +231.8400,3.043865 +231.8600,3.029692 +231.8800,3.015785 +231.9000,3.001200 +231.9200,2.873331 +231.9400,2.876337 +231.9600,2.878545 +231.9800,2.900168 +232.0000,2.917726 +232.0200,2.918096 +232.0400,2.920922 +232.0600,2.919638 +232.0800,2.919235 +232.1000,2.918702 +232.1200,2.893555 +232.1400,2.831580 +232.1600,2.904637 +232.1800,2.967778 +232.2000,3.028757 +232.2200,3.105170 +232.2400,3.165785 +232.2600,3.203992 +232.2800,3.238845 +232.3000,3.273696 +232.3200,3.304216 +232.3400,3.269375 +232.3600,3.184746 +232.3800,3.198600 +232.4000,3.209461 +232.4200,3.219460 +232.4400,3.243792 +232.4600,3.273028 +232.4800,3.280607 +232.5000,3.286191 +232.5200,3.288919 +232.5400,3.289991 +232.5600,3.207972 +232.5800,3.162666 +232.6000,3.189766 +232.6200,3.213228 +232.6400,3.233674 +232.6600,3.255223 +232.6800,3.294173 +232.7000,3.329279 +232.7200,3.340415 +232.7400,3.352508 +232.7600,3.359770 +232.7800,3.248323 +232.8000,3.213228 +232.8200,3.215332 +232.8400,3.215830 +232.8600,3.215396 +232.8800,3.214162 +232.9000,3.224599 +232.9200,3.250012 +232.9400,3.265437 +232.9600,3.261149 +232.9800,3.257941 +233.0000,3.116889 +233.0200,3.160543 +233.0400,3.208493 +233.0600,3.249916 +233.0800,3.286680 +233.1000,3.318165 +233.1200,3.345353 +233.1400,3.388516 +233.1600,3.437295 +233.1800,3.459867 +233.2000,3.473836 +233.2200,3.294800 +233.2400,3.309120 +233.2600,3.297273 +233.2800,3.288571 +233.3000,3.280216 +233.3200,3.270947 +233.3400,3.260245 +233.3600,3.253089 +233.3800,3.267931 +233.4000,3.281711 +233.4200,3.273845 +233.4400,3.083832 +233.4600,3.143801 +233.4800,3.180192 +233.5000,3.199024 +233.5200,3.214322 +233.5400,3.228420 +233.5600,3.241320 +233.5800,3.252295 +233.6000,3.268271 +233.6200,3.302295 +233.6400,3.319187 +233.6600,3.122580 +233.6800,3.181136 +233.7000,3.232803 +233.7200,3.261445 +233.7400,3.280162 +233.7600,3.296254 +233.7800,3.312563 +233.8000,3.326615 +233.8200,3.339357 +233.8400,3.368092 +233.8600,3.395065 +233.8800,3.196889 +233.9000,3.227380 +233.9200,3.275713 +233.9400,3.312454 +233.9600,3.330202 +233.9800,3.342741 +234.0000,3.352742 +234.0200,3.362031 +234.0400,3.369058 +234.0600,3.382200 +234.0800,3.417191 +234.1000,3.230043 +234.1200,3.248186 +234.1400,3.279461 +234.1600,3.317686 +234.1800,3.333210 +234.2000,3.341169 +234.2200,3.347784 +234.2400,3.353835 +234.2600,3.357805 +234.2800,3.359354 +234.3000,3.374376 +234.3200,3.218771 +234.3400,3.243972 +234.3600,3.268620 +234.3800,3.310894 +234.4000,3.350012 +234.4200,3.362594 +234.4400,3.376744 +234.4600,3.387061 +234.4800,3.394037 +234.5000,3.400662 +234.5200,3.386204 +234.5400,3.250905 +234.5600,3.256477 +234.5800,3.259693 +234.6000,3.271117 +234.6200,3.298919 +234.6400,3.311710 +234.6600,3.310766 +234.6800,3.309459 +234.7000,3.306128 +234.7200,3.301987 +234.7400,3.253016 +234.7600,3.156730 +234.7800,3.169480 +234.8000,3.180458 +234.8200,3.191083 +234.8400,3.217921 +234.8600,3.247890 +234.8800,3.255459 +234.9000,3.259714 +234.9200,3.262030 +234.9400,3.262805 +234.9600,3.271201 +234.9800,3.307114 +235.0000,3.363102 +235.0200,3.413940 +235.0400,3.437776 +235.0600,3.456648 +235.0800,3.475237 +235.1000,3.491097 +235.1200,3.502765 +235.1400,3.514793 +235.1600,3.546546 +235.1800,3.578180 +235.2000,3.582904 +235.2200,3.585811 +235.2400,3.587087 +235.2600,3.589009 +235.2800,3.590335 +235.3000,3.594518 +235.3200,3.600000 +235.3400,3.600000 +235.3600,3.600000 +235.3800,3.590950 +235.4000,3.526651 +235.4200,3.470513 +235.4400,3.419238 +235.4600,3.375205 +235.4800,3.354888 +235.5000,3.345374 +235.5200,3.309525 +235.5400,3.274926 +235.5600,3.244917 +235.5800,3.235722 +235.6000,3.254832 +235.6200,3.282220 +235.6400,3.326923 +235.6600,3.356170 +235.6800,3.366882 +235.7000,3.376022 +235.7200,3.382233 +235.7400,3.387796 +235.7600,3.392796 +235.7800,3.405269 +235.8000,3.440194 +235.8200,3.463041 +235.8400,3.465727 +235.8600,3.468719 +235.8800,3.472710 +235.9000,3.472827 +235.9200,3.471182 +235.9400,3.480609 +235.9600,3.511023 +235.9800,3.523932 +236.0000,3.465576 +236.0200,3.403866 +236.0400,3.347402 +236.0600,3.297964 +236.0800,3.256592 +236.1000,3.224344 +236.1200,3.209077 +236.1400,3.181837 +236.1600,3.151741 +236.1800,3.127315 +236.2000,3.136316 +236.2200,3.175276 +236.2400,3.207464 +236.2600,3.261551 +236.2800,3.314003 +236.3000,3.343187 +236.3200,3.364378 +236.3400,3.382775 +236.3600,3.398242 +236.3800,3.411139 +236.4000,3.415628 +236.4200,3.397764 +236.4400,3.390576 +236.4600,3.366967 +236.4800,3.338560 +236.5000,3.312432 +236.5200,3.289620 +236.5400,3.269578 +236.5600,3.249883 +236.5800,3.251383 +236.6000,3.259395 +236.6200,3.071508 +236.6400,3.091136 +236.6600,3.123375 +236.6800,3.157697 +236.7000,3.166254 +236.7200,3.172072 +236.7400,3.176849 +236.7600,0.555226 +236.7800,0.560268 +236.8000,0.564971 +236.8200,0.570491 +236.8400,0.574461 +236.8600,0.580183 +236.8800,0.560141 +236.9000,0.577189 +236.9200,0.593962 +236.9400,0.612889 +236.9600,0.629259 +236.9800,0.639364 +237.0000,0.649237 +237.0200,0.657528 +237.0400,0.664969 +237.0600,0.671636 +237.0800,0.673377 +237.1000,0.623791 +237.1200,0.581733 +237.1400,0.543411 +237.1600,0.508868 +237.1800,0.477913 +237.2000,0.449262 +237.2200,0.422670 +237.2400,0.398944 +237.2600,0.376301 +237.2800,0.355091 +237.3000,0.335336 +237.3200,0.341121 +237.3400,0.362809 +237.3600,0.383063 +237.3800,0.402872 +237.4000,0.424878 +237.4200,0.443200 +237.4400,0.456024 +237.4600,0.466830 +237.4800,0.475429 +237.5000,0.480407 +237.5200,0.474813 +237.5400,0.491469 +237.5600,0.529356 +237.5800,0.563368 +237.6000,0.593728 +237.6200,0.623898 +237.6400,0.653780 +237.6600,0.680744 +237.6800,0.701476 +237.7000,0.722092 +237.7200,0.739628 +237.7400,0.731412 +237.7600,0.724002 +237.7800,0.730361 +237.8000,0.734023 +237.8200,0.737526 +237.8400,0.741030 +237.8600,0.751242 +237.8800,0.763906 +237.9000,0.776294 +237.9200,0.789659 +237.9400,0.804479 +237.9600,0.791878 +237.9800,0.771794 +238.0000,0.763184 +238.0200,0.755584 +238.0400,0.750594 +238.0600,0.749299 +238.0800,0.750658 +238.1000,0.753556 +238.1200,0.754352 +238.1400,0.755775 +238.1600,0.757548 +238.1800,0.732144 +238.2000,0.742463 +238.2200,0.755998 +238.2400,0.765774 +238.2600,0.770934 +238.2800,0.773577 +238.3000,0.776953 +238.3200,0.781656 +238.3400,0.783354 +238.3600,0.783439 +238.3800,0.784851 +238.4000,0.754416 +238.4200,0.748269 +238.4400,0.743832 +238.4600,0.738790 +238.4800,0.732410 +238.5000,0.724682 +238.5200,0.719055 +238.5400,0.720021 +238.5600,0.726720 +238.5800,0.732038 +238.6000,0.735393 +238.6200,0.700659 +238.6400,0.716646 +238.6600,0.725446 +238.6800,0.732941 +238.7000,0.740329 +238.7200,0.748312 +238.7400,0.756327 +238.7600,0.765668 +238.7800,0.783619 +238.8000,0.796432 +238.8200,0.802027 +238.8400,0.761995 +238.8600,0.742081 +238.8800,0.720818 +238.9000,0.701879 +238.9200,0.685436 +238.9400,0.670659 +238.9600,0.658961 +238.9800,0.649693 +239.0000,0.646021 +239.0200,0.643791 +239.0400,0.637655 +239.0600,0.601074 +239.0800,0.565045 +239.1000,0.534250 +239.1200,0.508581 +239.1400,0.488709 +239.1600,0.471660 +239.1800,0.457117 +239.2000,0.444102 +239.2200,0.432117 +239.2400,0.419718 +239.2600,0.405791 +239.2800,0.383923 +239.3000,0.393350 +239.3200,0.399899 +239.3400,0.402362 +239.3600,0.401991 +239.3800,0.401916 +239.4000,0.402575 +239.4200,0.402500 +239.4400,0.405504 +239.4600,0.411438 +239.4800,0.418360 +239.5000,0.397288 +239.5200,0.409772 +239.5400,0.424230 +239.5600,0.436810 +239.5800,0.447881 +239.6000,0.458157 +239.6200,0.468699 +239.6400,0.479463 +239.6600,0.489197 +239.6800,0.501288 +239.7000,0.514335 +239.7200,0.490142 +239.7400,0.501479 +239.7600,0.513708 +239.7800,0.524324 +239.8000,0.528846 +239.8200,0.531553 +239.8400,0.533453 +239.8600,0.533835 +239.8800,0.533761 +239.9000,0.533464 +239.9200,0.535534 +239.9400,0.524600 +239.9600,0.565056 +239.9800,0.602805 +240.0000,0.642061 +240.0200,0.675479 +240.0400,0.702432 +240.0600,0.726210 +240.0800,0.748312 +240.1000,0.768492 +240.1200,0.786592 +240.1400,0.801061 +240.1600,0.762887 +240.1800,0.752600 +240.2000,0.742282 +240.2200,0.735276 +240.2400,0.731147 +240.2600,0.723864 +240.2800,0.716041 +240.3000,0.708833 +240.3200,0.702198 +240.3400,0.696020 +240.3600,0.685277 +240.3800,0.668547 +240.4000,0.680288 +240.4200,0.691466 +240.4400,0.701561 +240.4600,0.715658 +240.4800,0.727803 +240.5000,0.733588 +240.5200,0.740403 +240.5400,0.745679 +240.5600,0.749426 +240.5800,0.740563 +240.6000,0.728057 +240.6200,0.736974 +240.6400,0.744894 +240.6600,0.752919 +240.6800,0.762929 +240.7000,0.774511 +240.7200,0.781783 +240.7400,0.786209 +240.7600,0.790042 +240.7800,0.793598 +240.8000,0.777452 +240.8200,0.745223 +240.8400,0.724788 +240.8600,0.705478 +240.8800,0.687687 +240.9000,0.672634 +240.9200,0.661148 +240.9400,0.651403 +240.9600,0.641562 +240.9800,0.631371 +241.0000,0.622719 +241.0200,0.599503 +241.0400,0.591924 +241.0600,0.590682 +241.0800,0.589960 +241.1000,0.589376 +241.1200,0.588028 +241.1400,0.590565 +241.1600,0.593930 +241.1800,0.594344 +241.2000,0.593272 +241.2200,0.591913 +241.2400,0.569228 +241.2600,0.596679 +241.2800,0.625097 +241.3000,0.650500 +241.3200,0.673377 +241.3400,0.693164 +241.3600,0.711848 +241.3800,0.734639 +241.4000,0.755000 +241.4200,0.769989 +241.4400,0.782388 +241.4600,0.750584 +241.4800,0.726444 +241.5000,0.701922 +241.5200,0.680946 +241.5400,0.662570 +241.5600,0.644757 +241.5800,0.629036 +241.6000,0.616934 +241.6200,0.607783 +241.6400,0.598293 +241.6600,0.588017 +241.6800,0.555555 +241.7000,0.592677 +241.7200,0.620522 +241.7400,0.643589 +241.7600,0.664003 +241.7800,0.682198 +241.8000,0.698748 +241.8200,0.714841 +241.8400,0.733079 +241.8600,0.751327 +241.8800,0.762738 +241.9000,0.723525 +241.9200,0.744023 +241.9400,0.760902 +241.9600,0.772473 +241.9800,0.782303 +242.0000,0.790742 +242.0200,0.798789 +242.0400,0.804999 +242.0600,0.811825 +242.0800,0.822748 +242.1000,0.831644 +242.1200,0.785371 +242.1400,0.788428 +242.1600,0.794500 +242.1800,0.797950 +242.2000,0.798991 +242.2200,0.800264 +242.2400,0.802037 +242.2600,0.803332 +242.2800,0.804638 +242.3000,0.809755 +242.3200,0.812334 +242.3400,0.765467 +242.3600,0.755265 +242.3800,0.746582 +242.4000,0.734841 +242.4200,0.712973 +242.4400,0.685723 +242.4600,0.657708 +242.4800,0.638484 +242.5000,0.629779 +242.5200,0.631159 +242.5400,0.640522 +242.5600,0.618101 +242.5800,0.641540 +242.6000,0.661360 +242.6200,0.678610 +242.6400,0.682878 +242.6600,0.682867 +242.6800,0.680054 +242.7000,0.674608 +242.7200,0.668929 +242.7400,0.665288 +242.7600,0.667475 +242.7800,0.631212 +242.8000,0.662729 +242.8200,0.677028 +242.8400,0.688737 +242.8600,0.698642 +242.8800,0.707962 +242.9000,0.718153 +242.9200,0.730276 +242.9400,0.746475 +242.9600,0.770902 +242.9800,0.793056 +243.0000,0.749777 +243.0200,0.802069 +243.0400,0.819415 +243.0600,0.837398 +243.0800,0.855561 +243.1000,0.872694 +243.1200,0.889000 +243.1400,0.906792 +243.1600,0.926982 +243.1800,0.939466 +243.2000,0.948967 +243.2200,0.959636 +243.2400,0.963925 +243.2600,0.957736 +243.2800,0.953702 +243.3000,0.955305 +243.3200,0.951345 +243.3400,0.943468 +243.3600,0.933766 +243.3800,0.922672 +243.4000,0.908681 +243.4200,0.891961 +243.4400,0.875964 +243.4600,0.855327 +243.4800,0.830657 +243.5000,0.804840 +243.5200,0.779691 +243.5400,0.755785 +243.5600,0.734458 +243.5800,0.716264 +243.6000,0.705744 +243.6200,0.701051 +243.6400,0.672973 +243.6600,0.648770 +243.6800,0.627889 +243.7000,0.609503 +243.7200,0.593845 +243.7400,0.580193 +243.7600,0.570385 +243.7800,0.566701 +243.8000,0.562890 +243.8200,0.561797 +243.8400,0.580236 +243.8600,0.606127 +243.8800,0.627518 +243.9000,0.645574 +243.9200,0.664587 +243.9400,0.681731 +243.9600,0.689279 +243.9800,0.692697 +244.0000,0.692421 +244.0200,0.688366 +244.0400,0.673302 +244.0600,0.639311 +244.0800,0.605586 +244.1000,0.572211 +244.1200,0.539016 +244.1400,0.509324 +244.1600,0.482446 +244.1800,0.457807 +244.2000,0.437085 +244.2200,0.419655 +244.2400,0.405855 +244.2600,0.450811 +244.2800,0.486904 +244.3000,0.521872 +244.3200,0.553708 +244.3400,0.582264 +244.3600,0.606669 +244.3800,0.630585 +244.4000,0.657984 +244.4200,0.680213 +244.4400,0.698015 +244.4600,0.675839 +244.4800,0.638483 +244.5000,0.605129 +244.5200,0.574833 +244.5400,0.547285 +244.5600,0.523591 +244.5800,0.499632 +244.6000,0.475131 +244.6200,0.452138 +244.6400,0.429591 +244.6600,0.421056 +244.6800,0.442659 +244.7000,0.466055 +244.7200,0.489250 +244.7400,0.506235 +244.7600,0.520672 +244.7800,0.533443 +244.8000,0.545735 +244.8200,0.557625 +244.8400,0.568368 +244.8600,0.580024 +244.8800,0.553230 +244.9000,0.553963 +244.9200,0.555258 +244.9400,0.560353 +244.9600,0.565353 +244.9800,0.568304 +245.0000,0.572296 +245.0200,0.576882 +245.0400,0.583134 +245.0600,0.589344 +245.0800,0.595066 +245.1000,0.558368 +245.1200,0.532933 +245.1400,0.510152 +245.1600,0.490598 +245.1800,0.474272 +245.2000,0.458826 +245.2200,0.444272 +245.2400,0.429941 +245.2600,0.417181 +245.2800,0.405897 +245.3000,0.392405 +245.3200,0.372097 +245.3400,0.358605 +245.3600,0.345028 +245.3800,0.332735 +245.4000,0.321217 +245.4200,0.309710 +245.4400,0.297608 +245.4600,0.286016 +245.4800,0.274604 +245.5000,0.263086 +245.5200,0.251409 +245.5400,0.250836 +245.5600,0.258278 +245.5800,0.263320 +245.6000,0.268044 +245.6200,0.274084 +245.6400,0.279148 +245.6600,0.282619 +245.6800,0.284859 +245.7000,0.287491 +245.7200,0.290167 +245.7400,0.286366 +245.7600,0.309444 +245.7800,0.344953 +245.8000,0.377447 +245.8200,0.406958 +245.8400,0.434708 +245.8600,0.466777 +245.8800,0.492053 +245.9000,0.511362 +245.9200,0.528358 +245.9400,0.545183 +245.9600,0.540693 +245.9800,0.570767 +246.0000,0.728832 +246.0200,0.752399 +246.0400,0.743089 +246.0600,0.736688 +246.0800,0.726815 +246.1000,0.717622 +246.1200,0.708758 +246.1400,0.700638 +246.1600,0.691901 +246.1800,0.680521 +246.2000,0.661031 +246.2200,0.668748 +246.2400,0.674873 +246.2600,0.684247 +246.2800,0.695425 +246.3000,0.701604 +246.3200,0.705032 +246.3400,0.707495 +246.3600,0.711455 +246.3800,0.715828 +246.4000,0.709013 +246.4200,0.678982 +246.4400,0.665574 +246.4600,0.652666 +246.4800,0.642008 +246.5000,0.636169 +246.5200,0.627709 +246.5400,0.616573 +246.5600,0.606329 +246.5800,0.595894 +246.6000,0.586181 +246.6200,0.570119 +246.6400,0.574164 +246.6600,0.600076 +246.6800,0.624099 +246.7000,0.647337 +246.7200,0.674470 +246.7400,0.703822 +246.7600,0.726115 +246.7800,0.746497 +246.8000,0.765106 +246.8200,0.783524 +246.8400,0.777314 +246.8600,0.725637 +246.8800,0.681370 +246.9000,0.641222 +246.9200,0.604259 +246.9400,0.570088 +246.9600,0.539833 +246.9800,0.511023 +247.0000,0.483252 +247.0200,0.458295 +247.0400,0.434644 +247.0600,0.409156 +247.0800,0.411162 +247.1000,0.418423 +247.1200,0.424028 +247.1400,0.429379 +247.1600,0.434495 +247.1800,0.440026 +247.2000,0.446629 +247.2200,0.449962 +247.2400,0.453911 +247.2600,0.456268 +247.2800,0.441225 +247.3000,0.512052 +247.3200,0.586531 +247.3400,0.656020 +247.3600,0.718440 +247.3800,0.775297 +247.4000,0.828842 +247.4200,0.882907 +247.4400,0.928362 +247.4600,0.964392 +247.4800,0.996896 +247.5000,0.972077 +247.5200,0.901208 +247.5400,0.838045 +247.5600,0.780212 +247.5800,0.727590 +247.6000,0.680139 +247.6200,0.636498 +247.6400,0.597178 +247.6600,0.562986 +247.6800,0.531415 +247.7000,0.502371 +247.7200,0.470864 +247.7400,0.487180 +247.7600,0.501193 +247.7800,0.515609 +247.8000,0.528422 +247.8200,0.541744 +247.8400,0.555342 +247.8600,0.571202 +247.8800,0.592242 +247.9000,0.610161 +247.9200,0.624099 +247.9400,0.597306 +247.9600,0.688939 +247.9800,0.762367 +248.0000,0.826994 +248.0200,0.885327 +248.0400,0.938585 +248.0600,0.986822 +248.0800,1.031259 +248.1000,1.082744 +248.1200,1.130759 +248.1400,1.163487 +248.1600,1.109889 +248.1800,1.157404 +248.2000,1.194739 +248.2200,1.222626 +248.2400,1.247679 +248.2600,1.270354 +248.2800,1.290004 +248.3000,1.307382 +248.3200,1.331988 +248.3400,1.358485 +248.3600,1.373164 +248.3800,1.297465 +248.4000,1.220736 +248.4200,1.152425 +248.4400,1.089613 +248.4600,1.032989 +248.4800,0.981557 +248.5000,0.935252 +248.5200,0.893257 +248.5400,0.856187 +248.5600,0.825041 +248.5800,0.795477 +248.6000,0.754564 +248.6200,0.786634 +248.6400,0.818045 +248.6600,0.842313 +248.6800,0.861803 +248.7000,0.880752 +248.7200,0.899998 +248.7400,0.918256 +248.7600,0.937311 +248.7800,0.962629 +248.8000,0.989858 +248.8200,0.943978 +248.8400,0.976706 +248.8600,1.013106 +248.8800,1.042756 +248.9000,1.062225 +248.9200,1.078817 +248.9400,1.094040 +248.9600,1.108434 +248.9800,1.119814 +249.0000,1.135504 +249.0200,1.152054 +249.0400,1.099135 +249.0600,1.121215 +249.0800,1.148147 +249.1000,1.178954 +249.1200,1.196788 +249.1400,1.211512 +249.1600,1.224176 +249.1800,1.236649 +249.2000,1.249622 +249.2200,1.261745 +249.2400,1.282647 +249.2600,1.206565 +249.2800,1.172276 +249.3000,1.145217 +249.3200,1.123551 +249.3400,1.101152 +249.3600,1.076725 +249.3800,1.055080 +249.4000,1.035431 +249.4200,1.017682 +249.4400,1.002257 +249.4600,0.988287 +249.4800,0.953776 +249.5000,0.967566 +249.5200,0.981122 +249.5400,0.997863 +249.5600,1.015039 +249.5800,1.022406 +249.6000,1.029486 +249.6200,1.036153 +249.6400,1.041100 +249.6600,1.044019 +249.6800,1.044804 +249.7000,1.002257 +249.7200,1.000272 +249.7400,0.998234 +249.7600,1.001058 +249.7800,1.006440 +249.8000,1.005272 +249.8200,1.004221 +249.8400,1.004349 +249.8600,1.004922 +249.8800,1.003945 +249.9000,0.995315 +249.9200,0.983744 +249.9400,1.018234 +249.9600,1.048520 +249.9800,1.076057 +250.0000,1.106736 +250.0200,1.131396 +250.0400,1.149103 +250.0600,1.164846 +250.0800,1.178327 +250.1000,1.190769 +250.1200,1.184336 +250.1400,1.121120 +250.1600,1.079273 +250.1800,1.040919 +250.2000,1.005909 +250.2200,0.976992 +250.2400,0.951727 +250.2600,0.925135 +250.2800,0.900359 +250.3000,0.877195 +250.3200,0.855741 +250.3400,0.824351 +250.3600,0.833077 +250.3800,0.862535 +250.4000,0.888214 +250.4200,0.911781 +250.4400,0.934445 +250.4600,0.962067 +250.4800,1.087691 +250.5000,1.338209 +250.5200,1.332870 +250.5400,1.315874 +250.5600,1.288560 +250.5800,1.227148 +250.6000,1.192425 +250.6200,1.160419 +250.6400,1.133307 +250.6600,1.113593 +250.6800,1.095207 +250.7000,1.073573 +250.7200,1.052522 +250.7400,1.034210 +250.7600,1.017629 +250.7800,0.990676 +250.8000,0.994901 +250.8200,1.035028 +250.8400,1.066906 +250.8600,1.094347 +250.8800,1.126884 +250.9000,1.161088 +250.9200,1.183699 +250.9400,1.203359 +250.9600,1.220440 +250.9800,1.236819 +251.0000,1.224293 +251.0200,1.173635 +251.0400,1.145525 +251.0600,1.120058 +251.0800,1.096375 +251.1000,1.076726 +251.1200,1.063944 +251.1400,1.046960 +251.1600,1.030378 +251.1800,1.015410 +251.2000,1.000888 +251.2200,0.967958 +251.2400,0.967481 +251.2600,0.979816 +251.2800,0.988691 +251.3000,0.996514 +251.3200,1.003584 +251.3400,1.018616 +251.3600,1.032002 +251.3800,1.036397 +251.4000,1.042618 +251.4200,1.048095 +251.4400,1.019200 +251.4600,0.965931 +251.4800,0.922142 +251.5000,0.882578 +251.5200,0.846485 +251.5400,0.812472 +251.5600,0.781730 +251.5800,0.756295 +251.6000,0.731508 +251.6200,0.708270 +251.6400,0.687081 +251.6600,0.653844 +251.6800,0.715446 +251.7000,0.775912 +251.7200,0.829850 +251.7400,0.878321 +251.7600,0.922471 +251.7800,0.963330 +251.8000,1.009264 +251.8200,1.051439 +251.8400,1.081715 +251.8600,1.109294 +251.8800,1.068658 +251.9000,1.128774 +251.9200,1.172829 +251.9400,1.213454 +251.9600,1.250885 +251.9800,1.283888 +252.0000,1.315396 +252.0200,1.347423 +252.0400,1.386754 +252.0600,1.418271 +252.0800,1.440520 +252.1000,1.372422 +252.1200,1.348007 +252.1400,1.310311 +252.1600,1.277381 +252.1800,1.247732 +252.2000,1.221448 +252.2200,1.197478 +252.2400,1.179028 +252.2600,1.166438 +252.2800,1.248666 +252.3000,1.420119 +252.3200,1.350204 +252.3400,1.340916 +252.3600,1.324631 +252.3800,1.310609 +252.4000,1.298889 +252.4200,1.289451 +252.4400,1.280470 +252.4600,1.280025 +252.4800,1.284101 +252.5000,1.280917 +252.5200,1.278358 +252.5400,1.216586 +252.5600,1.273719 +252.5800,1.314886 +252.6000,1.350247 +252.6200,1.380808 +252.6400,1.407391 +252.6600,1.430002 +252.6800,1.449833 +252.7000,1.477974 +252.7200,1.498081 +252.7400,1.510712 +252.7600,1.436054 +252.7800,1.468155 +252.8000,1.480905 +252.8200,1.488718 +252.8400,1.493919 +252.8600,1.497740 +252.8800,1.500670 +252.9000,1.500468 +252.9200,1.509513 +252.9400,1.520501 +252.9600,1.520309 +252.9800,1.436679 +253.0000,1.486848 +253.0200,1.489620 +253.0400,1.491371 +253.0600,1.491594 +253.0800,1.490968 +253.1000,1.488736 +253.1200,1.496922 +253.1400,1.507274 +253.1600,1.508718 +253.1800,1.508587 +253.2000,1.437412 +253.2200,1.471616 +253.2400,1.471944 +253.2600,1.471032 +253.2800,1.469756 +253.3000,1.467432 +253.3200,1.470416 +253.3400,1.479937 +253.3600,1.479502 +253.3800,1.477232 +253.4000,1.474249 +253.4200,1.418113 +253.4400,1.426021 +253.4600,1.430225 +253.4800,1.428347 +253.5000,1.425746 +253.5200,1.429120 +253.5400,1.438962 +253.5600,1.439280 +253.5800,1.439514 +253.6000,1.437030 +253.6200,1.435639 +253.6400,1.440700 +253.6600,1.468048 +253.6800,1.481924 +253.7000,1.497707 +253.7200,1.499068 +253.7400,1.497899 +253.7600,1.494002 +253.7800,1.488612 +253.8000,1.480861 +253.8200,1.475638 +253.8400,1.474024 +253.8600,1.475500 +253.8800,1.462741 +253.9000,1.450923 +253.9200,1.439386 +253.9400,1.428698 +253.9600,1.420075 +253.9800,1.417413 +254.0000,1.420850 +254.0200,1.409800 +254.0400,1.393718 +254.0600,1.361500 +254.0800,1.322179 +254.1000,1.284950 +254.1200,1.253051 +254.1400,1.225959 +254.1600,1.202796 +254.1800,1.176172 +254.2000,1.149389 +254.2200,1.126460 +254.2400,1.107723 +254.2600,1.099400 +254.2800,1.118158 +254.3000,1.135897 +254.3200,1.147627 +254.3400,1.153784 +254.3600,1.159517 +254.3800,1.163933 +254.4000,1.168136 +254.4200,1.172393 +254.4400,1.182648 +254.4600,1.200185 +254.4800,1.219102 +254.5000,1.223815 +254.5200,1.226480 +254.5400,1.227488 +254.5600,1.228762 +254.5800,1.228507 +254.6000,1.233910 +254.6200,1.246564 +254.6400,1.249834 +254.6600,1.248740 +254.6800,1.223284 +254.7000,1.185779 +254.7200,1.151810 +254.7400,1.119135 +254.7600,1.092437 +254.7800,1.067246 +254.8000,1.040930 +254.8200,1.016493 +254.8400,0.992990 +254.8600,0.969540 +254.8800,0.956717 +254.9000,0.990516 +254.9200,1.025697 +254.9400,1.050930 +254.9600,1.067257 +254.9800,1.081290 +255.0000,1.091365 +255.0200,1.099921 +255.0400,1.107203 +255.0600,1.115271 +255.0800,1.127776 +255.1000,1.126980 +255.1200,1.121269 +255.1400,1.115388 +255.1600,1.108965 +255.1800,1.101577 +255.2000,1.093700 +255.2200,1.091375 +255.2400,1.091492 +255.2600,1.087702 +255.2800,1.083382 +255.3000,1.029115 +255.3200,1.050091 +255.3400,1.059369 +255.3600,1.067639 +255.3800,1.076556 +255.4000,1.086067 +255.4200,1.095059 +255.4400,1.109071 +255.4600,1.131598 +255.4800,1.148306 +255.5000,1.158816 +255.5200,1.100727 +255.5400,1.113954 +255.5600,1.119549 +255.5800,1.123211 +255.6000,1.126088 +255.6200,1.130228 +255.6400,1.134145 +255.6600,1.136406 +255.6800,1.143890 +255.7000,1.150918 +255.7200,1.145185 +255.7400,1.081747 +255.7600,1.095844 +255.7800,1.107914 +255.8000,1.114390 +255.8200,1.118647 +255.8400,1.124443 +255.8600,1.130366 +255.8800,1.137415 +255.9000,1.148795 +255.9200,1.168572 +255.9400,1.181544 +255.9600,1.117574 +255.9800,1.135833 +256.0000,1.151916 +256.0200,1.160769 +256.0400,1.166448 +256.0600,1.174442 +256.0800,1.184325 +256.1000,1.194580 +256.1200,1.207595 +256.1400,1.231501 +256.1600,1.254982 +256.1800,1.186576 +256.2000,1.187319 +256.2200,1.196745 +256.2400,1.202393 +256.2600,1.202818 +256.2800,1.203560 +256.3000,1.203561 +256.3200,1.202658 +256.3400,1.201735 +256.3600,1.205217 +256.3800,1.214293 +256.4000,1.152404 +256.4200,1.161523 +256.4400,1.172977 +256.4600,1.185111 +256.4800,1.187690 +256.5000,1.186406 +256.5200,1.183072 +256.5400,1.180504 +256.5600,1.178083 +256.5800,1.174697 +256.6000,1.180981 +256.6200,1.126778 +256.6400,1.140865 +256.6600,1.161480 +256.6800,1.188465 +256.7000,1.210800 +256.7200,1.234229 +256.7400,1.258337 +256.7600,1.285141 +256.7800,1.314091 +256.8000,1.343398 +256.8200,1.381097 +256.8400,1.331012 +256.8600,1.362529 +256.8800,1.398378 +256.9000,1.443229 +256.9200,1.495087 +256.9400,1.537771 +256.9600,1.581774 +256.9800,1.624991 +257.0000,1.670276 +257.0200,1.715412 +257.0400,1.749565 +257.0600,1.726443 +257.0800,1.806145 +257.1000,1.875464 +257.1200,1.947134 +257.1400,2.026144 +257.1600,2.087300 +257.1800,2.139456 +257.2000,2.186208 +257.2200,2.228733 +257.2400,2.268214 +257.2600,2.268193 +257.2800,2.187301 +257.3000,2.168256 +257.3200,2.149774 +257.3400,2.132524 +257.3600,2.129127 +257.3800,2.127227 +257.4000,2.115304 +257.4200,2.102704 +257.4400,2.090348 +257.4600,2.078033 +257.4800,2.030889 +257.5000,2.019383 +257.5200,2.062344 +257.5400,2.098288 +257.5600,2.130529 +257.5800,2.165115 +257.6000,2.208192 +257.6200,2.239287 +257.6400,2.256302 +257.6600,2.268108 +257.6800,2.278246 +257.7000,2.219966 +257.7200,2.204424 +257.7400,2.224434 +257.7600,2.242746 +257.7800,2.259031 +257.8000,2.271207 +257.8200,2.294615 +257.8400,2.321025 +257.8600,2.333935 +257.8800,2.340570 +257.9000,2.345452 +257.9200,2.260941 +257.9400,2.222724 +257.9600,2.200827 +257.9800,2.179933 +258.0000,2.161686 +258.0200,2.145582 +258.0400,2.134299 +258.0600,2.135984 +258.0800,2.140284 +258.1000,2.131886 +258.1200,2.123969 +258.1400,2.026855 +258.1600,2.067652 +258.1800,2.096813 +258.2000,2.121940 +258.2200,2.145954 +258.2400,2.166718 +258.2600,2.183766 +258.2800,2.206240 +258.3000,2.241377 +258.3200,2.264445 +258.3400,2.277428 +258.3600,2.161876 +258.3800,2.154785 +258.4000,2.135145 +258.4200,2.113628 +258.4400,2.092525 +258.4600,2.071547 +258.4800,2.049753 +258.5000,2.025678 +258.5200,2.007673 +258.5400,1.992205 +258.5600,1.964572 +258.5800,1.853174 +258.6000,1.829638 +258.6200,1.802950 +258.6400,1.772240 +258.6600,1.745224 +258.6800,1.721250 +258.7000,1.701985 +258.7200,1.684500 +258.7400,1.674459 +258.7600,1.674088 +258.7800,1.676007 +258.8000,1.590223 +258.8200,1.616008 +258.8400,1.645466 +258.8600,1.666698 +258.8800,1.681582 +258.9000,1.694405 +258.9200,1.705435 +258.9400,1.712908 +258.9600,1.717186 +258.9800,1.726485 +259.0000,1.738376 +259.0200,1.656707 +259.0400,1.693514 +259.0600,1.738173 +259.0800,1.778981 +259.1000,1.805105 +259.1200,1.828747 +259.1400,1.850360 +259.1600,1.870720 +259.1800,1.889892 +259.2000,1.908619 +259.2200,1.937896 +259.2400,1.866294 +259.2600,1.918555 +259.2800,1.969754 +259.3000,2.028447 +259.3200,2.074372 +259.3400,2.104583 +259.3600,2.132960 +259.3800,2.159232 +259.4000,2.183223 +259.4200,2.205230 +259.4400,2.218916 +259.4600,2.127493 +259.4800,2.124277 +259.5000,2.120677 +259.5200,2.127227 +259.5400,2.138331 +259.5600,2.138237 +259.5800,2.134542 +259.6000,2.131028 +259.6200,2.128394 +259.6400,2.125073 +259.6600,2.102289 +259.6800,2.055911 +259.7000,2.089616 +259.7200,2.119710 +259.7400,2.149699 +259.7600,2.193850 +259.7800,2.234786 +259.8000,2.252640 +259.8200,2.266940 +259.8400,2.276473 +259.8600,2.280878 +259.8800,2.240463 +259.9000,2.171730 +259.9200,2.154690 +259.9400,2.140836 +259.9600,2.127843 +259.9800,2.125848 +260.0000,2.136536 +260.0200,2.139341 +260.0400,2.134243 +260.0600,2.123843 +260.0800,2.109382 +260.1000,2.042238 +260.1200,2.038161 +260.1400,2.067259 +260.1600,2.088628 +260.1800,2.107438 +260.2000,2.124169 +260.2200,2.154753 +260.2400,2.195274 +260.2600,2.222344 +260.2800,2.250136 +260.3000,2.277990 +260.3200,2.211822 +260.3400,2.217820 +260.3600,2.239785 +260.3800,2.257449 +260.4000,2.270007 +260.4200,2.278521 +260.4400,2.287449 +260.4600,2.303554 +260.4800,2.310558 +260.5000,2.302724 +260.5200,2.292704 +260.5400,2.188000 +260.5600,2.182236 +260.5800,2.174519 +260.6000,2.166185 +260.6200,2.157906 +260.6400,2.148481 +260.6600,2.139350 +260.6800,2.136590 +260.7000,2.141495 +260.7200,2.134393 +260.7400,2.123151 +260.7600,2.012598 +260.7800,1.999795 +260.8000,1.976527 +260.8200,1.952473 +260.8400,1.930243 +260.8600,1.908937 +260.8800,1.889267 +260.9000,1.872270 +260.9200,1.865326 +260.9400,1.859892 +260.9600,1.847589 +260.9800,1.750733 +261.0000,1.814118 +261.0200,1.868672 +261.0400,1.915931 +261.0600,1.965614 +261.0800,2.017715 +261.1000,2.073087 +261.1200,2.130316 +261.1400,2.192385 +261.1600,2.264635 +261.1800,2.323289 +261.2000,2.208957 +261.2200,2.315262 +261.2400,2.413130 +261.2600,2.476707 +261.2800,2.534254 +261.3000,2.588470 +261.3200,2.638821 +261.3400,2.685826 +261.3600,2.731081 +261.3800,2.795858 +261.4000,2.857941 +261.4200,2.702684 +261.4400,2.731516 +261.4600,2.779096 +261.4800,2.813597 +261.5000,2.835975 +261.5200,2.857844 +261.5400,2.878576 +261.5600,2.897812 +261.5800,2.916220 +261.6000,2.944064 +261.6200,2.986434 +261.6400,2.837481 +261.6600,2.876240 +261.6800,2.930816 +261.7000,2.985731 +261.7200,3.014892 +261.7400,3.036412 +261.7600,3.056263 +261.7800,3.075604 +261.8000,3.092218 +261.8200,3.105722 +261.8400,3.131784 +261.8600,2.988226 +261.8800,3.008249 +261.9000,3.027663 +261.9200,3.065083 +261.9400,3.089798 +261.9600,3.097833 +261.9800,3.103950 +262.0000,3.109130 +262.0200,3.113876 +262.0400,3.118641 +262.0600,3.595899 +262.0800,3.600000 262.1000,3.600000 -262.1200,3.550597 -262.1400,3.504319 -262.1600,3.464700 -262.1800,3.428554 -262.2000,3.395808 -262.2200,3.367220 -262.2400,3.352910 -262.2600,3.351706 -262.2800,3.334244 -262.3000,3.132682 -262.3200,3.153933 -262.3400,3.170329 -262.3600,3.163077 -262.3800,3.150524 -262.4000,3.134628 -262.4200,3.115278 -262.4400,3.092313 -262.4600,3.070814 -262.4800,3.060272 -262.5000,3.043708 -262.5200,2.862567 -262.5400,2.848281 -262.5600,2.847737 -262.5800,2.834414 -262.6000,2.816000 -262.6200,2.799327 -262.6400,2.783607 -262.6600,2.770777 -262.6800,2.760661 -262.7000,2.761929 -262.7200,2.775213 -262.7400,2.629965 -262.7600,2.645250 -262.7800,2.667055 -262.8000,2.696308 -262.8200,2.706944 -262.8400,2.717216 -262.8600,2.728545 -262.8800,2.740681 -262.9000,2.751585 -262.9200,2.762097 -262.9400,2.791165 -262.9600,2.666221 -262.9800,2.704906 -263.0000,2.744497 -263.0200,2.793221 -263.0400,2.835129 -263.0600,2.856415 -263.0800,2.876237 -263.1000,2.891903 -263.1200,2.904733 -263.1400,2.914645 -263.1600,2.919054 -263.1800,2.805125 -263.2000,2.826356 -263.2200,2.832295 -263.2400,2.849672 -263.2600,2.876396 -263.2800,2.882612 -263.3000,2.886485 -263.3200,2.885557 -263.3400,2.882167 -263.3600,2.875441 -263.3800,2.844883 -263.4000,2.753001 -263.4200,2.767433 -263.4400,2.780476 -263.4600,2.790425 -263.4800,2.819372 -263.5000,2.842778 -263.5200,2.847086 -263.5400,2.854721 -263.5600,2.860695 -263.5800,2.866280 -263.6000,2.815906 -263.6200,2.752722 -263.6400,2.768154 -263.6600,2.782264 -263.6800,2.793695 -263.7000,2.814470 -263.7200,2.847403 -263.7400,2.863204 -263.7600,2.870319 -263.7800,2.875469 -263.8000,2.879370 -263.8200,2.801642 -263.8400,2.757094 -263.8600,2.763431 -263.8800,2.770970 -263.9000,2.777667 -263.9200,2.783070 -263.9400,2.803588 -263.9600,2.829209 -263.9800,2.834110 -264.0000,2.839919 -264.0200,2.844495 -264.0400,2.857899 -264.0600,2.887151 -264.0800,2.915310 -264.1000,2.956181 -264.1200,2.991732 -264.1400,3.010927 -264.1600,3.028278 -264.1800,3.041115 -264.2000,3.049887 -264.2200,3.056400 -264.2400,3.067471 -264.2600,3.097177 -264.2800,3.117908 -264.3000,3.123993 -264.3200,3.127311 -264.3400,3.129273 -264.3600,3.128496 -264.3800,3.127598 -264.4000,3.134230 -264.4200,3.160576 -264.4400,3.173646 -264.4600,3.132239 -264.4800,3.084422 -264.5000,3.039133 -264.5200,2.996883 -264.5400,2.955440 -264.5600,2.928549 -264.5800,2.918145 -264.6000,2.896591 -264.6200,2.874358 -264.6400,2.850154 -264.6600,2.841825 -264.6800,2.853080 -264.7000,2.861157 -264.7200,2.883612 -264.7400,2.911106 -264.7600,2.921453 -264.7800,2.924804 -264.8000,2.925575 -264.8200,2.927956 -264.8400,2.931476 -264.8600,2.929725 -264.8800,2.944305 -264.9000,2.966194 -264.9200,2.969084 -264.9400,2.966869 -264.9600,2.964815 -264.9800,2.962683 -265.0000,2.957152 -265.0200,2.953041 -265.0400,2.965203 -265.0600,2.980349 -265.0800,2.945601 -265.1000,2.907799 -265.1200,2.873663 -265.1400,2.843252 -265.1600,2.815174 -265.1800,2.791702 -265.2000,2.795296 -265.2200,2.789441 -265.2400,2.773537 -265.2600,2.757585 -265.2800,2.765903 -265.3000,2.790831 -265.3200,2.812368 -265.3400,2.839056 -265.3600,2.879686 -265.3800,2.910504 -265.4000,2.922667 -265.4200,2.934301 -265.4400,2.943684 -265.4600,2.951170 -265.4800,2.949651 -265.5000,2.942147 -265.5200,2.934124 -265.5400,2.914765 -265.5600,2.887938 -265.5800,2.863771 -265.6000,2.840094 -265.6200,2.817713 -265.6400,2.795131 -265.6600,2.784477 -265.6800,2.786969 -265.7000,2.641804 -265.7200,2.672197 -265.7400,2.699191 -265.7600,2.724415 -265.7800,2.732566 -265.8000,2.738180 -265.8200,2.741208 -265.8400,2.742562 -265.8600,2.744275 -265.8800,2.746711 -265.9000,2.764209 -265.9200,2.627281 -265.9400,2.641064 -265.9600,2.661229 -265.9800,2.695728 -266.0000,2.718633 -266.0200,2.727999 -266.0400,2.739245 -266.0600,2.749749 -266.0800,2.758697 -266.1000,2.764155 -266.1200,2.767146 -266.1400,2.665212 -266.1600,2.704220 -266.1800,2.737151 -266.2000,2.784597 -266.2200,2.831857 -266.2400,2.858018 -266.2600,2.877721 -266.2800,2.891551 -266.3000,2.903352 -266.3200,2.911150 -266.3400,2.888087 -266.3600,2.791443 -266.3800,2.798047 -266.4000,2.795251 -266.4200,2.794742 -266.4400,2.807486 -266.4600,2.814740 -266.4800,2.807654 -266.5000,2.800901 -266.5200,2.795177 -266.5400,2.789194 -266.5600,2.733732 -266.5800,2.654728 -266.6000,2.641778 -266.6200,2.622156 -266.6400,2.603983 -266.6600,2.596923 -266.6800,2.601778 -266.7000,2.592394 -266.7200,2.578434 -266.7400,2.564726 -266.7600,2.552859 -266.7800,2.486219 -266.8000,2.463821 -266.8200,2.490093 -266.8400,2.512433 -266.8600,2.531302 -266.8800,2.551303 -266.9000,2.583557 -266.9200,2.610161 -266.9400,2.621147 -266.9600,2.628929 -266.9800,2.635756 -267.0000,2.552971 -267.0200,2.514491 -267.0400,2.507054 -267.0600,2.499920 -267.0800,2.493500 -267.1000,2.486950 -267.1200,2.490869 -267.1400,2.507562 -267.1600,2.513092 -267.1800,2.509711 -267.2000,2.508136 -267.2200,2.402739 -267.2400,2.451760 -267.2600,2.500356 -267.2800,2.541253 -267.3000,2.577102 -267.3200,2.609151 -267.3400,2.635662 -267.3600,2.677865 -267.3800,2.722729 -267.4000,2.744424 -267.4200,2.761542 -267.4400,2.625261 -267.4600,2.654274 -267.4800,2.667640 -267.5000,2.676987 -267.5200,2.685898 -267.5400,2.692947 -267.5600,2.700339 -267.5800,2.711640 -267.6000,2.736911 -267.6200,2.759012 -267.6400,2.763005 -267.6600,2.607430 -267.6800,2.639025 -267.7000,2.653875 -267.7200,2.659395 -267.7400,2.663870 -267.7600,2.668000 -267.7800,2.671103 -267.8000,2.671381 -267.8200,2.681276 -267.8400,2.710464 -267.8600,2.718327 -267.8800,2.561697 -267.9000,2.632171 -267.9200,2.692687 -267.9400,2.733881 -267.9600,2.765386 -267.9800,2.793157 -268.0000,2.816241 -268.0200,2.835851 -268.0400,2.857193 -268.0600,2.897553 -268.0800,2.933930 -268.1000,2.760105 -268.1200,2.771445 -268.1400,2.790007 -268.1600,2.797752 -268.1800,2.794168 -268.2000,2.789525 -268.2200,2.785765 -268.2400,2.780771 -268.2600,2.775622 -268.2800,2.778585 -268.3000,2.795131 -268.3200,2.644556 -268.3400,2.662424 -268.3600,2.693789 -268.3800,2.728146 -268.4000,2.741283 -268.4200,2.752482 -268.4400,2.759790 -268.4600,2.766582 -268.4800,2.771861 -268.5000,2.779345 -268.5200,2.794685 -268.5400,2.674354 -268.5600,2.720200 -268.5800,2.765190 -268.6000,2.822530 -268.6200,2.873006 -268.6400,2.899638 -268.6600,2.922081 -268.6800,2.939776 -268.7000,2.955059 -268.7200,2.967880 -268.7400,2.967556 -268.7600,2.831395 -268.7800,2.809405 -268.8000,2.785783 -268.8200,2.771805 -268.8400,2.769342 -268.8600,2.758871 -268.8800,2.736549 -268.9000,2.715198 -268.9200,2.693909 -268.9400,2.672818 -268.9600,2.622103 -268.9800,2.538604 -269.0000,2.536288 -269.0200,2.533175 -269.0400,2.531294 -269.0600,2.551616 -269.0800,2.561807 -269.1000,2.561233 -269.1200,2.557462 -269.1400,2.552201 -269.1600,2.546930 -269.1800,2.494779 -269.2000,2.458152 -269.2200,2.488303 -269.2400,2.516038 -269.2600,2.539241 -269.2800,2.567893 -269.3000,2.611060 -269.3200,2.634485 -269.3400,2.644001 -269.3600,2.651707 -269.3800,2.657997 -269.4000,2.587179 -269.4200,2.559261 -269.4400,2.578879 -269.4600,2.597127 -269.4800,2.614303 -269.5000,2.631706 -269.5200,2.671225 -269.5400,2.710722 -269.5600,2.731963 -269.5800,2.750240 -269.6000,2.766441 -269.6200,2.674181 -269.6400,2.697079 -269.6600,2.723859 -269.6800,2.743136 -269.7000,2.758910 -269.7200,2.772297 -269.7400,2.795109 -269.7600,2.826810 -269.7800,2.842936 -269.8000,2.845829 -269.8200,2.846124 -269.8400,2.724885 -269.8600,2.733649 -269.8800,2.747609 -269.9000,2.756326 -269.9200,2.763802 -269.9400,2.769730 -269.9600,2.775213 -269.9800,2.804903 -270.0000,2.832858 -270.0200,2.844457 -270.0400,2.850329 -270.0600,2.706379 -270.0800,2.737039 -270.1000,2.752639 -270.1200,2.765025 -270.1400,2.774899 -270.1600,2.783357 -270.1800,2.789598 -270.2000,2.799124 -270.2200,2.825004 -270.2400,2.843733 -270.2600,2.846606 -270.2800,2.684110 -270.3000,2.701441 -270.3200,2.702453 -270.3400,2.698867 -270.3600,2.695366 -270.3800,2.690094 -270.4000,2.683758 -270.4200,2.678534 -270.4400,2.684757 -270.4600,2.701356 -270.4800,2.701405 -270.5000,2.544940 -270.5200,2.601370 -270.5400,2.644167 -270.5600,2.672188 -270.5800,2.692299 -270.6000,2.707860 -270.6200,2.723061 -270.6400,2.738838 -270.6600,2.758049 -270.6800,2.793536 -270.7000,2.823197 -270.7200,2.658118 -270.7400,2.694624 -270.7600,2.741468 -270.7800,2.767489 -270.8000,2.781976 -270.8200,2.794397 -270.8400,2.804969 -270.8600,2.812693 -270.8800,2.819474 -270.9000,2.836917 -270.9200,2.862049 -270.9400,2.704239 -270.9600,2.729897 -270.9800,2.767905 -271.0000,2.806172 -271.0200,2.823549 -271.0400,2.836360 -271.0600,2.848968 -271.0800,2.857981 -271.1000,2.866178 -271.1200,2.875017 -271.1400,2.899192 -271.1600,2.739875 -271.1800,2.719429 -271.2000,2.702599 -271.2200,2.706025 -271.2400,2.698614 -271.2600,2.680840 -271.2800,2.667260 -271.3000,2.656044 -271.3200,2.643676 -271.3400,2.631541 -271.3600,2.618814 -271.3800,2.507238 -271.4000,2.509860 -271.4200,2.511787 -271.4400,2.530655 -271.4600,2.545976 -271.4800,2.546299 -271.5000,2.548765 -271.5200,2.547644 -271.5400,2.547292 -271.5600,2.546827 -271.5800,2.524884 -271.6000,2.470805 -271.6200,2.534554 -271.6400,2.589651 -271.6600,2.642860 -271.6800,2.709538 -271.7000,2.762429 -271.7200,2.795768 -271.7400,2.826181 -271.7600,2.856591 -271.7800,2.883223 -271.8000,2.852821 -271.8200,2.778975 -271.8400,2.791063 -271.8600,2.800540 -271.8800,2.809266 -271.9000,2.830497 -271.9200,2.856008 -271.9400,2.862622 -271.9600,2.867494 -271.9800,2.869875 -272.0000,2.870810 -272.0200,2.799242 -272.0400,2.759708 -272.0600,2.783355 -272.0800,2.803827 -272.1000,2.821668 -272.1200,2.840472 -272.1400,2.874460 -272.1600,2.905093 -272.1800,2.914810 -272.2000,2.925362 -272.2200,2.931698 -272.2400,2.834451 -272.2600,2.803827 -272.2800,2.805663 -272.3000,2.806098 -272.3200,2.805719 -272.3400,2.804643 -272.3600,2.813749 -272.3800,2.835925 -272.4000,2.849385 -272.4200,2.845643 -272.4400,2.842844 -272.4600,2.719764 -272.4800,2.757855 -272.5000,2.799696 -272.5200,2.835841 -272.5400,2.867921 -272.5600,2.895395 -272.5800,2.919119 -272.6000,2.956782 -272.6200,2.999346 -272.6400,3.019042 -272.6600,3.031232 -272.6800,2.875006 -272.7000,2.887502 -272.7200,2.877165 -272.7400,2.869571 -272.7600,2.862280 -272.7800,2.854192 -272.8000,2.844855 -272.8200,2.838610 -272.8400,2.851561 -272.8600,2.863585 -272.8800,2.856721 -272.9000,2.690918 -272.9200,2.743247 -272.9400,2.775001 -272.9600,2.791433 -272.9800,2.804782 -273.0000,2.817084 -273.0200,2.828340 -273.0400,2.837917 -273.0600,2.851858 -273.0800,2.881547 -273.1000,2.896286 -273.1200,2.724730 -273.1400,2.775825 -273.1600,2.820909 -273.1800,2.845901 -273.2000,2.862233 -273.2200,2.876275 -273.2400,2.890507 -273.2600,2.902768 -273.2800,2.913887 -273.3000,2.938960 -273.3200,2.962497 -273.3400,2.789570 -273.3600,2.816177 -273.3800,2.858351 -273.4000,2.890411 -273.4200,2.905898 -273.4400,2.916840 -273.4600,2.925566 -273.4800,2.933671 -273.5000,2.939803 -273.5200,2.951271 -273.5400,2.981804 -273.5600,2.818500 -273.5800,2.834332 -273.6000,2.861622 -273.6200,2.894976 -273.6400,2.908522 -273.6600,2.915468 -273.6800,2.921240 -273.7000,2.926520 -273.7200,2.929984 -273.7400,2.931336 -273.7600,2.944444 -273.7800,2.808664 -273.8000,2.830654 -273.8200,2.852162 -273.8400,2.889050 -273.8600,2.923184 -273.8800,2.934162 -273.9000,2.946510 -273.9200,2.955512 -273.9400,2.961599 -273.9600,2.967381 -273.9800,2.954765 -274.0000,2.836705 -274.0200,2.841566 -274.0400,2.844372 -274.0600,2.854341 -274.0800,2.878601 -274.1000,2.889762 -274.1200,2.888938 -274.1400,2.887798 -274.1600,2.884891 -274.1800,2.881277 -274.2000,2.838546 -274.2200,2.754528 -274.2400,2.765654 -274.2600,2.775233 -274.2800,2.784504 -274.3000,2.807922 -274.3200,2.834074 -274.3400,2.840677 -274.3600,2.844391 -274.3800,2.846412 -274.4000,2.847088 -274.4200,2.854414 -274.4400,2.885752 -274.4600,2.934606 -274.4800,2.978967 -274.5000,2.999766 -274.5200,3.016233 -274.5400,3.032453 -274.5600,3.046293 -274.5800,3.056475 -274.6000,3.066970 -274.6200,3.094677 -274.6400,3.122281 -274.6600,3.126402 -274.6800,3.128940 -274.7000,3.130053 -274.7200,3.131730 -274.7400,3.132887 -274.7600,3.136537 -274.7800,3.158852 -274.8000,3.178009 -274.8200,3.178823 -274.8400,3.133424 -274.8600,3.077317 -274.8800,3.028332 -274.9000,2.983590 -274.9200,2.945167 -274.9400,2.927438 -274.9600,2.919137 -274.9800,2.887855 -275.0000,2.857665 -275.0200,2.831479 -275.0400,2.823455 -275.0600,2.840131 -275.0800,2.864029 -275.1000,2.903037 -275.1200,2.928557 -275.1400,2.937904 -275.1600,2.945880 -275.1800,2.951300 -275.2000,2.956153 -275.2200,2.960517 -275.2400,2.971401 -275.2600,3.001876 -275.2800,3.021812 -275.3000,3.024155 -275.3200,3.026767 -275.3400,3.030249 -275.3600,3.030351 -275.3800,3.028916 -275.4000,3.037142 -275.4200,3.063680 -275.4400,3.074944 -275.4600,3.024024 -275.4800,2.970177 -275.5000,2.920906 -275.5200,2.877767 -275.5400,2.841667 -275.5600,2.813528 -275.5800,2.800206 -275.6000,2.776436 -275.6200,2.750175 -275.6400,2.728861 -275.6600,2.736715 -275.6800,2.770711 -275.7000,2.798798 -275.7200,2.845994 -275.7400,2.891763 -275.7600,2.917229 -275.7800,2.935719 -275.8000,2.951772 -275.8200,2.965269 -275.8400,2.976523 -275.8600,2.980440 -275.8800,2.964851 -275.9000,2.958580 -275.9200,2.937978 -275.9400,2.913191 -275.9600,2.890392 -275.9800,2.870487 -276.0000,2.852998 -276.0200,2.835813 -276.0400,2.837121 -276.0600,2.844113 -276.0800,2.680164 -276.1000,2.697292 -276.1200,2.725423 -276.1400,2.755372 -276.1600,2.762838 -276.1800,2.767916 -276.2000,2.772084 -276.2200,0.484484 -276.2400,0.488884 -276.2600,0.492987 -276.2800,0.497804 -276.3000,0.501268 -276.3200,0.506261 -276.3400,0.488773 -276.3600,0.503649 -276.3800,0.518285 -276.4000,0.534800 -276.4200,0.549084 -276.4400,0.557902 -276.4600,0.566517 -276.4800,0.573751 -276.5000,0.580245 -276.5200,0.586062 -276.5400,0.587581 -276.5600,0.544314 -276.5800,0.507614 -276.6000,0.474174 -276.6200,0.444032 -276.6400,0.417021 -276.6600,0.392021 -276.6800,0.368817 -276.7000,0.348114 -276.7200,0.328356 -276.7400,0.309849 -276.7600,0.292610 -276.7800,0.297659 -276.8000,0.316583 -276.8200,0.334257 -276.8400,0.351541 -276.8600,0.370744 -276.8800,0.386731 -276.9000,0.397921 -276.9200,0.407351 -276.9400,0.414854 -276.9600,0.419198 -276.9800,0.414317 -277.0000,0.428850 -277.0200,0.461910 -277.0400,0.491589 -277.0600,0.518081 -277.0800,0.544406 -277.1000,0.570482 -277.1200,0.594010 -277.1400,0.612100 -277.1600,0.630089 -277.1800,0.645392 -277.2000,0.638222 -277.2200,0.631756 -277.2400,0.637305 -277.2600,0.640501 -277.2800,0.643557 -277.3000,0.646614 -277.3200,0.655525 -277.3400,0.666576 -277.3600,0.677386 -277.3800,0.689048 -277.4000,0.701979 -277.4200,0.690984 -277.4400,0.673459 -277.4600,0.665946 -277.4800,0.659314 -277.5000,0.654960 -277.5200,0.653830 -277.5400,0.655016 -277.5600,0.657545 -277.5800,0.658239 -277.6000,0.659481 -277.6200,0.661028 -277.6400,0.638861 -277.6600,0.647865 -277.6800,0.659675 -277.7000,0.668206 -277.7200,0.672708 -277.7400,0.675015 -277.7600,0.677960 -277.7800,0.682064 -277.8000,0.683546 -277.8200,0.683620 -277.8400,0.684852 -277.8600,0.658295 -277.8800,0.652932 -277.9000,0.649060 -277.9200,0.644660 -277.9400,0.639093 -277.9600,0.632349 -277.9800,0.627440 -278.0000,0.628283 -278.0200,0.634128 -278.0400,0.638769 -278.0600,0.641696 -278.0800,0.611387 -278.1000,0.625337 -278.1200,0.633016 -278.1400,0.639556 -278.1600,0.646003 -278.1800,0.652969 -278.2000,0.659962 -278.2200,0.668114 -278.2400,0.683778 -278.2600,0.694958 -278.2800,0.699840 -278.3000,0.664909 -278.3200,0.647531 -278.3400,0.628978 -278.3600,0.612452 -278.3800,0.598104 -278.4000,0.585210 -278.4200,0.575002 -278.4400,0.566915 -278.4600,0.563710 -278.4800,0.561765 -278.5000,0.556411 -278.5200,0.524491 -278.5400,0.493052 -278.5600,0.466180 -278.5800,0.443782 -278.6000,0.426442 -278.6200,0.411566 -278.6400,0.398875 -278.6600,0.387519 -278.6800,0.377061 -278.7000,0.366242 -278.7200,0.354089 -278.7400,0.335007 -278.7600,0.343233 -278.7800,0.348948 -278.8000,0.351097 -278.8200,0.350773 -278.8400,0.350708 -278.8600,0.351282 -278.8800,0.351217 -278.9000,0.353839 -278.9200,0.359017 -278.9400,0.365056 -278.9600,0.346669 -278.9800,0.357562 -279.0000,0.370179 -279.0200,0.381155 -279.0400,0.390816 -279.0600,0.399783 -279.0800,0.408981 -279.1000,0.418374 -279.1200,0.426868 -279.1400,0.437418 -279.1600,0.448803 -279.1800,0.427692 -279.2000,0.437585 -279.2200,0.448256 -279.2400,0.457519 -279.2600,0.461465 -279.2800,0.463828 -279.3000,0.465485 -279.3200,0.465819 -279.3400,0.465754 -279.3600,0.465495 -279.3800,0.467301 -279.4000,0.457760 -279.4200,0.493062 -279.4400,0.526001 -279.4600,0.560255 -279.4800,0.589415 -279.5000,0.612934 -279.5200,0.633683 -279.5400,0.652969 -279.5600,0.670578 -279.5800,0.686371 -279.6000,0.698997 -279.6200,0.665687 -279.6400,0.656711 -279.6600,0.647707 -279.6800,0.641594 -279.7000,0.637991 -279.7200,0.631636 -279.7400,0.624809 -279.7600,0.618520 -279.7800,0.612730 -279.8000,0.607339 -279.8200,0.597965 -279.8400,0.583367 -279.8600,0.593611 -279.8800,0.603366 -279.9000,0.612175 -279.9200,0.624476 -279.9400,0.635073 -279.9600,0.640121 -279.9800,0.646068 -280.0000,0.650672 -280.0200,0.653941 -280.0400,0.646207 -280.0600,0.635295 -280.0800,0.643076 -280.1000,0.649986 -280.1200,0.656989 -280.1400,0.665724 -280.1600,0.675830 -280.1800,0.682175 -280.2000,0.686038 -280.2200,0.689382 -280.2400,0.692485 -280.2600,0.678396 -280.2800,0.650273 -280.3000,0.632442 -280.3200,0.615593 -280.3400,0.600068 -280.3600,0.586933 -280.3800,0.576910 -280.4000,0.568407 -280.4200,0.559820 -280.4400,0.550927 -280.4600,0.543378 -280.4800,0.523120 -280.5000,0.516506 -280.5200,0.515422 -280.5400,0.514793 -280.5600,0.514283 -280.5800,0.513107 -280.6000,0.515321 -280.6200,0.518257 -280.6400,0.518618 -280.6600,0.517682 -280.6800,0.516497 -280.7000,0.496702 -280.7200,0.520656 -280.7400,0.545453 -280.7600,0.567619 -280.7800,0.587581 -280.8000,0.604847 -280.8200,0.621150 -280.8400,0.641038 -280.8600,0.658804 -280.8800,0.671884 -280.9000,0.682703 -280.9200,0.654951 -280.9400,0.633887 -280.9600,0.612490 -280.9800,0.594186 -281.0000,0.578151 -281.0200,0.562608 -281.0400,0.548890 -281.0600,0.538330 -281.0800,0.530345 -281.1000,0.522064 -281.1200,0.513097 -281.1400,0.484771 -281.1600,0.517164 -281.1800,0.541461 -281.2000,0.561589 -281.2200,0.579402 -281.2400,0.595279 -281.2600,0.609720 -281.2800,0.623762 -281.3000,0.639676 -281.3200,0.655599 -281.3400,0.665557 -281.3600,0.631340 -281.3800,0.649226 -281.4000,0.663955 -281.4200,0.674051 -281.4400,0.682629 -281.4600,0.689993 -281.4800,0.697014 -281.5000,0.702433 -281.5200,0.708389 -281.5400,0.717921 -281.5600,0.725683 -281.5800,0.685306 -281.6000,0.687974 -281.6200,0.693272 -281.6400,0.696283 -281.6600,0.697190 -281.6800,0.698302 -281.7000,0.699849 -281.7200,0.700979 -281.7400,0.702118 -281.7600,0.706583 -281.7800,0.708834 -281.8000,0.667938 -281.8200,0.659036 -281.8400,0.651459 -281.8600,0.641214 -281.8800,0.622132 -281.9000,0.598354 -281.9200,0.573909 -281.9400,0.557134 -281.9600,0.549538 -281.9800,0.550742 -282.0000,0.558912 -282.0200,0.539349 -282.0400,0.559801 -282.0600,0.577095 -282.0800,0.592148 -282.1000,0.595871 -282.1200,0.595862 -282.1400,0.593408 -282.1600,0.588656 -282.1800,0.583700 -282.2000,0.580523 -282.2200,0.582431 -282.2400,0.550788 -282.2600,0.578290 -282.2800,0.590768 -282.3000,0.600985 -282.3200,0.609627 -282.3400,0.617760 -282.3600,0.626653 -282.3800,0.637231 -282.4000,0.651366 -282.4200,0.672680 -282.4400,0.692012 -282.4600,0.654247 -282.4800,0.699877 -282.5000,0.715012 -282.5200,0.730704 -282.5400,0.746553 -282.5600,0.761503 -282.5800,0.775732 -282.6000,0.791256 -282.6200,0.808875 -282.6400,0.819768 -282.6600,0.828058 -282.6800,0.837368 -282.7000,0.841110 -282.7200,0.835710 -282.7400,0.832190 -282.7600,0.833588 -282.7800,0.830133 -282.8000,0.823260 -282.8200,0.814794 -282.8400,0.805114 -282.8600,0.792905 -282.8800,0.778316 -282.9000,0.764357 -282.9200,0.746349 -282.9400,0.724822 -282.9600,0.702294 -282.9800,0.680350 -283.0000,0.659490 -283.0200,0.640880 -283.0400,0.625004 -283.0600,0.615824 -283.0800,0.611730 -283.1000,0.587229 -283.1200,0.566110 -283.1400,0.547889 -283.1600,0.531846 -283.1800,0.518183 -283.2000,0.506270 -283.2200,0.497711 -283.2400,0.494497 -283.2600,0.491172 -283.2800,0.490218 -283.3000,0.506308 -283.3200,0.528900 -283.3400,0.547565 -283.3600,0.563321 -283.3800,0.579911 -283.4000,0.594871 -283.4200,0.601457 -283.4400,0.604440 -283.4600,0.604199 -283.4800,0.600661 -283.5000,0.587516 -283.5200,0.557856 -283.5400,0.528427 -283.5600,0.499305 -283.5800,0.470339 -283.6000,0.444431 -283.6200,0.420977 -283.6400,0.399477 -283.6600,0.381396 -283.6800,0.366186 -283.7000,0.354144 -283.7200,0.393373 -283.7400,0.424867 -283.7600,0.455380 -283.7800,0.483159 -283.8000,0.508077 -283.8200,0.529372 -283.8400,0.550242 -283.8600,0.574150 -283.8800,0.593547 -283.9000,0.609081 -283.9200,0.589730 -283.9400,0.557134 -283.9600,0.528029 -283.9800,0.501593 -284.0000,0.477555 -284.0200,0.456880 -284.0400,0.435974 -284.0600,0.414595 -284.0800,0.394531 -284.1000,0.374856 -284.1200,0.367409 -284.1400,0.386259 -284.1600,0.406675 -284.1800,0.426914 -284.2000,0.441735 -284.2200,0.454333 -284.2400,0.465476 -284.2600,0.476203 -284.2800,0.486577 -284.3000,0.495952 -284.3200,0.506122 -284.3400,0.482742 -284.3600,0.483382 -284.3800,0.484512 -284.4000,0.488958 -284.4200,0.493321 -284.4400,0.495896 -284.4600,0.499379 -284.4800,0.503381 -284.5000,0.508836 -284.5200,0.514255 -284.5400,0.519248 -284.5600,0.487226 -284.5800,0.465032 -284.6000,0.445153 -284.6200,0.428091 -284.6400,0.413844 -284.6600,0.400367 -284.6800,0.387667 -284.7000,0.375162 -284.7200,0.364028 -284.7400,0.354181 -284.7600,0.342408 -284.7800,0.324688 -284.8000,0.312915 -284.8200,0.301067 -284.8400,0.290341 -284.8600,0.280290 -284.8800,0.270249 -284.9000,0.259690 -284.9200,0.249574 -284.9400,0.239617 -284.9600,0.229566 -284.9800,0.219377 -285.0000,0.218877 -285.0200,0.225370 -285.0400,0.229770 -285.0600,0.233892 -285.0800,0.239163 -285.1000,0.243581 -285.1200,0.246610 -285.1400,0.248565 -285.1600,0.250862 -285.1800,0.253196 -285.2000,0.249880 -285.2200,0.270018 -285.2400,0.301003 -285.2600,0.329357 -285.2800,0.355108 -285.3000,0.379321 -285.3200,0.407305 -285.3400,0.429360 -285.3600,0.446209 -285.3800,0.461039 -285.4000,0.475721 -285.4200,0.471803 -285.4400,0.498045 -285.4600,0.635971 -285.4800,0.656535 -285.5000,0.648411 -285.5200,0.642826 -285.5400,0.634211 -285.5600,0.626189 -285.5800,0.618455 -285.6000,0.611369 -285.6200,0.603745 -285.6400,0.593815 -285.6600,0.576808 -285.6800,0.583542 -285.7000,0.588887 -285.7200,0.597066 -285.7400,0.606820 -285.7600,0.612212 -285.7800,0.615203 -285.8000,0.617352 -285.8200,0.620808 -285.8400,0.624624 -285.8600,0.618677 -285.8800,0.592472 -285.9000,0.580773 -285.9200,0.569509 -285.9400,0.560209 -285.9600,0.555114 -285.9800,0.547732 -286.0000,0.538015 -286.0200,0.529076 -286.0400,0.519971 -286.0600,0.511495 -286.0800,0.497480 -286.1000,0.501009 -286.1200,0.523620 -286.1400,0.544582 -286.1600,0.564859 -286.1800,0.588535 -286.2000,0.614148 -286.2200,0.633600 -286.2400,0.651385 -286.2600,0.667623 -286.2800,0.683694 -286.3000,0.678275 -286.3200,0.633183 -286.3400,0.594556 -286.3600,0.559523 -286.3800,0.527270 -286.4000,0.497452 -286.4200,0.471053 -286.4400,0.445913 -286.4600,0.421681 -286.4800,0.399903 -286.5000,0.379266 -286.5200,0.357025 -286.5400,0.358776 -286.5600,0.365112 -286.5800,0.370003 -286.6000,0.374671 -286.6200,0.379136 -286.6400,0.383962 -286.6600,0.389723 -286.6800,0.392632 -286.7000,0.396078 -286.7200,0.398134 -286.7400,0.385008 -286.7600,0.446811 -286.7800,0.511801 -286.8000,0.572436 -286.8200,0.626903 -286.8400,0.676515 -286.8600,0.723238 -286.8800,0.770415 -286.9000,0.810079 -286.9200,0.841518 -286.9400,0.869881 -286.9600,0.848224 -286.9800,0.786384 -287.0000,0.731269 -287.0200,0.680804 -287.0400,0.634887 -287.0600,0.593482 -287.0800,0.555401 -287.1000,0.521091 -287.1200,0.491255 -287.1400,0.463707 -287.1600,0.438363 -287.1800,0.410871 -287.2000,0.425108 -287.2200,0.437335 -287.2400,0.449914 -287.2600,0.461095 -287.2800,0.472720 -287.3000,0.484586 -287.3200,0.498425 -287.3400,0.516784 -287.3600,0.532420 -287.3800,0.544582 -287.4000,0.521202 -287.4200,0.601161 -287.4400,0.665233 -287.4600,0.721626 -287.4800,0.772527 -287.5000,0.818999 -287.5200,0.861090 -287.5400,0.899865 -287.5600,0.944791 -287.5800,0.986688 -287.6000,1.015246 -287.6200,0.968477 -287.6400,1.009938 -287.6600,1.042516 -287.6800,1.066850 -287.7000,1.088711 -287.7200,1.108497 -287.7400,1.125643 -287.7600,1.140807 -287.7800,1.162278 -287.8000,1.185399 -287.8200,1.198208 -287.8400,1.132154 -287.8600,1.065201 -287.8800,1.005594 -287.9000,0.950784 -287.9200,0.901375 -287.9400,0.856496 -287.9600,0.816091 -287.9800,0.779446 -288.0000,0.747100 -288.0200,0.719922 -288.0400,0.694124 -288.0600,0.658425 -288.0800,0.686408 -288.1000,0.713818 -288.1200,0.734993 -288.1400,0.752000 -288.1600,0.768534 -288.1800,0.785328 -288.2000,0.801260 -288.2200,0.817888 -288.2400,0.839980 -288.2600,0.863740 -288.2800,0.823705 -288.3000,0.852263 -288.3200,0.884025 -288.3400,0.909897 -288.3600,0.926886 -288.3800,0.941364 -288.4000,0.954647 -288.4200,0.967208 -288.4400,0.977138 -288.4600,0.990828 -288.4800,1.005269 -288.5000,0.959093 -288.5200,0.978360 -288.5400,1.001861 -288.5600,1.028742 -288.5800,1.044304 -288.6000,1.057152 -288.6200,1.068203 -288.6400,1.079087 -288.6600,1.090406 -288.6800,1.100985 -288.7000,1.119223 -288.7200,1.052835 -288.7400,1.022916 -288.7600,0.999304 -288.7800,0.980398 -288.8000,0.960853 -288.8200,0.939539 -288.8400,0.920652 -288.8600,0.903506 -288.8800,0.888018 -288.9000,0.874559 -288.9200,0.862369 -288.9400,0.832255 -288.9600,0.844287 -288.9800,0.856116 -289.0000,0.870724 -289.0200,0.885712 -289.0400,0.892140 -289.0600,0.898319 -289.0800,0.904136 -289.1000,0.908452 -289.1200,0.911000 -289.1400,0.911685 -289.1600,0.874559 -289.1800,0.872827 -289.2000,0.871048 -289.2200,0.873512 -289.2400,0.878209 -289.2600,0.877190 -289.2800,0.876273 -289.3000,0.876384 -289.3200,0.876884 -289.3400,0.876032 -289.3600,0.868501 -289.3800,0.858404 -289.4000,0.888500 -289.4200,0.914927 -289.4400,0.938955 -289.4600,0.965725 -289.4800,0.987244 -289.5000,1.002694 -289.5200,1.016431 -289.5400,1.028196 -289.5600,1.039052 -289.5800,1.033438 -289.6000,0.978277 -289.6200,0.941762 -289.6400,0.908295 -289.6600,0.877745 -289.6800,0.852513 -289.7000,0.830467 -289.7200,0.807263 -289.7400,0.785643 -289.7600,0.765431 -289.7800,0.746711 -289.8000,0.719320 -289.8200,0.726934 -289.8400,0.752639 -289.8600,0.775046 -289.8800,0.795610 -289.9000,0.815387 -289.9200,0.839489 -289.9400,0.949108 -289.9600,1.167707 -289.9800,1.163048 -290.0000,1.148217 -290.0200,1.124383 -290.0400,1.070796 -290.0600,1.040497 -290.0800,1.012569 -290.1000,0.988911 -290.1200,0.971709 -290.1400,0.955666 -290.1600,0.936788 -290.1800,0.918419 -290.2000,0.902441 -290.2200,0.887972 -290.2400,0.864453 -290.2600,0.868139 -290.2800,0.903154 -290.3000,0.930971 -290.3200,0.954916 -290.3400,0.983307 -290.3600,1.013152 -290.3800,1.032883 -290.4000,1.050038 -290.4200,1.064942 -290.4400,1.079235 -290.4600,1.068304 -290.4800,1.024101 -290.5000,0.999573 -290.5200,0.977351 -290.5400,0.956685 -290.5600,0.939539 -290.5800,0.928386 -290.6000,0.913565 -290.6200,0.899096 -290.6400,0.886036 -290.6600,0.873364 -290.6800,0.844630 -290.7000,0.844213 -290.7200,0.854977 -290.7400,0.862721 -290.7600,0.869547 -290.7800,0.875716 -290.8000,0.888833 -290.8200,0.900514 -290.8400,0.904349 -290.8600,0.909777 -290.8800,0.914557 -290.9000,0.889343 -290.9200,0.842861 -290.9400,0.804651 -290.9600,0.770127 -290.9800,0.738633 -291.0000,0.708955 -291.0200,0.682129 -291.0400,0.659935 -291.0600,0.638305 -291.0800,0.618029 -291.1000,0.599540 -291.1200,0.570537 -291.1400,0.624290 -291.1600,0.677053 -291.1800,0.724118 -291.2000,0.766413 -291.2200,0.804938 -291.2400,0.840591 -291.2600,0.880672 -291.2800,0.917474 -291.3000,0.943893 -291.3200,0.967958 -291.3400,0.932499 -291.3600,0.984956 -291.3800,1.023397 -291.4000,1.058847 -291.4200,1.091508 -291.4400,1.120307 -291.4600,1.147800 -291.4800,1.175747 -291.5000,1.210066 -291.5200,1.237568 -291.5400,1.256982 -291.5600,1.197560 -291.5800,1.176256 -291.6000,1.143363 -291.6200,1.114629 -291.6400,1.088757 -291.6600,1.065822 -291.6800,1.044906 -291.7000,1.028807 -291.7200,1.017821 -291.7400,1.089573 -291.7600,1.239180 -291.7800,1.178173 -291.8000,1.170069 -291.8200,1.155859 -291.8400,1.143623 -291.8600,1.133396 -291.8800,1.125161 -291.9000,1.117324 -291.9200,1.116935 -291.9400,1.120493 -291.9600,1.117714 -291.9800,1.115481 -292.0000,1.061579 -292.0200,1.111433 -292.0400,1.147355 -292.0600,1.178210 -292.0800,1.204878 -292.1000,1.228074 -292.1200,1.247804 -292.1400,1.265108 -292.1600,1.289664 -292.1800,1.307209 -292.2000,1.318231 -292.2200,1.253085 -292.2400,1.281096 -292.2600,1.292222 -292.2800,1.299039 -292.3000,1.303577 -292.3200,1.306911 -292.3400,1.309469 -292.3600,1.309292 -292.3800,1.317184 -292.4000,1.326772 -292.4200,1.326605 -292.4400,1.253630 -292.4600,1.297407 -292.4800,1.299827 -292.5000,1.301354 -292.5200,1.301549 -292.5400,1.301002 -292.5600,1.299055 -292.5800,1.306198 -292.6000,1.315231 -292.6200,1.316491 -292.6400,1.316377 -292.6600,1.254270 -292.6800,1.284116 -292.7000,1.284402 -292.7200,1.283606 -292.7400,1.282493 -292.7600,1.280465 -292.7800,1.283069 -292.8000,1.291377 -292.8200,1.290998 -292.8400,1.289016 -292.8600,1.286413 -292.8800,1.237430 -292.9000,1.244331 -292.9200,1.247998 -292.9400,1.246360 -292.9600,1.244090 -292.9800,1.247035 -293.0000,1.255623 -293.0200,1.255900 -293.0400,1.256105 -293.0600,1.253936 -293.0800,1.252723 -293.1000,1.257139 -293.1200,1.281002 -293.1400,1.293110 -293.1600,1.306883 -293.1800,1.308070 -293.2000,1.307050 -293.2200,1.303650 -293.2400,1.298946 -293.2600,1.292183 -293.2800,1.287625 -293.3000,1.286217 -293.3200,1.287505 -293.3400,1.276372 -293.3600,1.266060 -293.3800,1.255992 -293.4000,1.246666 -293.4200,1.239142 -293.4400,1.236819 -293.4600,1.239818 -293.4800,1.230176 -293.5000,1.216143 -293.5200,1.188030 -293.5400,1.153719 -293.5600,1.121234 -293.5800,1.093398 -293.6000,1.069759 -293.6200,1.049547 -293.6400,1.026315 -293.6600,1.002945 -293.6800,0.982936 -293.7000,0.966587 -293.7200,0.959325 -293.7400,0.975693 -293.7600,0.991171 -293.7800,1.001407 -293.8000,1.006779 -293.8200,1.011782 -293.8400,1.015635 -293.8600,1.019303 -293.8800,1.023017 -293.9000,1.031965 -293.9200,1.047268 -293.9400,1.063775 -293.9600,1.067888 -293.9800,1.070213 -294.0000,1.071093 -294.0200,1.072204 -294.0400,1.071982 -294.0600,1.076697 -294.0800,1.087738 -294.1000,1.090591 -294.1200,1.089637 -294.1400,1.067424 -294.1600,1.034698 -294.1800,1.005056 -294.2000,0.976545 -294.2200,0.953248 -294.2400,0.931267 -294.2600,0.908304 -294.2800,0.886980 -294.3000,0.866472 -294.3200,0.846010 -294.3400,0.834820 -294.3600,0.864314 -294.3800,0.895012 -294.4000,0.917030 -294.4200,0.931276 -294.4400,0.943522 -294.4600,0.952313 -294.4800,0.959779 -294.5000,0.966133 -294.5200,0.973173 -294.5400,0.984085 -294.5600,0.983390 -294.5800,0.978407 -294.6000,0.973275 -294.6200,0.967671 -294.6400,0.961224 -294.6600,0.954351 -294.6800,0.952322 -294.7000,0.952424 -294.7200,0.949117 -294.7400,0.945347 -294.7600,0.897994 -294.7800,0.916298 -294.8000,0.924394 -294.8200,0.931610 -294.8400,0.939391 -294.8600,0.947690 -294.8800,0.955536 -294.9000,0.967763 -294.9200,0.987420 -294.9400,1.002000 -294.9600,1.011170 -294.9800,0.960483 -295.0000,0.972024 -295.0200,0.976906 -295.0400,0.980102 -295.0600,0.982612 -295.0800,0.986225 -295.1000,0.989643 -295.1200,0.991616 -295.1400,0.998146 -295.1600,1.004278 -295.1800,0.999276 -295.2000,0.943920 -295.2200,0.956222 -295.2400,0.966754 -295.2600,0.972404 -295.2800,0.976119 -295.3000,0.981176 -295.3200,0.986345 -295.3400,0.992496 -295.3600,1.002426 -295.3800,1.019683 -295.4000,1.031002 -295.4200,0.975183 -295.4400,0.991116 -295.4600,1.005149 -295.4800,1.012874 -295.5000,1.017830 -295.5200,1.024805 -295.5400,1.033429 -295.5600,1.042377 -295.5800,1.053734 -295.6000,1.074594 -295.6200,1.095084 -295.6400,1.035393 -295.6600,1.036041 -295.6800,1.044267 -295.7000,1.049195 -295.7200,1.049565 -295.7400,1.050214 -295.7600,1.050214 -295.7800,1.049426 -295.8000,1.048621 -295.8200,1.051659 -295.8400,1.059579 -295.8600,1.005575 -295.8800,1.013532 -295.9000,1.023527 -295.9200,1.034115 -295.9400,1.036366 -295.9600,1.035245 -295.9800,1.032336 -296.0000,1.030095 -296.0200,1.027983 -296.0400,1.025028 -296.0600,1.030511 -296.0800,0.983214 -296.1000,0.995506 -296.1200,1.013495 -296.1400,1.037042 -296.1600,1.056531 -296.1800,1.076975 -296.2000,1.098011 -296.2200,1.121400 -296.2400,1.146661 -296.2600,1.172235 -296.2800,1.205130 -296.3000,1.161427 -296.3200,1.188928 -296.3400,1.220210 -296.3600,1.259346 -296.3800,1.304597 -296.4000,1.341843 -296.4200,1.380239 -296.4400,1.417950 -296.4600,1.457465 -296.4800,1.496850 -296.5000,1.526651 -296.5200,1.506475 -296.5400,1.576023 -296.5600,1.636509 -296.5800,1.699048 -296.6000,1.767991 -296.6200,1.821355 -296.6400,1.866866 -296.6600,1.907661 -296.6800,1.944768 -296.7000,1.979219 -296.7200,1.979200 -296.7400,1.908615 -296.7600,1.891997 -296.7800,1.875869 -296.8000,1.860817 -296.8200,1.857853 -296.8400,1.856195 -296.8600,1.845791 -296.8800,1.834797 -296.9000,1.824014 -296.9200,1.813269 -296.9400,1.772132 -296.9600,1.762091 -296.9800,1.799579 -297.0000,1.830943 -297.0200,1.859076 -297.0400,1.889255 -297.0600,1.926844 -297.0800,1.953977 -297.1000,1.968824 -297.1200,1.979127 -297.1400,1.987972 -297.1600,1.937118 -297.1800,1.923556 -297.2000,1.941017 -297.2200,1.956996 -297.2400,1.971206 -297.2600,1.981830 -297.2800,2.002256 -297.3000,2.025301 -297.3200,2.036566 -297.3400,2.042356 -297.3600,2.046616 -297.3800,1.972872 -297.4000,1.939525 -297.4200,1.920417 -297.4400,1.902186 -297.4600,1.886264 -297.4800,1.872211 -297.5000,1.862366 -297.5200,1.863836 -297.5400,1.867588 -297.5600,1.860261 -297.5800,1.853352 -297.6000,1.768611 -297.6200,1.804210 -297.6400,1.829656 -297.6600,1.851581 -297.6800,1.872536 -297.7000,1.890654 -297.7200,1.905530 -297.7400,1.925141 -297.7600,1.955801 -297.7800,1.975930 -297.8000,1.987259 -297.8200,1.886429 -297.8400,1.880242 -297.8600,1.863105 -297.8800,1.844329 -297.9000,1.825914 -297.9200,1.807609 -297.9400,1.788592 -297.9600,1.767584 -297.9800,1.751874 -298.0000,1.738377 -298.0200,1.714264 -298.0400,1.617059 -298.0600,1.596522 -298.0800,1.573235 -298.1000,1.546437 -298.1200,1.522863 -298.1400,1.501944 -298.1600,1.485134 -298.1800,1.469877 -298.2000,1.461114 -298.2200,1.460791 -298.2400,1.462465 -298.2600,1.387611 -298.2800,1.410111 -298.3000,1.435816 -298.3200,1.454343 -298.3400,1.467330 -298.3600,1.478519 -298.3800,1.488144 -298.4000,1.494665 -298.4200,1.498397 -298.4400,1.506512 -298.4600,1.516888 -298.4800,1.445624 -298.5000,1.477741 -298.5200,1.516711 -298.5400,1.552319 -298.5600,1.575115 -298.5800,1.595744 -298.6000,1.614604 -298.6200,1.632370 -298.6400,1.649099 -298.6600,1.665440 -298.6800,1.690987 -298.7000,1.628508 -298.7200,1.674110 -298.7400,1.718785 -298.7600,1.770001 -298.7800,1.810074 -298.8000,1.836436 -298.8200,1.861197 -298.8400,1.884122 -298.8600,1.905056 -298.8800,1.924260 -298.9000,1.936202 -298.9200,1.856427 -298.9400,1.853621 -298.9600,1.850480 -298.9800,1.856195 -299.0000,1.865884 -299.0200,1.865802 -299.0400,1.862578 -299.0600,1.859512 -299.0800,1.857213 -299.1000,1.854315 -299.1200,1.834434 -299.1400,1.793966 -299.1600,1.823376 -299.1800,1.849636 -299.2000,1.875804 -299.2200,1.914330 -299.2400,1.950049 -299.2600,1.965629 -299.2800,1.978107 -299.3000,1.986426 -299.3200,1.990269 -299.3400,1.955004 -299.3600,1.895028 -299.3800,1.880159 -299.4000,1.868070 -299.4200,1.856732 -299.4400,1.854991 -299.4600,1.864318 -299.4800,1.866765 -299.5000,1.862317 -299.5200,1.853242 -299.5400,1.840624 -299.5600,1.782035 -299.5800,1.778477 -299.6000,1.803868 -299.6200,1.822514 -299.6400,1.838928 -299.6600,1.853527 -299.6800,1.880214 -299.7000,1.915572 -299.7200,1.939193 -299.7400,1.963444 -299.7600,1.987749 -299.7800,1.930012 -299.8000,1.935245 -299.8200,1.954412 -299.8400,1.969825 -299.8600,1.980784 -299.8800,1.988213 -299.9000,1.996003 -299.9200,2.010056 -299.9400,2.016168 -299.9600,2.009331 -299.9800,2.000589 -300.0000,1.909225 -300.0200,1.904196 -300.0400,1.897461 -300.0600,1.890190 -300.0800,1.882965 -300.1000,1.874741 -300.1200,1.866773 -300.1400,1.864365 -300.1600,1.868645 -300.1800,1.862448 -300.2000,1.852639 -300.2200,1.756171 -300.2400,1.744999 -300.2600,1.724696 -300.2800,1.703707 -300.3000,1.684309 -300.3200,1.665718 -300.3400,1.648553 -300.3600,1.633722 -300.3800,1.627663 -300.4000,1.622921 -300.4200,1.612186 -300.4400,1.527671 -300.4600,1.582979 -300.4800,1.630583 -300.5000,1.671821 -300.5200,1.715174 -300.5400,1.760636 -300.5600,1.808953 -300.5800,1.858890 -300.6000,1.913051 -300.6200,1.976096 -300.6400,2.027276 -300.6600,1.927512 -300.6800,2.020272 -300.7000,2.105670 -300.7200,2.161147 -300.7400,2.211362 -300.7600,2.258670 -300.7800,2.302606 -300.8000,2.343622 -300.8200,2.383111 -300.8400,2.439635 -300.8600,2.493808 -300.8800,2.358333 -300.9000,2.383491 -300.9200,2.425009 -300.9400,2.455114 -300.9600,2.474641 -300.9800,2.493723 -301.0000,2.511814 -301.0200,2.528599 -301.0400,2.544661 -301.0600,2.568958 -301.0800,2.605930 -301.1000,2.475955 -301.1200,2.509775 -301.1400,2.557398 -301.1600,2.605316 -301.1800,2.630762 -301.2000,2.649540 -301.2200,2.666861 -301.2400,2.683739 -301.2600,2.698236 -301.2800,2.710019 -301.3000,2.732761 -301.3200,2.607493 -301.3400,2.624965 -301.3600,2.641906 -301.3800,2.674558 -301.4000,2.696124 -301.4200,2.703135 -301.4400,2.708473 -301.4600,2.712992 -301.4800,2.717134 -301.5000,2.721292 -301.5200,3.137742 -301.5400,3.296829 +262.1200,3.600000 +262.1400,3.600000 +262.1600,3.600000 +262.1800,3.600000 +262.2000,3.600000 +262.2200,3.600000 +262.2400,3.600000 +262.2600,3.600000 +262.2800,3.600000 +262.3000,3.590100 +262.3200,3.600000 +262.3400,3.600000 +262.3600,3.600000 +262.3800,3.600000 +262.4000,3.592331 +262.4200,3.570155 +262.4400,3.543836 +262.4600,3.519198 +262.4800,3.507117 +262.5000,3.488135 +262.5200,3.280544 +262.5400,3.264173 +262.5600,3.263549 +262.5800,3.248280 +262.6000,3.227178 +262.6200,3.208070 +262.6400,3.190055 +262.6600,3.175352 +262.6800,3.163758 +262.7000,3.165212 +262.7200,3.180435 +262.7400,3.013979 +262.7600,3.031496 +262.7800,3.056485 +262.8000,3.090009 +262.8200,3.102198 +262.8400,3.113970 +262.8600,3.126953 +262.8800,3.140861 +262.9000,3.153357 +262.9200,3.165404 +262.9400,3.198717 +262.9600,3.055529 +262.9800,3.099862 +263.0000,3.145234 +263.0200,3.201073 +263.0400,3.249099 +263.0600,3.273493 +263.0800,3.296211 +263.1000,3.314164 +263.1200,3.328867 +263.1400,3.340226 +263.1600,3.345280 +263.1800,3.214714 +263.2000,3.239046 +263.2200,3.245852 +263.2400,3.265766 +263.2600,3.296393 +263.2800,3.303517 +263.3000,3.307954 +263.3200,3.306891 +263.3400,3.303007 +263.3600,3.295298 +263.3800,3.260278 +263.4000,3.154980 +263.4200,3.171519 +263.4400,3.186467 +263.4600,3.197868 +263.4800,3.231042 +263.5000,3.257866 +263.5200,3.262803 +263.5400,3.271553 +263.5600,3.278399 +263.5800,3.284799 +263.6000,3.227070 +263.6200,3.154660 +263.6400,3.172345 +263.6600,3.188516 +263.6800,3.201616 +263.7000,3.225425 +263.7200,3.263166 +263.7400,3.281275 +263.7600,3.289429 +263.7800,3.295330 +263.8000,3.299800 +263.8200,3.210723 +263.8400,3.159671 +263.8600,3.166933 +263.8800,3.175573 +263.9000,3.183248 +263.9200,3.189439 +263.9400,3.212953 +263.9600,3.242316 +263.9800,3.247932 +264.0000,3.254589 +264.0200,3.259833 +264.0400,3.275194 +264.0600,3.308717 +264.0800,3.340988 +264.1000,3.387827 +264.1200,3.428569 +264.1400,3.450566 +264.1600,3.470452 +264.1800,3.485162 +264.2000,3.495216 +264.2200,3.502679 +264.2400,3.515367 +264.2600,3.549411 +264.2800,3.573169 +264.3000,3.580143 +264.3200,3.583945 +264.3400,3.586193 +264.3600,3.585303 +264.3800,3.584273 +264.4000,3.591874 +264.4200,3.600000 +264.4400,3.600000 +264.4600,3.589592 +264.4800,3.534793 +264.5000,3.482891 +264.5200,3.434472 +264.5400,3.386978 +264.5600,3.356160 +264.5800,3.344238 +264.6000,3.319536 +264.6200,3.294057 +264.6400,3.266319 +264.6600,3.256774 +264.6800,3.269672 +264.7000,3.278928 +264.7200,3.304662 +264.7400,3.336171 +264.7600,3.348028 +264.7800,3.351869 +264.8000,3.352752 +264.8200,3.355481 +264.8400,3.359515 +264.8600,3.357508 +264.8800,3.374217 +264.9000,3.399302 +264.9200,3.402614 +264.9400,3.400076 +264.9600,3.397721 +264.9800,3.395278 +265.0000,3.388940 +265.0200,3.384228 +265.0400,3.398166 +265.0600,3.415524 +265.0800,3.375703 +265.1000,3.332381 +265.1200,3.293260 +265.1400,3.258408 +265.1600,3.226231 +265.1800,3.199331 +265.2000,3.203450 +265.2200,3.196741 +265.2400,3.178515 +265.2600,3.160234 +265.2800,3.169766 +265.3000,3.198334 +265.3200,3.223016 +265.3400,3.253600 +265.3600,3.300163 +265.3800,3.335481 +265.4000,3.349419 +265.4200,3.362752 +265.4400,3.373505 +265.4600,3.382084 +265.4800,3.380343 +265.5000,3.371744 +265.5200,3.362550 +265.5400,3.340363 +265.5600,3.309619 +265.5800,3.281924 +265.6000,3.254790 +265.6200,3.229140 +265.6400,3.203261 +265.6600,3.191052 +265.6800,3.193908 +265.7000,3.027547 +265.7200,3.062377 +265.7400,3.093312 +265.7600,3.122220 +265.7800,3.131561 +265.8000,3.137994 +265.8200,3.141465 +265.8400,3.143017 +265.8600,3.144979 +265.8800,3.147771 +265.9000,3.167824 +265.9200,3.010903 +265.9400,3.026698 +265.9600,3.049808 +265.9800,3.089344 +266.0000,3.115593 +266.0200,3.126328 +266.0400,3.139215 +266.0600,3.151253 +266.0800,3.161508 +266.1000,3.167762 +266.1200,3.171190 +266.1400,3.054373 +266.1600,3.099076 +266.1800,3.136816 +266.2000,3.191190 +266.2200,3.245350 +266.2400,3.275331 +266.2600,3.297911 +266.2800,3.313761 +266.3000,3.327284 +266.3200,3.336222 +266.3400,3.309790 +266.3600,3.199036 +266.3800,3.206603 +266.4000,3.203399 +266.4200,3.202816 +266.4400,3.217421 +266.4600,3.225734 +266.4800,3.217613 +266.5000,3.209874 +266.5200,3.203314 +266.5400,3.196457 +266.5600,3.132898 +266.5800,3.042357 +266.6000,3.027517 +266.6200,3.005030 +266.6400,2.984203 +266.6600,2.976112 +266.6800,2.981676 +266.7000,2.970922 +266.7200,2.954924 +266.7400,2.939214 +266.7600,2.925614 +266.7800,2.849244 +266.8000,2.823576 +266.8200,2.853683 +266.8400,2.879286 +266.8600,2.900910 +266.8800,2.923831 +266.9000,2.960795 +266.9200,2.991283 +266.9400,3.003873 +266.9600,3.012791 +266.9800,3.020616 +267.0000,2.925742 +267.0200,2.881644 +267.0400,2.873121 +267.0600,2.864945 +267.0800,2.857587 +267.1000,2.850082 +267.1200,2.854572 +267.1400,2.873703 +267.1600,2.880040 +267.1800,2.876166 +267.2000,2.874361 +267.2200,2.753574 +267.2400,2.809753 +267.2600,2.865446 +267.2800,2.912313 +267.3000,2.953397 +267.3200,2.990125 +267.3400,3.020508 +267.3600,3.068874 +267.3800,3.120288 +267.4000,3.145151 +267.4200,3.164768 +267.4400,3.008588 +267.4600,3.041837 +267.4800,3.057155 +267.5000,3.067867 +267.5200,3.078078 +267.5400,3.086157 +267.5600,3.094628 +267.5800,3.107579 +267.6000,3.136541 +267.6200,3.161869 +267.6400,3.166445 +267.6600,2.988153 +267.6800,3.024362 +267.7000,3.041380 +267.7200,3.047706 +267.7400,3.052835 +267.7600,3.057568 +267.7800,3.061123 +267.8000,3.061442 +267.8200,3.072782 +267.8400,3.106232 +267.8600,3.115244 +267.8800,2.935742 +267.9000,3.016507 +267.9200,3.085859 +267.9400,3.133068 +267.9600,3.169173 +267.9800,3.200999 +268.0000,3.227454 +268.0200,3.249928 +268.0400,3.274385 +268.0600,3.320639 +268.0800,3.362327 +268.1000,3.163121 +268.1200,3.176117 +268.1400,3.197390 +268.1600,3.206265 +268.1800,3.202157 +268.2000,3.196837 +268.2200,3.192528 +268.2400,3.186805 +268.2600,3.180904 +268.2800,3.184299 +268.3000,3.203261 +268.3200,3.030700 +268.3400,3.051178 +268.3600,3.087123 +268.3800,3.126496 +268.4000,3.141551 +268.4200,3.154385 +268.4400,3.162761 +268.4600,3.170544 +268.4800,3.176594 +268.5000,3.185171 +268.5200,3.202750 +268.5400,3.064850 +268.5600,3.117390 +268.5800,3.168949 +268.6000,3.234661 +268.6200,3.292507 +268.6400,3.323028 +268.6600,3.348749 +268.6800,3.369027 +268.7000,3.386542 +268.7200,3.401235 +268.7400,3.400863 +268.7600,3.244821 +268.7800,3.219620 +268.8000,3.192549 +268.8200,3.176530 +268.8400,3.173706 +268.8600,3.161707 +268.8800,3.136126 +268.9000,3.111657 +268.9200,3.087260 +268.9400,3.063089 +268.9600,3.004969 +268.9800,2.909277 +269.0000,2.906623 +269.0200,2.903056 +269.0400,2.900901 +269.0600,2.924190 +269.0800,2.935868 +269.1000,2.935211 +269.1200,2.930890 +269.1400,2.924861 +269.1600,2.918820 +269.1800,2.859053 +269.2000,2.817078 +269.2200,2.851632 +269.2400,2.883417 +269.2600,2.910008 +269.2800,2.942844 +269.3000,2.992313 +269.3200,3.019159 +269.3400,3.030065 +269.3600,3.038895 +269.3800,3.046104 +269.4000,2.964946 +269.4200,2.932951 +269.4400,2.955434 +269.4600,2.976346 +269.4800,2.996030 +269.5000,3.015974 +269.5200,3.061263 +269.5400,3.106527 +269.5600,3.130870 +269.5800,3.151816 +269.6000,3.170382 +269.6200,3.064651 +269.6400,3.090893 +269.6600,3.121583 +269.6800,3.143674 +269.7000,3.161752 +269.7200,3.177094 +269.7400,3.203237 +269.7600,3.239566 +269.7800,3.258047 +269.8000,3.261362 +269.8200,3.261700 +269.8400,3.122758 +269.8600,3.132803 +269.8800,3.148800 +269.9000,3.158790 +269.9200,3.167359 +269.9400,3.174152 +269.9600,3.180435 +269.9800,3.214461 +270.0000,3.246497 +270.0200,3.259790 +270.0400,3.266520 +270.0600,3.101551 +270.0800,3.136688 +270.1000,3.154565 +270.1200,3.168759 +270.1400,3.180075 +270.1600,3.189768 +270.1800,3.196921 +270.2000,3.207837 +270.2200,3.237496 +270.2400,3.258961 +270.2600,3.262253 +270.2800,3.076030 +270.3000,3.095891 +270.3200,3.097051 +270.3400,3.092941 +270.3600,3.088929 +270.3800,3.082887 +270.4000,3.075626 +270.4200,3.069640 +270.4400,3.076772 +270.4600,3.095795 +270.4800,3.095851 +270.5000,2.916539 +270.5200,2.981209 +270.5400,3.030254 +270.5600,3.062367 +270.5800,3.085414 +270.6000,3.103248 +270.6200,3.120668 +270.6400,3.138749 +270.6600,3.160766 +270.6800,3.201434 +270.7000,3.235425 +270.7200,3.046243 +270.7400,3.088079 +270.7600,3.141763 +270.7800,3.171583 +270.8000,3.188185 +270.8200,3.202420 +270.8400,3.214536 +270.8600,3.223387 +270.8800,3.231159 +270.9000,3.251149 +270.9200,3.279951 +270.9400,3.099098 +270.9600,3.128503 +270.9800,3.172061 +271.0000,3.215915 +271.0200,3.235829 +271.0400,3.250510 +271.0600,3.264959 +271.0800,3.275288 +271.1000,3.284682 +271.1200,3.294812 +271.1400,3.322517 +271.1600,3.139937 +271.1800,3.116506 +271.2000,3.097218 +271.2200,3.101144 +271.2400,3.092652 +271.2600,3.072282 +271.2800,3.056719 +271.3000,3.043865 +271.3200,3.029692 +271.3400,3.015785 +271.3600,3.001200 +271.3800,2.873331 +271.4000,2.876337 +271.4200,2.878545 +271.4400,2.900168 +271.4600,2.917726 +271.4800,2.918096 +271.5000,2.920922 +271.5200,2.919638 +271.5400,2.919235 +271.5600,2.918702 +271.5800,2.893555 +271.6000,2.831580 +271.6200,2.904637 +271.6400,2.967778 +271.6600,3.028757 +271.6800,3.105170 +271.7000,3.165785 +271.7200,3.203992 +271.7400,3.238845 +271.7600,3.273696 +271.7800,3.304216 +271.8000,3.269375 +271.8200,3.184746 +271.8400,3.198600 +271.8600,3.209461 +271.8800,3.219460 +271.9000,3.243792 +271.9200,3.273028 +271.9400,3.280607 +271.9600,3.286191 +271.9800,3.288919 +272.0000,3.289991 +272.0200,3.207972 +272.0400,3.162666 +272.0600,3.189766 +272.0800,3.213228 +272.1000,3.233674 +272.1200,3.255223 +272.1400,3.294173 +272.1600,3.329279 +272.1800,3.340415 +272.2000,3.352508 +272.2200,3.359770 +272.2400,3.248323 +272.2600,3.213228 +272.2800,3.215332 +272.3000,3.215830 +272.3200,3.215396 +272.3400,3.214162 +272.3600,3.224599 +272.3800,3.250012 +272.4000,3.265437 +272.4200,3.261149 +272.4400,3.257941 +272.4600,3.116889 +272.4800,3.160543 +272.5000,3.208493 +272.5200,3.249916 +272.5400,3.286680 +272.5600,3.318165 +272.5800,3.345353 +272.6000,3.388516 +272.6200,3.437295 +272.6400,3.459867 +272.6600,3.473836 +272.6800,3.294800 +272.7000,3.309120 +272.7200,3.297273 +272.7400,3.288571 +272.7600,3.280216 +272.7800,3.270947 +272.8000,3.260245 +272.8200,3.253089 +272.8400,3.267931 +272.8600,3.281711 +272.8800,3.273845 +272.9000,3.083832 +272.9200,3.143801 +272.9400,3.180192 +272.9600,3.199024 +272.9800,3.214322 +273.0000,3.228420 +273.0200,3.241320 +273.0400,3.252295 +273.0600,3.268271 +273.0800,3.302295 +273.1000,3.319187 +273.1200,3.122580 +273.1400,3.181136 +273.1600,3.232803 +273.1800,3.261445 +273.2000,3.280162 +273.2200,3.296254 +273.2400,3.312563 +273.2600,3.326615 +273.2800,3.339357 +273.3000,3.368092 +273.3200,3.395065 +273.3400,3.196889 +273.3600,3.227380 +273.3800,3.275713 +273.4000,3.312454 +273.4200,3.330202 +273.4400,3.342741 +273.4600,3.352742 +273.4800,3.362031 +273.5000,3.369058 +273.5200,3.382200 +273.5400,3.417191 +273.5600,3.230043 +273.5800,3.248186 +273.6000,3.279461 +273.6200,3.317686 +273.6400,3.333210 +273.6600,3.341169 +273.6800,3.347784 +273.7000,3.353835 +273.7200,3.357805 +273.7400,3.359354 +273.7600,3.374376 +273.7800,3.218771 +273.8000,3.243972 +273.8200,3.268620 +273.8400,3.310894 +273.8600,3.350012 +273.8800,3.362594 +273.9000,3.376744 +273.9200,3.387061 +273.9400,3.394037 +273.9600,3.400662 +273.9800,3.386204 +274.0000,3.250905 +274.0200,3.256477 +274.0400,3.259693 +274.0600,3.271117 +274.0800,3.298919 +274.1000,3.311710 +274.1200,3.310766 +274.1400,3.309459 +274.1600,3.306128 +274.1800,3.301987 +274.2000,3.253016 +274.2200,3.156730 +274.2400,3.169480 +274.2600,3.180458 +274.2800,3.191083 +274.3000,3.217921 +274.3200,3.247890 +274.3400,3.255459 +274.3600,3.259714 +274.3800,3.262030 +274.4000,3.262805 +274.4200,3.271201 +274.4400,3.307114 +274.4600,3.363102 +274.4800,3.413940 +274.5000,3.437776 +274.5200,3.456648 +274.5400,3.475237 +274.5600,3.491097 +274.5800,3.502765 +274.6000,3.514793 +274.6200,3.546546 +274.6400,3.578180 +274.6600,3.582904 +274.6800,3.585811 +274.7000,3.587087 +274.7200,3.589009 +274.7400,3.590335 +274.7600,3.594518 +274.7800,3.600000 +274.8000,3.600000 +274.8200,3.600000 +274.8400,3.590950 +274.8600,3.526651 +274.8800,3.470513 +274.9000,3.419238 +274.9200,3.375205 +274.9400,3.354888 +274.9600,3.345374 +274.9800,3.309525 +275.0000,3.274926 +275.0200,3.244917 +275.0400,3.235722 +275.0600,3.254832 +275.0800,3.282220 +275.1000,3.326923 +275.1200,3.356170 +275.1400,3.366882 +275.1600,3.376022 +275.1800,3.382233 +275.2000,3.387796 +275.2200,3.392796 +275.2400,3.405269 +275.2600,3.440194 +275.2800,3.463041 +275.3000,3.465727 +275.3200,3.468719 +275.3400,3.472710 +275.3600,3.472827 +275.3800,3.471182 +275.4000,3.480609 +275.4200,3.511023 +275.4400,3.523932 +275.4600,3.465576 +275.4800,3.403866 +275.5000,3.347402 +275.5200,3.297964 +275.5400,3.256592 +275.5600,3.224344 +275.5800,3.209077 +275.6000,3.181837 +275.6200,3.151741 +275.6400,3.127315 +275.6600,3.136316 +275.6800,3.175276 +275.7000,3.207464 +275.7200,3.261551 +275.7400,3.314003 +275.7600,3.343187 +275.7800,3.364378 +275.8000,3.382775 +275.8200,3.398242 +275.8400,3.411139 +275.8600,3.415628 +275.8800,3.397764 +275.9000,3.390576 +275.9200,3.366967 +275.9400,3.338560 +275.9600,3.312432 +275.9800,3.289620 +276.0000,3.269578 +276.0200,3.249883 +276.0400,3.251383 +276.0600,3.259395 +276.0800,3.071508 +276.1000,3.091136 +276.1200,3.123375 +276.1400,3.157697 +276.1600,3.166254 +276.1800,3.172072 +276.2000,3.176849 +276.2200,0.555226 +276.2400,0.560268 +276.2600,0.564971 +276.2800,0.570491 +276.3000,0.574461 +276.3200,0.580183 +276.3400,0.560141 +276.3600,0.577189 +276.3800,0.593962 +276.4000,0.612889 +276.4200,0.629259 +276.4400,0.639364 +276.4600,0.649237 +276.4800,0.657528 +276.5000,0.664969 +276.5200,0.671636 +276.5400,0.673377 +276.5600,0.623791 +276.5800,0.581733 +276.6000,0.543411 +276.6200,0.508868 +276.6400,0.477913 +276.6600,0.449262 +276.6800,0.422670 +276.7000,0.398944 +276.7200,0.376301 +276.7400,0.355091 +276.7600,0.335336 +276.7800,0.341121 +276.8000,0.362809 +276.8200,0.383063 +276.8400,0.402872 +276.8600,0.424878 +276.8800,0.443200 +276.9000,0.456024 +276.9200,0.466830 +276.9400,0.475429 +276.9600,0.480407 +276.9800,0.474813 +277.0000,0.491469 +277.0200,0.529356 +277.0400,0.563368 +277.0600,0.593728 +277.0800,0.623898 +277.1000,0.653780 +277.1200,0.680744 +277.1400,0.701476 +277.1600,0.722092 +277.1800,0.739628 +277.2000,0.731412 +277.2200,0.724002 +277.2400,0.730361 +277.2600,0.734023 +277.2800,0.737526 +277.3000,0.741030 +277.3200,0.751242 +277.3400,0.763906 +277.3600,0.776294 +277.3800,0.789659 +277.4000,0.804479 +277.4200,0.791878 +277.4400,0.771794 +277.4600,0.763184 +277.4800,0.755584 +277.5000,0.750594 +277.5200,0.749299 +277.5400,0.750658 +277.5600,0.753556 +277.5800,0.754352 +277.6000,0.755775 +277.6200,0.757548 +277.6400,0.732144 +277.6600,0.742463 +277.6800,0.755998 +277.7000,0.765774 +277.7200,0.770934 +277.7400,0.773577 +277.7600,0.776953 +277.7800,0.781656 +277.8000,0.783354 +277.8200,0.783439 +277.8400,0.784851 +277.8600,0.754416 +277.8800,0.748269 +277.9000,0.743832 +277.9200,0.738790 +277.9400,0.732410 +277.9600,0.724682 +277.9800,0.719055 +278.0000,0.720021 +278.0200,0.726720 +278.0400,0.732038 +278.0600,0.735393 +278.0800,0.700659 +278.1000,0.716646 +278.1200,0.725446 +278.1400,0.732941 +278.1600,0.740329 +278.1800,0.748312 +278.2000,0.756327 +278.2200,0.765668 +278.2400,0.783619 +278.2600,0.796432 +278.2800,0.802027 +278.3000,0.761995 +278.3200,0.742081 +278.3400,0.720818 +278.3600,0.701879 +278.3800,0.685436 +278.4000,0.670659 +278.4200,0.658961 +278.4400,0.649693 +278.4600,0.646021 +278.4800,0.643791 +278.5000,0.637655 +278.5200,0.601074 +278.5400,0.565045 +278.5600,0.534250 +278.5800,0.508581 +278.6000,0.488709 +278.6200,0.471660 +278.6400,0.457117 +278.6600,0.444102 +278.6800,0.432117 +278.7000,0.419718 +278.7200,0.405791 +278.7400,0.383923 +278.7600,0.393350 +278.7800,0.399899 +278.8000,0.402362 +278.8200,0.401991 +278.8400,0.401916 +278.8600,0.402575 +278.8800,0.402500 +278.9000,0.405504 +278.9200,0.411438 +278.9400,0.418360 +278.9600,0.397288 +278.9800,0.409772 +279.0000,0.424230 +279.0200,0.436810 +279.0400,0.447881 +279.0600,0.458157 +279.0800,0.468699 +279.1000,0.479463 +279.1200,0.489197 +279.1400,0.501288 +279.1600,0.514335 +279.1800,0.490142 +279.2000,0.501479 +279.2200,0.513708 +279.2400,0.524324 +279.2600,0.528846 +279.2800,0.531553 +279.3000,0.533453 +279.3200,0.533835 +279.3400,0.533761 +279.3600,0.533464 +279.3800,0.535534 +279.4000,0.524600 +279.4200,0.565056 +279.4400,0.602805 +279.4600,0.642061 +279.4800,0.675479 +279.5000,0.702432 +279.5200,0.726210 +279.5400,0.748312 +279.5600,0.768492 +279.5800,0.786592 +279.6000,0.801061 +279.6200,0.762887 +279.6400,0.752600 +279.6600,0.742282 +279.6800,0.735276 +279.7000,0.731147 +279.7200,0.723864 +279.7400,0.716041 +279.7600,0.708833 +279.7800,0.702198 +279.8000,0.696020 +279.8200,0.685277 +279.8400,0.668547 +279.8600,0.680288 +279.8800,0.691466 +279.9000,0.701561 +279.9200,0.715658 +279.9400,0.727803 +279.9600,0.733588 +279.9800,0.740403 +280.0000,0.745679 +280.0200,0.749426 +280.0400,0.740563 +280.0600,0.728057 +280.0800,0.736974 +280.1000,0.744894 +280.1200,0.752919 +280.1400,0.762929 +280.1600,0.774511 +280.1800,0.781783 +280.2000,0.786209 +280.2200,0.790042 +280.2400,0.793598 +280.2600,0.777452 +280.2800,0.745223 +280.3000,0.724788 +280.3200,0.705478 +280.3400,0.687687 +280.3600,0.672634 +280.3800,0.661148 +280.4000,0.651403 +280.4200,0.641562 +280.4400,0.631371 +280.4600,0.622719 +280.4800,0.599503 +280.5000,0.591924 +280.5200,0.590682 +280.5400,0.589960 +280.5600,0.589376 +280.5800,0.588028 +280.6000,0.590565 +280.6200,0.593930 +280.6400,0.594344 +280.6600,0.593272 +280.6800,0.591913 +280.7000,0.569228 +280.7200,0.596679 +280.7400,0.625097 +280.7600,0.650500 +280.7800,0.673377 +280.8000,0.693164 +280.8200,0.711848 +280.8400,0.734639 +280.8600,0.755000 +280.8800,0.769989 +280.9000,0.782388 +280.9200,0.750584 +280.9400,0.726444 +280.9600,0.701922 +280.9800,0.680946 +281.0000,0.662570 +281.0200,0.644757 +281.0400,0.629036 +281.0600,0.616934 +281.0800,0.607783 +281.1000,0.598293 +281.1200,0.588017 +281.1400,0.555555 +281.1600,0.592677 +281.1800,0.620522 +281.2000,0.643589 +281.2200,0.664003 +281.2400,0.682198 +281.2600,0.698748 +281.2800,0.714841 +281.3000,0.733079 +281.3200,0.751327 +281.3400,0.762738 +281.3600,0.723525 +281.3800,0.744023 +281.4000,0.760902 +281.4200,0.772473 +281.4400,0.782303 +281.4600,0.790742 +281.4800,0.798789 +281.5000,0.804999 +281.5200,0.811825 +281.5400,0.822748 +281.5600,0.831644 +281.5800,0.785371 +281.6000,0.788428 +281.6200,0.794500 +281.6400,0.797950 +281.6600,0.798991 +281.6800,0.800264 +281.7000,0.802037 +281.7200,0.803332 +281.7400,0.804638 +281.7600,0.809755 +281.7800,0.812334 +281.8000,0.765467 +281.8200,0.755265 +281.8400,0.746582 +281.8600,0.734841 +281.8800,0.712973 +281.9000,0.685723 +281.9200,0.657708 +281.9400,0.638484 +281.9600,0.629779 +281.9800,0.631159 +282.0000,0.640522 +282.0200,0.618101 +282.0400,0.641540 +282.0600,0.661360 +282.0800,0.678610 +282.1000,0.682878 +282.1200,0.682867 +282.1400,0.680054 +282.1600,0.674608 +282.1800,0.668929 +282.2000,0.665288 +282.2200,0.667475 +282.2400,0.631212 +282.2600,0.662729 +282.2800,0.677028 +282.3000,0.688737 +282.3200,0.698642 +282.3400,0.707962 +282.3600,0.718153 +282.3800,0.730276 +282.4000,0.746475 +282.4200,0.770902 +282.4400,0.793056 +282.4600,0.749777 +282.4800,0.802069 +282.5000,0.819415 +282.5200,0.837398 +282.5400,0.855561 +282.5600,0.872694 +282.5800,0.889000 +282.6000,0.906792 +282.6200,0.926982 +282.6400,0.939466 +282.6600,0.948967 +282.6800,0.959636 +282.7000,0.963925 +282.7200,0.957736 +282.7400,0.953702 +282.7600,0.955305 +282.7800,0.951345 +282.8000,0.943468 +282.8200,0.933766 +282.8400,0.922672 +282.8600,0.908681 +282.8800,0.891961 +282.9000,0.875964 +282.9200,0.855327 +282.9400,0.830657 +282.9600,0.804840 +282.9800,0.779691 +283.0000,0.755785 +283.0200,0.734458 +283.0400,0.716264 +283.0600,0.705744 +283.0800,0.701051 +283.1000,0.672973 +283.1200,0.648770 +283.1400,0.627889 +283.1600,0.609503 +283.1800,0.593845 +283.2000,0.580193 +283.2200,0.570385 +283.2400,0.566701 +283.2600,0.562890 +283.2800,0.561797 +283.3000,0.580236 +283.3200,0.606127 +283.3400,0.627518 +283.3600,0.645574 +283.3800,0.664587 +283.4000,0.681731 +283.4200,0.689279 +283.4400,0.692697 +283.4600,0.692421 +283.4800,0.688366 +283.5000,0.673302 +283.5200,0.639311 +283.5400,0.605586 +283.5600,0.572211 +283.5800,0.539016 +283.6000,0.509324 +283.6200,0.482446 +283.6400,0.457807 +283.6600,0.437085 +283.6800,0.419655 +283.7000,0.405855 +283.7200,0.450811 +283.7400,0.486904 +283.7600,0.521872 +283.7800,0.553708 +283.8000,0.582264 +283.8200,0.606669 +283.8400,0.630585 +283.8600,0.657984 +283.8800,0.680213 +283.9000,0.698015 +283.9200,0.675839 +283.9400,0.638483 +283.9600,0.605129 +283.9800,0.574833 +284.0000,0.547285 +284.0200,0.523591 +284.0400,0.499632 +284.0600,0.475131 +284.0800,0.452138 +284.1000,0.429591 +284.1200,0.421056 +284.1400,0.442659 +284.1600,0.466055 +284.1800,0.489250 +284.2000,0.506235 +284.2200,0.520672 +284.2400,0.533443 +284.2600,0.545735 +284.2800,0.557625 +284.3000,0.568368 +284.3200,0.580024 +284.3400,0.553230 +284.3600,0.553963 +284.3800,0.555258 +284.4000,0.560353 +284.4200,0.565353 +284.4400,0.568304 +284.4600,0.572296 +284.4800,0.576882 +284.5000,0.583134 +284.5200,0.589344 +284.5400,0.595066 +284.5600,0.558368 +284.5800,0.532933 +284.6000,0.510152 +284.6200,0.490598 +284.6400,0.474272 +284.6600,0.458826 +284.6800,0.444272 +284.7000,0.429941 +284.7200,0.417181 +284.7400,0.405897 +284.7600,0.392405 +284.7800,0.372097 +284.8000,0.358605 +284.8200,0.345028 +284.8400,0.332735 +284.8600,0.321217 +284.8800,0.309710 +284.9000,0.297608 +284.9200,0.286016 +284.9400,0.274604 +284.9600,0.263086 +284.9800,0.251409 +285.0000,0.250836 +285.0200,0.258278 +285.0400,0.263320 +285.0600,0.268044 +285.0800,0.274084 +285.1000,0.279148 +285.1200,0.282619 +285.1400,0.284859 +285.1600,0.287491 +285.1800,0.290167 +285.2000,0.286366 +285.2200,0.309444 +285.2400,0.344953 +285.2600,0.377447 +285.2800,0.406958 +285.3000,0.434708 +285.3200,0.466777 +285.3400,0.492053 +285.3600,0.511362 +285.3800,0.528358 +285.4000,0.545183 +285.4200,0.540693 +285.4400,0.570767 +285.4600,0.728832 +285.4800,0.752399 +285.5000,0.743089 +285.5200,0.736688 +285.5400,0.726815 +285.5600,0.717622 +285.5800,0.708758 +285.6000,0.700638 +285.6200,0.691901 +285.6400,0.680521 +285.6600,0.661031 +285.6800,0.668748 +285.7000,0.674873 +285.7200,0.684247 +285.7400,0.695425 +285.7600,0.701604 +285.7800,0.705032 +285.8000,0.707495 +285.8200,0.711455 +285.8400,0.715828 +285.8600,0.709013 +285.8800,0.678982 +285.9000,0.665574 +285.9200,0.652666 +285.9400,0.642008 +285.9600,0.636169 +285.9800,0.627709 +286.0000,0.616573 +286.0200,0.606329 +286.0400,0.595894 +286.0600,0.586181 +286.0800,0.570119 +286.1000,0.574164 +286.1200,0.600076 +286.1400,0.624099 +286.1600,0.647337 +286.1800,0.674470 +286.2000,0.703822 +286.2200,0.726115 +286.2400,0.746497 +286.2600,0.765106 +286.2800,0.783524 +286.3000,0.777314 +286.3200,0.725637 +286.3400,0.681370 +286.3600,0.641222 +286.3800,0.604259 +286.4000,0.570088 +286.4200,0.539833 +286.4400,0.511023 +286.4600,0.483252 +286.4800,0.458295 +286.5000,0.434644 +286.5200,0.409156 +286.5400,0.411162 +286.5600,0.418423 +286.5800,0.424028 +286.6000,0.429379 +286.6200,0.434495 +286.6400,0.440026 +286.6600,0.446629 +286.6800,0.449962 +286.7000,0.453911 +286.7200,0.456268 +286.7400,0.441225 +286.7600,0.512052 +286.7800,0.586531 +286.8000,0.656020 +286.8200,0.718440 +286.8400,0.775297 +286.8600,0.828842 +286.8800,0.882907 +286.9000,0.928362 +286.9200,0.964392 +286.9400,0.996896 +286.9600,0.972077 +286.9800,0.901208 +287.0000,0.838045 +287.0200,0.780212 +287.0400,0.727590 +287.0600,0.680139 +287.0800,0.636498 +287.1000,0.597178 +287.1200,0.562986 +287.1400,0.531415 +287.1600,0.502371 +287.1800,0.470864 +287.2000,0.487180 +287.2200,0.501193 +287.2400,0.515609 +287.2600,0.528422 +287.2800,0.541744 +287.3000,0.555342 +287.3200,0.571202 +287.3400,0.592242 +287.3600,0.610161 +287.3800,0.624099 +287.4000,0.597306 +287.4200,0.688939 +287.4400,0.762367 +287.4600,0.826994 +287.4800,0.885327 +287.5000,0.938585 +287.5200,0.986822 +287.5400,1.031259 +287.5600,1.082744 +287.5800,1.130759 +287.6000,1.163487 +287.6200,1.109889 +287.6400,1.157404 +287.6600,1.194739 +287.6800,1.222626 +287.7000,1.247679 +287.7200,1.270354 +287.7400,1.290004 +287.7600,1.307382 +287.7800,1.331988 +287.8000,1.358485 +287.8200,1.373164 +287.8400,1.297465 +287.8600,1.220736 +287.8800,1.152425 +287.9000,1.089613 +287.9200,1.032989 +287.9400,0.981557 +287.9600,0.935252 +287.9800,0.893257 +288.0000,0.856187 +288.0200,0.825041 +288.0400,0.795477 +288.0600,0.754564 +288.0800,0.786634 +288.1000,0.818045 +288.1200,0.842313 +288.1400,0.861803 +288.1600,0.880752 +288.1800,0.899998 +288.2000,0.918256 +288.2200,0.937311 +288.2400,0.962629 +288.2600,0.989858 +288.2800,0.943978 +288.3000,0.976706 +288.3200,1.013106 +288.3400,1.042756 +288.3600,1.062225 +288.3800,1.078817 +288.4000,1.094040 +288.4200,1.108434 +288.4400,1.119814 +288.4600,1.135504 +288.4800,1.152054 +288.5000,1.099135 +288.5200,1.121215 +288.5400,1.148147 +288.5600,1.178954 +288.5800,1.196788 +288.6000,1.211512 +288.6200,1.224176 +288.6400,1.236649 +288.6600,1.249622 +288.6800,1.261745 +288.7000,1.282647 +288.7200,1.206565 +288.7400,1.172276 +288.7600,1.145217 +288.7800,1.123551 +288.8000,1.101152 +288.8200,1.076725 +288.8400,1.055080 +288.8600,1.035431 +288.8800,1.017682 +288.9000,1.002257 +288.9200,0.988287 +288.9400,0.953776 +288.9600,0.967566 +288.9800,0.981122 +289.0000,0.997863 +289.0200,1.015039 +289.0400,1.022406 +289.0600,1.029486 +289.0800,1.036153 +289.1000,1.041100 +289.1200,1.044019 +289.1400,1.044804 +289.1600,1.002257 +289.1800,1.000272 +289.2000,0.998234 +289.2200,1.001058 +289.2400,1.006440 +289.2600,1.005272 +289.2800,1.004221 +289.3000,1.004349 +289.3200,1.004922 +289.3400,1.003945 +289.3600,0.995315 +289.3800,0.983744 +289.4000,1.018234 +289.4200,1.048520 +289.4400,1.076057 +289.4600,1.106736 +289.4800,1.131396 +289.5000,1.149103 +289.5200,1.164846 +289.5400,1.178327 +289.5600,1.190769 +289.5800,1.184336 +289.6000,1.121120 +289.6200,1.079273 +289.6400,1.040919 +289.6600,1.005909 +289.6800,0.976992 +289.7000,0.951727 +289.7200,0.925135 +289.7400,0.900359 +289.7600,0.877195 +289.7800,0.855741 +289.8000,0.824351 +289.8200,0.833077 +289.8400,0.862535 +289.8600,0.888214 +289.8800,0.911781 +289.9000,0.934445 +289.9200,0.962067 +289.9400,1.087691 +289.9600,1.338209 +289.9800,1.332870 +290.0000,1.315874 +290.0200,1.288560 +290.0400,1.227148 +290.0600,1.192425 +290.0800,1.160419 +290.1000,1.133307 +290.1200,1.113593 +290.1400,1.095207 +290.1600,1.073573 +290.1800,1.052522 +290.2000,1.034210 +290.2200,1.017629 +290.2400,0.990676 +290.2600,0.994901 +290.2800,1.035028 +290.3000,1.066906 +290.3200,1.094347 +290.3400,1.126884 +290.3600,1.161088 +290.3800,1.183699 +290.4000,1.203359 +290.4200,1.220440 +290.4400,1.236819 +290.4600,1.224293 +290.4800,1.173635 +290.5000,1.145525 +290.5200,1.120058 +290.5400,1.096375 +290.5600,1.076726 +290.5800,1.063944 +290.6000,1.046960 +290.6200,1.030378 +290.6400,1.015410 +290.6600,1.000888 +290.6800,0.967958 +290.7000,0.967481 +290.7200,0.979816 +290.7400,0.988691 +290.7600,0.996514 +290.7800,1.003584 +290.8000,1.018616 +290.8200,1.032002 +290.8400,1.036397 +290.8600,1.042618 +290.8800,1.048095 +290.9000,1.019200 +290.9200,0.965931 +290.9400,0.922142 +290.9600,0.882578 +290.9800,0.846485 +291.0000,0.812472 +291.0200,0.781730 +291.0400,0.756295 +291.0600,0.731508 +291.0800,0.708270 +291.1000,0.687081 +291.1200,0.653844 +291.1400,0.715446 +291.1600,0.775912 +291.1800,0.829850 +291.2000,0.878321 +291.2200,0.922471 +291.2400,0.963330 +291.2600,1.009264 +291.2800,1.051439 +291.3000,1.081715 +291.3200,1.109294 +291.3400,1.068658 +291.3600,1.128774 +291.3800,1.172829 +291.4000,1.213454 +291.4200,1.250885 +291.4400,1.283888 +291.4600,1.315396 +291.4800,1.347423 +291.5000,1.386754 +291.5200,1.418271 +291.5400,1.440520 +291.5600,1.372422 +291.5800,1.348007 +291.6000,1.310311 +291.6200,1.277381 +291.6400,1.247732 +291.6600,1.221448 +291.6800,1.197478 +291.7000,1.179028 +291.7200,1.166438 +291.7400,1.248666 +291.7600,1.420119 +291.7800,1.350204 +291.8000,1.340916 +291.8200,1.324631 +291.8400,1.310609 +291.8600,1.298889 +291.8800,1.289451 +291.9000,1.280470 +291.9200,1.280025 +291.9400,1.284101 +291.9600,1.280917 +291.9800,1.278358 +292.0000,1.216586 +292.0200,1.273719 +292.0400,1.314886 +292.0600,1.350247 +292.0800,1.380808 +292.1000,1.407391 +292.1200,1.430002 +292.1400,1.449833 +292.1600,1.477974 +292.1800,1.498081 +292.2000,1.510712 +292.2200,1.436054 +292.2400,1.468155 +292.2600,1.480905 +292.2800,1.488718 +292.3000,1.493919 +292.3200,1.497740 +292.3400,1.500670 +292.3600,1.500468 +292.3800,1.509513 +292.4000,1.520501 +292.4200,1.520309 +292.4400,1.436679 +292.4600,1.486848 +292.4800,1.489620 +292.5000,1.491371 +292.5200,1.491594 +292.5400,1.490968 +292.5600,1.488736 +292.5800,1.496922 +292.6000,1.507274 +292.6200,1.508718 +292.6400,1.508587 +292.6600,1.437412 +292.6800,1.471616 +292.7000,1.471944 +292.7200,1.471032 +292.7400,1.469756 +292.7600,1.467432 +292.7800,1.470416 +292.8000,1.479937 +292.8200,1.479502 +292.8400,1.477232 +292.8600,1.474249 +292.8800,1.418113 +292.9000,1.426021 +292.9200,1.430225 +292.9400,1.428347 +292.9600,1.425746 +292.9800,1.429120 +293.0000,1.438962 +293.0200,1.439280 +293.0400,1.439514 +293.0600,1.437030 +293.0800,1.435639 +293.1000,1.440700 +293.1200,1.468048 +293.1400,1.481924 +293.1600,1.497707 +293.1800,1.499068 +293.2000,1.497899 +293.2200,1.494002 +293.2400,1.488612 +293.2600,1.480861 +293.2800,1.475638 +293.3000,1.474024 +293.3200,1.475500 +293.3400,1.462741 +293.3600,1.450923 +293.3800,1.439386 +293.4000,1.428698 +293.4200,1.420075 +293.4400,1.417413 +293.4600,1.420850 +293.4800,1.409800 +293.5000,1.393718 +293.5200,1.361500 +293.5400,1.322179 +293.5600,1.284950 +293.5800,1.253051 +293.6000,1.225959 +293.6200,1.202796 +293.6400,1.176172 +293.6600,1.149389 +293.6800,1.126460 +293.7000,1.107723 +293.7200,1.099400 +293.7400,1.118158 +293.7600,1.135897 +293.7800,1.147627 +293.8000,1.153784 +293.8200,1.159517 +293.8400,1.163933 +293.8600,1.168136 +293.8800,1.172393 +293.9000,1.182648 +293.9200,1.200185 +293.9400,1.219102 +293.9600,1.223815 +293.9800,1.226480 +294.0000,1.227488 +294.0200,1.228762 +294.0400,1.228507 +294.0600,1.233910 +294.0800,1.246564 +294.1000,1.249834 +294.1200,1.248740 +294.1400,1.223284 +294.1600,1.185779 +294.1800,1.151810 +294.2000,1.119135 +294.2200,1.092437 +294.2400,1.067246 +294.2600,1.040930 +294.2800,1.016493 +294.3000,0.992990 +294.3200,0.969540 +294.3400,0.956717 +294.3600,0.990516 +294.3800,1.025697 +294.4000,1.050930 +294.4200,1.067257 +294.4400,1.081290 +294.4600,1.091365 +294.4800,1.099921 +294.5000,1.107203 +294.5200,1.115271 +294.5400,1.127776 +294.5600,1.126980 +294.5800,1.121269 +294.6000,1.115388 +294.6200,1.108965 +294.6400,1.101577 +294.6600,1.093700 +294.6800,1.091375 +294.7000,1.091492 +294.7200,1.087702 +294.7400,1.083382 +294.7600,1.029115 +294.7800,1.050091 +294.8000,1.059369 +294.8200,1.067639 +294.8400,1.076556 +294.8600,1.086067 +294.8800,1.095059 +294.9000,1.109071 +294.9200,1.131598 +294.9400,1.148306 +294.9600,1.158816 +294.9800,1.100727 +295.0000,1.113954 +295.0200,1.119549 +295.0400,1.123211 +295.0600,1.126088 +295.0800,1.130228 +295.1000,1.134145 +295.1200,1.136406 +295.1400,1.143890 +295.1600,1.150918 +295.1800,1.145185 +295.2000,1.081747 +295.2200,1.095844 +295.2400,1.107914 +295.2600,1.114390 +295.2800,1.118647 +295.3000,1.124443 +295.3200,1.130366 +295.3400,1.137415 +295.3600,1.148795 +295.3800,1.168572 +295.4000,1.181544 +295.4200,1.117574 +295.4400,1.135833 +295.4600,1.151916 +295.4800,1.160769 +295.5000,1.166448 +295.5200,1.174442 +295.5400,1.184325 +295.5600,1.194580 +295.5800,1.207595 +295.6000,1.231501 +295.6200,1.254982 +295.6400,1.186576 +295.6600,1.187319 +295.6800,1.196745 +295.7000,1.202393 +295.7200,1.202818 +295.7400,1.203560 +295.7600,1.203561 +295.7800,1.202658 +295.8000,1.201735 +295.8200,1.205217 +295.8400,1.214293 +295.8600,1.152404 +295.8800,1.161523 +295.9000,1.172977 +295.9200,1.185111 +295.9400,1.187690 +295.9600,1.186406 +295.9800,1.183072 +296.0000,1.180504 +296.0200,1.178083 +296.0400,1.174697 +296.0600,1.180981 +296.0800,1.126778 +296.1000,1.140865 +296.1200,1.161480 +296.1400,1.188465 +296.1600,1.210800 +296.1800,1.234229 +296.2000,1.258337 +296.2200,1.285141 +296.2400,1.314091 +296.2600,1.343398 +296.2800,1.381097 +296.3000,1.331012 +296.3200,1.362529 +296.3400,1.398378 +296.3600,1.443229 +296.3800,1.495087 +296.4000,1.537771 +296.4200,1.581774 +296.4400,1.624991 +296.4600,1.670276 +296.4800,1.715412 +296.5000,1.749565 +296.5200,1.726443 +296.5400,1.806145 +296.5600,1.875464 +296.5800,1.947134 +296.6000,2.026144 +296.6200,2.087300 +296.6400,2.139456 +296.6600,2.186208 +296.6800,2.228733 +296.7000,2.268214 +296.7200,2.268193 +296.7400,2.187301 +296.7600,2.168256 +296.7800,2.149774 +296.8000,2.132524 +296.8200,2.129127 +296.8400,2.127227 +296.8600,2.115304 +296.8800,2.102704 +296.9000,2.090348 +296.9200,2.078033 +296.9400,2.030889 +296.9600,2.019383 +296.9800,2.062344 +297.0000,2.098288 +297.0200,2.130529 +297.0400,2.165115 +297.0600,2.208192 +297.0800,2.239287 +297.1000,2.256302 +297.1200,2.268108 +297.1400,2.278246 +297.1600,2.219966 +297.1800,2.204424 +297.2000,2.224434 +297.2200,2.242746 +297.2400,2.259031 +297.2600,2.271207 +297.2800,2.294615 +297.3000,2.321025 +297.3200,2.333935 +297.3400,2.340570 +297.3600,2.345452 +297.3800,2.260941 +297.4000,2.222724 +297.4200,2.200827 +297.4400,2.179933 +297.4600,2.161686 +297.4800,2.145582 +297.5000,2.134299 +297.5200,2.135984 +297.5400,2.140284 +297.5600,2.131886 +297.5800,2.123969 +297.6000,2.026855 +297.6200,2.067652 +297.6400,2.096813 +297.6600,2.121940 +297.6800,2.145954 +297.7000,2.166718 +297.7200,2.183766 +297.7400,2.206240 +297.7600,2.241377 +297.7800,2.264445 +297.8000,2.277428 +297.8200,2.161876 +297.8400,2.154785 +297.8600,2.135145 +297.8800,2.113628 +297.9000,2.092525 +297.9200,2.071547 +297.9400,2.049753 +297.9600,2.025678 +297.9800,2.007673 +298.0000,1.992205 +298.0200,1.964572 +298.0400,1.853174 +298.0600,1.829638 +298.0800,1.802950 +298.1000,1.772240 +298.1200,1.745224 +298.1400,1.721250 +298.1600,1.701985 +298.1800,1.684500 +298.2000,1.674459 +298.2200,1.674088 +298.2400,1.676007 +298.2600,1.590223 +298.2800,1.616008 +298.3000,1.645466 +298.3200,1.666698 +298.3400,1.681582 +298.3600,1.694405 +298.3800,1.705435 +298.4000,1.712908 +298.4200,1.717186 +298.4400,1.726485 +298.4600,1.738376 +298.4800,1.656707 +298.5000,1.693514 +298.5200,1.738173 +298.5400,1.778981 +298.5600,1.805105 +298.5800,1.828747 +298.6000,1.850360 +298.6200,1.870720 +298.6400,1.889892 +298.6600,1.908619 +298.6800,1.937896 +298.7000,1.866294 +298.7200,1.918555 +298.7400,1.969754 +298.7600,2.028447 +298.7800,2.074372 +298.8000,2.104583 +298.8200,2.132960 +298.8400,2.159232 +298.8600,2.183223 +298.8800,2.205230 +298.9000,2.218916 +298.9200,2.127493 +298.9400,2.124277 +298.9600,2.120677 +298.9800,2.127227 +299.0000,2.138331 +299.0200,2.138237 +299.0400,2.134542 +299.0600,2.131028 +299.0800,2.128394 +299.1000,2.125073 +299.1200,2.102289 +299.1400,2.055911 +299.1600,2.089616 +299.1800,2.119710 +299.2000,2.149699 +299.2200,2.193850 +299.2400,2.234786 +299.2600,2.252640 +299.2800,2.266940 +299.3000,2.276473 +299.3200,2.280878 +299.3400,2.240463 +299.3600,2.171730 +299.3800,2.154690 +299.4000,2.140836 +299.4200,2.127843 +299.4400,2.125848 +299.4600,2.136536 +299.4800,2.139341 +299.5000,2.134243 +299.5200,2.123843 +299.5400,2.109382 +299.5600,2.042238 +299.5800,2.038161 +299.6000,2.067259 +299.6200,2.088628 +299.6400,2.107438 +299.6600,2.124169 +299.6800,2.154753 +299.7000,2.195274 +299.7200,2.222344 +299.7400,2.250136 +299.7600,2.277990 +299.7800,2.211822 +299.8000,2.217820 +299.8200,2.239785 +299.8400,2.257449 +299.8600,2.270007 +299.8800,2.278521 +299.9000,2.287449 +299.9200,2.303554 +299.9400,2.310558 +299.9600,2.302724 +299.9800,2.292704 +300.0000,2.188000 +300.0200,2.182236 +300.0400,2.174519 +300.0600,2.166185 +300.0800,2.157906 +300.1000,2.148481 +300.1200,2.139350 +300.1400,2.136590 +300.1600,2.141495 +300.1800,2.134393 +300.2000,2.123151 +300.2200,2.012598 +300.2400,1.999795 +300.2600,1.976527 +300.2800,1.952473 +300.3000,1.930243 +300.3200,1.908937 +300.3400,1.889267 +300.3600,1.872270 +300.3800,1.865326 +300.4000,1.859892 +300.4200,1.847589 +300.4400,1.750733 +300.4600,1.814118 +300.4800,1.868672 +300.5000,1.915931 +300.5200,1.965614 +300.5400,2.017715 +300.5600,2.073087 +300.5800,2.130316 +300.6000,2.192385 +300.6200,2.264635 +300.6400,2.323289 +300.6600,2.208957 +300.6800,2.315262 +300.7000,2.413130 +300.7200,2.476707 +300.7400,2.534254 +300.7600,2.588470 +300.7800,2.638821 +300.8000,2.685826 +300.8200,2.731081 +300.8400,2.795858 +300.8600,2.857941 +300.8800,2.702684 +300.9000,2.731516 +300.9200,2.779096 +300.9400,2.813597 +300.9600,2.835975 +300.9800,2.857844 +301.0000,2.878576 +301.0200,2.897812 +301.0400,2.916220 +301.0600,2.944064 +301.0800,2.986434 +301.1000,2.837481 +301.1200,2.876240 +301.1400,2.930816 +301.1600,2.985731 +301.1800,3.014892 +301.2000,3.036412 +301.2200,3.056263 +301.2400,3.075604 +301.2600,3.092218 +301.2800,3.105722 +301.3000,3.131784 +301.3200,2.988226 +301.3400,3.008249 +301.3600,3.027663 +301.3800,3.065083 +301.4000,3.089798 +301.4200,3.097833 +301.4400,3.103950 +301.4600,3.109130 +301.4800,3.113876 +301.5000,3.118641 +301.5200,3.595899 +301.5400,3.600000 301.5600,3.600000 -301.5800,3.550597 -301.6000,3.504319 -301.6200,3.464700 -301.6400,3.428554 -301.6600,3.395808 -301.6800,3.367220 -301.7000,3.352910 -301.7200,3.351706 -301.7400,3.334244 -301.7600,3.132682 -301.7800,3.153933 -301.8000,3.170329 -301.8200,3.163077 -301.8400,3.150524 -301.8600,3.134628 -301.8800,3.115278 -301.9000,3.092313 -301.9200,3.070814 -301.9400,3.060272 -301.9600,3.043708 -301.9800,2.862567 -302.0000,2.848281 -302.0200,2.847737 -302.0400,2.834414 -302.0600,2.816000 -302.0800,2.799327 -302.1000,2.783607 -302.1200,2.770777 -302.1400,2.760661 -302.1600,2.761929 -302.1800,2.775213 -302.2000,2.629965 -302.2200,2.645250 -302.2400,2.667055 -302.2600,2.696308 -302.2800,2.706944 -302.3000,2.717216 -302.3200,2.728545 -302.3400,2.740681 -302.3600,2.751585 -302.3800,2.762097 -302.4000,2.791165 -302.4200,2.666221 -302.4400,2.704906 -302.4600,2.744497 -302.4800,2.793221 -302.5000,2.835129 -302.5200,2.856415 -302.5400,2.876237 -302.5600,2.891903 -302.5800,2.904733 -302.6000,2.914645 -302.6200,2.919054 -302.6400,2.805125 -302.6600,2.826356 -302.6800,2.832295 -302.7000,2.849672 -302.7200,2.876396 -302.7400,2.882612 -302.7600,2.886485 -302.7800,2.885557 -302.8000,2.882167 -302.8200,2.875441 -302.8400,2.844883 -302.8600,2.753001 -302.8800,2.767433 -302.9000,2.780476 -302.9200,2.790425 -302.9400,2.819372 -302.9600,2.842778 -302.9800,2.847086 -303.0000,2.854721 -303.0200,2.860695 -303.0400,2.866280 -303.0600,2.815906 -303.0800,2.752722 -303.1000,2.768154 -303.1200,2.782264 -303.1400,2.793695 -303.1600,2.814470 -303.1800,2.847403 -303.2000,2.863204 -303.2200,2.870319 -303.2400,2.875469 -303.2600,2.879370 -303.2800,2.801642 -303.3000,2.757094 -303.3200,2.763431 -303.3400,2.770970 -303.3600,2.777667 -303.3800,2.783070 -303.4000,2.803588 -303.4200,2.829209 -303.4400,2.834110 -303.4600,2.839919 -303.4800,2.844495 -303.5000,2.857899 -303.5200,2.887151 -303.5400,2.915310 -303.5600,2.956181 -303.5800,2.991732 -303.6000,3.010927 -303.6200,3.028278 -303.6400,3.041115 -303.6600,3.049887 -303.6800,3.056400 -303.7000,3.067471 -303.7200,3.097177 -303.7400,3.117908 -303.7600,3.123993 -303.7800,3.127311 -303.8000,3.129273 -303.8200,3.128496 -303.8400,3.127598 -303.8600,3.134230 -303.8800,3.160576 -303.9000,3.173646 -303.9200,3.132239 -303.9400,3.084422 -303.9600,3.039133 -303.9800,2.996883 -304.0000,2.955440 -304.0200,2.928549 -304.0400,2.918145 -304.0600,2.896591 -304.0800,2.874358 -304.1000,2.850154 -304.1200,2.841825 -304.1400,2.853080 -304.1600,2.861157 -304.1800,2.883612 -304.2000,2.911106 -304.2200,2.921453 -304.2400,2.924804 -304.2600,2.925575 -304.2800,2.927956 -304.3000,2.931476 -304.3200,2.929725 -304.3400,2.944305 -304.3600,2.966194 -304.3800,2.969084 -304.4000,2.966869 -304.4200,2.964815 -304.4400,2.962683 -304.4600,2.957152 -304.4800,2.953041 -304.5000,2.965203 -304.5200,2.980349 -304.5400,2.945601 -304.5600,2.907799 -304.5800,2.873663 -304.6000,2.843252 -304.6200,2.815174 -304.6400,2.791702 -304.6600,2.795296 -304.6800,2.789441 -304.7000,2.773537 -304.7200,2.757585 -304.7400,2.765903 -304.7600,2.790831 -304.7800,2.812368 -304.8000,2.839056 -304.8200,2.879686 -304.8400,2.910504 -304.8600,2.922667 -304.8800,2.934301 -304.9000,2.943684 -304.9200,2.951170 -304.9400,2.949651 -304.9600,2.942147 -304.9800,2.934124 -305.0000,2.914765 -305.0200,2.887938 -305.0400,2.863771 -305.0600,2.840094 -305.0800,2.817713 -305.1000,2.795131 -305.1200,2.784477 -305.1400,2.786969 -305.1600,2.641804 -305.1800,2.672197 -305.2000,2.699191 -305.2200,2.724415 -305.2400,2.732566 -305.2600,2.738180 -305.2800,2.741208 -305.3000,2.742562 -305.3200,2.744275 -305.3400,2.746711 -305.3600,2.764209 -305.3800,2.627281 -305.4000,2.641064 -305.4200,2.661229 -305.4400,2.695728 -305.4600,2.718633 -305.4800,2.727999 -305.5000,2.739245 -305.5200,2.749749 -305.5400,2.758697 -305.5600,2.764155 -305.5800,2.767146 -305.6000,2.665212 -305.6200,2.704220 -305.6400,2.737151 -305.6600,2.784597 -305.6800,2.831857 -305.7000,2.858018 -305.7200,2.877721 -305.7400,2.891551 -305.7600,2.903352 -305.7800,2.911150 -305.8000,2.888087 -305.8200,2.791443 -305.8400,2.798047 -305.8600,2.795251 -305.8800,2.794742 -305.9000,2.807486 -305.9200,2.814740 -305.9400,2.807654 -305.9600,2.800901 -305.9800,2.795177 -306.0000,2.789194 -306.0200,2.733732 -306.0400,2.654728 -306.0600,2.641778 -306.0800,2.622156 -306.1000,2.603983 -306.1200,2.596923 -306.1400,2.601778 -306.1600,2.592394 -306.1800,2.578434 -306.2000,2.564726 -306.2200,2.552859 -306.2400,2.486219 -306.2600,2.463821 -306.2800,2.490093 -306.3000,2.512433 -306.3200,2.531302 -306.3400,2.551303 -306.3600,2.583557 -306.3800,2.610161 -306.4000,2.621147 -306.4200,2.628929 -306.4400,2.635756 -306.4600,2.552971 -306.4800,2.514491 -306.5000,2.507054 -306.5200,2.499920 -306.5400,2.493500 -306.5600,2.486950 -306.5800,2.490869 -306.6000,2.507562 -306.6200,2.513092 -306.6400,2.509711 -306.6600,2.508136 -306.6800,2.402739 -306.7000,2.451760 -306.7200,2.500356 -306.7400,2.541253 -306.7600,2.577102 -306.7800,2.609151 -306.8000,2.635662 -306.8200,2.677865 -306.8400,2.722729 -306.8600,2.744424 -306.8800,2.761542 -306.9000,2.625261 -306.9200,2.654274 -306.9400,2.667640 -306.9600,2.676987 -306.9800,2.685898 -307.0000,2.692947 -307.0200,2.700339 -307.0400,2.711640 -307.0600,2.736911 -307.0800,2.759012 -307.1000,2.763005 -307.1200,2.607430 -307.1400,2.639025 -307.1600,2.653875 -307.1800,2.659395 -307.2000,2.663870 -307.2200,2.668000 -307.2400,2.671103 -307.2600,2.671381 -307.2800,2.681276 -307.3000,2.710464 -307.3200,2.718327 -307.3400,2.561697 -307.3600,2.632171 -307.3800,2.692687 -307.4000,2.733881 -307.4200,2.765386 -307.4400,2.793157 -307.4600,2.816241 -307.4800,2.835851 -307.5000,2.857193 -307.5200,2.897553 -307.5400,2.933930 -307.5600,2.760105 -307.5800,2.771445 -307.6000,2.790007 -307.6200,2.797752 -307.6400,2.794168 -307.6600,2.789525 -307.6800,2.785765 -307.7000,2.780771 -307.7200,2.775622 -307.7400,2.778585 -307.7600,2.795131 -307.7800,2.644556 -307.8000,2.662424 -307.8200,2.693789 -307.8400,2.728146 -307.8600,2.741283 -307.8800,2.752482 -307.9000,2.759790 -307.9200,2.766582 -307.9400,2.771861 -307.9600,2.779345 -307.9800,2.794685 -308.0000,2.674354 -308.0200,2.720200 -308.0400,2.765190 -308.0600,2.822530 -308.0800,2.873006 -308.1000,2.899638 -308.1200,2.922081 -308.1400,2.939776 -308.1600,2.955059 -308.1800,2.967880 -308.2000,2.967556 -308.2200,2.831395 -308.2400,2.809405 -308.2600,2.785783 -308.2800,2.771805 -308.3000,2.769342 -308.3200,2.758871 -308.3400,2.736549 -308.3600,2.715198 -308.3800,2.693909 -308.4000,2.672818 -308.4200,2.622103 -308.4400,2.538604 -308.4600,2.536288 -308.4800,2.533175 -308.5000,2.531294 -308.5200,2.551616 -308.5400,2.561807 -308.5600,2.561233 -308.5800,2.557462 -308.6000,2.552201 -308.6200,2.546930 -308.6400,2.494779 -308.6600,2.458152 -308.6800,2.488303 -308.7000,2.516038 -308.7200,2.539241 -308.7400,2.567893 -308.7600,2.611060 -308.7800,2.634485 -308.8000,2.644001 -308.8200,2.651707 -308.8400,2.657997 -308.8600,2.587179 -308.8800,2.559261 -308.9000,2.578879 -308.9200,2.597127 -308.9400,2.614303 -308.9600,2.631706 -308.9800,2.671225 -309.0000,2.710722 -309.0200,2.731963 -309.0400,2.750240 -309.0600,2.766441 -309.0800,2.674181 -309.1000,2.697079 -309.1200,2.723859 -309.1400,2.743136 -309.1600,2.758910 -309.1800,2.772297 -309.2000,2.795109 -309.2200,2.826810 -309.2400,2.842936 -309.2600,2.845829 -309.2800,2.846124 -309.3000,2.724885 -309.3200,2.733649 -309.3400,2.747609 -309.3600,2.756326 -309.3800,2.763802 -309.4000,2.769730 -309.4200,2.775213 -309.4400,2.804903 -309.4600,2.832858 -309.4800,2.844457 -309.5000,2.850329 -309.5200,2.706379 -309.5400,2.737039 -309.5600,2.752639 -309.5800,2.765025 -309.6000,2.774899 -309.6200,2.783357 -309.6400,2.789598 -309.6600,2.799124 -309.6800,2.825004 -309.7000,2.843733 -309.7200,2.846606 -309.7400,2.684110 -309.7600,2.701441 -309.7800,2.702453 -309.8000,2.698867 -309.8200,2.695366 -309.8400,2.690094 -309.8600,2.683758 -309.8800,2.678534 -309.9000,2.684757 -309.9200,2.701356 -309.9400,2.701405 -309.9600,2.544940 -309.9800,2.601370 -310.0000,2.644167 -310.0200,2.672188 -310.0400,2.692299 -310.0600,2.707860 -310.0800,2.723061 -310.1000,2.738838 -310.1200,2.758049 -310.1400,2.793536 -310.1600,2.823197 -310.1800,2.658118 -310.2000,2.694624 -310.2200,2.741468 -310.2400,2.767489 -310.2600,2.781976 -310.2800,2.794397 -310.3000,2.804969 -310.3200,2.812693 -310.3400,2.819474 -310.3600,2.836917 -310.3800,2.862049 -310.4000,2.704239 -310.4200,2.729897 -310.4400,2.767905 -310.4600,2.806172 -310.4800,2.823549 -310.5000,2.836360 -310.5200,2.848968 -310.5400,2.857981 -310.5600,2.866178 -310.5800,2.875017 -310.6000,2.899192 -310.6200,2.739875 -310.6400,2.719429 -310.6600,2.702599 -310.6800,2.706025 -310.7000,2.698614 -310.7200,2.680840 -310.7400,2.667260 -310.7600,2.656044 -310.7800,2.643676 -310.8000,2.631541 -310.8200,2.618814 -310.8400,2.507238 -310.8600,2.509860 -310.8800,2.511787 -310.9000,2.530655 -310.9200,2.545976 -310.9400,2.546299 -310.9600,2.548765 -310.9800,2.547644 -311.0000,2.547292 -311.0200,2.546827 -311.0400,2.524884 -311.0600,2.470805 -311.0800,2.534554 -311.1000,2.589651 -311.1200,2.642860 -311.1400,2.709538 -311.1600,2.762429 -311.1800,2.795768 -311.2000,2.826181 -311.2200,2.856591 -311.2400,2.883223 -311.2600,2.852821 -311.2800,2.778975 -311.3000,2.791063 -311.3200,2.800540 -311.3400,2.809266 -311.3600,2.830497 -311.3800,2.856008 -311.4000,2.862622 -311.4200,2.867494 -311.4400,2.869875 -311.4600,2.870810 -311.4800,2.799242 -311.5000,2.759708 -311.5200,2.783355 -311.5400,2.803827 -311.5600,2.821668 -311.5800,2.840472 -311.6000,2.874460 -311.6200,2.905093 -311.6400,2.914810 -311.6600,2.925362 -311.6800,2.931698 -311.7000,2.834451 -311.7200,2.803827 -311.7400,2.805663 -311.7600,2.806098 -311.7800,2.805719 -311.8000,2.804643 -311.8200,2.813749 -311.8400,2.835925 -311.8600,2.849385 -311.8800,2.845643 -311.9000,2.842844 -311.9200,2.719764 -311.9400,2.757855 -311.9600,2.799696 -311.9800,2.835841 -312.0000,2.867921 -312.0200,2.895395 -312.0400,2.919119 -312.0600,2.956782 -312.0800,2.999346 -312.1000,3.019042 -312.1200,3.031232 -312.1400,2.875006 -312.1600,2.887502 -312.1800,2.877165 -312.2000,2.869571 -312.2200,2.862280 -312.2400,2.854192 -312.2600,2.844855 -312.2800,2.838610 -312.3000,2.851561 -312.3200,2.863585 -312.3400,2.856721 -312.3600,2.690918 -312.3800,2.743247 -312.4000,2.775001 -312.4200,2.791433 -312.4400,2.804782 -312.4600,2.817084 -312.4800,2.828340 -312.5000,2.837917 -312.5200,2.851858 -312.5400,2.881547 -312.5600,2.896286 -312.5800,2.724730 -312.6000,2.775825 -312.6200,2.820909 -312.6400,2.845901 -312.6600,2.862233 -312.6800,2.876275 -312.7000,2.890507 -312.7200,2.902768 -312.7400,2.913887 -312.7600,2.938960 -312.7800,2.962497 -312.8000,2.789570 -312.8200,2.816177 -312.8400,2.858351 -312.8600,2.890411 -312.8800,2.905898 -312.9000,2.916840 -312.9200,2.925566 -312.9400,2.933671 -312.9600,2.939803 -312.9800,2.951271 -313.0000,2.981804 -313.0200,2.818500 -313.0400,2.834332 -313.0600,2.861622 -313.0800,2.894976 -313.1000,2.908522 -313.1200,2.915468 -313.1400,2.921240 -313.1600,2.926520 -313.1800,2.929984 -313.2000,2.931336 -313.2200,2.944444 -313.2400,2.808664 -313.2600,2.830654 -313.2800,2.852162 -313.3000,2.889050 -313.3200,2.923184 -313.3400,2.934162 -313.3600,2.946510 -313.3800,2.955512 -313.4000,2.961599 -313.4200,2.967381 -313.4400,2.954765 -313.4600,2.836705 -313.4800,2.841566 -313.5000,2.844372 -313.5200,2.854341 -313.5400,2.878601 -313.5600,2.889762 -313.5800,2.888938 -313.6000,2.887798 -313.6200,2.884891 -313.6400,2.881277 -313.6600,2.838546 -313.6800,2.754528 -313.7000,2.765654 -313.7200,2.775233 -313.7400,2.784504 -313.7600,2.807922 -313.7800,2.834074 -313.8000,2.840677 -313.8200,2.844391 -313.8400,2.846412 -313.8600,2.847088 -313.8800,2.854414 -313.9000,2.885752 -313.9200,2.934606 -313.9400,2.978967 -313.9600,2.999766 -313.9800,3.016233 -314.0000,3.032453 -314.0200,3.046293 -314.0400,3.056475 -314.0600,3.066970 -314.0800,3.094677 -314.1000,3.122281 -314.1200,3.126402 -314.1400,3.128940 -314.1600,3.130053 -314.1800,3.131730 -314.2000,3.132887 -314.2200,3.136537 -314.2400,3.158852 -314.2600,3.178009 -314.2800,3.178823 -314.3000,3.133424 -314.3200,3.077317 -314.3400,3.028332 -314.3600,2.983590 -314.3800,2.945167 -314.4000,2.927438 -314.4200,2.919137 -314.4400,2.887855 -314.4600,2.857665 -314.4800,2.831479 -314.5000,2.823455 -314.5200,2.840131 -314.5400,2.864029 -314.5600,2.903037 -314.5800,2.928557 -314.6000,2.937904 -314.6200,2.945880 -314.6400,2.951300 -314.6600,2.956153 -314.6800,2.960517 -314.7000,2.971401 -314.7200,3.001876 -314.7400,3.021812 -314.7600,3.024155 -314.7800,3.026767 -314.8000,3.030249 -314.8200,3.030351 -314.8400,3.028916 -314.8600,3.037142 -314.8800,3.063680 -314.9000,3.074944 -314.9200,3.024024 -314.9400,2.970177 -314.9600,2.920906 -314.9800,2.877767 -315.0000,2.841667 -315.0200,2.813528 -315.0400,2.800206 -315.0600,2.776436 -315.0800,2.750175 -315.1000,2.728861 -315.1200,2.736715 -315.1400,2.770711 -315.1600,2.798798 -315.1800,2.845994 -315.2000,2.891763 -315.2200,2.917229 -315.2400,2.935719 -315.2600,2.951772 -315.2800,2.965269 -315.3000,2.976523 -315.3200,2.980440 -315.3400,2.964851 -315.3600,2.958580 -315.3800,2.937978 -315.4000,2.913191 -315.4200,2.890392 -315.4400,2.870487 -315.4600,2.852998 -315.4800,2.835813 -315.5000,2.837121 -315.5200,2.844113 -315.5400,2.680164 -315.5600,2.697292 -315.5800,2.725423 -315.6000,2.755372 -315.6200,2.762838 -315.6400,2.767916 -315.6600,2.772084 +301.5800,3.600000 +301.6000,3.600000 +301.6200,3.600000 +301.6400,3.600000 +301.6600,3.600000 +301.6800,3.600000 +301.7000,3.600000 +301.7200,3.600000 +301.7400,3.600000 +301.7600,3.590100 +301.7800,3.600000 +301.8000,3.600000 +301.8200,3.600000 +301.8400,3.600000 +301.8600,3.592331 +301.8800,3.570155 +301.9000,3.543836 +301.9200,3.519198 +301.9400,3.507117 +301.9600,3.488135 +301.9800,3.280544 +302.0000,3.264173 +302.0200,3.263549 +302.0400,3.248280 +302.0600,3.227178 +302.0800,3.208070 +302.1000,3.190055 +302.1200,3.175352 +302.1400,3.163758 +302.1600,3.165212 +302.1800,3.180435 +302.2000,3.013979 +302.2200,3.031496 +302.2400,3.056485 +302.2600,3.090009 +302.2800,3.102198 +302.3000,3.113970 +302.3200,3.126953 +302.3400,3.140861 +302.3600,3.153357 +302.3800,3.165404 +302.4000,3.198717 +302.4200,3.055529 +302.4400,3.099862 +302.4600,3.145234 +302.4800,3.201073 +302.5000,3.249099 +302.5200,3.273493 +302.5400,3.296211 +302.5600,3.314164 +302.5800,3.328867 +302.6000,3.340226 +302.6200,3.345280 +302.6400,3.214714 +302.6600,3.239046 +302.6800,3.245852 +302.7000,3.265766 +302.7200,3.296393 +302.7400,3.303517 +302.7600,3.307954 +302.7800,3.306891 +302.8000,3.303007 +302.8200,3.295298 +302.8400,3.260278 +302.8600,3.154980 +302.8800,3.171519 +302.9000,3.186467 +302.9200,3.197868 +302.9400,3.231042 +302.9600,3.257866 +302.9800,3.262803 +303.0000,3.271553 +303.0200,3.278399 +303.0400,3.284799 +303.0600,3.227070 +303.0800,3.154660 +303.1000,3.172345 +303.1200,3.188516 +303.1400,3.201616 +303.1600,3.225425 +303.1800,3.263166 +303.2000,3.281275 +303.2200,3.289429 +303.2400,3.295330 +303.2600,3.299800 +303.2800,3.210723 +303.3000,3.159671 +303.3200,3.166933 +303.3400,3.175573 +303.3600,3.183248 +303.3800,3.189439 +303.4000,3.212953 +303.4200,3.242316 +303.4400,3.247932 +303.4600,3.254589 +303.4800,3.259833 +303.5000,3.275194 +303.5200,3.308717 +303.5400,3.340988 +303.5600,3.387827 +303.5800,3.428569 +303.6000,3.450566 +303.6200,3.470452 +303.6400,3.485162 +303.6600,3.495216 +303.6800,3.502679 +303.7000,3.515367 +303.7200,3.549411 +303.7400,3.573169 +303.7600,3.580143 +303.7800,3.583945 +303.8000,3.586193 +303.8200,3.585303 +303.8400,3.584273 +303.8600,3.591874 +303.8800,3.600000 +303.9000,3.600000 +303.9200,3.589592 +303.9400,3.534793 +303.9600,3.482891 +303.9800,3.434472 +304.0000,3.386978 +304.0200,3.356160 +304.0400,3.344238 +304.0600,3.319536 +304.0800,3.294057 +304.1000,3.266319 +304.1200,3.256774 +304.1400,3.269672 +304.1600,3.278928 +304.1800,3.304662 +304.2000,3.336171 +304.2200,3.348028 +304.2400,3.351869 +304.2600,3.352752 +304.2800,3.355481 +304.3000,3.359515 +304.3200,3.357508 +304.3400,3.374217 +304.3600,3.399302 +304.3800,3.402614 +304.4000,3.400076 +304.4200,3.397721 +304.4400,3.395278 +304.4600,3.388940 +304.4800,3.384228 +304.5000,3.398166 +304.5200,3.415524 +304.5400,3.375703 +304.5600,3.332381 +304.5800,3.293260 +304.6000,3.258408 +304.6200,3.226231 +304.6400,3.199331 +304.6600,3.203450 +304.6800,3.196741 +304.7000,3.178515 +304.7200,3.160234 +304.7400,3.169766 +304.7600,3.198334 +304.7800,3.223016 +304.8000,3.253600 +304.8200,3.300163 +304.8400,3.335481 +304.8600,3.349419 +304.8800,3.362752 +304.9000,3.373505 +304.9200,3.382084 +304.9400,3.380343 +304.9600,3.371744 +304.9800,3.362550 +305.0000,3.340363 +305.0200,3.309619 +305.0400,3.281924 +305.0600,3.254790 +305.0800,3.229140 +305.1000,3.203261 +305.1200,3.191052 +305.1400,3.193908 +305.1600,3.027547 +305.1800,3.062377 +305.2000,3.093312 +305.2200,3.122220 +305.2400,3.131561 +305.2600,3.137994 +305.2800,3.141465 +305.3000,3.143017 +305.3200,3.144979 +305.3400,3.147771 +305.3600,3.167824 +305.3800,3.010903 +305.4000,3.026698 +305.4200,3.049808 +305.4400,3.089344 +305.4600,3.115593 +305.4800,3.126328 +305.5000,3.139215 +305.5200,3.151253 +305.5400,3.161508 +305.5600,3.167762 +305.5800,3.171190 +305.6000,3.054373 +305.6200,3.099076 +305.6400,3.136816 +305.6600,3.191190 +305.6800,3.245350 +305.7000,3.275331 +305.7200,3.297911 +305.7400,3.313761 +305.7600,3.327284 +305.7800,3.336222 +305.8000,3.309790 +305.8200,3.199036 +305.8400,3.206603 +305.8600,3.203399 +305.8800,3.202816 +305.9000,3.217421 +305.9200,3.225734 +305.9400,3.217613 +305.9600,3.209874 +305.9800,3.203314 +306.0000,3.196457 +306.0200,3.132898 +306.0400,3.042357 +306.0600,3.027517 +306.0800,3.005030 +306.1000,2.984203 +306.1200,2.976112 +306.1400,2.981676 +306.1600,2.970922 +306.1800,2.954924 +306.2000,2.939214 +306.2200,2.925614 +306.2400,2.849244 +306.2600,2.823576 +306.2800,2.853683 +306.3000,2.879286 +306.3200,2.900910 +306.3400,2.923831 +306.3600,2.960795 +306.3800,2.991283 +306.4000,3.003873 +306.4200,3.012791 +306.4400,3.020616 +306.4600,2.925742 +306.4800,2.881644 +306.5000,2.873121 +306.5200,2.864945 +306.5400,2.857587 +306.5600,2.850082 +306.5800,2.854572 +306.6000,2.873703 +306.6200,2.880040 +306.6400,2.876166 +306.6600,2.874361 +306.6800,2.753574 +306.7000,2.809753 +306.7200,2.865446 +306.7400,2.912313 +306.7600,2.953397 +306.7800,2.990125 +306.8000,3.020508 +306.8200,3.068874 +306.8400,3.120288 +306.8600,3.145151 +306.8800,3.164768 +306.9000,3.008588 +306.9200,3.041837 +306.9400,3.057155 +306.9600,3.067867 +306.9800,3.078078 +307.0000,3.086157 +307.0200,3.094628 +307.0400,3.107579 +307.0600,3.136541 +307.0800,3.161869 +307.1000,3.166445 +307.1200,2.988153 +307.1400,3.024362 +307.1600,3.041380 +307.1800,3.047706 +307.2000,3.052835 +307.2200,3.057568 +307.2400,3.061123 +307.2600,3.061442 +307.2800,3.072782 +307.3000,3.106232 +307.3200,3.115244 +307.3400,2.935742 +307.3600,3.016507 +307.3800,3.085859 +307.4000,3.133068 +307.4200,3.169173 +307.4400,3.200999 +307.4600,3.227454 +307.4800,3.249928 +307.5000,3.274385 +307.5200,3.320639 +307.5400,3.362327 +307.5600,3.163121 +307.5800,3.176117 +307.6000,3.197390 +307.6200,3.206265 +307.6400,3.202157 +307.6600,3.196837 +307.6800,3.192528 +307.7000,3.186805 +307.7200,3.180904 +307.7400,3.184299 +307.7600,3.203261 +307.7800,3.030700 +307.8000,3.051178 +307.8200,3.087123 +307.8400,3.126496 +307.8600,3.141551 +307.8800,3.154385 +307.9000,3.162761 +307.9200,3.170544 +307.9400,3.176594 +307.9600,3.185171 +307.9800,3.202750 +308.0000,3.064850 +308.0200,3.117390 +308.0400,3.168949 +308.0600,3.234661 +308.0800,3.292507 +308.1000,3.323028 +308.1200,3.348749 +308.1400,3.369027 +308.1600,3.386542 +308.1800,3.401235 +308.2000,3.400863 +308.2200,3.244821 +308.2400,3.219620 +308.2600,3.192549 +308.2800,3.176530 +308.3000,3.173706 +308.3200,3.161707 +308.3400,3.136126 +308.3600,3.111657 +308.3800,3.087260 +308.4000,3.063089 +308.4200,3.004969 +308.4400,2.909277 +308.4600,2.906623 +308.4800,2.903056 +308.5000,2.900901 +308.5200,2.924190 +308.5400,2.935868 +308.5600,2.935211 +308.5800,2.930890 +308.6000,2.924861 +308.6200,2.918820 +308.6400,2.859053 +308.6600,2.817078 +308.6800,2.851632 +308.7000,2.883417 +308.7200,2.910008 +308.7400,2.942844 +308.7600,2.992313 +308.7800,3.019159 +308.8000,3.030065 +308.8200,3.038895 +308.8400,3.046104 +308.8600,2.964946 +308.8800,2.932951 +308.9000,2.955434 +308.9200,2.976346 +308.9400,2.996030 +308.9600,3.015974 +308.9800,3.061263 +309.0000,3.106527 +309.0200,3.130870 +309.0400,3.151816 +309.0600,3.170382 +309.0800,3.064651 +309.1000,3.090893 +309.1200,3.121583 +309.1400,3.143674 +309.1600,3.161752 +309.1800,3.177094 +309.2000,3.203237 +309.2200,3.239566 +309.2400,3.258047 +309.2600,3.261362 +309.2800,3.261700 +309.3000,3.122758 +309.3200,3.132803 +309.3400,3.148800 +309.3600,3.158790 +309.3800,3.167359 +309.4000,3.174152 +309.4200,3.180435 +309.4400,3.214461 +309.4600,3.246497 +309.4800,3.259790 +309.5000,3.266520 +309.5200,3.101551 +309.5400,3.136688 +309.5600,3.154565 +309.5800,3.168759 +309.6000,3.180075 +309.6200,3.189768 +309.6400,3.196921 +309.6600,3.207837 +309.6800,3.237496 +309.7000,3.258961 +309.7200,3.262253 +309.7400,3.076030 +309.7600,3.095891 +309.7800,3.097051 +309.8000,3.092941 +309.8200,3.088929 +309.8400,3.082887 +309.8600,3.075626 +309.8800,3.069640 +309.9000,3.076772 +309.9200,3.095795 +309.9400,3.095851 +309.9600,2.916539 +309.9800,2.981209 +310.0000,3.030254 +310.0200,3.062367 +310.0400,3.085414 +310.0600,3.103248 +310.0800,3.120668 +310.1000,3.138749 +310.1200,3.160766 +310.1400,3.201434 +310.1600,3.235425 +310.1800,3.046243 +310.2000,3.088079 +310.2200,3.141763 +310.2400,3.171583 +310.2600,3.188185 +310.2800,3.202420 +310.3000,3.214536 +310.3200,3.223387 +310.3400,3.231159 +310.3600,3.251149 +310.3800,3.279951 +310.4000,3.099098 +310.4200,3.128503 +310.4400,3.172061 +310.4600,3.215915 +310.4800,3.235829 +310.5000,3.250510 +310.5200,3.264959 +310.5400,3.275288 +310.5600,3.284682 +310.5800,3.294812 +310.6000,3.322517 +310.6200,3.139937 +310.6400,3.116506 +310.6600,3.097218 +310.6800,3.101144 +310.7000,3.092652 +310.7200,3.072282 +310.7400,3.056719 +310.7600,3.043865 +310.7800,3.029692 +310.8000,3.015785 +310.8200,3.001200 +310.8400,2.873331 +310.8600,2.876337 +310.8800,2.878545 +310.9000,2.900168 +310.9200,2.917726 +310.9400,2.918096 +310.9600,2.920922 +310.9800,2.919638 +311.0000,2.919235 +311.0200,2.918702 +311.0400,2.893555 +311.0600,2.831580 +311.0800,2.904637 +311.1000,2.967778 +311.1200,3.028757 +311.1400,3.105170 +311.1600,3.165785 +311.1800,3.203992 +311.2000,3.238845 +311.2200,3.273696 +311.2400,3.304216 +311.2600,3.269375 +311.2800,3.184746 +311.3000,3.198600 +311.3200,3.209461 +311.3400,3.219460 +311.3600,3.243792 +311.3800,3.273028 +311.4000,3.280607 +311.4200,3.286191 +311.4400,3.288919 +311.4600,3.289991 +311.4800,3.207972 +311.5000,3.162666 +311.5200,3.189766 +311.5400,3.213228 +311.5600,3.233674 +311.5800,3.255223 +311.6000,3.294173 +311.6200,3.329279 +311.6400,3.340415 +311.6600,3.352508 +311.6800,3.359770 +311.7000,3.248323 +311.7200,3.213228 +311.7400,3.215332 +311.7600,3.215830 +311.7800,3.215396 +311.8000,3.214162 +311.8200,3.224599 +311.8400,3.250012 +311.8600,3.265437 +311.8800,3.261149 +311.9000,3.257941 +311.9200,3.116889 +311.9400,3.160543 +311.9600,3.208493 +311.9800,3.249916 +312.0000,3.286680 +312.0200,3.318165 +312.0400,3.345353 +312.0600,3.388516 +312.0800,3.437295 +312.1000,3.459867 +312.1200,3.473836 +312.1400,3.294800 +312.1600,3.309120 +312.1800,3.297273 +312.2000,3.288571 +312.2200,3.280216 +312.2400,3.270947 +312.2600,3.260245 +312.2800,3.253089 +312.3000,3.267931 +312.3200,3.281711 +312.3400,3.273845 +312.3600,3.083832 +312.3800,3.143801 +312.4000,3.180192 +312.4200,3.199024 +312.4400,3.214322 +312.4600,3.228420 +312.4800,3.241320 +312.5000,3.252295 +312.5200,3.268271 +312.5400,3.302295 +312.5600,3.319187 +312.5800,3.122580 +312.6000,3.181136 +312.6200,3.232803 +312.6400,3.261445 +312.6600,3.280162 +312.6800,3.296254 +312.7000,3.312563 +312.7200,3.326615 +312.7400,3.339357 +312.7600,3.368092 +312.7800,3.395065 +312.8000,3.196889 +312.8200,3.227380 +312.8400,3.275713 +312.8600,3.312454 +312.8800,3.330202 +312.9000,3.342741 +312.9200,3.352742 +312.9400,3.362031 +312.9600,3.369058 +312.9800,3.382200 +313.0000,3.417191 +313.0200,3.230043 +313.0400,3.248186 +313.0600,3.279461 +313.0800,3.317686 +313.1000,3.333210 +313.1200,3.341169 +313.1400,3.347784 +313.1600,3.353835 +313.1800,3.357805 +313.2000,3.359354 +313.2200,3.374376 +313.2400,3.218771 +313.2600,3.243972 +313.2800,3.268620 +313.3000,3.310894 +313.3200,3.350012 +313.3400,3.362594 +313.3600,3.376744 +313.3800,3.387061 +313.4000,3.394037 +313.4200,3.400662 +313.4400,3.386204 +313.4600,3.250905 +313.4800,3.256477 +313.5000,3.259693 +313.5200,3.271117 +313.5400,3.298919 +313.5600,3.311710 +313.5800,3.310766 +313.6000,3.309459 +313.6200,3.306128 +313.6400,3.301987 +313.6600,3.253016 +313.6800,3.156730 +313.7000,3.169480 +313.7200,3.180458 +313.7400,3.191083 +313.7600,3.217921 +313.7800,3.247890 +313.8000,3.255459 +313.8200,3.259714 +313.8400,3.262030 +313.8600,3.262805 +313.8800,3.271201 +313.9000,3.307114 +313.9200,3.363102 +313.9400,3.413940 +313.9600,3.437776 +313.9800,3.456648 +314.0000,3.475237 +314.0200,3.491097 +314.0400,3.502765 +314.0600,3.514793 +314.0800,3.546546 +314.1000,3.578180 +314.1200,3.582904 +314.1400,3.585811 +314.1600,3.587087 +314.1800,3.589009 +314.2000,3.590335 +314.2200,3.594518 +314.2400,3.600000 +314.2600,3.600000 +314.2800,3.600000 +314.3000,3.590950 +314.3200,3.526651 +314.3400,3.470513 +314.3600,3.419238 +314.3800,3.375205 +314.4000,3.354888 +314.4200,3.345374 +314.4400,3.309525 +314.4600,3.274926 +314.4800,3.244917 +314.5000,3.235722 +314.5200,3.254832 +314.5400,3.282220 +314.5600,3.326923 +314.5800,3.356170 +314.6000,3.366882 +314.6200,3.376022 +314.6400,3.382233 +314.6600,3.387796 +314.6800,3.392796 +314.7000,3.405269 +314.7200,3.440194 +314.7400,3.463041 +314.7600,3.465727 +314.7800,3.468719 +314.8000,3.472710 +314.8200,3.472827 +314.8400,3.471182 +314.8600,3.480609 +314.8800,3.511023 +314.9000,3.523932 +314.9200,3.465576 +314.9400,3.403866 +314.9600,3.347402 +314.9800,3.297964 +315.0000,3.256592 +315.0200,3.224344 +315.0400,3.209077 +315.0600,3.181837 +315.0800,3.151741 +315.1000,3.127315 +315.1200,3.136316 +315.1400,3.175276 +315.1600,3.207464 +315.1800,3.261551 +315.2000,3.314003 +315.2200,3.343187 +315.2400,3.364378 +315.2600,3.382775 +315.2800,3.398242 +315.3000,3.411139 +315.3200,3.415628 +315.3400,3.397764 +315.3600,3.390576 +315.3800,3.366967 +315.4000,3.338560 +315.4200,3.312432 +315.4400,3.289620 +315.4600,3.269578 +315.4800,3.249883 +315.5000,3.251383 +315.5200,3.259395 +315.5400,3.071508 +315.5600,3.091136 +315.5800,3.123375 +315.6000,3.157697 +315.6200,3.166254 +315.6400,3.172072 +315.6600,3.176849 diff --git a/benchmarks/traces/README.md b/benchmarks/traces/README.md index 2dcf6b7d..b6b1834f 100644 --- a/benchmarks/traces/README.md +++ b/benchmarks/traces/README.md @@ -7,12 +7,15 @@ taken while walking near an RFID reader. The `*.csv` files here are the replay-ready versions: block-averaged from 1 kHz to 50 Hz (each sample is the mean of a 20 ms window, which acts as the -anti-aliasing filter), scaled and clipped to 3.6 V, the MSP430 operating -maximum, and written as 8 back-to-back repetitions. Reproduce with: +anti-aliasing filter), clipped to 3.6 V, the MSP430 operating maximum, and +written as 8 back-to-back repetitions. Reproduce with: ```bash uv run python scripts/otii/preprocess_traces.py benchmarks/traces/original/[0-9]*.txt \ -o benchmarks/traces --vmax 3.6 --repeat 8 ``` +Trace 3 peaks at 3.13 V, below the target's operating range, so it is scaled up +first (`SCALE_TO_LEVEL` in the script), anchored on its 99th percentile. + `traces_grid.png` overlays the 50 Hz traces on the 1 kHz originals. diff --git a/passes/include/schematic/SchematicPass.h b/passes/include/schematic/SchematicPass.h index 9eb3baf7..a6489297 100644 --- a/passes/include/schematic/SchematicPass.h +++ b/passes/include/schematic/SchematicPass.h @@ -34,13 +34,9 @@ class SchematicPass : public llvm::PassInfoMixin { /// holds already-solved callee summaries for folding at call sites. On /// success the function is instrumented, `out` is filled, and true is /// returned; a benign skip or hard failure returns false (no summary). - /// `mutatedIR` is set when the function's IR was modified even if solving - /// failed afterwards (e.g. alloca hoisting before an infeasible solve), so - /// the driver can report accurate PreservedAnalyses. bool solveFunction(llvm::Function &F, llvm::FunctionAnalysisManager &FAM, const SchematicParams ¶ms, VMAddressTracker &sharedVMTracker, - const std::map &summaries, CallSummary &out, - bool &mutatedIR); + const std::map &summaries, CallSummary &out); }; } // namespace checkpoint diff --git a/passes/runtime/benchmark.h b/passes/runtime/benchmark.h index d4937e35..d2d64380 100644 --- a/passes/runtime/benchmark.h +++ b/passes/runtime/benchmark.h @@ -103,10 +103,14 @@ static inline void timing_gpio_stop(void) {} #endif /* --- Benchmark entry/exit macros --- */ + +/* Called first in BENCH_EXIT: the end pulse after it can outlast the + remaining charge, so the outcome must already be in FRAM. */ +void bench_commit_result(int result); + #ifdef DEVICE_DEBUG void debug_init(void); -void debug_exit_commit(int result); void debug_exit(int result); #define BENCH_INIT() \ @@ -115,12 +119,9 @@ void debug_exit(int result); timing_gpio_init(); \ timing_gpio_start(); \ } while (0) -/* Commit the result to NVM before the end pulse and UART report: both - cost more energy than a region budget, so under intermittent power - the CPU may die during them — the committed result survives. */ #define BENCH_EXIT(result) \ do { \ - debug_exit_commit((result)); \ + bench_commit_result((result)); \ timing_gpio_stop(); \ debug_exit((result)); \ } while (0) @@ -128,21 +129,16 @@ void debug_exit(int result); #else void bench_halt(void); -void bench_commit_done(void); #define BENCH_INIT() \ do { \ timing_gpio_init(); \ timing_gpio_start(); \ } while (0) -/* Commit __nvm_done before the end pulse: the pulse costs more energy - than a region budget, so under intermittent power the CPU may die - during it — after this commit the next boot parks via park_if_done. */ #define BENCH_EXIT(result) \ do { \ - bench_commit_done(); \ + bench_commit_result((result)); \ timing_gpio_stop(); \ - (void)(result); \ bench_halt(); \ } while (0) diff --git a/passes/runtime/debug_common.c b/passes/runtime/debug_common.c index c331ae89..1b62e810 100644 --- a/passes/runtime/debug_common.c +++ b/passes/runtime/debug_common.c @@ -12,10 +12,8 @@ #include "benchmark.h" #include -/* These symbols are defined in each variant's *_runtime.c */ -extern volatile uint16_t __nvm_result; +/* Defined in each variant's *_runtime.c */ extern volatile uint16_t __nvm_done; -extern volatile uint16_t __nvm_in_region; /* ============================================================================ * UART Setup for MSP430FR5994 @@ -118,12 +116,6 @@ void debug_init(void) { uart_puts("BOOT\r\n"); } -void debug_exit_commit(int result) { - __nvm_in_region = 0; - __nvm_result = (uint16_t)result; - __nvm_done = 1; -} - void debug_exit_begin(int result) { /* UART output kept for manual debugging */ uart_init(); /* Re-init UART — may be uninitialized after BOR/LPM4 recovery */ diff --git a/passes/runtime/debug_common.h b/passes/runtime/debug_common.h index f860875d..a4338ce7 100644 --- a/passes/runtime/debug_common.h +++ b/passes/runtime/debug_common.h @@ -33,20 +33,6 @@ void uart_put_u32(uint32_t val); */ void debug_init(void); -/* - * debug_exit_commit — Persist the run's outcome to NVM. - * - * Clears __nvm_in_region and stores __nvm_result/__nvm_done. Called - * FIRST in BENCH_EXIT, before the end pulse and UART report: those - * cost far more energy than a region budget, so under intermittent - * power the CPU may die during them — after this commit that death - * is harmless (next boot parks via park_if_done). - * - * Requires __nvm_result, __nvm_done and __nvm_in_region to be - * defined by the variant's runtime.c. - */ -void debug_exit_commit(int result); - /* * debug_exit_begin — Start the UART exit report. * diff --git a/passes/runtime/milp_runtime.c b/passes/runtime/milp_runtime.c index b20ef21a..6605775b 100644 --- a/passes/runtime/milp_runtime.c +++ b/passes/runtime/milp_runtime.c @@ -11,7 +11,6 @@ * * When compiled with -DDEVICE_DEBUG, also provides: * - NVM debug counters (cnt_boundary, cnt_store_mem, etc.) - * - NVM result storage (__nvm_result, __nvm_done) * - UART output for profiling * - debug_init() / debug_exit() API */ @@ -40,10 +39,15 @@ __attribute__((section(".nvm"))) volatile uint16_t __nvm_in_region = 0; __attribute__((section(".nvm"))) volatile uint16_t __nvm_violation = 0; /* Set once the run completes; park_if_done in boot code then freezes - every later boot so NVM state survives readback. Non-debug builds - set it via bench_commit_done(), debug builds via debug_exit_commit(). */ + every later boot so NVM state survives readback. Committed together + with __nvm_result by bench_commit_result(). */ __attribute__((section(".nvm"))) volatile uint16_t __nvm_done = 0; +/* The run's return value, read back over the debugger. Unconditional so + non-debug builds — the ones run under intermittent power — can be + checked for correctness. */ +__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; + /* cnt_recovery — incremented in assembly (recovery path in milp_boot.S). One per recovery boot, i.e. per power failure resumed from a checkpoint (deaths during a boundary wait re-enter recovery and @@ -64,9 +68,10 @@ void bench_halt(void) { __bis_SR_register(LPM4_bits); } -/* Called by non-debug BENCH_EXIT before the end pulse (see benchmark.h). */ -void bench_commit_done(void) { +/* Called by BENCH_EXIT before the end pulse (see benchmark.h). */ +void bench_commit_result(int result) { __nvm_in_region = 0; + __nvm_result = (uint16_t)result; __nvm_done = 1; } @@ -85,9 +90,6 @@ __attribute__((section(".nvm"))) uint32_t cnt_boundary = 0; __attribute__((section(".nvm"))) uint32_t cnt_store_mem = 0; __attribute__((section(".nvm"))) uint32_t cnt_restore_mem = 0; -/* NVM result storage — read by host via mspdebug md (bypasses UART) */ -__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; - void debug_exit(int result) { debug_exit_begin(result); uart_puts(" __region_boundary: "); diff --git a/passes/runtime/rockclimb_runtime.c b/passes/runtime/rockclimb_runtime.c index 47e02bf2..e4d2268a 100644 --- a/passes/runtime/rockclimb_runtime.c +++ b/passes/runtime/rockclimb_runtime.c @@ -9,7 +9,6 @@ * * When compiled with -DDEVICE_DEBUG, also provides: * - NVM debug counter (cnt_boundary) - * - NVM result storage (__nvm_result, __nvm_done) * - UART output for profiling * - debug_init() / debug_exit() API */ @@ -41,10 +40,15 @@ __attribute__((section(".nvm"))) volatile uint16_t __nvm_in_region = 0; __attribute__((section(".nvm"))) volatile uint16_t __nvm_violation = 0; /* Set once the run completes; park_if_done in boot code then freezes - every later boot so NVM state survives readback. Non-debug builds - set it via bench_commit_done(), debug builds via debug_exit_commit(). */ + every later boot so NVM state survives readback. Committed together + with __nvm_result by bench_commit_result(). */ __attribute__((section(".nvm"))) volatile uint16_t __nvm_done = 0; +/* The run's return value, read back over the debugger. Unconditional so + non-debug builds — the ones run under intermittent power — can be + checked for correctness. */ +__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; + /* cnt_recovery — incremented in assembly (recovery path in rockclimb_boot.S). One per recovery boot, i.e. per power failure resumed from a checkpoint (deaths during a boundary wait re-enter recovery and @@ -62,9 +66,10 @@ void bench_halt(void) { __bis_SR_register(LPM4_bits); } -/* Called by non-debug BENCH_EXIT before the end pulse (see benchmark.h). */ -void bench_commit_done(void) { +/* Called by BENCH_EXIT before the end pulse (see benchmark.h). */ +void bench_commit_result(int result) { __nvm_in_region = 0; + __nvm_result = (uint16_t)result; __nvm_done = 1; } @@ -79,9 +84,6 @@ void bench_commit_done(void) { __attribute__((section(".nvm"))) uint32_t cnt_boundary = 0; -/* NVM result storage — read by host via mspdebug md (bypasses UART) */ -__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; - void debug_exit(int result) { debug_exit_begin(result); uart_puts(" __region_boundary: "); diff --git a/passes/runtime/schematic_runtime.c b/passes/runtime/schematic_runtime.c index f71aafdb..9d0fa15e 100644 --- a/passes/runtime/schematic_runtime.c +++ b/passes/runtime/schematic_runtime.c @@ -9,7 +9,6 @@ * * When compiled with -DDEVICE_DEBUG, also provides: * - NVM debug counters (cnt_boundary, cnt_save_reg, etc.) - * - NVM result storage (__nvm_result, __nvm_done) * - UART output for profiling * - debug_init() / debug_exit() API */ @@ -41,10 +40,15 @@ __attribute__((section(".nvm"))) volatile uint16_t __nvm_in_region = 0; __attribute__((section(".nvm"))) volatile uint16_t __nvm_violation = 0; /* Set once the run completes; park_if_done in boot code then freezes - every later boot so NVM state survives readback. Non-debug builds - set it via bench_commit_done(), debug builds via debug_exit_commit(). */ + every later boot so NVM state survives readback. Committed together + with __nvm_result by bench_commit_result(). */ __attribute__((section(".nvm"))) volatile uint16_t __nvm_done = 0; +/* The run's return value, read back over the debugger. Unconditional so + non-debug builds — the ones run under intermittent power — can be + checked for correctness. */ +__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; + /* cnt_recovery — incremented in assembly (recovery path in schematic_boot.S). One per recovery boot, i.e. per power failure resumed from a checkpoint (deaths during a boundary wait re-enter recovery and @@ -62,9 +66,10 @@ void bench_halt(void) { __bis_SR_register(LPM4_bits); } -/* Called by non-debug BENCH_EXIT before the end pulse (see benchmark.h). */ -void bench_commit_done(void) { +/* Called by BENCH_EXIT before the end pulse (see benchmark.h). */ +void bench_commit_result(int result) { __nvm_in_region = 0; + __nvm_result = (uint16_t)result; __nvm_done = 1; } @@ -85,9 +90,6 @@ __attribute__((section(".nvm"))) uint32_t cnt_restore_reg = 0; __attribute__((section(".nvm"))) uint32_t cnt_store_mem = 0; __attribute__((section(".nvm"))) uint32_t cnt_restore_mem = 0; -/* NVM result storage — read by host via mspdebug md (bypasses UART) */ -__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; - void debug_exit(int result) { debug_exit_begin(result); uart_puts(" __region_boundary: "); diff --git a/passes/runtime/uninstrumented_runtime.c b/passes/runtime/uninstrumented_runtime.c index 3b29e9f6..c91fe56a 100644 --- a/passes/runtime/uninstrumented_runtime.c +++ b/passes/runtime/uninstrumented_runtime.c @@ -17,18 +17,18 @@ void bench_halt(void) { __bis_SR_register(LPM4_bits); } -/* Completion flag (unconditional — set by non-debug BENCH_EXIT via - bench_commit_done). No checkpointing here, so it is informational only. +/* Completion flag (unconditional — set by BENCH_EXIT via + bench_commit_result). No checkpointing here, so it is informational only. Explicit zero initializer forces PROGBITS so the flash programmer writes zero on first flash. */ __attribute__((section(".nvm"))) volatile uint16_t __nvm_done = 0; -/* No regions in the baseline; defined because the shared exit code - (debug_exit_commit in debug_common.c) clears it. */ -__attribute__((section(".nvm"))) volatile uint16_t __nvm_in_region = 0; +/* The run's return value, read by the host via mspdebug md. */ +__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; -/* Called by non-debug BENCH_EXIT before the end pulse (see benchmark.h). */ -void bench_commit_done(void) { +/* Called by BENCH_EXIT before the end pulse (see benchmark.h). */ +void bench_commit_result(int result) { + __nvm_result = (uint16_t)result; __nvm_done = 1; } @@ -36,9 +36,6 @@ void bench_commit_done(void) { #include "debug_common.h" -/* NVM result storage for benchmark result readback. */ -__attribute__((section(".nvm"))) volatile uint16_t __nvm_result = 0; - void debug_exit(int result) { debug_exit_begin(result); debug_exit_end(); diff --git a/passes/src/milp/StateAnalysis.cpp b/passes/src/milp/StateAnalysis.cpp index 53aba28f..cf7d945c 100644 --- a/passes/src/milp/StateAnalysis.cpp +++ b/passes/src/milp/StateAnalysis.cpp @@ -284,8 +284,8 @@ bool StateAnalysis::isAllowedDirectCall(const llvm::CallBase &CB) const { llvm::StringRef Name = Callee->getName(); if (Name == "__loop_tripcount") return true; - if (Name == "debug_init" || Name == "debug_exit" || Name == "debug_exit_commit" || - Name == "bench_halt" || Name == "bench_commit_done") + if (Name == "debug_init" || Name == "debug_exit" || Name == "bench_halt" || + Name == "bench_commit_result") return true; if (Name.starts_with("timing_gpio_")) return true; diff --git a/passes/src/schematic/CallIsolation.cpp b/passes/src/schematic/CallIsolation.cpp index 785af9fd..6580f262 100644 --- a/passes/src/schematic/CallIsolation.cpp +++ b/passes/src/schematic/CallIsolation.cpp @@ -24,7 +24,7 @@ bool isSchematicHelperCallee(const Function &F) { StringRef N = F.getName(); if (N == "__loop_tripcount") return true; - if (N == "bench_halt" || N == "bench_commit_done") + if (N == "bench_halt" || N == "bench_commit_result") return true; // Benchmark-infrastructure functions (timing/IO/debug) are skipped by the // module driver, so they must not be isolated either — otherwise their calls diff --git a/passes/src/schematic/SchematicPass.cpp b/passes/src/schematic/SchematicPass.cpp index 4d2f14a2..2a37b7d0 100644 --- a/passes/src/schematic/SchematicPass.cpp +++ b/passes/src/schematic/SchematicPass.cpp @@ -29,6 +29,7 @@ #include "llvm/IR/Instructions.h" #include "llvm/IR/Module.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include #include @@ -287,7 +288,7 @@ static void captureCallSummary(CallSummary &out, const SchematicSolution &soluti bool SchematicPass::solveFunction(Function &F, FunctionAnalysisManager &AM, const SchematicParams ¶ms, VMAddressTracker &sharedVMTracker, const std::map &summaries, - CallSummary &out, bool &mutatedIR) { + CallSummary &out) { const auto totalStart = std::chrono::steady_clock::now(); // Obtain LLVM analyses. @@ -305,10 +306,8 @@ bool SchematicPass::solveFunction(Function &F, FunctionAnalysisManager &AM, continue; for (auto it = BB.begin(); it != BB.end();) { auto *AI = dyn_cast(&*it++); - if (AI && isa(AI->getArraySize())) { + if (AI && isa(AI->getArraySize())) AI->moveBefore(entryBB, entryBB.getFirstInsertionPt()); - mutatedIR = true; - } } } @@ -348,21 +347,21 @@ bool SchematicPass::solveFunction(Function &F, FunctionAnalysisManager &AM, if (!foldCalleeSummaries(F, graph, *ctx.cfg, params, summaries, solution)) return false; - // Load traces (required). - if (SchematicTraceOpt.getValue().empty()) { - PLOGE << "SCHEMATIC: no trace file given for " << F.getName() << " — traces are required"; - return false; - } + // Load traces (required). Unlike an infeasible solve, which the driver + // reports and the toolchain surfaces as an infeasible result, a missing or + // mismatched trace means the pipeline itself is wrong: skipping the + // function here would link an uninstrumented binary that dies at the first + // outage, with every stage up to the flashed target reporting success. + if (SchematicTraceOpt.getValue().empty()) + report_fatal_error(Twine("SCHEMATIC: no trace file given for '") + F.getName() + + "' — traces are required"); TraceLoader loader(F, LI, graph); std::optional loadedTraces = loader.load(SchematicTraceOpt.getValue()); - if (!loadedTraces) { - PLOGE << "SCHEMATIC: failed to load traces for " << F.getName(); - return false; - } - if (loadedTraces->functionPaths.empty()) { - PLOGE << "SCHEMATIC: no function traces for " << F.getName() << " — traces are required"; - return false; - } + if (!loadedTraces) + report_fatal_error(Twine("SCHEMATIC: failed to load traces for '") + F.getName() + "'"); + if (loadedTraces->functionPaths.empty()) + report_fatal_error(Twine("SCHEMATIC: no function traces for '") + F.getName() + + "' — the trace does not match this IR"); PLOGI << "SCHEMATIC: loaded traces for " << F.getName(); // Loop analysis. @@ -514,7 +513,6 @@ PreservedAnalyses SchematicPass::run(Module &M, ModuleAnalysisManager &MAM) { // schematic.py:676-695). Recursion is rejected by the schematic-isolate pass. CallGraph CG(M); std::map summaries; - bool changed = false; for (scc_iterator I = scc_begin(&CG); !I.isAtEnd(); ++I) { for (CallGraphNode *node : *I) { Function *F = node->getFunction(); @@ -525,19 +523,14 @@ PreservedAnalyses SchematicPass::run(Module &M, ModuleAnalysisManager &MAM) { continue; } CallSummary summary; - // Track IR mutation separately from solve success: a failed solve may - // still have hoisted allocas, and reporting PreservedAnalyses::all() - // after mutating IR would leave stale analyses behind. - bool mutatedIR = false; - if (solveFunction(*F, FAM, params, vmTracker, summaries, summary, mutatedIR)) { + if (solveFunction(*F, FAM, params, vmTracker, summaries, summary)) summaries[F] = std::move(summary); - changed = true; - } - changed |= mutatedIR; } } - return changed ? PreservedAnalyses::none() : PreservedAnalyses::all(); + // solveFunction hoists allocas before it can fail, so any function may have + // mutated the IR whatever its outcome. + return PreservedAnalyses::none(); } } // namespace checkpoint diff --git a/passes/src/schematic/SchematicStateAnalysis.cpp b/passes/src/schematic/SchematicStateAnalysis.cpp index 55e07286..499cb10f 100644 --- a/passes/src/schematic/SchematicStateAnalysis.cpp +++ b/passes/src/schematic/SchematicStateAnalysis.cpp @@ -146,7 +146,7 @@ bool SchematicStateAnalysis::isAllowedDirectCall(const llvm::CallBase &CB) const llvm::StringRef Name = Callee->getName(); if (Name == "__loop_tripcount") return true; - if (Name == "bench_halt" || Name == "bench_commit_done") + if (Name == "bench_halt" || Name == "bench_commit_result") return true; // Benchmark-infrastructure functions (timing/IO/debug) are treated as helpers // everywhere: not isolated, skipped by the driver, and allowed here as diff --git a/results/milp.csv b/results/milp.csv index 70cfb5c8..d1437249 100644 --- a/results/milp.csv +++ b/results/milp.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,abstract_cfg_blocks,abstract_cfg_edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,candidate_globals,milp_allocation_mode,milp_variables,milp_constraints,milp_presolved_variables,milp_presolved_constraints,optimal_solution,distributed_checkpoints_inserted,vm_placed_globals,vm_placed_global_names,milp_solve_time_ms,result -aes-5uF,5uF,ok,23,31,15,17,6,561,60912,635,29987.26,64,0,0,3,regional,4398,17875,299,631,yes,96,0,,139,107 -aes-10uF,10uF,ok,23,31,13,14,4,361,57408,560,26984.02,24,0,0,3,regional,3285,13141,257,538,yes,51,0,,88,107 -aes-50uF,50uF,ok,26,35,13,14,5,354,56672,491,26474.32,5,0,0,3,regional,3280,13150,207,488,yes,51,0,,107,107 -crc-5uF,5uF,ok,11,15,11,12,4,22,38528,442,10774.58,20,0,0,1,regional,209,767,68,158,yes,3,0,,9,39423 -crc-10uF,10uF,ok,11,15,11,12,3,25,38656,473,10637.35,9,0,0,1,regional,209,767,68,158,yes,3,0,,9,39423 -crc-50uF,50uF,ok,9,12,9,9,2,16,37568,445,10587.14,2,0,0,1,regional,159,571,50,106,yes,2,0,,4,39423 -rsa-5uF,5uF,ok,108,161,80,101,21,5349,181952,417,46183.19,100,0,0,8,regional,15046,61971,5098,15077,yes,32,5,g_cyphertext_len:1;g_block:1;g_product:5;__local_main.qn_arr.i:36;__local_main.qn_arr.i34:30,4913,32 -rsa-10uF,10uF,ok,114,169,70,87,19,3714,155488,439,46153.52,82,0,0,8,regional,13383,54928,4082,11823,yes,30,2,__local_main.qn_arr.i:30;__local_main.qn_arr.i34:23,3321,32 -rsa-50uF,50uF,ok,110,163,66,81,18,11704,159344,440,45873.92,67,0,0,8,regional,11947,48753,4121,11794,yes,27,5,g_A:26;g_B:26;g_product:2;__local_main.qn_arr.i:29;__local_main.qn_arr.i34:25,11320,32 -dijkstra-5uF,5uF,ok,17,24,10,13,3,74,43296,705,410347.3,413,0,0,4,regional,1082,4322,173,378,yes,36,0,,23,33447 -dijkstra-10uF,10uF,ok,17,24,10,13,3,75,42384,546,393484.22,197,0,0,4,regional,1082,4322,188,422,yes,39,0,,24,33447 -dijkstra-50uF,50uF,ok,17,24,10,13,3,73,43840,430,388013.27,57,0,0,4,regional,1082,4322,190,428,yes,39,0,,24,33447 -qsort-5uF,5uF,ok,17,24,15,18,5,40,42432,611,1248681.45,1428,0,0,2,regional,416,1596,139,356,yes,10,0,,21,27023 -qsort-10uF,10uF,ok,17,24,15,18,5,33,40864,534,1241661.28,922,0,0,2,regional,416,1596,139,356,yes,10,0,,12,27023 -qsort-50uF,50uF,ok,10,14,9,9,3,13,38800,444,1205150.79,640,0,0,2,regional,175,615,32,58,yes,1,1,g_checksum_sink:2,4,27023 -activity_recognition-5uF,5uF,ok,12,16,12,14,3,63,42096,526,34958.03,80,0,0,2,regional,728,2863,113,254,yes,8,1,lfsr_state:12,25,64 -activity_recognition-10uF,10uF,ok,16,22,11,12,3,46,41344,447,34476.82,38,0,0,2,regional,565,2164,119,260,yes,8,1,lfsr_state:11,15,64 -activity_recognition-50uF,50uF,ok,14,19,9,9,2,33,40304,456,33970.91,6,0,0,2,regional,473,1792,83,164,yes,6,1,lfsr_state:9,8,64 -bitcount-5uF,5uF,ok,61,92,44,59,17,354,73520,734,4611246.78,5568,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,157,52382 -bitcount-10uF,10uF,ok,61,92,44,59,17,361,80992,582,4550643.96,2693,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,163,52382 -bitcount-50uF,50uF,ok,61,92,44,59,17,393,75584,436,4505126.83,540,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,197,52382 -chacha20-5uF,5uF,ok,7,9,7,7,3,51,42128,421,1785.24,3,0,0,3,regional,986,3753,95,181,yes,17,0,,16,97 -chacha20-10uF,10uF,ok,5,6,5,4,1,23,39152,427,1648.41,0,0,0,3,regional,440,1578,32,40,yes,0,0,,6,97 -chacha20-50uF,50uF,ok,5,6,5,4,1,23,39120,502,1648.26,0,0,0,3,regional,440,1578,32,40,yes,0,0,,6,97 -fft-5uF,5uF,ok,37,52,25,29,7,222,57104,433,4353230.7,67,0,0,5,regional,1990,7818,567,1430,yes,18,1,g_checksum_sink:13,149,4953 -fft-10uF,10uF,ok,41,57,23,26,7,268,54480,437,4352913.98,34,0,0,5,regional,1878,7354,511,1247,yes,18,1,g_checksum_sink:19,196,4953 -fft-50uF,50uF,ok,41,57,23,26,7,190,52384,549,4341246.44,14,0,0,5,regional,1878,7354,511,1245,yes,18,1,g_checksum_sink:11,120,4953 -sensor_fusion-5uF,5uF,ok,177,268,5,5,2,53,39504,546,25335.84,2,0,0,1,regional,564,2228,14,24,yes,2,0,,3,613 -sensor_fusion-10uF,10uF,ok,174,264,3,2,1,40,36560,457,25155.74,0,0,0,1,regional,276,953,0,0,yes,0,0,,1,613 -sensor_fusion-50uF,50uF,ok,174,264,3,2,1,41,36560,420,25156.83,0,0,0,1,regional,276,953,0,0,yes,0,0,,1,613 -poly1305-5uF,5uF,ok,1,0,1,0,1,5,34096,409,20.18,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 -poly1305-10uF,10uF,ok,1,0,1,0,1,5,34064,398,20.18,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 -poly1305-50uF,50uF,ok,1,0,1,0,1,4,34064,418,20.19,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 +benchmark,capacitor,status,basic_blocks,edges,abstract_cfg_blocks,abstract_cfg_edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,candidate_globals,milp_allocation_mode,milp_variables,milp_constraints,milp_presolved_variables,milp_presolved_constraints,optimal_solution,distributed_checkpoints_inserted,vm_placed_globals,vm_placed_global_names,milp_solve_time_ms,result,run_attempts +aes-5uF,5uF,ok,26,35,9,10,5,243,47504,572,26701.64,0,0,0,3,regional,2475,10033,75,168,yes,51,0,,34,,1 +aes-10uF,10uF,ok,26,35,9,10,5,286,47120,440,26475.9,0,0,0,3,regional,2475,10033,86,194,yes,51,0,,35,,1 +aes-50uF,50uF,ok,20,27,5,4,1,89,41152,448,27126.08,0,0,0,3,regional,1195,4341,28,34,yes,0,2,g_ctx:5;g_buf:5,7,,1 +crc-5uF,5uF,ok,11,15,8,9,3,12,36784,444,10574.27,0,0,0,1,regional,146,540,30,72,yes,0,0,,4,,1 +crc-10uF,10uF,ok,9,12,6,6,2,10,35952,443,10591.08,0,0,0,1,regional,110,397,21,48,yes,0,0,,2,,1 +crc-50uF,50uF,ok,7,9,4,3,1,7,35040,435,10497.69,0,0,0,1,regional,61,202,5,7,yes,0,0,,1,,1 +rsa-5uF,5uF,ok,114,169,54,71,16,1731,111232,493,46087.79,0,0,0,8,regional,10270,42959,1835,5257,yes,26,3,g_A:1;__local_main.qn_arr.i:24;__local_main.qn_arr.i34:19,1467,,1 +rsa-10uF,10uF,ok,114,169,54,71,18,1702,112496,450,46580.02,0,0,0,8,regional,10270,42959,1726,4860,yes,28,4,g_base:1;g_product:2;__local_main.qn_arr.i:24;__local_main.qn_arr.i34:18,1369,,1 +rsa-50uF,50uF,ok,110,163,50,65,15,4741,129952,440,46433.62,0,0,0,8,regional,9013,37494,2755,8121,yes,26,2,__local_main.qn_arr.i:24;__local_main.qn_arr.i34:20,4531,,1 +dijkstra-5uF,5uF,ok,17,24,9,12,3,45,40496,421,27446.67,0,0,0,4,regional,961,3886,141,316,yes,39,0,,18,,1 +dijkstra-10uF,10uF,ok,17,24,9,12,3,46,40400,513,27027.6,0,0,0,4,regional,961,3886,143,320,yes,39,0,,18,,1 +dijkstra-50uF,50uF,ok,14,20,7,9,2,42,39904,519,27265.48,0,0,0,4,regional,674,2698,104,215,yes,34,0,,19,,1 +qsort-5uF,5uF,ok,13,18,6,6,3,9,36832,442,28926.37,0,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,2,,1 +qsort-10uF,10uF,ok,13,18,6,6,3,8,36464,500,28716.67,0,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,1,,1 +qsort-50uF,50uF,ok,13,18,6,6,3,8,36384,453,28587.94,0,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,1,,1 +activity_recognition-5uF,5uF,ok,16,22,8,9,3,25,39504,438,34312.84,0,0,0,2,regional,426,1647,59,124,yes,5,0,,10,,1 +activity_recognition-10uF,10uF,ok,16,22,8,9,3,25,38768,450,34118.34,0,0,0,2,regional,426,1647,59,124,yes,5,0,,11,,1 +activity_recognition-50uF,50uF,ok,14,19,6,6,2,17,37680,444,33800.97,0,0,0,2,regional,352,1343,39,72,yes,6,1,lfsr_state:6,5,,1 +bitcount-5uF,5uF,ok,51,77,26,36,11,267,58544,489,28608.62,0,0,0,1,regional,3049,13179,475,1356,yes,27,0,,206,,1 +bitcount-10uF,10uF,ok,49,74,24,33,11,505,56832,448,28322.22,0,0,0,1,regional,2619,11287,442,1257,yes,27,0,,454,,1 +bitcount-50uF,50uF,ok,44,67,20,27,2,375,52080,434,27585.25,0,0,0,1,regional,1856,7938,348,954,yes,3,0,,335,,1 +chacha20-5uF,5uF,ok,5,6,3,2,1,10,36144,436,1649.4,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,,1 +chacha20-10uF,10uF,ok,5,6,3,2,1,11,36032,418,1649.42,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,,1 +chacha20-50uF,50uF,ok,5,6,3,2,1,11,36000,411,1649.44,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,,1 +sensor_fusion-5uF,5uF,ok,174,264,174,263,4,143854,614784,456,26003.39,0,0,0,1,regional,24273,107846,21764,74008,yes,14,0,,142836,,1 +sensor_fusion-10uF,10uF,ok,177,268,4,4,2,13,37824,699,25470.52,0,0,0,1,regional,424,1675,8,14,yes,2,0,,2,,1 +sensor_fusion-50uF,50uF,ok,177,268,4,4,2,15,37616,454,25457.7,0,0,0,1,regional,424,1675,8,14,yes,2,0,,2,,1 +poly1305-5uF,5uF,ok,1,0,1,0,1,4,32928,431,21.93,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,,1 +poly1305-10uF,10uF,ok,1,0,1,0,1,4,32816,494,21.94,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,,1 +poly1305-50uF,50uF,ok,1,0,1,0,1,4,32832,392,21.93,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,,1 +cuckoo_filter-5uF,5uF,ok,18,26,5,5,2,12,36992,430,2595.71,0,0,0,1,regional,176,664,13,28,yes,4,0,,3,,1 +cuckoo_filter-10uF,10uF,ok,16,23,3,2,1,9,35760,454,2581.56,0,0,0,1,regional,106,369,5,7,yes,0,0,,2,,1 +cuckoo_filter-50uF,50uF,ok,16,23,3,2,1,8,35536,409,2581.5,0,0,0,1,regional,106,369,5,7,yes,0,0,,1,,1 +sha256_fixed-5uF,5uF,ok,27,39,21,27,7,129,53488,452,8105.82,0,0,0,3,regional,2996,12271,452,1130,yes,49,2,sched:1;g_hash:1,58,,1 +sha256_fixed-10uF,10uF,ok,36,51,12,15,6,84,48208,441,8007.62,0,0,0,3,regional,2129,8717,140,362,yes,26,0,,45,,1 +sha256_fixed-50uF,50uF,ok,27,39,6,6,1,33,39248,466,7999.61,0,0,0,3,regional,876,3286,30,43,yes,0,0,,10,,1 +stringsearch_fixed-5uF,5uF,ok,32,46,18,24,4,231,47744,451,36147.86,0,0,0,3,regional,930,3782,390,1041,yes,8,0,,194,,1 +stringsearch_fixed-10uF,10uF,ok,32,46,18,24,4,304,48480,444,36323.38,0,0,0,3,regional,930,3782,390,1041,yes,8,0,,266,,1 +stringsearch_fixed-50uF,50uF,ok,29,42,16,21,3,153,45424,506,34418.0,0,0,0,3,regional,757,3048,312,821,yes,3,1,len:16,121,,1 diff --git a/results/milp_debug.csv b/results/milp_debug.csv index a4d836cf..8b20d5a6 100644 --- a/results/milp_debug.csv +++ b/results/milp_debug.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,abstract_cfg_blocks,abstract_cfg_edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,candidate_globals,milp_allocation_mode,milp_variables,milp_constraints,milp_presolved_variables,milp_presolved_constraints,optimal_solution,distributed_checkpoints_inserted,vm_placed_globals,vm_placed_global_names,milp_solve_time_ms,result -aes-5uF,5uF,ok,23,31,15,17,6,474,60928,552,29989.01,64,0,0,3,regional,4398,17875,299,631,yes,96,0,,100,107 -aes-10uF,10uF,ok,23,31,13,14,4,367,53008,440,26982.56,24,0,0,3,regional,3285,13141,257,538,yes,51,0,,80,107 -aes-50uF,50uF,ok,26,35,13,14,5,340,52736,445,26474.76,5,0,0,3,regional,3280,13150,207,488,yes,51,0,,98,107 -crc-5uF,5uF,ok,11,15,11,12,4,23,38880,434,10775.65,20,0,0,1,regional,209,767,68,158,yes,3,0,,9,39423 -crc-10uF,10uF,ok,11,15,11,12,3,23,38768,431,10638.37,9,0,0,1,regional,209,767,68,158,yes,3,0,,9,39423 -crc-50uF,50uF,ok,9,12,9,9,2,15,37376,433,10587.82,2,0,0,1,regional,159,571,50,106,yes,2,0,,4,39423 -rsa-5uF,5uF,ok,108,161,80,101,21,5363,190256,450,46184.55,100,0,0,8,regional,15046,61971,5098,15077,yes,32,5,g_cyphertext_len:1;g_block:1;g_product:5;__local_main.qn_arr.i:36;__local_main.qn_arr.i34:30,4933,32 -rsa-10uF,10uF,ok,114,169,70,87,19,3722,160272,489,46155.11,82,0,0,8,regional,13383,54928,4082,11823,yes,30,2,__local_main.qn_arr.i:30;__local_main.qn_arr.i34:23,3321,32 -rsa-50uF,50uF,ok,110,163,66,81,18,11795,158496,404,45877.01,67,0,0,8,regional,11947,48753,4121,11794,yes,27,5,g_A:26;g_B:26;g_product:2;__local_main.qn_arr.i:29;__local_main.qn_arr.i34:25,11415,32 -dijkstra-5uF,5uF,ok,17,24,10,13,3,71,43168,435,409412.8,413,0,0,4,regional,1082,4322,173,378,yes,36,0,,23,33447 -dijkstra-10uF,10uF,ok,17,24,10,13,3,73,42480,420,394368.58,197,0,0,4,regional,1082,4322,188,422,yes,39,0,,24,33447 -dijkstra-50uF,50uF,ok,17,24,10,13,3,73,42880,407,387986.11,57,0,0,4,regional,1082,4322,190,428,yes,39,0,,24,33447 -qsort-5uF,5uF,ok,17,24,15,18,5,40,42736,404,1249181.61,1428,0,0,2,regional,416,1596,139,356,yes,10,0,,22,27023 -qsort-10uF,10uF,ok,17,24,15,18,5,35,41440,458,1242532.07,922,0,0,2,regional,416,1596,139,356,yes,10,0,,13,27023 -qsort-50uF,50uF,ok,10,14,9,9,3,17,38432,488,1203433.44,640,0,0,2,regional,175,615,32,58,yes,1,1,g_checksum_sink:2,5,27023 -activity_recognition-5uF,5uF,ok,12,16,12,14,3,54,42928,438,34961.28,80,0,0,2,regional,728,2863,113,254,yes,8,1,lfsr_state:12,22,64 -activity_recognition-10uF,10uF,ok,16,22,11,12,3,40,41472,441,34484.8,38,0,0,2,regional,565,2164,119,260,yes,8,1,lfsr_state:11,14,64 -activity_recognition-50uF,50uF,ok,14,19,9,9,2,36,40416,489,33976.96,6,0,0,2,regional,473,1792,83,164,yes,6,1,lfsr_state:9,9,64 -bitcount-5uF,5uF,ok,61,92,44,59,17,351,72768,438,4609661.91,5568,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,159,52382 -bitcount-10uF,10uF,ok,61,92,44,59,17,373,75072,684,4550351.68,2693,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,167,52382 -bitcount-50uF,50uF,ok,61,92,44,59,17,394,77696,449,4505797.11,540,0,0,1,regional,7005,30017,2050,6041,yes,38,0,,199,52382 -chacha20-5uF,5uF,ok,7,9,7,7,3,50,42000,547,1785.63,3,0,0,3,regional,986,3753,95,181,yes,17,0,,15,97 -chacha20-10uF,10uF,ok,5,6,5,4,1,23,39376,435,1648.66,0,0,0,3,regional,440,1578,32,40,yes,0,0,,6,97 -chacha20-50uF,50uF,ok,5,6,5,4,1,23,39376,408,1648.63,0,0,0,3,regional,440,1578,32,40,yes,0,0,,6,97 -fft-5uF,5uF,ok,37,52,25,29,7,224,56592,438,4353578.31,67,0,0,5,regional,1990,7818,567,1430,yes,18,1,g_checksum_sink:13,149,4953 -fft-10uF,10uF,ok,41,57,23,26,7,224,53920,437,4353791.31,34,0,0,5,regional,1878,7354,511,1247,yes,18,1,g_checksum_sink:19,154,4953 -fft-50uF,50uF,ok,41,57,23,26,7,194,52064,481,4342243.86,14,0,0,5,regional,1878,7354,511,1245,yes,18,1,g_checksum_sink:11,120,4953 -sensor_fusion-5uF,5uF,ok,177,268,5,5,2,46,40224,531,25341.57,2,0,0,1,regional,564,2228,14,24,yes,2,0,,3,613 -sensor_fusion-10uF,10uF,ok,174,264,3,2,1,36,36656,456,25159.03,0,0,0,1,regional,276,953,0,0,yes,0,0,,1,613 -sensor_fusion-50uF,50uF,ok,174,264,3,2,1,34,36672,503,25159.35,0,0,0,1,regional,276,953,0,0,yes,0,0,,1,613 -poly1305-5uF,5uF,ok,1,0,1,0,1,4,34112,396,20.19,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 -poly1305-10uF,10uF,ok,1,0,1,0,1,5,34032,428,20.19,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 -poly1305-50uF,50uF,ok,1,0,1,0,1,4,34176,415,20.19,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108 +benchmark,capacitor,status,basic_blocks,edges,abstract_cfg_blocks,abstract_cfg_edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,candidate_globals,milp_allocation_mode,milp_variables,milp_constraints,milp_presolved_variables,milp_presolved_constraints,optimal_solution,distributed_checkpoints_inserted,vm_placed_globals,vm_placed_global_names,milp_solve_time_ms,result,run_attempts +aes-5uF,5uF,ok,26,35,9,10,5,246,49008,653,26686.53,12,0,0,3,regional,2475,10033,75,168,yes,51,0,,36,107,1 +aes-10uF,10uF,ok,26,35,9,10,5,216,46880,468,26357.52,6,0,0,3,regional,2475,10033,86,194,yes,51,0,,30,107,1 +aes-50uF,50uF,ok,20,27,5,4,1,91,40848,500,27073.03,0,0,0,3,regional,1195,4341,28,34,yes,0,2,g_ctx:5;g_buf:5,7,107,1 +crc-5uF,5uF,ok,11,15,8,9,3,35,36976,510,10582.79,6,0,0,1,regional,146,540,30,72,yes,0,0,,7,39423,1 +crc-10uF,10uF,ok,9,12,6,6,2,10,35760,530,10594.14,2,0,0,1,regional,110,397,21,48,yes,0,0,,2,39423,1 +crc-50uF,50uF,ok,7,9,4,3,1,7,35136,487,10497.96,0,0,0,1,regional,61,202,5,7,yes,0,0,,1,39423,1 +rsa-5uF,5uF,ok,114,169,54,71,16,1750,108944,438,46748.52,79,0,0,8,regional,10270,42959,1835,5257,yes,26,2,__local_main.qn_arr.i:25;__local_main.qn_arr.i34:21,1484,32,1 +rsa-10uF,10uF,ok,114,169,54,71,16,1752,105392,469,47040.13,73,0,0,8,regional,10270,42959,1726,4860,yes,27,5,g_cyphertext_len:1;g_base:1;g_product:1;__local_main.qn_arr.i:24;__local_main.qn_arr.i34:19,1444,32,1 +rsa-50uF,50uF,ok,110,163,50,65,17,4776,129760,508,46506.27,67,0,0,8,regional,9013,37494,2755,8121,yes,27,6,g_cyphertext_len:1;g_block:1;g_A:1;g_product:1;__local_main.qn_arr.i:25;__local_main.qn_arr.i34:21,4521,32,1 +dijkstra-5uF,5uF,ok,17,24,9,12,3,44,40800,408,27520.04,21,0,0,4,regional,961,3886,141,316,yes,39,0,,19,3788,1 +dijkstra-10uF,10uF,ok,17,24,9,12,4,47,40240,436,27854.32,12,0,0,4,regional,961,3886,143,320,yes,41,0,,18,3788,1 +dijkstra-50uF,50uF,ok,14,20,7,9,2,42,40448,436,27269.48,4,0,0,4,regional,674,2698,104,215,yes,34,0,,20,3788,1 +qsort-5uF,5uF,ok,13,18,6,6,3,8,36400,448,28968.27,33,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,1,9987,1 +qsort-10uF,10uF,ok,13,18,6,6,3,7,36432,429,28738.58,15,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,1,9987,1 +qsort-50uF,50uF,ok,13,18,6,6,3,7,36416,437,28599.0,4,0,0,2,regional,130,470,4,6,yes,0,1,g_checksum_sink:2,1,9987,1 +activity_recognition-5uF,5uF,ok,16,22,8,9,3,24,38256,463,34347.55,26,0,0,2,regional,426,1647,59,124,yes,5,0,,9,64,1 +activity_recognition-10uF,10uF,ok,16,22,8,9,3,24,38336,450,34125.55,13,0,0,2,regional,426,1647,59,124,yes,5,0,,10,64,1 +activity_recognition-50uF,50uF,ok,14,19,6,6,2,18,37328,527,33812.65,2,0,0,2,regional,352,1343,39,72,yes,6,1,lfsr_state:6,6,64,1 +bitcount-5uF,5uF,ok,51,77,26,36,11,278,59136,443,28629.6,18,0,0,1,regional,3049,13179,475,1356,yes,27,0,,211,14121,1 +bitcount-10uF,10uF,ok,49,74,24,33,11,476,57152,423,28333.09,12,0,0,1,regional,2619,11287,442,1257,yes,27,0,,416,14121,1 +bitcount-50uF,50uF,ok,44,67,20,27,2,417,52048,443,27611.65,8,0,0,1,regional,1856,7938,348,954,yes,3,0,,377,14121,1 +chacha20-5uF,5uF,ok,5,6,3,2,1,10,36048,496,1649.76,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,97,1 +chacha20-10uF,10uF,ok,5,6,3,2,1,11,36208,417,1649.92,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,97,1 +chacha20-50uF,50uF,ok,5,6,3,2,1,11,36272,430,1649.89,0,0,0,3,regional,285,997,11,15,yes,0,0,,2,97,1 +sensor_fusion-5uF,5uF,ok,174,264,174,263,4,140934,531104,468,25944.4,50,0,0,1,regional,24273,107846,21764,74008,yes,14,1,g_output:174,139986,613,1 +sensor_fusion-10uF,10uF,ok,177,268,4,4,2,27,38816,615,25610.76,16,0,0,1,regional,424,1675,8,14,yes,2,1,g_output:4,6,613,1 +sensor_fusion-50uF,50uF,ok,177,268,4,4,2,12,38144,437,25111.08,2,0,0,1,regional,424,1675,8,14,yes,2,1,g_output:4,2,613,1 +poly1305-5uF,5uF,ok,1,0,1,0,1,3,32864,420,21.94,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108,1 +poly1305-10uF,10uF,ok,1,0,1,0,1,3,32880,405,21.93,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108,1 +poly1305-50uF,50uF,ok,1,0,1,0,1,3,32896,520,21.94,0,0,0,2,regional,8,17,0,0,yes,0,0,,0,108,1 +cuckoo_filter-5uF,5uF,ok,18,26,5,5,2,11,36304,436,2598.88,2,0,0,1,regional,176,664,13,28,yes,4,0,,3,256,1 +cuckoo_filter-10uF,10uF,ok,16,23,3,2,1,8,35456,500,2581.94,0,0,0,1,regional,106,369,5,7,yes,0,0,,1,256,1 +cuckoo_filter-50uF,50uF,ok,16,23,3,2,1,7,35696,419,2581.74,0,0,0,1,regional,106,369,5,7,yes,0,0,,1,256,1 +sha256_fixed-5uF,5uF,ok,27,39,21,27,7,123,50240,449,8102.62,4,0,0,3,regional,2996,12271,452,1130,yes,49,0,,56,244,1 +sha256_fixed-10uF,10uF,ok,36,51,12,15,6,101,46672,731,7993.78,2,0,0,3,regional,2129,8717,140,362,yes,26,0,,44,244,1 +sha256_fixed-50uF,50uF,ok,27,39,6,6,1,33,39936,482,7984.34,0,0,0,3,regional,876,3286,30,43,yes,0,0,,9,244,1 +stringsearch_fixed-5uF,5uF,ok,32,46,18,24,4,198,48496,475,36246.06,76,0,0,3,regional,930,3782,390,1041,yes,8,0,,161,20,1 +stringsearch_fixed-10uF,10uF,ok,32,46,18,24,5,318,49520,415,35763.84,59,0,0,3,regional,930,3782,390,1041,yes,8,0,,284,20,1 +stringsearch_fixed-50uF,50uF,ok,29,42,16,21,2,168,45344,522,34455.12,26,0,0,3,regional,757,3048,312,821,yes,1,1,len:16,137,20,1 diff --git a/results/plots/execution_time_10uF_normalized.pdf b/results/plots/execution_time_10uF_normalized.pdf index ac5b6cef..e8d14b49 100644 Binary files a/results/plots/execution_time_10uF_normalized.pdf and b/results/plots/execution_time_10uF_normalized.pdf differ diff --git a/results/plots/execution_time_50uF_normalized.pdf b/results/plots/execution_time_50uF_normalized.pdf index 1f06ff57..2ed394e7 100644 Binary files a/results/plots/execution_time_50uF_normalized.pdf and b/results/plots/execution_time_50uF_normalized.pdf differ diff --git a/results/plots/execution_time_5uF_normalized.pdf b/results/plots/execution_time_5uF_normalized.pdf index 0e86560d..ace57c61 100644 Binary files a/results/plots/execution_time_5uF_normalized.pdf and b/results/plots/execution_time_5uF_normalized.pdf differ diff --git a/results/plots/runtime_region_boundary_calls_10uF_normalized.pdf b/results/plots/runtime_region_boundary_calls_10uF_normalized.pdf index 17a9104c..22794643 100644 Binary files a/results/plots/runtime_region_boundary_calls_10uF_normalized.pdf and b/results/plots/runtime_region_boundary_calls_10uF_normalized.pdf differ diff --git a/results/plots/runtime_region_boundary_calls_50uF_normalized.pdf b/results/plots/runtime_region_boundary_calls_50uF_normalized.pdf index 331f5a5a..eee8204e 100644 Binary files a/results/plots/runtime_region_boundary_calls_50uF_normalized.pdf and b/results/plots/runtime_region_boundary_calls_50uF_normalized.pdf differ diff --git a/results/plots/runtime_region_boundary_calls_5uF_normalized.pdf b/results/plots/runtime_region_boundary_calls_5uF_normalized.pdf index ac577ddf..6c7666f2 100644 Binary files a/results/plots/runtime_region_boundary_calls_5uF_normalized.pdf and b/results/plots/runtime_region_boundary_calls_5uF_normalized.pdf differ diff --git a/results/rockclimb.csv b/results/rockclimb.csv index f2bfd8b0..8b7aedb1 100644 --- a/results/rockclimb.csv +++ b/results/rockclimb.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,result -aes-5uF,5uF,ok,382,569,11,5,31296,0,33205.51,0, -aes-10uF,10uF,ok,322,478,12,4,30896,0,35161.58,0, -aes-50uF,50uF,ok,401,594,17,6,33392,0,37128.04,0, -crc-5uF,5uF,ok,225,309,8,2,24176,0,16811.77,0, -crc-10uF,10uF,ok,225,309,8,2,24208,0,16811.91,0, -crc-50uF,50uF,ok,225,309,8,2,24048,0,16809.67,0, -rsa-5uF,5uF,ok,205,292,32,2,24832,0,328872.99,0, -rsa-10uF,10uF,ok,205,292,32,2,24944,0,327680.72,0, -rsa-50uF,50uF,ok,205,292,32,2,24816,0,327219.37,0, -dijkstra-5uF,5uF,ok,17,24,4,0,22704,0,1508881.07,0, -dijkstra-10uF,10uF,ok,17,24,4,0,22752,0,1510567.94,0, -dijkstra-50uF,50uF,ok,17,24,4,0,22640,0,1509881.41,0, -qsort-5uF,5uF,ok,27,36,5,1,23232,0,2256211.82,0, -qsort-10uF,10uF,ok,27,36,5,1,23280,0,2255567.45,0, -qsort-50uF,50uF,ok,27,36,5,0,23280,0,2255978.98,0, -activity_recognition-5uF,5uF,ok,581,791,5,6,26960,0,41304.65,0, -activity_recognition-10uF,10uF,ok,946,1302,6,9,29904,0,45359.74,0, -activity_recognition-50uF,50uF,ok,1466,2021,8,18,33424,0,45086.56,0, -bitcount-5uF,5uF,ok,72,107,14,1,23920,0,17283467.03,0, -bitcount-10uF,10uF,ok,72,107,14,1,23984,0,17283219.14,0, -bitcount-50uF,50uF,ok,72,107,14,1,23808,0,17281888.38,0, -chacha20-5uF,5uF,ok,9,11,3,3,26000,0,1860.32,0, -chacha20-10uF,10uF,ok,9,11,3,3,26160,0,1860.29,0, -chacha20-50uF,50uF,ok,9,11,3,3,26064,0,1860.27,0, -fft-5uF,5uF,ok,99,134,11,2,26240,0,4799877.59,0, -fft-10uF,10uF,ok,99,134,11,2,26320,0,4800497.0,0, -fft-50uF,50uF,ok,99,134,11,2,26272,0,4801379.78,0, -sensor_fusion-5uF,5uF,ok,1941,2883,2,9,34880,0,27636.96,0, -sensor_fusion-10uF,10uF,ok,1941,2883,2,8,34944,0,27639.04,0, -sensor_fusion-50uF,50uF,ok,1941,2883,2,8,34896,0,27638.73,0, -poly1305-5uF,5uF,ok,1,0,0,0,22368,0,20.43,0, -poly1305-10uF,10uF,ok,1,0,0,0,22416,0,20.43,0, -poly1305-50uF,50uF,ok,1,0,0,0,22336,0,20.43,0, +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,result,run_attempts +aes-5uF,5uF,ok,373,552,15,6,32816,0,41736.0,0,,1 +aes-10uF,10uF,ok,401,594,17,6,33568,0,41489.3,0,,1 +aes-50uF,50uF,ok,401,594,17,6,33536,0,41486.3,0,,1 +crc-5uF,5uF,ok,225,309,8,2,24160,0,20741.15,0,,1 +crc-10uF,10uF,ok,225,309,8,2,24176,0,20742.7,0,,1 +crc-50uF,50uF,ok,225,309,8,2,24080,0,20741.49,0,,1 +rsa-5uF,5uF,ok,206,293,32,2,24864,0,381301.19,0,,1 +rsa-10uF,10uF,ok,206,293,32,2,24864,0,382068.94,0,,1 +rsa-50uF,50uF,ok,206,293,32,2,24880,0,380035.98,0,,1 +dijkstra-5uF,5uF,ok,17,24,4,0,22704,0,404347.42,0,,1 +dijkstra-10uF,10uF,ok,17,24,4,0,22720,0,404207.91,0,,1 +dijkstra-50uF,50uF,ok,17,24,4,0,22736,0,403768.55,0,,1 +qsort-5uF,5uF,ok,27,36,5,0,23296,0,68056.44,0,,1 +qsort-10uF,10uF,ok,27,36,5,1,23408,0,68054.76,0,,1 +qsort-50uF,50uF,ok,27,36,5,0,23264,0,68054.11,0,,1 +activity_recognition-5uF,5uF,ok,1277,1760,7,14,32592,0,50106.13,0,,1 +activity_recognition-10uF,10uF,ok,1466,2021,8,18,33520,0,50079.93,0,,1 +activity_recognition-50uF,50uF,ok,1466,2021,8,19,33472,0,50074.87,0,,1 +bitcount-5uF,5uF,ok,72,107,14,1,23968,0,145756.55,0,,1 +bitcount-10uF,10uF,ok,72,107,14,1,23888,0,145750.34,0,,1 +bitcount-50uF,50uF,ok,72,107,14,1,23936,0,145752.88,0,,1 +chacha20-5uF,5uF,ok,9,11,3,3,26064,0,1958.22,0,,1 +chacha20-10uF,10uF,ok,9,11,3,3,26176,0,1958.16,0,,1 +chacha20-50uF,50uF,ok,9,11,3,3,26064,0,1958.16,0,,1 +sensor_fusion-5uF,5uF,ok,491,728,2,2,25904,0,28216.79,0,,1 +sensor_fusion-10uF,10uF,ok,1458,2165,2,6,31200,0,27656.37,0,,1 +sensor_fusion-50uF,50uF,ok,1941,2883,2,8,34864,0,27729.12,0,,1 +poly1305-5uF,5uF,ok,1,0,0,0,22384,0,22.13,0,,1 +poly1305-10uF,10uF,ok,1,0,0,0,22464,0,22.13,0,,1 +poly1305-50uF,50uF,ok,1,0,0,0,22432,0,22.12,0,,1 +cuckoo_filter-5uF,5uF,ok,31,47,4,0,22944,0,5340.86,0,,1 +cuckoo_filter-10uF,10uF,ok,31,47,4,0,23008,0,5341.42,0,,1 +cuckoo_filter-50uF,50uF,ok,31,47,4,0,23008,0,5340.91,0,,1 +sha256_fixed-5uF,5uF,ok,67,94,10,7,28128,0,9484.0,0,,1 +sha256_fixed-10uF,10uF,ok,67,94,10,7,28192,0,9484.04,0,,1 +sha256_fixed-50uF,50uF,ok,67,94,10,7,28192,0,9483.81,0,,1 +stringsearch_fixed-5uF,5uF,ok,41,60,8,1,22848,0,444165.07,0,,1 +stringsearch_fixed-10uF,10uF,ok,41,60,8,1,22800,0,448078.9,0,,1 +stringsearch_fixed-50uF,50uF,ok,41,60,8,1,22864,0,445111.53,0,,1 diff --git a/results/rockclimb_debug.csv b/results/rockclimb_debug.csv index 9ba2344a..e62d4a3e 100644 --- a/results/rockclimb_debug.csv +++ b/results/rockclimb_debug.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,result -aes-5uF,5uF,ok,382,569,11,5,31344,0,34261.08,714,107 -aes-10uF,10uF,ok,322,478,12,4,30448,0,36213.2,812,107 -aes-50uF,50uF,ok,401,594,17,6,33552,0,38420.53,908,107 -crc-5uF,5uF,ok,225,309,8,2,24096,0,17809.57,825,39423 -crc-10uF,10uF,ok,225,309,8,2,24160,0,17808.71,825,39423 -crc-50uF,50uF,ok,225,309,8,2,24112,0,17809.38,825,39423 -rsa-5uF,5uF,ok,205,292,32,2,24944,0,341812.89,11649,32 -rsa-10uF,10uF,ok,205,292,32,2,24816,0,342154.94,11649,32 -rsa-50uF,50uF,ok,205,292,32,2,24960,0,341877.7,11649,32 -dijkstra-5uF,5uF,ok,17,24,4,0,22784,0,1665259.39,121836,33447 -dijkstra-10uF,10uF,ok,17,24,4,0,22768,0,1666316.22,121836,33447 -dijkstra-50uF,50uF,ok,17,24,4,0,22752,0,1668271.84,121836,33447 -qsort-5uF,5uF,ok,27,36,5,0,23200,0,2363433.07,106371,27023 -qsort-10uF,10uF,ok,27,36,5,0,23296,0,2364077.64,106371,27023 -qsort-50uF,50uF,ok,27,36,5,0,23296,0,2363428.51,106371,27023 -activity_recognition-5uF,5uF,ok,581,791,5,6,26928,0,41622.33,341,64 -activity_recognition-10uF,10uF,ok,946,1302,6,9,29888,0,46697.21,1067,64 -activity_recognition-50uF,50uF,ok,1466,2021,8,18,33552,0,46350.42,1049,64 -bitcount-5uF,5uF,ok,72,107,14,1,23920,0,18897038.48,1246544,52382 -bitcount-10uF,10uF,ok,72,107,14,2,23984,0,18897108.79,1246544,52382 -bitcount-50uF,50uF,ok,72,107,14,2,23968,0,18897825.46,1246544,52382 -chacha20-5uF,5uF,ok,9,11,3,3,26128,0,1885.12,20,97 -chacha20-10uF,10uF,ok,9,11,3,3,26176,0,1885.21,20,97 -chacha20-50uF,50uF,ok,9,11,3,3,26112,0,1885.05,20,97 -fft-5uF,5uF,ok,99,134,11,2,26288,0,4803277.51,265,0 -fft-10uF,10uF,ok,99,134,11,2,26224,0,4803729.69,265,0 -fft-50uF,50uF,ok,99,134,11,2,26288,0,4803544.03,265,0 -sensor_fusion-5uF,5uF,ok,1941,2883,2,9,34992,0,27388.36,14,613 -sensor_fusion-10uF,10uF,ok,1941,2883,2,9,34848,0,27388.56,14,613 -sensor_fusion-50uF,50uF,ok,1941,2883,2,9,34944,0,27387.36,14,613 -poly1305-5uF,5uF,ok,1,0,0,0,22432,0,20.36,0,108 -poly1305-10uF,10uF,ok,1,0,0,0,22384,0,20.37,0,108 -poly1305-50uF,50uF,ok,1,0,0,0,22464,0,20.37,0,108 +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,result,run_attempts +aes-5uF,5uF,ok,373,552,15,6,32720,0,43012.85,910,107,1 +aes-10uF,10uF,ok,401,594,17,6,33520,0,42716.96,908,107,1 +aes-50uF,50uF,ok,401,594,17,6,33456,0,42716.47,908,107,1 +crc-5uF,5uF,ok,225,309,8,2,24080,0,21732.65,825,39423,1 +crc-10uF,10uF,ok,225,309,8,2,24256,0,21731.17,825,39423,1 +crc-50uF,50uF,ok,225,309,8,2,24160,0,21731.32,825,39423,1 +rsa-5uF,5uF,ok,206,293,32,2,24800,0,398031.7,11649,32,1 +rsa-10uF,10uF,ok,206,293,32,2,24832,0,397679.49,11649,32,1 +rsa-50uF,50uF,ok,206,293,32,2,24848,0,397262.14,11649,32,1 +dijkstra-5uF,5uF,ok,17,24,4,0,22800,0,422641.29,14855,3788,1 +dijkstra-10uF,10uF,ok,17,24,4,0,22688,0,422986.12,14855,3788,1 +dijkstra-50uF,50uF,ok,17,24,4,0,22688,0,423280.31,14855,3788,1 +qsort-5uF,5uF,ok,27,36,5,1,23392,0,71670.36,2747,9987,1 +qsort-10uF,10uF,ok,27,36,5,1,23280,0,71674.14,2747,9987,1 +qsort-50uF,50uF,ok,27,36,5,1,23392,0,71675.62,2747,9987,1 +activity_recognition-5uF,5uF,ok,1277,1760,7,15,32592,0,51397.47,1055,64,1 +activity_recognition-10uF,10uF,ok,1466,2021,8,19,33488,0,51277.86,1049,64,1 +activity_recognition-50uF,50uF,ok,1466,2021,8,20,33552,0,51276.98,1049,64,1 +bitcount-5uF,5uF,ok,72,107,14,1,24128,0,326149.54,7871,14121,1 +bitcount-10uF,10uF,ok,72,107,14,1,23936,0,326066.23,7871,14121,1 +bitcount-50uF,50uF,ok,72,107,14,1,23984,0,326705.89,7871,14121,2 +chacha20-5uF,5uF,ok,9,11,3,3,26144,0,1981.77,20,97,1 +chacha20-10uF,10uF,ok,9,11,3,3,26032,0,1981.77,20,97,1 +chacha20-50uF,50uF,ok,9,11,3,3,26160,0,1981.86,20,97,1 +sensor_fusion-5uF,5uF,ok,491,728,2,2,25920,0,28294.04,51,613,1 +sensor_fusion-10uF,10uF,ok,1458,2165,2,7,31200,0,27681.38,18,613,1 +sensor_fusion-50uF,50uF,ok,1941,2883,2,9,35056,0,27751.98,14,613,1 +poly1305-5uF,5uF,ok,1,0,0,0,22432,0,22.31,0,108,1 +poly1305-10uF,10uF,ok,1,0,0,0,22432,0,22.31,0,108,1 +poly1305-50uF,50uF,ok,1,0,0,0,22336,0,22.31,0,108,1 +cuckoo_filter-5uF,5uF,ok,31,47,4,0,22864,0,5524.75,183,256,1 +cuckoo_filter-10uF,10uF,ok,31,47,4,0,22832,0,5525.29,183,256,1 +cuckoo_filter-50uF,50uF,ok,31,47,4,0,22976,0,5525.24,183,256,1 +sha256_fixed-5uF,5uF,ok,67,94,10,7,28240,0,9627.52,89,244,1 +sha256_fixed-10uF,10uF,ok,67,94,10,7,28256,0,9627.17,89,244,1 +sha256_fixed-50uF,50uF,ok,67,94,10,7,28176,0,9627.27,89,244,1 +stringsearch_fixed-5uF,5uF,ok,41,60,8,1,22688,0,464781.93,17481,20,1 +stringsearch_fixed-10uF,10uF,ok,41,60,8,1,22704,0,465284.21,17481,20,1 +stringsearch_fixed-50uF,50uF,ok,41,60,8,1,22816,0,465308.18,17481,20,1 diff --git a/results/schematic.csv b/results/schematic.csv index 9eda7414..3c9692c9 100644 --- a/results/schematic.csv +++ b/results/schematic.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted -aes-5uF,5uF,ok,126,165,11,12,31408,557,468256.45,0,0,0,0,0,,272,11,39,1,32 -aes-10uF,10uF,ok,126,165,10,12,31408,557,423634.99,0,0,0,0,0,,272,9,39,1,31 -aes-50uF,50uF,ok,126,165,10,11,31328,557,455380.49,0,0,0,0,0,,272,8,39,1,27 -crc-5uF,5uF,ok,28,35,3,1,29600,531,79815.65,0,0,0,0,0,,19,2,5,1,3 -crc-10uF,10uF,ok,28,35,3,1,29568,531,71498.68,0,0,0,0,0,,19,1,5,1,3 -crc-50uF,50uF,ok,28,35,2,1,29488,531,69649.47,0,0,0,0,0,,19,1,5,1,2 -rsa-5uF,5uF,ok,252,341,6,311,31600,469,94046.17,0,0,0,0,0,,116,6,40,1,6 -rsa-10uF,10uF,ok,252,341,9,348,31808,469,92799.11,0,0,0,0,0,,116,7,40,1,9 -rsa-50uF,50uF,ok,252,341,9,108,31712,469,92078.03,0,0,0,0,0,,116,5,40,1,9 -dijkstra-5uF,5uF,ok,32,41,2,2,29616,500,1005038.07,0,0,0,0,0,,22,2,4,1,2 -dijkstra-10uF,10uF,ok,32,41,2,3,29632,500,977508.98,0,0,0,0,0,,22,1,4,1,2 -dijkstra-50uF,50uF,ok,32,41,2,3,29616,500,965526.69,0,0,0,0,0,,22,1,4,1,2 -qsort-5uF,5uF,ok,21,25,5,1,29904,457,1552157.59,0,0,0,0,0,,14,2,4,1,5 -qsort-10uF,10uF,ok,21,25,5,1,29968,457,1537104.54,0,0,0,0,0,,14,2,4,1,5 -qsort-50uF,50uF,ok,21,25,4,1,29872,457,1353321.81,0,0,0,0,0,,14,2,4,1,4 -activity_recognition-5uF,5uF,ok,224,301,7,21,31232,593,87825.77,0,0,0,0,0,,95,7,24,1,16 -activity_recognition-10uF,10uF,ok,224,301,6,23,31376,593,87417.05,0,0,0,0,0,,95,6,24,1,15 -activity_recognition-50uF,50uF,ok,224,301,6,23,31200,593,87417.42,0,0,0,0,0,,95,6,24,1,15 -bitcount-5uF,5uF,ok,38,52,2,3,29840,551,10674192.15,0,0,0,0,0,,25,2,6,1,2 -bitcount-10uF,10uF,ok,38,52,2,3,29824,551,9519633.53,0,0,0,0,0,,25,1,6,1,2 -bitcount-50uF,50uF,ok,38,52,2,3,29840,551,9110601.92,0,0,0,0,0,,25,1,6,1,2 -chacha20-5uF,5uF,ok,32,40,2,2,30128,601,2973.01,0,0,0,0,0,,49,1,6,1,2 -chacha20-10uF,10uF,ok,32,40,1,2,30176,601,2926.13,0,0,0,0,0,,49,1,6,1,1 -chacha20-50uF,50uF,ok,32,40,0,3,30176,601,2908.69,0,0,0,0,0,,49,0,6,1,0 -fft-5uF,5uF,ok,77,100,13,4,30352,523,4811798.56,0,0,0,0,0,,71,8,17,1,13 -fft-10uF,10uF,ok,77,100,9,4,30352,523,4798630.43,0,0,0,0,0,,71,8,17,1,9 -fft-50uF,50uF,ok,77,100,5,4,30368,523,4823212.21,0,0,0,0,0,,71,3,17,1,5 -sensor_fusion-5uF,5uF,ok,381,563,1,4211,33568,543,31575.59,0,0,0,0,0,,28,0,1,1,4 -sensor_fusion-10uF,10uF,ok,381,563,1,4172,33072,543,31560.34,0,0,0,0,0,,28,0,1,1,4 -sensor_fusion-50uF,50uF,ok,381,563,0,4063,33472,543,31291.74,0,0,0,0,0,,28,0,1,1,0 -poly1305-5uF,5uF,ok,28,36,8,3,30544,595,2435.28,0,0,0,0,0,,120,5,4,1,16 -poly1305-10uF,10uF,ok,28,36,5,3,30480,595,2377.23,0,0,0,0,0,,120,5,4,1,10 -poly1305-50uF,50uF,ok,28,36,5,3,30528,595,2377.31,0,0,0,0,0,,120,5,4,1,10 +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted,run_attempts +aes-5uF,5uF,ok,126,165,9,11,31456,602,457358.19,0,0,0,0,0,,272,9,39,1,26,1 +aes-10uF,10uF,ok,126,165,10,11,31424,602,456865.67,0,0,0,0,0,,272,8,39,1,27,1 +aes-50uF,50uF,ok,126,165,8,11,31440,602,461120.01,0,0,0,0,0,,272,8,39,1,25,1 +crc-5uF,5uF,ok,28,35,3,1,29440,581,72286.12,0,0,0,0,0,,19,1,5,1,3,1 +crc-10uF,10uF,ok,28,35,3,1,29440,581,70569.28,0,0,0,0,0,,19,1,5,1,3,1 +crc-50uF,50uF,ok,28,35,2,1,29504,581,69825.84,0,0,0,0,0,,19,1,5,1,2,1 +rsa-5uF,5uF,ok,252,341,9,411,32032,794,93178.46,0,0,0,0,0,,116,7,40,1,9,1 +rsa-10uF,10uF,ok,252,341,9,350,31696,794,92634.31,0,0,0,0,0,,116,7,40,1,9,1 +rsa-50uF,50uF,ok,252,341,7,110,31680,794,92542.2,0,0,0,0,0,,116,5,40,1,7,1 +dijkstra-5uF,5uF,ok,32,41,2,2,29600,852,97213.99,0,0,0,0,0,,22,1,4,1,2,1 +dijkstra-10uF,10uF,ok,32,41,2,2,29552,852,95569.73,0,0,0,0,0,,22,1,4,1,2,1 +dijkstra-50uF,50uF,ok,32,41,2,2,29552,852,94907.51,0,0,0,0,0,,22,1,4,1,2,1 +qsort-5uF,5uF,ok,21,25,2,1,29936,672,35046.87,0,0,0,0,0,,14,2,4,1,2,1 +qsort-10uF,10uF,ok,21,25,1,1,29904,672,34590.2,0,0,0,0,0,,14,1,4,1,1,1 +qsort-50uF,50uF,ok,21,25,1,1,29952,672,33411.76,0,0,0,0,0,,14,0,4,1,1,1 +activity_recognition-5uF,5uF,ok,224,301,6,23,31216,725,88156.84,0,0,0,0,0,,95,6,24,1,15,1 +activity_recognition-10uF,10uF,ok,224,301,6,22,31232,725,88157.38,0,0,0,0,0,,95,6,24,1,15,1 +activity_recognition-50uF,50uF,ok,224,301,6,23,31152,725,88162.32,0,0,0,0,0,,95,6,24,1,15,1 +bitcount-5uF,5uF,ok,38,52,2,3,29776,759,61434.55,0,0,0,0,0,,25,1,6,1,2,1 +bitcount-10uF,10uF,ok,38,52,2,3,29808,759,58577.52,0,0,0,0,0,,25,1,6,1,2,1 +bitcount-50uF,50uF,ok,38,52,2,3,29696,759,57410.5,0,0,0,0,0,,25,1,6,1,2,1 +chacha20-5uF,5uF,ok,32,40,1,2,30160,737,2937.49,0,0,0,0,0,,49,1,6,1,1,1 +chacha20-10uF,10uF,ok,32,40,1,11,30032,737,2937.37,0,0,0,0,0,,49,1,6,1,1,1 +chacha20-50uF,50uF,ok,32,40,0,3,30144,737,2911.03,0,0,0,0,0,,49,0,6,1,0,1 +sensor_fusion-5uF,5uF,ok,381,563,1,4220,33184,747,32059.36,0,0,0,0,0,,28,1,1,1,4,1 +sensor_fusion-10uF,10uF,ok,381,563,1,4184,33200,747,31574.31,0,0,0,0,0,,28,0,1,1,4,1 +sensor_fusion-50uF,50uF,ok,381,563,1,4166,33200,747,31584.9,0,0,0,0,0,,28,0,1,1,4,1 +poly1305-5uF,5uF,ok,28,36,5,3,30400,701,2379.94,0,0,0,0,0,,120,5,4,1,10,1 +poly1305-10uF,10uF,ok,28,36,5,3,30480,701,2380.08,0,0,0,0,0,,120,5,4,1,10,1 +poly1305-50uF,50uF,ok,28,36,5,3,30464,701,2380.1,0,0,0,0,0,,120,5,4,1,10,1 +cuckoo_filter-5uF,5uF,ok,74,96,4,11,30192,736,15439.25,0,0,0,0,0,,78,2,11,1,4,1 +cuckoo_filter-10uF,10uF,ok,74,96,4,9,30240,736,15306.8,0,0,0,0,0,,78,2,11,1,4,1 +cuckoo_filter-50uF,50uF,ok,74,96,1,8,30240,736,14946.86,0,0,0,0,0,,78,1,11,1,1,1 +sha256_fixed-5uF,5uF,ok,60,80,6,3,30464,725,9562.78,0,0,0,0,0,,72,6,13,1,12,1 +sha256_fixed-10uF,10uF,ok,60,80,6,3,30400,725,9563.42,0,0,0,0,0,,72,6,13,1,12,1 +sha256_fixed-50uF,50uF,ok,60,80,6,3,30336,725,9562.97,0,0,0,0,0,,72,6,13,1,12,1 +stringsearch_fixed-5uF,5uF,ok,49,63,7,2,29664,678,113186.65,0,0,0,0,0,,25,5,9,1,7,1 +stringsearch_fixed-10uF,10uF,ok,49,63,3,2,29584,678,82253.84,0,0,0,0,0,,25,3,9,1,3,1 +stringsearch_fixed-50uF,50uF,ok,49,63,2,4,29712,678,84010.35,0,0,0,0,0,,25,1,9,1,2,1 diff --git a/results/schematicO3.csv b/results/schematicO3.csv index bc38ea38..ee5c3bfe 100644 --- a/results/schematicO3.csv +++ b/results/schematicO3.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted -aes-5uF,5uF,ok,20,27,8,1,30256,548,31501.52,0,0,0,0,0,,3,5,7,1,8 -aes-10uF,10uF,ok,20,27,4,1,30240,548,29647.49,0,0,0,0,0,,3,3,7,1,4 -aes-50uF,50uF,ok,20,27,3,1,30096,548,28871.31,0,0,0,0,0,,3,1,7,1,3 -crc-5uF,5uF,ok,7,9,4,0,29376,461,13068.52,0,0,0,0,0,,2,2,3,1,4 -crc-10uF,10uF,ok,7,9,4,0,29456,461,12965.61,0,0,0,0,0,,2,2,3,1,4 -crc-50uF,50uF,ok,7,9,3,0,29376,461,12417.62,0,0,0,0,0,,2,2,3,1,3 -rsa-5uF,5uF,failed,,,,,,,,,,,,,,,,,, -rsa-10uF,10uF,failed,,,,,,,,,,,,,,,,,, -rsa-50uF,50uF,failed,,,,,,,,,,,,,,,,,, -dijkstra-5uF,5uF,ok,14,20,2,1,29536,480,401379.98,0,0,0,0,0,,5,1,3,1,2 -dijkstra-10uF,10uF,ok,14,20,2,1,29648,480,396523.18,0,0,0,0,0,,5,1,3,1,2 -dijkstra-50uF,50uF,ok,14,20,2,1,29504,480,395625.62,0,0,0,0,0,,5,1,3,1,2 -qsort-5uF,5uF,ok,10,14,6,0,29904,460,1502192.85,0,0,0,0,0,,2,3,4,1,6 -qsort-10uF,10uF,ok,10,14,6,0,29888,460,1496826.71,0,0,0,0,0,,2,3,4,1,6 -qsort-50uF,50uF,ok,10,14,3,0,29840,460,1248082.81,0,0,0,0,0,,2,3,4,1,3 -activity_recognition-5uF,5uF,ok,12,16,3,1,29744,448,35775.04,0,0,0,0,0,,11,3,4,1,3 -activity_recognition-10uF,10uF,ok,12,16,2,1,29808,448,35768.84,0,0,0,0,0,,11,2,4,1,2 -activity_recognition-50uF,50uF,ok,12,16,3,1,29776,448,35092.05,0,0,0,0,0,,11,1,4,1,3 -bitcount-5uF,5uF,ok,44,67,9,2,29744,534,5165467.29,0,0,0,0,0,,2,1,13,1,9 -bitcount-10uF,10uF,ok,44,67,9,2,29664,534,5108835.66,0,0,0,0,0,,2,1,13,1,9 -bitcount-50uF,50uF,ok,44,67,9,2,29744,534,5076533.94,0,0,0,0,0,,2,1,13,1,9 -chacha20-5uF,5uF,ok,5,6,1,0,29600,561,1850.25,0,0,0,0,0,,3,0,2,1,1 -chacha20-10uF,10uF,ok,5,6,0,0,29616,561,1856.26,0,0,0,0,0,,3,0,2,1,0 -chacha20-50uF,50uF,ok,5,6,0,0,29520,561,1856.33,0,0,0,0,0,,3,0,2,1,0 -fft-5uF,5uF,ok,33,46,10,1,29808,550,4783706.78,0,0,0,0,0,,4,9,10,1,10 -fft-10uF,10uF,ok,33,46,6,1,29872,550,4794165.17,0,0,0,0,0,,4,6,10,1,6 -fft-50uF,50uF,ok,33,46,5,1,29856,550,4774319.4,0,0,0,0,0,,4,3,10,1,5 -sensor_fusion-5uF,5uF,ok,174,264,1,525,30976,464,27475.37,0,0,0,0,0,,2,0,1,1,1 -sensor_fusion-10uF,10uF,ok,174,264,0,524,30848,464,27208.84,0,0,0,0,0,,2,0,1,1,0 -sensor_fusion-50uF,50uF,ok,174,264,0,544,30832,464,27207.85,0,0,0,0,0,,2,0,1,1,0 -poly1305-5uF,5uF,ok,1,0,0,0,29264,467,20.43,0,0,0,0,0,,2,0,0,1,0 -poly1305-10uF,10uF,ok,1,0,0,0,29296,467,20.43,0,0,0,0,0,,2,0,0,1,0 -poly1305-50uF,50uF,ok,1,0,0,0,29280,467,20.43,0,0,0,0,0,,2,0,0,1,0 +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted,run_attempts +aes-5uF,5uF,ok,20,27,2,1,30192,604,28510.05,0,0,0,0,0,,3,1,7,1,2,1 +aes-10uF,10uF,ok,20,27,3,1,30176,604,28869.91,0,0,0,0,0,,3,1,7,1,3,1 +aes-50uF,50uF,ok,20,27,0,1,30112,604,28251.89,0,0,0,0,0,,3,0,7,1,0,1 +crc-5uF,5uF,ok,7,9,4,0,29424,546,12899.38,0,0,0,0,0,,2,2,3,1,4,1 +crc-10uF,10uF,ok,7,9,3,0,29408,546,12509.48,0,0,0,0,0,,2,2,3,1,3,1 +crc-50uF,50uF,ok,7,9,0,0,29376,546,10529.17,0,0,0,0,0,,2,0,3,1,0,1 +rsa-5uF,5uF,ok,104,155,11,10,31008,829,48710.22,0,0,0,0,0,,8,7,25,1,11,1 +rsa-10uF,10uF,ok,104,155,11,11,30912,829,48568.65,0,0,0,0,0,,8,7,25,1,11,1 +rsa-50uF,50uF,ok,104,155,9,10,30944,829,48046.81,0,0,0,0,0,,8,7,25,1,9,1 +dijkstra-5uF,5uF,ok,14,20,2,2,29472,707,28320.95,0,0,0,0,0,,5,1,3,1,2,1 +dijkstra-10uF,10uF,ok,14,20,2,1,29520,707,28090.01,0,0,0,0,0,,5,1,3,1,2,1 +dijkstra-50uF,50uF,ok,14,20,1,1,29424,707,26911.97,0,0,0,0,0,,5,1,3,1,1,1 +qsort-5uF,5uF,ok,10,14,1,1,29920,713,30746.57,0,0,0,0,0,,2,1,4,1,1,1 +qsort-10uF,10uF,ok,10,14,1,1,29904,713,30488.0,0,0,0,0,0,,2,0,4,1,1,1 +qsort-50uF,50uF,ok,10,14,1,1,29808,713,30389.21,0,0,0,0,0,,2,0,4,1,1,1 +activity_recognition-5uF,5uF,ok,12,16,2,1,29872,686,35968.76,0,0,0,0,0,,11,2,4,1,2,1 +activity_recognition-10uF,10uF,ok,12,16,3,1,29856,686,35301.64,0,0,0,0,0,,11,1,4,1,3,1 +activity_recognition-50uF,50uF,ok,12,16,2,1,29856,686,34940.17,0,0,0,0,0,,11,1,4,1,2,1 +bitcount-5uF,5uF,ok,44,67,4,2,29776,1165,29481.74,0,0,0,0,0,,2,1,13,1,4,1 +bitcount-10uF,10uF,ok,44,67,3,3,29728,1165,28977.77,0,0,0,0,0,,2,1,13,1,3,1 +bitcount-50uF,50uF,ok,44,67,1,2,29792,1165,28164.07,0,0,0,0,0,,2,1,13,1,1,1 +chacha20-5uF,5uF,ok,5,6,0,0,29584,900,1858.48,0,0,0,0,0,,3,0,2,1,0,1 +chacha20-10uF,10uF,ok,5,6,0,0,29504,900,1858.38,0,0,0,0,0,,3,0,2,1,0,1 +chacha20-50uF,50uF,ok,5,6,0,0,29568,900,1858.58,0,0,0,0,0,,3,0,2,1,0,1 +sensor_fusion-5uF,5uF,ok,174,264,1,280,30768,744,28155.39,0,0,0,0,0,,2,1,1,1,1,1 +sensor_fusion-10uF,10uF,ok,174,264,1,447,30912,744,28154.91,0,0,0,0,0,,2,1,1,1,1,1 +sensor_fusion-50uF,50uF,ok,174,264,1,449,30864,744,27534.24,0,0,0,0,0,,2,0,1,1,1,1 +poly1305-5uF,5uF,ok,1,0,0,0,29296,720,22.19,0,0,0,0,0,,2,0,0,1,0,1 +poly1305-10uF,10uF,ok,1,0,0,0,29264,720,22.19,0,0,0,0,0,,2,0,0,1,0,1 +poly1305-50uF,50uF,ok,1,0,0,0,29232,720,22.18,0,0,0,0,0,,2,0,0,1,0,1 +cuckoo_filter-5uF,5uF,ok,16,23,3,3,29520,799,3118.37,0,0,0,0,0,,3,2,3,1,3,1 +cuckoo_filter-10uF,10uF,ok,16,23,1,1,29536,799,2835.99,0,0,0,0,0,,3,1,3,1,1,1 +cuckoo_filter-50uF,50uF,ok,16,23,0,1,29376,799,2777.44,0,0,0,0,0,,3,0,3,1,0,1 +sha256_fixed-5uF,5uF,ok,27,39,5,1,29920,836,8602.55,0,0,0,0,0,,4,5,9,1,5,1 +sha256_fixed-10uF,10uF,ok,27,39,3,3,29904,836,8569.49,0,0,0,0,0,,4,3,9,1,3,1 +sha256_fixed-50uF,50uF,ok,27,39,0,1,29984,836,8590.2,0,0,0,0,0,,4,0,9,1,0,1 +stringsearch_fixed-5uF,5uF,ok,29,42,4,1,29712,879,38690.71,0,0,0,0,0,,4,3,7,1,4,1 +stringsearch_fixed-10uF,10uF,ok,29,42,4,2,29664,879,38290.99,0,0,0,0,0,,4,3,7,1,4,1 +stringsearch_fixed-50uF,50uF,ok,29,42,4,1,29616,879,38091.38,0,0,0,0,0,,4,3,7,1,4,1 diff --git a/results/schematicO3_debug.csv b/results/schematicO3_debug.csv index 2ef6c73f..e4895a7f 100644 --- a/results/schematicO3_debug.csv +++ b/results/schematicO3_debug.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted -aes-5uF,5uF,ok,20,27,8,1,30144,827,31889.76,112,1568,1568,0,0,107,3,5,7,1,8 -aes-10uF,10uF,ok,20,27,4,1,30112,827,29792.88,46,644,644,0,0,107,3,3,7,1,4 -aes-50uF,50uF,ok,20,27,3,1,30208,827,28840.53,9,126,126,0,0,107,3,1,7,1,3 -crc-5uF,5uF,ok,7,9,4,1,29376,825,13130.84,18,252,252,0,0,39423,2,2,3,1,4 -crc-10uF,10uF,ok,7,9,4,0,29424,825,12996.7,9,126,126,0,0,39423,2,2,3,1,4 -crc-50uF,50uF,ok,7,9,3,0,29504,825,12426.65,3,42,42,0,0,39423,2,2,3,1,3 -rsa-5uF,5uF,failed,,,,,,,,,,,,,,,,,, -rsa-10uF,10uF,failed,,,,,,,,,,,,,,,,,, -rsa-50uF,50uF,failed,,,,,,,,,,,,,,,,,, -dijkstra-5uF,5uF,ok,14,20,2,1,29456,574,403877.87,625,8750,8750,0,0,33447,5,1,3,1,2 -dijkstra-10uF,10uF,ok,14,20,2,1,29600,574,399461.64,258,3612,3612,0,0,33447,5,1,3,1,2 -dijkstra-50uF,50uF,ok,14,20,2,1,29536,574,,0,0,0,0,0,,5,1,3,1,2 -qsort-5uF,5uF,ok,10,14,6,0,29920,739,1506089.99,1341,18774,18774,0,0,27023,2,3,4,1,6 -qsort-10uF,10uF,ok,10,14,6,0,29920,739,1500025.03,876,12264,12264,0,0,27023,2,3,4,1,6 -qsort-50uF,50uF,ok,10,14,3,0,29856,739,1250208.8,640,8960,8960,0,0,27023,2,3,4,1,3 -activity_recognition-5uF,5uF,ok,12,16,3,1,29872,729,35874.58,79,1106,1106,0,0,64,11,3,4,1,3 -activity_recognition-10uF,10uF,ok,12,16,2,1,29936,729,35881.48,78,1092,1092,0,0,64,11,2,4,1,2 -activity_recognition-50uF,50uF,ok,12,16,3,1,29824,729,35044.96,9,126,126,0,0,64,11,1,4,1,3 -bitcount-5uF,5uF,ok,44,67,10,1,29792,868,5117199.72,8497,118958,118958,0,0,52382,2,2,13,1,10 -bitcount-10uF,10uF,ok,44,67,9,1,29776,868,5119943.27,3376,47264,47264,0,0,52382,2,1,13,1,9 -bitcount-50uF,50uF,ok,44,67,9,1,29744,868,5077961.59,593,8302,8302,0,0,52382,2,1,13,1,9 -chacha20-5uF,5uF,ok,5,6,1,0,29600,739,1853.77,1,14,14,0,0,97,3,0,2,1,1 -chacha20-10uF,10uF,ok,5,6,0,0,29552,739,1866.39,0,0,0,0,0,97,3,0,2,1,0 -chacha20-50uF,50uF,ok,5,6,0,0,29584,739,1866.35,0,0,0,0,0,97,3,0,2,1,0 -fft-5uF,5uF,ok,33,46,10,1,29856,779,4775119.73,66,924,924,0,0,0,4,9,10,1,10 -fft-10uF,10uF,ok,33,46,6,1,29840,779,4787694.82,62,868,868,0,0,0,4,6,10,1,6 -fft-50uF,50uF,ok,33,46,5,1,29856,779,4773113.23,11,154,154,0,0,0,4,3,10,1,5 -sensor_fusion-5uF,5uF,ok,174,264,1,525,30960,816,27566.84,2,28,28,0,0,613,2,0,1,1,1 -sensor_fusion-10uF,10uF,ok,174,264,0,534,30928,816,27398.07,0,0,0,0,0,613,2,0,1,1,0 -sensor_fusion-50uF,50uF,ok,174,264,0,521,30832,816,27398.43,0,0,0,0,0,613,2,0,1,1,0 -poly1305-5uF,5uF,ok,1,0,0,0,29328,772,20.49,0,0,0,0,0,108,2,0,0,1,0 -poly1305-10uF,10uF,ok,1,0,0,0,29296,772,20.49,0,0,0,0,0,108,2,0,0,1,0 -poly1305-50uF,50uF,ok,1,0,0,0,29280,772,20.49,0,0,0,0,0,108,2,0,0,1,0 +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted,run_attempts +aes-5uF,5uF,ok,20,27,2,1,30160,902,28448.61,22,308,308,0,0,107,3,1,7,1,2,1 +aes-10uF,10uF,ok,20,27,3,1,30096,902,28935.95,10,140,140,0,0,107,3,1,7,1,3,1 +aes-50uF,50uF,ok,20,27,0,1,30128,902,28219.84,0,0,0,0,0,107,3,0,7,1,0,1 +crc-5uF,5uF,ok,7,9,4,1,29488,782,12946.49,5,70,70,0,0,39423,2,2,3,1,4,1 +crc-10uF,10uF,ok,7,9,3,0,29360,782,12485.15,3,42,42,0,0,39423,2,2,3,1,3,1 +crc-50uF,50uF,ok,7,9,0,0,29376,782,10528.15,0,0,0,0,0,39423,2,0,3,1,0,1 +rsa-5uF,5uF,ok,104,155,11,10,30976,725,48935.82,83,1162,1162,0,0,32,8,7,25,1,11,1 +rsa-10uF,10uF,ok,104,155,11,10,30944,725,48758.29,74,1036,1036,0,0,32,8,7,25,1,11,1 +rsa-50uF,50uF,ok,104,155,9,10,31008,725,48439.45,68,952,952,0,0,32,8,7,25,1,9,1 +dijkstra-5uF,5uF,ok,14,20,2,1,29472,746,28375.62,27,378,378,0,0,3788,5,1,3,1,2,1 +dijkstra-10uF,10uF,ok,14,20,2,1,29536,746,28097.24,13,182,182,0,0,3788,5,1,3,1,2,1 +dijkstra-50uF,50uF,ok,14,20,1,1,29504,746,26908.28,3,42,42,0,0,3788,5,1,3,1,1,1 +qsort-5uF,5uF,ok,10,14,1,1,29936,788,31056.8,94,1316,1316,0,0,9987,2,1,4,1,1,1 +qsort-10uF,10uF,ok,10,14,1,1,29968,788,30936.93,31,434,434,0,0,9987,2,0,4,1,1,1 +qsort-50uF,50uF,ok,10,14,1,1,29952,788,30393.89,3,42,42,0,0,9987,2,0,4,1,1,1 +activity_recognition-5uF,5uF,ok,12,16,8,1,29920,733,36442.5,84,1176,1176,3,3,64,11,8,4,1,14,1 +activity_recognition-10uF,10uF,ok,12,16,8,1,29984,733,35667.26,29,406,406,3,3,64,11,6,4,1,14,1 +activity_recognition-50uF,50uF,ok,12,16,7,1,29984,733,35098.7,8,112,112,3,3,64,11,6,4,1,13,1 +bitcount-5uF,5uF,ok,44,67,4,2,29696,787,29579.21,22,308,308,0,0,14121,2,1,13,1,4,1 +bitcount-10uF,10uF,ok,44,67,3,2,29760,787,29006.06,12,168,168,0,0,14121,2,1,13,1,3,1 +bitcount-50uF,50uF,ok,44,67,1,2,29680,787,28182.72,7,98,98,0,0,14121,2,1,13,1,1,1 +chacha20-5uF,5uF,ok,5,6,0,0,29536,837,1867.74,0,0,0,0,0,97,3,0,2,1,0,1 +chacha20-10uF,10uF,ok,5,6,0,0,29552,837,1867.77,0,0,0,0,0,97,3,0,2,1,0,1 +chacha20-50uF,50uF,ok,5,6,0,0,29568,837,1867.69,0,0,0,0,0,97,3,0,2,1,0,1 +sensor_fusion-5uF,5uF,ok,174,264,1,196,30864,801,27988.14,49,686,686,0,0,613,2,1,1,1,1,1 +sensor_fusion-10uF,10uF,ok,174,264,1,429,30896,801,27985.17,49,686,686,0,0,613,2,1,1,1,1,1 +sensor_fusion-50uF,50uF,ok,174,264,1,433,30896,801,27464.49,3,42,42,0,0,613,2,0,1,1,1,1 +poly1305-5uF,5uF,ok,1,0,0,0,29296,674,22.19,0,0,0,0,0,108,2,0,0,1,0,1 +poly1305-10uF,10uF,ok,1,0,0,0,29264,674,22.19,0,0,0,0,0,108,2,0,0,1,0,1 +poly1305-50uF,50uF,ok,1,0,0,0,29312,674,22.18,0,0,0,0,0,108,2,0,0,1,0,1 +cuckoo_filter-5uF,5uF,ok,16,23,3,1,29536,745,3127.15,3,42,42,0,0,256,3,2,3,1,3,1 +cuckoo_filter-10uF,10uF,ok,16,23,1,1,29472,745,2798.52,1,14,14,0,0,256,3,1,3,1,1,1 +cuckoo_filter-50uF,50uF,ok,16,23,0,1,29472,745,2775.29,0,0,0,0,0,256,3,0,3,1,0,1 +sha256_fixed-5uF,5uF,ok,27,39,5,1,30016,796,8631.08,3,42,42,0,0,244,4,5,9,1,5,1 +sha256_fixed-10uF,10uF,ok,27,39,3,3,29984,796,8590.21,1,14,14,0,0,244,4,3,9,1,3,1 +sha256_fixed-50uF,50uF,ok,27,39,0,1,29952,796,8583.07,0,0,0,0,0,244,4,0,9,1,0,1 +stringsearch_fixed-5uF,5uF,ok,29,42,4,1,29600,797,39075.92,113,1582,1582,0,0,20,4,3,7,1,4,1 +stringsearch_fixed-10uF,10uF,ok,29,42,4,2,29824,797,38593.27,89,1246,1246,0,0,20,4,3,7,1,4,1 +stringsearch_fixed-50uF,50uF,ok,29,42,4,2,29680,797,38355.67,77,1078,1078,0,0,20,4,3,7,1,4,1 diff --git a/results/schematic_debug.csv b/results/schematic_debug.csv index de859c0d..cf16cdc8 100644 --- a/results/schematic_debug.csv +++ b/results/schematic_debug.csv @@ -1,34 +1,40 @@ -benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted -aes-5uF,5uF,ok,126,165,11,11,31440,476,428327.62,929,13006,13006,2849,0,107,272,11,39,1,32 -aes-10uF,10uF,ok,126,165,10,11,31408,476,424936.76,496,6944,6944,1121,0,107,272,9,39,1,31 -aes-50uF,50uF,ok,126,165,10,11,31472,476,456032.18,325,4550,4550,545,0,107,272,8,39,1,27 -crc-5uF,5uF,ok,28,35,3,1,29552,612,83456.48,1036,14504,14504,0,0,39423,19,2,5,1,3 -crc-10uF,10uF,ok,28,35,3,1,29488,612,72114.29,176,2464,2464,0,0,39423,19,1,5,1,3 -crc-50uF,50uF,ok,28,35,2,1,29568,612,69739.12,25,350,350,0,0,39423,19,1,5,1,2 -rsa-5uF,5uF,ok,252,341,6,310,31744,587,95021.34,257,3598,3598,0,0,32,116,6,40,1,6 -rsa-10uF,10uF,ok,252,341,9,351,31936,587,93098.95,105,1470,1470,0,0,32,116,7,40,1,9 -rsa-50uF,50uF,ok,252,341,9,109,31776,587,92166.28,22,308,308,0,0,32,116,5,40,1,9 -dijkstra-5uF,5uF,ok,32,41,2,3,29664,580,1017933.71,3723,52122,52122,0,0,33447,22,2,4,1,2 -dijkstra-10uF,10uF,ok,32,41,2,2,29632,580,982594.22,1251,17514,17514,0,0,33447,22,1,4,1,2 -dijkstra-50uF,50uF,ok,32,41,2,3,29648,580,965380.12,149,2086,2086,0,0,33447,22,1,4,1,2 -qsort-5uF,5uF,ok,21,25,5,1,29984,555,1549503.56,1459,20426,20426,0,0,27023,14,2,4,1,5 -qsort-10uF,10uF,ok,21,25,5,1,29936,555,1541374.73,926,12964,12964,0,0,27023,14,2,4,1,5 -qsort-50uF,50uF,ok,21,25,4,1,30032,555,1356607.03,642,8988,8988,0,0,27023,14,2,4,1,4 -activity_recognition-5uF,5uF,ok,224,301,7,21,31168,576,89290.37,256,3584,3584,192,96,64,95,7,24,1,16 -activity_recognition-10uF,10uF,ok,224,301,6,24,31424,576,88320.1,192,2688,2688,192,96,64,95,6,24,1,15 -activity_recognition-50uF,50uF,ok,224,301,6,23,31376,576,88317.81,192,2688,2688,192,96,64,95,6,24,1,15 -bitcount-5uF,5uF,ok,38,52,2,3,29824,739,11265685.52,160008,2240112,2240112,0,0,52382,25,2,6,1,2 -bitcount-10uF,10uF,ok,38,52,2,3,29744,739,9662814.38,40008,560112,560112,0,0,52382,25,1,6,1,2 -bitcount-50uF,50uF,ok,38,52,2,3,29792,739,9128774.0,4576,64064,64064,0,0,52382,25,1,6,1,2 -chacha20-5uF,5uF,ok,32,40,2,2,30272,563,2983.33,4,56,56,0,0,97,49,1,6,1,2 -chacha20-10uF,10uF,ok,32,40,1,2,30240,563,2932.12,1,14,14,0,0,97,49,1,6,1,1 -chacha20-50uF,50uF,ok,32,40,0,3,30160,563,2909.57,0,0,0,0,0,97,49,0,6,1,0 -fft-5uF,5uF,ok,77,100,13,4,30432,571,4788432.71,86,1204,1204,0,0,0,71,8,17,1,13 -fft-10uF,10uF,ok,77,100,9,4,30304,571,4816895.23,76,1064,1064,0,0,0,71,8,17,1,9 -fft-50uF,50uF,ok,77,100,5,4,30432,571,4833115.93,17,238,238,0,0,0,71,3,17,1,5 -sensor_fusion-5uF,5uF,ok,381,563,1,4133,33248,635,31207.51,2,28,28,4,2,613,28,0,1,1,4 -sensor_fusion-10uF,10uF,ok,381,563,1,4201,33408,635,31188.83,1,14,14,2,1,613,28,0,1,1,4 -sensor_fusion-50uF,50uF,ok,381,563,0,4282,33072,635,31015.52,0,0,0,0,0,613,28,0,1,1,0 -poly1305-5uF,5uF,ok,28,36,8,3,30592,618,2444.25,2,28,28,2,0,108,120,5,4,1,16 -poly1305-10uF,10uF,ok,28,36,5,3,30496,618,2377.56,0,0,0,0,0,108,120,5,4,1,10 -poly1305-50uF,50uF,ok,28,36,5,3,30480,618,2377.54,0,0,0,0,0,108,120,5,4,1,10 +benchmark,capacitor,status,basic_blocks,edges,region_boundaries,compilation_time_ms,peak_rss_kb,profiling_time_ms,execution_time_us,runtime_region_boundary_calls,runtime_debug_save_reg_calls,runtime_debug_restore_reg_calls,runtime_debug_store_mem_calls,runtime_debug_restore_mem_calls,result,candidate_globals,enabled_checkpoints,loop_decisions,paths_analyzed,runtime_calls_inserted,run_attempts +aes-5uF,5uF,ok,126,165,9,11,31344,637,459235.26,352,4928,4928,545,0,107,272,9,39,1,26,1 +aes-10uF,10uF,ok,126,165,10,11,31344,637,457903.61,332,4648,4648,545,0,107,272,8,39,1,27,1 +aes-50uF,50uF,ok,126,165,8,11,31504,637,461434.26,322,4508,4508,545,0,107,272,8,39,1,25,1 +crc-5uF,5uF,ok,28,35,3,1,29440,703,72746.72,177,2478,2478,0,0,39423,19,1,5,1,3,1 +crc-10uF,10uF,ok,28,35,3,1,29408,703,70661.58,71,994,994,0,0,39423,19,1,5,1,3,1 +crc-50uF,50uF,ok,28,35,2,1,29344,703,69177.5,12,168,168,0,0,39423,19,1,5,1,2,1 +rsa-5uF,5uF,ok,252,341,9,428,31936,625,94073.66,117,1638,1638,0,0,32,116,7,40,1,9,1 +rsa-10uF,10uF,ok,252,341,9,379,31856,625,93426.24,84,1176,1176,0,0,32,116,7,40,1,9,1 +rsa-50uF,50uF,ok,252,341,7,107,31776,625,91698.13,11,154,154,0,0,32,116,5,40,1,7,1 +dijkstra-5uF,5uF,ok,32,41,2,3,29552,625,100201.66,153,2142,2142,0,0,3788,22,1,4,1,2,1 +dijkstra-10uF,10uF,ok,32,41,2,3,29664,625,98211.03,53,742,742,0,0,3788,22,1,4,1,2,1 +dijkstra-50uF,50uF,ok,32,41,2,2,29488,625,97389.07,9,126,126,0,0,3788,22,1,4,1,2,1 +qsort-5uF,5uF,ok,21,25,2,1,29904,558,34962.18,96,1344,1344,0,0,9987,14,2,4,1,2,1 +qsort-10uF,10uF,ok,21,25,1,1,29904,558,35589.67,95,1330,1330,0,0,9987,14,1,4,1,1,1 +qsort-50uF,50uF,ok,21,25,1,1,29792,558,33765.25,4,56,56,0,0,9987,14,0,4,1,1,1 +activity_recognition-5uF,5uF,ok,224,301,6,23,31200,553,89041.1,192,2688,2688,192,96,64,95,6,24,1,15,1 +activity_recognition-10uF,10uF,ok,224,301,6,23,31200,553,89039.6,192,2688,2688,192,96,64,95,6,24,1,15,1 +activity_recognition-50uF,50uF,ok,224,301,6,23,31120,553,89045.34,192,2688,2688,192,96,64,95,6,24,1,15,1 +bitcount-5uF,5uF,ok,38,52,2,3,29808,611,61940.4,264,3696,3696,0,0,14121,25,1,6,1,2,1 +bitcount-10uF,10uF,ok,38,52,2,3,29808,611,58448.08,88,1232,1232,0,0,14121,25,1,6,1,2,1 +bitcount-50uF,50uF,ok,38,52,2,3,29760,611,57015.19,16,224,224,0,0,14121,25,1,6,1,2,1 +chacha20-5uF,5uF,ok,32,40,1,4,30304,718,2958.76,1,14,14,0,0,97,49,1,6,1,1,1 +chacha20-10uF,10uF,ok,32,40,1,11,30208,718,2958.48,1,14,14,0,0,97,49,1,6,1,1,1 +chacha20-50uF,50uF,ok,32,40,0,3,30128,718,2914.52,0,0,0,0,0,97,49,0,6,1,0,1 +sensor_fusion-5uF,5uF,ok,381,563,1,4206,33232,763,32288.23,50,700,700,100,50,613,28,1,1,1,4,1 +sensor_fusion-10uF,10uF,ok,381,563,1,4109,33248,763,31691.57,16,224,224,32,16,613,28,0,1,1,4,1 +sensor_fusion-50uF,50uF,ok,381,563,1,4190,33216,763,31481.15,1,14,14,2,1,613,28,0,1,1,4,1 +poly1305-5uF,5uF,ok,28,36,5,3,30448,820,2380.09,0,0,0,0,0,108,120,5,4,1,10,1 +poly1305-10uF,10uF,ok,28,36,5,3,30496,820,2380.14,0,0,0,0,0,108,120,5,4,1,10,1 +poly1305-50uF,50uF,ok,28,36,5,3,30496,820,2380.08,0,0,0,0,0,108,120,5,4,1,10,1 +cuckoo_filter-5uF,5uF,ok,74,96,4,11,30112,887,15526.98,16,224,224,0,0,256,78,2,11,1,4,1 +cuckoo_filter-10uF,10uF,ok,74,96,4,9,30256,887,15365.92,8,112,112,0,0,256,78,2,11,1,4,1 +cuckoo_filter-50uF,50uF,ok,74,96,1,9,30208,887,14966.21,1,14,14,0,0,256,78,1,11,1,1,1 +sha256_fixed-5uF,5uF,ok,60,80,6,3,30352,752,9554.46,6,84,84,3,3,244,72,6,13,1,12,1 +sha256_fixed-10uF,10uF,ok,60,80,6,3,30368,752,9555.1,6,84,84,3,3,244,72,6,13,1,12,1 +sha256_fixed-50uF,50uF,ok,60,80,6,3,30384,752,9555.69,6,84,84,3,3,244,72,6,13,1,12,1 +stringsearch_fixed-5uF,5uF,ok,49,63,7,2,29776,892,114268.66,312,4368,4368,0,0,20,25,5,9,1,7,1 +stringsearch_fixed-10uF,10uF,ok,49,63,3,2,29824,892,82883.31,146,2044,2044,0,0,20,25,3,9,1,3,1 +stringsearch_fixed-50uF,50uF,ok,49,63,2,4,29728,892,84237.72,66,924,924,0,0,20,25,1,9,1,2,1 diff --git a/results/uninstrumented.csv b/results/uninstrumented.csv index 159bf989..7b9f2f12 100644 --- a/results/uninstrumented.csv +++ b/results/uninstrumented.csv @@ -1,12 +1,14 @@ -benchmark,status,compilation_time_ms,execution_time_us -aes,ok,403,25539.62 -crc,ok,392,10426.6 -rsa,ok,369,43776.26 -dijkstra,ok,349,385585.65 -qsort,ok,363,1199066.36 -activity_recognition,ok,378,33583.9 -bitcount,ok,380,4548575.96 -chacha20,ok,408,1635.42 -fft,ok,405,4337766.03 -sensor_fusion,ok,361,25269.54 -poly1305,ok,374,18.42 +benchmark,status,compilation_time_ms,execution_time_us,run_attempts +aes,ok,493,25546.19,1 +crc,ok,343,10429.62,1 +rsa,ok,391,43705.22,1 +dijkstra,ok,372,25737.29,1 +qsort,ok,389,28485.17,1 +activity_recognition,ok,383,33588.26,1 +bitcount,ok,390,27949.04,1 +chacha20,ok,379,1637.25,1 +sensor_fusion,ok,398,25034.21,1 +poly1305,ok,382,19.74,1 +cuckoo_filter,ok,368,2512.76,1 +sha256_fixed,ok,388,7964.98,1 +stringsearch_fixed,ok,382,33084.09,1 diff --git a/scripts/ckpt/bench/chunked.py b/scripts/ckpt/bench/chunked.py index 7f90f39a..32a8c86a 100644 --- a/scripts/ckpt/bench/chunked.py +++ b/scripts/ckpt/bench/chunked.py @@ -36,6 +36,7 @@ "status", "compilation_time_ms", "execution_time_us", + "run_attempts", ] diff --git a/scripts/ckpt/bench/milp.py b/scripts/ckpt/bench/milp.py index 5a207e96..dfc0e251 100644 --- a/scripts/ckpt/bench/milp.py +++ b/scripts/ckpt/bench/milp.py @@ -63,6 +63,7 @@ "vm_placed_global_names", "milp_solve_time_ms", "result", + "run_attempts", ] NVM_SYMBOLS: list[str] = [ diff --git a/scripts/ckpt/bench/rockclimb.py b/scripts/ckpt/bench/rockclimb.py index 4f2bbc1d..ded5fdbf 100644 --- a/scripts/ckpt/bench/rockclimb.py +++ b/scripts/ckpt/bench/rockclimb.py @@ -52,6 +52,7 @@ "execution_time_us", "runtime_region_boundary_calls", "result", + "run_attempts", ] NVM_SYMBOLS: list[str] = [ diff --git a/scripts/ckpt/bench/runner.py b/scripts/ckpt/bench/runner.py index fbcece80..80c383fa 100644 --- a/scripts/ckpt/bench/runner.py +++ b/scripts/ckpt/bench/runner.py @@ -45,6 +45,11 @@ AFTER_TRIGGER_SECONDS = 1.0 # seconds to record after falling edge POST_CAPTURE_SETTLE_SECONDS = 2.0 +# A failed capture or a region violation is retried on a freshly flashed +# device. A supply glitch hits one attempt; a region that really exceeds its +# budget, or a capture the Saleae cannot make, fails every attempt. +MEASURE_ATTEMPTS = 3 + # CSV columns that can only be filled by running the linked ELF on a device # (Saleae timing + NVM counter readback). Compile-only CSVs omit these, and # device-less bench runs leave them blank. @@ -59,6 +64,7 @@ "runtime_debug_restore_vreg_calls", "runtime_debug_store_mem_calls", "runtime_debug_restore_mem_calls", + "run_attempts", } ) @@ -177,6 +183,53 @@ def measure_execution_time( ) +def measure_run( + tc: Toolchain, + elf: Path, + saleae_manager: Manager, + capture_timeout_seconds: float, + nvm_symbols: list[str] | None, +) -> tuple[float | None, NvmCounters | None, bool]: + """Flash *elf*, time it, and read back its NVM state. + + Returns ``(execution_time_us, nvm, region_violation)``; the time is None + when the capture failed. *nvm_symbols* is None outside device-debug + builds, where only the violation flag is read. + """ + from ..device.flash import ( + check_region_violation, + raise_if_region_violation, + read_nvm, + ) + + execution_time_us: float | None = None + nvm: NvmCounters | None = None + try: + execution_time_us = measure_execution_time( + elf, saleae_manager, capture_timeout_seconds + ) + except DeviceError as exc: + logger.error(" DEVICE ERROR: %s", exc) + + # Check the violation flag even when the capture failed: a mid-region + # reset parks the device blinking, so the stop pulse never fires and the + # capture times out. + try: + time.sleep(POST_CAPTURE_SETTLE_SECONDS) + if nvm_symbols: + nvm_dict = read_nvm(tc, elf, FLASH_TIMEOUT, nvm_symbols) + raise_if_region_violation(nvm_dict, elf) + nvm = parse_nvm_output("\n".join(f"{k}={v}" for k, v in nvm_dict.items())) + else: + check_region_violation(tc, elf, FLASH_TIMEOUT) + except RegionViolationError as exc: + logger.error(" REGION ENERGY VIOLATION: %s", exc) + return execution_time_us, nvm, True + except DeviceError as exc: + logger.error(" DEVICE ERROR: %s", exc) + return execution_time_us, nvm, False + + MATRIX_COMPILE_ONLY_WARNING = ( "No MSP430 device detected; running compile-only (no flash, timing, " "or NVM readback). Runtime CSV columns will be left blank." @@ -342,49 +395,24 @@ def run_benchmark_matrix( nvm: NvmCounters | None = None execution_time_us: float | None = None region_violation = False + attempts = 0 if output_dir is not None and saleae_manager is not None: elf = output_dir / f"{bench_name}.elf" if elf.is_file(): - from ..device.flash import ( - check_region_violation, - raise_if_region_violation, - read_nvm, - ) - - try: - execution_time_us = measure_execution_time( + for attempts in range(1, MEASURE_ATTEMPTS + 1): + execution_time_us, nvm, region_violation = measure_run( + tc, elf, saleae_manager, capture_timeout_seconds, + nvm_symbols if device_debug else None, ) - except DeviceError as exc: - logger.error(" DEVICE ERROR: %s", exc) - - # Check the violation flag even when the capture - # failed: a mid-region reset parks the device - # blinking, so the stop pulse never fires and the - # capture times out. - try: - time.sleep(POST_CAPTURE_SETTLE_SECONDS) - if device_debug and nvm_symbols: - nvm_dict = read_nvm( - tc, - elf, - FLASH_TIMEOUT, - nvm_symbols, - ) - raise_if_region_violation(nvm_dict, elf) - nvm_text = "\n".join( - f"{k}={v}" for k, v in nvm_dict.items() + if execution_time_us is not None and not region_violation: + break + if attempts < MEASURE_ATTEMPTS: + logger.warning( + " retrying (%d/%d)", attempts + 1, MEASURE_ATTEMPTS ) - nvm = parse_nvm_output(nvm_text) - else: - check_region_violation(tc, elf, FLASH_TIMEOUT) - except RegionViolationError as exc: - logger.error(" REGION ENERGY VIOLATION: %s", exc) - region_violation = True - except DeviceError as exc: - logger.error(" DEVICE ERROR: %s", exc) # ----- Merge compile output + NVM labels ----- full_output = compile_output @@ -450,6 +478,8 @@ def run_benchmark_matrix( ) if execution_time_us is not None: row_fields["execution_time_us"] = str(round(execution_time_us, 2)) + if attempts: + row_fields["run_attempts"] = attempts if had_compilation_error and row_status == "ok": row_status = "link_failed" @@ -564,10 +594,20 @@ def emit(status: str, fields: dict[str, str | int | None]) -> None: emit("ok", {"compilation_time_ms": compilation_time_ms}) continue - try: - execution_time_us = measure_execution_time( - elf, saleae_manager, capture_timeout_seconds - ) + for attempt in range(1, MEASURE_ATTEMPTS + 1): + try: + execution_time_us = measure_execution_time( + elf, saleae_manager, capture_timeout_seconds + ) + except DeviceError as exc: + logger.error(" DEVICE ERROR: %s", exc) + if attempt < MEASURE_ATTEMPTS: + logger.warning( + " retrying (%d/%d)", attempt + 1, MEASURE_ATTEMPTS + ) + continue + emit("device_error", {"compilation_time_ms": compilation_time_ms}) + break logger.info( " OK compilation_time=%dms execution_time=%.2fus", compilation_time_ms, @@ -578,11 +618,10 @@ def emit(status: str, fields: dict[str, str | int | None]) -> None: { "compilation_time_ms": compilation_time_ms, "execution_time_us": str(round(execution_time_us, 2)), + "run_attempts": attempt, }, ) - except DeviceError as exc: - logger.error(" DEVICE ERROR: %s", exc) - emit("device_error", {"compilation_time_ms": compilation_time_ms}) + break logger.info("") logger.info("==========================================") diff --git a/scripts/ckpt/bench/schematic.py b/scripts/ckpt/bench/schematic.py index f6aeadf7..ea5ca6a6 100644 --- a/scripts/ckpt/bench/schematic.py +++ b/scripts/ckpt/bench/schematic.py @@ -67,6 +67,7 @@ "loop_decisions", "paths_analyzed", "runtime_calls_inserted", + "run_attempts", ] NVM_SYMBOLS: list[str] = [ @@ -91,12 +92,18 @@ def collect_trace( trace_config: Path, estimator_mode: str, halt_mode: str, + device_debug: bool, cpu_freq: int, clang_opt_level: int, pass_log_level: str, + extra_defines: list[str], ) -> tuple[Path, int]: """Collect a SCHEMATIC execution trace for one benchmark. + *device_debug* and *extra_defines* must match the build the trace is + applied to: they rename blocks in ``main``, and TraceLoader drops traces + naming unknown blocks. + Returns (trace_json_path, profiling_time_ms). Raises CompilationError if trace collection fails. """ @@ -115,7 +122,7 @@ def collect_trace( debug=False, trace_only=True, link=False, - device_debug=False, + device_debug=device_debug, halt_mode=halt_mode, cpu_freq=cpu_freq, opt_level=3, @@ -124,6 +131,7 @@ def collect_trace( trace_file=None, linker_script=None, extra_includes=[str(env.project_dir / "passes" / "runtime")], + extra_defines=list(extra_defines), ) trace_result: SchematicCompileResult = compile_schematic(tc, env, trace_opts) @@ -255,9 +263,11 @@ def compile_fn(bench_path: Path, cap: CapacitorConfig) -> CompileResult: trace_config=trace_config, estimator_mode=estimator_mode, halt_mode=halt_mode, + device_debug=device_debug, cpu_freq=cpu_freq, clang_opt_level=clang_opt_level, pass_log_level=pass_log_level, + extra_defines=[], ) trace_json, profiling_ms = trace_cache[bench_name] diff --git a/scripts/ckpt/bench/uninstrumented.py b/scripts/ckpt/bench/uninstrumented.py index f9c4f12e..553b5926 100644 --- a/scripts/ckpt/bench/uninstrumented.py +++ b/scripts/ckpt/bench/uninstrumented.py @@ -31,6 +31,7 @@ "status", "compilation_time_ms", "execution_time_us", + "run_attempts", ] diff --git a/scripts/ckpt/compile/common.py b/scripts/ckpt/compile/common.py index 8a74ad92..d8e27c85 100644 --- a/scripts/ckpt/compile/common.py +++ b/scripts/ckpt/compile/common.py @@ -345,10 +345,9 @@ def run_assembly_energy( _NATIVE_STUBS_C = """\ void debug_init(void) {} -void debug_exit_commit(int result) { (void)result; } void debug_exit(int result) { (void)result; } void bench_halt(void) {} -void bench_commit_done(void) {} +void bench_commit_result(int result) { (void)result; } /* GPIO and clock register stubs for native profiling. benchmark.h's timing_gpio_init() references MSP430 hardware registers that get baked into the LLVM IR when compiled with --target=msp430-elf. */ diff --git a/scripts/ckpt/intermittent/runner.py b/scripts/ckpt/intermittent/runner.py index db41f93a..59a49f24 100644 --- a/scripts/ckpt/intermittent/runner.py +++ b/scripts/ckpt/intermittent/runner.py @@ -66,6 +66,10 @@ _HALT_MODE = "wait" +# dijkstra, qsort, and bitcount at their full sizes outlast every trace, so no +# run completes. Their sources shrink under this define. +_SHRINK_DEFINES = ("INTERMITTENT_BUILD",) + # After the replay the target is unpowered, so the armed Saleae capture # either already triggered (and only its after-trigger tail remains) or # never will. @@ -86,11 +90,10 @@ "result", ] -# __nvm_violation, __nvm_done, and cnt_recovery are defined unconditionally -# by every runtime; the result and the remaining counters exist only in -# DEVICE_DEBUG builds. -_BASE_NVM_SYMBOLS = ["__nvm_violation", "__nvm_done", "cnt_recovery"] -_DEBUG_NVM_SYMBOLS = ["__nvm_result", "cnt_boundary"] +# Every runtime defines these unconditionally; the remaining counters exist +# only in DEVICE_DEBUG builds. +_BASE_NVM_SYMBOLS = ["__nvm_violation", "__nvm_done", "__nvm_result", "cnt_recovery"] +_DEBUG_NVM_SYMBOLS = ["cnt_boundary"] def resolve_traces(env: ProjectEnv, trace_specs: list[str]) -> list[Path]: @@ -175,6 +178,7 @@ def compile_fn(bench_path: Path, cap: CapacitorConfig) -> CompileResult: milp_log_file="", coarse_allocation=False, save_temps=False, + extra_defines=list(_SHRINK_DEFINES), ) result = compile_milp(tc, env, opts) return CompileResult( @@ -209,6 +213,7 @@ def compile_fn(bench_path: Path, cap: CapacitorConfig) -> CompileResult: max_unroll=max_unroll, save_temps=False, linker_script=None, + extra_defines=list(_SHRINK_DEFINES), ) result = compile_rockclimb(tc, env, opts) return CompileResult( @@ -243,9 +248,11 @@ def compile_fn(bench_path: Path, cap: CapacitorConfig) -> CompileResult: trace_config=trace_config, estimator_mode=estimator_mode, halt_mode=_HALT_MODE, + device_debug=device_debug, cpu_freq=cpu_freq, clang_opt_level=clang_opt_level, pass_log_level=pass_log_level, + extra_defines=list(_SHRINK_DEFINES), ) trace_json, profiling_ms = trace_cache[bench_name] @@ -270,6 +277,7 @@ def compile_fn(bench_path: Path, cap: CapacitorConfig) -> CompileResult: trace_file=trace_json, linker_script=None, extra_includes=[str(env.project_dir / "passes" / "runtime")], + extra_defines=list(_SHRINK_DEFINES), ) result = compile_schematic(tc, env, opts) return CompileResult( @@ -529,12 +537,12 @@ def emit(row: BenchmarkRow) -> None: # describe the replayed run — blank them. if status in ("ok", "region_violation"): fields["runtime_recovery_boots"] = values.get("cnt_recovery") + if status == "ok": + fields["result"] = values.get("__nvm_result") if device_debug: fields["runtime_region_boundary_calls"] = values.get( "cnt_boundary" ) - if status == "ok": - fields["result"] = values.get("__nvm_result") emit(_build_row(bench_name, cap.label, trace_label, status, fields)) if status == "ok": diff --git a/scripts/otii/preprocess_traces.py b/scripts/otii/preprocess_traces.py index 50bdb4ba..abf83f9b 100755 --- a/scripts/otii/preprocess_traces.py +++ b/scripts/otii/preprocess_traces.py @@ -5,7 +5,7 @@ -o benchmarks/traces --vmax 3.6 --repeat 8 Per trace, in order: block-average to --rate, scale the traces listed in -SCALE_TO_MAX, clip to --vmax, repeat --repeat times back to back. +SCALE_TO_LEVEL, clip to --vmax, repeat --repeat times back to back. Each output sample is the mean of the corresponding block of input samples (e.g. 20 samples for 50 Hz), which acts as the anti-aliasing filter; picking @@ -22,9 +22,10 @@ SAMPLE_RATE = 1000.0 -# Traces whose harvested voltage never reaches the target's operating range -# are scaled up so their peak lands here; without it the target never boots. -SCALE_TO_MAX = {"3": 3.6} +# Traces whose harvested voltage never reaches the target's operating range are +# scaled up so this percentile lands on the target level. +SCALE_PERCENTILE = 99 +SCALE_TO_LEVEL = {"3": 3.6} def load_voltage(path): @@ -38,12 +39,12 @@ def block_average(voltage, factor): return voltage[:usable].reshape(-1, factor).mean(axis=1) -def scale_to_max(voltage, target_max): - """Scale `voltage` so its peak becomes `target_max`.""" - peak = voltage.max() - if peak <= 0: - raise SystemExit("cannot scale a trace whose peak is not positive") - return voltage * (target_max / peak) +def scale_percentile_to(voltage, percentile, target): + """Scale `voltage` so its `percentile`-th percentile becomes `target`.""" + reference = np.percentile(voltage, percentile) + if reference <= 0: + raise SystemExit("cannot scale a trace whose reference level is not positive") + return voltage * (target / reference) def write_csv(path, voltage, rate): @@ -84,8 +85,10 @@ def main(): voltage = load_voltage(path) name = os.path.splitext(os.path.basename(path))[0] averaged = block_average(voltage, factor) - if name in SCALE_TO_MAX: - averaged = scale_to_max(averaged, SCALE_TO_MAX[name]) + if name in SCALE_TO_LEVEL: + averaged = scale_percentile_to( + averaged, SCALE_PERCENTILE, SCALE_TO_LEVEL[name] + ) if args.vmax is not None: averaged = np.minimum(averaged, args.vmax) repeated = np.tile(averaged, args.repeat) diff --git a/tests/test_preprocess_traces.py b/tests/test_preprocess_traces.py index f88809f8..1445496a 100644 --- a/tests/test_preprocess_traces.py +++ b/tests/test_preprocess_traces.py @@ -72,12 +72,13 @@ def test_repeat_tiles_and_extends_time(self, raw_trace, tmp_path): def test_scaled_trace_is_scaled_before_clipping( self, raw_trace, tmp_path, monkeypatch ): - monkeypatch.setitem(dt.SCALE_TO_MAX, raw_trace.stem, 3.6) + monkeypatch.setitem(dt.SCALE_TO_LEVEL, raw_trace.stem, 3.6) out = self._run(raw_trace, tmp_path / "out", ["--vmax", "3.6"]) _, volts = _read_csv(out) - # Peak 2.0 scaled to 3.6, so the 1.0 sample follows to 1.8; a clip - # applied first would have left both untouched. - assert list(volts) == pytest.approx([1.8, 3.6]) + # The 1.0 sample follows the scaling; a clip applied first would have + # left both untouched. + factor = 3.6 / np.percentile([1.0, 2.0], dt.SCALE_PERCENTILE) + assert list(volts) == pytest.approx([factor, 3.6]) def test_rejects_zero_repeat(self, raw_trace, tmp_path): with pytest.raises(SystemExit):