# coding: utf-8 require_relative '../spreadsheet' # X.a describe 'Sheet41' do def sheet41; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet41; end it 'cell e8 should equal 2.0' do sheet41.e8.should be_within(0.2).of(2.0) end it 'cell e9 should equal 2.0' do sheet41.e9.should be_within(0.2).of(2.0) end it 'cell g123 should equal 0.653953488372093' do sheet41.g123.should be_within(0.06539534883720931).of(0.653953488372093) end it 'cell h123 should equal 0.6972093023255814' do sheet41.h123.should be_within(0.06972093023255814).of(0.6972093023255814) end it 'cell i123 should equal 0.7404651162790697' do sheet41.i123.should be_within(0.07404651162790697).of(0.7404651162790697) end it 'cell j123 should equal 0.7837209302325582' do sheet41.j123.should be_within(0.07837209302325582).of(0.7837209302325582) end it 'cell k123 should equal 0.8269767441860465' do sheet41.k123.should be_within(0.08269767441860465).of(0.8269767441860465) end it 'cell l123 should equal 0.8702325581395349' do sheet41.l123.should be_within(0.0870232558139535).of(0.8702325581395349) end it 'cell m123 should equal 0.9134883720930232' do sheet41.m123.should be_within(0.09134883720930233).of(0.9134883720930232) end it 'cell n123 should equal 0.9567441860465116' do sheet41.n123.should be_within(0.09567441860465116).of(0.9567441860465116) end it 'cell o123 should equal 1.0' do sheet41.o123.should be_within(0.1).of(1.0) end it 'cell g124 should equal 0.34604651162790695' do sheet41.g124.should be_within(0.0346046511627907).of(0.34604651162790695) end it 'cell h124 should equal 0.3027906976744186' do sheet41.h124.should be_within(0.03027906976744186).of(0.3027906976744186) end it 'cell i124 should equal 0.25953488372093025' do sheet41.i124.should be_within(0.025953488372093027).of(0.25953488372093025) end it 'cell j124 should equal 0.21627906976744185' do sheet41.j124.should be_within(0.021627906976744188).of(0.21627906976744185) end it 'cell k124 should equal 0.17302325581395347' do sheet41.k124.should be_within(0.01730232558139535).of(0.17302325581395347) end it 'cell l124 should equal 0.12976744186046513' do sheet41.l124.should be_within(0.012976744186046513).of(0.12976744186046513) end it 'cell m124 should equal 0.08651162790697675' do sheet41.m124.should be_within(0.008651162790697676).of(0.08651162790697675) end it 'cell n124 should equal 0.043255813953488376' do sheet41.n124.should be_within(0.004325581395348838).of(0.043255813953488376) end it 'cell o124 should equal 0.0' do sheet41.o124.should be_within(1.0e-08).of(0.0) end it 'cell f141 should equal 8.273774113393945e-07' do sheet41.f141.should be_within(8.273774113393945e-08).of(8.273774113393945e-07) end it 'cell g141 should equal 7.946212733782611e-07' do sheet41.g141.should be_within(7.94621273378261e-08).of(7.946212733782611e-07) end it 'cell h141 should equal 7.421727433031889e-07' do sheet41.h141.should be_within(7.421727433031889e-08).of(7.421727433031889e-07) end it 'cell i141 should equal 6.955827717186639e-07' do sheet41.i141.should be_within(6.955827717186639e-08).of(6.955827717186639e-07) end it 'cell j141 should equal 6.558239038572639e-07' do sheet41.j141.should be_within(6.558239038572639e-08).of(6.558239038572639e-07) end it 'cell k141 should equal 6.218972385914223e-07' do sheet41.k141.should be_within(6.218972385914223e-08).of(6.218972385914223e-07) end it 'cell l141 should equal 5.857418223581194e-07' do sheet41.l141.should be_within(5.8574182235811945e-08).of(5.857418223581194e-07) end it 'cell m141 should equal 5.506001982039305e-07' do sheet41.m141.should be_within(5.5060019820393054e-08).of(5.506001982039305e-07) end it 'cell n141 should equal 5.175668984019695e-07' do sheet41.n141.should be_within(5.175668984019695e-08).of(5.175668984019695e-07) end it 'cell o141 should equal 4.865154338760667e-07' do sheet41.o141.should be_within(4.865154338760667e-08).of(4.865154338760667e-07) end it 'cell f143 should equal 21.547058972547315' do sheet41.f143.should be_within(2.1547058972547317).of(21.547058972547315) end it 'cell g143 should equal 21.389138664032004' do sheet41.g143.should be_within(2.1389138664032004).of(21.389138664032004) end it 'cell h143 should equal 21.128915829098485' do sheet41.h143.should be_within(2.1128915829098487).of(21.128915829098485) end it 'cell i143 should equal 20.870821948864165' do sheet41.i143.should be_within(2.0870821948864164).of(20.870821948864165) end it 'cell j143 should equal 20.615693252972317' do sheet41.j143.should be_within(2.061569325297232).of(20.615693252972317) end it 'cell k143 should equal 20.363900698228406' do sheet41.k143.should be_within(2.0363900698228408).of(20.363900698228406) end it 'cell l143 should equal 20.158371525720693' do sheet41.l143.should be_within(2.0158371525720695).of(20.158371525720693) end it 'cell m143 should equal 19.91555636219509' do sheet41.m143.should be_within(1.991555636219509).of(19.91555636219509) end it 'cell n143 should equal 19.67566599860012' do sheet41.n143.should be_within(1.967566599860012).of(19.67566599860012) end it 'cell o143 should equal 19.438665204620865' do sheet41.o143.should be_within(1.9438665204620866).of(19.438665204620865) end it 'cell f144 should equal 13.531553034759714' do sheet41.f144.should be_within(1.3531553034759716).of(13.531553034759714) end it 'cell g144 should equal 13.987501842618137' do sheet41.g144.should be_within(1.3987501842618137).of(13.987501842618137) end it 'cell h144 should equal 14.731276664101689' do sheet41.h144.should be_within(1.473127666410169).of(14.731276664101689) end it 'cell i144 should equal 15.454115601205466' do sheet41.i144.should be_within(1.5454115601205467).of(15.454115601205466) end it 'cell j144 should equal 16.15695029360854' do sheet41.j144.should be_within(1.6156950293608539).of(16.15695029360854) end it 'cell k144 should equal 16.840472298348885' do sheet41.k144.should be_within(1.6840472298348885).of(16.840472298348885) end it 'cell l144 should equal 17.54247122075508' do sheet41.l144.should be_within(1.754247122075508).of(17.54247122075508) end it 'cell m144 should equal 18.192629160628446' do sheet41.m144.should be_within(1.8192629160628446).of(18.192629160628446) end it 'cell n144 should equal 18.824579050753695' do sheet41.n144.should be_within(1.8824579050753696).of(18.824579050753695) end it 'cell o144 should equal 19.438665204620865' do sheet41.o144.should be_within(1.9438665204620866).of(19.438665204620865) end it 'cell f145 should equal 8.015505937787601' do sheet41.f145.should be_within(0.8015505937787601).of(8.015505937787601) end it 'cell g145 should equal 7.401636821413865' do sheet41.g145.should be_within(0.7401636821413865).of(7.401636821413865) end it 'cell h145 should equal 6.3976391649967965' do sheet41.h145.should be_within(0.6397639164996797).of(6.3976391649967965) end it 'cell i145 should equal 5.4167063476587005' do sheet41.i145.should be_within(0.5416706347658701).of(5.4167063476587005) end it 'cell j145 should equal 4.45874295936378' do sheet41.j145.should be_within(0.44587429593637806).of(4.45874295936378) end it 'cell k145 should equal 3.5234283998795193' do sheet41.k145.should be_within(0.35234283998795196).of(3.5234283998795193) end it 'cell l145 should equal 2.6159003049656158' do sheet41.l145.should be_within(0.2615900304965616).of(2.6159003049656158) end it 'cell m145 should equal 1.7229272015666452' do sheet41.m145.should be_within(0.17229272015666452).of(1.7229272015666452) end it 'cell n145 should equal 0.8510869478464239' do sheet41.n145.should be_within(0.08510869478464239).of(0.8510869478464239) end it 'cell o145 should equal 0.0' do sheet41.o145.should be_within(1.0e-08).of(0.0) end it 'cell f150 should equal 2.810527643295861e-06' do sheet41.f150.should be_within(2.810527643295861e-07).of(2.810527643295861e-06) end it 'cell g150 should equal 2.5077390026334167e-06' do sheet41.g150.should be_within(2.5077390026334167e-07).of(2.5077390026334167e-06) end it 'cell h150 should equal 2.3498416806115056e-06' do sheet41.h150.should be_within(2.3498416806115057e-07).of(2.3498416806115056e-06) end it 'cell i150 should equal 2.2128036756579054e-06' do sheet41.i150.should be_within(2.2128036756579055e-07).of(2.2128036756579054e-06) end it 'cell j150 should equal 2.099421991059278e-06' do sheet41.j150.should be_within(2.099421991059278e-07).of(2.099421991059278e-06) end it 'cell k150 should equal 2.0090187520290668e-06' do sheet41.k150.should be_within(2.009018752029067e-07).of(2.0090187520290668e-06) end it 'cell l150 should equal 1.967466995080086e-06' do sheet41.l150.should be_within(1.9674669950800862e-07).of(1.967466995080086e-06) end it 'cell m150 should equal 1.9266040417280613e-06' do sheet41.m150.should be_within(1.9266040417280615e-07).of(1.9266040417280613e-06) end it 'cell n150 should equal 1.8886970547931472e-06' do sheet41.n150.should be_within(1.8886970547931473e-07).of(1.8886970547931472e-06) end it 'cell o150 should equal 1.8534848355561943e-06' do sheet41.o150.should be_within(1.8534848355561945e-07).of(1.8534848355561943e-06) end it 'cell f152 should equal 73.19344720329678' do sheet41.f152.should be_within(7.319344720329679).of(73.19344720329678) end it 'cell g152 should equal 67.50181382948473' do sheet41.g152.should be_within(6.750181382948473).of(67.50181382948473) end it 'cell h152 should equal 66.89764280532896' do sheet41.h152.should be_within(6.689764280532896).of(66.89764280532896) end it 'cell i152 should equal 66.39473172738032' do sheet41.i152.should be_within(6.6394731727380325).of(66.39473172738032) end it 'cell j152 should equal 65.99491040455018' do sheet41.j152.should be_within(6.599491040455018).of(65.99491040455018) end it 'cell k152 should equal 65.78491723144138' do sheet41.k152.should be_within(6.578491723144139).of(65.78491723144138) end it 'cell l152 should equal 67.71060070757451' do sheet41.l152.should be_within(6.771060070757452).of(67.71060070757451) end it 'cell m152 should equal 69.6864830521853' do sheet41.m152.should be_within(6.9686483052185295).of(69.6864830521853) end it 'cell n152 should equal 71.80013354290725' do sheet41.n152.should be_within(7.180013354290725).of(71.80013354290725) end it 'cell o152 should equal 74.0557619995188' do sheet41.o152.should be_within(7.40557619995188).of(74.0557619995188) end it 'cell f153 should equal 73.19344720329678' do sheet41.f153.should be_within(7.319344720329679).of(73.19344720329678) end it 'cell g153 should equal 67.50181382948473' do sheet41.g153.should be_within(6.750181382948473).of(67.50181382948473) end it 'cell h153 should equal 66.89764280532896' do sheet41.h153.should be_within(6.689764280532896).of(66.89764280532896) end it 'cell i153 should equal 66.39473172738032' do sheet41.i153.should be_within(6.6394731727380325).of(66.39473172738032) end it 'cell j153 should equal 65.99491040455018' do sheet41.j153.should be_within(6.599491040455018).of(65.99491040455018) end it 'cell k153 should equal 65.78491723144138' do sheet41.k153.should be_within(6.578491723144139).of(65.78491723144138) end it 'cell l153 should equal 67.71060070757451' do sheet41.l153.should be_within(6.771060070757452).of(67.71060070757451) end it 'cell m153 should equal 69.6864830521853' do sheet41.m153.should be_within(6.9686483052185295).of(69.6864830521853) end it 'cell n153 should equal 71.80013354290725' do sheet41.n153.should be_within(7.180013354290725).of(71.80013354290725) end it 'cell o153 should equal 74.0557619995188' do sheet41.o153.should be_within(7.40557619995188).of(74.0557619995188) end it 'cell f157 should equal 86.7250002380565' do sheet41.f157.should be_within(8.67250002380565).of(86.7250002380565) end it 'cell g157 should equal 81.48931567210286' do sheet41.g157.should be_within(8.148931567210287).of(81.48931567210286) end it 'cell h157 should equal 81.62891946943064' do sheet41.h157.should be_within(8.162891946943065).of(81.62891946943064) end it 'cell i157 should equal 81.84884732858578' do sheet41.i157.should be_within(8.184884732858578).of(81.84884732858578) end it 'cell j157 should equal 82.15186069815871' do sheet41.j157.should be_within(8.215186069815871).of(82.15186069815871) end it 'cell k157 should equal 82.62538952979027' do sheet41.k157.should be_within(8.262538952979027).of(82.62538952979027) end it 'cell l157 should equal 85.25307192832959' do sheet41.l157.should be_within(8.52530719283296).of(85.25307192832959) end it 'cell m157 should equal 87.87911221281374' do sheet41.m157.should be_within(8.787911221281375).of(87.87911221281374) end it 'cell n157 should equal 90.62471259366095' do sheet41.n157.should be_within(9.062471259366095).of(90.62471259366095) end it 'cell o157 should equal 93.49442720413965' do sheet41.o157.should be_within(9.349442720413967).of(93.49442720413965) end it 'cell f158 should equal 8.015505937787601' do sheet41.f158.should be_within(0.8015505937787601).of(8.015505937787601) end it 'cell g158 should equal 7.401636821413865' do sheet41.g158.should be_within(0.7401636821413865).of(7.401636821413865) end it 'cell h158 should equal 6.3976391649967965' do sheet41.h158.should be_within(0.6397639164996797).of(6.3976391649967965) end it 'cell i158 should equal 5.4167063476587005' do sheet41.i158.should be_within(0.5416706347658701).of(5.4167063476587005) end it 'cell j158 should equal 4.45874295936378' do sheet41.j158.should be_within(0.44587429593637806).of(4.45874295936378) end it 'cell k158 should equal 3.5234283998795193' do sheet41.k158.should be_within(0.35234283998795196).of(3.5234283998795193) end it 'cell l158 should equal 2.6159003049656158' do sheet41.l158.should be_within(0.2615900304965616).of(2.6159003049656158) end it 'cell m158 should equal 1.7229272015666452' do sheet41.m158.should be_within(0.17229272015666452).of(1.7229272015666452) end it 'cell n158 should equal 0.8510869478464239' do sheet41.n158.should be_within(0.08510869478464239).of(0.8510869478464239) end it 'cell o158 should equal 0.0' do sheet41.o158.should be_within(1.0e-08).of(0.0) end it 'cell f162 should equal 1.4748530925529184' do sheet41.f162.should be_within(0.14748530925529185).of(1.4748530925529184) end it 'cell g162 should equal 1.3619011751401509' do sheet41.g162.should be_within(0.13619011751401508).of(1.3619011751401509) end it 'cell h162 should equal 1.1771656063594103' do sheet41.h162.should be_within(0.11771656063594103).of(1.1771656063594103) end it 'cell i162 should equal 0.9966739679692007' do sheet41.i162.should be_within(0.09966739679692008).of(0.9966739679692007) end it 'cell j162 should equal 0.8204087045229355' do sheet41.j162.should be_within(0.08204087045229355).of(0.8204087045229355) end it 'cell k162 should equal 0.6483108255778315' do sheet41.k162.should be_within(0.06483108255778315).of(0.6483108255778315) end it 'cell l162 should equal 0.48132565611367323' do sheet41.l162.should be_within(0.04813256561136733).of(0.48132565611367323) end it 'cell m162 should equal 0.3170186050882627' do sheet41.m162.should be_within(0.03170186050882627).of(0.3170186050882627) end it 'cell n162 should equal 0.15659999840374197' do sheet41.n162.should be_within(0.015659999840374198).of(0.15659999840374197) end it 'cell o162 should equal 0.0' do sheet41.o162.should be_within(1.0e-08).of(0.0) end it 'cell f163 should equal 0.002956321945900723' do sheet41.f163.should be_within(0.0002956321945900723).of(0.002956321945900723) end it 'cell g163 should equal 0.0027299114417189655' do sheet41.g163.should be_within(0.0002729911441718966).of(0.0027299114417189655) end it 'cell h163 should equal 0.0023596116342787473' do sheet41.h163.should be_within(0.00023596116342787475).of(0.0023596116342787473) end it 'cell i163 should equal 0.0019978187246534732' do sheet41.i163.should be_within(0.00019978187246534734).of(0.0019978187246534732) end it 'cell j163 should equal 0.0016444975232013568' do sheet41.j163.should be_within(0.00016444975232013568).of(0.0016444975232013568) end it 'cell k163 should equal 0.0012995297844229118' do sheet41.k163.should be_within(0.00012995297844229118).of(0.0012995297844229118) end it 'cell l163 should equal 0.0009648103987298385' do sheet41.l163.should be_within(9.648103987298386e-05).of(0.0009648103987298385) end it 'cell m163 should equal 0.0006354592631724356' do sheet41.m163.should be_within(6.354592631724356e-05).of(0.0006354592631724356) end it 'cell n163 should equal 0.00031390245872396226' do sheet41.n163.should be_within(3.139024587239623e-05).of(0.00031390245872396226) end it 'cell o163 should equal 0.0' do sheet41.o163.should be_within(1.0e-08).of(0.0) end it 'cell f164 should equal 0.0031796679789373723' do sheet41.f164.should be_within(0.00031796679789373723).of(0.0031796679789373723) end it 'cell g164 should equal 0.00293615247439632' do sheet41.g164.should be_within(0.00029361524743963204).of(0.00293615247439632) end it 'cell h164 should equal 0.002537877028801845' do sheet41.h164.should be_within(0.0002537877028801845).of(0.002537877028801845) end it 'cell i164 should equal 0.0021487511653832136' do sheet41.i164.should be_within(0.00021487511653832137).of(0.0021487511653832136) end it 'cell j164 should equal 0.0017687370359698868' do sheet41.j164.should be_within(0.0001768737035969887).of(0.0017687370359698868) end it 'cell k164 should equal 0.0013977074617784809' do sheet41.k164.should be_within(0.0001397707461778481).of(0.0013977074617784809) end it 'cell l164 should equal 0.0010377004895697805' do sheet41.l164.should be_within(0.00010377004895697806).of(0.0010377004895697805) end it 'cell m164 should equal 0.000683467331367699' do sheet41.m164.should be_within(6.83467331367699e-05).of(0.000683467331367699) end it 'cell n164 should equal 0.0003376173552066209' do sheet41.n164.should be_within(3.3761735520662094e-05).of(0.0003376173552066209) end it 'cell o164 should equal 0.0' do sheet41.o164.should be_within(1.0e-08).of(0.0) end it 'cell f181 should equal 94.7405061758441' do sheet41.f181.should be_within(9.47405061758441).of(94.7405061758441) end it 'cell g181 should equal 88.89095249351672' do sheet41.g181.should be_within(8.889095249351673).of(88.89095249351672) end it 'cell h181 should equal 88.02655863442743' do sheet41.h181.should be_within(8.802655863442743).of(88.02655863442743) end it 'cell i181 should equal 87.26555367624448' do sheet41.i181.should be_within(8.726555367624448).of(87.26555367624448) end it 'cell j181 should equal 86.61060365752249' do sheet41.j181.should be_within(8.661060365752249).of(86.61060365752249) end it 'cell k181 should equal 86.14881792966979' do sheet41.k181.should be_within(8.61488179296698).of(86.14881792966979) end it 'cell l181 should equal 87.86897223329521' do sheet41.l181.should be_within(8.786897223329522).of(87.86897223329521) end it 'cell m181 should equal 89.60203941438039' do sheet41.m181.should be_within(8.960203941438039).of(89.60203941438039) end it 'cell n181 should equal 91.47579954150737' do sheet41.n181.should be_within(9.147579954150737).of(91.47579954150737) end it 'cell o181 should equal 93.49442720413965' do sheet41.o181.should be_within(9.349442720413967).of(93.49442720413965) end it 'cell f182 should equal -86.7250002380565' do sheet41.f182.should be_within(8.67250002380565).of(-86.7250002380565) end it 'cell g182 should equal -81.48931567210286' do sheet41.g182.should be_within(8.148931567210287).of(-81.48931567210286) end it 'cell h182 should equal -81.62891946943064' do sheet41.h182.should be_within(8.162891946943065).of(-81.62891946943064) end it 'cell i182 should equal -81.84884732858578' do sheet41.i182.should be_within(8.184884732858578).of(-81.84884732858578) end it 'cell j182 should equal -82.15186069815871' do sheet41.j182.should be_within(8.215186069815871).of(-82.15186069815871) end it 'cell k182 should equal -82.62538952979027' do sheet41.k182.should be_within(8.262538952979027).of(-82.62538952979027) end it 'cell l182 should equal -85.25307192832959' do sheet41.l182.should be_within(8.52530719283296).of(-85.25307192832959) end it 'cell m182 should equal -87.87911221281374' do sheet41.m182.should be_within(8.787911221281375).of(-87.87911221281374) end it 'cell n182 should equal -90.62471259366095' do sheet41.n182.should be_within(9.062471259366095).of(-90.62471259366095) end it 'cell o182 should equal -93.49442720413965' do sheet41.o182.should be_within(9.349442720413967).of(-93.49442720413965) end it 'cell f183 should equal -8.015505937787601' do sheet41.f183.should be_within(0.8015505937787601).of(-8.015505937787601) end it 'cell g183 should equal -7.401636821413865' do sheet41.g183.should be_within(0.7401636821413865).of(-7.401636821413865) end it 'cell h183 should equal -6.3976391649967965' do sheet41.h183.should be_within(0.6397639164996797).of(-6.3976391649967965) end it 'cell i183 should equal -5.4167063476587005' do sheet41.i183.should be_within(0.5416706347658701).of(-5.4167063476587005) end it 'cell j183 should equal -4.45874295936378' do sheet41.j183.should be_within(0.44587429593637806).of(-4.45874295936378) end it 'cell k183 should equal -3.5234283998795193' do sheet41.k183.should be_within(0.35234283998795196).of(-3.5234283998795193) end it 'cell l183 should equal -2.6159003049656158' do sheet41.l183.should be_within(0.2615900304965616).of(-2.6159003049656158) end it 'cell m183 should equal -1.7229272015666452' do sheet41.m183.should be_within(0.17229272015666452).of(-1.7229272015666452) end it 'cell n183 should equal -0.8510869478464239' do sheet41.n183.should be_within(0.08510869478464239).of(-0.8510869478464239) end it 'cell o183 should equal 0.0' do sheet41.o183.should be_within(1.0e-08).of(0.0) end it 'cell f192 should equal 1.4748530925529184' do sheet41.f192.should be_within(0.14748530925529185).of(1.4748530925529184) end it 'cell g192 should equal 1.3619011751401509' do sheet41.g192.should be_within(0.13619011751401508).of(1.3619011751401509) end it 'cell h192 should equal 1.1771656063594103' do sheet41.h192.should be_within(0.11771656063594103).of(1.1771656063594103) end it 'cell i192 should equal 0.9966739679692007' do sheet41.i192.should be_within(0.09966739679692008).of(0.9966739679692007) end it 'cell j192 should equal 0.8204087045229355' do sheet41.j192.should be_within(0.08204087045229355).of(0.8204087045229355) end it 'cell k192 should equal 0.6483108255778315' do sheet41.k192.should be_within(0.06483108255778315).of(0.6483108255778315) end it 'cell l192 should equal 0.48132565611367323' do sheet41.l192.should be_within(0.04813256561136733).of(0.48132565611367323) end it 'cell m192 should equal 0.3170186050882627' do sheet41.m192.should be_within(0.03170186050882627).of(0.3170186050882627) end it 'cell n192 should equal 0.15659999840374197' do sheet41.n192.should be_within(0.015659999840374198).of(0.15659999840374197) end it 'cell o192 should equal 0.0' do sheet41.o192.should be_within(1.0e-08).of(0.0) end it 'cell f193 should equal 0.002956321945900723' do sheet41.f193.should be_within(0.0002956321945900723).of(0.002956321945900723) end it 'cell g193 should equal 0.0027299114417189655' do sheet41.g193.should be_within(0.0002729911441718966).of(0.0027299114417189655) end it 'cell h193 should equal 0.0023596116342787473' do sheet41.h193.should be_within(0.00023596116342787475).of(0.0023596116342787473) end it 'cell i193 should equal 0.0019978187246534732' do sheet41.i193.should be_within(0.00019978187246534734).of(0.0019978187246534732) end it 'cell j193 should equal 0.0016444975232013568' do sheet41.j193.should be_within(0.00016444975232013568).of(0.0016444975232013568) end it 'cell k193 should equal 0.0012995297844229118' do sheet41.k193.should be_within(0.00012995297844229118).of(0.0012995297844229118) end it 'cell l193 should equal 0.0009648103987298385' do sheet41.l193.should be_within(9.648103987298386e-05).of(0.0009648103987298385) end it 'cell m193 should equal 0.0006354592631724356' do sheet41.m193.should be_within(6.354592631724356e-05).of(0.0006354592631724356) end it 'cell n193 should equal 0.00031390245872396226' do sheet41.n193.should be_within(3.139024587239623e-05).of(0.00031390245872396226) end it 'cell o193 should equal 0.0' do sheet41.o193.should be_within(1.0e-08).of(0.0) end it 'cell f194 should equal 0.0031796679789373723' do sheet41.f194.should be_within(0.00031796679789373723).of(0.0031796679789373723) end it 'cell g194 should equal 0.00293615247439632' do sheet41.g194.should be_within(0.00029361524743963204).of(0.00293615247439632) end it 'cell h194 should equal 0.002537877028801845' do sheet41.h194.should be_within(0.0002537877028801845).of(0.002537877028801845) end it 'cell i194 should equal 0.0021487511653832136' do sheet41.i194.should be_within(0.00021487511653832137).of(0.0021487511653832136) end it 'cell j194 should equal 0.0017687370359698868' do sheet41.j194.should be_within(0.0001768737035969887).of(0.0017687370359698868) end it 'cell k194 should equal 0.0013977074617784809' do sheet41.k194.should be_within(0.0001397707461778481).of(0.0013977074617784809) end it 'cell l194 should equal 0.0010377004895697805' do sheet41.l194.should be_within(0.00010377004895697806).of(0.0010377004895697805) end it 'cell m194 should equal 0.000683467331367699' do sheet41.m194.should be_within(6.83467331367699e-05).of(0.000683467331367699) end it 'cell n194 should equal 0.0003376173552066209' do sheet41.n194.should be_within(3.3761735520662094e-05).of(0.0003376173552066209) end it 'cell o194 should equal 0.0' do sheet41.o194.should be_within(1.0e-08).of(0.0) end end