# coding: utf-8 require_relative '../spreadsheet' # XIV.a describe 'Sheet49' do def sheet49; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet49; end it 'cell e8 should equal 1.0' do sheet49.e8.should be_within(0.1).of(1.0) end it 'cell f67 should equal 0.0' do sheet49.f67.should be_within(1.0e-08).of(0.0) end it 'cell g67 should equal 0.0' do sheet49.g67.should be_within(1.0e-08).of(0.0) end it 'cell h67 should equal 0.0' do sheet49.h67.should be_within(1.0e-08).of(0.0) end it 'cell i67 should equal 0.0' do sheet49.i67.should be_within(1.0e-08).of(0.0) end it 'cell j67 should equal 0.0' do sheet49.j67.should be_within(1.0e-08).of(0.0) end it 'cell k67 should equal 0.0' do sheet49.k67.should be_within(1.0e-08).of(0.0) end it 'cell l67 should equal 0.0' do sheet49.l67.should be_within(1.0e-08).of(0.0) end it 'cell m67 should equal 0.0' do sheet49.m67.should be_within(1.0e-08).of(0.0) end it 'cell n67 should equal 0.0' do sheet49.n67.should be_within(1.0e-08).of(0.0) end it 'cell o67 should equal 0.0' do sheet49.o67.should be_within(1.0e-08).of(0.0) end it 'cell f68 should equal 0.0' do sheet49.f68.should be_within(1.0e-08).of(0.0) end it 'cell g68 should equal 0.0' do sheet49.g68.should be_within(1.0e-08).of(0.0) end it 'cell h68 should equal 0.0' do sheet49.h68.should be_within(1.0e-08).of(0.0) end it 'cell i68 should equal 0.0' do sheet49.i68.should be_within(1.0e-08).of(0.0) end it 'cell j68 should equal 0.0' do sheet49.j68.should be_within(1.0e-08).of(0.0) end it 'cell k68 should equal 0.0' do sheet49.k68.should be_within(1.0e-08).of(0.0) end it 'cell l68 should equal 0.0' do sheet49.l68.should be_within(1.0e-08).of(0.0) end it 'cell m68 should equal 0.0' do sheet49.m68.should be_within(1.0e-08).of(0.0) end it 'cell n68 should equal 0.0' do sheet49.n68.should be_within(1.0e-08).of(0.0) end it 'cell o68 should equal 0.0' do sheet49.o68.should be_within(1.0e-08).of(0.0) end it 'cell f69 should equal 0.0' do sheet49.f69.should be_within(1.0e-08).of(0.0) end it 'cell g69 should equal 0.0' do sheet49.g69.should be_within(1.0e-08).of(0.0) end it 'cell h69 should equal 0.0' do sheet49.h69.should be_within(1.0e-08).of(0.0) end it 'cell i69 should equal 0.0' do sheet49.i69.should be_within(1.0e-08).of(0.0) end it 'cell j69 should equal 0.0' do sheet49.j69.should be_within(1.0e-08).of(0.0) end it 'cell k69 should equal 0.0' do sheet49.k69.should be_within(1.0e-08).of(0.0) end it 'cell l69 should equal 0.0' do sheet49.l69.should be_within(1.0e-08).of(0.0) end it 'cell m69 should equal 0.0' do sheet49.m69.should be_within(1.0e-08).of(0.0) end it 'cell n69 should equal 0.0' do sheet49.n69.should be_within(1.0e-08).of(0.0) end it 'cell o69 should equal 0.0' do sheet49.o69.should be_within(1.0e-08).of(0.0) end it 'cell f70 should equal 0.0' do sheet49.f70.should be_within(1.0e-08).of(0.0) end it 'cell g70 should equal 0.0' do sheet49.g70.should be_within(1.0e-08).of(0.0) end it 'cell h70 should equal 0.0' do sheet49.h70.should be_within(1.0e-08).of(0.0) end it 'cell i70 should equal 0.0' do sheet49.i70.should be_within(1.0e-08).of(0.0) end it 'cell j70 should equal 0.0' do sheet49.j70.should be_within(1.0e-08).of(0.0) end it 'cell k70 should equal 0.0' do sheet49.k70.should be_within(1.0e-08).of(0.0) end it 'cell l70 should equal 0.0' do sheet49.l70.should be_within(1.0e-08).of(0.0) end it 'cell m70 should equal 0.0' do sheet49.m70.should be_within(1.0e-08).of(0.0) end it 'cell n70 should equal 0.0' do sheet49.n70.should be_within(1.0e-08).of(0.0) end it 'cell o70 should equal 0.0' do sheet49.o70.should be_within(1.0e-08).of(0.0) end it 'cell f72 should equal 0.0' do sheet49.f72.should be_within(1.0e-08).of(0.0) end it 'cell g72 should equal 0.0' do sheet49.g72.should be_within(1.0e-08).of(0.0) end it 'cell h72 should equal 0.0' do sheet49.h72.should be_within(1.0e-08).of(0.0) end it 'cell i72 should equal 0.0' do sheet49.i72.should be_within(1.0e-08).of(0.0) end it 'cell j72 should equal 0.0' do sheet49.j72.should be_within(1.0e-08).of(0.0) end it 'cell k72 should equal 0.0' do sheet49.k72.should be_within(1.0e-08).of(0.0) end it 'cell l72 should equal 0.0' do sheet49.l72.should be_within(1.0e-08).of(0.0) end it 'cell m72 should equal 0.0' do sheet49.m72.should be_within(1.0e-08).of(0.0) end it 'cell n72 should equal 0.0' do sheet49.n72.should be_within(1.0e-08).of(0.0) end it 'cell o72 should equal 0.0' do sheet49.o72.should be_within(1.0e-08).of(0.0) end it 'cell f105 should equal 0.0' do sheet49.f105.should be_within(1.0e-08).of(0.0) end it 'cell g105 should equal 0.0' do sheet49.g105.should be_within(1.0e-08).of(0.0) end it 'cell h105 should equal 0.0' do sheet49.h105.should be_within(1.0e-08).of(0.0) end it 'cell i105 should equal 0.0' do sheet49.i105.should be_within(1.0e-08).of(0.0) end it 'cell j105 should equal 0.0' do sheet49.j105.should be_within(1.0e-08).of(0.0) end it 'cell k105 should equal 0.0' do sheet49.k105.should be_within(1.0e-08).of(0.0) end it 'cell l105 should equal 0.0' do sheet49.l105.should be_within(1.0e-08).of(0.0) end it 'cell m105 should equal 0.0' do sheet49.m105.should be_within(1.0e-08).of(0.0) end it 'cell n105 should equal 0.0' do sheet49.n105.should be_within(1.0e-08).of(0.0) end it 'cell o105 should equal 0.0' do sheet49.o105.should be_within(1.0e-08).of(0.0) end it 'cell f106 should equal 0.0' do sheet49.f106.should be_within(1.0e-08).of(0.0) end it 'cell g106 should equal 0.0' do sheet49.g106.should be_within(1.0e-08).of(0.0) end it 'cell h106 should equal 0.0' do sheet49.h106.should be_within(1.0e-08).of(0.0) end it 'cell i106 should equal 0.0' do sheet49.i106.should be_within(1.0e-08).of(0.0) end it 'cell j106 should equal 0.0' do sheet49.j106.should be_within(1.0e-08).of(0.0) end it 'cell k106 should equal 0.0' do sheet49.k106.should be_within(1.0e-08).of(0.0) end it 'cell l106 should equal 0.0' do sheet49.l106.should be_within(1.0e-08).of(0.0) end it 'cell m106 should equal 0.0' do sheet49.m106.should be_within(1.0e-08).of(0.0) end it 'cell n106 should equal 0.0' do sheet49.n106.should be_within(1.0e-08).of(0.0) end it 'cell o106 should equal 0.0' do sheet49.o106.should be_within(1.0e-08).of(0.0) end it 'cell f115 should equal 0.0' do sheet49.f115.should be_within(1.0e-08).of(0.0) end it 'cell g115 should equal 0.0' do sheet49.g115.should be_within(1.0e-08).of(0.0) end it 'cell h115 should equal 0.0' do sheet49.h115.should be_within(1.0e-08).of(0.0) end it 'cell i115 should equal 0.0' do sheet49.i115.should be_within(1.0e-08).of(0.0) end it 'cell j115 should equal 0.0' do sheet49.j115.should be_within(1.0e-08).of(0.0) end it 'cell k115 should equal 0.0' do sheet49.k115.should be_within(1.0e-08).of(0.0) end it 'cell l115 should equal 0.0' do sheet49.l115.should be_within(1.0e-08).of(0.0) end it 'cell m115 should equal 0.0' do sheet49.m115.should be_within(1.0e-08).of(0.0) end it 'cell n115 should equal 0.0' do sheet49.n115.should be_within(1.0e-08).of(0.0) end it 'cell o115 should equal 0.0' do sheet49.o115.should be_within(1.0e-08).of(0.0) end end