# coding: utf-8 require_relative '../spreadsheet' # I.a describe 'Sheet19' do def sheet19; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet19; end it 'cell e7 should equal 1.0' do sheet19.e7.should be_within(0.1).of(1.0) end it 'cell f15 should equal -354.55512401053005' do sheet19.f15.should be_within(35.45551240105301).of(-354.55512401053005) end it 'cell g15 should equal -354.9151582606154' do sheet19.g15.should be_within(35.49151582606154).of(-354.9151582606154) end it 'cell h15 should equal -366.33806231663755' do sheet19.h15.should be_within(36.633806231663755).of(-366.33806231663755) end it 'cell i15 should equal -397.94664348603783' do sheet19.i15.should be_within(39.79466434860379).of(-397.94664348603783) end it 'cell j15 should equal -449.38167849223646' do sheet19.j15.should be_within(44.938167849223646).of(-449.38167849223646) end it 'cell k15 should equal -501.9472683416643' do sheet19.k15.should be_within(50.19472683416643).of(-501.9472683416643) end it 'cell l15 should equal -547.6152019895165' do sheet19.l15.should be_within(54.76152019895166).of(-547.6152019895165) end it 'cell m15 should equal -608.7835569299558' do sheet19.m15.should be_within(60.878355692995584).of(-608.7835569299558) end it 'cell n15 should equal -679.5351465810934' do sheet19.n15.should be_within(67.95351465810934).of(-679.5351465810934) end it 'cell o15 should equal -757.462358055186' do sheet19.o15.should be_within(75.7462358055186).of(-757.462358055186) end it 'cell f16 should equal 39.72054622102256' do sheet19.f16.should be_within(3.972054622102256).of(39.72054622102256) end it 'cell g16 should equal 45.73729964184956' do sheet19.g16.should be_within(4.573729964184956).of(45.73729964184956) end it 'cell h16 should equal 73.2773483185064' do sheet19.h16.should be_within(7.32773483185064).of(73.2773483185064) end it 'cell i16 should equal 123.98129716841669' do sheet19.i16.should be_within(12.39812971684167).of(123.98129716841669) end it 'cell j16 should equal 230.6098638647995' do sheet19.j16.should be_within(23.060986386479954).of(230.6098638647995) end it 'cell k16 should equal 378.0933308372299' do sheet19.k16.should be_within(37.809333083723).of(378.0933308372299) end it 'cell l16 should equal 508.3176767021957' do sheet19.l16.should be_within(50.83176767021957).of(508.3176767021957) end it 'cell m16 should equal 633.1872041294946' do sheet19.m16.should be_within(63.31872041294946).of(633.1872041294946) end it 'cell n16 should equal 743.4086871401701' do sheet19.n16.should be_within(74.340868714017).of(743.4086871401701) end it 'cell o16 should equal 860.7132946876907' do sheet19.o16.should be_within(86.07132946876908).of(860.7132946876907) end it 'cell g28 should equal 0.6' do sheet19.g28.should be_within(0.06).of(0.6) end it 'cell h28 should equal 0.6' do sheet19.h28.should be_within(0.06).of(0.6) end it 'cell i28 should equal 0.6' do sheet19.i28.should be_within(0.06).of(0.6) end it 'cell j28 should equal 0.6' do sheet19.j28.should be_within(0.06).of(0.6) end it 'cell k28 should equal 0.6' do sheet19.k28.should be_within(0.06).of(0.6) end it 'cell l28 should equal 0.6' do sheet19.l28.should be_within(0.06).of(0.6) end it 'cell m28 should equal 0.6' do sheet19.m28.should be_within(0.06).of(0.6) end it 'cell n28 should equal 0.6' do sheet19.n28.should be_within(0.06).of(0.6) end it 'cell o28 should equal 0.6' do sheet19.o28.should be_within(0.06).of(0.6) end it 'cell g37 should equal 0.0' do sheet19.g37.should be_within(1.0e-08).of(0.0) end it 'cell h37 should equal 0.0' do sheet19.h37.should be_within(1.0e-08).of(0.0) end it 'cell i37 should equal 0.0' do sheet19.i37.should be_within(1.0e-08).of(0.0) end it 'cell j37 should equal 0.0' do sheet19.j37.should be_within(1.0e-08).of(0.0) end it 'cell k37 should equal 0.0' do sheet19.k37.should be_within(1.0e-08).of(0.0) end it 'cell l37 should equal 0.0' do sheet19.l37.should be_within(1.0e-08).of(0.0) end it 'cell m37 should equal 0.0' do sheet19.m37.should be_within(1.0e-08).of(0.0) end it 'cell n37 should equal 0.0' do sheet19.n37.should be_within(1.0e-08).of(0.0) end it 'cell h145 should equal 22.822' do sheet19.h145.should be_within(2.2822).of(22.822) end it 'cell i145 should equal 16.455000000000002' do sheet19.i145.should be_within(1.6455000000000002).of(16.455000000000002) end it 'cell j145 should equal 8.012' do sheet19.j145.should be_within(0.8012000000000001).of(8.012) end it 'cell k145 should equal 1.2' do sheet19.k145.should be_within(0.12).of(1.2) end it 'cell l145 should equal 0.0' do sheet19.l145.should be_within(1.0e-08).of(0.0) end it 'cell m145 should equal 0.0' do sheet19.m145.should be_within(1.0e-08).of(0.0) end it 'cell n145 should equal 0.0' do sheet19.n145.should be_within(1.0e-08).of(0.0) end it 'cell o145 should equal 0.0' do sheet19.o145.should be_within(1.0e-08).of(0.0) end it 'cell g146 should equal 0.6' do sheet19.g146.should be_within(0.06).of(0.6) end it 'cell h146 should equal 0.6' do sheet19.h146.should be_within(0.06).of(0.6) end it 'cell i146 should equal 0.6' do sheet19.i146.should be_within(0.06).of(0.6) end it 'cell j146 should equal 0.6' do sheet19.j146.should be_within(0.06).of(0.6) end it 'cell k146 should equal 0.6' do sheet19.k146.should be_within(0.06).of(0.6) end it 'cell l146 should equal 0.6' do sheet19.l146.should be_within(0.06).of(0.6) end it 'cell m146 should equal 0.6' do sheet19.m146.should be_within(0.06).of(0.6) end it 'cell n146 should equal 0.6' do sheet19.n146.should be_within(0.06).of(0.6) end it 'cell o146 should equal 0.6' do sheet19.o146.should be_within(0.06).of(0.6) end it 'cell h151 should equal 23.422' do sheet19.h151.should be_within(2.3422).of(23.422) end it 'cell i151 should equal 17.055000000000003' do sheet19.i151.should be_within(1.7055000000000005).of(17.055000000000003) end it 'cell j151 should equal 8.612' do sheet19.j151.should be_within(0.8612000000000001).of(8.612) end it 'cell k151 should equal 1.7999999999999998' do sheet19.k151.should be_within(0.18).of(1.7999999999999998) end it 'cell l151 should equal 0.6' do sheet19.l151.should be_within(0.06).of(0.6) end it 'cell m151 should equal 0.6' do sheet19.m151.should be_within(0.06).of(0.6) end it 'cell n151 should equal 0.6' do sheet19.n151.should be_within(0.06).of(0.6) end it 'cell o151 should equal 0.6' do sheet19.o151.should be_within(0.06).of(0.6) end it 'cell g158 should equal 0.6063970431445019' do sheet19.g158.should be_within(0.0606397043144502).of(0.6063970431445019) end it 'cell h158 should equal 0.6076850824011613' do sheet19.h158.should be_within(0.06076850824011613).of(0.6076850824011613) end it 'cell i158 should equal 0.6105540897097624' do sheet19.i158.should be_within(0.06105540897097625).of(0.6105540897097624) end it 'cell j158 should equal 0.620901068276823' do sheet19.j158.should be_within(0.062090106827682304).of(0.620901068276823) end it 'cell k158 should equal 0.7000000000000001' do sheet19.k158.should be_within(0.07).of(0.7000000000000001) end it 'cell l158 should equal 0.9000000000000001' do sheet19.l158.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell m158 should equal 0.9000000000000001' do sheet19.m158.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell n158 should equal 0.9000000000000001' do sheet19.n158.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell o158 should equal 0.9000000000000001' do sheet19.o158.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell f181 should equal 312.66735960950746' do sheet19.f181.should be_within(31.266735960950747).of(312.66735960950746) end it 'cell g181 should equal 307.0441440907658' do sheet19.g181.should be_within(30.704414409076584).of(307.0441440907658) end it 'cell h181 should equal 293.0607139981312' do sheet19.h181.should be_within(29.30607139981312).of(293.0607139981312) end it 'cell i181 should equal 273.96534631762114' do sheet19.i181.should be_within(27.396534631762115).of(273.96534631762114) end it 'cell j181 should equal 218.77181462743695' do sheet19.j181.should be_within(21.877181462743696).of(218.77181462743695) end it 'cell k181 should equal 123.85393750443438' do sheet19.k181.should be_within(12.38539375044344).of(123.85393750443438) end it 'cell l181 should equal 39.297525287320866' do sheet19.l181.should be_within(3.9297525287320867).of(39.297525287320866) end it 'cell m181 should equal 0.0' do sheet19.m181.should be_within(1.0e-08).of(0.0) end it 'cell n181 should equal 0.0' do sheet19.n181.should be_within(1.0e-08).of(0.0) end it 'cell o181 should equal 0.0' do sheet19.o181.should be_within(1.0e-08).of(0.0) end it 'cell f184 should equal 28.137999999999998' do sheet19.f184.should be_within(2.8138).of(28.137999999999998) end it 'cell g184 should equal 28.137999999999998' do sheet19.g184.should be_within(2.8138).of(28.137999999999998) end it 'cell h184 should equal 23.422' do sheet19.h184.should be_within(2.3422).of(23.422) end it 'cell i184 should equal 17.055000000000003' do sheet19.i184.should be_within(1.7055000000000005).of(17.055000000000003) end it 'cell j184 should equal 8.612' do sheet19.j184.should be_within(0.8612000000000001).of(8.612) end it 'cell k184 should equal 1.7999999999999998' do sheet19.k184.should be_within(0.18).of(1.7999999999999998) end it 'cell l184 should equal 0.6' do sheet19.l184.should be_within(0.06).of(0.6) end it 'cell m184 should equal 0.0' do sheet19.m184.should be_within(1.0e-08).of(0.0) end it 'cell n184 should equal 0.0' do sheet19.n184.should be_within(1.0e-08).of(0.0) end it 'cell o184 should equal 0.0' do sheet19.o184.should be_within(1.0e-08).of(0.0) end it 'cell g185 should equal 0.6063970431445019' do sheet19.g185.should be_within(0.0606397043144502).of(0.6063970431445019) end it 'cell h185 should equal 0.6076850824011613' do sheet19.h185.should be_within(0.06076850824011613).of(0.6076850824011613) end it 'cell i185 should equal 0.6105540897097624' do sheet19.i185.should be_within(0.06105540897097625).of(0.6105540897097624) end it 'cell j185 should equal 0.620901068276823' do sheet19.j185.should be_within(0.062090106827682304).of(0.620901068276823) end it 'cell k185 should equal 0.7000000000000001' do sheet19.k185.should be_within(0.07).of(0.7000000000000001) end it 'cell l185 should equal 0.9000000000000001' do sheet19.l185.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell m185 should equal 0.9000000000000001' do sheet19.m185.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell n185 should equal 0.9000000000000001' do sheet19.n185.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell o185 should equal 0.9000000000000001' do sheet19.o185.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell f186 should equal 17.062799999999996' do sheet19.f186.should be_within(1.7062799999999996).of(17.062799999999996) end it 'cell g186 should equal 17.062799999999996' do sheet19.g186.should be_within(1.7062799999999996).of(17.062799999999996) end it 'cell h186 should equal 14.2332' do sheet19.h186.should be_within(1.4233200000000001).of(14.2332) end it 'cell i186 should equal 10.413' do sheet19.i186.should be_within(1.0413000000000001).of(10.413) end it 'cell j186 should equal 5.3472' do sheet19.j186.should be_within(0.53472).of(5.3472) end it 'cell k186 should equal 1.26' do sheet19.k186.should be_within(0.126).of(1.26) end it 'cell l186 should equal 0.54' do sheet19.l186.should be_within(0.054000000000000006).of(0.54) end it 'cell m186 should equal 0.0' do sheet19.m186.should be_within(1.0e-08).of(0.0) end it 'cell n186 should equal 0.0' do sheet19.n186.should be_within(1.0e-08).of(0.0) end it 'cell o186 should equal 0.0' do sheet19.o186.should be_within(1.0e-08).of(0.0) end it 'cell f188 should equal 149.57250479999996' do sheet19.f188.should be_within(14.957250479999997).of(149.57250479999996) end it 'cell g188 should equal 149.57250479999996' do sheet19.g188.should be_within(14.957250479999997).of(149.57250479999996) end it 'cell h188 should equal 124.7682312' do sheet19.h188.should be_within(12.47682312).of(124.7682312) end it 'cell i188 should equal 91.28035799999999' do sheet19.i188.should be_within(9.1280358).of(91.28035799999999) end it 'cell j188 should equal 46.8735552' do sheet19.j188.should be_within(4.68735552).of(46.8735552) end it 'cell k188 should equal 11.04516' do sheet19.k188.should be_within(1.104516).of(11.04516) end it 'cell l188 should equal 4.73364' do sheet19.l188.should be_within(0.47336400000000006).of(4.73364) end it 'cell m188 should equal 0.0' do sheet19.m188.should be_within(1.0e-08).of(0.0) end it 'cell n188 should equal 0.0' do sheet19.n188.should be_within(1.0e-08).of(0.0) end it 'cell o188 should equal 0.0' do sheet19.o188.should be_within(1.0e-08).of(0.0) end it 'cell f191 should equal 144.5600420669938' do sheet19.f191.should be_within(14.45600420669938).of(144.5600420669938) end it 'cell g191 should equal 141.96017915531573' do sheet19.g191.should be_within(14.196017915531574).of(141.96017915531573) end it 'cell h191 should equal 135.4950168020828' do sheet19.h191.should be_within(13.54950168020828).of(135.4950168020828) end it 'cell i191 should equal 126.6663780895969' do sheet19.i191.should be_within(12.666637808959692).of(126.6663780895969) end it 'cell j191 should equal 101.14795086098009' do sheet19.j191.should be_within(10.11479508609801).of(101.14795086098009) end it 'cell f193 should equal 144.5600420669938' do sheet19.f193.should be_within(14.45600420669938).of(144.5600420669938) end it 'cell g193 should equal 141.96017915531573' do sheet19.g193.should be_within(14.196017915531574).of(141.96017915531573) end it 'cell h193 should equal 124.7682312' do sheet19.h193.should be_within(12.47682312).of(124.7682312) end it 'cell i193 should equal 91.28035799999999' do sheet19.i193.should be_within(9.1280358).of(91.28035799999999) end it 'cell j193 should equal 46.8735552' do sheet19.j193.should be_within(4.68735552).of(46.8735552) end it 'cell k193 should equal 11.04516' do sheet19.k193.should be_within(1.104516).of(11.04516) end it 'cell l193 should equal 4.73364' do sheet19.l193.should be_within(0.47336400000000006).of(4.73364) end it 'cell m193 should equal 0.0' do sheet19.m193.should be_within(1.0e-08).of(0.0) end it 'cell n193 should equal 0.0' do sheet19.n193.should be_within(1.0e-08).of(0.0) end it 'cell o193 should equal 0.0' do sheet19.o193.should be_within(1.0e-08).of(0.0) end it 'cell f194 should equal 7.733611912183436' do sheet19.f194.should be_within(0.7733611912183437).of(7.733611912183436) end it 'cell g194 should equal 7.098008957765787' do sheet19.g194.should be_within(0.7098008957765787).of(7.098008957765787) end it 'cell h194 should equal 6.23841156' do sheet19.h194.should be_within(0.6238411560000001).of(6.23841156) end it 'cell i194 should equal 4.5640179' do sheet19.i194.should be_within(0.45640179).of(4.5640179) end it 'cell j194 should equal 2.34367776' do sheet19.j194.should be_within(0.234367776).of(2.34367776) end it 'cell k194 should equal 0.552258' do sheet19.k194.should be_within(0.055225800000000005).of(0.552258) end it 'cell l194 should equal 0.23668200000000003' do sheet19.l194.should be_within(0.023668200000000004).of(0.23668200000000003) end it 'cell m194 should equal 0.0' do sheet19.m194.should be_within(1.0e-08).of(0.0) end it 'cell n194 should equal 0.0' do sheet19.n194.should be_within(1.0e-08).of(0.0) end it 'cell o194 should equal 0.0' do sheet19.o194.should be_within(1.0e-08).of(0.0) end it 'cell f195 should equal 152.29365397917724' do sheet19.f195.should be_within(15.229365397917725).of(152.29365397917724) end it 'cell g195 should equal 149.0581881130815' do sheet19.g195.should be_within(14.905818811308151).of(149.0581881130815) end it 'cell h195 should equal 131.00664276' do sheet19.h195.should be_within(13.100664276000002).of(131.00664276) end it 'cell i195 should equal 95.84437589999999' do sheet19.i195.should be_within(9.584437589999999).of(95.84437589999999) end it 'cell j195 should equal 49.21723296' do sheet19.j195.should be_within(4.921723296).of(49.21723296) end it 'cell k195 should equal 11.597418' do sheet19.k195.should be_within(1.1597418).of(11.597418) end it 'cell l195 should equal 4.970322' do sheet19.l195.should be_within(0.49703220000000004).of(4.970322) end it 'cell m195 should equal 0.0' do sheet19.m195.should be_within(1.0e-08).of(0.0) end it 'cell n195 should equal 0.0' do sheet19.n195.should be_within(1.0e-08).of(0.0) end it 'cell o195 should equal 0.0' do sheet19.o195.should be_within(1.0e-08).of(0.0) end it 'cell f197 should equal 426.5928682890119' do sheet19.f197.should be_within(42.659286828901195).of(426.5928682890119) end it 'cell g197 should equal 425.8805374659472' do sheet19.g197.should be_within(42.588053746594724).of(425.8805374659472) end it 'cell h197 should equal 374.30469360000006' do sheet19.h197.should be_within(37.43046936000001).of(374.30469360000006) end it 'cell i197 should equal 273.841074' do sheet19.i197.should be_within(27.3841074).of(273.841074) end it 'cell j197 should equal 140.6206656' do sheet19.j197.should be_within(14.06206656).of(140.6206656) end it 'cell k197 should equal 33.13548' do sheet19.k197.should be_within(3.3135480000000004).of(33.13548) end it 'cell l197 should equal 14.200920000000002' do sheet19.l197.should be_within(1.4200920000000004).of(14.200920000000002) end it 'cell m197 should equal 0.0' do sheet19.m197.should be_within(1.0e-08).of(0.0) end it 'cell n197 should equal 0.0' do sheet19.n197.should be_within(1.0e-08).of(0.0) end it 'cell o197 should equal 0.0' do sheet19.o197.should be_within(1.0e-08).of(0.0) end it 'cell f201 should equal 168.10731754251367' do sheet19.f201.should be_within(16.810731754251368).of(168.10731754251367) end it 'cell g201 should equal 165.0839649354501' do sheet19.g201.should be_within(16.50839649354501).of(165.0839649354501) end it 'cell h201 should equal 168.29248279813118' do sheet19.h201.should be_within(16.829248279813118).of(168.29248279813118) end it 'cell i201 should equal 182.68498831762116' do sheet19.i201.should be_within(18.268498831762116).of(182.68498831762116) end it 'cell j201 should equal 171.89825942743695' do sheet19.j201.should be_within(17.189825942743695).of(171.89825942743695) end it 'cell k201 should equal 112.80877750443439' do sheet19.k201.should be_within(11.28087775044344).of(112.80877750443439) end it 'cell l201 should equal 34.563885287320865' do sheet19.l201.should be_within(3.4563885287320866).of(34.563885287320865) end it 'cell m201 should equal 0.0' do sheet19.m201.should be_within(1.0e-08).of(0.0) end it 'cell n201 should equal 0.0' do sheet19.n201.should be_within(1.0e-08).of(0.0) end it 'cell o201 should equal 0.0' do sheet19.o201.should be_within(1.0e-08).of(0.0) end it 'cell f203 should equal 168.10731754251367' do sheet19.f203.should be_within(16.810731754251368).of(168.10731754251367) end it 'cell g203 should equal 165.0839649354501' do sheet19.g203.should be_within(16.50839649354501).of(165.0839649354501) end it 'cell h203 should equal 168.29248279813118' do sheet19.h203.should be_within(16.829248279813118).of(168.29248279813118) end it 'cell i203 should equal 182.68498831762116' do sheet19.i203.should be_within(18.268498831762116).of(182.68498831762116) end it 'cell j203 should equal 171.89825942743695' do sheet19.j203.should be_within(17.189825942743695).of(171.89825942743695) end it 'cell k203 should equal 112.80877750443439' do sheet19.k203.should be_within(11.28087775044344).of(112.80877750443439) end it 'cell l203 should equal 34.563885287320865' do sheet19.l203.should be_within(3.4563885287320866).of(34.563885287320865) end it 'cell m203 should equal 0.0' do sheet19.m203.should be_within(1.0e-08).of(0.0) end it 'cell n203 should equal 0.0' do sheet19.n203.should be_within(1.0e-08).of(0.0) end it 'cell o203 should equal 0.0' do sheet19.o203.should be_within(1.0e-08).of(0.0) end it 'cell f204 should equal 3.322001666638647' do sheet19.f204.should be_within(0.33220016666386476).of(3.322001666638647) end it 'cell g204 should equal 3.301679298709002' do sheet19.g204.should be_within(0.3301679298709002).of(3.301679298709002) end it 'cell h204 should equal 3.3658496559626236' do sheet19.h204.should be_within(0.3365849655962624).of(3.3658496559626236) end it 'cell i204 should equal 3.6536997663524233' do sheet19.i204.should be_within(0.36536997663524234).of(3.6536997663524233) end it 'cell j204 should equal 3.437965188548739' do sheet19.j204.should be_within(0.34379651885487394).of(3.437965188548739) end it 'cell k204 should equal 2.2561755500886878' do sheet19.k204.should be_within(0.2256175550088688).of(2.2561755500886878) end it 'cell l204 should equal 0.6912777057464173' do sheet19.l204.should be_within(0.06912777057464174).of(0.6912777057464173) end it 'cell m204 should equal 0.0' do sheet19.m204.should be_within(1.0e-08).of(0.0) end it 'cell n204 should equal 0.0' do sheet19.n204.should be_within(1.0e-08).of(0.0) end it 'cell o204 should equal 0.0' do sheet19.o204.should be_within(1.0e-08).of(0.0) end it 'cell f205 should equal 171.4293192091523' do sheet19.f205.should be_within(17.14293192091523).of(171.4293192091523) end it 'cell g205 should equal 168.3856442341591' do sheet19.g205.should be_within(16.83856442341591).of(168.3856442341591) end it 'cell h205 should equal 171.6583324540938' do sheet19.h205.should be_within(17.16583324540938).of(171.6583324540938) end it 'cell i205 should equal 186.33868808397358' do sheet19.i205.should be_within(18.63386880839736).of(186.33868808397358) end it 'cell j205 should equal 175.33622461598569' do sheet19.j205.should be_within(17.53362246159857).of(175.33622461598569) end it 'cell k205 should equal 115.06495305452307' do sheet19.k205.should be_within(11.506495305452308).of(115.06495305452307) end it 'cell l205 should equal 35.25516299306728' do sheet19.l205.should be_within(3.5255162993067284).of(35.25516299306728) end it 'cell m205 should equal 0.0' do sheet19.m205.should be_within(1.0e-08).of(0.0) end it 'cell n205 should equal 0.0' do sheet19.n205.should be_within(1.0e-08).of(0.0) end it 'cell o205 should equal 0.0' do sheet19.o205.should be_within(1.0e-08).of(0.0) end it 'cell f207 should equal 350.57120492669185' do sheet19.f207.should be_within(35.057120492669185).of(350.57120492669185) end it 'cell g207 should equal 336.7712884683182' do sheet19.g207.should be_within(33.67712884683182).of(336.7712884683182) end it 'cell h207 should equal 343.3166649081876' do sheet19.h207.should be_within(34.33166649081876).of(343.3166649081876) end it 'cell i207 should equal 372.67737616794716' do sheet19.i207.should be_within(37.26773761679472).of(372.67737616794716) end it 'cell j207 should equal 350.67244923197137' do sheet19.j207.should be_within(35.06724492319714).of(350.67244923197137) end it 'cell k207 should equal 230.12990610904615' do sheet19.k207.should be_within(23.012990610904616).of(230.12990610904615) end it 'cell l207 should equal 70.51032598613456' do sheet19.l207.should be_within(7.051032598613457).of(70.51032598613456) end it 'cell m207 should equal 0.0' do sheet19.m207.should be_within(1.0e-08).of(0.0) end it 'cell n207 should equal 0.0' do sheet19.n207.should be_within(1.0e-08).of(0.0) end it 'cell o207 should equal 0.0' do sheet19.o207.should be_within(1.0e-08).of(0.0) end it 'cell f210 should equal 198.26548259420858' do sheet19.f210.should be_within(19.82654825942086).of(198.26548259420858) end it 'cell g210 should equal 195.27083714568226' do sheet19.g210.should be_within(19.527083714568228).of(195.27083714568226) end it 'cell h210 should equal 178.45611197190652' do sheet19.h210.should be_within(17.845611197190653).of(178.45611197190652) end it 'cell i210 should equal 152.91568800690226' do sheet19.i210.should be_within(15.291568800690227).of(152.91568800690226) end it 'cell j210 should equal 107.83489566348271' do sheet19.j210.should be_within(10.783489566348273).of(107.83489566348271) end it 'cell k210 should equal 52.549630564064486' do sheet19.k210.should be_within(5.254963056406449).of(52.549630564064486) end it 'cell l210 should equal 17.347783341448757' do sheet19.l210.should be_within(1.7347783341448757).of(17.347783341448757) end it 'cell m210 should equal 0.0' do sheet19.m210.should be_within(1.0e-08).of(0.0) end it 'cell n210 should equal 0.0' do sheet19.n210.should be_within(1.0e-08).of(0.0) end it 'cell o210 should equal 0.0' do sheet19.o210.should be_within(1.0e-08).of(0.0) end it 'cell f211 should equal 0.5182280295123709' do sheet19.f211.should be_within(0.05182280295123709).of(0.5182280295123709) end it 'cell g211 should equal 0.5121998610763213' do sheet19.g211.should be_within(0.051219986107632134).of(0.5121998610763213) end it 'cell h211 should equal 0.4652920489747409' do sheet19.h211.should be_within(0.04652920489747409).of(0.4652920489747409) end it 'cell i211 should equal 0.3852222749368004' do sheet19.i211.should be_within(0.03852222749368004).of(0.3852222749368004) end it 'cell j211 should equal 0.2565694471138632' do sheet19.j211.should be_within(0.025656944711386322).of(0.2565694471138632) end it 'cell k211 should equal 0.11485848813205599' do sheet19.k211.should be_within(0.0114858488132056).of(0.11485848813205599) end it 'cell l211 should equal 0.038854885788467325' do sheet19.l211.should be_within(0.0038854885788467326).of(0.038854885788467325) end it 'cell m211 should equal 0.0' do sheet19.m211.should be_within(1.0e-08).of(0.0) end it 'cell n211 should equal 0.0' do sheet19.n211.should be_within(1.0e-08).of(0.0) end it 'cell o211 should equal 0.0' do sheet19.o211.should be_within(1.0e-08).of(0.0) end it 'cell f212 should equal 1.345630535228558' do sheet19.f212.should be_within(0.1345630535228558).of(1.345630535228558) end it 'cell g212 should equal 1.3339654567038288' do sheet19.g212.should be_within(0.1333965456703829).of(1.3339654567038288) end it 'cell h212 should equal 1.157451368824351' do sheet19.h212.should be_within(0.11574513688243511).of(1.157451368824351) end it 'cell i212 should equal 0.8949912942878786' do sheet19.i212.should be_within(0.08949912942878786).of(0.8949912942878786) end it 'cell j212 should equal 0.522780656669125' do sheet19.j212.should be_within(0.0522780656669125).of(0.522780656669125) end it 'cell k212 should equal 0.1816977214725055' do sheet19.k212.should be_within(0.018169772147250553).of(0.1816977214725055) end it 'cell l212 should equal 0.06671681871177067' do sheet19.l212.should be_within(0.006671681871177067).of(0.06671681871177067) end it 'cell m212 should equal 0.0' do sheet19.m212.should be_within(1.0e-08).of(0.0) end it 'cell n212 should equal 0.0' do sheet19.n212.should be_within(1.0e-08).of(0.0) end it 'cell o212 should equal 0.0' do sheet19.o212.should be_within(1.0e-08).of(0.0) end it 'cell f217 should equal 28.137999999999998' do sheet19.f217.should be_within(2.8138).of(28.137999999999998) end it 'cell g217 should equal 28.137999999999998' do sheet19.g217.should be_within(2.8138).of(28.137999999999998) end it 'cell h217 should equal 23.422' do sheet19.h217.should be_within(2.3422).of(23.422) end it 'cell i217 should equal 17.055000000000003' do sheet19.i217.should be_within(1.7055000000000005).of(17.055000000000003) end it 'cell j217 should equal 8.612' do sheet19.j217.should be_within(0.8612000000000001).of(8.612) end it 'cell k217 should equal 1.7999999999999998' do sheet19.k217.should be_within(0.18).of(1.7999999999999998) end it 'cell l217 should equal 0.6' do sheet19.l217.should be_within(0.06).of(0.6) end it 'cell m217 should equal 0.0' do sheet19.m217.should be_within(1.0e-08).of(0.0) end it 'cell n217 should equal 0.0' do sheet19.n217.should be_within(1.0e-08).of(0.0) end it 'cell o217 should equal 0.0' do sheet19.o217.should be_within(1.0e-08).of(0.0) end it 'cell f218 should equal 30.343667698868483' do sheet19.f218.should be_within(3.0343667698868484).of(30.343667698868483) end it 'cell g218 should equal 26.903289484607754' do sheet19.g218.should be_within(2.6903289484607757).of(26.903289484607754) end it 'cell h218 should equal 27.426173005790424' do sheet19.h218.should be_within(2.7426173005790426).of(27.426173005790424) end it 'cell i218 should equal 29.771680896584392' do sheet19.i218.should be_within(2.9771680896584396).of(29.771680896584392) end it 'cell j218 should equal 28.013796719050386' do sheet19.j218.should be_within(2.801379671905039).of(28.013796719050386) end it 'cell k218 should equal 18.384142874162247' do sheet19.k218.should be_within(1.8384142874162248).of(18.384142874162247) end it 'cell l218 should equal 5.632783365490185' do sheet19.l218.should be_within(0.5632783365490185).of(5.632783365490185) end it 'cell m218 should equal 0.0' do sheet19.m218.should be_within(1.0e-08).of(0.0) end it 'cell n218 should equal 0.0' do sheet19.n218.should be_within(1.0e-08).of(0.0) end it 'cell o218 should equal 0.0' do sheet19.o218.should be_within(1.0e-08).of(0.0) end it 'cell f255 should equal 314.8345777895074' do sheet19.f255.should be_within(31.483457778950743).of(314.8345777895074) end it 'cell g255 should equal 309.17785861876587' do sheet19.g255.should be_within(30.917785861876588).of(309.17785861876587) end it 'cell h255 should equal 293.0607139981312' do sheet19.h255.should be_within(29.30607139981312).of(293.0607139981312) end it 'cell i255 should equal 273.96534631762114' do sheet19.i255.should be_within(27.396534631762115).of(273.96534631762114) end it 'cell j255 should equal 218.77181462743695' do sheet19.j255.should be_within(21.877181462743696).of(218.77181462743695) end it 'cell k255 should equal 123.85393750443438' do sheet19.k255.should be_within(12.38539375044344).of(123.85393750443438) end it 'cell l255 should equal 39.297525287320866' do sheet19.l255.should be_within(3.9297525287320867).of(39.297525287320866) end it 'cell m255 should equal 0.0' do sheet19.m255.should be_within(1.0e-08).of(0.0) end it 'cell n255 should equal 0.0' do sheet19.n255.should be_within(1.0e-08).of(0.0) end it 'cell o255 should equal 0.0' do sheet19.o255.should be_within(1.0e-08).of(0.0) end it 'cell f256 should equal -426.5928682890119' do sheet19.f256.should be_within(42.659286828901195).of(-426.5928682890119) end it 'cell g256 should equal -425.8805374659472' do sheet19.g256.should be_within(42.588053746594724).of(-425.8805374659472) end it 'cell h256 should equal -374.30469360000006' do sheet19.h256.should be_within(37.43046936000001).of(-374.30469360000006) end it 'cell i256 should equal -273.841074' do sheet19.i256.should be_within(27.3841074).of(-273.841074) end it 'cell j256 should equal -140.6206656' do sheet19.j256.should be_within(14.06206656).of(-140.6206656) end it 'cell k256 should equal -33.13548' do sheet19.k256.should be_within(3.3135480000000004).of(-33.13548) end it 'cell l256 should equal -14.200920000000002' do sheet19.l256.should be_within(1.4200920000000004).of(-14.200920000000002) end it 'cell m256 should equal 0.0' do sheet19.m256.should be_within(1.0e-08).of(0.0) end it 'cell n256 should equal 0.0' do sheet19.n256.should be_within(1.0e-08).of(0.0) end it 'cell o256 should equal 0.0' do sheet19.o256.should be_within(1.0e-08).of(0.0) end it 'cell f258 should equal -350.57120492669185' do sheet19.f258.should be_within(35.057120492669185).of(-350.57120492669185) end it 'cell g258 should equal -336.7712884683182' do sheet19.g258.should be_within(33.67712884683182).of(-336.7712884683182) end it 'cell h258 should equal -343.3166649081876' do sheet19.h258.should be_within(34.33166649081876).of(-343.3166649081876) end it 'cell i258 should equal -372.67737616794716' do sheet19.i258.should be_within(37.26773761679472).of(-372.67737616794716) end it 'cell j258 should equal -350.67244923197137' do sheet19.j258.should be_within(35.06724492319714).of(-350.67244923197137) end it 'cell k258 should equal -230.12990610904615' do sheet19.k258.should be_within(23.012990610904616).of(-230.12990610904615) end it 'cell l258 should equal -70.51032598613456' do sheet19.l258.should be_within(7.051032598613457).of(-70.51032598613456) end it 'cell m258 should equal 0.0' do sheet19.m258.should be_within(1.0e-08).of(0.0) end it 'cell n258 should equal 0.0' do sheet19.n258.should be_within(1.0e-08).of(0.0) end it 'cell o258 should equal 0.0' do sheet19.o258.should be_within(1.0e-08).of(0.0) end it 'cell f259 should equal 460.313454645951' do sheet19.f259.should be_within(46.031345464595105).of(460.313454645951) end it 'cell g259 should equal 451.1823942654248' do sheet19.g259.should be_within(45.11823942654249).of(451.1823942654248) end it 'cell h259 should equal 414.9563832940938' do sheet19.h259.should be_within(41.49563832940939).of(414.9563832940938) end it 'cell i259 should equal 364.3353861839735' do sheet19.i259.should be_within(36.43353861839736).of(364.3353861839735) end it 'cell j259 should equal 266.73965725598566' do sheet19.j259.should be_within(26.673965725598567).of(266.73965725598566) end it 'cell k259 should equal 136.6030150545231' do sheet19.k259.should be_within(13.66030150545231).of(136.6030150545231) end it 'cell l259 should equal 44.485760993067274' do sheet19.l259.should be_within(4.448576099306727).of(44.485760993067274) end it 'cell m259 should equal 0.0' do sheet19.m259.should be_within(1.0e-08).of(0.0) end it 'cell n259 should equal 0.0' do sheet19.n259.should be_within(1.0e-08).of(0.0) end it 'cell o259 should equal 0.0' do sheet19.o259.should be_within(1.0e-08).of(0.0) end it 'cell f260 should equal 11.495150598971904' do sheet19.f260.should be_within(1.1495150598971904).of(11.495150598971904) end it 'cell g260 should equal 10.826431162074789' do sheet19.g260.should be_within(1.082643116207479).of(10.826431162074789) end it 'cell h260 should equal 9.604261215962623' do sheet19.h260.should be_within(0.9604261215962624).of(9.604261215962623) end it 'cell i260 should equal 8.217717666352423' do sheet19.i260.should be_within(0.8217717666352423).of(8.217717666352423) end it 'cell j260 should equal 5.781642948548739' do sheet19.j260.should be_within(0.5781642948548739).of(5.781642948548739) end it 'cell k260 should equal 2.808433550088688' do sheet19.k260.should be_within(0.2808433550088688).of(2.808433550088688) end it 'cell l260 should equal 0.9279597057464174' do sheet19.l260.should be_within(0.09279597057464174).of(0.9279597057464174) end it 'cell m260 should equal 0.0' do sheet19.m260.should be_within(1.0e-08).of(0.0) end it 'cell n260 should equal 0.0' do sheet19.n260.should be_within(1.0e-08).of(0.0) end it 'cell o260 should equal 0.0' do sheet19.o260.should be_within(1.0e-08).of(0.0) end it 'cell f269 should equal 198.26548259420858' do sheet19.f269.should be_within(19.82654825942086).of(198.26548259420858) end it 'cell g269 should equal 195.27083714568226' do sheet19.g269.should be_within(19.527083714568228).of(195.27083714568226) end it 'cell h269 should equal 178.45611197190652' do sheet19.h269.should be_within(17.845611197190653).of(178.45611197190652) end it 'cell i269 should equal 152.91568800690226' do sheet19.i269.should be_within(15.291568800690227).of(152.91568800690226) end it 'cell j269 should equal 107.83489566348271' do sheet19.j269.should be_within(10.783489566348273).of(107.83489566348271) end it 'cell k269 should equal 52.549630564064486' do sheet19.k269.should be_within(5.254963056406449).of(52.549630564064486) end it 'cell l269 should equal 17.347783341448757' do sheet19.l269.should be_within(1.7347783341448757).of(17.347783341448757) end it 'cell m269 should equal 0.0' do sheet19.m269.should be_within(1.0e-08).of(0.0) end it 'cell n269 should equal 0.0' do sheet19.n269.should be_within(1.0e-08).of(0.0) end it 'cell o269 should equal 0.0' do sheet19.o269.should be_within(1.0e-08).of(0.0) end it 'cell f270 should equal 0.5182280295123709' do sheet19.f270.should be_within(0.05182280295123709).of(0.5182280295123709) end it 'cell g270 should equal 0.5121998610763213' do sheet19.g270.should be_within(0.051219986107632134).of(0.5121998610763213) end it 'cell h270 should equal 0.4652920489747409' do sheet19.h270.should be_within(0.04652920489747409).of(0.4652920489747409) end it 'cell i270 should equal 0.3852222749368004' do sheet19.i270.should be_within(0.03852222749368004).of(0.3852222749368004) end it 'cell j270 should equal 0.2565694471138632' do sheet19.j270.should be_within(0.025656944711386322).of(0.2565694471138632) end it 'cell k270 should equal 0.11485848813205599' do sheet19.k270.should be_within(0.0114858488132056).of(0.11485848813205599) end it 'cell l270 should equal 0.038854885788467325' do sheet19.l270.should be_within(0.0038854885788467326).of(0.038854885788467325) end it 'cell m270 should equal 0.0' do sheet19.m270.should be_within(1.0e-08).of(0.0) end it 'cell n270 should equal 0.0' do sheet19.n270.should be_within(1.0e-08).of(0.0) end it 'cell o270 should equal 0.0' do sheet19.o270.should be_within(1.0e-08).of(0.0) end it 'cell f271 should equal 1.345630535228558' do sheet19.f271.should be_within(0.1345630535228558).of(1.345630535228558) end it 'cell g271 should equal 1.3339654567038288' do sheet19.g271.should be_within(0.1333965456703829).of(1.3339654567038288) end it 'cell h271 should equal 1.157451368824351' do sheet19.h271.should be_within(0.11574513688243511).of(1.157451368824351) end it 'cell i271 should equal 0.8949912942878786' do sheet19.i271.should be_within(0.08949912942878786).of(0.8949912942878786) end it 'cell j271 should equal 0.522780656669125' do sheet19.j271.should be_within(0.0522780656669125).of(0.522780656669125) end it 'cell k271 should equal 0.1816977214725055' do sheet19.k271.should be_within(0.018169772147250553).of(0.1816977214725055) end it 'cell l271 should equal 0.06671681871177067' do sheet19.l271.should be_within(0.006671681871177067).of(0.06671681871177067) end it 'cell m271 should equal 0.0' do sheet19.m271.should be_within(1.0e-08).of(0.0) end it 'cell n271 should equal 0.0' do sheet19.n271.should be_within(1.0e-08).of(0.0) end it 'cell o271 should equal 0.0' do sheet19.o271.should be_within(1.0e-08).of(0.0) end it 'cell f288 should equal 28.137999999999998' do sheet19.f288.should be_within(2.8138).of(28.137999999999998) end it 'cell g288 should equal 28.137999999999998' do sheet19.g288.should be_within(2.8138).of(28.137999999999998) end it 'cell h288 should equal 23.422' do sheet19.h288.should be_within(2.3422).of(23.422) end it 'cell i288 should equal 17.055000000000003' do sheet19.i288.should be_within(1.7055000000000005).of(17.055000000000003) end it 'cell j288 should equal 8.612' do sheet19.j288.should be_within(0.8612000000000001).of(8.612) end it 'cell k288 should equal 1.7999999999999998' do sheet19.k288.should be_within(0.18).of(1.7999999999999998) end it 'cell l288 should equal 0.6' do sheet19.l288.should be_within(0.06).of(0.6) end it 'cell m288 should equal 0.0' do sheet19.m288.should be_within(1.0e-08).of(0.0) end it 'cell n288 should equal 0.0' do sheet19.n288.should be_within(1.0e-08).of(0.0) end it 'cell o288 should equal 0.0' do sheet19.o288.should be_within(1.0e-08).of(0.0) end it 'cell g289 should equal 0.6063970431445019' do sheet19.g289.should be_within(0.0606397043144502).of(0.6063970431445019) end it 'cell h289 should equal 0.6076850824011613' do sheet19.h289.should be_within(0.06076850824011613).of(0.6076850824011613) end it 'cell i289 should equal 0.6105540897097624' do sheet19.i289.should be_within(0.06105540897097625).of(0.6105540897097624) end it 'cell j289 should equal 0.620901068276823' do sheet19.j289.should be_within(0.062090106827682304).of(0.620901068276823) end it 'cell k289 should equal 0.7000000000000001' do sheet19.k289.should be_within(0.07).of(0.7000000000000001) end it 'cell l289 should equal 0.9000000000000001' do sheet19.l289.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell m289 should equal 0.9000000000000001' do sheet19.m289.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell n289 should equal 0.9000000000000001' do sheet19.n289.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell o289 should equal 0.9000000000000001' do sheet19.o289.should be_within(0.09000000000000002).of(0.9000000000000001) end it 'cell f290 should equal 14.068999999999999' do sheet19.f290.should be_within(1.4069).of(14.068999999999999) end it 'cell g290 should equal 14.068999999999999' do sheet19.g290.should be_within(1.4069).of(14.068999999999999) end it 'cell h290 should equal 11.711' do sheet19.h290.should be_within(1.1711).of(11.711) end it 'cell i290 should equal 8.527500000000002' do sheet19.i290.should be_within(0.8527500000000002).of(8.527500000000002) end it 'cell j290 should equal 4.306' do sheet19.j290.should be_within(0.43060000000000004).of(4.306) end it 'cell k290 should equal 0.8999999999999999' do sheet19.k290.should be_within(0.09).of(0.8999999999999999) end it 'cell l290 should equal 0.3' do sheet19.l290.should be_within(0.03).of(0.3) end it 'cell m290 should equal 0.0' do sheet19.m290.should be_within(1.0e-08).of(0.0) end it 'cell n290 should equal 0.0' do sheet19.n290.should be_within(1.0e-08).of(0.0) end it 'cell o290 should equal 0.0' do sheet19.o290.should be_within(1.0e-08).of(0.0) end it 'cell f295 should equal 30.343667698868483' do sheet19.f295.should be_within(3.0343667698868484).of(30.343667698868483) end it 'cell g295 should equal 26.903289484607754' do sheet19.g295.should be_within(2.6903289484607757).of(26.903289484607754) end it 'cell h295 should equal 27.426173005790424' do sheet19.h295.should be_within(2.7426173005790426).of(27.426173005790424) end it 'cell i295 should equal 29.771680896584392' do sheet19.i295.should be_within(2.9771680896584396).of(29.771680896584392) end it 'cell j295 should equal 28.013796719050386' do sheet19.j295.should be_within(2.801379671905039).of(28.013796719050386) end it 'cell k295 should equal 18.384142874162247' do sheet19.k295.should be_within(1.8384142874162248).of(18.384142874162247) end it 'cell l295 should equal 5.632783365490185' do sheet19.l295.should be_within(0.5632783365490185).of(5.632783365490185) end it 'cell m295 should equal 0.0' do sheet19.m295.should be_within(1.0e-08).of(0.0) end it 'cell n295 should equal 0.0' do sheet19.n295.should be_within(1.0e-08).of(0.0) end it 'cell o295 should equal 0.0' do sheet19.o295.should be_within(1.0e-08).of(0.0) end it 'cell f297 should equal 15.171833849434242' do sheet19.f297.should be_within(1.5171833849434242).of(15.171833849434242) end it 'cell g297 should equal 13.451644742303877' do sheet19.g297.should be_within(1.3451644742303879).of(13.451644742303877) end it 'cell h297 should equal 13.713086502895212' do sheet19.h297.should be_within(1.3713086502895213).of(13.713086502895212) end it 'cell i297 should equal 14.885840448292196' do sheet19.i297.should be_within(1.4885840448292198).of(14.885840448292196) end it 'cell j297 should equal 14.006898359525193' do sheet19.j297.should be_within(1.4006898359525195).of(14.006898359525193) end it 'cell k297 should equal 9.192071437081124' do sheet19.k297.should be_within(0.9192071437081124).of(9.192071437081124) end it 'cell l297 should equal 2.8163916827450923' do sheet19.l297.should be_within(0.28163916827450924).of(2.8163916827450923) end it 'cell m297 should equal 0.0' do sheet19.m297.should be_within(1.0e-08).of(0.0) end it 'cell n297 should equal 0.0' do sheet19.n297.should be_within(1.0e-08).of(0.0) end it 'cell o297 should equal 0.0' do sheet19.o297.should be_within(1.0e-08).of(0.0) end it 'cell f302 should equal 62.581667698868486' do sheet19.f302.should be_within(6.258166769886849).of(62.581667698868486) end it 'cell g302 should equal 59.098089484607755' do sheet19.g302.should be_within(5.909808948460776).of(59.098089484607755) end it 'cell h302 should equal 50.84817300579043' do sheet19.h302.should be_within(5.084817300579044).of(50.84817300579043) end it 'cell i302 should equal 46.82668089658439' do sheet19.i302.should be_within(4.682668089658439).of(46.82668089658439) end it 'cell j302 should equal 36.625796719050385' do sheet19.j302.should be_within(3.6625796719050387).of(36.625796719050385) end it 'cell k302 should equal 20.184142874162248' do sheet19.k302.should be_within(2.018414287416225).of(20.184142874162248) end it 'cell l302 should equal 6.232783365490184' do sheet19.l302.should be_within(0.6232783365490184).of(6.232783365490184) end it 'cell m302 should equal 0.0' do sheet19.m302.should be_within(1.0e-08).of(0.0) end it 'cell n302 should equal 0.0' do sheet19.n302.should be_within(1.0e-08).of(0.0) end it 'cell o302 should equal 0.0' do sheet19.o302.should be_within(1.0e-08).of(0.0) end it 'cell f303 should equal 31.290833849434243' do sheet19.f303.should be_within(3.1290833849434243).of(31.290833849434243) end it 'cell g303 should equal 29.549044742303877' do sheet19.g303.should be_within(2.954904474230388).of(29.549044742303877) end it 'cell h303 should equal 25.424086502895214' do sheet19.h303.should be_within(2.542408650289522).of(25.424086502895214) end it 'cell i303 should equal 23.413340448292196' do sheet19.i303.should be_within(2.3413340448292197).of(23.413340448292196) end it 'cell j303 should equal 18.312898359525192' do sheet19.j303.should be_within(1.8312898359525194).of(18.312898359525192) end it 'cell k303 should equal 10.092071437081124' do sheet19.k303.should be_within(1.0092071437081125).of(10.092071437081124) end it 'cell l303 should equal 3.116391682745092' do sheet19.l303.should be_within(0.3116391682745092).of(3.116391682745092) end it 'cell m303 should equal 0.0' do sheet19.m303.should be_within(1.0e-08).of(0.0) end it 'cell n303 should equal 0.0' do sheet19.n303.should be_within(1.0e-08).of(0.0) end it 'cell o303 should equal 0.0' do sheet19.o303.should be_within(1.0e-08).of(0.0) end end