# coding: utf-8 require_relative '../spreadsheet' # Intermediate output describe 'Sheet7' do def sheet7; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet7; end it 'cell h7 should equal 490.85404977847907' do sheet7.h7.should be_within(49.08540497784791).of(490.85404977847907) end it 'cell i7 should equal 470.2870297257891' do sheet7.i7.should be_within(47.02870297257891).of(470.2870297257891) end it 'cell j7 should equal 445.1164077323517' do sheet7.j7.should be_within(44.51164077323517).of(445.1164077323517) end it 'cell k7 should equal 424.44768007195523' do sheet7.k7.should be_within(42.44476800719553).of(424.44768007195523) end it 'cell l7 should equal 392.44298320543953' do sheet7.l7.should be_within(39.244298320543955).of(392.44298320543953) end it 'cell m7 should equal 356.16794784956346' do sheet7.m7.should be_within(35.61679478495635).of(356.16794784956346) end it 'cell n7 should equal 350.9186996398201' do sheet7.n7.should be_within(35.09186996398201).of(350.9186996398201) end it 'cell o7 should equal 343.2305393969396' do sheet7.o7.should be_within(34.32305393969396).of(343.2305393969396) end it 'cell p7 should equal 339.65660332418173' do sheet7.p7.should be_within(33.965660332418175).of(339.65660332418173) end it 'cell q7 should equal 335.9214519651574' do sheet7.q7.should be_within(33.592145196515744).of(335.9214519651574) end it 'cell h8 should equal 15.852446803025652' do sheet7.h8.should be_within(1.5852446803025653).of(15.852446803025652) end it 'cell i8 should equal 17.72448740333324' do sheet7.i8.should be_within(1.772448740333324).of(17.72448740333324) end it 'cell j8 should equal 17.183448840130435' do sheet7.j8.should be_within(1.7183448840130435).of(17.183448840130435) end it 'cell k8 should equal 16.963945338992865' do sheet7.k8.should be_within(1.6963945338992865).of(16.963945338992865) end it 'cell l8 should equal 16.668321544879074' do sheet7.l8.should be_within(1.6668321544879074).of(16.668321544879074) end it 'cell m8 should equal 16.278078430943093' do sheet7.m8.should be_within(1.6278078430943095).of(16.278078430943093) end it 'cell n8 should equal 15.860444512419436' do sheet7.n8.should be_within(1.5860444512419436).of(15.860444512419436) end it 'cell o8 should equal 15.374887113066478' do sheet7.o8.should be_within(1.537488711306648).of(15.374887113066478) end it 'cell p8 should equal 14.894486251116774' do sheet7.p8.should be_within(1.4894486251116774).of(14.894486251116774) end it 'cell q8 should equal 14.422595081474668' do sheet7.q8.should be_within(1.442259508147467).of(14.422595081474668) end it 'cell h9 should equal 9.019834608709552' do sheet7.h9.should be_within(0.9019834608709552).of(9.019834608709552) end it 'cell i9 should equal 9.551097329516901' do sheet7.i9.should be_within(0.9551097329516902).of(9.551097329516901) end it 'cell j9 should equal 10.163716423089292' do sheet7.j9.should be_within(1.0163716423089293).of(10.163716423089292) end it 'cell k9 should equal 11.078742052970153' do sheet7.k9.should be_within(1.1078742052970154).of(11.078742052970153) end it 'cell l9 should equal 11.927979753386868' do sheet7.l9.should be_within(1.1927979753386868).of(11.927979753386868) end it 'cell m9 should equal 12.657847240047854' do sheet7.m9.should be_within(1.2657847240047855).of(12.657847240047854) end it 'cell n9 should equal 13.331077116581312' do sheet7.n9.should be_within(1.3331077116581314).of(13.331077116581312) end it 'cell o9 should equal 13.860251279239513' do sheet7.o9.should be_within(1.3860251279239515).of(13.860251279239513) end it 'cell p9 should equal 14.344409418627478' do sheet7.p9.should be_within(1.434440941862748).of(14.344409418627478) end it 'cell q9 should equal 14.785449092646568' do sheet7.q9.should be_within(1.4785449092646568).of(14.785449092646568) end it 'cell h10 should equal 18.817339999999998' do sheet7.h10.should be_within(1.8817339999999998).of(18.817339999999998) end it 'cell i10 should equal 26.572895707388618' do sheet7.i10.should be_within(2.657289570738862).of(26.572895707388618) end it 'cell j10 should equal 25.383064556311584' do sheet7.j10.should be_within(2.5383064556311585).of(25.383064556311584) end it 'cell k10 should equal 24.58984378892685' do sheet7.k10.should be_within(2.4589843788926853).of(24.58984378892685) end it 'cell l10 should equal 23.99670495670838' do sheet7.l10.should be_within(2.399670495670838).of(23.99670495670838) end it 'cell m10 should equal 23.688791719453825' do sheet7.m10.should be_within(2.3688791719453826).of(23.688791719453825) end it 'cell n10 should equal 23.384829464713203' do sheet7.n10.should be_within(2.3384829464713204).of(23.384829464713203) end it 'cell o10 should equal 23.084767495533725' do sheet7.o10.should be_within(2.3084767495533725).of(23.084767495533725) end it 'cell p10 should equal 22.788555765479813' do sheet7.p10.should be_within(2.2788555765479814).of(22.788555765479813) end it 'cell q10 should equal 22.49614487028552' do sheet7.q10.should be_within(2.249614487028552).of(22.49614487028552) end it 'cell h11 should equal 152.99167541479133' do sheet7.h11.should be_within(15.299167541479134).of(152.99167541479133) end it 'cell i11 should equal 153.63082794362825' do sheet7.i11.should be_within(15.363082794362825).of(153.63082794362825) end it 'cell j11 should equal 174.0209706988313' do sheet7.j11.should be_within(17.40209706988313).of(174.0209706988313) end it 'cell k11 should equal 194.2224288429754' do sheet7.k11.should be_within(19.422242884297543).of(194.2224288429754) end it 'cell l11 should equal 201.39443053847114' do sheet7.l11.should be_within(20.139443053847117).of(201.39443053847114) end it 'cell m11 should equal 208.13218382871563' do sheet7.m11.should be_within(20.813218382871565).of(208.13218382871563) end it 'cell n11 should equal 212.05653906435825' do sheet7.n11.should be_within(21.205653906435828).of(212.05653906435825) end it 'cell o11 should equal 212.0920501260327' do sheet7.o11.should be_within(21.20920501260327).of(212.0920501260327) end it 'cell p11 should equal 209.1795176408344' do sheet7.p11.should be_within(20.91795176408344).of(209.1795176408344) end it 'cell q11 should equal 206.26698515563612' do sheet7.q11.should be_within(20.626698515563614).of(206.26698515563612) end it 'cell h12 should equal 29.222291428230907' do sheet7.h12.should be_within(2.922229142823091).of(29.222291428230907) end it 'cell i12 should equal 33.33785758064639' do sheet7.i12.should be_within(3.3337857580646393).of(33.33785758064639) end it 'cell j12 should equal 41.8240747266485' do sheet7.j12.should be_within(4.18240747266485).of(41.8240747266485) end it 'cell k12 should equal 50.74' do sheet7.k12.should be_within(5.074000000000001).of(50.74) end it 'cell l12 should equal 59.25112823749508' do sheet7.l12.should be_within(5.925112823749508).of(59.25112823749508) end it 'cell m12 should equal 69.189913232481' do sheet7.m12.should be_within(6.9189913232481).of(69.189913232481) end it 'cell n12 should equal 80.79583014739632' do sheet7.n12.should be_within(8.079583014739631).of(80.79583014739632) end it 'cell o12 should equal 94.34852371143573' do sheet7.o12.should be_within(9.434852371143574).of(94.34852371143573) end it 'cell p12 should equal 110.17454626418257' do sheet7.p12.should be_within(11.017454626418257).of(110.17454626418257) end it 'cell q12 should equal 128.69' do sheet7.q12.should be_within(12.869).of(128.69) end it 'cell h13 should equal 716.7576380332365' do sheet7.h13.should be_within(71.67576380332365).of(716.7576380332365) end it 'cell i13 should equal 711.1041956903025' do sheet7.i13.should be_within(71.11041956903026).of(711.1041956903025) end it 'cell j13 should equal 713.6916829773628' do sheet7.j13.should be_within(71.36916829773628).of(713.6916829773628) end it 'cell k13 should equal 722.0426400958205' do sheet7.k13.should be_within(72.20426400958205).of(722.0426400958205) end it 'cell l13 should equal 705.6815482363801' do sheet7.l13.should be_within(70.56815482363801).of(705.6815482363801) end it 'cell m13 should equal 686.1147623012048' do sheet7.m13.should be_within(68.61147623012049).of(686.1147623012048) end it 'cell n13 should equal 696.3474199452887' do sheet7.n13.should be_within(69.63474199452888).of(696.3474199452887) end it 'cell o13 should equal 701.9910191222477' do sheet7.o13.should be_within(70.19910191222478).of(701.9910191222477) end it 'cell p13 should equal 711.0381186644229' do sheet7.p13.should be_within(71.10381186644229).of(711.0381186644229) end it 'cell q13 should equal 722.5826261652003' do sheet7.q13.should be_within(72.25826261652003).of(722.5826261652003) end it 'cell h14 should equal 484.94967152772296' do sheet7.h14.should be_within(48.4949671527723).of(484.94967152772296) end it 'cell i14 should equal 477.0659835308867' do sheet7.i14.should be_within(47.70659835308867).of(477.0659835308867) end it 'cell j14 should equal 471.79679543671375' do sheet7.j14.should be_within(47.17967954367138).of(471.79679543671375) end it 'cell k14 should equal 468.0102268812577' do sheet7.k14.should be_within(46.80102268812578).of(468.0102268812577) end it 'cell l14 should equal 466.628154105645' do sheet7.l14.should be_within(46.662815410564505).of(466.628154105645) end it 'cell m14 should equal 467.2707831189759' do sheet7.m14.should be_within(46.72707831189759).of(467.2707831189759) end it 'cell n14 should equal 469.63816961238564' do sheet7.n14.should be_within(46.963816961238564).of(469.63816961238564) end it 'cell o14 should equal 473.4939888825994' do sheet7.o14.should be_within(47.34939888825994).of(473.4939888825994) end it 'cell p14 should equal 478.65264401758344' do sheet7.p14.should be_within(47.865264401758346).of(478.65264401758344) end it 'cell q14 should equal 484.9690262134444' do sheet7.q14.should be_within(48.49690262134445).of(484.9690262134444) end it 'cell h15 should equal 498.4248385343926' do sheet7.h15.should be_within(49.84248385343926).of(498.4248385343926) end it 'cell i15 should equal 527.1426686705003' do sheet7.i15.should be_within(52.71426686705003).of(527.1426686705003) end it 'cell j15 should equal 554.1103640992222' do sheet7.j15.should be_within(55.411036409922225).of(554.1103640992222) end it 'cell k15 should equal 584.6253218851642' do sheet7.k15.should be_within(58.46253218851643).of(584.6253218851642) end it 'cell l15 should equal 612.7136804533053' do sheet7.l15.should be_within(61.27136804533053).of(612.7136804533053) end it 'cell m15 should equal 643.7764800910145' do sheet7.m15.should be_within(64.37764800910145).of(643.7764800910145) end it 'cell n15 should equal 666.2181725201269' do sheet7.n15.should be_within(66.62181725201269).of(666.2181725201269) end it 'cell o15 should equal 693.036209339798' do sheet7.o15.should be_within(69.3036209339798).of(693.036209339798) end it 'cell p15 should equal 724.3415717397047' do sheet7.p15.should be_within(72.43415717397048).of(724.3415717397047) end it 'cell q15 should equal 760.2663044501312' do sheet7.q15.should be_within(76.02663044501313).of(760.2663044501312) end it 'cell h16 should equal 176.36080205964583' do sheet7.h16.should be_within(17.636080205964586).of(176.36080205964583) end it 'cell i16 should equal 177.42796936210306' do sheet7.i16.should be_within(17.742796936210308).of(177.42796936210306) end it 'cell j16 should equal 181.64752039357137' do sheet7.j16.should be_within(18.164752039357136).of(181.64752039357137) end it 'cell k16 should equal 185.83085939782245' do sheet7.k16.should be_within(18.583085939782247).of(185.83085939782245) end it 'cell l16 should equal 189.81046011329818' do sheet7.l16.should be_within(18.98104601132982).of(189.81046011329818) end it 'cell m16 should equal 193.5794282147545' do sheet7.m16.should be_within(19.35794282147545).of(193.5794282147545) end it 'cell n16 should equal 198.1640768915426' do sheet7.n16.should be_within(19.81640768915426).of(198.1640768915426) end it 'cell o16 should equal 202.8565997740406' do sheet7.o16.should be_within(20.285659977404062).of(202.8565997740406) end it 'cell p16 should equal 207.7413021010397' do sheet7.p16.should be_within(20.774130210103973).of(207.7413021010397) end it 'cell q16 should equal 212.82687278526893' do sheet7.q16.should be_within(21.282687278526893).of(212.82687278526893) end it 'cell h17 should equal 0.0' do sheet7.h17.should be_within(1.0e-08).of(0.0) end it 'cell i17 should equal 0.0' do sheet7.i17.should be_within(1.0e-08).of(0.0) end it 'cell j17 should equal 0.0' do sheet7.j17.should be_within(1.0e-08).of(0.0) end it 'cell k17 should equal 0.0' do sheet7.k17.should be_within(1.0e-08).of(0.0) end it 'cell l17 should equal 0.0' do sheet7.l17.should be_within(1.0e-08).of(0.0) end it 'cell m17 should equal 0.0' do sheet7.m17.should be_within(1.0e-08).of(0.0) end it 'cell n17 should equal 0.0' do sheet7.n17.should be_within(1.0e-08).of(0.0) end it 'cell o17 should equal 0.0' do sheet7.o17.should be_within(1.0e-08).of(0.0) end it 'cell p17 should equal 0.0' do sheet7.p17.should be_within(1.0e-08).of(0.0) end it 'cell q17 should equal 0.0' do sheet7.q17.should be_within(1.0e-08).of(0.0) end it 'cell h18 should equal 1876.4929501549977' do sheet7.h18.should be_within(187.64929501549977).of(1876.4929501549977) end it 'cell i18 should equal 1892.7408172537928' do sheet7.i18.should be_within(189.2740817253793).of(1892.7408172537928) end it 'cell j18 should equal 1921.24636290687' do sheet7.j18.should be_within(192.12463629068702).of(1921.24636290687) end it 'cell k18 should equal 1960.5090482600651' do sheet7.k18.should be_within(196.05090482600653).of(1960.5090482600651) end it 'cell l18 should equal 1974.8338429086284' do sheet7.l18.should be_within(197.48338429086286).of(1974.8338429086284) end it 'cell m18 should equal 1990.7414537259497' do sheet7.m18.should be_within(199.07414537259498).of(1990.7414537259497) end it 'cell n18 should equal 2030.367838969344' do sheet7.n18.should be_within(203.0367838969344).of(2030.367838969344) end it 'cell o18 should equal 2071.377817118686' do sheet7.o18.should be_within(207.1377817118686).of(2071.377817118686) end it 'cell p18 should equal 2121.7736365227506' do sheet7.p18.should be_within(212.17736365227506).of(2121.7736365227506) end it 'cell q18 should equal 2180.6448296140447' do sheet7.q18.should be_within(218.06448296140448).of(2180.6448296140447) end it 'cell h20 should equal 669.5938528779925' do sheet7.h20.should be_within(66.95938528779925).of(669.5938528779925) end it 'cell i20 should equal 681.0987367051919' do sheet7.i20.should be_within(68.10987367051919).of(681.0987367051919) end it 'cell j20 should equal 649.9902440061444' do sheet7.j20.should be_within(64.99902440061445).of(649.9902440061444) end it 'cell k20 should equal 599.880294003289' do sheet7.k20.should be_within(59.988029400328905).of(599.880294003289) end it 'cell l20 should equal 531.5790486759593' do sheet7.l20.should be_within(53.15790486759593).of(531.5790486759593) end it 'cell m20 should equal 518.655310493154' do sheet7.m20.should be_within(51.86553104931541).of(518.655310493154) end it 'cell n20 should equal 534.6995755900068' do sheet7.n20.should be_within(53.46995755900068).of(534.6995755900068) end it 'cell o20 should equal 568.4767382622163' do sheet7.o20.should be_within(56.84767382622163).of(568.4767382622163) end it 'cell p20 should equal 601.4056666541533' do sheet7.p20.should be_within(60.14056666541533).of(601.4056666541533) end it 'cell q20 should equal 620.5833030499311' do sheet7.q20.should be_within(62.05833030499312).of(620.5833030499311) end it 'cell h23 should equal 163.91620313701554' do sheet7.h23.should be_within(16.391620313701555).of(163.91620313701554) end it 'cell i23 should equal 160.70999999999998' do sheet7.i23.should be_within(16.070999999999998).of(160.70999999999998) end it 'cell j23 should equal 134.9964' do sheet7.j23.should be_within(13.49964).of(134.9964) end it 'cell k23 should equal 77.14080000000003' do sheet7.k23.should be_within(7.714080000000003).of(77.14080000000003) end it 'cell l23 should equal 25.713600000000014' do sheet7.l23.should be_within(2.5713600000000016).of(25.713600000000014) end it 'cell m23 should equal 25.713600000000014' do sheet7.m23.should be_within(2.5713600000000016).of(25.713600000000014) end it 'cell n23 should equal 0.0' do sheet7.n23.should be_within(1.0e-08).of(0.0) end it 'cell o23 should equal 0.0' do sheet7.o23.should be_within(1.0e-08).of(0.0) end it 'cell p23 should equal 0.0' do sheet7.p23.should be_within(1.0e-08).of(0.0) end it 'cell q23 should equal 0.0' do sheet7.q23.should be_within(1.0e-08).of(0.0) end it 'cell h24 should equal 0.01700604' do sheet7.h24.should be_within(0.001700604).of(0.01700604) end it 'cell i24 should equal 0.028059966000000006' do sheet7.i24.should be_within(0.002805996600000001).of(0.028059966000000006) end it 'cell j24 should equal 0.013604831999999999' do sheet7.j24.should be_within(0.0013604832).of(0.013604831999999999) end it 'cell k24 should equal 0.0' do sheet7.k24.should be_within(1.0e-08).of(0.0) end it 'cell l24 should equal 0.0' do sheet7.l24.should be_within(1.0e-08).of(0.0) end it 'cell m24 should equal 0.0' do sheet7.m24.should be_within(1.0e-08).of(0.0) end it 'cell n24 should equal 0.0' do sheet7.n24.should be_within(1.0e-08).of(0.0) end it 'cell o24 should equal 0.0' do sheet7.o24.should be_within(1.0e-08).of(0.0) end it 'cell p24 should equal 0.0' do sheet7.p24.should be_within(1.0e-08).of(0.0) end it 'cell q24 should equal 0.0' do sheet7.q24.should be_within(1.0e-08).of(0.0) end it 'cell h25 should equal 5.962752417600001' do sheet7.h25.should be_within(0.5962752417600001).of(5.962752417600001) end it 'cell i25 should equal 14.440670099999998' do sheet7.i25.should be_within(1.44406701).of(14.440670099999998) end it 'cell j25 should equal 29.3428701' do sheet7.j25.should be_within(2.9342870100000003).of(29.3428701) end it 'cell k25 should equal 45.35726511600001' do sheet7.k25.should be_within(4.535726511600001).of(45.35726511600001) end it 'cell l25 should equal 57.69377964' do sheet7.l25.should be_within(5.769377964).of(57.69377964) end it 'cell m25 should equal 48.16934531999999' do sheet7.m25.should be_within(4.816934531999999).of(48.16934531999999) end it 'cell n25 should equal 32.302885319999994' do sheet7.n25.should be_within(3.2302885319999994).of(32.302885319999994) end it 'cell o25 should equal 15.209185319999996' do sheet7.o25.should be_within(1.5209185319999996).of(15.209185319999996) end it 'cell p25 should equal 0.08783531999999616' do sheet7.p25.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell q25 should equal 0.08783531999999616' do sheet7.q25.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell h26 should equal 0.0' do sheet7.h26.should be_within(1.0e-08).of(0.0) end it 'cell i26 should equal 0.0050034246575342495' do sheet7.i26.should be_within(0.000500342465753425).of(0.0050034246575342495) end it 'cell j26 should equal 0.020013698630136998' do sheet7.j26.should be_within(0.0020013698630137).of(0.020013698630136998) end it 'cell k26 should equal 0.050034246575342486' do sheet7.k26.should be_within(0.005003424657534249).of(0.050034246575342486) end it 'cell l26 should equal 0.12508561643835608' do sheet7.l26.should be_within(0.01250856164383561).of(0.12508561643835608) end it 'cell m26 should equal 0.12508561643835608' do sheet7.m26.should be_within(0.01250856164383561).of(0.12508561643835608) end it 'cell n26 should equal 0.0' do sheet7.n26.should be_within(1.0e-08).of(0.0) end it 'cell o26 should equal 0.0' do sheet7.o26.should be_within(1.0e-08).of(0.0) end it 'cell p26 should equal 0.0' do sheet7.p26.should be_within(1.0e-08).of(0.0) end it 'cell q26 should equal 0.0' do sheet7.q26.should be_within(1.0e-08).of(0.0) end it 'cell h27 should equal 0.0' do sheet7.h27.should be_within(1.0e-08).of(0.0) end it 'cell i27 should equal 0.0' do sheet7.i27.should be_within(1.0e-08).of(0.0) end it 'cell j27 should equal 0.0030020547945205484' do sheet7.j27.should be_within(0.0003002054794520549).of(0.0030020547945205484) end it 'cell k27 should equal 0.1584417808219177' do sheet7.k27.should be_within(0.01584417808219177).of(0.1584417808219177) end it 'cell l27 should equal 0.39610445205479383' do sheet7.l27.should be_within(0.039610445205479385).of(0.39610445205479383) end it 'cell m27 should equal 0.39610445205479383' do sheet7.m27.should be_within(0.039610445205479385).of(0.39610445205479383) end it 'cell n27 should equal 0.0' do sheet7.n27.should be_within(1.0e-08).of(0.0) end it 'cell o27 should equal 0.0' do sheet7.o27.should be_within(1.0e-08).of(0.0) end it 'cell p27 should equal 0.0' do sheet7.p27.should be_within(1.0e-08).of(0.0) end it 'cell q27 should equal 0.0' do sheet7.q27.should be_within(1.0e-08).of(0.0) end it 'cell h28 should equal 0.0' do sheet7.h28.should be_within(1.0e-08).of(0.0) end it 'cell i28 should equal 0.0' do sheet7.i28.should be_within(1.0e-08).of(0.0) end it 'cell j28 should equal 0.0' do sheet7.j28.should be_within(1.0e-08).of(0.0) end it 'cell k28 should equal 0.0' do sheet7.k28.should be_within(1.0e-08).of(0.0) end it 'cell l28 should equal 0.0' do sheet7.l28.should be_within(1.0e-08).of(0.0) end it 'cell m28 should equal 0.0' do sheet7.m28.should be_within(1.0e-08).of(0.0) end it 'cell n28 should equal 0.0' do sheet7.n28.should be_within(1.0e-08).of(0.0) end it 'cell o28 should equal 0.0' do sheet7.o28.should be_within(1.0e-08).of(0.0) end it 'cell p28 should equal 0.0' do sheet7.p28.should be_within(1.0e-08).of(0.0) end it 'cell q28 should equal 0.0' do sheet7.q28.should be_within(1.0e-08).of(0.0) end it 'cell h29 should equal 4.114400994' do sheet7.h29.should be_within(0.41144009940000004).of(4.114400994) end it 'cell i29 should equal 5.329728000000001' do sheet7.i29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell j29 should equal 5.329728000000001' do sheet7.j29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell k29 should equal 5.329728000000001' do sheet7.k29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell l29 should equal 5.329728000000001' do sheet7.l29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell m29 should equal 5.329728000000001' do sheet7.m29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell n29 should equal 5.329728000000001' do sheet7.n29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell o29 should equal 5.329728000000001' do sheet7.o29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell p29 should equal 5.329728000000001' do sheet7.p29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell q29 should equal 5.329728000000001' do sheet7.q29.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell h30 should equal 5.21452425' do sheet7.h30.should be_within(0.521452425).of(5.21452425) end it 'cell i30 should equal 0.0' do sheet7.i30.should be_within(1.0e-08).of(0.0) end it 'cell j30 should equal 0.0' do sheet7.j30.should be_within(1.0e-08).of(0.0) end it 'cell k30 should equal 5.684341886080802e-14' do sheet7.k30.should be_within(1.0e-08).of(5.684341886080802e-14) end it 'cell l30 should equal 1.1368683772161603e-13' do sheet7.l30.should be_within(1.0e-08).of(1.1368683772161603e-13) end it 'cell m30 should equal 0.0' do sheet7.m30.should be_within(1.0e-08).of(0.0) end it 'cell n30 should equal 0.0' do sheet7.n30.should be_within(1.0e-08).of(0.0) end it 'cell o30 should equal -5.684341886080802e-14' do sheet7.o30.should be_within(1.0e-08).of(-5.684341886080802e-14) end it 'cell p30 should equal 0.0' do sheet7.p30.should be_within(1.0e-08).of(0.0) end it 'cell q30 should equal 0.0' do sheet7.q30.should be_within(1.0e-08).of(0.0) end it 'cell h31 should equal 179.22488683861556' do sheet7.h31.should be_within(17.922488683861555).of(179.22488683861556) end it 'cell i31 should equal 180.5134614906575' do sheet7.i31.should be_within(18.05134614906575).of(180.5134614906575) end it 'cell j31 should equal 169.7056186854246' do sheet7.j31.should be_within(16.97056186854246).of(169.7056186854246) end it 'cell k31 should equal 128.03626914339733' do sheet7.k31.should be_within(12.803626914339734).of(128.03626914339733) end it 'cell l31 should equal 89.25829770849329' do sheet7.l31.should be_within(8.92582977084933).of(89.25829770849329) end it 'cell m31 should equal 79.73386338849316' do sheet7.m31.should be_within(7.973386338849316).of(79.73386338849316) end it 'cell n31 should equal 37.63261332' do sheet7.n31.should be_within(3.763261332).of(37.63261332) end it 'cell o31 should equal 20.538913319999942' do sheet7.o31.should be_within(2.0538913319999943).of(20.538913319999942) end it 'cell p31 should equal 5.4175633199999975' do sheet7.p31.should be_within(0.5417563319999997).of(5.4175633199999975) end it 'cell q31 should equal 5.4175633199999975' do sheet7.q31.should be_within(0.5417563319999997).of(5.4175633199999975) end it 'cell h32 should equal 0.0' do sheet7.h32.should be_within(1.0e-08).of(0.0) end it 'cell i32 should equal 0.0' do sheet7.i32.should be_within(1.0e-08).of(0.0) end it 'cell j32 should equal 0.0' do sheet7.j32.should be_within(1.0e-08).of(0.0) end it 'cell k32 should equal 0.0' do sheet7.k32.should be_within(1.0e-08).of(0.0) end it 'cell l32 should equal 0.0' do sheet7.l32.should be_within(1.0e-08).of(0.0) end it 'cell m32 should equal 0.0' do sheet7.m32.should be_within(1.0e-08).of(0.0) end it 'cell n32 should equal 0.0' do sheet7.n32.should be_within(1.0e-08).of(0.0) end it 'cell o32 should equal 0.0' do sheet7.o32.should be_within(1.0e-08).of(0.0) end it 'cell p32 should equal 0.0' do sheet7.p32.should be_within(1.0e-08).of(0.0) end it 'cell q32 should equal 0.0' do sheet7.q32.should be_within(1.0e-08).of(0.0) end it 'cell h33 should equal 62.23794243486755' do sheet7.h33.should be_within(6.223794243486755).of(62.23794243486755) end it 'cell i33 should equal 78.7963420454051' do sheet7.i33.should be_within(7.87963420454051).of(78.7963420454051) end it 'cell j33 should equal 112.42322739740875' do sheet7.j33.should be_within(11.242322739740876).of(112.42322739740875) end it 'cell k33 should equal 153.55003907237216' do sheet7.k33.should be_within(15.355003907237217).of(153.55003907237216) end it 'cell l33 should equal 173.3931477358959' do sheet7.l33.should be_within(17.33931477358959).of(173.3931477358959) end it 'cell m33 should equal 185.55356846592838' do sheet7.m33.should be_within(18.55535684659284).of(185.55356846592838) end it 'cell n33 should equal 198.8151335811468' do sheet7.n33.should be_within(19.88151335811468).of(198.8151335811468) end it 'cell o33 should equal 213.1543181135421' do sheet7.o33.should be_within(21.315431811354212).of(213.1543181135421) end it 'cell p33 should equal 222.87194421999808' do sheet7.p33.should be_within(22.28719442199981).of(222.87194421999808) end it 'cell q33 should equal 233.15631269424802' do sheet7.q33.should be_within(23.315631269424802).of(233.15631269424802) end it 'cell h34 should equal 4.881522222222221' do sheet7.h34.should be_within(0.48815222222222215).of(4.881522222222221) end it 'cell i34 should equal 3.0279139524977032' do sheet7.i34.should be_within(0.30279139524977033).of(3.0279139524977032) end it 'cell j34 should equal 4.692845238477029' do sheet7.j34.should be_within(0.469284523847703).of(4.692845238477029) end it 'cell k34 should equal 6.402563081931533' do sheet7.k34.should be_within(0.6402563081931534).of(6.402563081931533) end it 'cell l34 should equal 8.158190817458818' do sheet7.l34.should be_within(0.8158190817458819).of(8.158190817458818) end it 'cell m34 should equal 9.96089275380401' do sheet7.m34.should be_within(0.9960892753804012).of(9.96089275380401) end it 'cell n34 should equal 11.811876531949348' do sheet7.n34.should be_within(1.1811876531949348).of(11.811876531949348) end it 'cell o34 should equal 13.712395650409537' do sheet7.o34.should be_within(1.3712395650409537).of(13.712395650409537) end it 'cell p34 should equal 15.663752170256295' do sheet7.p34.should be_within(1.5663752170256295).of(15.663752170256295) end it 'cell q34 should equal 17.667299613344547' do sheet7.q34.should be_within(1.7667299613344547).of(17.667299613344547) end it 'cell h35 should equal 4.00072' do sheet7.h35.should be_within(0.40007200000000004).of(4.00072) end it 'cell i35 should equal 3.7216' do sheet7.i35.should be_within(0.37216000000000005).of(3.7216) end it 'cell j35 should equal 3.2564' do sheet7.j35.should be_within(0.32564000000000004).of(3.2564) end it 'cell k35 should equal 2.7912' do sheet7.k35.should be_within(0.27912).of(2.7912) end it 'cell l35 should equal 2.326' do sheet7.l35.should be_within(0.23260000000000003).of(2.326) end it 'cell m35 should equal 1.8608' do sheet7.m35.should be_within(0.18608000000000002).of(1.8608) end it 'cell n35 should equal 1.3956' do sheet7.n35.should be_within(0.13956).of(1.3956) end it 'cell o35 should equal 0.9304000000000001' do sheet7.o35.should be_within(0.09304000000000001).of(0.9304000000000001) end it 'cell p35 should equal 0.4652' do sheet7.p35.should be_within(0.046520000000000006).of(0.4652) end it 'cell q35 should equal 0.0' do sheet7.q35.should be_within(1.0e-08).of(0.0) end it 'cell h36 should equal 71.12018465708977' do sheet7.h36.should be_within(7.112018465708977).of(71.12018465708977) end it 'cell i36 should equal 85.54585599790279' do sheet7.i36.should be_within(8.554585599790279).of(85.54585599790279) end it 'cell j36 should equal 120.37247263588579' do sheet7.j36.should be_within(12.03724726358858).of(120.37247263588579) end it 'cell k36 should equal 162.7438021543037' do sheet7.k36.should be_within(16.27438021543037).of(162.7438021543037) end it 'cell l36 should equal 183.87733855335472' do sheet7.l36.should be_within(18.387733855335473).of(183.87733855335472) end it 'cell m36 should equal 197.3752612197324' do sheet7.m36.should be_within(19.737526121973243).of(197.3752612197324) end it 'cell n36 should equal 212.02261011309614' do sheet7.n36.should be_within(21.202261011309616).of(212.02261011309614) end it 'cell o36 should equal 227.79711376395164' do sheet7.o36.should be_within(22.779711376395166).of(227.79711376395164) end it 'cell p36 should equal 239.00089639025438' do sheet7.p36.should be_within(23.90008963902544).of(239.00089639025438) end it 'cell q36 should equal 250.82361230759255' do sheet7.q36.should be_within(25.082361230759258).of(250.82361230759255) end it 'cell h37 should equal 322.6813725850956' do sheet7.h37.should be_within(32.26813725850956).of(322.6813725850956) end it 'cell i37 should equal 327.40470450518353' do sheet7.i37.should be_within(32.74047045051835).of(327.40470450518353) end it 'cell j37 should equal 243.13564938038488' do sheet7.j37.should be_within(24.31356493803849).of(243.13564938038488) end it 'cell k37 should equal 135.38600824731412' do sheet7.k37.should be_within(13.538600824731413).of(135.38600824731412) end it 'cell l37 should equal -9.710099779378965' do sheet7.l37.should be_within(0.9710099779378965).of(-9.710099779378965) end it 'cell m37 should equal -127.74029406117114' do sheet7.m37.should be_within(12.774029406117116).of(-127.74029406117114) end it 'cell n37 should equal -157.73948629015786' do sheet7.n37.should be_within(15.773948629015786).of(-157.73948629015786) end it 'cell o37 should equal -168.86830612366919' do sheet7.o37.should be_within(16.886830612366918).of(-168.86830612366919) end it 'cell p37 should equal -175.43867886784773' do sheet7.p37.should be_within(17.543867886784774).of(-175.43867886784773) end it 'cell q37 should equal -182.1154229434806' do sheet7.q37.should be_within(18.21154229434806).of(-182.1154229434806) end it 'cell h38 should equal 124.39544583847987' do sheet7.h38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell i38 should equal 124.39544583847987' do sheet7.i38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell j38 should equal 124.39544583847987' do sheet7.j38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell k38 should equal 124.39544583847987' do sheet7.k38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell l38 should equal 124.39544583847987' do sheet7.l38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell m38 should equal 124.39544583847987' do sheet7.m38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell n38 should equal 124.39544583847987' do sheet7.n38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell o38 should equal 124.39544583847987' do sheet7.o38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell p38 should equal 124.39544583847987' do sheet7.p38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell q38 should equal 124.39544583847987' do sheet7.q38.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell h39 should equal 447.07681842357545' do sheet7.h39.should be_within(44.707681842357545).of(447.07681842357545) end it 'cell i39 should equal 451.8001503436634' do sheet7.i39.should be_within(45.18001503436634).of(451.8001503436634) end it 'cell j39 should equal 367.5310952188647' do sheet7.j39.should be_within(36.75310952188647).of(367.5310952188647) end it 'cell k39 should equal 259.781454085794' do sheet7.k39.should be_within(25.9781454085794).of(259.781454085794) end it 'cell l39 should equal 114.68534605910091' do sheet7.l39.should be_within(11.468534605910092).of(114.68534605910091) end it 'cell m39 should equal -3.344848222691269' do sheet7.m39.should be_within(0.3344848222691269).of(-3.344848222691269) end it 'cell n39 should equal -33.344040451677984' do sheet7.n39.should be_within(3.3344040451677985).of(-33.344040451677984) end it 'cell o39 should equal -44.47286028518931' do sheet7.o39.should be_within(4.447286028518931).of(-44.47286028518931) end it 'cell p39 should equal -51.043233029367855' do sheet7.p39.should be_within(5.104323302936786).of(-51.043233029367855) end it 'cell q39 should equal -57.71997710500074' do sheet7.q39.should be_within(5.771997710500074).of(-57.71997710500074) end it 'cell h40 should equal 975.891208349798' do sheet7.h40.should be_within(97.58912083497981).of(975.891208349798) end it 'cell i40 should equal 815.4323959706519' do sheet7.i40.should be_within(81.5432395970652).of(815.4323959706519) end it 'cell j40 should equal 664.5203351300491' do sheet7.j40.should be_within(66.45203351300492).of(664.5203351300491) end it 'cell k40 should equal 527.867754477589' do sheet7.k40.should be_within(52.7867754477589).of(527.867754477589) end it 'cell l40 should equal 419.3165377891414' do sheet7.l40.should be_within(41.931653778914146).of(419.3165377891414) end it 'cell m40 should equal 333.08789440544865' do sheet7.m40.should be_within(33.308789440544864).of(333.08789440544865) end it 'cell n40 should equal 264.5913895608064' do sheet7.n40.should be_within(26.459138956080643).of(264.5913895608064) end it 'cell o40 should equal 210.18056977027507' do sheet7.o40.should be_within(21.01805697702751).of(210.18056977027507) end it 'cell p40 should equal 166.95884163987617' do sheet7.p40.should be_within(16.695884163987618).of(166.95884163987617) end it 'cell q40 should equal 132.62526993906516' do sheet7.q40.should be_within(13.262526993906517).of(132.62526993906516) end it 'cell h41 should equal -99.62648876757476' do sheet7.h41.should be_within(9.962648876757477).of(-99.62648876757476) end it 'cell i41 should equal 55.34765064730766' do sheet7.i41.should be_within(5.534765064730767).of(55.34765064730766) end it 'cell j41 should equal 195.68958706939225' do sheet7.j41.should be_within(19.568958706939227).of(195.68958706939225) end it 'cell k41 should equal 335.266168824534' do sheet7.k41.should be_within(33.5266168824534).of(335.266168824534) end it 'cell l41 should equal 418.94158686156516' do sheet7.l41.should be_within(41.894158686156516).of(418.94158686156516) end it 'cell m41 should equal 479.46110977101455' do sheet7.m41.should be_within(47.946110977101455).of(479.46110977101455) end it 'cell n41 should equal 553.0832756599583' do sheet7.n41.should be_within(55.30832756599583).of(553.0832756599583) end it 'cell o41 should equal 609.0698229814584' do sheet7.o41.should be_within(60.90698229814584).of(609.0698229814584) end it 'cell p41 should equal 658.2634092522939' do sheet7.p41.should be_within(65.82634092522939).of(658.2634092522939) end it 'cell q41 should equal 701.4078244564344' do sheet7.q41.should be_within(70.14078244564344).of(701.4078244564344) end it 'cell h42 should equal 0.0' do sheet7.h42.should be_within(1.0e-08).of(0.0) end it 'cell i42 should equal 0.0' do sheet7.i42.should be_within(1.0e-08).of(0.0) end it 'cell j42 should equal 0.0' do sheet7.j42.should be_within(1.0e-08).of(0.0) end it 'cell k42 should equal 0.0' do sheet7.k42.should be_within(1.0e-08).of(0.0) end it 'cell l42 should equal 0.0' do sheet7.l42.should be_within(1.0e-08).of(0.0) end it 'cell m42 should equal 0.0' do sheet7.m42.should be_within(1.0e-08).of(0.0) end it 'cell n42 should equal 0.0' do sheet7.n42.should be_within(1.0e-08).of(0.0) end it 'cell o42 should equal 0.0' do sheet7.o42.should be_within(1.0e-08).of(0.0) end it 'cell p42 should equal 0.0' do sheet7.p42.should be_within(1.0e-08).of(0.0) end it 'cell q42 should equal 0.0' do sheet7.q42.should be_within(1.0e-08).of(0.0) end it 'cell h43 should equal 876.2647195822233' do sheet7.h43.should be_within(87.62647195822234).of(876.2647195822233) end it 'cell i43 should equal 870.7800466179596' do sheet7.i43.should be_within(87.07800466179596).of(870.7800466179596) end it 'cell j43 should equal 860.2099221994414' do sheet7.j43.should be_within(86.02099221994415).of(860.2099221994414) end it 'cell k43 should equal 863.133923302123' do sheet7.k43.should be_within(86.31339233021231).of(863.133923302123) end it 'cell l43 should equal 838.2581246507066' do sheet7.l43.should be_within(83.82581246507067).of(838.2581246507066) end it 'cell m43 should equal 812.5490041764632' do sheet7.m43.should be_within(81.25490041764633).of(812.5490041764632) end it 'cell n43 should equal 817.6746652207647' do sheet7.n43.should be_within(81.76746652207648).of(817.6746652207647) end it 'cell o43 should equal 819.2503927517334' do sheet7.o43.should be_within(81.92503927517335).of(819.2503927517334) end it 'cell p43 should equal 825.22225089217' do sheet7.p43.should be_within(82.522225089217).of(825.22225089217) end it 'cell q43 should equal 834.0330943954996' do sheet7.q43.should be_within(83.40330943954996).of(834.0330943954996) end it 'cell h44 should equal 133.59090031729465' do sheet7.h44.should be_within(13.359090031729465).of(133.59090031729465) end it 'cell i44 should equal 347.31805485755' do sheet7.i44.should be_within(34.731805485755004).of(347.31805485755) end it 'cell j44 should equal 544.4339456537462' do sheet7.j44.should be_within(54.44339456537462).of(544.4339456537462) end it 'cell k44 should equal 742.3781928670971' do sheet7.k44.should be_within(74.23781928670972).of(742.3781928670971) end it 'cell l44 should equal 959.1619411773361' do sheet7.l44.should be_within(95.91619411773361).of(959.1619411773361) end it 'cell m44 should equal 1167.957717246065' do sheet7.m44.should be_within(116.7957717246065).of(1167.957717246065) end it 'cell n44 should equal 1328.4201001758292' do sheet7.n44.should be_within(132.84201001758294).of(1328.4201001758292) end it 'cell o44 should equal 1455.7550223141213' do sheet7.o44.should be_within(145.57550223141214).of(1455.7550223141213) end it 'cell p44 should equal 1576.7011576242896' do sheet7.p44.should be_within(157.67011576242896).of(1576.7011576242896) end it 'cell q44 should equal 1667.090671438097' do sheet7.q44.should be_within(166.7090671438097).of(1667.090671438097) end it 'cell h45 should equal 838.8092932141917' do sheet7.h45.should be_within(83.88092932141917).of(838.8092932141917) end it 'cell i45 should equal 637.8819846512516' do sheet7.i45.should be_within(63.78819846512516).of(637.8819846512516) end it 'cell j45 should equal 508.98355251965154' do sheet7.j45.should be_within(50.89835525196516).of(508.98355251965154) end it 'cell k45 should equal 404.31570071063896' do sheet7.k45.should be_within(40.4315700710639).of(404.31570071063896) end it 'cell l45 should equal 321.171843435596' do sheet7.l45.should be_within(32.1171843435596).of(321.171843435596) end it 'cell m45 should equal 255.12576641104135' do sheet7.m45.should be_within(25.512576641104136).of(255.12576641104135) end it 'cell n45 should equal 202.66146618133868' do sheet7.n45.should be_within(20.26614661813387).of(202.66146618133868) end it 'cell o45 should equal 160.98597351628524' do sheet7.o45.should be_within(16.098597351628523).of(160.98597351628524) end it 'cell p45 should equal 127.88066797955751' do sheet7.p45.should be_within(12.788066797955752).of(127.88066797955751) end it 'cell q45 should equal 101.5831683077875' do sheet7.q45.should be_within(10.158316830778752).of(101.5831683077875) end it 'cell h46 should equal 972.4001935314864' do sheet7.h46.should be_within(97.24001935314864).of(972.4001935314864) end it 'cell i46 should equal 985.2000395088016' do sheet7.i46.should be_within(98.52000395088017).of(985.2000395088016) end it 'cell j46 should equal 1053.4174981733977' do sheet7.j46.should be_within(105.34174981733977).of(1053.4174981733977) end it 'cell k46 should equal 1146.6938935777362' do sheet7.k46.should be_within(114.66938935777362).of(1146.6938935777362) end it 'cell l46 should equal 1280.333784612932' do sheet7.l46.should be_within(128.0333784612932).of(1280.333784612932) end it 'cell m46 should equal 1423.0834836571062' do sheet7.m46.should be_within(142.30834836571063).of(1423.0834836571062) end it 'cell n46 should equal 1531.081566357168' do sheet7.n46.should be_within(153.1081566357168).of(1531.081566357168) end it 'cell o46 should equal 1616.7409958304065' do sheet7.o46.should be_within(161.67409958304066).of(1616.7409958304065) end it 'cell p46 should equal 1704.5818256038472' do sheet7.p46.should be_within(170.45818256038473).of(1704.5818256038472) end it 'cell q46 should equal 1768.6738397458844' do sheet7.q46.should be_within(176.86738397458845).of(1768.6738397458844) end it 'cell h47 should equal 2546.0868030329902' do sheet7.h47.should be_within(254.60868030329902).of(2546.0868030329902) end it 'cell i47 should equal 2573.8395539589847' do sheet7.i47.should be_within(257.38395539589845).of(2573.8395539589847) end it 'cell j47 should equal 2571.2366069130144' do sheet7.j47.should be_within(257.12366069130144).of(2571.2366069130144) end it 'cell k47 should equal 2560.389342263354' do sheet7.k47.should be_within(256.0389342263354).of(2560.389342263354) end it 'cell l47 should equal 2506.4128915845877' do sheet7.l47.should be_within(250.6412891584588).of(2506.4128915845877) end it 'cell m47 should equal 2509.3967642191037' do sheet7.m47.should be_within(250.93967642191038).of(2509.3967642191037) end it 'cell n47 should equal 2565.0674145593507' do sheet7.n47.should be_within(256.50674145593507).of(2565.0674145593507) end it 'cell o47 should equal 2639.854555380902' do sheet7.o47.should be_within(263.9854555380902).of(2639.854555380902) end it 'cell p47 should equal 2723.179303176904' do sheet7.p47.should be_within(272.3179303176904).of(2723.179303176904) end it 'cell q47 should equal 2801.228132663976' do sheet7.q47.should be_within(280.1228132663976).of(2801.228132663976) end it 'cell h49 should equal 0.0' do sheet7.h49.should be_within(1.0e-08).of(0.0) end it 'cell i49 should equal 0.0' do sheet7.i49.should be_within(1.0e-08).of(0.0) end it 'cell j49 should equal 0.0' do sheet7.j49.should be_within(1.0e-08).of(0.0) end it 'cell k49 should equal 0.0' do sheet7.k49.should be_within(1.0e-08).of(0.0) end it 'cell l49 should equal 0.0' do sheet7.l49.should be_within(1.0e-08).of(0.0) end it 'cell m49 should equal 0.0' do sheet7.m49.should be_within(1.0e-08).of(0.0) end it 'cell n49 should equal 0.0' do sheet7.n49.should be_within(1.0e-08).of(0.0) end it 'cell o49 should equal 0.0' do sheet7.o49.should be_within(1.0e-08).of(0.0) end it 'cell p49 should equal 0.0' do sheet7.p49.should be_within(1.0e-08).of(0.0) end it 'cell q49 should equal 0.0' do sheet7.q49.should be_within(1.0e-08).of(0.0) end it 'cell h52 should equal 548.3765177468358' do sheet7.h52.should be_within(54.837651774683586).of(548.3765177468358) end it 'cell i52 should equal 563.6106166923382' do sheet7.i52.should be_within(56.36106166923383).of(563.6106166923382) end it 'cell j52 should equal 534.5994961065121' do sheet7.j52.should be_within(53.459949610651215).of(534.5994961065121) end it 'cell k52 should equal 487.7988483225838' do sheet7.k52.should be_within(48.77988483225838).of(487.7988483225838) end it 'cell l52 should equal 422.51805965530184' do sheet7.l52.should be_within(42.25180596553019).of(422.51805965530184) end it 'cell m52 should equal 409.8366748810812' do sheet7.m52.should be_within(40.983667488108125).of(409.8366748810812) end it 'cell n52 should equal 425.6097897081271' do sheet7.n52.should be_within(42.56097897081271).of(425.6097897081271) end it 'cell o52 should equal 458.0446135214109' do sheet7.o52.should be_within(45.80446135214109).of(458.0446135214109) end it 'cell p52 should equal 489.2985908363501' do sheet7.p52.should be_within(48.929859083635016).of(489.2985908363501) end it 'cell q52 should equal 507.0286836766787' do sheet7.q52.should be_within(50.702868367667875).of(507.0286836766787) end it 'cell h53 should equal 121.21733513115662' do sheet7.h53.should be_within(12.121733513115663).of(121.21733513115662) end it 'cell i53 should equal 117.48812001285407' do sheet7.i53.should be_within(11.748812001285408).of(117.48812001285407) end it 'cell j53 should equal 115.3907478996316' do sheet7.j53.should be_within(11.539074789963161).of(115.3907478996316) end it 'cell k53 should equal 112.08144568070595' do sheet7.k53.should be_within(11.208144568070596).of(112.08144568070595) end it 'cell l53 should equal 109.0609890206565' do sheet7.l53.should be_within(10.90609890206565).of(109.0609890206565) end it 'cell m53 should equal 108.81864158244093' do sheet7.m53.should be_within(10.881864158244094).of(108.81864158244093) end it 'cell n53 should equal 109.08979221060923' do sheet7.n53.should be_within(10.908979221060925).of(109.08979221060923) end it 'cell o53 should equal 110.43212474080529' do sheet7.o53.should be_within(11.04321247408053).of(110.43212474080529) end it 'cell p53 should equal 112.10707581780287' do sheet7.p53.should be_within(11.210707581780287).of(112.10707581780287) end it 'cell q53 should equal 113.55461937325187' do sheet7.q53.should be_within(11.355461937325188).of(113.55461937325187) end it 'cell h54 should equal 1876.4929501549977' do sheet7.h54.should be_within(187.64929501549977).of(1876.4929501549977) end it 'cell i54 should equal 1892.7408172537923' do sheet7.i54.should be_within(189.27408172537923).of(1892.7408172537923) end it 'cell j54 should equal 1921.2463629068707' do sheet7.j54.should be_within(192.12463629068708).of(1921.2463629068707) end it 'cell k54 should equal 1960.5090482600644' do sheet7.k54.should be_within(196.05090482600644).of(1960.5090482600644) end it 'cell l54 should equal 1974.8338429086293' do sheet7.l54.should be_within(197.48338429086294).of(1974.8338429086293) end it 'cell m54 should equal 1990.7414477555817' do sheet7.m54.should be_within(199.07414477555818).of(1990.7414477555817) end it 'cell n54 should equal 2030.3678326406143' do sheet7.n54.should be_within(203.03678326406146).of(2030.3678326406143) end it 'cell o54 should equal 2071.377817118686' do sheet7.o54.should be_within(207.1377817118686).of(2071.377817118686) end it 'cell p54 should equal 2121.773636522751' do sheet7.p54.should be_within(212.17736365227512).of(2121.773636522751) end it 'cell q54 should equal 2180.644829614045' do sheet7.q54.should be_within(218.06448296140454).of(2180.644829614045) end it 'cell h58 should equal 0.0' do sheet7.h58.should be_within(1.0e-08).of(0.0) end it 'cell i58 should equal 0.0' do sheet7.i58.should be_within(1.0e-08).of(0.0) end it 'cell j58 should equal 0.0' do sheet7.j58.should be_within(1.0e-08).of(0.0) end it 'cell k58 should equal 0.0' do sheet7.k58.should be_within(1.0e-08).of(0.0) end it 'cell l58 should equal 0.0' do sheet7.l58.should be_within(1.0e-08).of(0.0) end it 'cell m58 should equal 0.0' do sheet7.m58.should be_within(1.0e-08).of(0.0) end it 'cell n58 should equal 0.0' do sheet7.n58.should be_within(1.0e-08).of(0.0) end it 'cell o58 should equal 0.0' do sheet7.o58.should be_within(1.0e-08).of(0.0) end it 'cell p58 should equal 0.0' do sheet7.p58.should be_within(1.0e-08).of(0.0) end it 'cell q58 should equal 0.0' do sheet7.q58.should be_within(1.0e-08).of(0.0) end it 'cell h59 should equal 0.0' do sheet7.h59.should be_within(1.0e-08).of(0.0) end it 'cell i59 should equal 0.0' do sheet7.i59.should be_within(1.0e-08).of(0.0) end it 'cell j59 should equal 0.0' do sheet7.j59.should be_within(1.0e-08).of(0.0) end it 'cell k59 should equal 0.0' do sheet7.k59.should be_within(1.0e-08).of(0.0) end it 'cell l59 should equal 0.0' do sheet7.l59.should be_within(1.0e-08).of(0.0) end it 'cell m59 should equal 0.0' do sheet7.m59.should be_within(1.0e-08).of(0.0) end it 'cell n59 should equal 0.0' do sheet7.n59.should be_within(1.0e-08).of(0.0) end it 'cell o59 should equal 0.0' do sheet7.o59.should be_within(1.0e-08).of(0.0) end it 'cell p59 should equal 0.0' do sheet7.p59.should be_within(1.0e-08).of(0.0) end it 'cell q59 should equal 0.0' do sheet7.q59.should be_within(1.0e-08).of(0.0) end it 'cell h60 should equal 0.0' do sheet7.h60.should be_within(1.0e-08).of(0.0) end it 'cell i60 should equal 0.0' do sheet7.i60.should be_within(1.0e-08).of(0.0) end it 'cell j60 should equal 0.0' do sheet7.j60.should be_within(1.0e-08).of(0.0) end it 'cell k60 should equal 0.0' do sheet7.k60.should be_within(1.0e-08).of(0.0) end it 'cell l60 should equal 0.0' do sheet7.l60.should be_within(1.0e-08).of(0.0) end it 'cell m60 should equal 0.0' do sheet7.m60.should be_within(1.0e-08).of(0.0) end it 'cell n60 should equal 0.0' do sheet7.n60.should be_within(1.0e-08).of(0.0) end it 'cell o60 should equal 0.0' do sheet7.o60.should be_within(1.0e-08).of(0.0) end it 'cell p60 should equal 0.0' do sheet7.p60.should be_within(1.0e-08).of(0.0) end it 'cell q60 should equal 0.0' do sheet7.q60.should be_within(1.0e-08).of(0.0) end it 'cell h61 should equal 0.0' do sheet7.h61.should be_within(1.0e-08).of(0.0) end it 'cell i61 should equal 0.0' do sheet7.i61.should be_within(1.0e-08).of(0.0) end it 'cell j61 should equal 0.0' do sheet7.j61.should be_within(1.0e-08).of(0.0) end it 'cell k61 should equal 0.0' do sheet7.k61.should be_within(1.0e-08).of(0.0) end it 'cell l61 should equal 0.0' do sheet7.l61.should be_within(1.0e-08).of(0.0) end it 'cell m61 should equal 0.0' do sheet7.m61.should be_within(1.0e-08).of(0.0) end it 'cell n61 should equal 0.0' do sheet7.n61.should be_within(1.0e-08).of(0.0) end it 'cell o61 should equal 0.0' do sheet7.o61.should be_within(1.0e-08).of(0.0) end it 'cell p61 should equal 0.0' do sheet7.p61.should be_within(1.0e-08).of(0.0) end it 'cell q61 should equal 0.0' do sheet7.q61.should be_within(1.0e-08).of(0.0) end it 'cell h62 should equal 0.0' do sheet7.h62.should be_within(1.0e-08).of(0.0) end it 'cell i62 should equal 0.0' do sheet7.i62.should be_within(1.0e-08).of(0.0) end it 'cell j62 should equal 0.0' do sheet7.j62.should be_within(1.0e-08).of(0.0) end it 'cell k62 should equal 0.0' do sheet7.k62.should be_within(1.0e-08).of(0.0) end it 'cell l62 should equal 0.0' do sheet7.l62.should be_within(1.0e-08).of(0.0) end it 'cell m62 should equal 0.0' do sheet7.m62.should be_within(1.0e-08).of(0.0) end it 'cell n62 should equal 0.0' do sheet7.n62.should be_within(1.0e-08).of(0.0) end it 'cell o62 should equal 0.0' do sheet7.o62.should be_within(1.0e-08).of(0.0) end it 'cell p62 should equal 0.0' do sheet7.p62.should be_within(1.0e-08).of(0.0) end it 'cell q62 should equal 0.0' do sheet7.q62.should be_within(1.0e-08).of(0.0) end it 'cell h63 should equal 0.0' do sheet7.h63.should be_within(1.0e-08).of(0.0) end it 'cell i63 should equal 0.0' do sheet7.i63.should be_within(1.0e-08).of(0.0) end it 'cell j63 should equal 0.0' do sheet7.j63.should be_within(1.0e-08).of(0.0) end it 'cell k63 should equal 0.0' do sheet7.k63.should be_within(1.0e-08).of(0.0) end it 'cell l63 should equal 0.0' do sheet7.l63.should be_within(1.0e-08).of(0.0) end it 'cell m63 should equal 0.0' do sheet7.m63.should be_within(1.0e-08).of(0.0) end it 'cell n63 should equal 0.0' do sheet7.n63.should be_within(1.0e-08).of(0.0) end it 'cell o63 should equal 0.0' do sheet7.o63.should be_within(1.0e-08).of(0.0) end it 'cell p63 should equal 0.0' do sheet7.p63.should be_within(1.0e-08).of(0.0) end it 'cell q63 should equal 0.0' do sheet7.q63.should be_within(1.0e-08).of(0.0) end it 'cell h64 should equal 0.0' do sheet7.h64.should be_within(1.0e-08).of(0.0) end it 'cell i64 should equal 0.0' do sheet7.i64.should be_within(1.0e-08).of(0.0) end it 'cell j64 should equal 0.0' do sheet7.j64.should be_within(1.0e-08).of(0.0) end it 'cell k64 should equal 0.0' do sheet7.k64.should be_within(1.0e-08).of(0.0) end it 'cell l64 should equal 0.0' do sheet7.l64.should be_within(1.0e-08).of(0.0) end it 'cell m64 should equal 0.0' do sheet7.m64.should be_within(1.0e-08).of(0.0) end it 'cell n64 should equal 0.0' do sheet7.n64.should be_within(1.0e-08).of(0.0) end it 'cell o64 should equal 0.0' do sheet7.o64.should be_within(1.0e-08).of(0.0) end it 'cell p64 should equal 0.0' do sheet7.p64.should be_within(1.0e-08).of(0.0) end it 'cell q64 should equal 0.0' do sheet7.q64.should be_within(1.0e-08).of(0.0) end it 'cell h65 should equal 0.0' do sheet7.h65.should be_within(1.0e-08).of(0.0) end it 'cell i65 should equal 0.0' do sheet7.i65.should be_within(1.0e-08).of(0.0) end it 'cell j65 should equal 0.0' do sheet7.j65.should be_within(1.0e-08).of(0.0) end it 'cell k65 should equal 0.0' do sheet7.k65.should be_within(1.0e-08).of(0.0) end it 'cell l65 should equal 0.0' do sheet7.l65.should be_within(1.0e-08).of(0.0) end it 'cell m65 should equal 0.0' do sheet7.m65.should be_within(1.0e-08).of(0.0) end it 'cell n65 should equal 0.0' do sheet7.n65.should be_within(1.0e-08).of(0.0) end it 'cell o65 should equal 0.0' do sheet7.o65.should be_within(1.0e-08).of(0.0) end it 'cell p65 should equal 0.0' do sheet7.p65.should be_within(1.0e-08).of(0.0) end it 'cell q65 should equal 0.0' do sheet7.q65.should be_within(1.0e-08).of(0.0) end it 'cell h66 should equal 0.0' do sheet7.h66.should be_within(1.0e-08).of(0.0) end it 'cell i66 should equal 0.0' do sheet7.i66.should be_within(1.0e-08).of(0.0) end it 'cell j66 should equal 0.0' do sheet7.j66.should be_within(1.0e-08).of(0.0) end it 'cell k66 should equal 0.0' do sheet7.k66.should be_within(1.0e-08).of(0.0) end it 'cell l66 should equal 0.0' do sheet7.l66.should be_within(1.0e-08).of(0.0) end it 'cell m66 should equal 0.0' do sheet7.m66.should be_within(1.0e-08).of(0.0) end it 'cell n66 should equal 0.0' do sheet7.n66.should be_within(1.0e-08).of(0.0) end it 'cell o66 should equal 0.0' do sheet7.o66.should be_within(1.0e-08).of(0.0) end it 'cell p66 should equal -1.7763568394002505e-15' do sheet7.p66.should be_within(1.0e-08).of(-1.7763568394002505e-15) end it 'cell q66 should equal 1.7763568394002505e-15' do sheet7.q66.should be_within(1.0e-08).of(1.7763568394002505e-15) end it 'cell h67 should equal 0.0' do sheet7.h67.should be_within(1.0e-08).of(0.0) end it 'cell i67 should equal 0.0' do sheet7.i67.should be_within(1.0e-08).of(0.0) end it 'cell j67 should equal 0.0' do sheet7.j67.should be_within(1.0e-08).of(0.0) end it 'cell k67 should equal 0.0' do sheet7.k67.should be_within(1.0e-08).of(0.0) end it 'cell l67 should equal 0.0' do sheet7.l67.should be_within(1.0e-08).of(0.0) end it 'cell m67 should equal 0.0' do sheet7.m67.should be_within(1.0e-08).of(0.0) end it 'cell n67 should equal 0.0' do sheet7.n67.should be_within(1.0e-08).of(0.0) end it 'cell o67 should equal 0.0' do sheet7.o67.should be_within(1.0e-08).of(0.0) end it 'cell p67 should equal 0.0' do sheet7.p67.should be_within(1.0e-08).of(0.0) end it 'cell q67 should equal 0.0' do sheet7.q67.should be_within(1.0e-08).of(0.0) end it 'cell h68 should equal 0.0' do sheet7.h68.should be_within(1.0e-08).of(0.0) end it 'cell i68 should equal 0.0' do sheet7.i68.should be_within(1.0e-08).of(0.0) end it 'cell j68 should equal 0.0' do sheet7.j68.should be_within(1.0e-08).of(0.0) end it 'cell k68 should equal 0.0' do sheet7.k68.should be_within(1.0e-08).of(0.0) end it 'cell l68 should equal 0.0' do sheet7.l68.should be_within(1.0e-08).of(0.0) end it 'cell m68 should equal 0.0' do sheet7.m68.should be_within(1.0e-08).of(0.0) end it 'cell n68 should equal 0.0' do sheet7.n68.should be_within(1.0e-08).of(0.0) end it 'cell o68 should equal 0.0' do sheet7.o68.should be_within(1.0e-08).of(0.0) end it 'cell p68 should equal 0.0' do sheet7.p68.should be_within(1.0e-08).of(0.0) end it 'cell q68 should equal 0.0' do sheet7.q68.should be_within(1.0e-08).of(0.0) end it 'cell h69 should equal 0.0' do sheet7.h69.should be_within(1.0e-08).of(0.0) end it 'cell i69 should equal 0.0' do sheet7.i69.should be_within(1.0e-08).of(0.0) end it 'cell j69 should equal 0.0' do sheet7.j69.should be_within(1.0e-08).of(0.0) end it 'cell k69 should equal 0.0' do sheet7.k69.should be_within(1.0e-08).of(0.0) end it 'cell l69 should equal 0.0' do sheet7.l69.should be_within(1.0e-08).of(0.0) end it 'cell m69 should equal 0.0' do sheet7.m69.should be_within(1.0e-08).of(0.0) end it 'cell n69 should equal 0.0' do sheet7.n69.should be_within(1.0e-08).of(0.0) end it 'cell o69 should equal 0.0' do sheet7.o69.should be_within(1.0e-08).of(0.0) end it 'cell p69 should equal 0.0' do sheet7.p69.should be_within(1.0e-08).of(0.0) end it 'cell q69 should equal 0.0' do sheet7.q69.should be_within(1.0e-08).of(0.0) end it 'cell h70 should equal 0.0' do sheet7.h70.should be_within(1.0e-08).of(0.0) end it 'cell i70 should equal 0.0' do sheet7.i70.should be_within(1.0e-08).of(0.0) end it 'cell j70 should equal 0.0' do sheet7.j70.should be_within(1.0e-08).of(0.0) end it 'cell k70 should equal 0.0' do sheet7.k70.should be_within(1.0e-08).of(0.0) end it 'cell l70 should equal 0.0' do sheet7.l70.should be_within(1.0e-08).of(0.0) end it 'cell m70 should equal 0.0' do sheet7.m70.should be_within(1.0e-08).of(0.0) end it 'cell n70 should equal 0.0' do sheet7.n70.should be_within(1.0e-08).of(0.0) end it 'cell o70 should equal 0.0' do sheet7.o70.should be_within(1.0e-08).of(0.0) end it 'cell p70 should equal 0.0' do sheet7.p70.should be_within(1.0e-08).of(0.0) end it 'cell q70 should equal 0.0' do sheet7.q70.should be_within(1.0e-08).of(0.0) end it 'cell h71 should equal 0.0' do sheet7.h71.should be_within(1.0e-08).of(0.0) end it 'cell i71 should equal 0.0' do sheet7.i71.should be_within(1.0e-08).of(0.0) end it 'cell j71 should equal 0.0' do sheet7.j71.should be_within(1.0e-08).of(0.0) end it 'cell k71 should equal 0.0' do sheet7.k71.should be_within(1.0e-08).of(0.0) end it 'cell l71 should equal 0.0' do sheet7.l71.should be_within(1.0e-08).of(0.0) end it 'cell m71 should equal 0.0' do sheet7.m71.should be_within(1.0e-08).of(0.0) end it 'cell n71 should equal 0.0' do sheet7.n71.should be_within(1.0e-08).of(0.0) end it 'cell o71 should equal 0.0' do sheet7.o71.should be_within(1.0e-08).of(0.0) end it 'cell p71 should equal 0.0' do sheet7.p71.should be_within(1.0e-08).of(0.0) end it 'cell q71 should equal 0.0' do sheet7.q71.should be_within(1.0e-08).of(0.0) end it 'cell h72 should equal 0.0' do sheet7.h72.should be_within(1.0e-08).of(0.0) end it 'cell i72 should equal 0.0' do sheet7.i72.should be_within(1.0e-08).of(0.0) end it 'cell j72 should equal 0.0' do sheet7.j72.should be_within(1.0e-08).of(0.0) end it 'cell k72 should equal 0.0' do sheet7.k72.should be_within(1.0e-08).of(0.0) end it 'cell l72 should equal 0.0' do sheet7.l72.should be_within(1.0e-08).of(0.0) end it 'cell m72 should equal 0.0' do sheet7.m72.should be_within(1.0e-08).of(0.0) end it 'cell n72 should equal 0.0' do sheet7.n72.should be_within(1.0e-08).of(0.0) end it 'cell o72 should equal 0.0' do sheet7.o72.should be_within(1.0e-08).of(0.0) end it 'cell p72 should equal -1.7763568394002505e-15' do sheet7.p72.should be_within(1.0e-08).of(-1.7763568394002505e-15) end it 'cell q72 should equal 1.7763568394002505e-15' do sheet7.q72.should be_within(1.0e-08).of(1.7763568394002505e-15) end it 'cell h74 should equal 0.0' do sheet7.h74.should be_within(1.0e-08).of(0.0) end it 'cell i74 should equal 4.547473508864641e-13' do sheet7.i74.should be_within(1.0e-08).of(4.547473508864641e-13) end it 'cell j74 should equal -6.821210263296962e-13' do sheet7.j74.should be_within(1.0e-08).of(-6.821210263296962e-13) end it 'cell k74 should equal 6.821210263296962e-13' do sheet7.k74.should be_within(1.0e-08).of(6.821210263296962e-13) end it 'cell l74 should equal -9.094947017729282e-13' do sheet7.l74.should be_within(1.0e-08).of(-9.094947017729282e-13) end it 'cell m74 should equal 5.970367965346668e-06' do sheet7.m74.should be_within(5.970367965346668e-07).of(5.970367965346668e-06) end it 'cell n74 should equal 6.328729568849667e-06' do sheet7.n74.should be_within(6.328729568849667e-07).of(6.328729568849667e-06) end it 'cell o74 should equal 0.0' do sheet7.o74.should be_within(1.0e-08).of(0.0) end it 'cell p74 should equal -4.565237077258644e-13' do sheet7.p74.should be_within(1.0e-08).of(-4.565237077258644e-13) end it 'cell q74 should equal -4.5297099404706387e-13' do sheet7.q74.should be_within(1.0e-08).of(-4.5297099404706387e-13) end it 'cell h80 should equal -354.55512401053005' do sheet7.h80.should be_within(35.45551240105301).of(-354.55512401053005) end it 'cell i80 should equal -360.93233792616286' do sheet7.i80.should be_within(36.09323379261629).of(-360.93233792616286) end it 'cell j80 should equal -372.6247996251641' do sheet7.j80.should be_within(37.26247996251641).of(-372.6247996251641) end it 'cell k80 should equal -381.7916035548217' do sheet7.k80.should be_within(38.17916035548217).of(-381.7916035548217) end it 'cell l80 should equal -389.2191103035388' do sheet7.l80.should be_within(38.92191103035388).of(-389.2191103035388) end it 'cell m80 should equal -398.372453850329' do sheet7.m80.should be_within(39.8372453850329).of(-398.372453850329) end it 'cell n80 should equal -409.1481654367992' do sheet7.n80.should be_within(40.914816543679926).of(-409.1481654367992) end it 'cell o80 should equal -421.5036539584932' do sheet7.o80.should be_within(42.15036539584932).of(-421.5036539584932) end it 'cell p80 should equal -435.11431844714406' do sheet7.p80.should be_within(43.51143184471441).of(-435.11431844714406) end it 'cell q80 should equal -450.41059658387326' do sheet7.q80.should be_within(45.041059658387326).of(-450.41059658387326) end it 'cell h81 should equal 354.55512401053005' do sheet7.h81.should be_within(35.45551240105301).of(354.55512401053005) end it 'cell i81 should equal 360.93233792616286' do sheet7.i81.should be_within(36.09323379261629).of(360.93233792616286) end it 'cell j81 should equal 372.6247996251641' do sheet7.j81.should be_within(37.26247996251641).of(372.6247996251641) end it 'cell k81 should equal 381.7916035548217' do sheet7.k81.should be_within(38.17916035548217).of(381.7916035548217) end it 'cell l81 should equal 389.2191103035388' do sheet7.l81.should be_within(38.92191103035388).of(389.2191103035388) end it 'cell m81 should equal 398.372453850329' do sheet7.m81.should be_within(39.8372453850329).of(398.372453850329) end it 'cell n81 should equal 409.1481654367992' do sheet7.n81.should be_within(40.914816543679926).of(409.1481654367992) end it 'cell o81 should equal 421.5036539584932' do sheet7.o81.should be_within(42.15036539584932).of(421.5036539584932) end it 'cell p81 should equal 435.11431844714406' do sheet7.p81.should be_within(43.51143184471441).of(435.11431844714406) end it 'cell q81 should equal 450.41059658387326' do sheet7.q81.should be_within(45.041059658387326).of(450.41059658387326) end it 'cell h82 should equal 0.0' do sheet7.h82.should be_within(1.0e-08).of(0.0) end it 'cell i82 should equal 0.0' do sheet7.i82.should be_within(1.0e-08).of(0.0) end it 'cell j82 should equal 0.0' do sheet7.j82.should be_within(1.0e-08).of(0.0) end it 'cell k82 should equal 0.0' do sheet7.k82.should be_within(1.0e-08).of(0.0) end it 'cell l82 should equal 0.0' do sheet7.l82.should be_within(1.0e-08).of(0.0) end it 'cell m82 should equal 0.0' do sheet7.m82.should be_within(1.0e-08).of(0.0) end it 'cell n82 should equal 0.0' do sheet7.n82.should be_within(1.0e-08).of(0.0) end it 'cell o82 should equal 0.0' do sheet7.o82.should be_within(1.0e-08).of(0.0) end it 'cell p82 should equal 0.0' do sheet7.p82.should be_within(1.0e-08).of(0.0) end it 'cell q82 should equal 0.0' do sheet7.q82.should be_within(1.0e-08).of(0.0) end it 'cell h84 should equal -26.584481639635896' do sheet7.h84.should be_within(2.6584481639635897).of(-26.584481639635896) end it 'cell i84 should equal -27.06264403180353' do sheet7.i84.should be_within(2.706264403180353).of(-27.06264403180353) end it 'cell j84 should equal -27.93934277992264' do sheet7.j84.should be_within(2.793934277992264).of(-27.93934277992264) end it 'cell k84 should equal -28.626668147006853' do sheet7.k84.should be_within(2.8626668147006855).of(-28.626668147006853) end it 'cell l84 should equal -29.183581313444904' do sheet7.l84.should be_within(2.9183581313444904).of(-29.183581313444904) end it 'cell m84 should equal -29.869897423358736' do sheet7.m84.should be_within(2.986989742335874).of(-29.869897423358736) end it 'cell n84 should equal -30.677858407208532' do sheet7.n84.should be_within(3.0677858407208536).of(-30.677858407208532) end it 'cell o84 should equal -31.604270791376905' do sheet7.o84.should be_within(3.1604270791376905).of(-31.604270791376905) end it 'cell p84 should equal -32.62479605162116' do sheet7.p84.should be_within(3.2624796051621163).of(-32.62479605162116) end it 'cell q84 should equal -33.77170833053822' do sheet7.q84.should be_within(3.377170833053822).of(-33.77170833053822) end it 'cell h85 should equal 381.13960565016595' do sheet7.h85.should be_within(38.1139605650166).of(381.13960565016595) end it 'cell i85 should equal 387.9949819579664' do sheet7.i85.should be_within(38.799498195796644).of(387.9949819579664) end it 'cell j85 should equal 400.5641424050867' do sheet7.j85.should be_within(40.05641424050867).of(400.5641424050867) end it 'cell k85 should equal 410.41827170182853' do sheet7.k85.should be_within(41.041827170182856).of(410.41827170182853) end it 'cell l85 should equal 418.4026916169837' do sheet7.l85.should be_within(41.84026916169837).of(418.4026916169837) end it 'cell m85 should equal 428.24235127368775' do sheet7.m85.should be_within(42.82423512736878).of(428.24235127368775) end it 'cell n85 should equal 439.82602384400775' do sheet7.n85.should be_within(43.98260238440078).of(439.82602384400775) end it 'cell o85 should equal 453.1079247498701' do sheet7.o85.should be_within(45.31079247498701).of(453.1079247498701) end it 'cell p85 should equal 467.7391144987652' do sheet7.p85.should be_within(46.77391144987652).of(467.7391144987652) end it 'cell q85 should equal 484.1823049144115' do sheet7.q85.should be_within(48.41823049144115).of(484.1823049144115) end it 'cell h86 should equal 382.39863324110746' do sheet7.h86.should be_within(38.23986332411075).of(382.39863324110746) end it 'cell i86 should equal 389.25494195830294' do sheet7.i86.should be_within(38.9254941958303).of(389.25494195830294) end it 'cell j86 should equal 401.83170614927013' do sheet7.j86.should be_within(40.183170614927015).of(401.83170614927013) end it 'cell k86 should equal 411.69545854792074' do sheet7.k86.should be_within(41.16954585479208).of(411.69545854792074) end it 'cell l86 should equal 419.6920341659674' do sheet7.l86.should be_within(41.96920341659674).of(419.6920341659674) end it 'cell m86 should equal 429.5461820451945' do sheet7.m86.should be_within(42.95461820451945).of(429.5461820451945) end it 'cell n86 should equal 441.1465213128623' do sheet7.n86.should be_within(44.114652131286235).of(441.1465213128623) end it 'cell o86 should equal 454.4471504482935' do sheet7.o86.should be_within(45.44471504482935).of(454.4471504482935) end it 'cell p86 should equal 469.09904302344387' do sheet7.p86.should be_within(46.90990430234439).of(469.09904302344387) end it 'cell q86 should equal 485.56484830041325' do sheet7.q86.should be_within(48.55648483004133).of(485.56484830041325) end it 'cell h89 should equal 0.0' do sheet7.h89.should be_within(1.0e-08).of(0.0) end it 'cell i89 should equal 0.0' do sheet7.i89.should be_within(1.0e-08).of(0.0) end it 'cell j89 should equal 0.0' do sheet7.j89.should be_within(1.0e-08).of(0.0) end it 'cell k89 should equal 1.0231815394945443e-12' do sheet7.k89.should be_within(1.0e-08).of(1.0231815394945443e-12) end it 'cell l89 should equal -9.094947017729282e-13' do sheet7.l89.should be_within(1.0e-08).of(-9.094947017729282e-13) end it 'cell m89 should equal 5.970368306407181e-06' do sheet7.m89.should be_within(5.970368306407181e-07).of(5.970368306407181e-06) end it 'cell n89 should equal 6.328729568849667e-06' do sheet7.n89.should be_within(6.328729568849667e-07).of(6.328729568849667e-06) end it 'cell o89 should equal -1.0231815394945443e-12' do sheet7.o89.should be_within(1.0e-08).of(-1.0231815394945443e-12) end it 'cell p89 should equal 0.0' do sheet7.p89.should be_within(1.0e-08).of(0.0) end it 'cell q89 should equal -1.0231815394945443e-12' do sheet7.q89.should be_within(1.0e-08).of(-1.0231815394945443e-12) end it 'cell h91 should equal 0.0' do sheet7.h91.should be_within(1.0e-08).of(0.0) end it 'cell i91 should equal 4.547473508864641e-13' do sheet7.i91.should be_within(1.0e-08).of(4.547473508864641e-13) end it 'cell j91 should equal -6.821210263296962e-13' do sheet7.j91.should be_within(1.0e-08).of(-6.821210263296962e-13) end it 'cell k91 should equal 1.7053025658242404e-12' do sheet7.k91.should be_within(1.0e-08).of(1.7053025658242404e-12) end it 'cell l91 should equal -1.8189894035458565e-12' do sheet7.l91.should be_within(1.0e-08).of(-1.8189894035458565e-12) end it 'cell m91 should equal 1.1940736271753849e-05' do sheet7.m91.should be_within(1.194073627175385e-06).of(1.1940736271753849e-05) end it 'cell n91 should equal 1.2657459137699334e-05' do sheet7.n91.should be_within(1.2657459137699335e-06).of(1.2657459137699334e-05) end it 'cell o91 should equal -1.0231815394945443e-12' do sheet7.o91.should be_within(1.0e-08).of(-1.0231815394945443e-12) end it 'cell p91 should equal -4.565237077258644e-13' do sheet7.p91.should be_within(1.0e-08).of(-4.565237077258644e-13) end it 'cell q91 should equal -1.4761525335416081e-12' do sheet7.q91.should be_within(1.0e-08).of(-1.4761525335416081e-12) end it 'cell h96 should equal 309.62005353950747' do sheet7.h96.should be_within(30.962005353950747).of(309.62005353950747) end it 'cell i96 should equal 316.8554804676454' do sheet7.i96.should be_within(31.68554804676454).of(316.8554804676454) end it 'cell j96 should equal 317.86206003884547' do sheet7.j96.should be_within(31.786206003884548).of(317.86206003884547) end it 'cell k96 should equal 324.71926489452346' do sheet7.k96.should be_within(32.47192648945235).of(324.71926489452346) end it 'cell l96 should equal 336.85523323247423' do sheet7.l96.should be_within(33.68552332324742).of(336.85523323247423) end it 'cell m96 should equal 356.1824028417013' do sheet7.m96.should be_within(35.61824028417013).of(356.1824028417013) end it 'cell n96 should equal 392.5637714328623' do sheet7.n96.should be_within(39.25637714328624).of(392.5637714328623) end it 'cell o96 should equal 422.9361198232935' do sheet7.o96.should be_within(42.29361198232935).of(422.9361198232935) end it 'cell p96 should equal 452.67806777844385' do sheet7.p96.should be_within(45.267806777844385).of(452.67806777844385) end it 'cell q96 should equal 469.1084803304133' do sheet7.q96.should be_within(46.91084803304133).of(469.1084803304133) end it 'cell h97 should equal 0.0' do sheet7.h97.should be_within(1.0e-08).of(0.0) end it 'cell i97 should equal 0.0' do sheet7.i97.should be_within(1.0e-08).of(0.0) end it 'cell j97 should equal 0.0' do sheet7.j97.should be_within(1.0e-08).of(0.0) end it 'cell k97 should equal 0.0' do sheet7.k97.should be_within(1.0e-08).of(0.0) end it 'cell l97 should equal 0.0' do sheet7.l97.should be_within(1.0e-08).of(0.0) end it 'cell m97 should equal 0.0' do sheet7.m97.should be_within(1.0e-08).of(0.0) end it 'cell n97 should equal 0.0' do sheet7.n97.should be_within(1.0e-08).of(0.0) end it 'cell o97 should equal 0.0' do sheet7.o97.should be_within(1.0e-08).of(0.0) end it 'cell p97 should equal 0.0' do sheet7.p97.should be_within(1.0e-08).of(0.0) end it 'cell q97 should equal 0.0' do sheet7.q97.should be_within(1.0e-08).of(0.0) end it 'cell h98 should equal 0.0' do sheet7.h98.should be_within(1.0e-08).of(0.0) end it 'cell i98 should equal 0.0' do sheet7.i98.should be_within(1.0e-08).of(0.0) end it 'cell j98 should equal 0.0' do sheet7.j98.should be_within(1.0e-08).of(0.0) end it 'cell k98 should equal 0.0' do sheet7.k98.should be_within(1.0e-08).of(0.0) end it 'cell l98 should equal 0.0' do sheet7.l98.should be_within(1.0e-08).of(0.0) end it 'cell m98 should equal 0.0' do sheet7.m98.should be_within(1.0e-08).of(0.0) end it 'cell n98 should equal 0.0' do sheet7.n98.should be_within(1.0e-08).of(0.0) end it 'cell o98 should equal 0.0' do sheet7.o98.should be_within(1.0e-08).of(0.0) end it 'cell p98 should equal 0.0' do sheet7.p98.should be_within(1.0e-08).of(0.0) end it 'cell q98 should equal 0.0' do sheet7.q98.should be_within(1.0e-08).of(0.0) end it 'cell h99 should equal 309.62005353950747' do sheet7.h99.should be_within(30.962005353950747).of(309.62005353950747) end it 'cell i99 should equal 316.8554804676454' do sheet7.i99.should be_within(31.68554804676454).of(316.8554804676454) end it 'cell j99 should equal 317.86206003884547' do sheet7.j99.should be_within(31.786206003884548).of(317.86206003884547) end it 'cell k99 should equal 324.71926489452346' do sheet7.k99.should be_within(32.47192648945235).of(324.71926489452346) end it 'cell l99 should equal 336.85523323247423' do sheet7.l99.should be_within(33.68552332324742).of(336.85523323247423) end it 'cell m99 should equal 356.1824028417013' do sheet7.m99.should be_within(35.61824028417013).of(356.1824028417013) end it 'cell n99 should equal 392.5637714328623' do sheet7.n99.should be_within(39.25637714328624).of(392.5637714328623) end it 'cell o99 should equal 422.9361198232935' do sheet7.o99.should be_within(42.29361198232935).of(422.9361198232935) end it 'cell p99 should equal 452.67806777844385' do sheet7.p99.should be_within(45.267806777844385).of(452.67806777844385) end it 'cell q99 should equal 469.1084803304133' do sheet7.q99.should be_within(46.91084803304133).of(469.1084803304133) end it 'cell h100 should equal 0.0' do sheet7.h100.should be_within(1.0e-08).of(0.0) end it 'cell i100 should equal 0.0' do sheet7.i100.should be_within(1.0e-08).of(0.0) end it 'cell j100 should equal 5.079787425' do sheet7.j100.should be_within(0.5079787425000001).of(5.079787425) end it 'cell k100 should equal 10.834644510000002' do sheet7.k100.should be_within(1.0834644510000002).of(10.834644510000002) end it 'cell l100 should equal 10.876743225' do sheet7.l100.should be_within(1.0876743225).of(10.876743225) end it 'cell m100 should equal 10.928155815' do sheet7.m100.should be_within(1.0928155815).of(10.928155815) end it 'cell n100 should equal 10.95013656' do sheet7.n100.should be_within(1.0950136560000001).of(10.95013656) end it 'cell o100 should equal 10.972117305000001' do sheet7.o100.should be_within(1.0972117305000002).of(10.972117305000001) end it 'cell p100 should equal 11.003411924999998' do sheet7.p100.should be_within(1.1003411925).of(11.003411924999998) end it 'cell q100 should equal 11.03880465' do sheet7.q100.should be_within(1.103880465).of(11.03880465) end it 'cell h101 should equal 57.469896' do sheet7.h101.should be_within(5.7469896).of(57.469896) end it 'cell i101 should equal 52.596' do sheet7.i101.should be_within(5.2596).of(52.596) end it 'cell j101 should equal 44.18064' do sheet7.j101.should be_within(4.418064).of(44.18064) end it 'cell k101 should equal 25.246080000000006' do sheet7.k101.should be_within(2.5246080000000006).of(25.246080000000006) end it 'cell l101 should equal 8.415360000000005' do sheet7.l101.should be_within(0.8415360000000005).of(8.415360000000005) end it 'cell m101 should equal 8.415360000000005' do sheet7.m101.should be_within(0.8415360000000005).of(8.415360000000005) end it 'cell n101 should equal 0.0' do sheet7.n101.should be_within(1.0e-08).of(0.0) end it 'cell o101 should equal 0.0' do sheet7.o101.should be_within(1.0e-08).of(0.0) end it 'cell p101 should equal 0.0' do sheet7.p101.should be_within(1.0e-08).of(0.0) end it 'cell q101 should equal 0.0' do sheet7.q101.should be_within(1.0e-08).of(0.0) end it 'cell h102 should equal 4.9858220412000005' do sheet7.h102.should be_within(0.4985822041200001).of(4.9858220412000005) end it 'cell i102 should equal 10.317757319999997' do sheet7.i102.should be_within(1.0317757319999996).of(10.317757319999997) end it 'cell j102 should equal 17.549707319999996' do sheet7.j102.should be_within(1.7549707319999996).of(17.549707319999996) end it 'cell k102 should equal 24.78165732' do sheet7.k102.should be_within(2.4781657320000003).of(24.78165732) end it 'cell l102 should equal 28.963039319999996' do sheet7.l102.should be_within(2.896303932).of(28.963039319999996) end it 'cell m102 should equal 21.783685319999993' do sheet7.m102.should be_within(2.1783685319999995).of(21.783685319999993) end it 'cell n102 should equal 14.551735319999997' do sheet7.n102.should be_within(1.4551735319999999).of(14.551735319999997) end it 'cell o102 should equal 7.319785319999996' do sheet7.o102.should be_within(0.7319785319999996).of(7.319785319999996) end it 'cell p102 should equal 0.08783531999999616' do sheet7.p102.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell q102 should equal 0.08783531999999616' do sheet7.q102.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell h103 should equal 0.9769303763999999' do sheet7.h103.should be_within(0.09769303764).of(0.9769303763999999) end it 'cell i103 should equal 4.122912780000003' do sheet7.i103.should be_within(0.4122912780000003).of(4.122912780000003) end it 'cell j103 should equal 11.793162780000001' do sheet7.j103.should be_within(1.1793162780000002).of(11.793162780000001) end it 'cell k103 should equal 20.575607796000003' do sheet7.k103.should be_within(2.0575607796000006).of(20.575607796000003) end it 'cell l103 should equal 28.73074032000001' do sheet7.l103.should be_within(2.873074032000001).of(28.73074032000001) end it 'cell m103 should equal 26.385659999999998' do sheet7.m103.should be_within(2.638566).of(26.385659999999998) end it 'cell n103 should equal 17.75115' do sheet7.n103.should be_within(1.775115).of(17.75115) end it 'cell o103 should equal 7.8894' do sheet7.o103.should be_within(0.7889400000000001).of(7.8894) end it 'cell p103 should equal 0.0' do sheet7.p103.should be_within(1.0e-08).of(0.0) end it 'cell q103 should equal 0.0' do sheet7.q103.should be_within(1.0e-08).of(0.0) end it 'cell h104 should equal 4.114400994' do sheet7.h104.should be_within(0.41144009940000004).of(4.114400994) end it 'cell i104 should equal 5.329728000000001' do sheet7.i104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell j104 should equal 5.329728000000001' do sheet7.j104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell k104 should equal 5.329728000000001' do sheet7.k104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell l104 should equal 5.329728000000001' do sheet7.l104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell m104 should equal 5.329728000000001' do sheet7.m104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell n104 should equal 5.329728000000001' do sheet7.n104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell o104 should equal 5.329728000000001' do sheet7.o104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell p104 should equal 5.329728000000001' do sheet7.p104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell q104 should equal 5.329728000000001' do sheet7.q104.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell h105 should equal 0.0' do sheet7.h105.should be_within(1.0e-08).of(0.0) end it 'cell i105 should equal 0.0050034246575342495' do sheet7.i105.should be_within(0.000500342465753425).of(0.0050034246575342495) end it 'cell j105 should equal 0.023015753424657545' do sheet7.j105.should be_within(0.0023015753424657547).of(0.023015753424657545) end it 'cell k105 should equal 0.20847602739726018' do sheet7.k105.should be_within(0.02084760273972602).of(0.20847602739726018) end it 'cell l105 should equal 0.5211900684931499' do sheet7.l105.should be_within(0.05211900684931499).of(0.5211900684931499) end it 'cell m105 should equal 0.5211900684931499' do sheet7.m105.should be_within(0.05211900684931499).of(0.5211900684931499) end it 'cell n105 should equal 0.0' do sheet7.n105.should be_within(1.0e-08).of(0.0) end it 'cell o105 should equal 0.0' do sheet7.o105.should be_within(1.0e-08).of(0.0) end it 'cell p105 should equal 0.0' do sheet7.p105.should be_within(1.0e-08).of(0.0) end it 'cell q105 should equal 0.0' do sheet7.q105.should be_within(1.0e-08).of(0.0) end it 'cell h106 should equal 0.0' do sheet7.h106.should be_within(1.0e-08).of(0.0) end it 'cell i106 should equal 0.0' do sheet7.i106.should be_within(1.0e-08).of(0.0) end it 'cell j106 should equal 0.0' do sheet7.j106.should be_within(1.0e-08).of(0.0) end it 'cell k106 should equal 0.0' do sheet7.k106.should be_within(1.0e-08).of(0.0) end it 'cell l106 should equal 0.0' do sheet7.l106.should be_within(1.0e-08).of(0.0) end it 'cell m106 should equal 0.0' do sheet7.m106.should be_within(1.0e-08).of(0.0) end it 'cell n106 should equal 0.0' do sheet7.n106.should be_within(1.0e-08).of(0.0) end it 'cell o106 should equal 0.0' do sheet7.o106.should be_within(1.0e-08).of(0.0) end it 'cell p106 should equal 0.0' do sheet7.p106.should be_within(1.0e-08).of(0.0) end it 'cell q106 should equal 0.0' do sheet7.q106.should be_within(1.0e-08).of(0.0) end it 'cell h107 should equal 0.0' do sheet7.h107.should be_within(1.0e-08).of(0.0) end it 'cell i107 should equal 0.0' do sheet7.i107.should be_within(1.0e-08).of(0.0) end it 'cell j107 should equal 0.0' do sheet7.j107.should be_within(1.0e-08).of(0.0) end it 'cell k107 should equal 0.0' do sheet7.k107.should be_within(1.0e-08).of(0.0) end it 'cell l107 should equal 0.0' do sheet7.l107.should be_within(1.0e-08).of(0.0) end it 'cell m107 should equal 0.0' do sheet7.m107.should be_within(1.0e-08).of(0.0) end it 'cell n107 should equal 0.0' do sheet7.n107.should be_within(1.0e-08).of(0.0) end it 'cell o107 should equal 0.0' do sheet7.o107.should be_within(1.0e-08).of(0.0) end it 'cell p107 should equal 0.0' do sheet7.p107.should be_within(1.0e-08).of(0.0) end it 'cell q107 should equal 0.0' do sheet7.q107.should be_within(1.0e-08).of(0.0) end it 'cell h108 should equal 0.01700604' do sheet7.h108.should be_within(0.001700604).of(0.01700604) end it 'cell i108 should equal 0.028059966000000006' do sheet7.i108.should be_within(0.002805996600000001).of(0.028059966000000006) end it 'cell j108 should equal 0.013604831999999999' do sheet7.j108.should be_within(0.0013604832).of(0.013604831999999999) end it 'cell k108 should equal 0.0' do sheet7.k108.should be_within(1.0e-08).of(0.0) end it 'cell l108 should equal 0.0' do sheet7.l108.should be_within(1.0e-08).of(0.0) end it 'cell m108 should equal 0.0' do sheet7.m108.should be_within(1.0e-08).of(0.0) end it 'cell n108 should equal 0.0' do sheet7.n108.should be_within(1.0e-08).of(0.0) end it 'cell o108 should equal 0.0' do sheet7.o108.should be_within(1.0e-08).of(0.0) end it 'cell p108 should equal 0.0' do sheet7.p108.should be_within(1.0e-08).of(0.0) end it 'cell q108 should equal 0.0' do sheet7.q108.should be_within(1.0e-08).of(0.0) end it 'cell h109 should equal 10.094159451600001' do sheet7.h109.should be_within(1.0094159451600002).of(10.094159451600001) end it 'cell i109 should equal 19.803461490657536' do sheet7.i109.should be_within(1.9803461490657537).of(19.803461490657536) end it 'cell j109 should equal 34.70921868542466' do sheet7.j109.should be_within(3.470921868542466).of(34.70921868542466) end it 'cell k109 should equal 50.89546914339727' do sheet7.k109.should be_within(5.089546914339728).of(50.89546914339727) end it 'cell l109 should equal 63.54469770849315' do sheet7.l109.should be_within(6.354469770849316).of(63.54469770849315) end it 'cell m109 should equal 54.02026338849314' do sheet7.m109.should be_within(5.402026338849314).of(54.02026338849314) end it 'cell n109 should equal 37.63261332' do sheet7.n109.should be_within(3.763261332).of(37.63261332) end it 'cell o109 should equal 20.53891332' do sheet7.o109.should be_within(2.053891332).of(20.53891332) end it 'cell p109 should equal 5.4175633199999975' do sheet7.p109.should be_within(0.5417563319999997).of(5.4175633199999975) end it 'cell q109 should equal 5.4175633199999975' do sheet7.q109.should be_within(0.5417563319999997).of(5.4175633199999975) end it 'cell h110 should equal 5.21452425' do sheet7.h110.should be_within(0.521452425).of(5.21452425) end it 'cell i110 should equal 0.0' do sheet7.i110.should be_within(1.0e-08).of(0.0) end it 'cell j110 should equal 0.0' do sheet7.j110.should be_within(1.0e-08).of(0.0) end it 'cell k110 should equal 0.0' do sheet7.k110.should be_within(1.0e-08).of(0.0) end it 'cell l110 should equal 0.0' do sheet7.l110.should be_within(1.0e-08).of(0.0) end it 'cell m110 should equal 0.0' do sheet7.m110.should be_within(1.0e-08).of(0.0) end it 'cell n110 should equal 0.0' do sheet7.n110.should be_within(1.0e-08).of(0.0) end it 'cell o110 should equal 0.0' do sheet7.o110.should be_within(1.0e-08).of(0.0) end it 'cell p110 should equal 0.0' do sheet7.p110.should be_within(1.0e-08).of(0.0) end it 'cell q110 should equal 0.0' do sheet7.q110.should be_within(1.0e-08).of(0.0) end it 'cell h111 should equal 382.39863324110746' do sheet7.h111.should be_within(38.23986332411075).of(382.39863324110746) end it 'cell i111 should equal 389.25494195830294' do sheet7.i111.should be_within(38.9254941958303).of(389.25494195830294) end it 'cell j111 should equal 401.83170614927013' do sheet7.j111.should be_within(40.183170614927015).of(401.83170614927013) end it 'cell k111 should equal 411.69545854792074' do sheet7.k111.should be_within(41.16954585479208).of(411.69545854792074) end it 'cell l111 should equal 419.6920341659674' do sheet7.l111.should be_within(41.96920341659674).of(419.6920341659674) end it 'cell m111 should equal 429.5461820451945' do sheet7.m111.should be_within(42.95461820451945).of(429.5461820451945) end it 'cell n111 should equal 441.1465213128623' do sheet7.n111.should be_within(44.114652131286235).of(441.1465213128623) end it 'cell o111 should equal 454.4471504482935' do sheet7.o111.should be_within(45.44471504482935).of(454.4471504482935) end it 'cell p111 should equal 469.09904302344387' do sheet7.p111.should be_within(46.90990430234439).of(469.09904302344387) end it 'cell q111 should equal 485.56484830041325' do sheet7.q111.should be_within(48.55648483004133).of(485.56484830041325) end it 'cell h121 should equal 0.6829990876021753' do sheet7.h121.should be_within(0.06829990876021753).of(0.6829990876021753) end it 'cell i121 should equal 0.6877542738304172' do sheet7.i121.should be_within(0.06877542738304172).of(0.6877542738304172) end it 'cell j121 should equal 0.6681667562239478' do sheet7.j121.should be_within(0.06681667562239478).of(0.6681667562239478) end it 'cell k121 should equal 0.6494377245198728' do sheet7.k121.should be_within(0.06494377245198728).of(0.6494377245198728) end it 'cell l121 should equal 0.616540980725508' do sheet7.l121.should be_within(0.0616540980725508).of(0.616540980725508) end it 'cell m121 should equal 0.5933110841407434' do sheet7.m121.should be_within(0.059331108414074345).of(0.5933110841407434) end it 'cell n121 should equal 0.6084799530945318' do sheet7.n121.should be_within(0.06084799530945319).of(0.6084799530945318) end it 'cell o121 should equal 0.6258180192438265' do sheet7.o121.should be_within(0.06258180192438266).of(0.6258180192438265) end it 'cell p121 should equal 0.6454590684866502' do sheet7.p121.should be_within(0.06454590684866503).of(0.6454590684866502) end it 'cell q121 should equal 0.6595742911427632' do sheet7.q121.should be_within(0.06595742911427632).of(0.6595742911427632) end it 'cell h122 should equal 0.036341149145131674' do sheet7.h122.should be_within(0.0036341149145131674).of(0.036341149145131674) end it 'cell i122 should equal 0.035656446131557606' do sheet7.i122.should be_within(0.0035656446131557607).of(0.035656446131557606) end it 'cell j122 should equal 0.034595810641237575' do sheet7.j122.should be_within(0.0034595810641237577).of(0.034595810641237575) end it 'cell k122 should equal 0.03362908354816274' do sheet7.k122.should be_within(0.0033629083548162744).of(0.03362908354816274) end it 'cell l122 should equal 0.03274902766620257' do sheet7.l122.should be_within(0.0032749027666202574).of(0.03274902766620257) end it 'cell m122 should equal 0.031948986928052675' do sheet7.m122.should be_within(0.003194898692805268).of(0.031948986928052675) end it 'cell n122 should equal 0.03122283955942785' do sheet7.n122.should be_within(0.003122283955942785).of(0.03122283955942785) end it 'cell o122 should equal 0.0305649550431774' do sheet7.o122.should be_within(0.00305649550431774).of(0.0305649550431774) end it 'cell p122 should equal 0.02997015456603912' do sheet7.p122.should be_within(0.0029970154566039122).of(0.02997015456603912) end it 'cell q122 should equal 0.029433674665684903' do sheet7.q122.should be_within(0.0029433674665684906).of(0.029433674665684903) end it 'cell h123 should equal 0.0' do sheet7.h123.should be_within(1.0e-08).of(0.0) end it 'cell i123 should equal 0.0' do sheet7.i123.should be_within(1.0e-08).of(0.0) end it 'cell j123 should equal 0.0' do sheet7.j123.should be_within(1.0e-08).of(0.0) end it 'cell k123 should equal 0.0' do sheet7.k123.should be_within(1.0e-08).of(0.0) end it 'cell l123 should equal 0.0' do sheet7.l123.should be_within(1.0e-08).of(0.0) end it 'cell m123 should equal 0.0' do sheet7.m123.should be_within(1.0e-08).of(0.0) end it 'cell n123 should equal 0.0' do sheet7.n123.should be_within(1.0e-08).of(0.0) end it 'cell o123 should equal 0.0' do sheet7.o123.should be_within(1.0e-08).of(0.0) end it 'cell p123 should equal 0.0' do sheet7.p123.should be_within(1.0e-08).of(0.0) end it 'cell q123 should equal 0.0' do sheet7.q123.should be_within(1.0e-08).of(0.0) end it 'cell h124 should equal 0.056426762033361555' do sheet7.h124.should be_within(0.005642676203336156).of(0.056426762033361555) end it 'cell i124 should equal 0.055436230793638575' do sheet7.i124.should be_within(0.005543623079363858).of(0.055436230793638575) end it 'cell j124 should equal 0.05398710203454612' do sheet7.j124.should be_within(0.005398710203454612).of(0.05398710203454612) end it 'cell k124 should equal 0.05127792427169597' do sheet7.k124.should be_within(0.005127792427169597).of(0.05127792427169597) end it 'cell l124 should equal 0.05153104018563145' do sheet7.l124.should be_within(0.005153104018563145).of(0.05153104018563145) end it 'cell m124 should equal 0.051788664708274146' do sheet7.m124.should be_within(0.005178866470827415).of(0.051788664708274146) end it 'cell n124 should equal 0.05205091775768791' do sheet7.n124.should be_within(0.0052050917757687915).of(0.05205091775768791) end it 'cell o124 should equal 0.0523179229811795' do sheet7.o124.should be_within(0.00523179229811795).of(0.0523179229811795) end it 'cell p124 should equal 0.05258980787619669' do sheet7.p124.should be_within(0.005258980787619669).of(0.05258980787619669) end it 'cell q124 should equal 0.05286670391518411' do sheet7.q124.should be_within(0.005286670391518412).of(0.05286670391518411) end it 'cell h125 should equal -0.0023776279024886023' do sheet7.h125.should be_within(0.00023776279024886025).of(-0.0023776279024886023) end it 'cell i125 should equal 0.003321961252422214' do sheet7.i125.should be_within(0.0003321961252422214).of(0.003321961252422214) end it 'cell j125 should equal 0.007731147351845606' do sheet7.j125.should be_within(0.0007731147351845607).of(0.007731147351845606) end it 'cell k125 should equal 0.012008705747395935' do sheet7.k125.should be_within(0.0012008705747395935).of(0.012008705747395935) end it 'cell l125 should equal 0.015962211172041645' do sheet7.l125.should be_within(0.0015962211172041647).of(0.015962211172041645) end it 'cell m125 should equal 0.018185624681597092' do sheet7.m125.should be_within(0.0018185624681597093).of(0.018185624681597092) end it 'cell n125 should equal 0.018580092994714' do sheet7.n125.should be_within(0.0018580092994714002).of(0.018580092994714) end it 'cell o125 should equal 0.01729490423095835' do sheet7.o125.should be_within(0.001729490423095835).of(0.01729490423095835) end it 'cell p125 should equal 0.015674740473342975' do sheet7.p125.should be_within(0.0015674740473342976).of(0.015674740473342975) end it 'cell q125 should equal 0.015057506043692737' do sheet7.q125.should be_within(0.0015057506043692737).of(0.015057506043692737) end it 'cell h126 should equal 0.029865269095529577' do sheet7.h126.should be_within(0.002986526909552958).of(0.029865269095529577) end it 'cell i126 should equal 0.03009036919775816' do sheet7.i126.should be_within(0.003009036919775816).of(0.03009036919775816) end it 'cell j126 should equal 0.02973040971804023' do sheet7.j126.should be_within(0.0029730409718040232).of(0.02973040971804023) end it 'cell k126 should equal 0.0288433005895818' do sheet7.k126.should be_within(0.00288433005895818).of(0.0288433005895818) end it 'cell l126 should equal 0.02828622372609571' do sheet7.l126.should be_within(0.002828622372609571).of(0.02828622372609571) end it 'cell m126 should equal 0.028316631275004417' do sheet7.m126.should be_within(0.002831663127500442).of(0.028316631275004417) end it 'cell n126 should equal 0.02872639002206067' do sheet7.n126.should be_within(0.002872639002206067).of(0.02872639002206067) end it 'cell o126 should equal 0.029392573164361464' do sheet7.o126.should be_within(0.0029392573164361466).of(0.029392573164361464) end it 'cell p126 should equal 0.030280550131054115' do sheet7.p126.should be_within(0.0030280550131054117).of(0.030280550131054115) end it 'cell q126 should equal 0.031350783516886686' do sheet7.q126.should be_within(0.003135078351688669).of(0.031350783516886686) end it 'cell h127 should equal 0.0' do sheet7.h127.should be_within(1.0e-08).of(0.0) end it 'cell i127 should equal 0.0' do sheet7.i127.should be_within(1.0e-08).of(0.0) end it 'cell j127 should equal 0.0' do sheet7.j127.should be_within(1.0e-08).of(0.0) end it 'cell k127 should equal 0.0' do sheet7.k127.should be_within(1.0e-08).of(0.0) end it 'cell l127 should equal 0.0' do sheet7.l127.should be_within(1.0e-08).of(0.0) end it 'cell m127 should equal 0.0' do sheet7.m127.should be_within(1.0e-08).of(0.0) end it 'cell n127 should equal 0.0' do sheet7.n127.should be_within(1.0e-08).of(0.0) end it 'cell o127 should equal 0.0' do sheet7.o127.should be_within(1.0e-08).of(0.0) end it 'cell p127 should equal 0.0' do sheet7.p127.should be_within(1.0e-08).of(0.0) end it 'cell q127 should equal 0.0' do sheet7.q127.should be_within(1.0e-08).of(0.0) end it 'cell h128 should equal 0.06049598926850329' do sheet7.h128.should be_within(0.006049598926850329).of(0.06049598926850329) end it 'cell i128 should equal 0.06207458071952856' do sheet7.i128.should be_within(0.006207458071952856).of(0.06207458071952856) end it 'cell j128 should equal 0.07166168311877388' do sheet7.j128.should be_within(0.007166168311877389).of(0.07166168311877388) end it 'cell k128 should equal 0.0813288065850515' do sheet7.k128.should be_within(0.00813288065850515).of(0.0813288065850515) end it 'cell l128 should equal 0.08653568768511623' do sheet7.l128.should be_within(0.008653568768511623).of(0.08653568768511623) end it 'cell m128 should equal 0.09207238554982064' do sheet7.m128.should be_within(0.009207238554982065).of(0.09207238554982064) end it 'cell n128 should equal 0.09722851706726071' do sheet7.n128.should be_within(0.009722851706726071).of(0.09722851706726071) end it 'cell o128 should equal 0.101739872016926' do sheet7.o128.should be_within(0.0101739872016926).of(0.101739872016926) end it 'cell p128 should equal 0.10602721820712424' do sheet7.p128.should be_within(0.010602721820712424).of(0.10602721820712424) end it 'cell q128 should equal 0.1112074696054594' do sheet7.q128.should be_within(0.01112074696054594).of(0.1112074696054594) end it 'cell h129 should equal -0.01211137189029076' do sheet7.h129.should be_within(0.0012111371890290762).of(-0.01211137189029076) end it 'cell i129 should equal -0.014345146602483948' do sheet7.i129.should be_within(0.0014345146602483948).of(-0.014345146602483948) end it 'cell j129 should equal -0.018516209525472116' do sheet7.j129.should be_within(0.0018516209525472117).of(-0.018516209525472116) end it 'cell k129 should equal -0.024616586854786952' do sheet7.k129.should be_within(0.0024616586854786953).of(-0.024616586854786952) end it 'cell l129 should equal -0.03021338084432391' do sheet7.l129.should be_within(0.0030213380844323913).of(-0.03021338084432391) end it 'cell m129 should equal -0.03260765255027631' do sheet7.m129.should be_within(0.0032607652550276315).of(-0.03260765255027631) end it 'cell n129 should equal -0.03524937039098357' do sheet7.n129.should be_within(0.003524937039098357).of(-0.03524937039098357) end it 'cell o129 should equal -0.03813190955135573' do sheet7.o129.should be_within(0.0038131909551355732).of(-0.03813190955135573) end it 'cell p129 should equal -0.03976233736033172' do sheet7.p129.should be_within(0.003976233736033172).of(-0.03976233736033172) end it 'cell q129 should equal -0.04149656272915019' do sheet7.q129.should be_within(0.004149656272915019).of(-0.04149656272915019) end it 'cell h130 should equal 0.0' do sheet7.h130.should be_within(1.0e-08).of(0.0) end it 'cell i130 should equal 0.0' do sheet7.i130.should be_within(1.0e-08).of(0.0) end it 'cell j130 should equal -0.0036938995816971775' do sheet7.j130.should be_within(0.00036938995816971775).of(-0.0036938995816971775) end it 'cell k130 should equal -0.008701737207798382' do sheet7.k130.should be_within(0.0008701737207798383).of(-0.008701737207798382) end it 'cell l130 should equal -0.008518789000565102' do sheet7.l130.should be_within(0.0008518789000565103).of(-0.008518789000565102) end it 'cell m130 should equal -0.008343426228257641' do sheet7.m130.should be_within(0.0008343426228257641).of(-0.008343426228257641) end it 'cell n130 should equal -0.008175184257819096' do sheet7.n130.should be_within(0.0008175184257819097).of(-0.008175184257819096) end it 'cell o130 should equal -0.008156662137093859' do sheet7.o130.should be_within(0.000815666213709386).of(-0.008156662137093859) end it 'cell p130 should equal -0.007995692492801914' do sheet7.p130.should be_within(0.0007995692492801915).of(-0.007995692492801914) end it 'cell q130 should equal -0.007840996003779011' do sheet7.q130.should be_within(0.0007840996003779012).of(-0.007840996003779011) end it 'cell h131 should equal 0.851639257351922' do sheet7.h131.should be_within(0.08516392573519221).of(0.851639257351922) end it 'cell i131 should equal 0.8599887153228384' do sheet7.i131.should be_within(0.08599887153228385).of(0.8599887153228384) end it 'cell j131 should equal 0.843662799981222' do sheet7.j131.should be_within(0.0843662799981222).of(0.843662799981222) end it 'cell k131 should equal 0.8232072211991754' do sheet7.k131.should be_within(0.08232072211991755).of(0.8232072211991754) end it 'cell l131 should equal 0.7928730013157066' do sheet7.l131.should be_within(0.07928730013157066).of(0.7928730013157066) end it 'cell m131 should equal 0.7746722985049584' do sheet7.m131.should be_within(0.07746722985049585).of(0.7746722985049584) end it 'cell n131 should equal 0.7928641558468803' do sheet7.n131.should be_within(0.07928641558468803).of(0.7928641558468803) end it 'cell o131 should equal 0.8108396749919797' do sheet7.o131.should be_within(0.08108396749919798).of(0.8108396749919797) end it 'cell p131 should equal 0.8322435098872737' do sheet7.p131.should be_within(0.08322435098872738).of(0.8322435098872737) end it 'cell q131 should equal 0.8501528701567419' do sheet7.q131.should be_within(0.08501528701567419).of(0.8501528701567419) end it 'cell h133 should equal 0.814017284728713' do sheet7.h133.should be_within(0.0814017284728713).of(0.814017284728713) end it 'cell i133 should equal 0.8209839146706378' do sheet7.i133.should be_within(0.08209839146706378).of(0.8209839146706378) end it 'cell j133 should equal 0.7943216839578069' do sheet7.j133.should be_within(0.0794321683957807).of(0.7943216839578069) end it 'cell k133 should equal 0.7633280557717588' do sheet7.k133.should be_within(0.07633280557717588).of(0.7633280557717588) end it 'cell l133 should equal 0.7267593688018605' do sheet7.l133.should be_within(0.07267593688018606).of(0.7267593688018605) end it 'cell m133 should equal 0.7023356579218331' do sheet7.m133.should be_within(0.0702335657921833).of(0.7023356579218331) end it 'cell n133 should equal 0.7157482806011854' do sheet7.n133.should be_within(0.07157482806011854).of(0.7157482806011854) end it 'cell o133 should equal 0.7296017289229542' do sheet7.o133.should be_within(0.07296017289229542).of(0.7296017289229542) end it 'cell p133 should equal 0.7472130999879768' do sheet7.p133.should be_within(0.07472130999879768).of(0.7472130999879768) end it 'cell q133 should equal 0.7603102406176349' do sheet7.q133.should be_within(0.07603102406176349).of(0.7603102406176349) end it 'cell h135 should equal 1.0418255045119007' do sheet7.h135.should be_within(0.10418255045119007).of(1.0418255045119007) end it 'cell q135 should equal 0.1498471298432581' do sheet7.q135.should be_within(0.01498471298432581).of(0.1498471298432581) end it 'cell h140 should equal 512.0893822041751' do sheet7.h140.should be_within(51.20893822041751).of(512.0893822041751) end it 'cell i140 should equal 516.5185769380349' do sheet7.i140.should be_within(51.65185769380349).of(516.5185769380349) end it 'cell j140 should equal 501.96619907108055' do sheet7.j140.should be_within(50.19661990710806).of(501.96619907108055) end it 'cell k140 should equal 487.885665947076' do sheet7.k140.should be_within(48.7885665947076).of(487.885665947076) end it 'cell l140 should equal 462.6035765118981' do sheet7.l140.should be_within(46.260357651189814).of(462.6035765118981) end it 'cell m140 should equal 444.5832407883246' do sheet7.m140.should be_within(44.45832407883246).of(444.5832407883246) end it 'cell n140 should equal 456.09708962970376' do sheet7.n140.should be_within(45.60970896297038).of(456.09708962970376) end it 'cell o140 should equal 469.3026803037461' do sheet7.o140.should be_within(46.93026803037461).of(469.3026803037461) end it 'cell p140 should equal 484.2075940681637' do sheet7.p140.should be_within(48.42075940681637).of(484.2075940681637) end it 'cell q140 should equal 494.9318852068375' do sheet7.q140.should be_within(49.49318852068375).of(494.9318852068375) end it 'cell h141 should equal 12.10264631136367' do sheet7.h141.should be_within(1.2102646311363672).of(12.10264631136367) end it 'cell i141 should equal 11.322988978354838' do sheet7.i141.should be_within(1.1322988978354838).of(11.322988978354838) end it 'cell j141 should equal 10.842227308086889' do sheet7.j141.should be_within(1.084222730808689).of(10.842227308086889) end it 'cell k141 should equal 10.548496543163115' do sheet7.k141.should be_within(1.0548496543163115).of(10.548496543163115) end it 'cell l141 should equal 10.582805748262352' do sheet7.l141.should be_within(1.0582805748262352).of(10.582805748262352) end it 'cell m141 should equal 10.774528177894464' do sheet7.m141.should be_within(1.0774528177894465).of(10.774528177894464) end it 'cell n141 should equal 10.902569247507664' do sheet7.n141.should be_within(1.0902569247507665).of(10.902569247507664) end it 'cell o141 should equal 11.003696298729894' do sheet7.o141.should be_within(1.1003696298729895).of(11.003696298729894) end it 'cell p141 should equal 11.17300683659452' do sheet7.p141.should be_within(1.1173006836594521).of(11.17300683659452) end it 'cell q141 should equal 11.281947149272332' do sheet7.q141.should be_within(1.1281947149272333).of(11.281947149272332) end it 'cell h142 should equal 524.1920285155387' do sheet7.h142.should be_within(52.41920285155388).of(524.1920285155387) end it 'cell i142 should equal 527.8415659163898' do sheet7.i142.should be_within(52.784156591638975).of(527.8415659163898) end it 'cell j142 should equal 512.8084263791675' do sheet7.j142.should be_within(51.28084263791675).of(512.8084263791675) end it 'cell k142 should equal 498.43416249023915' do sheet7.k142.should be_within(49.84341624902392).of(498.43416249023915) end it 'cell l142 should equal 473.1863822601604' do sheet7.l142.should be_within(47.31863822601605).of(473.1863822601604) end it 'cell m142 should equal 455.35776896621906' do sheet7.m142.should be_within(45.53577689662191).of(455.35776896621906) end it 'cell n142 should equal 466.9996588772114' do sheet7.n142.should be_within(46.69996588772114).of(466.9996588772114) end it 'cell o142 should equal 480.306376602476' do sheet7.o142.should be_within(48.030637660247606).of(480.306376602476) end it 'cell p142 should equal 495.38060090475824' do sheet7.p142.should be_within(49.538060090475824).of(495.38060090475824) end it 'cell q142 should equal 506.21383235610983' do sheet7.q142.should be_within(50.621383235610985).of(506.21383235610983) end it 'cell h143 should equal 27.891312059948405' do sheet7.h143.should be_within(2.7891312059948405).of(27.891312059948405) end it 'cell i143 should equal 27.36581229262639' do sheet7.i143.should be_within(2.7365812292626392).of(27.36581229262639) end it 'cell j143 should equal 26.55178972762075' do sheet7.j143.should be_within(2.655178972762075).of(26.55178972762075) end it 'cell k143 should equal 25.809840514015082' do sheet7.k143.should be_within(2.5809840514015083).of(25.809840514015082) end it 'cell l143 should equal 25.134410214991846' do sheet7.l143.should be_within(2.513441021499185).of(25.134410214991846) end it 'cell m143 should equal 24.520390394118916' do sheet7.m143.should be_within(2.4520390394118916).of(24.520390394118916) end it 'cell n143 should equal 23.963082677212594' do sheet7.n143.should be_within(2.3963082677212593).of(23.963082677212594) end it 'cell o143 should equal 23.458165722911836' do sheet7.o143.should be_within(2.345816572291184).of(23.458165722911836) end it 'cell p143 should equal 23.001664866127776' do sheet7.p143.should be_within(2.3001664866127776).of(23.001664866127776) end it 'cell q143 should equal 22.589924217671314' do sheet7.q143.should be_within(2.2589924217671316).of(22.589924217671314) end it 'cell h144 should equal 0.0' do sheet7.h144.should be_within(1.0e-08).of(0.0) end it 'cell i144 should equal 0.0' do sheet7.i144.should be_within(1.0e-08).of(0.0) end it 'cell j144 should equal 0.0' do sheet7.j144.should be_within(1.0e-08).of(0.0) end it 'cell k144 should equal 0.0' do sheet7.k144.should be_within(1.0e-08).of(0.0) end it 'cell l144 should equal 0.0' do sheet7.l144.should be_within(1.0e-08).of(0.0) end it 'cell m144 should equal 0.0' do sheet7.m144.should be_within(1.0e-08).of(0.0) end it 'cell n144 should equal 0.0' do sheet7.n144.should be_within(1.0e-08).of(0.0) end it 'cell o144 should equal 0.0' do sheet7.o144.should be_within(1.0e-08).of(0.0) end it 'cell p144 should equal 0.0' do sheet7.p144.should be_within(1.0e-08).of(0.0) end it 'cell q144 should equal 0.0' do sheet7.q144.should be_within(1.0e-08).of(0.0) end it 'cell h145 should equal 43.3067326' do sheet7.h145.should be_within(4.33067326).of(43.3067326) end it 'cell i145 should equal 42.546514044392154' do sheet7.i145.should be_within(4.254651404439215).of(42.546514044392154) end it 'cell j145 should equal 41.43432845352159' do sheet7.j145.should be_within(4.143432845352159).of(41.43432845352159) end it 'cell k145 should equal 39.355073278960084' do sheet7.k145.should be_within(3.9355073278960084).of(39.355073278960084) end it 'cell l145 should equal 39.54933612174251' do sheet7.l145.should be_within(3.9549336121742513).of(39.54933612174251) end it 'cell m145 should equal 39.74705925720603' do sheet7.m145.should be_within(3.9747059257206034).of(39.74705925720603) end it 'cell n145 should equal 39.94833472074905' do sheet7.n145.should be_within(3.9948334720749052).of(39.94833472074905) end it 'cell o145 should equal 40.15325740991057' do sheet7.o145.should be_within(4.015325740991058).of(40.15325740991057) end it 'cell p145 should equal 40.36192517715773' do sheet7.p145.should be_within(4.036192517715773).of(40.36192517715773) end it 'cell q145 should equal 40.5744389257109' do sheet7.q145.should be_within(4.05744389257109).of(40.5744389257109) end it 'cell h146 should equal -1.824795399999999' do sheet7.h146.should be_within(0.1824795399999999).of(-1.824795399999999) end it 'cell i146 should equal 2.549557736117353' do sheet7.i146.should be_within(0.2549557736117353).of(2.549557736117353) end it 'cell j146 should equal 5.933544988096667' do sheet7.j146.should be_within(0.5933544988096667).of(5.933544988096667) end it 'cell k146 should equal 9.216509860464468' do sheet7.k146.should be_within(0.9216509860464468).of(9.216509860464468) end it 'cell l146 should equal 12.250768713675887' do sheet7.l146.should be_within(1.2250768713675888).of(12.250768713675887) end it 'cell m146 should equal 13.957206773343671' do sheet7.m146.should be_within(1.395720677334367).of(13.957206773343671) end it 'cell n146 should equal 14.259955560261957' do sheet7.n146.should be_within(1.4259955560261959).of(14.259955560261957) end it 'cell o146 should equal 13.273591570430609' do sheet7.o146.should be_within(1.327359157043061).of(13.273591570430609) end it 'cell p146 should equal 12.03013906507904' do sheet7.p146.should be_within(1.203013906507904).of(12.03013906507904) end it 'cell q146 should equal 11.556420470689867' do sheet7.q146.should be_within(1.1556420470689868).of(11.556420470689867) end it 'cell h147 should equal 22.921166768039207' do sheet7.h147.should be_within(2.292116676803921).of(22.921166768039207) end it 'cell i147 should equal 23.0939278761404' do sheet7.i147.should be_within(2.30939278761404).of(23.0939278761404) end it 'cell j147 should equal 22.817664125160626' do sheet7.j147.should be_within(2.281766412516063).of(22.817664125160626) end it 'cell k147 should equal 22.13682056035614' do sheet7.k147.should be_within(2.213682056035614).of(22.13682056035614) end it 'cell l147 should equal 21.70927203736318' do sheet7.l147.should be_within(2.1709272037363183).of(21.70927203736318) end it 'cell m147 should equal 21.732609396129796' do sheet7.m147.should be_within(2.17326093961298).of(21.732609396129796) end it 'cell n147 should equal 22.047093372346335' do sheet7.n147.should be_within(2.204709337234634).of(22.047093372346335) end it 'cell o147 should equal 22.558379403417742' do sheet7.o147.should be_within(2.2558379403417743).of(22.558379403417742) end it 'cell p147 should equal 23.239889021651404' do sheet7.p147.should be_within(2.3239889021651403).of(23.239889021651404) end it 'cell q147 should equal 24.06127783415213' do sheet7.q147.should be_within(2.4061277834152133).of(24.06127783415213) end it 'cell h148 should equal 0.0' do sheet7.h148.should be_within(1.0e-08).of(0.0) end it 'cell i148 should equal 0.0' do sheet7.i148.should be_within(1.0e-08).of(0.0) end it 'cell j148 should equal 0.0' do sheet7.j148.should be_within(1.0e-08).of(0.0) end it 'cell k148 should equal 0.0' do sheet7.k148.should be_within(1.0e-08).of(0.0) end it 'cell l148 should equal 0.0' do sheet7.l148.should be_within(1.0e-08).of(0.0) end it 'cell m148 should equal 0.0' do sheet7.m148.should be_within(1.0e-08).of(0.0) end it 'cell n148 should equal 0.0' do sheet7.n148.should be_within(1.0e-08).of(0.0) end it 'cell o148 should equal 0.0' do sheet7.o148.should be_within(1.0e-08).of(0.0) end it 'cell p148 should equal 0.0' do sheet7.p148.should be_within(1.0e-08).of(0.0) end it 'cell q148 should equal 0.0' do sheet7.q148.should be_within(1.0e-08).of(0.0) end it 'cell h149 should equal 46.429806287211214' do sheet7.h149.should be_within(4.642980628721122).of(46.429806287211214) end it 'cell i149 should equal 47.64135264200255' do sheet7.i149.should be_within(4.764135264200255).of(47.64135264200255) end it 'cell j149 should equal 54.99931657704923' do sheet7.j149.should be_within(5.4999316577049235).of(54.99931657704923) end it 'cell k149 should equal 62.41869553623437' do sheet7.k149.should be_within(6.241869553623437).of(62.41869553623437) end it 'cell l149 should equal 66.41490228910772' do sheet7.l149.should be_within(6.641490228910772).of(66.41490228910772) end it 'cell m149 should equal 70.66423869037031' do sheet7.m149.should be_within(7.066423869037031).of(70.66423869037031) end it 'cell n149 should equal 74.62149586462017' do sheet7.n149.should be_within(7.462149586462018).of(74.62149586462017) end it 'cell o149 should equal 78.08389624749753' do sheet7.o149.should be_within(7.808389624749754).of(78.08389624749753) end it 'cell p149 should equal 81.37437311223006' do sheet7.p149.should be_within(8.137437311223007).of(81.37437311223006) end it 'cell q149 should equal 85.3501419499996' do sheet7.q149.should be_within(8.53501419499996).of(85.3501419499996) end it 'cell h150 should equal -9.295304656359205' do sheet7.h150.should be_within(0.9295304656359206).of(-9.295304656359205) end it 'cell i150 should equal -11.009694790820538' do sheet7.i150.should be_within(1.100969479082054).of(-11.009694790820538) end it 'cell j150 should equal -14.210925911557627' do sheet7.j150.should be_within(1.4210925911557628).of(-14.210925911557627) end it 'cell k150 should equal -18.89287823771702' do sheet7.k150.should be_within(1.8892878237717021).of(-18.89287823771702) end it 'cell l150 should equal -23.188337555032817' do sheet7.l150.should be_within(2.318833755503282).of(-23.188337555032817) end it 'cell m150 should equal -25.025906836079326' do sheet7.m150.should be_within(2.5025906836079326).of(-25.025906836079326) end it 'cell n150 should equal -27.05338748550093' do sheet7.n150.should be_within(2.7053387485500933).of(-27.05338748550093) end it 'cell o150 should equal -29.26569505249299' do sheet7.o150.should be_within(2.926569505249299).of(-29.26569505249299) end it 'cell p150 should equal -30.517025070422793' do sheet7.p150.should be_within(3.0517025070422794).of(-30.517025070422793) end it 'cell q150 should equal -31.848018230568222' do sheet7.q150.should be_within(3.1848018230568225).of(-31.848018230568222) end it 'cell h151 should equal 0.0' do sheet7.h151.should be_within(1.0e-08).of(0.0) end it 'cell i151 should equal 0.0' do sheet7.i151.should be_within(1.0e-08).of(0.0) end it 'cell j151 should equal -2.8350150827586207' do sheet7.j151.should be_within(0.28350150827586207).of(-2.8350150827586207) end it 'cell k151 should equal -6.678458816949153' do sheet7.k151.should be_within(0.6678458816949153).of(-6.678458816949153) end it 'cell l151 should equal -6.538048685217391' do sheet7.l151.should be_within(0.6538048685217391).of(-6.538048685217391) end it 'cell m151 should equal -6.403460266271363' do sheet7.m151.should be_within(0.6403460266271364).of(-6.403460266271363) end it 'cell n151 should equal -6.274336960887095' do sheet7.n151.should be_within(0.6274336960887096).of(-6.274336960887095) end it 'cell o151 should equal -6.260121498214285' do sheet7.o151.should be_within(0.6260121498214285).of(-6.260121498214285) end it 'cell p151 should equal -6.136579599107142' do sheet7.p151.should be_within(0.6136579599107143).of(-6.136579599107142) end it 'cell q151 should equal -6.017852256923077' do sheet7.q151.should be_within(0.6017852256923077).of(-6.017852256923077) end it 'cell h152 should equal 653.6209461743784' do sheet7.h152.should be_within(65.36209461743785).of(653.6209461743784) end it 'cell i152 should equal 660.029035716848' do sheet7.i152.should be_within(66.00290357168481).of(660.029035716848) end it 'cell j152 should equal 647.4991292563001' do sheet7.j152.should be_within(64.74991292563001).of(647.4991292563001) end it 'cell k152 should equal 631.7997651856031' do sheet7.k152.should be_within(63.17997651856031).of(631.7997651856031) end it 'cell l152 should equal 608.5186853967915' do sheet7.l152.should be_within(60.85186853967915).of(608.5186853967915) end it 'cell m152 should equal 594.549906375037' do sheet7.m152.should be_within(59.454990637503705).of(594.549906375037) end it 'cell n152 should equal 608.5118966260135' do sheet7.n152.should be_within(60.85118966260135).of(608.5118966260135) end it 'cell o152 should equal 622.307850405937' do sheet7.o152.should be_within(62.2307850405937).of(622.307850405937) end it 'cell p152 should equal 638.7349874774743' do sheet7.p152.should be_within(63.87349874774743).of(638.7349874774743) end it 'cell q152 should equal 652.4801652668424' do sheet7.q152.should be_within(65.24801652668424).of(652.4801652668424) end it 'cell h154 should equal 607.1911398871672' do sheet7.h154.should be_within(60.71911398871672).of(607.1911398871672) end it 'cell i154 should equal 612.3876830748455' do sheet7.i154.should be_within(61.238768307484555).of(612.3876830748455) end it 'cell j154 should equal 592.4998126792509' do sheet7.j154.should be_within(59.249981267925094).of(592.4998126792509) end it 'cell k154 should equal 569.3810696493687' do sheet7.k154.should be_within(56.93810696493687).of(569.3810696493687) end it 'cell l154 should equal 542.1037831076837' do sheet7.l154.should be_within(54.21037831076838).of(542.1037831076837) end it 'cell m154 should equal 523.8856676846667' do sheet7.m154.should be_within(52.388566768466674).of(523.8856676846667) end it 'cell n154 should equal 533.8904007613933' do sheet7.n154.should be_within(53.38904007613933).of(533.8904007613933) end it 'cell o154 should equal 544.2239541584395' do sheet7.o154.should be_within(54.42239541584395).of(544.2239541584395) end it 'cell p154 should equal 557.3606143652443' do sheet7.p154.should be_within(55.73606143652443).of(557.3606143652443) end it 'cell q154 should equal 567.1300233168428' do sheet7.q154.should be_within(56.71300233168428).of(567.1300233168428) end it 'cell k160 should equal 159.917234' do sheet7.k160.should be_within(15.991723400000001).of(159.917234) end it 'cell l160 should equal 527.7268722' do sheet7.l160.should be_within(52.77268722).of(527.7268722) end it 'cell o161 should equal 0.9666149300806625' do sheet7.o161.should be_within(0.09666149300806626).of(0.9666149300806625) end it 'cell p161 should equal 0.9096249284159542' do sheet7.p161.should be_within(0.09096249284159542).of(0.9096249284159542) end it 'cell q161 should equal 0.9982546751076249' do sheet7.q161.should be_within(0.09982546751076249).of(0.9982546751076249) end it 'cell h168 should equal 163.91620313701554' do sheet7.h168.should be_within(16.391620313701555).of(163.91620313701554) end it 'cell i168 should equal 160.70999999999998' do sheet7.i168.should be_within(16.070999999999998).of(160.70999999999998) end it 'cell j168 should equal 134.9964' do sheet7.j168.should be_within(13.49964).of(134.9964) end it 'cell k168 should equal 77.14080000000003' do sheet7.k168.should be_within(7.714080000000003).of(77.14080000000003) end it 'cell l168 should equal 25.713600000000014' do sheet7.l168.should be_within(2.5713600000000016).of(25.713600000000014) end it 'cell m168 should equal 25.713600000000014' do sheet7.m168.should be_within(2.5713600000000016).of(25.713600000000014) end it 'cell n168 should equal 0.0' do sheet7.n168.should be_within(1.0e-08).of(0.0) end it 'cell o168 should equal 0.0' do sheet7.o168.should be_within(1.0e-08).of(0.0) end it 'cell p168 should equal 0.0' do sheet7.p168.should be_within(1.0e-08).of(0.0) end it 'cell q168 should equal 0.0' do sheet7.q168.should be_within(1.0e-08).of(0.0) end it 'cell h169 should equal 0.01700604' do sheet7.h169.should be_within(0.001700604).of(0.01700604) end it 'cell i169 should equal 0.028059966000000006' do sheet7.i169.should be_within(0.002805996600000001).of(0.028059966000000006) end it 'cell j169 should equal 0.013604831999999999' do sheet7.j169.should be_within(0.0013604832).of(0.013604831999999999) end it 'cell k169 should equal 0.0' do sheet7.k169.should be_within(1.0e-08).of(0.0) end it 'cell l169 should equal 0.0' do sheet7.l169.should be_within(1.0e-08).of(0.0) end it 'cell m169 should equal 0.0' do sheet7.m169.should be_within(1.0e-08).of(0.0) end it 'cell n169 should equal 0.0' do sheet7.n169.should be_within(1.0e-08).of(0.0) end it 'cell o169 should equal 0.0' do sheet7.o169.should be_within(1.0e-08).of(0.0) end it 'cell p169 should equal 0.0' do sheet7.p169.should be_within(1.0e-08).of(0.0) end it 'cell q169 should equal 0.0' do sheet7.q169.should be_within(1.0e-08).of(0.0) end it 'cell h170 should equal 5.962752417600001' do sheet7.h170.should be_within(0.5962752417600001).of(5.962752417600001) end it 'cell i170 should equal 14.440670099999998' do sheet7.i170.should be_within(1.44406701).of(14.440670099999998) end it 'cell j170 should equal 29.3428701' do sheet7.j170.should be_within(2.9342870100000003).of(29.3428701) end it 'cell k170 should equal 45.35726511600001' do sheet7.k170.should be_within(4.535726511600001).of(45.35726511600001) end it 'cell l170 should equal 57.69377964' do sheet7.l170.should be_within(5.769377964).of(57.69377964) end it 'cell m170 should equal 48.16934531999999' do sheet7.m170.should be_within(4.816934531999999).of(48.16934531999999) end it 'cell n170 should equal 32.302885319999994' do sheet7.n170.should be_within(3.2302885319999994).of(32.302885319999994) end it 'cell o170 should equal 15.209185319999996' do sheet7.o170.should be_within(1.5209185319999996).of(15.209185319999996) end it 'cell p170 should equal 0.08783531999999616' do sheet7.p170.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell q170 should equal 0.08783531999999616' do sheet7.q170.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell h171 should equal 0.0' do sheet7.h171.should be_within(1.0e-08).of(0.0) end it 'cell i171 should equal 0.0050034246575342495' do sheet7.i171.should be_within(0.000500342465753425).of(0.0050034246575342495) end it 'cell j171 should equal 0.020013698630136998' do sheet7.j171.should be_within(0.0020013698630137).of(0.020013698630136998) end it 'cell k171 should equal 0.050034246575342486' do sheet7.k171.should be_within(0.005003424657534249).of(0.050034246575342486) end it 'cell l171 should equal 0.12508561643835608' do sheet7.l171.should be_within(0.01250856164383561).of(0.12508561643835608) end it 'cell m171 should equal 0.12508561643835608' do sheet7.m171.should be_within(0.01250856164383561).of(0.12508561643835608) end it 'cell n171 should equal 0.0' do sheet7.n171.should be_within(1.0e-08).of(0.0) end it 'cell o171 should equal 0.0' do sheet7.o171.should be_within(1.0e-08).of(0.0) end it 'cell p171 should equal 0.0' do sheet7.p171.should be_within(1.0e-08).of(0.0) end it 'cell q171 should equal 0.0' do sheet7.q171.should be_within(1.0e-08).of(0.0) end it 'cell h172 should equal 0.0' do sheet7.h172.should be_within(1.0e-08).of(0.0) end it 'cell i172 should equal 0.0' do sheet7.i172.should be_within(1.0e-08).of(0.0) end it 'cell j172 should equal 0.0030020547945205484' do sheet7.j172.should be_within(0.0003002054794520549).of(0.0030020547945205484) end it 'cell k172 should equal 0.1584417808219177' do sheet7.k172.should be_within(0.01584417808219177).of(0.1584417808219177) end it 'cell l172 should equal 0.39610445205479383' do sheet7.l172.should be_within(0.039610445205479385).of(0.39610445205479383) end it 'cell m172 should equal 0.39610445205479383' do sheet7.m172.should be_within(0.039610445205479385).of(0.39610445205479383) end it 'cell n172 should equal 0.0' do sheet7.n172.should be_within(1.0e-08).of(0.0) end it 'cell o172 should equal 0.0' do sheet7.o172.should be_within(1.0e-08).of(0.0) end it 'cell p172 should equal 0.0' do sheet7.p172.should be_within(1.0e-08).of(0.0) end it 'cell q172 should equal 0.0' do sheet7.q172.should be_within(1.0e-08).of(0.0) end it 'cell h173 should equal 0.0' do sheet7.h173.should be_within(1.0e-08).of(0.0) end it 'cell i173 should equal 0.0' do sheet7.i173.should be_within(1.0e-08).of(0.0) end it 'cell j173 should equal 0.0' do sheet7.j173.should be_within(1.0e-08).of(0.0) end it 'cell k173 should equal 0.0' do sheet7.k173.should be_within(1.0e-08).of(0.0) end it 'cell l173 should equal 0.0' do sheet7.l173.should be_within(1.0e-08).of(0.0) end it 'cell m173 should equal 0.0' do sheet7.m173.should be_within(1.0e-08).of(0.0) end it 'cell n173 should equal 0.0' do sheet7.n173.should be_within(1.0e-08).of(0.0) end it 'cell o173 should equal 0.0' do sheet7.o173.should be_within(1.0e-08).of(0.0) end it 'cell p173 should equal 0.0' do sheet7.p173.should be_within(1.0e-08).of(0.0) end it 'cell q173 should equal 0.0' do sheet7.q173.should be_within(1.0e-08).of(0.0) end it 'cell h174 should equal 4.114400994' do sheet7.h174.should be_within(0.41144009940000004).of(4.114400994) end it 'cell i174 should equal 5.329728000000001' do sheet7.i174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell j174 should equal 5.329728000000001' do sheet7.j174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell k174 should equal 5.329728000000001' do sheet7.k174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell l174 should equal 5.329728000000001' do sheet7.l174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell m174 should equal 5.329728000000001' do sheet7.m174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell n174 should equal 5.329728000000001' do sheet7.n174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell o174 should equal 5.329728000000001' do sheet7.o174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell p174 should equal 5.329728000000001' do sheet7.p174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell q174 should equal 5.329728000000001' do sheet7.q174.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell h175 should equal 5.21452425' do sheet7.h175.should be_within(0.521452425).of(5.21452425) end it 'cell i175 should equal 0.0' do sheet7.i175.should be_within(1.0e-08).of(0.0) end it 'cell j175 should equal 0.0' do sheet7.j175.should be_within(1.0e-08).of(0.0) end it 'cell k175 should equal 5.684341886080802e-14' do sheet7.k175.should be_within(1.0e-08).of(5.684341886080802e-14) end it 'cell l175 should equal 1.1368683772161603e-13' do sheet7.l175.should be_within(1.0e-08).of(1.1368683772161603e-13) end it 'cell m175 should equal 0.0' do sheet7.m175.should be_within(1.0e-08).of(0.0) end it 'cell n175 should equal 0.0' do sheet7.n175.should be_within(1.0e-08).of(0.0) end it 'cell o175 should equal 0.0' do sheet7.o175.should be_within(1.0e-08).of(0.0) end it 'cell p175 should equal 0.0' do sheet7.p175.should be_within(1.0e-08).of(0.0) end it 'cell q175 should equal 0.0' do sheet7.q175.should be_within(1.0e-08).of(0.0) end it 'cell h176 should equal 0.0' do sheet7.h176.should be_within(1.0e-08).of(0.0) end it 'cell i176 should equal 0.0' do sheet7.i176.should be_within(1.0e-08).of(0.0) end it 'cell j176 should equal 0.0' do sheet7.j176.should be_within(1.0e-08).of(0.0) end it 'cell k176 should equal 0.0' do sheet7.k176.should be_within(1.0e-08).of(0.0) end it 'cell l176 should equal 0.0' do sheet7.l176.should be_within(1.0e-08).of(0.0) end it 'cell m176 should equal 0.0' do sheet7.m176.should be_within(1.0e-08).of(0.0) end it 'cell n176 should equal 0.0' do sheet7.n176.should be_within(1.0e-08).of(0.0) end it 'cell o176 should equal 0.0' do sheet7.o176.should be_within(1.0e-08).of(0.0) end it 'cell p176 should equal 0.0' do sheet7.p176.should be_within(1.0e-08).of(0.0) end it 'cell q176 should equal 0.0' do sheet7.q176.should be_within(1.0e-08).of(0.0) end it 'cell h177 should equal 71.12018465708977' do sheet7.h177.should be_within(7.112018465708977).of(71.12018465708977) end it 'cell i177 should equal 85.54585599790279' do sheet7.i177.should be_within(8.554585599790279).of(85.54585599790279) end it 'cell j177 should equal 120.37247263588579' do sheet7.j177.should be_within(12.03724726358858).of(120.37247263588579) end it 'cell k177 should equal 162.7438021543037' do sheet7.k177.should be_within(16.27438021543037).of(162.7438021543037) end it 'cell l177 should equal 183.87733855335472' do sheet7.l177.should be_within(18.387733855335473).of(183.87733855335472) end it 'cell m177 should equal 197.3752612197324' do sheet7.m177.should be_within(19.737526121973243).of(197.3752612197324) end it 'cell n177 should equal 212.02261011309614' do sheet7.n177.should be_within(21.202261011309616).of(212.02261011309614) end it 'cell o177 should equal 227.79711376395164' do sheet7.o177.should be_within(22.779711376395166).of(227.79711376395164) end it 'cell p177 should equal 239.00089639025438' do sheet7.p177.should be_within(23.90008963902544).of(239.00089639025438) end it 'cell q177 should equal 250.82361230759255' do sheet7.q177.should be_within(25.082361230759258).of(250.82361230759255) end it 'cell h178 should equal 447.07681842357545' do sheet7.h178.should be_within(44.707681842357545).of(447.07681842357545) end it 'cell i178 should equal 451.8001503436634' do sheet7.i178.should be_within(45.18001503436634).of(451.8001503436634) end it 'cell j178 should equal 367.5310952188647' do sheet7.j178.should be_within(36.75310952188647).of(367.5310952188647) end it 'cell k178 should equal 259.781454085794' do sheet7.k178.should be_within(25.9781454085794).of(259.781454085794) end it 'cell l178 should equal 114.68534605910091' do sheet7.l178.should be_within(11.468534605910092).of(114.68534605910091) end it 'cell m178 should equal 0.0' do sheet7.m178.should be_within(1.0e-08).of(0.0) end it 'cell n178 should equal 0.0' do sheet7.n178.should be_within(1.0e-08).of(0.0) end it 'cell o178 should equal 0.0' do sheet7.o178.should be_within(1.0e-08).of(0.0) end it 'cell p178 should equal 0.0' do sheet7.p178.should be_within(1.0e-08).of(0.0) end it 'cell q178 should equal 0.0' do sheet7.q178.should be_within(1.0e-08).of(0.0) end it 'cell h179 should equal 876.2647195822233' do sheet7.h179.should be_within(87.62647195822234).of(876.2647195822233) end it 'cell i179 should equal 870.7800466179596' do sheet7.i179.should be_within(87.07800466179596).of(870.7800466179596) end it 'cell j179 should equal 860.2099221994414' do sheet7.j179.should be_within(86.02099221994415).of(860.2099221994414) end it 'cell k179 should equal 863.133923302123' do sheet7.k179.should be_within(86.31339233021231).of(863.133923302123) end it 'cell l179 should equal 838.2581246507066' do sheet7.l179.should be_within(83.82581246507067).of(838.2581246507066) end it 'cell m179 should equal 812.5490041764632' do sheet7.m179.should be_within(81.25490041764633).of(812.5490041764632) end it 'cell n179 should equal 817.6746652207647' do sheet7.n179.should be_within(81.76746652207648).of(817.6746652207647) end it 'cell o179 should equal 819.2503927517334' do sheet7.o179.should be_within(81.92503927517335).of(819.2503927517334) end it 'cell p179 should equal 825.22225089217' do sheet7.p179.should be_within(82.522225089217).of(825.22225089217) end it 'cell q179 should equal 834.0330943954996' do sheet7.q179.should be_within(83.40330943954996).of(834.0330943954996) end it 'cell h180 should equal 972.4001935314864' do sheet7.h180.should be_within(97.24001935314864).of(972.4001935314864) end it 'cell i180 should equal 985.2000395088016' do sheet7.i180.should be_within(98.52000395088017).of(985.2000395088016) end it 'cell j180 should equal 1053.4174981733977' do sheet7.j180.should be_within(105.34174981733977).of(1053.4174981733977) end it 'cell k180 should equal 1146.6938935777362' do sheet7.k180.should be_within(114.66938935777362).of(1146.6938935777362) end it 'cell l180 should equal 1280.333784612932' do sheet7.l180.should be_within(128.0333784612932).of(1280.333784612932) end it 'cell m180 should equal 1423.0834836571062' do sheet7.m180.should be_within(142.30834836571063).of(1423.0834836571062) end it 'cell n180 should equal 1531.081566357168' do sheet7.n180.should be_within(153.1081566357168).of(1531.081566357168) end it 'cell o180 should equal 1616.7409958304065' do sheet7.o180.should be_within(161.67409958304066).of(1616.7409958304065) end it 'cell p180 should equal 1704.5818256038472' do sheet7.p180.should be_within(170.45818256038473).of(1704.5818256038472) end it 'cell q180 should equal 1768.6738397458844' do sheet7.q180.should be_within(176.86738397458845).of(1768.6738397458844) end it 'cell h181 should equal 2546.0868030329902' do sheet7.h181.should be_within(254.60868030329902).of(2546.0868030329902) end it 'cell i181 should equal 2573.8395539589847' do sheet7.i181.should be_within(257.38395539589845).of(2573.8395539589847) end it 'cell j181 should equal 2571.2366069130144' do sheet7.j181.should be_within(257.12366069130144).of(2571.2366069130144) end it 'cell k181 should equal 2560.389342263354' do sheet7.k181.should be_within(256.0389342263354).of(2560.389342263354) end it 'cell l181 should equal 2506.4128915845877' do sheet7.l181.should be_within(250.6412891584588).of(2506.4128915845877) end it 'cell m181 should equal 2512.741612441795' do sheet7.m181.should be_within(251.2741612441795).of(2512.741612441795) end it 'cell n181 should equal 2598.411455011029' do sheet7.n181.should be_within(259.8411455011029).of(2598.411455011029) end it 'cell o181 should equal 2684.327415666092' do sheet7.o181.should be_within(268.4327415666092).of(2684.327415666092) end it 'cell p181 should equal 2774.222536206272' do sheet7.p181.should be_within(277.4222536206272).of(2774.222536206272) end it 'cell q181 should equal 2858.948109768977' do sheet7.q181.should be_within(285.8948109768977).of(2858.948109768977) end it 'cell h182 should equal 629.4037202894058' do sheet7.h182.should be_within(62.94037202894058).of(629.4037202894058) end it 'cell i182 should equal 894.5020100100412' do sheet7.i182.should be_within(89.45020100100413).of(894.5020100100412) end it 'cell j182 should equal 1121.5119821035232' do sheet7.j182.should be_within(112.15119821035233).of(1121.5119821035232) end it 'cell k182 should equal 1292.9623699389454' do sheet7.k182.should be_within(129.29623699389455).of(1292.9623699389454) end it 'cell l182 should equal 1406.1431280389015' do sheet7.l182.should be_within(140.61431280389016).of(1406.1431280389015) end it 'cell m182 should equal 1674.9932270170796' do sheet7.m182.should be_within(167.49932270170797).of(1674.9932270170796) end it 'cell n182 should equal 1882.8989758357875' do sheet7.n182.should be_within(188.28989758357875).of(1882.8989758357875) end it 'cell o182 should equal 2065.7552452955797' do sheet7.o182.should be_within(206.57552452955798).of(2065.7552452955797) end it 'cell p182 should equal 2235.4297668765835' do sheet7.p182.should be_within(223.54297668765835).of(2235.4297668765835) end it 'cell q182 should equal 2368.4984958945315' do sheet7.q182.should be_within(236.84984958945316).of(2368.4984958945315) end it 'cell q183 should equal 0.828451026376244' do sheet7.q183.should be_within(0.0828451026376244).of(0.828451026376244) end it 'cell h184 should equal 2546.0868030329902' do sheet7.h184.should be_within(254.60868030329902).of(2546.0868030329902) end it 'cell i184 should equal 2573.8395539589847' do sheet7.i184.should be_within(257.38395539589845).of(2573.8395539589847) end it 'cell j184 should equal 2571.236606913014' do sheet7.j184.should be_within(257.1236606913014).of(2571.236606913014) end it 'cell k184 should equal 2560.389342263355' do sheet7.k184.should be_within(256.0389342263355).of(2560.389342263355) end it 'cell l184 should equal 2506.4128915845868' do sheet7.l184.should be_within(250.64128915845868).of(2506.4128915845868) end it 'cell m184 should equal 2509.3967701894717' do sheet7.m184.should be_within(250.93967701894718).of(2509.3967701894717) end it 'cell n184 should equal 2565.06742088808' do sheet7.n184.should be_within(256.50674208880804).of(2565.06742088808) end it 'cell o184 should equal 2639.854555380902' do sheet7.o184.should be_within(263.9854555380902).of(2639.854555380902) end it 'cell p184 should equal 2723.179303176904' do sheet7.p184.should be_within(272.3179303176904).of(2723.179303176904) end it 'cell q184 should equal 2801.2281326639754' do sheet7.q184.should be_within(280.12281326639754).of(2801.2281326639754) end it 'cell h191 should equal 0.0' do sheet7.h191.should be_within(1.0e-08).of(0.0) end it 'cell i191 should equal 0.0' do sheet7.i191.should be_within(1.0e-08).of(0.0) end it 'cell j191 should equal 0.004070143595796755' do sheet7.j191.should be_within(0.00040701435957967553).of(0.004070143595796755) end it 'cell k191 should equal 0.02411753405039565' do sheet7.k191.should be_within(0.0024117534050395652).of(0.02411753405039565) end it 'cell l191 should equal 0.030770479412075686' do sheet7.l191.should be_within(0.0030770479412075688).of(0.030770479412075686) end it 'cell m191 should equal 0.038868136798278725' do sheet7.m191.should be_within(0.0038868136798278726).of(0.038868136798278725) end it 'cell n191 should equal 0.04893633295192785' do sheet7.n191.should be_within(0.004893633295192785).of(0.04893633295192785) end it 'cell o191 should equal 0.061032234703565995' do sheet7.o191.should be_within(0.0061032234703566).of(0.061032234703565995) end it 'cell p191 should equal 0.07601769150802598' do sheet7.p191.should be_within(0.007601769150802598).of(0.07601769150802598) end it 'cell q191 should equal 0.09478344492206148' do sheet7.q191.should be_within(0.009478344492206149).of(0.09478344492206148) end it 'cell h192 should equal 4.172844' do sheet7.h192.should be_within(0.41728440000000006).of(4.172844) end it 'cell i192 should equal 4.259002503628829' do sheet7.i192.should be_within(0.4259002503628829).of(4.259002503628829) end it 'cell j192 should equal 4.285606783827001' do sheet7.j192.should be_within(0.4285606783827001).of(4.285606783827001) end it 'cell k192 should equal 4.312393687431538' do sheet7.k192.should be_within(0.4312393687431538).of(4.312393687431538) end it 'cell l192 should equal 4.339365249637551' do sheet7.l192.should be_within(0.4339365249637552).of(4.339365249637551) end it 'cell m192 should equal 4.366523528320811' do sheet7.m192.should be_within(0.43665235283208115).of(4.366523528320811) end it 'cell n192 should equal 4.3938706042905045' do sheet7.n192.should be_within(0.43938706042905046).of(4.3938706042905045) end it 'cell o192 should equal 4.421408581544809' do sheet7.o192.should be_within(0.44214085815448095).of(4.421408581544809) end it 'cell p192 should equal 4.449139587529321' do sheet7.p192.should be_within(0.4449139587529321).of(4.449139587529321) end it 'cell q192 should equal 4.47706577339835' do sheet7.q192.should be_within(0.44770657733983504).of(4.47706577339835) end it 'cell h193 should equal 0.0' do sheet7.h193.should be_within(1.0e-08).of(0.0) end it 'cell i193 should equal 0.0' do sheet7.i193.should be_within(1.0e-08).of(0.0) end it 'cell j193 should equal 0.0' do sheet7.j193.should be_within(1.0e-08).of(0.0) end it 'cell k193 should equal 0.0' do sheet7.k193.should be_within(1.0e-08).of(0.0) end it 'cell l193 should equal 0.0' do sheet7.l193.should be_within(1.0e-08).of(0.0) end it 'cell m193 should equal 0.0' do sheet7.m193.should be_within(1.0e-08).of(0.0) end it 'cell n193 should equal 0.0' do sheet7.n193.should be_within(1.0e-08).of(0.0) end it 'cell o193 should equal 0.0' do sheet7.o193.should be_within(1.0e-08).of(0.0) end it 'cell p193 should equal 0.0' do sheet7.p193.should be_within(1.0e-08).of(0.0) end it 'cell q193 should equal 0.0' do sheet7.q193.should be_within(1.0e-08).of(0.0) end it 'cell h194 should equal 31.008546529888466' do sheet7.h194.should be_within(3.100854652988847).of(31.008546529888466) end it 'cell i194 should equal 33.62212764331329' do sheet7.i194.should be_within(3.3622127643313293).of(33.62212764331329) end it 'cell j194 should equal 36.35581759637217' do sheet7.j194.should be_within(3.6355817596372173).of(36.35581759637217) end it 'cell k194 should equal 39.66099604918416' do sheet7.k194.should be_within(3.9660996049184165).of(39.66099604918416) end it 'cell l194 should equal 43.09955738422206' do sheet7.l194.should be_within(4.3099557384222065).of(43.09955738422206) end it 'cell m194 should equal 46.67431376844266' do sheet7.m194.should be_within(4.667431376844266).of(46.67431376844266) end it 'cell n194 should equal 49.443771277285315' do sheet7.n194.should be_within(4.944377127728532).of(49.443771277285315) end it 'cell o194 should equal 52.63198031767567' do sheet7.o194.should be_within(5.263198031767567).of(52.63198031767567) end it 'cell p194 should equal 56.325202223865986' do sheet7.p194.should be_within(5.632520222386599).of(56.325202223865986) end it 'cell q194 should equal 60.65817298449703' do sheet7.q194.should be_within(6.065817298449703).of(60.65817298449703) end it 'cell h195 should equal 28.551697890247862' do sheet7.h195.should be_within(2.8551697890247865).of(28.551697890247862) end it 'cell i195 should equal 31.40903797859884' do sheet7.i195.should be_within(3.140903797859884).of(31.40903797859884) end it 'cell j195 should equal 35.16946485012258' do sheet7.j195.should be_within(3.5169464850122583).of(35.16946485012258) end it 'cell k195 should equal 35.541507779304595' do sheet7.k195.should be_within(3.5541507779304595).of(35.541507779304595) end it 'cell l195 should equal 32.073626856533636' do sheet7.l195.should be_within(3.2073626856533637).of(32.073626856533636) end it 'cell m195 should equal 30.34501678409566' do sheet7.m195.should be_within(3.034501678409566).of(30.34501678409566) end it 'cell n195 should equal 29.8685026844813' do sheet7.n195.should be_within(2.98685026844813).of(29.8685026844813) end it 'cell o195 should equal 30.275894592689' do sheet7.o195.should be_within(3.0275894592689).of(30.275894592689) end it 'cell p195 should equal 31.30305504536295' do sheet7.p195.should be_within(3.1303055045362953).of(31.30305504536295) end it 'cell q195 should equal 32.76758846864765' do sheet7.q195.should be_within(3.2767588468647655).of(32.76758846864765) end it 'cell h196 should equal 86.7250002380565' do sheet7.h196.should be_within(8.67250002380565).of(86.7250002380565) end it 'cell i196 should equal 87.37770781750622' do sheet7.i196.should be_within(8.737770781750623).of(87.37770781750622) end it 'cell j196 should equal 89.4785198583305' do sheet7.j196.should be_within(8.94785198583305).of(89.4785198583305) end it 'cell k196 should equal 91.46434104552873' do sheet7.k196.should be_within(9.146434104552872).of(91.46434104552873) end it 'cell l196 should equal 93.1641125929225' do sheet7.l196.should be_within(9.31641125929225).of(93.1641125929225) end it 'cell m196 should equal 94.56743589111149' do sheet7.m196.should be_within(9.456743589111149).of(94.56743589111149) end it 'cell n196 should equal 96.68001200867188' do sheet7.n196.should be_within(9.668001200867188).of(96.68001200867188) end it 'cell o196 should equal 98.82343859522426' do sheet7.o196.should be_within(9.882343859522427).of(98.82343859522426) end it 'cell p196 should equal 101.062380337744' do sheet7.p196.should be_within(10.106238033774401).of(101.062380337744) end it 'cell q196 should equal 103.40155946528074' do sheet7.q196.should be_within(10.340155946528075).of(103.40155946528074) end it 'cell h197 should equal 72.6348790796996' do sheet7.h197.should be_within(7.26348790796996).of(72.6348790796996) end it 'cell i197 should equal 73.0477408893982' do sheet7.i197.should be_within(7.30477408893982).of(73.0477408893982) end it 'cell j197 should equal 75.15818753192958' do sheet7.j197.should be_within(7.515818753192959).of(75.15818753192958) end it 'cell k197 should equal 77.34780373251103' do sheet7.k197.should be_within(7.734780373251103).of(77.34780373251103) end it 'cell l197 should equal 79.61979665666068' do sheet7.l197.should be_within(7.961979665666068).of(79.61979665666068) end it 'cell m197 should equal 81.97751212457892' do sheet7.m197.should be_within(8.197751212457893).of(81.97751212457892) end it 'cell n197 should equal 84.42444092846185' do sheet7.n197.should be_within(8.442444092846186).of(84.42444092846185) end it 'cell o197 should equal 86.96422544894558' do sheet7.o197.should be_within(8.696422544894558).of(86.96422544894558) end it 'cell p197 should equal 89.6006665852183' do sheet7.p197.should be_within(8.96006665852183).of(89.6006665852183) end it 'cell q197 should equal 92.33773101406193' do sheet7.q197.should be_within(9.233773101406193).of(92.33773101406193) end it 'cell i198 should equal 115.0871896982415' do sheet7.i198.should be_within(11.508718969824152).of(115.0871896982415) end it 'cell j198 should equal 116.39812479199203' do sheet7.j198.should be_within(11.639812479199204).of(116.39812479199203) end it 'cell k198 should equal 117.85894016911062' do sheet7.k198.should be_within(11.785894016911064).of(117.85894016911062) end it 'cell l198 should equal 119.47044692164093' do sheet7.l198.should be_within(11.947044692164093).of(119.47044692164093) end it 'cell m198 should equal 121.23372528582432' do sheet7.m198.should be_within(12.123372528582433).of(121.23372528582432) end it 'cell n198 should equal 123.15012245970406' do sheet7.n198.should be_within(12.315012245970408).of(123.15012245970406) end it 'cell o198 should equal 125.22125096386554' do sheet7.o198.should be_within(12.522125096386555).of(125.22125096386554) end it 'cell p198 should equal 127.44898753350859' do sheet7.p198.should be_within(12.74489875335086).of(127.44898753350859) end it 'cell q198 should equal 129.83547253124902' do sheet7.q198.should be_within(12.983547253124904).of(129.83547253124902) end it 'cell h199 should equal 8.580392457134547' do sheet7.h199.should be_within(0.8580392457134547).of(8.580392457134547) end it 'cell i199 should equal 8.081440121990916' do sheet7.i199.should be_within(0.8081440121990916).of(8.081440121990916) end it 'cell j199 should equal 8.135991134987593' do sheet7.j199.should be_within(0.8135991134987594).of(8.135991134987593) end it 'cell k199 should equal 8.312353757411698' do sheet7.k199.should be_within(0.8312353757411698).of(8.312353757411698) end it 'cell l199 should equal 10.444885288156176' do sheet7.l199.should be_within(1.0444885288156176).of(10.444885288156176) end it 'cell m199 should equal 12.423733269891649' do sheet7.m199.should be_within(1.242373326989165).of(12.423733269891649) end it 'cell n199 should equal 14.575652426580135' do sheet7.n199.should be_within(1.4575652426580135).of(14.575652426580135) end it 'cell o199 should equal 16.68530550964977' do sheet7.o199.should be_within(1.668530550964977).of(16.68530550964977) end it 'cell p199 should equal 18.542725720604764' do sheet7.p199.should be_within(1.8542725720604765).of(18.542725720604764) end it 'cell q199 should equal 20.620614709478314' do sheet7.q199.should be_within(2.0620614709478313).of(20.620614709478314) end it 'cell h200 should equal 0.10120000000000001' do sheet7.h200.should be_within(0.010120000000000002).of(0.10120000000000001) end it 'cell i200 should equal 0.10259599185085001' do sheet7.i200.should be_within(0.010259599185085002).of(0.10259599185085001) end it 'cell j200 should equal 0.10846245968266201' do sheet7.j200.should be_within(0.0108462459682662).of(0.10846245968266201) end it 'cell k200 should equal 0.11432892751447502' do sheet7.k200.should be_within(0.011432892751447502).of(0.11432892751447502) end it 'cell l200 should equal 0.12019539534628801' do sheet7.l200.should be_within(0.012019539534628802).of(0.12019539534628801) end it 'cell m200 should equal 0.1260618631781' do sheet7.m200.should be_within(0.01260618631781).of(0.1260618631781) end it 'cell n200 should equal 0.131928331009913' do sheet7.n200.should be_within(0.0131928331009913).of(0.131928331009913) end it 'cell o200 should equal 0.137794798841725' do sheet7.o200.should be_within(0.0137794798841725).of(0.137794798841725) end it 'cell p200 should equal 0.143661266673538' do sheet7.p200.should be_within(0.014366126667353802).of(0.143661266673538) end it 'cell q200 should equal 0.149527734505351' do sheet7.q200.should be_within(0.014952773450535101).of(0.149527734505351) end it 'cell h201 should equal 0.0' do sheet7.h201.should be_within(1.0e-08).of(0.0) end it 'cell i201 should equal 0.0' do sheet7.i201.should be_within(1.0e-08).of(0.0) end it 'cell j201 should equal 0.0' do sheet7.j201.should be_within(1.0e-08).of(0.0) end it 'cell k201 should equal 0.0' do sheet7.k201.should be_within(1.0e-08).of(0.0) end it 'cell l201 should equal 0.0' do sheet7.l201.should be_within(1.0e-08).of(0.0) end it 'cell m201 should equal 0.0' do sheet7.m201.should be_within(1.0e-08).of(0.0) end it 'cell n201 should equal 0.0' do sheet7.n201.should be_within(1.0e-08).of(0.0) end it 'cell o201 should equal 0.0' do sheet7.o201.should be_within(1.0e-08).of(0.0) end it 'cell p201 should equal 0.0' do sheet7.p201.should be_within(1.0e-08).of(0.0) end it 'cell q201 should equal 0.0' do sheet7.q201.should be_within(1.0e-08).of(0.0) end it 'cell h202 should equal 6.864816135126632' do sheet7.h202.should be_within(0.6864816135126632).of(6.864816135126632) end it 'cell i202 should equal 6.494223023413108' do sheet7.i202.should be_within(0.6494223023413108).of(6.494223023413108) end it 'cell j202 should equal 6.165940163591879' do sheet7.j202.should be_within(0.6165940163591879).of(6.165940163591879) end it 'cell k202 should equal 5.868676315171416' do sheet7.k202.should be_within(0.5868676315171416).of(5.868676315171416) end it 'cell l202 should equal 5.632542081412614' do sheet7.l202.should be_within(0.5632542081412615).of(5.632542081412614) end it 'cell m202 should equal 5.444966711420135' do sheet7.m202.should be_within(0.5444966711420135).of(5.444966711420135) end it 'cell n202 should equal 5.295964515221196' do sheet7.n202.should be_within(0.5295964515221196).of(5.295964515221196) end it 'cell o202 should equal 5.177603269429717' do sheet7.o202.should be_within(0.5177603269429717).of(5.177603269429717) end it 'cell p202 should equal 5.083581940464833' do sheet7.p202.should be_within(0.5083581940464833).of(5.083581940464833) end it 'cell q202 should equal 5.008895245160048' do sheet7.q202.should be_within(0.5008895245160048).of(5.008895245160048) end it 'cell h204 should equal 1.2590275909415456' do sheet7.h204.should be_within(0.12590275909415458).of(1.2590275909415456) end it 'cell i204 should equal 1.2599600003365514' do sheet7.i204.should be_within(0.12599600003365516).of(1.2599600003365514) end it 'cell j204 should equal 1.267563744183397' do sheet7.j204.should be_within(0.1267563744183397).of(1.267563744183397) end it 'cell k204 should equal 1.2771868460922347' do sheet7.k204.should be_within(0.12771868460922348).of(1.2771868460922347) end it 'cell l204 should equal 1.289342548983772' do sheet7.l204.should be_within(0.1289342548983772).of(1.289342548983772) end it 'cell m204 should equal 1.3038307715067248' do sheet7.m204.should be_within(0.1303830771506725).of(1.3038307715067248) end it 'cell n204 should equal 1.3204974688545417' do sheet7.n204.should be_within(0.13204974688545418).of(1.3204974688545417) end it 'cell o204 should equal 1.3392256984233109' do sheet7.o204.should be_within(0.13392256984233109).of(1.3392256984233109) end it 'cell p204 should equal 1.3599285246786674' do sheet7.p204.should be_within(0.13599285246786674).of(1.3599285246786674) end it 'cell q204 should equal 1.3825433860017822' do sheet7.q204.should be_within(0.13825433860017822).of(1.3825433860017822) end it 'cell h205 should equal 355.8141516014716' do sheet7.h205.should be_within(35.581415160147166).of(355.8141516014716) end it 'cell i205 should equal 362.19229792649935' do sheet7.i205.should be_within(36.219229792649934).of(362.19229792649935) end it 'cell j205 should equal 373.89236336934744' do sheet7.j205.should be_within(37.389236336934744).of(373.89236336934744) end it 'cell k205 should equal 383.0687904009139' do sheet7.k205.should be_within(38.30687904009139).of(383.0687904009139) end it 'cell l205 should equal 390.50845285252257' do sheet7.l205.should be_within(39.05084528525226).of(390.50845285252257) end it 'cell m205 should equal 399.6762846218358' do sheet7.m205.should be_within(39.96762846218358).of(399.6762846218358) end it 'cell n205 should equal 410.46866290565384' do sheet7.n205.should be_within(41.04686629056539).of(410.46866290565384) end it 'cell o205 should equal 422.8428796569165' do sheet7.o205.should be_within(42.284287965691654).of(422.8428796569165) end it 'cell p205 should equal 436.4742469718227' do sheet7.p205.should be_within(43.647424697182274).of(436.4742469718227) end it 'cell q205 should equal 451.79313996987497' do sheet7.q205.should be_within(45.1793139969875).of(451.79313996987497) end it 'cell h207 should equal 8.681592457134547' do sheet7.h207.should be_within(0.8681592457134548).of(8.681592457134547) end it 'cell i207 should equal 8.184036113841765' do sheet7.i207.should be_within(0.8184036113841766).of(8.184036113841765) end it 'cell j207 should equal 8.248523738266053' do sheet7.j207.should be_within(0.8248523738266054).of(8.248523738266053) end it 'cell k207 should equal 8.450800218976568' do sheet7.k207.should be_within(0.8450800218976569).of(8.450800218976568) end it 'cell l207 should equal 10.595851162914538' do sheet7.l207.should be_within(1.0595851162914538).of(10.595851162914538) end it 'cell m207 should equal 12.588663269868027' do sheet7.m207.should be_within(1.2588663269868028).of(12.588663269868027) end it 'cell n207 should equal 14.756517090541976' do sheet7.n207.should be_within(1.4756517090541976).of(14.756517090541976) end it 'cell o207 should equal 16.88413254319506' do sheet7.o207.should be_within(1.6884132543195063).of(16.88413254319506) end it 'cell p207 should equal 18.762404678786325' do sheet7.p207.should be_within(1.8762404678786326).of(18.762404678786325) end it 'cell q207 should equal 20.864925888905727' do sheet7.q207.should be_within(2.086492588890573).of(20.864925888905727) end it 'cell h208 should equal 126.95340781550303' do sheet7.h208.should be_within(12.695340781550303).of(126.95340781550303) end it 'cell i208 should equal 127.2916874835045' do sheet7.i208.should be_within(12.729168748350451).of(127.2916874835045) end it 'cell j208 should equal 128.2142860501432' do sheet7.j208.should be_within(12.821428605014319).of(128.2142860501432) end it 'cell k208 should equal 129.3261547293166' do sheet7.k208.should be_within(12.932615472931662).of(129.3261547293166) end it 'cell l208 should equal 130.66616565028536' do sheet7.l208.should be_within(13.066616565028538).of(130.66616565028536) end it 'cell m208 should equal 132.2195120122323' do sheet7.m208.should be_within(13.221951201223229).of(132.2195120122323) end it 'cell n208 should equal 133.97492144735696' do sheet7.n208.should be_within(13.397492144735697).of(133.97492144735696) end it 'cell o208 should equal 135.9239824607636' do sheet7.o208.should be_within(13.59239824607636).of(135.9239824607636) end it 'cell p208 should equal 138.0606095761664' do sheet7.p208.should be_within(13.80606095761664).of(138.0606095761664) end it 'cell q208 should equal 140.38061876248014' do sheet7.q208.should be_within(14.038061876248015).of(140.38061876248014) end it 'cell h209 should equal 60.81927201107787' do sheet7.h209.should be_within(6.081927201107788).of(60.81927201107787) end it 'cell i209 should equal 66.29112562224867' do sheet7.i209.should be_within(6.629112562224868).of(66.29112562224867) end it 'cell j209 should equal 72.79284619067813' do sheet7.j209.should be_within(7.2792846190678135).of(72.79284619067813) end it 'cell k209 should equal 76.479690674581' do sheet7.k209.should be_within(7.647969067458099).of(76.479690674581) end it 'cell l209 should equal 76.46252678973946' do sheet7.l209.should be_within(7.646252678973946).of(76.46252678973946) end it 'cell m209 should equal 78.32316132404505' do sheet7.m209.should be_within(7.832316132404505).of(78.32316132404505) end it 'cell n209 should equal 80.63277143062115' do sheet7.n209.should be_within(8.063277143062114).of(80.63277143062115) end it 'cell o209 should equal 84.24710060878797' do sheet7.o209.should be_within(8.424710060878798).of(84.24710060878797) end it 'cell p209 should equal 88.9881857939076' do sheet7.p209.should be_within(8.898818579390761).of(88.9881857939076) end it 'cell q209 should equal 94.80830483914646' do sheet7.q209.should be_within(9.480830483914646).of(94.80830483914646) end it 'cell h210 should equal 159.3598793177561' do sheet7.h210.should be_within(15.935987931775612).of(159.3598793177561) end it 'cell i210 should equal 160.42544870690443' do sheet7.i210.should be_within(16.042544870690445).of(160.42544870690443) end it 'cell j210 should equal 164.63670739026009' do sheet7.j210.should be_within(16.46367073902601).of(164.63670739026009) end it 'cell k210 should equal 168.81214477803974' do sheet7.k210.should be_within(16.881214477803976).of(168.81214477803974) end it 'cell l210 should equal 172.7839092495832' do sheet7.l210.should be_within(17.27839092495832).of(172.7839092495832) end it 'cell m210 should equal 176.5449480156904' do sheet7.m210.should be_within(17.65449480156904).of(176.5449480156904) end it 'cell n210 should equal 181.10445293713371' do sheet7.n210.should be_within(18.110445293713372).of(181.10445293713371) end it 'cell o210 should equal 185.78766404416984' do sheet7.o210.should be_within(18.578766404416985).of(185.78766404416984) end it 'cell p210 should equal 190.6630469229623' do sheet7.p210.should be_within(19.06630469229623).of(190.6630469229623) end it 'cell q210 should equal 195.73929047934269' do sheet7.q210.should be_within(19.57392904793427).of(195.73929047934269) end it 'cell h211 should equal 355.81415160147156' do sheet7.h211.should be_within(35.58141516014716).of(355.81415160147156) end it 'cell i211 should equal 362.19229792649935' do sheet7.i211.should be_within(36.219229792649934).of(362.19229792649935) end it 'cell j211 should equal 373.89236336934744' do sheet7.j211.should be_within(37.389236336934744).of(373.89236336934744) end it 'cell k211 should equal 383.0687904009139' do sheet7.k211.should be_within(38.30687904009139).of(383.0687904009139) end it 'cell l211 should equal 390.5084528525225' do sheet7.l211.should be_within(39.05084528525225).of(390.5084528525225) end it 'cell m211 should equal 399.67628462183575' do sheet7.m211.should be_within(39.967628462183576).of(399.67628462183575) end it 'cell n211 should equal 410.4686629056538' do sheet7.n211.should be_within(41.04686629056538).of(410.4686629056538) end it 'cell o211 should equal 422.84287965691647' do sheet7.o211.should be_within(42.28428796569165).of(422.84287965691647) end it 'cell p211 should equal 436.47424697182265' do sheet7.p211.should be_within(43.64742469718227).of(436.47424697182265) end it 'cell q211 should equal 451.793139969875' do sheet7.q211.should be_within(45.1793139969875).of(451.793139969875) end it 'cell h216 should equal 196.8319572405069' do sheet7.h216.should be_within(19.68319572405069).of(196.8319572405069) end it 'cell i216 should equal 201.9915224371317' do sheet7.i216.should be_within(20.199152243713172).of(201.9915224371317) end it 'cell j216 should equal 189.4270196758225' do sheet7.j216.should be_within(18.94270196758225).of(189.4270196758225) end it 'cell k216 should equal 173.32615233921882' do sheet7.k216.should be_within(17.33261523392188).of(173.32615233921882) end it 'cell l216 should equal 153.1224428132678' do sheet7.l216.should be_within(15.312244281326782).of(153.1224428132678) end it 'cell m216 should equal 140.41581540385872' do sheet7.m216.should be_within(14.041581540385872).of(140.41581540385872) end it 'cell n216 should equal 150.6070516351203' do sheet7.n216.should be_within(15.060705163512033).of(150.6070516351203) end it 'cell o216 should equal 162.05504732224273' do sheet7.o216.should be_within(16.205504732224274).of(162.05504732224273) end it 'cell p216 should equal 173.26543143677665' do sheet7.p216.should be_within(17.326543143677664).of(173.26543143677665) end it 'cell q216 should equal 179.45840965547268' do sheet7.q216.should be_within(17.94584096554727).of(179.45840965547268) end it 'cell j217 should equal 0.3440375442138617' do sheet7.j217.should be_within(0.03440375442138617).of(0.3440375442138617) end it 'cell k217 should equal 0.8215998978108274' do sheet7.k217.should be_within(0.08215998978108274).of(0.8215998978108274) end it 'cell l217 should equal 0.8042915152760912' do sheet7.l217.should be_within(0.08042915152760913).of(0.8042915152760912) end it 'cell m217 should equal 0.7877019308113997' do sheet7.m217.should be_within(0.07877019308113997).of(0.7877019308113997) end it 'cell n217 should equal 0.7717870595129526' do sheet7.n217.should be_within(0.07717870595129527).of(0.7717870595129526) end it 'cell o217 should equal 0.7701418501958948' do sheet7.o217.should be_within(0.07701418501958948).of(0.7701418501958948) end it 'cell p217 should equal 0.754912566475336' do sheet7.p217.should be_within(0.0754912566475336).of(0.754912566475336) end it 'cell q217 should equal 0.7402777421356674' do sheet7.q217.should be_within(0.07402777421356675).of(0.7402777421356674) end it 'cell h218 should equal 0.0' do sheet7.h218.should be_within(1.0e-08).of(0.0) end it 'cell i218 should equal 0.0' do sheet7.i218.should be_within(1.0e-08).of(0.0) end it 'cell j218 should equal 0.0' do sheet7.j218.should be_within(1.0e-08).of(0.0) end it 'cell k218 should equal 0.0' do sheet7.k218.should be_within(1.0e-08).of(0.0) end it 'cell l218 should equal 0.0' do sheet7.l218.should be_within(1.0e-08).of(0.0) end it 'cell m218 should equal 0.0' do sheet7.m218.should be_within(1.0e-08).of(0.0) end it 'cell n218 should equal 0.0' do sheet7.n218.should be_within(1.0e-08).of(0.0) end it 'cell o218 should equal 0.0' do sheet7.o218.should be_within(1.0e-08).of(0.0) end it 'cell p218 should equal 0.0' do sheet7.p218.should be_within(1.0e-08).of(0.0) end it 'cell q218 should equal 0.0' do sheet7.q218.should be_within(1.0e-08).of(0.0) end it 'cell h219 should equal 0.0' do sheet7.h219.should be_within(1.0e-08).of(0.0) end it 'cell i219 should equal 0.0' do sheet7.i219.should be_within(1.0e-08).of(0.0) end it 'cell j219 should equal 0.0' do sheet7.j219.should be_within(1.0e-08).of(0.0) end it 'cell k219 should equal 0.0' do sheet7.k219.should be_within(1.0e-08).of(0.0) end it 'cell l219 should equal 0.0' do sheet7.l219.should be_within(1.0e-08).of(0.0) end it 'cell m219 should equal 0.0' do sheet7.m219.should be_within(1.0e-08).of(0.0) end it 'cell n219 should equal 0.0' do sheet7.n219.should be_within(1.0e-08).of(0.0) end it 'cell o219 should equal 0.0' do sheet7.o219.should be_within(1.0e-08).of(0.0) end it 'cell p219 should equal 0.0' do sheet7.p219.should be_within(1.0e-08).of(0.0) end it 'cell q219 should equal 0.0' do sheet7.q219.should be_within(1.0e-08).of(0.0) end it 'cell h220 should equal 196.8319572405069' do sheet7.h220.should be_within(19.68319572405069).of(196.8319572405069) end it 'cell i220 should equal 201.9915224371317' do sheet7.i220.should be_within(20.199152243713172).of(201.9915224371317) end it 'cell j220 should equal 189.77105722003637' do sheet7.j220.should be_within(18.97710572200364).of(189.77105722003637) end it 'cell k220 should equal 174.14775223702964' do sheet7.k220.should be_within(17.414775223702964).of(174.14775223702964) end it 'cell l220 should equal 153.9267343285439' do sheet7.l220.should be_within(15.392673432854389).of(153.9267343285439) end it 'cell m220 should equal 141.20351733467012' do sheet7.m220.should be_within(14.120351733467013).of(141.20351733467012) end it 'cell n220 should equal 151.37883869463326' do sheet7.n220.should be_within(15.137883869463327).of(151.37883869463326) end it 'cell o220 should equal 162.82518917243863' do sheet7.o220.should be_within(16.282518917243863).of(162.82518917243863) end it 'cell p220 should equal 174.02034400325198' do sheet7.p220.should be_within(17.4020344003252).of(174.02034400325198) end it 'cell q220 should equal 180.19868739760835' do sheet7.q220.should be_within(18.019868739760835).of(180.19868739760835) end it 'cell i234 should equal 470.8079999999998' do sheet7.i234.should be_within(47.08079999999998).of(470.8079999999998) end it 'cell j234 should equal 800.8079999999998' do sheet7.j234.should be_within(80.08079999999998).of(800.8079999999998) end it 'cell k234 should equal 1130.8079999999998' do sheet7.k234.should be_within(113.08079999999998).of(1130.8079999999998) end it 'cell l234 should equal 1321.6079999999997' do sheet7.l234.should be_within(132.16079999999997).of(1321.6079999999997) end it 'cell m234 should equal 994.0079999999996' do sheet7.m234.should be_within(99.40079999999996).of(994.0079999999996) end it 'cell n234 should equal 664.0079999999997' do sheet7.n234.should be_within(66.40079999999998).of(664.0079999999997) end it 'cell o234 should equal 334.00799999999975' do sheet7.o234.should be_within(33.400799999999975).of(334.00799999999975) end it 'cell p234 should equal 4.007999999999824' do sheet7.p234.should be_within(0.40079999999998245).of(4.007999999999824) end it 'cell q234 should equal 4.007999999999824' do sheet7.q234.should be_within(0.40079999999998245).of(4.007999999999824) end it 'cell h235 should equal 42.31636363636362' do sheet7.h235.should be_within(4.231636363636362).of(42.31636363636362) end it 'cell i235 should equal 52.36363636363635' do sheet7.i235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell j235 should equal 52.36363636363635' do sheet7.j235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell k235 should equal 52.36363636363635' do sheet7.k235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell l235 should equal 52.36363636363635' do sheet7.l235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell m235 should equal 52.36363636363635' do sheet7.m235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell n235 should equal 52.36363636363635' do sheet7.n235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell o235 should equal 52.36363636363635' do sheet7.o235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell p235 should equal 52.36363636363635' do sheet7.p235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell q235 should equal 52.36363636363635' do sheet7.q235.should be_within(5.236363636363635).of(52.36363636363635) end it 'cell h236 should equal 0.08818181818181817' do sheet7.h236.should be_within(0.008818181818181817).of(0.08818181818181817) end it 'cell i236 should equal 0.1455' do sheet7.i236.should be_within(0.01455).of(0.1455) end it 'cell j236 should equal 0.07054545454545454' do sheet7.j236.should be_within(0.007054545454545454).of(0.07054545454545454) end it 'cell k236 should equal 0.0' do sheet7.k236.should be_within(1.0e-08).of(0.0) end it 'cell l236 should equal 0.0' do sheet7.l236.should be_within(1.0e-08).of(0.0) end it 'cell m236 should equal 0.0' do sheet7.m236.should be_within(1.0e-08).of(0.0) end it 'cell n236 should equal 0.0' do sheet7.n236.should be_within(1.0e-08).of(0.0) end it 'cell o236 should equal 0.0' do sheet7.o236.should be_within(1.0e-08).of(0.0) end it 'cell p236 should equal 0.0' do sheet7.p236.should be_within(1.0e-08).of(0.0) end it 'cell q236 should equal 0.0' do sheet7.q236.should be_within(1.0e-08).of(0.0) end it 'cell h237 should equal 0.0' do sheet7.h237.should be_within(1.0e-08).of(0.0) end it 'cell i237 should equal 0.0' do sheet7.i237.should be_within(1.0e-08).of(0.0) end it 'cell j237 should equal 0.0' do sheet7.j237.should be_within(1.0e-08).of(0.0) end it 'cell k237 should equal 0.0' do sheet7.k237.should be_within(1.0e-08).of(0.0) end it 'cell l237 should equal 0.0' do sheet7.l237.should be_within(1.0e-08).of(0.0) end it 'cell m237 should equal 0.0' do sheet7.m237.should be_within(1.0e-08).of(0.0) end it 'cell n237 should equal 0.0' do sheet7.n237.should be_within(1.0e-08).of(0.0) end it 'cell o237 should equal 0.0' do sheet7.o237.should be_within(1.0e-08).of(0.0) end it 'cell p237 should equal 0.0' do sheet7.p237.should be_within(1.0e-08).of(0.0) end it 'cell q237 should equal 0.0' do sheet7.q237.should be_within(1.0e-08).of(0.0) end it 'cell h238 should equal 0.0' do sheet7.h238.should be_within(1.0e-08).of(0.0) end it 'cell i238 should equal 0.0' do sheet7.i238.should be_within(1.0e-08).of(0.0) end it 'cell j238 should equal 0.0' do sheet7.j238.should be_within(1.0e-08).of(0.0) end it 'cell k238 should equal 0.0' do sheet7.k238.should be_within(1.0e-08).of(0.0) end it 'cell l238 should equal 0.0' do sheet7.l238.should be_within(1.0e-08).of(0.0) end it 'cell m238 should equal 0.0' do sheet7.m238.should be_within(1.0e-08).of(0.0) end it 'cell n238 should equal 0.0' do sheet7.n238.should be_within(1.0e-08).of(0.0) end it 'cell o238 should equal 0.0' do sheet7.o238.should be_within(1.0e-08).of(0.0) end it 'cell p238 should equal 0.0' do sheet7.p238.should be_within(1.0e-08).of(0.0) end it 'cell q238 should equal 0.0' do sheet7.q238.should be_within(1.0e-08).of(0.0) end it 'cell h239 should equal 3639.4' do sheet7.h239.should be_within(363.94000000000005).of(3639.4) end it 'cell i239 should equal 1120.0' do sheet7.i239.should be_within(112.0).of(1120.0) end it 'cell j239 should equal 1420.0' do sheet7.j239.should be_within(142.0).of(1420.0) end it 'cell k239 should equal 1720.0' do sheet7.k239.should be_within(172.0).of(1720.0) end it 'cell l239 should equal 2020.0' do sheet7.l239.should be_within(202.0).of(2020.0) end it 'cell m239 should equal 2320.0' do sheet7.m239.should be_within(232.0).of(2320.0) end it 'cell n239 should equal 2620.0' do sheet7.n239.should be_within(262.0).of(2620.0) end it 'cell o239 should equal 2920.0' do sheet7.o239.should be_within(292.0).of(2920.0) end it 'cell p239 should equal 3220.0' do sheet7.p239.should be_within(322.0).of(3220.0) end it 'cell q239 should equal 3520.0' do sheet7.q239.should be_within(352.0).of(3520.0) end it 'cell h240 should equal 24369.699999999997' do sheet7.h240.should be_within(2436.97).of(24369.699999999997) end it 'cell i240 should equal 24414.64' do sheet7.i240.should be_within(2441.464).of(24414.64) end it 'cell j240 should equal 24776.239999999998' do sheet7.j240.should be_within(2477.624).of(24776.239999999998) end it 'cell k240 should equal 25137.84' do sheet7.k240.should be_within(2513.784).of(25137.84) end it 'cell l240 should equal 25499.44' do sheet7.l240.should be_within(2549.944).of(25499.44) end it 'cell m240 should equal 25861.039999999997' do sheet7.m240.should be_within(2586.104).of(25861.039999999997) end it 'cell n240 should equal 26222.64' do sheet7.n240.should be_within(2622.264).of(26222.64) end it 'cell o240 should equal 26584.239999999998' do sheet7.o240.should be_within(2658.424).of(26584.239999999998) end it 'cell p240 should equal 26945.839999999997' do sheet7.p240.should be_within(2694.584).of(26945.839999999997) end it 'cell q240 should equal 27307.440000000002' do sheet7.q240.should be_within(2730.7440000000006).of(27307.440000000002) end it 'cell i244 should equal 161.25600000000009' do sheet7.i244.should be_within(16.12560000000001).of(161.25600000000009) end it 'cell j244 should equal 461.25600000000003' do sheet7.j244.should be_within(46.125600000000006).of(461.25600000000003) end it 'cell k244 should equal 761.256' do sheet7.k244.should be_within(76.1256).of(761.256) end it 'cell l244 should equal 983.256' do sheet7.l244.should be_within(98.32560000000001).of(983.256) end it 'cell m244 should equal 839.9999999999999' do sheet7.m244.should be_within(84.0).of(839.9999999999999) end it 'cell n244 should equal 539.9999999999999' do sheet7.n244.should be_within(53.99999999999999).of(539.9999999999999) end it 'cell o244 should equal 239.99999999999994' do sheet7.o244.should be_within(23.999999999999996).of(239.99999999999994) end it 'cell p244 should equal 0.0' do sheet7.p244.should be_within(1.0e-08).of(0.0) end it 'cell q244 should equal 0.0' do sheet7.q244.should be_within(1.0e-08).of(0.0) end it 'cell h245 should equal 0.0' do sheet7.h245.should be_within(1.0e-08).of(0.0) end it 'cell i245 should equal 0.10569930661254866' do sheet7.i245.should be_within(0.010569930661254867).of(0.10569930661254866) end it 'cell j245 should equal 0.42279722645019463' do sheet7.j245.should be_within(0.04227972264501947).of(0.42279722645019463) end it 'cell k245 should equal 1.0569930661254865' do sheet7.k245.should be_within(0.10569930661254866).of(1.0569930661254865) end it 'cell l245 should equal 2.6424826653137132' do sheet7.l245.should be_within(0.26424826653137135).of(2.6424826653137132) end it 'cell m245 should equal 2.6424826653137132' do sheet7.m245.should be_within(0.26424826653137135).of(2.6424826653137132) end it 'cell n245 should equal 0.0' do sheet7.n245.should be_within(1.0e-08).of(0.0) end it 'cell o245 should equal 0.0' do sheet7.o245.should be_within(1.0e-08).of(0.0) end it 'cell p245 should equal 0.0' do sheet7.p245.should be_within(1.0e-08).of(0.0) end it 'cell q245 should equal 0.0' do sheet7.q245.should be_within(1.0e-08).of(0.0) end it 'cell h246 should equal 0.0' do sheet7.h246.should be_within(1.0e-08).of(0.0) end it 'cell i246 should equal 0.0' do sheet7.i246.should be_within(1.0e-08).of(0.0) end it 'cell j246 should equal 0.0' do sheet7.j246.should be_within(1.0e-08).of(0.0) end it 'cell k246 should equal 0.0' do sheet7.k246.should be_within(1.0e-08).of(0.0) end it 'cell l246 should equal 0.0' do sheet7.l246.should be_within(1.0e-08).of(0.0) end it 'cell m246 should equal 0.0' do sheet7.m246.should be_within(1.0e-08).of(0.0) end it 'cell n246 should equal 0.0' do sheet7.n246.should be_within(1.0e-08).of(0.0) end it 'cell o246 should equal 0.0' do sheet7.o246.should be_within(1.0e-08).of(0.0) end it 'cell p246 should equal 0.0' do sheet7.p246.should be_within(1.0e-08).of(0.0) end it 'cell q246 should equal 0.0' do sheet7.q246.should be_within(1.0e-08).of(0.0) end it 'cell h247 should equal 0.0' do sheet7.h247.should be_within(1.0e-08).of(0.0) end it 'cell i247 should equal 0.0' do sheet7.i247.should be_within(1.0e-08).of(0.0) end it 'cell j247 should equal 0.0' do sheet7.j247.should be_within(1.0e-08).of(0.0) end it 'cell k247 should equal 0.0' do sheet7.k247.should be_within(1.0e-08).of(0.0) end it 'cell l247 should equal 0.0' do sheet7.l247.should be_within(1.0e-08).of(0.0) end it 'cell m247 should equal 0.0' do sheet7.m247.should be_within(1.0e-08).of(0.0) end it 'cell n247 should equal 0.0' do sheet7.n247.should be_within(1.0e-08).of(0.0) end it 'cell o247 should equal 0.0' do sheet7.o247.should be_within(1.0e-08).of(0.0) end it 'cell p247 should equal 0.0' do sheet7.p247.should be_within(1.0e-08).of(0.0) end it 'cell q247 should equal 0.0' do sheet7.q247.should be_within(1.0e-08).of(0.0) end it 'cell h251 should equal 760.6510000760512' do sheet7.h251.should be_within(76.06510000760512).of(760.6510000760512) end it 'cell i251 should equal 707.5823256521406' do sheet7.i251.should be_within(70.75823256521407).of(707.5823256521406) end it 'cell j251 should equal 619.134534945623' do sheet7.j251.should be_within(61.913453494562305).of(619.134534945623) end it 'cell k251 should equal 530.6867442391055' do sheet7.k251.should be_within(53.06867442391055).of(530.6867442391055) end it 'cell l251 should equal 442.2389535325879' do sheet7.l251.should be_within(44.2238953532588).of(442.2389535325879) end it 'cell m251 should equal 353.7911628260703' do sheet7.m251.should be_within(35.379116282607036).of(353.7911628260703) end it 'cell n251 should equal 265.3433721195527' do sheet7.n251.should be_within(26.534337211955275).of(265.3433721195527) end it 'cell o251 should equal 176.89558141303516' do sheet7.o251.should be_within(17.689558141303518).of(176.89558141303516) end it 'cell p251 should equal 88.44779070651758' do sheet7.p251.should be_within(8.844779070651759).of(88.44779070651758) end it 'cell q251 should equal 0.0' do sheet7.q251.should be_within(1.0e-08).of(0.0) end it 'cell h252 should equal 46.65552066137885' do sheet7.h252.should be_within(4.665552066137885).of(46.65552066137885) end it 'cell i252 should equal 0.0' do sheet7.i252.should be_within(1.0e-08).of(0.0) end it 'cell j252 should equal 0.0' do sheet7.j252.should be_within(1.0e-08).of(0.0) end it 'cell k252 should equal 0.0' do sheet7.k252.should be_within(1.0e-08).of(0.0) end it 'cell l252 should equal 0.0' do sheet7.l252.should be_within(1.0e-08).of(0.0) end it 'cell m252 should equal 0.0' do sheet7.m252.should be_within(1.0e-08).of(0.0) end it 'cell n252 should equal 0.0' do sheet7.n252.should be_within(1.0e-08).of(0.0) end it 'cell o252 should equal 0.0' do sheet7.o252.should be_within(1.0e-08).of(0.0) end it 'cell p252 should equal 0.0' do sheet7.p252.should be_within(1.0e-08).of(0.0) end it 'cell q252 should equal 0.0' do sheet7.q252.should be_within(1.0e-08).of(0.0) end it 'cell h256 should equal 0.0' do sheet7.h256.should be_within(1.0e-08).of(0.0) end it 'cell i256 should equal 0.0' do sheet7.i256.should be_within(1.0e-08).of(0.0) end it 'cell j256 should equal 0.03805175038051751' do sheet7.j256.should be_within(0.003805175038051751).of(0.03805175038051751) end it 'cell k256 should equal 2.0082868256384225' do sheet7.k256.should be_within(0.20082868256384226).of(2.0082868256384225) end it 'cell l256 should equal 5.020717064096051' do sheet7.l256.should be_within(0.5020717064096051).of(5.020717064096051) end it 'cell m256 should equal 5.020717064096051' do sheet7.m256.should be_within(0.5020717064096051).of(5.020717064096051) end it 'cell n256 should equal 0.0' do sheet7.n256.should be_within(1.0e-08).of(0.0) end it 'cell o256 should equal 0.0' do sheet7.o256.should be_within(1.0e-08).of(0.0) end it 'cell p256 should equal 0.0' do sheet7.p256.should be_within(1.0e-08).of(0.0) end it 'cell q256 should equal 0.0' do sheet7.q256.should be_within(1.0e-08).of(0.0) end it 'cell h260 should equal 31.03780489360191' do sheet7.h260.should be_within(3.103780489360191).of(31.03780489360191) end it 'cell i260 should equal 29.885402375447175' do sheet7.i260.should be_within(2.9885402375447176).of(29.885402375447175) end it 'cell j260 should equal 27.444990811809056' do sheet7.j260.should be_within(2.744499081180906).of(27.444990811809056) end it 'cell k260 should equal 27.548955207988946' do sheet7.k260.should be_within(2.754895520798895).of(27.548955207988946) end it 'cell l260 should equal 27.934766829020752' do sheet7.l260.should be_within(2.7934766829020754).of(27.934766829020752) end it 'cell m260 should equal 29.023043809010563' do sheet7.m260.should be_within(2.9023043809010565).of(29.023043809010563) end it 'cell n260 should equal 31.901816387410967' do sheet7.n260.should be_within(3.190181638741097).of(31.901816387410967) end it 'cell o260 should equal 34.37666632633336' do sheet7.o260.should be_within(3.437666632633336).of(34.37666632633336) end it 'cell p260 should equal 36.800148934067' do sheet7.p260.should be_within(3.6800148934067005).of(36.800148934067) end it 'cell q260 should equal 38.13895899175493' do sheet7.q260.should be_within(3.8138958991754937).of(38.13895899175493) end it 'cell i261 should equal 0.0' do sheet7.i261.should be_within(1.0e-08).of(0.0) end it 'cell j261 should equal 0.7083333333333335' do sheet7.j261.should be_within(0.07083333333333335).of(0.7083333333333335) end it 'cell k261 should equal 1.416666666666667' do sheet7.k261.should be_within(0.1416666666666667).of(1.416666666666667) end it 'cell l261 should equal 1.4166666666666667' do sheet7.l261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell m261 should equal 1.4166666666666667' do sheet7.m261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell n261 should equal 1.4166666666666667' do sheet7.n261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell o261 should equal 1.4166666666666667' do sheet7.o261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell p261 should equal 1.4166666666666667' do sheet7.p261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell q261 should equal 1.4166666666666667' do sheet7.q261.should be_within(0.1416666666666667).of(1.4166666666666667) end it 'cell i262 should equal 3.3333333333333335' do sheet7.i262.should be_within(0.33333333333333337).of(3.3333333333333335) end it 'cell j262 should equal 2.4' do sheet7.j262.should be_within(0.24).of(2.4) end it 'cell k262 should equal 1.2000000000000002' do sheet7.k262.should be_within(0.12000000000000002).of(1.2000000000000002) end it 'cell l262 should equal 0.4000000000000002' do sheet7.l262.should be_within(0.04000000000000002).of(0.4000000000000002) end it 'cell m262 should equal 0.4000000000000002' do sheet7.m262.should be_within(0.04000000000000002).of(0.4000000000000002) end it 'cell n262 should equal 0.0' do sheet7.n262.should be_within(1.0e-08).of(0.0) end it 'cell o262 should equal 0.0' do sheet7.o262.should be_within(1.0e-08).of(0.0) end it 'cell p262 should equal 0.0' do sheet7.p262.should be_within(1.0e-08).of(0.0) end it 'cell q262 should equal 0.0' do sheet7.q262.should be_within(1.0e-08).of(0.0) end it 'cell h263 should equal 0.0' do sheet7.h263.should be_within(1.0e-08).of(0.0) end it 'cell i263 should equal 0.0' do sheet7.i263.should be_within(1.0e-08).of(0.0) end it 'cell j263 should equal 0.0' do sheet7.j263.should be_within(1.0e-08).of(0.0) end it 'cell k263 should equal 0.0' do sheet7.k263.should be_within(1.0e-08).of(0.0) end it 'cell l263 should equal 0.0' do sheet7.l263.should be_within(1.0e-08).of(0.0) end it 'cell m263 should equal 0.0' do sheet7.m263.should be_within(1.0e-08).of(0.0) end it 'cell n263 should equal 0.0' do sheet7.n263.should be_within(1.0e-08).of(0.0) end it 'cell o263 should equal 0.0' do sheet7.o263.should be_within(1.0e-08).of(0.0) end it 'cell p263 should equal 0.0' do sheet7.p263.should be_within(1.0e-08).of(0.0) end it 'cell q263 should equal 0.0' do sheet7.q263.should be_within(1.0e-08).of(0.0) end it 'cell h264 should equal 0.0' do sheet7.h264.should be_within(1.0e-08).of(0.0) end it 'cell i264 should equal 0.0' do sheet7.i264.should be_within(1.0e-08).of(0.0) end it 'cell j264 should equal 0.0' do sheet7.j264.should be_within(1.0e-08).of(0.0) end it 'cell k264 should equal 0.0' do sheet7.k264.should be_within(1.0e-08).of(0.0) end it 'cell l264 should equal 0.0' do sheet7.l264.should be_within(1.0e-08).of(0.0) end it 'cell m264 should equal 0.0' do sheet7.m264.should be_within(1.0e-08).of(0.0) end it 'cell n264 should equal 0.0' do sheet7.n264.should be_within(1.0e-08).of(0.0) end it 'cell o264 should equal 0.0' do sheet7.o264.should be_within(1.0e-08).of(0.0) end it 'cell p264 should equal 0.0' do sheet7.p264.should be_within(1.0e-08).of(0.0) end it 'cell q264 should equal 0.0' do sheet7.q264.should be_within(1.0e-08).of(0.0) end it 'cell i271 should equal 124.39544583847987' do sheet7.i271.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell o271 should equal 37.42321810680604' do sheet7.o271.should be_within(3.742321810680604).of(37.42321810680604) end it 'cell p271 should equal 0.0' do sheet7.p271.should be_within(1.0e-08).of(0.0) end it 'cell q271 should equal 37.42321810680604' do sheet7.q271.should be_within(3.742321810680604).of(37.42321810680604) end it 'cell r271 should equal "ok"' do sheet7.r271.should == "ok" end it 'cell i272 should equal 0.0' do sheet7.i272.should be_within(1.0e-08).of(0.0) end it 'cell o272 should equal 0.0' do sheet7.o272.should be_within(1.0e-08).of(0.0) end it 'cell p272 should equal 11.192664433495876' do sheet7.p272.should be_within(1.1192664433495876).of(11.192664433495876) end it 'cell q272 should equal -11.192664433495876' do sheet7.q272.should be_within(1.1192664433495876).of(-11.192664433495876) end it 'cell r272 should equal "ok"' do sheet7.r272.should == "ok" end it 'cell i273 should equal 132.62526993906516' do sheet7.i273.should be_within(13.262526993906517).of(132.62526993906516) end it 'cell o273 should equal 152.73058294116822' do sheet7.o273.should be_within(15.273058294116822).of(152.73058294116822) end it 'cell p273 should equal 152.73058294116825' do sheet7.p273.should be_within(15.273058294116826).of(152.73058294116825) end it 'cell q273 should equal 0.0' do sheet7.q273.should be_within(1.0e-08).of(0.0) end it 'cell r273 should equal "ok"' do sheet7.r273.should == "ok" end it 'cell i274 should equal 701.4078244564344' do sheet7.i274.should be_within(70.14078244564344).of(701.4078244564344) end it 'cell o274 should equal 0.0' do sheet7.o274.should be_within(1.0e-08).of(0.0) end it 'cell p274 should equal 0.0' do sheet7.p274.should be_within(1.0e-08).of(0.0) end it 'cell q274 should equal 0.0' do sheet7.q274.should be_within(1.0e-08).of(0.0) end it 'cell r274 should equal "ok"' do sheet7.r274.should == "ok" end it 'cell i275 should equal 101.5831683077875' do sheet7.i275.should be_within(10.158316830778752).of(101.5831683077875) end it 'cell o275 should equal 0.0' do sheet7.o275.should be_within(1.0e-08).of(0.0) end it 'cell p275 should equal 0.0' do sheet7.p275.should be_within(1.0e-08).of(0.0) end it 'cell q275 should equal 0.0' do sheet7.q275.should be_within(1.0e-08).of(0.0) end it 'cell r275 should equal "ok"' do sheet7.r275.should == "ok" end it 'cell i276 should equal 1667.090671438097' do sheet7.i276.should be_within(166.7090671438097).of(1667.090671438097) end it 'cell o276 should equal 0.0' do sheet7.o276.should be_within(1.0e-08).of(0.0) end it 'cell p276 should equal 0.0' do sheet7.p276.should be_within(1.0e-08).of(0.0) end it 'cell q276 should equal 0.0' do sheet7.q276.should be_within(1.0e-08).of(0.0) end it 'cell r276 should equal "ok"' do sheet7.r276.should == "ok" end it 'cell i277 should equal 17.667299613344547' do sheet7.i277.should be_within(1.7667299613344547).of(17.667299613344547) end it 'cell o277 should equal 124.39544583847987' do sheet7.o277.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell p277 should equal 124.39544583847987' do sheet7.p277.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell q277 should equal 0.0' do sheet7.q277.should be_within(1.0e-08).of(0.0) end it 'cell r277 should equal "ok"' do sheet7.r277.should == "ok" end it 'cell i278 should equal 0.0' do sheet7.i278.should be_within(1.0e-08).of(0.0) end it 'cell o278 should equal 0.0' do sheet7.o278.should be_within(1.0e-08).of(0.0) end it 'cell p278 should equal 0.0' do sheet7.p278.should be_within(1.0e-08).of(0.0) end it 'cell q278 should equal 0.0' do sheet7.q278.should be_within(1.0e-08).of(0.0) end it 'cell r278 should equal "ok"' do sheet7.r278.should == "ok" end it 'cell i279 should equal 37.42321810680604' do sheet7.i279.should be_within(3.742321810680604).of(37.42321810680604) end it 'cell o279 should equal 124.39544583847987' do sheet7.o279.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell p279 should equal 0.0' do sheet7.p279.should be_within(1.0e-08).of(0.0) end it 'cell q279 should equal 124.39544583847987' do sheet7.q279.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell r279 should equal "ok"' do sheet7.r279.should == "ok" end it 'cell i280 should equal 97.64006522101766' do sheet7.i280.should be_within(9.764006522101766).of(97.64006522101766) end it 'cell o280 should equal 9.677803702012476' do sheet7.o280.should be_within(0.9677803702012476).of(9.677803702012476) end it 'cell p280 should equal 9.677803702012476' do sheet7.p280.should be_within(0.9677803702012476).of(9.677803702012476) end it 'cell q280 should equal 0.0' do sheet7.q280.should be_within(1.0e-08).of(0.0) end it 'cell r280 should equal "ok"' do sheet7.r280.should == "ok" end it 'cell i281 should equal 98.09302936642432' do sheet7.i281.should be_within(9.809302936642432).of(98.09302936642432) end it 'cell o281 should equal 0.0' do sheet7.o281.should be_within(1.0e-08).of(0.0) end it 'cell p281 should equal 14.785449092646568' do sheet7.p281.should be_within(1.4785449092646568).of(14.785449092646568) end it 'cell q281 should equal -14.785449092646568' do sheet7.q281.should be_within(1.4785449092646568).of(-14.785449092646568) end it 'cell r281 should equal "ok"' do sheet7.r281.should == "ok" end it 'cell i282 should equal 0.0' do sheet7.i282.should be_within(1.0e-08).of(0.0) end it 'cell o282 should equal 484.1823049144114' do sheet7.o282.should be_within(48.41823049144114).of(484.1823049144114) end it 'cell p282 should equal 484.1823049144115' do sheet7.p282.should be_within(48.41823049144115).of(484.1823049144115) end it 'cell q282 should equal 0.0' do sheet7.q282.should be_within(1.0e-08).of(0.0) end it 'cell r282 should equal "ok"' do sheet7.r282.should == "ok" end it 'cell i283 should equal 0.0' do sheet7.i283.should be_within(1.0e-08).of(0.0) end it 'cell o283 should equal 0.0' do sheet7.o283.should be_within(1.0e-08).of(0.0) end it 'cell p283 should equal 0.0' do sheet7.p283.should be_within(1.0e-08).of(0.0) end it 'cell q283 should equal 0.0' do sheet7.q283.should be_within(1.0e-08).of(0.0) end it 'cell r283 should equal "ok"' do sheet7.r283.should == "ok" end it 'cell i284 should equal 124.39544583847987' do sheet7.i284.should be_within(12.439544583847988).of(124.39544583847987) end it 'cell o284 should equal 1834.6941526923397' do sheet7.o284.should be_within(183.469415269234).of(1834.6941526923397) end it 'cell p284 should equal 1834.6941526923397' do sheet7.p284.should be_within(183.469415269234).of(1834.6941526923397) end it 'cell q284 should equal 0.0' do sheet7.q284.should be_within(1.0e-08).of(0.0) end it 'cell r284 should equal "ok"' do sheet7.r284.should == "ok" end it 'cell i285 should equal 834.0330943954996' do sheet7.i285.should be_within(83.40330943954996).of(834.0330943954996) end it 'cell o285 should equal 1667.090671438097' do sheet7.o285.should be_within(166.7090671438097).of(1667.090671438097) end it 'cell p285 should equal 0.0' do sheet7.p285.should be_within(1.0e-08).of(0.0) end it 'cell q285 should equal 1667.090671438097' do sheet7.q285.should be_within(166.7090671438097).of(1667.090671438097) end it 'cell r285 should equal "ok"' do sheet7.r285.should == "ok" end it 'cell i286 should equal 1768.6738397458844' do sheet7.i286.should be_within(176.86738397458845).of(1768.6738397458844) end it 'cell o286 should equal 101.5831683077875' do sheet7.o286.should be_within(10.158316830778752).of(101.5831683077875) end it 'cell p286 should equal 0.0' do sheet7.p286.should be_within(1.0e-08).of(0.0) end it 'cell q286 should equal 101.5831683077875' do sheet7.q286.should be_within(10.158316830778752).of(101.5831683077875) end it 'cell r286 should equal "ok"' do sheet7.r286.should == "ok" end it 'cell i287 should equal 0.0' do sheet7.i287.should be_within(1.0e-08).of(0.0) end it 'cell o287 should equal 0.0' do sheet7.o287.should be_within(1.0e-08).of(0.0) end it 'cell p287 should equal 0.0' do sheet7.p287.should be_within(1.0e-08).of(0.0) end it 'cell q287 should equal 0.0' do sheet7.q287.should be_within(1.0e-08).of(0.0) end it 'cell r287 should equal "ok"' do sheet7.r287.should == "ok" end it 'cell i288 should equal 0.0' do sheet7.i288.should be_within(1.0e-08).of(0.0) end it 'cell o288 should equal 0.0' do sheet7.o288.should be_within(1.0e-08).of(0.0) end it 'cell p288 should equal 0.0' do sheet7.p288.should be_within(1.0e-08).of(0.0) end it 'cell q288 should equal 0.0' do sheet7.q288.should be_within(1.0e-08).of(0.0) end it 'cell r288 should equal "ok"' do sheet7.r288.should == "ok" end it 'cell i289 should equal 0.0' do sheet7.i289.should be_within(1.0e-08).of(0.0) end it 'cell o289 should equal 0.07298325258998734' do sheet7.o289.should be_within(0.0072983252589987335).of(0.07298325258998734) end it 'cell p289 should equal 0.07298325258998734' do sheet7.p289.should be_within(0.0072983252589987335).of(0.07298325258998734) end it 'cell q289 should equal 0.0' do sheet7.q289.should be_within(1.0e-08).of(0.0) end it 'cell r289 should equal "ok"' do sheet7.r289.should == "ok" end it 'cell o290 should equal 0.09478344492206148' do sheet7.o290.should be_within(0.009478344492206149).of(0.09478344492206148) end it 'cell p290 should equal 0.09478344492206148' do sheet7.p290.should be_within(0.009478344492206149).of(0.09478344492206148) end it 'cell q290 should equal 0.0' do sheet7.q290.should be_within(1.0e-08).of(0.0) end it 'cell r290 should equal "ok"' do sheet7.r290.should == "ok" end it 'cell i291 should equal 57.6755492075466' do sheet7.i291.should be_within(5.767554920754661).of(57.6755492075466) end it 'cell o291 should equal 0.0' do sheet7.o291.should be_within(1.0e-08).of(0.0) end it 'cell p291 should equal 174.269906180597' do sheet7.p291.should be_within(17.4269906180597).of(174.269906180597) end it 'cell q291 should equal -174.269906180597' do sheet7.q291.should be_within(17.4269906180597).of(-174.269906180597) end it 'cell r291 should equal "ok"' do sheet7.r291.should == "ok" end it 'cell i292 should equal 7.744845969984378' do sheet7.i292.should be_within(0.7744845969984379).of(7.744845969984378) end it 'cell o292 should equal 0.0' do sheet7.o292.should be_within(1.0e-08).of(0.0) end it 'cell p292 should equal 585.9963982695342' do sheet7.p292.should be_within(58.59963982695342).of(585.9963982695342) end it 'cell q292 should equal -585.9963982695342' do sheet7.q292.should be_within(58.59963982695342).of(-585.9963982695342) end it 'cell r292 should equal "ok"' do sheet7.r292.should == "ok" end it 'cell i293 should equal 66.0203129464553' do sheet7.i293.should be_within(6.602031294645531).of(66.0203129464553) end it 'cell o293 should equal 5.329728000000001' do sheet7.o293.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell p293 should equal 0.0' do sheet7.p293.should be_within(1.0e-08).of(0.0) end it 'cell q293 should equal 5.329728000000001' do sheet7.q293.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell r293 should equal "ok"' do sheet7.r293.should == "ok" end it 'cell i294 should equal 21.289874817181953' do sheet7.i294.should be_within(2.1289874817181955).of(21.289874817181953) end it 'cell o294 should equal 0.0' do sheet7.o294.should be_within(1.0e-08).of(0.0) end it 'cell p294 should equal 522.2546884117069' do sheet7.p294.should be_within(52.22546884117069).of(522.2546884117069) end it 'cell q294 should equal -522.2546884117069' do sheet7.q294.should be_within(52.22546884117069).of(-522.2546884117069) end it 'cell r294 should equal "ok"' do sheet7.r294.should == "ok" end it 'cell i295 should equal 182.1154229434806' do sheet7.i295.should be_within(18.21154229434806).of(182.1154229434806) end it 'cell o295 should equal 0.0' do sheet7.o295.should be_within(1.0e-08).of(0.0) end it 'cell p295 should equal 206.26698515563612' do sheet7.p295.should be_within(20.626698515563614).of(206.26698515563612) end it 'cell q295 should equal -206.26698515563612' do sheet7.q295.should be_within(20.626698515563614).of(-206.26698515563612) end it 'cell r295 should equal "ok"' do sheet7.r295.should == "ok" end it 'cell i296 should equal 0.0' do sheet7.i296.should be_within(1.0e-08).of(0.0) end it 'cell o296 should equal 0.0' do sheet7.o296.should be_within(1.0e-08).of(0.0) end it 'cell p296 should equal 128.69' do sheet7.p296.should be_within(12.869).of(128.69) end it 'cell q296 should equal -128.69' do sheet7.q296.should be_within(12.869).of(-128.69) end it 'cell r296 should equal "ok"' do sheet7.r296.should == "ok" end it 'cell i297 should equal 0.0' do sheet7.i297.should be_within(1.0e-08).of(0.0) end it 'cell o297 should equal 0.0' do sheet7.o297.should be_within(1.0e-08).of(0.0) end it 'cell p297 should equal 101.39066503541156' do sheet7.p297.should be_within(10.139066503541157).of(101.39066503541156) end it 'cell q297 should equal -101.39066503541156' do sheet7.q297.should be_within(10.139066503541157).of(-101.39066503541156) end it 'cell r297 should equal "ok"' do sheet7.r297.should == "ok" end it 'cell i298 should equal 32.82867' do sheet7.i298.should be_within(3.2828670000000004).of(32.82867) end it 'cell o298 should equal 0.0' do sheet7.o298.should be_within(1.0e-08).of(0.0) end it 'cell p298 should equal 111.43620774985737' do sheet7.p298.should be_within(11.143620774985738).of(111.43620774985737) end it 'cell q298 should equal -111.43620774985737' do sheet7.q298.should be_within(11.143620774985738).of(-111.43620774985737) end it 'cell r298 should equal "ok"' do sheet7.r298.should == "ok" end it 'cell o299 should equal 841.7779403654838' do sheet7.o299.should be_within(84.17779403654839).of(841.7779403654838) end it 'cell p299 should equal 841.7779403654839' do sheet7.p299.should be_within(84.17779403654839).of(841.7779403654839) end it 'cell q299 should equal 0.0' do sheet7.q299.should be_within(1.0e-08).of(0.0) end it 'cell r299 should equal "ok"' do sheet7.r299.should == "ok" end it 'cell i300 should equal 952.483128120197' do sheet7.i300.should be_within(95.2483128120197).of(952.483128120197) end it 'cell o300 should equal 0.0' do sheet7.o300.should be_within(1.0e-08).of(0.0) end it 'cell p300 should equal 572.1049764181723' do sheet7.p300.should be_within(57.210497641817234).of(572.1049764181723) end it 'cell q300 should equal -572.1049764181723' do sheet7.q300.should be_within(57.210497641817234).of(-572.1049764181723) end it 'cell r300 should equal "ok"' do sheet7.r300.should == "ok" end it 'cell i301 should equal 0.0' do sheet7.i301.should be_within(1.0e-08).of(0.0) end it 'cell o301 should equal 0.0' do sheet7.o301.should be_within(1.0e-08).of(0.0) end it 'cell p301 should equal 0.0' do sheet7.p301.should be_within(1.0e-08).of(0.0) end it 'cell q301 should equal 0.0' do sheet7.q301.should be_within(1.0e-08).of(0.0) end it 'cell r301 should equal "ok"' do sheet7.r301.should == "ok" end it 'cell i302 should equal 9.677803702012476' do sheet7.i302.should be_within(0.9677803702012476).of(9.677803702012476) end it 'cell o302 should equal 0.0' do sheet7.o302.should be_within(1.0e-08).of(0.0) end it 'cell p302 should equal 22.49614487028552' do sheet7.p302.should be_within(2.249614487028552).of(22.49614487028552) end it 'cell q302 should equal -22.49614487028552' do sheet7.q302.should be_within(2.249614487028552).of(-22.49614487028552) end it 'cell r302 should equal "ok"' do sheet7.r302.should == "ok" end it 'cell i303 should equal 478.7647415944115' do sheet7.i303.should be_within(47.87647415944115).of(478.7647415944115) end it 'cell o303 should equal 1768.6738397458844' do sheet7.o303.should be_within(176.86738397458845).of(1768.6738397458844) end it 'cell p303 should equal 1768.6738397458844' do sheet7.p303.should be_within(176.86738397458845).of(1768.6738397458844) end it 'cell q303 should equal 0.0' do sheet7.q303.should be_within(1.0e-08).of(0.0) end it 'cell r303 should equal "ok"' do sheet7.r303.should == "ok" end it 'cell i304 should equal 496.86925282377297' do sheet7.i304.should be_within(49.6869252823773).of(496.86925282377297) end it 'cell o304 should equal 0.0' do sheet7.o304.should be_within(1.0e-08).of(0.0) end it 'cell p304 should equal 0.0' do sheet7.p304.should be_within(1.0e-08).of(0.0) end it 'cell q304 should equal 0.0' do sheet7.q304.should be_within(1.0e-08).of(0.0) end it 'cell r304 should equal "ok"' do sheet7.r304.should == "ok" end it 'cell i305 should equal 0.0' do sheet7.i305.should be_within(1.0e-08).of(0.0) end it 'cell o305 should equal 834.0330943954996' do sheet7.o305.should be_within(83.40330943954996).of(834.0330943954996) end it 'cell p305 should equal 834.0330943954996' do sheet7.p305.should be_within(83.40330943954996).of(834.0330943954996) end it 'cell q305 should equal 0.0' do sheet7.q305.should be_within(1.0e-08).of(0.0) end it 'cell r305 should equal "ok"' do sheet7.r305.should == "ok" end it 'cell i306 should equal 0.0' do sheet7.i306.should be_within(1.0e-08).of(0.0) end it 'cell o306 should equal 701.4078244564344' do sheet7.o306.should be_within(70.14078244564344).of(701.4078244564344) end it 'cell p306 should equal 0.0' do sheet7.p306.should be_within(1.0e-08).of(0.0) end it 'cell q306 should equal 701.4078244564344' do sheet7.q306.should be_within(70.14078244564344).of(701.4078244564344) end it 'cell r306 should equal "ok"' do sheet7.r306.should == "ok" end it 'cell i307 should equal 0.0' do sheet7.i307.should be_within(1.0e-08).of(0.0) end it 'cell o307 should equal 132.62526993906516' do sheet7.o307.should be_within(13.262526993906517).of(132.62526993906516) end it 'cell p307 should equal 0.0' do sheet7.p307.should be_within(1.0e-08).of(0.0) end it 'cell q307 should equal 132.62526993906516' do sheet7.q307.should be_within(13.262526993906517).of(132.62526993906516) end it 'cell r307 should equal "ok"' do sheet7.r307.should == "ok" end it 'cell i308 should equal 0.0' do sheet7.i308.should be_within(1.0e-08).of(0.0) end it 'cell o308 should equal 195.733094587442' do sheet7.o308.should be_within(19.573309458744202).of(195.733094587442) end it 'cell p308 should equal 0.0' do sheet7.p308.should be_within(1.0e-08).of(0.0) end it 'cell q308 should equal 195.733094587442' do sheet7.q308.should be_within(19.573309458744202).of(195.733094587442) end it 'cell r308 should equal "ok"' do sheet7.r308.should == "ok" end it 'cell i309 should equal 0.0' do sheet7.i309.should be_within(1.0e-08).of(0.0) end it 'cell o309 should equal 0.0' do sheet7.o309.should be_within(1.0e-08).of(0.0) end it 'cell p309 should equal 182.1154229434806' do sheet7.p309.should be_within(18.21154229434806).of(182.1154229434806) end it 'cell q309 should equal -182.1154229434806' do sheet7.q309.should be_within(18.21154229434806).of(-182.1154229434806) end it 'cell r309 should equal "ok"' do sheet7.r309.should == "ok" end it 'cell i310 should equal 0.0' do sheet7.i310.should be_within(1.0e-08).of(0.0) end it 'cell o310 should equal 0.0' do sheet7.o310.should be_within(1.0e-08).of(0.0) end it 'cell p310 should equal 0.0' do sheet7.p310.should be_within(1.0e-08).of(0.0) end it 'cell q310 should equal 0.0' do sheet7.q310.should be_within(1.0e-08).of(0.0) end it 'cell r310 should equal "ok"' do sheet7.r310.should == "ok" end it 'cell i311 should equal 0.08783531999999616' do sheet7.i311.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell o311 should equal 0.0' do sheet7.o311.should be_within(1.0e-08).of(0.0) end it 'cell p311 should equal 14.422595081474668' do sheet7.p311.should be_within(1.442259508147467).of(14.422595081474668) end it 'cell q311 should equal -14.422595081474668' do sheet7.q311.should be_within(1.442259508147467).of(-14.422595081474668) end it 'cell r311 should equal "ok"' do sheet7.r311.should == "ok" end it 'cell i312 should equal 0.0' do sheet7.i312.should be_within(1.0e-08).of(0.0) end it 'cell o312 should equal 0.0' do sheet7.o312.should be_within(1.0e-08).of(0.0) end it 'cell p312 should equal 335.9214519651574' do sheet7.p312.should be_within(33.592145196515744).of(335.9214519651574) end it 'cell q312 should equal -335.9214519651574' do sheet7.q312.should be_within(33.592145196515744).of(-335.9214519651574) end it 'cell r312 should equal "ok"' do sheet7.r312.should == "ok" end it 'cell i313 should equal 0.0' do sheet7.i313.should be_within(1.0e-08).of(0.0) end it 'cell o313 should equal 0.0' do sheet7.o313.should be_within(1.0e-08).of(0.0) end it 'cell p313 should equal 0.0' do sheet7.p313.should be_within(1.0e-08).of(0.0) end it 'cell q313 should equal 0.0' do sheet7.q313.should be_within(1.0e-08).of(0.0) end it 'cell r313 should equal "ok"' do sheet7.r313.should == "ok" end it 'cell i314 should equal 0.0' do sheet7.i314.should be_within(1.0e-08).of(0.0) end it 'cell o314 should equal 0.0' do sheet7.o314.should be_within(1.0e-08).of(0.0) end it 'cell p314 should equal 0.0' do sheet7.p314.should be_within(1.0e-08).of(0.0) end it 'cell q314 should equal 0.0' do sheet7.q314.should be_within(1.0e-08).of(0.0) end it 'cell r314 should equal "ok"' do sheet7.r314.should == "ok" end it 'cell i315 should equal 5.329728000000001' do sheet7.i315.should be_within(0.5329728000000001).of(5.329728000000001) end it 'cell o315 should equal 0.0' do sheet7.o315.should be_within(1.0e-08).of(0.0) end it 'cell p315 should equal 0.0' do sheet7.p315.should be_within(1.0e-08).of(0.0) end it 'cell q315 should equal 0.0' do sheet7.q315.should be_within(1.0e-08).of(0.0) end it 'cell r315 should equal "ok"' do sheet7.r315.should == "ok" end it 'cell i316 should equal 0.09478344492206148' do sheet7.i316.should be_within(0.009478344492206149).of(0.09478344492206148) end it 'cell o316 should equal 280.1640244124508' do sheet7.o316.should be_within(28.016402441245077).of(280.1640244124508) end it 'cell p316 should equal 280.16402441245083' do sheet7.p316.should be_within(28.016402441245084).of(280.16402441245083) end it 'cell q316 should equal 0.0' do sheet7.q316.should be_within(1.0e-08).of(0.0) end it 'cell r316 should equal "ok"' do sheet7.r316.should == "ok" end it 'cell i317 should equal 0.0' do sheet7.i317.should be_within(1.0e-08).of(0.0) end it 'cell o317 should equal 985.311798120197' do sheet7.o317.should be_within(98.5311798120197).of(985.311798120197) end it 'cell p317 should equal 985.311798120197' do sheet7.p317.should be_within(98.5311798120197).of(985.311798120197) end it 'cell q317 should equal 0.0' do sheet7.q317.should be_within(1.0e-08).of(0.0) end it 'cell r317 should equal "ok"' do sheet7.r317.should == "ok" end it 'cell i318 should equal 33.7717083305382' do sheet7.i318.should be_within(3.3771708330538206).of(33.7717083305382) end it 'cell o318 should equal 0.0' do sheet7.o318.should be_within(1.0e-08).of(0.0) end it 'cell p318 should equal 0.0' do sheet7.p318.should be_within(1.0e-08).of(0.0) end it 'cell q318 should equal 0.0' do sheet7.q318.should be_within(1.0e-08).of(0.0) end it 'cell r318 should equal "ok"' do sheet7.r318.should == "ok" end it 'cell i319 should equal 0.0' do sheet7.i319.should be_within(1.0e-08).of(0.0) end it 'cell o319 should equal 17.667299613344547' do sheet7.o319.should be_within(1.7667299613344547).of(17.667299613344547) end it 'cell p319 should equal 0.0' do sheet7.p319.should be_within(1.0e-08).of(0.0) end it 'cell q319 should equal 17.667299613344547' do sheet7.q319.should be_within(1.7667299613344547).of(17.667299613344547) end it 'cell r319 should equal "ok"' do sheet7.r319.should == "ok" end it 'cell i320 should equal 0.07298325258998734' do sheet7.i320.should be_within(0.0072983252589987335).of(0.07298325258998734) end it 'cell o320 should equal 0.0' do sheet7.o320.should be_within(1.0e-08).of(0.0) end it 'cell p320 should equal 0.0' do sheet7.p320.should be_within(1.0e-08).of(0.0) end it 'cell q320 should equal 0.0' do sheet7.q320.should be_within(1.0e-08).of(0.0) end it 'cell r320 should equal "ok"' do sheet7.r320.should == "ok" end it 'cell i321 should equal 0.021800192332074142' do sheet7.i321.should be_within(0.0021800192332074144).of(0.021800192332074142) end it 'cell o321 should equal 0.08783531999999616' do sheet7.o321.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell p321 should equal 0.0' do sheet7.p321.should be_within(1.0e-08).of(0.0) end it 'cell q321 should equal 0.08783531999999616' do sheet7.q321.should be_within(0.008783531999999617).of(0.08783531999999616) end it 'cell r321 should equal "ok"' do sheet7.r321.should == "ok" end it 'cell i322 should equal 0.0' do sheet7.i322.should be_within(1.0e-08).of(0.0) end it 'cell i323 should equal 0.07298325258998734' do sheet7.i323.should be_within(0.0072983252589987335).of(0.07298325258998734) end it 'cell i324 should equal 0.0' do sheet7.i324.should be_within(1.0e-08).of(0.0) end it 'cell i325 should equal 0.0' do sheet7.i325.should be_within(1.0e-08).of(0.0) end it 'cell i326 should equal 0.0' do sheet7.i326.should be_within(1.0e-08).of(0.0) end it 'cell i327 should equal 0.0' do sheet7.i327.should be_within(1.0e-08).of(0.0) end it 'cell i328 should equal 0.0' do sheet7.i328.should be_within(1.0e-08).of(0.0) end it 'cell i329 should equal 0.0' do sheet7.i329.should be_within(1.0e-08).of(0.0) end it 'cell i330 should equal 9.677803702012476' do sheet7.i330.should be_within(0.9677803702012476).of(9.677803702012476) end it 'cell i331 should equal 0.0' do sheet7.i331.should be_within(1.0e-08).of(0.0) end it 'cell i332 should equal 60.65817298449703' do sheet7.i332.should be_within(6.065817298449703).of(60.65817298449703) end it 'cell i333 should equal 2.350956028043905' do sheet7.i333.should be_within(0.2350956028043905).of(2.350956028043905) end it 'cell i334 should equal 2.1085894272146364' do sheet7.i334.should be_within(0.21085894272146366).of(2.1085894272146364) end it 'cell i335 should equal 520.8786798297787' do sheet7.i335.should be_within(52.08786798297787).of(520.8786798297787) end it 'cell i336 should equal 32.76758846864765' do sheet7.i336.should be_within(3.2767588468647655).of(32.76758846864765) end it 'cell i337 should equal 0.0' do sheet7.i337.should be_within(1.0e-08).of(0.0) end it 'cell i338 should equal 0.5229634015456595' do sheet7.i338.should be_within(0.05229634015456595).of(0.5229634015456595) end it 'cell i339 should equal 140.97935431040366' do sheet7.i339.should be_within(14.097935431040368).of(140.97935431040366) end it 'cell i340 should equal 103.40155946528074' do sheet7.i340.should be_within(10.340155946528075).of(103.40155946528074) end it 'cell i341 should equal 8.034648284576637' do sheet7.i341.should be_within(0.8034648284576638).of(8.034648284576637) end it 'cell i342 should equal 92.33773101406193' do sheet7.i342.should be_within(9.233773101406193).of(92.33773101406193) end it 'cell i343 should equal 9.052934021349623' do sheet7.i343.should be_within(0.9052934021349623).of(9.052934021349623) end it 'cell i344 should equal 135.90355298908176' do sheet7.i344.should be_within(13.590355298908177).of(135.90355298908176) end it 'cell i345 should equal 61.973562286246626' do sheet7.i345.should be_within(6.197356228624663).of(61.973562286246626) end it 'cell i346 should equal 133.71330780504329' do sheet7.i346.should be_within(13.37133078050433).of(133.71330780504329) end it 'cell i347 should equal 180.9864616293227' do sheet7.i347.should be_within(18.09864616293227).of(180.9864616293227) end it 'cell i348 should equal 4.47706577339835' do sheet7.i348.should be_within(0.44770657733983504).of(4.47706577339835) end it 'cell i349 should equal 0.89541315467967' do sheet7.i349.should be_within(0.08954131546796701).of(0.89541315467967) end it 'cell i350 should equal 3.6935792630536386' do sheet7.i350.should be_within(0.3693579263053639).of(3.6935792630536386) end it 'cell i351 should equal 2.126606242364216' do sheet7.i351.should be_within(0.21266062423642162).of(2.126606242364216) end it 'cell i352 should equal 13.830138016267213' do sheet7.i352.should be_within(1.3830138016267215).of(13.830138016267213) end it 'cell i353 should equal 322.0183306963002' do sheet7.i353.should be_within(32.20183306963002).of(322.0183306963002) end it 'cell i354 should equal 6.940004427716452' do sheet7.i354.should be_within(0.6940004427716452).of(6.940004427716452) end it 'cell i355 should equal 7.482590653758216' do sheet7.i355.should be_within(0.7482590653758217).of(7.482590653758216) end it 'cell i356 should equal 14.785449092646568' do sheet7.i356.should be_within(1.4785449092646568).of(14.785449092646568) end it 'cell i357 should equal 22.49614487028552' do sheet7.i357.should be_within(2.249614487028552).of(22.49614487028552) end it 'cell i358 should equal 206.26698515563612' do sheet7.i358.should be_within(20.626698515563614).of(206.26698515563612) end it 'cell i359 should equal 128.69' do sheet7.i359.should be_within(12.869).of(128.69) end it 'cell i360 should equal 0.0' do sheet7.i360.should be_within(1.0e-08).of(0.0) end it 'cell i361 should equal 20.152340254347063' do sheet7.i361.should be_within(2.0152340254347063).of(20.152340254347063) end end