# coding: utf-8 require_relative '../spreadsheet' # III.d describe 'Sheet26' do def sheet26; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet26; end it 'cell e8 should equal 2.0' do sheet26.e8.should be_within(0.2).of(2.0) end it 'cell f20 should equal 0.0' do sheet26.f20.should be_within(1.0e-08).of(0.0) end it 'cell g20 should equal 0.0' do sheet26.g20.should be_within(1.0e-08).of(0.0) end it 'cell h20 should equal 0.013' do sheet26.h20.should be_within(0.0013).of(0.013) end it 'cell i20 should equal 0.052' do sheet26.i20.should be_within(0.0052).of(0.052) end it 'cell j20 should equal 0.208' do sheet26.j20.should be_within(0.0208).of(0.208) end it 'cell k20 should equal 0.832' do sheet26.k20.should be_within(0.0832).of(0.832) end it 'cell l20 should equal 1.0' do sheet26.l20.should be_within(0.1).of(1.0) end it 'cell m20 should equal 1.0' do sheet26.m20.should be_within(0.1).of(1.0) end it 'cell n20 should equal 1.0' do sheet26.n20.should be_within(0.1).of(1.0) end it 'cell o20 should equal 1.0' do sheet26.o20.should be_within(0.1).of(1.0) end it 'cell f63 should equal 0.0' do sheet26.f63.should be_within(1.0e-08).of(0.0) end it 'cell g63 should equal 0.0' do sheet26.g63.should be_within(1.0e-08).of(0.0) end it 'cell h63 should equal 0.013' do sheet26.h63.should be_within(0.0013).of(0.013) end it 'cell i63 should equal 0.052' do sheet26.i63.should be_within(0.0052).of(0.052) end it 'cell j63 should equal 0.208' do sheet26.j63.should be_within(0.0208).of(0.208) end it 'cell k63 should equal 0.832' do sheet26.k63.should be_within(0.0832).of(0.832) end it 'cell l63 should equal 1.0' do sheet26.l63.should be_within(0.1).of(1.0) end it 'cell m63 should equal 1.0' do sheet26.m63.should be_within(0.1).of(1.0) end it 'cell n63 should equal 1.0' do sheet26.n63.should be_within(0.1).of(1.0) end it 'cell o63 should equal 1.0' do sheet26.o63.should be_within(0.1).of(1.0) end it 'cell f71 should equal 0.0' do sheet26.f71.should be_within(1.0e-08).of(0.0) end it 'cell g71 should equal 0.0' do sheet26.g71.should be_within(1.0e-08).of(0.0) end it 'cell h71 should equal 0.013' do sheet26.h71.should be_within(0.0013).of(0.013) end it 'cell i71 should equal 0.052' do sheet26.i71.should be_within(0.0052).of(0.052) end it 'cell j71 should equal 0.208' do sheet26.j71.should be_within(0.0208).of(0.208) end it 'cell k71 should equal 0.832' do sheet26.k71.should be_within(0.0832).of(0.832) end it 'cell l71 should equal 1.0' do sheet26.l71.should be_within(0.1).of(1.0) end it 'cell m71 should equal 1.0' do sheet26.m71.should be_within(0.1).of(1.0) end it 'cell n71 should equal 1.0' do sheet26.n71.should be_within(0.1).of(1.0) end it 'cell o71 should equal 1.0' do sheet26.o71.should be_within(0.1).of(1.0) end it 'cell f73 should equal 0.0' do sheet26.f73.should be_within(1.0e-08).of(0.0) end it 'cell g73 should equal 0.0' do sheet26.g73.should be_within(1.0e-08).of(0.0) end it 'cell h73 should equal 0.0104' do sheet26.h73.should be_within(0.00104).of(0.0104) end it 'cell i73 should equal 0.0416' do sheet26.i73.should be_within(0.00416).of(0.0416) end it 'cell j73 should equal 0.1664' do sheet26.j73.should be_within(0.01664).of(0.1664) end it 'cell k73 should equal 0.6656' do sheet26.k73.should be_within(0.06656).of(0.6656) end it 'cell l73 should equal 0.8' do sheet26.l73.should be_within(0.08000000000000002).of(0.8) end it 'cell m73 should equal 0.8' do sheet26.m73.should be_within(0.08000000000000002).of(0.8) end it 'cell n73 should equal 0.8' do sheet26.n73.should be_within(0.08000000000000002).of(0.8) end it 'cell o73 should equal 0.8' do sheet26.o73.should be_within(0.08000000000000002).of(0.8) end it 'cell f75 should equal 0.0' do sheet26.f75.should be_within(1.0e-08).of(0.0) end it 'cell g75 should equal 0.0' do sheet26.g75.should be_within(1.0e-08).of(0.0) end it 'cell h75 should equal 0.0911664' do sheet26.h75.should be_within(0.00911664).of(0.0911664) end it 'cell i75 should equal 0.3646656' do sheet26.i75.should be_within(0.03646656).of(0.3646656) end it 'cell j75 should equal 1.4586624' do sheet26.j75.should be_within(0.14586624).of(1.4586624) end it 'cell k75 should equal 5.8346496' do sheet26.k75.should be_within(0.58346496).of(5.8346496) end it 'cell l75 should equal 7.012800000000001' do sheet26.l75.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell m75 should equal 7.012800000000001' do sheet26.m75.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell n75 should equal 7.012800000000001' do sheet26.n75.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell o75 should equal 7.012800000000001' do sheet26.o75.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell f98 should equal 0.0' do sheet26.f98.should be_within(1.0e-08).of(0.0) end it 'cell g98 should equal 0.0' do sheet26.g98.should be_within(1.0e-08).of(0.0) end it 'cell h98 should equal 0.0911664' do sheet26.h98.should be_within(0.00911664).of(0.0911664) end it 'cell i98 should equal 0.3646656' do sheet26.i98.should be_within(0.03646656).of(0.3646656) end it 'cell j98 should equal 1.4586624' do sheet26.j98.should be_within(0.14586624).of(1.4586624) end it 'cell k98 should equal 5.8346496' do sheet26.k98.should be_within(0.58346496).of(5.8346496) end it 'cell l98 should equal 7.012800000000001' do sheet26.l98.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell m98 should equal 7.012800000000001' do sheet26.m98.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell n98 should equal 7.012800000000001' do sheet26.n98.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell o98 should equal 7.012800000000001' do sheet26.o98.should be_within(0.7012800000000001).of(7.012800000000001) end it 'cell f99 should equal 0.0' do sheet26.f99.should be_within(1.0e-08).of(0.0) end it 'cell g99 should equal 0.0' do sheet26.g99.should be_within(1.0e-08).of(0.0) end it 'cell h99 should equal -0.0911664' do sheet26.h99.should be_within(0.00911664).of(-0.0911664) end it 'cell i99 should equal -0.3646656' do sheet26.i99.should be_within(0.03646656).of(-0.3646656) end it 'cell j99 should equal -1.4586624' do sheet26.j99.should be_within(0.14586624).of(-1.4586624) end it 'cell k99 should equal -5.8346496' do sheet26.k99.should be_within(0.58346496).of(-5.8346496) end it 'cell l99 should equal -7.012800000000001' do sheet26.l99.should be_within(0.7012800000000001).of(-7.012800000000001) end it 'cell m99 should equal -7.012800000000001' do sheet26.m99.should be_within(0.7012800000000001).of(-7.012800000000001) end it 'cell n99 should equal -7.012800000000001' do sheet26.n99.should be_within(0.7012800000000001).of(-7.012800000000001) end it 'cell o99 should equal -7.012800000000001' do sheet26.o99.should be_within(0.7012800000000001).of(-7.012800000000001) end it 'cell f108 should equal 0.0' do sheet26.f108.should be_within(1.0e-08).of(0.0) end it 'cell g108 should equal 0.0' do sheet26.g108.should be_within(1.0e-08).of(0.0) end it 'cell h108 should equal 1.2999999999999998' do sheet26.h108.should be_within(0.12999999999999998).of(1.2999999999999998) end it 'cell i108 should equal 5.199999999999999' do sheet26.i108.should be_within(0.5199999999999999).of(5.199999999999999) end it 'cell j108 should equal 20.799999999999997' do sheet26.j108.should be_within(2.0799999999999996).of(20.799999999999997) end it 'cell k108 should equal 83.19999999999999' do sheet26.k108.should be_within(8.319999999999999).of(83.19999999999999) end it 'cell l108 should equal 100.0' do sheet26.l108.should be_within(10.0).of(100.0) end it 'cell m108 should equal 100.0' do sheet26.m108.should be_within(10.0).of(100.0) end it 'cell n108 should equal 100.0' do sheet26.n108.should be_within(10.0).of(100.0) end it 'cell o108 should equal 100.0' do sheet26.o108.should be_within(10.0).of(100.0) end it 'cell f109 should equal 0.0' do sheet26.f109.should be_within(1.0e-08).of(0.0) end it 'cell g109 should equal 0.0' do sheet26.g109.should be_within(1.0e-08).of(0.0) end it 'cell h109 should equal 0.013' do sheet26.h109.should be_within(0.0013).of(0.013) end it 'cell i109 should equal 0.052' do sheet26.i109.should be_within(0.0052).of(0.052) end it 'cell j109 should equal 0.208' do sheet26.j109.should be_within(0.0208).of(0.208) end it 'cell k109 should equal 0.832' do sheet26.k109.should be_within(0.0832).of(0.832) end it 'cell l109 should equal 1.0' do sheet26.l109.should be_within(0.1).of(1.0) end it 'cell m109 should equal 1.0' do sheet26.m109.should be_within(0.1).of(1.0) end it 'cell n109 should equal 1.0' do sheet26.n109.should be_within(0.1).of(1.0) end it 'cell o109 should equal 1.0' do sheet26.o109.should be_within(0.1).of(1.0) end end