##############ECHO OF PROBLEM################# ##############temp/tanh_sqrtpostode.ode################# diff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=30 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=c(0.1) x_end=c(5.0) $array_y_init[0 + 1] = exact_soln_y(x_start) $glob_look_poles=true $glob_max_h=0.1 # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb $glob_type_given_pole=1 # ELIMINATED in preodein.rb $array_given_rad_poles[1][1]=c(-1.5) # ELIMINATED in preodein.rb $array_given_rad_poles[1][2]=c(0.0) # ELIMINATED in preodein.rb $array_given_ord_poles[1][1]=c(0.5) # ELIMINATED in preodein.rb $array_given_ord_poles[1][2]=c(0.0) #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=8 $glob_max_minutes=(3.0) $glob_subiter_method=3 $glob_max_iter=100000 $glob_upper_ratio_limit=c(1.000001) $glob_lower_ratio_limit=c(0.999999) $glob_look_poles=false $glob_h=c(0.001) $glob_display_interval=c(0.01) #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y (x) x = c(x) return(c(0.0)) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Soultion TOP MAIN SOLVE Loop x[1] 0.1 y[1] (closed_form) 0.0 y[1] (numeric) 0.0 absolute error 0.0 relative error -1% Desired digits 8 Estimated correct digits -16 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.11000000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.009459044391666397 absolute error 0.009459044391666397 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.12000000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.018923925070309697 absolute error 0.018923925070309697 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.13000000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.028394563018230196 absolute error 0.028394563018230196 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.14000000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.03787088054398797 absolute error 0.03787088054398797 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.15000000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.04735280125525821 absolute error 0.04735280125525821 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.16000000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.05684025003235239 absolute error 0.05684025003235239 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.17000000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.06633315300238578 absolute error 0.06633315300238578 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.18000000000000008 y[1] (closed_form) 0.0 y[1] (numeric) 0.07583143751407287 absolute error 0.07583143751407287 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.19000000000000009 y[1] (closed_form) 0.0 y[1] (numeric) 0.08533503211313286 absolute error 0.08533503211313286 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2000000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.09484386651828737 absolute error 0.09484386651828737 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2100000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.10435787159783422 absolute error 0.10435787159783422 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2200000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.11387697934678037 absolute error 0.11387697934678037 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.23000000000000012 y[1] (closed_form) 0.0 y[1] (numeric) 0.12340112286451885 absolute error 0.12340112286451885 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.24000000000000013 y[1] (closed_form) 0.0 y[1] (numeric) 0.13293023633303397 absolute error 0.13293023633303397 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.14246425499562088 absolute error 0.14246425499562088 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 0.1520031151361038 absolute error 0.1520031151361038 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y[1] (closed_form) 0.0 y[1] (numeric) 0.16154675405854105 absolute error 0.16154675405854105 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y[1] (closed_form) 0.0 y[1] (numeric) 0.17109511006740208 absolute error 0.17109511006740208 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y[1] (closed_form) 0.0 y[1] (numeric) 0.18064812244820386 absolute error 0.18064812244820386 relative error -1% Desired digits 8 Estimated correct digits 13 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y[1] (closed_form) 0.0 y[1] (numeric) 0.19020573144859465 absolute error 0.19020573144859465 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y[1] (closed_form) 0.0 y[1] (numeric) 0.19976787825987263 absolute error 0.19976787825987263 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.20933450499892753 absolute error 0.20933450499892753 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.21890555469059414 absolute error 0.21890555469059414 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.22848097125040695 absolute error 0.22848097125040695 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.23806069946774439 absolute error 0.23806069946774439 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.24764468498935333 absolute error 0.24764468498935333 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.2572328743032428 absolute error 0.2572328743032428 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y[1] (closed_form) 0.0 y[1] (numeric) 0.2668252147229385 absolute error 0.2668252147229385 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y[1] (closed_form) 0.0 y[1] (numeric) 0.2764216543720871 absolute error 0.2764216543720871 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y[1] (closed_form) 0.0 y[1] (numeric) 0.28602214216940236 absolute error 0.28602214216940236 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y[1] (closed_form) 0.0 y[1] (numeric) 0.2956266278139443 absolute error 0.2956266278139443 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y[1] (closed_form) 0.0 y[1] (numeric) 0.3052350617707214 absolute error 0.3052350617707214 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y[1] (closed_form) 0.0 y[1] (numeric) 0.3148473952566094 absolute error 0.3148473952566094 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.3244635802265766 absolute error 0.3244635802265766 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.3340835693602101 absolute error 0.3340835693602101 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.3437073160485332 absolute error 0.3437073160485332 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.35333477438110783 absolute error 0.35333477438110783 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.36296589913341404 absolute error 0.36296589913341404 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.37260064575450086 absolute error 0.37260064575450086 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.38223897035489995 absolute error 0.38223897035489995 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y[1] (closed_form) 0.0 y[1] (numeric) 0.3918808296947969 absolute error 0.3918808296947969 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.4015261811724533 absolute error 0.4015261811724533 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.41117498281287307 absolute error 0.41117498281287307 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.4208271932567079 absolute error 0.4208271932567079 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.43048277174939437 absolute error 0.43048277174939437 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.440141678130519 absolute error 0.440141678130519 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.44980387282340456 absolute error 0.44980387282340456 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.4594693168249118 absolute error 0.4594693168249118 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.46913797169545285 absolute error 0.46913797169545285 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.47880979954920966 absolute error 0.47880979954920966 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.4884847630445539 absolute error 0.4884847630445539 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.49816282537466255 absolute error 0.49816282537466255 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y[1] (closed_form) 0.0 y[1] (numeric) 0.5078439502583247 absolute error 0.5078439502583247 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5175281019309348 absolute error 0.5175281019309348 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5272152451356701 absolute error 0.5272152451356701 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5369053451148431 absolute error 0.5369053451148431 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.546598367601431 absolute error 0.546598367601431 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5562942788107733 absolute error 0.5562942788107733 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.565993045432435 absolute error 0.565993045432435 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5756946346222322 absolute error 0.5756946346222322 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5853990139944175 absolute error 0.5853990139944175 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.5951061516140168 absolute error 0.5951061516140168 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.6048160159893199 absolute error 0.6048160159893199 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y[1] (closed_form) 0.0 y[1] (numeric) 0.6145285760645177 absolute error 0.6145285760645177 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.624243801212483 absolute error 0.624243801212483 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6339616612276933 absolute error 0.6339616612276933 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6436821263192913 absolute error 0.6436821263192913 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6534051671042787 absolute error 0.6534051671042787 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6631307546008425 absolute error 0.6631307546008425 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6728588602218111 absolute error 0.6728588602218111 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6825894557682327 absolute error 0.6825894557682327 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.6923225134230814 absolute error 0.6923225134230814 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.7020580057450787 absolute error 0.7020580057450787 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.711795905662637 absolute error 0.711795905662637 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y[1] (closed_form) 0.0 y[1] (numeric) 0.721536186467914 absolute error 0.721536186467914 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7312788218109821 absolute error 0.7312788218109821 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7410237856941079 absolute error 0.7410237856941079 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7507710524661368 absolute error 0.7507710524661368 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7605205968169856 absolute error 0.7605205968169856 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7702723937722362 absolute error 0.7702723937722362 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7800264186878312 absolute error 0.7800264186878312 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.789782647244867 absolute error 0.789782647244867 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.7995410554444836 absolute error 0.7995410554444836 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.8093016196028496 absolute error 0.8093016196028496 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.8190643163462376 absolute error 0.8190643163462376 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.8288291226061921 absolute error 0.8288291226061921 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y[1] (closed_form) 0.0 y[1] (numeric) 0.8385960156147848 absolute error 0.8385960156147848 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y[1] (closed_form) 0.0 y[1] (numeric) 0.848364972899956 absolute error 0.848364972899956 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y[1] (closed_form) 0.0 y[1] (numeric) 0.8581359722809418 absolute error 0.8581359722809418 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y[1] (closed_form) 0.0 y[1] (numeric) 0.8679089918637827 absolute error 0.8679089918637827 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0099999999999996 y[1] (closed_form) 0.0 y[1] (numeric) 0.8776840100369152 absolute error 0.8776840100369152 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0199999999999985 y[1] (closed_form) 0.0 y[1] (numeric) 0.8874610054668418 absolute error 0.8874610054668418 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0299999999999974 y[1] (closed_form) 0.0 y[1] (numeric) 0.8972399570938794 absolute error 0.8972399570938794 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0399999999999963 y[1] (closed_form) 0.0 y[1] (numeric) 0.907020844127983 absolute error 0.907020844127983 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0499999999999952 y[1] (closed_form) 0.0 y[1] (numeric) 0.9168036460446453 absolute error 0.9168036460446453 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.059999999999994 y[1] (closed_form) 0.0 y[1] (numeric) 0.9265883425808681 absolute error 0.9265883425808681 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.069999999999993 y[1] (closed_form) 0.0 y[1] (numeric) 0.9363749137312066 absolute error 0.9363749137312066 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0799999999999919 y[1] (closed_form) 0.0 y[1] (numeric) 0.946163339743883 absolute error 0.946163339743883 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0899999999999908 y[1] (closed_form) 0.0 y[1] (numeric) 0.9559536011169688 absolute error 0.9559536011169688 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0999999999999897 y[1] (closed_form) 0.0 y[1] (numeric) 0.9657456785946346 absolute error 0.9657456785946346 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1099999999999886 y[1] (closed_form) 0.0 y[1] (numeric) 0.9755395531634654 absolute error 0.9755395531634654 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1199999999999875 y[1] (closed_form) 0.0 y[1] (numeric) 0.985335206048842 absolute error 0.985335206048842 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1299999999999863 y[1] (closed_form) 0.0 y[1] (numeric) 0.9951326187113831 absolute error 0.9951326187113831 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1399999999999852 y[1] (closed_form) 0.0 y[1] (numeric) 1.004931772843452 absolute error 1.004931772843452 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1499999999999841 y[1] (closed_form) 0.0 y[1] (numeric) 1.0147326503657215 absolute error 1.0147326503657215 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.159999999999983 y[1] (closed_form) 0.0 y[1] (numeric) 1.024535233423801 absolute error 1.024535233423801 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.169999999999982 y[1] (closed_form) 0.0 y[1] (numeric) 1.0343395043849193 absolute error 1.0343395043849193 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1799999999999808 y[1] (closed_form) 0.0 y[1] (numeric) 1.044145445834667 absolute error 1.044145445834667 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1899999999999797 y[1] (closed_form) 0.0 y[1] (numeric) 1.0539530405737936 absolute error 1.0539530405737936 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1999999999999786 y[1] (closed_form) 0.0 y[1] (numeric) 1.0637622716150583 absolute error 1.0637622716150583 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2099999999999775 y[1] (closed_form) 0.0 y[1] (numeric) 1.0735731221801392 absolute error 1.0735731221801392 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2199999999999764 y[1] (closed_form) 0.0 y[1] (numeric) 1.083385575696588 absolute error 1.083385575696588 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2299999999999753 y[1] (closed_form) 0.0 y[1] (numeric) 1.093199615794843 absolute error 1.093199615794843 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2399999999999742 y[1] (closed_form) 0.0 y[1] (numeric) 1.1030152263052901 absolute error 1.1030152263052901 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2499999999999731 y[1] (closed_form) 0.0 y[1] (numeric) 1.1128323912553744 absolute error 1.1128323912553744 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.259999999999972 y[1] (closed_form) 0.0 y[1] (numeric) 1.1226510948667574 absolute error 1.1226510948667574 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.269999999999971 y[1] (closed_form) 0.0 y[1] (numeric) 1.1324713215525277 absolute error 1.1324713215525277 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2799999999999698 y[1] (closed_form) 0.0 y[1] (numeric) 1.1422930559144535 absolute error 1.1422930559144535 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2899999999999687 y[1] (closed_form) 0.0 y[1] (numeric) 1.1521162827402829 absolute error 1.1521162827402829 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2999999999999676 y[1] (closed_form) 0.0 y[1] (numeric) 1.16194098700109 absolute error 1.16194098700109 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3099999999999665 y[1] (closed_form) 0.0 y[1] (numeric) 1.1717671538486651 absolute error 1.1717671538486651 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3199999999999654 y[1] (closed_form) 0.0 y[1] (numeric) 1.1815947686129458 absolute error 1.1815947686129458 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3299999999999643 y[1] (closed_form) 0.0 y[1] (numeric) 1.191423816799495 absolute error 1.191423816799495 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3399999999999632 y[1] (closed_form) 0.0 y[1] (numeric) 1.2012542840870166 absolute error 1.2012542840870166 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3499999999999621 y[1] (closed_form) 0.0 y[1] (numeric) 1.2110861563249142 absolute error 1.2110861563249142 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.359999999999961 y[1] (closed_form) 0.0 y[1] (numeric) 1.2209194195308894 absolute error 1.2209194195308894 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.36999999999996 y[1] (closed_form) 0.0 y[1] (numeric) 1.2307540598885789 absolute error 1.2307540598885789 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3799999999999588 y[1] (closed_form) 0.0 y[1] (numeric) 1.240590063745233 absolute error 1.240590063745233 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3899999999999577 y[1] (closed_form) 0.0 y[1] (numeric) 1.2504274176094279 absolute error 1.2504274176094279 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3999999999999566 y[1] (closed_form) 0.0 y[1] (numeric) 1.2602661081488178 absolute error 1.2602661081488178 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4099999999999555 y[1] (closed_form) 0.0 y[1] (numeric) 1.2701061221879237 absolute error 1.2701061221879237 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4199999999999544 y[1] (closed_form) 0.0 y[1] (numeric) 1.2799474467059557 absolute error 1.2799474467059557 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4299999999999533 y[1] (closed_form) 0.0 y[1] (numeric) 1.2897900688346737 absolute error 1.2897900688346737 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4399999999999522 y[1] (closed_form) 0.0 y[1] (numeric) 1.2996339758562812 absolute error 1.2996339758562812 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.449999999999951 y[1] (closed_form) 0.0 y[1] (numeric) 1.3094791552013505 absolute error 1.3094791552013505 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.45999999999995 y[1] (closed_form) 0.0 y[1] (numeric) 1.3193255944467848 absolute error 1.3193255944467848 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.469999999999949 y[1] (closed_form) 0.0 y[1] (numeric) 1.3291732813138124 absolute error 1.3291732813138124 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4799999999999478 y[1] (closed_form) 0.0 y[1] (numeric) 1.339022203666011 absolute error 1.339022203666011 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4899999999999467 y[1] (closed_form) 0.0 y[1] (numeric) 1.3488723495073645 absolute error 1.3488723495073645 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.4999999999999456 y[1] (closed_form) 0.0 y[1] (numeric) 1.35872370698035 absolute error 1.35872370698035 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5099999999999445 y[1] (closed_form) 0.0 y[1] (numeric) 1.3685762643640578 absolute error 1.3685762643640578 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5199999999999434 y[1] (closed_form) 0.0 y[1] (numeric) 1.3784300100723366 absolute error 1.3784300100723366 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5299999999999423 y[1] (closed_form) 0.0 y[1] (numeric) 1.3882849326519724 absolute error 1.3882849326519724 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5399999999999412 y[1] (closed_form) 0.0 y[1] (numeric) 1.3981410207808929 absolute error 1.3981410207808929 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.54999999999994 y[1] (closed_form) 0.0 y[1] (numeric) 1.4079982632664023 absolute error 1.4079982632664023 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.559999999999939 y[1] (closed_form) 0.0 y[1] (numeric) 1.4178566490434408 absolute error 1.4178566490434408 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.569999999999938 y[1] (closed_form) 0.0 y[1] (numeric) 1.4277161671728755 absolute error 1.4277161671728755 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5799999999999368 y[1] (closed_form) 0.0 y[1] (numeric) 1.437576806839814 absolute error 1.437576806839814 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5899999999999357 y[1] (closed_form) 0.0 y[1] (numeric) 1.4474385573519473 absolute error 1.4474385573519473 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.5999999999999346 y[1] (closed_form) 0.0 y[1] (numeric) 1.4573014081379145 absolute error 1.4573014081379145 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6099999999999335 y[1] (closed_form) 0.0 y[1] (numeric) 1.4671653487456982 absolute error 1.4671653487456982 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6199999999999324 y[1] (closed_form) 0.0 y[1] (numeric) 1.477030368841039 absolute error 1.477030368841039 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6299999999999313 y[1] (closed_form) 0.0 y[1] (numeric) 1.4868964582058797 absolute error 1.4868964582058797 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6399999999999302 y[1] (closed_form) 0.0 y[1] (numeric) 1.4967636067368286 absolute error 1.4967636067368286 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.649999999999929 y[1] (closed_form) 0.0 y[1] (numeric) 1.5066318044436506 absolute error 1.5066318044436506 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.659999999999928 y[1] (closed_form) 0.0 y[1] (numeric) 1.516501041447777 absolute error 1.516501041447777 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6699999999999269 y[1] (closed_form) 0.0 y[1] (numeric) 1.526371307980843 absolute error 1.526371307980843 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6799999999999258 y[1] (closed_form) 0.0 y[1] (numeric) 1.5362425943832425 absolute error 1.5362425943832425 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6899999999999247 y[1] (closed_form) 0.0 y[1] (numeric) 1.5461148911027092 absolute error 1.5461148911027092 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.6999999999999236 y[1] (closed_form) 0.0 y[1] (numeric) 1.5559881886929166 absolute error 1.5559881886929166 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7099999999999225 y[1] (closed_form) 0.0 y[1] (numeric) 1.5658624778120995 absolute error 1.5658624778120995 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7199999999999214 y[1] (closed_form) 0.0 y[1] (numeric) 1.5757377492216966 absolute error 1.5757377492216966 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7299999999999203 y[1] (closed_form) 0.0 y[1] (numeric) 1.5856139937850142 absolute error 1.5856139937850142 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7399999999999192 y[1] (closed_form) 0.0 y[1] (numeric) 1.595491202465908 absolute error 1.595491202465908 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.749999999999918 y[1] (closed_form) 0.0 y[1] (numeric) 1.6053693663274884 absolute error 1.6053693663274884 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.759999999999917 y[1] (closed_form) 0.0 y[1] (numeric) 1.6152484765308401 absolute error 1.6152484765308401 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7699999999999159 y[1] (closed_form) 0.0 y[1] (numeric) 1.6251285243337656 absolute error 1.6251285243337656 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7799999999999148 y[1] (closed_form) 0.0 y[1] (numeric) 1.6350095010895436 absolute error 1.6350095010895436 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7899999999999137 y[1] (closed_form) 0.0 y[1] (numeric) 1.6448913982457087 absolute error 1.6448913982457087 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.7999999999999126 y[1] (closed_form) 0.0 y[1] (numeric) 1.654774207342847 absolute error 1.654774207342847 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8099999999999115 y[1] (closed_form) 0.0 y[1] (numeric) 1.6646579200134126 absolute error 1.6646579200134126 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8199999999999104 y[1] (closed_form) 0.0 y[1] (numeric) 1.6745425279805561 absolute error 1.6745425279805561 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8299999999999093 y[1] (closed_form) 0.0 y[1] (numeric) 1.684428023056977 absolute error 1.684428023056977 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8399999999999082 y[1] (closed_form) 0.0 y[1] (numeric) 1.6943143971437877 absolute error 1.6943143971437877 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.849999999999907 y[1] (closed_form) 0.0 y[1] (numeric) 1.7042016422293964 absolute error 1.7042016422293964 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.859999999999906 y[1] (closed_form) 0.0 y[1] (numeric) 1.7140897503884072 absolute error 1.7140897503884072 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8699999999999048 y[1] (closed_form) 0.0 y[1] (numeric) 1.7239787137805347 absolute error 1.7239787137805347 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8799999999999037 y[1] (closed_form) 0.0 y[1] (numeric) 1.7338685246495336 absolute error 1.7338685246495336 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8899999999999026 y[1] (closed_form) 0.0 y[1] (numeric) 1.743759175322147 absolute error 1.743759175322147 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.8999999999999015 y[1] (closed_form) 0.0 y[1] (numeric) 1.7536506582070674 absolute error 1.7536506582070674 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9099999999999004 y[1] (closed_form) 0.0 y[1] (numeric) 1.7635429657939128 absolute error 1.7635429657939128 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9199999999998993 y[1] (closed_form) 0.0 y[1] (numeric) 1.7734360906522182 absolute error 1.7734360906522182 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9299999999998982 y[1] (closed_form) 0.0 y[1] (numeric) 1.7833300254304436 absolute error 1.7833300254304436 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9399999999998971 y[1] (closed_form) 0.0 y[1] (numeric) 1.793224762854992 absolute error 1.793224762854992 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.949999999999896 y[1] (closed_form) 0.0 y[1] (numeric) 1.8031202957292454 absolute error 1.8031202957292454 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.959999999999895 y[1] (closed_form) 0.0 y[1] (numeric) 1.8130166169326114 absolute error 1.8130166169326114 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9699999999998938 y[1] (closed_form) 0.0 y[1] (numeric) 1.8229137194195868 absolute error 1.8229137194195868 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9799999999998927 y[1] (closed_form) 0.0 y[1] (numeric) 1.832811596218832 absolute error 1.832811596218832 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9899999999998916 y[1] (closed_form) 0.0 y[1] (numeric) 1.842710240432259 absolute error 1.842710240432259 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.9999999999998905 y[1] (closed_form) 0.0 y[1] (numeric) 1.852609645234134 absolute error 1.852609645234134 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0099999999998897 y[1] (closed_form) 0.0 y[1] (numeric) 1.86250980387019 absolute error 1.86250980387019 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0199999999998886 y[1] (closed_form) 0.0 y[1] (numeric) 1.8724107096567542 absolute error 1.8724107096567542 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0299999999998875 y[1] (closed_form) 0.0 y[1] (numeric) 1.8823123559798873 absolute error 1.8823123559798873 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0399999999998863 y[1] (closed_form) 0.0 y[1] (numeric) 1.8922147362945336 absolute error 1.8922147362945336 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0499999999998852 y[1] (closed_form) 0.0 y[1] (numeric) 1.902117844123685 absolute error 1.902117844123685 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.059999999999884 y[1] (closed_form) 0.0 y[1] (numeric) 1.9120216730575545 absolute error 1.9120216730575545 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.069999999999883 y[1] (closed_form) 0.0 y[1] (numeric) 1.9219262167527642 absolute error 1.9219262167527642 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.079999999999882 y[1] (closed_form) 0.0 y[1] (numeric) 1.9318314689315417 absolute error 1.9318314689315417 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.089999999999881 y[1] (closed_form) 0.0 y[1] (numeric) 1.9417374233809295 absolute error 1.9417374233809295 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.0999999999998797 y[1] (closed_form) 0.0 y[1] (numeric) 1.9516440739520045 absolute error 1.9516440739520045 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1099999999998786 y[1] (closed_form) 0.0 y[1] (numeric) 1.961551414559109 absolute error 1.961551414559109 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1199999999998775 y[1] (closed_form) 0.0 y[1] (numeric) 1.9714594391790925 absolute error 1.9714594391790925 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1299999999998764 y[1] (closed_form) 0.0 y[1] (numeric) 1.9813681418505633 absolute error 1.9813681418505633 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1399999999998753 y[1] (closed_form) 0.0 y[1] (numeric) 1.9912775166731491 absolute error 1.9912775166731491 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1499999999998742 y[1] (closed_form) 0.0 y[1] (numeric) 2.001187557806772 absolute error 2.001187557806772 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.159999999999873 y[1] (closed_form) 0.0 y[1] (numeric) 2.0110982594709297 absolute error 2.0110982594709297 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.169999999999872 y[1] (closed_form) 0.0 y[1] (numeric) 2.0210096159439885 absolute error 2.0210096159439885 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.179999999999871 y[1] (closed_form) 0.0 y[1] (numeric) 2.0309216215624826 absolute error 2.0309216215624826 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.18999999999987 y[1] (closed_form) 0.0 y[1] (numeric) 2.04083427072043 absolute error 2.04083427072043 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.1999999999998687 y[1] (closed_form) 0.0 y[1] (numeric) 2.050747557868647 absolute error 2.050747557868647 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.2099999999998676 y[1] (closed_form) 0.0 y[1] (numeric) 2.060661477514086 absolute error 2.060661477514086 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.2199999999998665 y[1] (closed_form) 0.0 y[1] (numeric) 2.0705760242191693 absolute error 2.0705760242191693 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.2299999999998654 y[1] (closed_form) 0.0 y[1] (numeric) 2.080491192601139 absolute error 2.080491192601139 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.2399999999998643 y[1] (closed_form) 0.0 y[1] (numeric) 2.0904069773314133 absolute error 2.0904069773314133 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.249999999999863 y[1] (closed_form) 0.0 y[1] (numeric) 2.1003233731349544 absolute error 2.1003233731349544 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.259999999999862 y[1] (closed_form) 0.0 y[1] (numeric) 2.1102403747896386 absolute error 2.1102403747896386 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.269999999999861 y[1] (closed_form) 0.0 y[1] (numeric) 2.1201579771256434 absolute error 2.1201579771256434 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.27999999999986 y[1] (closed_form) 0.0 y[1] (numeric) 2.1300761750248367 absolute error 2.1300761750248367 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.289999999999859 y[1] (closed_form) 0.0 y[1] (numeric) 2.1399949634201763 absolute error 2.1399949634201763 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.2999999999998577 y[1] (closed_form) 0.0 y[1] (numeric) 2.149914337295115 absolute error 2.149914337295115 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.3099999999998566 y[1] (closed_form) 0.0 y[1] (numeric) 2.1598342916830173 absolute error 2.1598342916830173 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.3199999999998555 y[1] (closed_form) 0.0 y[1] (numeric) 2.1697548216665847 absolute error 2.1697548216665847 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.3299999999998544 y[1] (closed_form) 0.0 y[1] (numeric) 2.179675922377282 absolute error 2.179675922377282 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.3399999999998533 y[1] (closed_form) 0.0 y[1] (numeric) 2.1895975889947783 absolute error 2.1895975889947783 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.349999999999852 y[1] (closed_form) 0.0 y[1] (numeric) 2.1995198167463914 absolute error 2.1995198167463914 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.359999999999851 y[1] (closed_form) 0.0 y[1] (numeric) 2.209442600906541 absolute error 2.209442600906541 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.36999999999985 y[1] (closed_form) 0.0 y[1] (numeric) 2.219365936796208 absolute error 2.219365936796208 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.379999999999849 y[1] (closed_form) 0.0 y[1] (numeric) 2.229289819782404 absolute error 2.229289819782404 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.389999999999848 y[1] (closed_form) 0.0 y[1] (numeric) 2.239214245277646 absolute error 2.239214245277646 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.3999999999998467 y[1] (closed_form) 0.0 y[1] (numeric) 2.2491392087394306 absolute error 2.2491392087394306 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.4099999999998456 y[1] (closed_form) 0.0 y[1] (numeric) 2.259064705669734 absolute error 2.259064705669734 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.4199999999998445 y[1] (closed_form) 0.0 y[1] (numeric) 2.268990731614495 absolute error 2.268990731614495 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.4299999999998434 y[1] (closed_form) 0.0 y[1] (numeric) 2.2789172821631234 absolute error 2.2789172821631234 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.4399999999998423 y[1] (closed_form) 0.0 y[1] (numeric) 2.2888443529480056 absolute error 2.2888443529480056 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.449999999999841 y[1] (closed_form) 0.0 y[1] (numeric) 2.298771939644019 absolute error 2.298771939644019 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.45999999999984 y[1] (closed_form) 0.0 y[1] (numeric) 2.3087000379680513 absolute error 2.3087000379680513 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.469999999999839 y[1] (closed_form) 0.0 y[1] (numeric) 2.318628643678531 absolute error 2.318628643678531 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.479999999999838 y[1] (closed_form) 0.0 y[1] (numeric) 2.3285577525749543 absolute error 2.3285577525749543 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.489999999999837 y[1] (closed_form) 0.0 y[1] (numeric) 2.33848736049743 absolute error 2.33848736049743 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.4999999999998357 y[1] (closed_form) 0.0 y[1] (numeric) 2.348417463326221 absolute error 2.348417463326221 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5099999999998346 y[1] (closed_form) 0.0 y[1] (numeric) 2.358348056981296 absolute error 2.358348056981296 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5199999999998335 y[1] (closed_form) 0.0 y[1] (numeric) 2.3682791374218852 absolute error 2.3682791374218852 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5299999999998324 y[1] (closed_form) 0.0 y[1] (numeric) 2.3782107006460445 absolute error 2.3782107006460445 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5399999999998313 y[1] (closed_form) 0.0 y[1] (numeric) 2.3881427426902198 absolute error 2.3881427426902198 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.54999999999983 y[1] (closed_form) 0.0 y[1] (numeric) 2.3980752596288224 absolute error 2.3980752596288224 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.559999999999829 y[1] (closed_form) 0.0 y[1] (numeric) 2.408008247573811 absolute error 2.408008247573811 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.569999999999828 y[1] (closed_form) 0.0 y[1] (numeric) 2.417941702674269 absolute error 2.417941702674269 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.579999999999827 y[1] (closed_form) 0.0 y[1] (numeric) 2.4278756211159984 absolute error 2.4278756211159984 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5899999999998258 y[1] (closed_form) 0.0 y[1] (numeric) 2.4378099991211144 absolute error 2.4378099991211144 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.5999999999998247 y[1] (closed_form) 0.0 y[1] (numeric) 2.4477448329476443 absolute error 2.4477448329476443 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6099999999998236 y[1] (closed_form) 0.0 y[1] (numeric) 2.4576801188891295 absolute error 2.4576801188891295 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6199999999998225 y[1] (closed_form) 0.0 y[1] (numeric) 2.4676158532742427 absolute error 2.4676158532742427 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6299999999998214 y[1] (closed_form) 0.0 y[1] (numeric) 2.4775520324663938 absolute error 2.4775520324663938 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6399999999998203 y[1] (closed_form) 0.0 y[1] (numeric) 2.487488652863356 absolute error 2.487488652863356 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.649999999999819 y[1] (closed_form) 0.0 y[1] (numeric) 2.497425710896888 absolute error 2.497425710896888 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.659999999999818 y[1] (closed_form) 0.0 y[1] (numeric) 2.507363203032361 absolute error 2.507363203032361 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.669999999999817 y[1] (closed_form) 0.0 y[1] (numeric) 2.5173011257683955 absolute error 2.5173011257683955 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.679999999999816 y[1] (closed_form) 0.0 y[1] (numeric) 2.5272394756364993 absolute error 2.5272394756364993 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6899999999998148 y[1] (closed_form) 0.0 y[1] (numeric) 2.537178249200708 absolute error 2.537178249200708 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.6999999999998137 y[1] (closed_form) 0.0 y[1] (numeric) 2.547117443057235 absolute error 2.547117443057235 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7099999999998126 y[1] (closed_form) 0.0 y[1] (numeric) 2.5570570538341197 absolute error 2.5570570538341197 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7199999999998115 y[1] (closed_form) 0.0 y[1] (numeric) 2.5669970781908873 absolute error 2.5669970781908873 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7299999999998104 y[1] (closed_form) 0.0 y[1] (numeric) 2.5769375128182066 absolute error 2.5769375128182066 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7399999999998093 y[1] (closed_form) 0.0 y[1] (numeric) 2.5868783544375553 absolute error 2.5868783544375553 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.749999999999808 y[1] (closed_form) 0.0 y[1] (numeric) 2.596819599800889 absolute error 2.596819599800889 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.759999999999807 y[1] (closed_form) 0.0 y[1] (numeric) 2.606761245690312 absolute error 2.606761245690312 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.769999999999806 y[1] (closed_form) 0.0 y[1] (numeric) 2.6167032889177557 absolute error 2.6167032889177557 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.779999999999805 y[1] (closed_form) 0.0 y[1] (numeric) 2.6266457263246585 absolute error 2.6266457263246585 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7899999999998037 y[1] (closed_form) 0.0 y[1] (numeric) 2.6365885547816514 absolute error 2.6365885547816514 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.7999999999998026 y[1] (closed_form) 0.0 y[1] (numeric) 2.646531771188245 absolute error 2.646531771188245 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8099999999998015 y[1] (closed_form) 0.0 y[1] (numeric) 2.656475372472523 absolute error 2.656475372472523 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8199999999998004 y[1] (closed_form) 0.0 y[1] (numeric) 2.6664193555908344 absolute error 2.6664193555908344 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8299999999997993 y[1] (closed_form) 0.0 y[1] (numeric) 2.676363717527502 absolute error 2.676363717527502 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8399999999997982 y[1] (closed_form) 0.0 y[1] (numeric) 2.6863084552945162 absolute error 2.6863084552945162 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.849999999999797 y[1] (closed_form) 0.0 y[1] (numeric) 2.696253565931246 absolute error 2.696253565931246 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.859999999999796 y[1] (closed_form) 0.0 y[1] (numeric) 2.706199046504149 absolute error 2.706199046504149 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.869999999999795 y[1] (closed_form) 0.0 y[1] (numeric) 2.7161448941064887 absolute error 2.7161448941064887 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.879999999999794 y[1] (closed_form) 0.0 y[1] (numeric) 2.726091105858046 absolute error 2.726091105858046 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8899999999997927 y[1] (closed_form) 0.0 y[1] (numeric) 2.736037678904845 absolute error 2.736037678904845 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.8999999999997916 y[1] (closed_form) 0.0 y[1] (numeric) 2.745984610418873 absolute error 2.745984610418873 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9099999999997905 y[1] (closed_form) 0.0 y[1] (numeric) 2.755931897597813 absolute error 2.755931897597813 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9199999999997894 y[1] (closed_form) 0.0 y[1] (numeric) 2.76587953766477 absolute error 2.76587953766477 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9299999999997883 y[1] (closed_form) 0.0 y[1] (numeric) 2.775827527868008 absolute error 2.775827527868008 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9399999999997872 y[1] (closed_form) 0.0 y[1] (numeric) 2.785775865480685 absolute error 2.785775865480685 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.949999999999786 y[1] (closed_form) 0.0 y[1] (numeric) 2.7957245478005963 absolute error 2.7957245478005963 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.959999999999785 y[1] (closed_form) 0.0 y[1] (numeric) 2.8056735721499146 absolute error 2.8056735721499146 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.969999999999784 y[1] (closed_form) 0.0 y[1] (numeric) 2.8156229358749387 absolute error 2.8156229358749387 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.979999999999783 y[1] (closed_form) 0.0 y[1] (numeric) 2.8255726363458433 absolute error 2.8255726363458433 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9899999999997817 y[1] (closed_form) 0.0 y[1] (numeric) 2.835522670956428 absolute error 2.835522670956428 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 2.9999999999997806 y[1] (closed_form) 0.0 y[1] (numeric) 2.8454730371238774 absolute error 2.8454730371238774 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.0099999999997795 y[1] (closed_form) 0.0 y[1] (numeric) 2.8554237322885156 absolute error 2.8554237322885156 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.0199999999997784 y[1] (closed_form) 0.0 y[1] (numeric) 2.865374753913572 absolute error 2.865374753913572 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.0299999999997773 y[1] (closed_form) 0.0 y[1] (numeric) 2.875326099484942 absolute error 2.875326099484942 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.039999999999776 y[1] (closed_form) 0.0 y[1] (numeric) 2.885277766510951 absolute error 2.885277766510951 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.049999999999775 y[1] (closed_form) 0.0 y[1] (numeric) 2.895229752522131 absolute error 2.895229752522131 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.059999999999774 y[1] (closed_form) 0.0 y[1] (numeric) 2.905182055070985 absolute error 2.905182055070985 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.069999999999773 y[1] (closed_form) 0.0 y[1] (numeric) 2.9151346717317685 absolute error 2.9151346717317685 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.079999999999772 y[1] (closed_form) 0.0 y[1] (numeric) 2.9250876001002655 absolute error 2.9250876001002655 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.0899999999997707 y[1] (closed_form) 0.0 y[1] (numeric) 2.9350408377935655 absolute error 2.9350408377935655 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.0999999999997696 y[1] (closed_form) 0.0 y[1] (numeric) 2.944994382449848 absolute error 2.944994382449848 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.1099999999997685 y[1] (closed_form) 0.0 y[1] (numeric) 2.9549482317281672 absolute error 2.9549482317281672 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.1199999999997674 y[1] (closed_form) 0.0 y[1] (numeric) 2.9649023833082437 absolute error 2.9649023833082437 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.1299999999997663 y[1] (closed_form) 0.0 y[1] (numeric) 2.974856834890249 absolute error 2.974856834890249 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.139999999999765 y[1] (closed_form) 0.0 y[1] (numeric) 2.9848115841945995 absolute error 2.9848115841945995 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.149999999999764 y[1] (closed_form) 0.0 y[1] (numeric) 2.9947666289617554 absolute error 2.9947666289617554 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.159999999999763 y[1] (closed_form) 0.0 y[1] (numeric) 3.004721966952013 absolute error 3.004721966952013 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.169999999999762 y[1] (closed_form) 0.0 y[1] (numeric) 3.0146775959453085 absolute error 3.0146775959453085 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.179999999999761 y[1] (closed_form) 0.0 y[1] (numeric) 3.024633513741016 absolute error 3.024633513741016 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.1899999999997597 y[1] (closed_form) 0.0 y[1] (numeric) 3.034589718157756 absolute error 3.034589718157756 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.1999999999997586 y[1] (closed_form) 0.0 y[1] (numeric) 3.0445462070331977 absolute error 3.0445462070331977 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.2099999999997575 y[1] (closed_form) 0.0 y[1] (numeric) 3.0545029782238724 absolute error 3.0545029782238724 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.2199999999997564 y[1] (closed_form) 0.0 y[1] (numeric) 3.0644600296049798 absolute error 3.0644600296049798 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.2299999999997553 y[1] (closed_form) 0.0 y[1] (numeric) 3.074417359070206 absolute error 3.074417359070206 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.239999999999754 y[1] (closed_form) 0.0 y[1] (numeric) 3.084374964531533 absolute error 3.084374964531533 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.249999999999753 y[1] (closed_form) 0.0 y[1] (numeric) 3.09433284391906 absolute error 3.09433284391906 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.259999999999752 y[1] (closed_form) 0.0 y[1] (numeric) 3.104290995180825 absolute error 3.104290995180825 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.269999999999751 y[1] (closed_form) 0.0 y[1] (numeric) 3.11424941628262 absolute error 3.11424941628262 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.27999999999975 y[1] (closed_form) 0.0 y[1] (numeric) 3.1242081052078197 absolute error 3.1242081052078197 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.2899999999997487 y[1] (closed_form) 0.0 y[1] (numeric) 3.1341670599572033 absolute error 3.1341670599572033 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.2999999999997476 y[1] (closed_form) 0.0 y[1] (numeric) 3.144126278548786 absolute error 3.144126278548786 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3099999999997465 y[1] (closed_form) 0.0 y[1] (numeric) 3.154085759017643 absolute error 3.154085759017643 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3199999999997454 y[1] (closed_form) 0.0 y[1] (numeric) 3.164045499415748 absolute error 3.164045499415748 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3299999999997443 y[1] (closed_form) 0.0 y[1] (numeric) 3.174005497811801 absolute error 3.174005497811801 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.339999999999743 y[1] (closed_form) 0.0 y[1] (numeric) 3.1839657522910643 absolute error 3.1839657522910643 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.349999999999742 y[1] (closed_form) 0.0 y[1] (numeric) 3.193926260955201 absolute error 3.193926260955201 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.359999999999741 y[1] (closed_form) 0.0 y[1] (numeric) 3.203887021922113 absolute error 3.203887021922113 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.36999999999974 y[1] (closed_form) 0.0 y[1] (numeric) 3.2138480333257813 absolute error 3.2138480333257813 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3799999999997388 y[1] (closed_form) 0.0 y[1] (numeric) 3.2238092933161084 absolute error 3.2238092933161084 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3899999999997377 y[1] (closed_form) 0.0 y[1] (numeric) 3.2337708000587644 absolute error 3.2337708000587644 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.3999999999997366 y[1] (closed_form) 0.0 y[1] (numeric) 3.2437325517350293 absolute error 3.2437325517350293 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4099999999997355 y[1] (closed_form) 0.0 y[1] (numeric) 3.253694546541644 absolute error 3.253694546541644 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4199999999997344 y[1] (closed_form) 0.0 y[1] (numeric) 3.263656782690657 absolute error 3.263656782690657 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4299999999997333 y[1] (closed_form) 0.0 y[1] (numeric) 3.273619258409278 absolute error 3.273619258409278 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.439999999999732 y[1] (closed_form) 0.0 y[1] (numeric) 3.283581971939729 absolute error 3.283581971939729 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.449999999999731 y[1] (closed_form) 0.0 y[1] (numeric) 3.2935449215390973 absolute error 3.2935449215390973 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.45999999999973 y[1] (closed_form) 0.0 y[1] (numeric) 3.303508105479194 absolute error 3.303508105479194 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.469999999999729 y[1] (closed_form) 0.0 y[1] (numeric) 3.31347152204641 absolute error 3.31347152204641 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4799999999997278 y[1] (closed_form) 0.0 y[1] (numeric) 3.323435169541575 absolute error 3.323435169541575 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4899999999997267 y[1] (closed_form) 0.0 y[1] (numeric) 3.3333990462798186 absolute error 3.3333990462798186 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.4999999999997256 y[1] (closed_form) 0.0 y[1] (numeric) 3.343363150590432 absolute error 3.343363150590432 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5099999999997245 y[1] (closed_form) 0.0 y[1] (numeric) 3.3533274808167324 absolute error 3.3533274808167324 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5199999999997234 y[1] (closed_form) 0.0 y[1] (numeric) 3.3632920353159257 absolute error 3.3632920353159257 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5299999999997222 y[1] (closed_form) 0.0 y[1] (numeric) 3.373256812458977 absolute error 3.373256812458977 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.539999999999721 y[1] (closed_form) 0.0 y[1] (numeric) 3.3832218106304754 absolute error 3.3832218106304754 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.54999999999972 y[1] (closed_form) 0.0 y[1] (numeric) 3.3931870282285046 absolute error 3.3931870282285046 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.559999999999719 y[1] (closed_form) 0.0 y[1] (numeric) 3.4031524636645143 absolute error 3.4031524636645143 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.569999999999718 y[1] (closed_form) 0.0 y[1] (numeric) 3.4131181153631918 absolute error 3.4131181153631918 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5799999999997167 y[1] (closed_form) 0.0 y[1] (numeric) 3.4230839817623364 absolute error 3.4230839817623364 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5899999999997156 y[1] (closed_form) 0.0 y[1] (numeric) 3.4330500613127337 absolute error 3.4330500613127337 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.5999999999997145 y[1] (closed_form) 0.0 y[1] (numeric) 3.4430163524780326 absolute error 3.4430163524780326 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6099999999997134 y[1] (closed_form) 0.0 y[1] (numeric) 3.452982853734622 absolute error 3.452982853734622 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6199999999997123 y[1] (closed_form) 0.0 y[1] (numeric) 3.462949563571512 absolute error 3.462949563571512 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6299999999997112 y[1] (closed_form) 0.0 y[1] (numeric) 3.472916480490212 absolute error 3.472916480490212 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.63999999999971 y[1] (closed_form) 0.0 y[1] (numeric) 3.482883603004614 absolute error 3.482883603004614 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.649999999999709 y[1] (closed_form) 0.0 y[1] (numeric) 3.4928509296408747 absolute error 3.4928509296408747 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.659999999999708 y[1] (closed_form) 0.0 y[1] (numeric) 3.5028184589373 absolute error 3.5028184589373 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.669999999999707 y[1] (closed_form) 0.0 y[1] (numeric) 3.51278618944423 absolute error 3.51278618944423 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6799999999997057 y[1] (closed_form) 0.0 y[1] (numeric) 3.5227541197239267 absolute error 3.5227541197239267 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6899999999997046 y[1] (closed_form) 0.0 y[1] (numeric) 3.532722248350462 absolute error 3.532722248350462 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.6999999999997035 y[1] (closed_form) 0.0 y[1] (numeric) 3.5426905739096046 absolute error 3.5426905739096046 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7099999999997024 y[1] (closed_form) 0.0 y[1] (numeric) 3.5526590949987122 absolute error 3.5526590949987122 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7199999999997013 y[1] (closed_form) 0.0 y[1] (numeric) 3.562627810226622 absolute error 3.562627810226622 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7299999999997 y[1] (closed_form) 0.0 y[1] (numeric) 3.572596718213545 absolute error 3.572596718213545 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.739999999999699 y[1] (closed_form) 0.0 y[1] (numeric) 3.582565817590957 absolute error 3.582565817590957 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.749999999999698 y[1] (closed_form) 0.0 y[1] (numeric) 3.5925351070014964 absolute error 3.5925351070014964 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.759999999999697 y[1] (closed_form) 0.0 y[1] (numeric) 3.602504585098858 absolute error 3.602504585098858 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.769999999999696 y[1] (closed_form) 0.0 y[1] (numeric) 3.6124742505476903 absolute error 3.6124742505476903 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7799999999996947 y[1] (closed_form) 0.0 y[1] (numeric) 3.622444102023495 absolute error 3.622444102023495 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7899999999996936 y[1] (closed_form) 0.0 y[1] (numeric) 3.6324141382125257 absolute error 3.6324141382125257 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.7999999999996925 y[1] (closed_form) 0.0 y[1] (numeric) 3.6423843578116877 absolute error 3.6423843578116877 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.8099999999996914 y[1] (closed_form) 0.0 y[1] (numeric) 3.6523547595284365 absolute error 3.6523547595284365 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.8199999999996903 y[1] (closed_form) 0.0 y[1] (numeric) 3.662325342080689 absolute error 3.662325342080689 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.829999999999689 y[1] (closed_form) 0.0 y[1] (numeric) 3.672296104196716 absolute error 3.672296104196716 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.839999999999688 y[1] (closed_form) 0.0 y[1] (numeric) 3.6822670446150547 absolute error 3.6822670446150547 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.849999999999687 y[1] (closed_form) 0.0 y[1] (numeric) 3.69223816208441 absolute error 3.69223816208441 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.859999999999686 y[1] (closed_form) 0.0 y[1] (numeric) 3.7022094553635636 absolute error 3.7022094553635636 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.869999999999685 y[1] (closed_form) 0.0 y[1] (numeric) 3.7121809232212772 absolute error 3.7121809232212772 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.8799999999996837 y[1] (closed_form) 0.0 y[1] (numeric) 3.7221525644362057 absolute error 3.7221525644362057 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.8899999999996826 y[1] (closed_form) 0.0 y[1] (numeric) 3.7321243777968047 absolute error 3.7321243777968047 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.8999999999996815 y[1] (closed_form) 0.0 y[1] (numeric) 3.7420963621012375 absolute error 3.7420963621012375 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.9099999999996804 y[1] (closed_form) 0.0 y[1] (numeric) 3.7520685161572924 absolute error 3.7520685161572924 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.9199999999996793 y[1] (closed_form) 0.0 y[1] (numeric) 3.7620408387822906 absolute error 3.7620408387822906 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.929999999999678 y[1] (closed_form) 0.0 y[1] (numeric) 3.772013328803 absolute error 3.772013328803 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.939999999999677 y[1] (closed_form) 0.0 y[1] (numeric) 3.7819859850555484 absolute error 3.7819859850555484 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.949999999999676 y[1] (closed_form) 0.0 y[1] (numeric) 3.7919588063853404 absolute error 3.7919588063853404 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.959999999999675 y[1] (closed_form) 0.0 y[1] (numeric) 3.8019317916469717 absolute error 3.8019317916469717 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.969999999999674 y[1] (closed_form) 0.0 y[1] (numeric) 3.811904939704146 absolute error 3.811904939704146 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.9799999999996727 y[1] (closed_form) 0.0 y[1] (numeric) 3.8218782494295906 absolute error 3.8218782494295906 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.9899999999996716 y[1] (closed_form) 0.0 y[1] (numeric) 3.8318517197049786 absolute error 3.8318517197049786 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 3.9999999999996705 y[1] (closed_form) 0.0 y[1] (numeric) 3.8418253494208465 absolute error 3.8418253494208465 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.009999999999674 y[1] (closed_form) 0.0 y[1] (numeric) 3.8517991374765104 absolute error 3.8517991374765104 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.019999999999677 y[1] (closed_form) 0.0 y[1] (numeric) 3.861773082779991 absolute error 3.861773082779991 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.0299999999996805 y[1] (closed_form) 0.0 y[1] (numeric) 3.871747184247934 absolute error 3.871747184247934 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.039999999999684 y[1] (closed_form) 0.0 y[1] (numeric) 3.881721440805532 absolute error 3.881721440805532 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.049999999999687 y[1] (closed_form) 0.0 y[1] (numeric) 3.8916958513864484 absolute error 3.8916958513864484 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.0599999999996905 y[1] (closed_form) 0.0 y[1] (numeric) 3.9016704149327404 absolute error 3.9016704149327404 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.069999999999694 y[1] (closed_form) 0.0 y[1] (numeric) 3.911645130394785 absolute error 3.911645130394785 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.079999999999697 y[1] (closed_form) 0.0 y[1] (numeric) 3.921619996731202 absolute error 3.921619996731202 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.0899999999997005 y[1] (closed_form) 0.0 y[1] (numeric) 3.931595012908785 absolute error 3.931595012908785 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.099999999999704 y[1] (closed_form) 0.0 y[1] (numeric) 3.9415701779024217 absolute error 3.9415701779024217 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.109999999999707 y[1] (closed_form) 0.0 y[1] (numeric) 3.9515454906950267 absolute error 3.9515454906950267 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.119999999999711 y[1] (closed_form) 0.0 y[1] (numeric) 3.961520950277469 absolute error 3.961520950277469 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.129999999999714 y[1] (closed_form) 0.0 y[1] (numeric) 3.9714965556485 absolute error 3.9714965556485 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.139999999999717 y[1] (closed_form) 0.0 y[1] (numeric) 3.9814723058146835 absolute error 3.9814723058146835 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.149999999999721 y[1] (closed_form) 0.0 y[1] (numeric) 3.9914481997903275 absolute error 3.9914481997903275 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.159999999999724 y[1] (closed_form) 0.0 y[1] (numeric) 4.001424236597415 absolute error 4.001424236597415 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.169999999999727 y[1] (closed_form) 0.0 y[1] (numeric) 4.011400415265534 absolute error 4.011400415265534 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.179999999999731 y[1] (closed_form) 0.0 y[1] (numeric) 4.021376734831815 absolute error 4.021376734831815 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.189999999999734 y[1] (closed_form) 0.0 y[1] (numeric) 4.0313531943408565 absolute error 4.0313531943408565 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.199999999999737 y[1] (closed_form) 0.0 y[1] (numeric) 4.041329792844668 absolute error 4.041329792844668 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.209999999999741 y[1] (closed_form) 0.0 y[1] (numeric) 4.0513065294025985 absolute error 4.0513065294025985 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.219999999999744 y[1] (closed_form) 0.0 y[1] (numeric) 4.061283403081272 absolute error 4.061283403081272 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.229999999999747 y[1] (closed_form) 0.0 y[1] (numeric) 4.071260412954531 absolute error 4.071260412954531 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.239999999999751 y[1] (closed_form) 0.0 y[1] (numeric) 4.08123755810336 absolute error 4.08123755810336 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.249999999999754 y[1] (closed_form) 0.0 y[1] (numeric) 4.091214837615833 absolute error 4.091214837615833 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.259999999999757 y[1] (closed_form) 0.0 y[1] (numeric) 4.101192250587049 absolute error 4.101192250587049 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.269999999999761 y[1] (closed_form) 0.0 y[1] (numeric) 4.111169796119071 absolute error 4.111169796119071 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.279999999999764 y[1] (closed_form) 0.0 y[1] (numeric) 4.1211474733208595 absolute error 4.1211474733208595 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.289999999999767 y[1] (closed_form) 0.0 y[1] (numeric) 4.1311252813082175 absolute error 4.1311252813082175 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.299999999999771 y[1] (closed_form) 0.0 y[1] (numeric) 4.141103219203732 absolute error 4.141103219203732 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.309999999999774 y[1] (closed_form) 0.0 y[1] (numeric) 4.151081286136713 absolute error 4.151081286136713 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.319999999999777 y[1] (closed_form) 0.0 y[1] (numeric) 4.161059481243131 absolute error 4.161059481243131 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.329999999999781 y[1] (closed_form) 0.0 y[1] (numeric) 4.171037803665567 absolute error 4.171037803665567 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.339999999999784 y[1] (closed_form) 0.0 y[1] (numeric) 4.181016252553145 absolute error 4.181016252553145 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.349999999999787 y[1] (closed_form) 0.0 y[1] (numeric) 4.190994827061487 absolute error 4.190994827061487 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.359999999999791 y[1] (closed_form) 0.0 y[1] (numeric) 4.200973526352645 absolute error 4.200973526352645 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.369999999999794 y[1] (closed_form) 0.0 y[1] (numeric) 4.210952349595056 absolute error 4.210952349595056 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.379999999999797 y[1] (closed_form) 0.0 y[1] (numeric) 4.220931295963476 absolute error 4.220931295963476 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.389999999999801 y[1] (closed_form) 0.0 y[1] (numeric) 4.230910364638935 absolute error 4.230910364638935 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.399999999999804 y[1] (closed_form) 0.0 y[1] (numeric) 4.240889554808677 absolute error 4.240889554808677 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.409999999999807 y[1] (closed_form) 0.0 y[1] (numeric) 4.250868865666111 absolute error 4.250868865666111 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.419999999999811 y[1] (closed_form) 0.0 y[1] (numeric) 4.26084829641075 absolute error 4.26084829641075 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.429999999999814 y[1] (closed_form) 0.0 y[1] (numeric) 4.270827846248167 absolute error 4.270827846248167 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.439999999999817 y[1] (closed_form) 0.0 y[1] (numeric) 4.280807514389939 absolute error 4.280807514389939 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.449999999999821 y[1] (closed_form) 0.0 y[1] (numeric) 4.290787300053595 absolute error 4.290787300053595 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.459999999999824 y[1] (closed_form) 0.0 y[1] (numeric) 4.300767202462567 absolute error 4.300767202462567 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.4699999999998274 y[1] (closed_form) 0.0 y[1] (numeric) 4.31074722084614 absolute error 4.31074722084614 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.479999999999831 y[1] (closed_form) 0.0 y[1] (numeric) 4.320727354439395 absolute error 4.320727354439395 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.489999999999834 y[1] (closed_form) 0.0 y[1] (numeric) 4.330707602483171 absolute error 4.330707602483171 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.4999999999998375 y[1] (closed_form) 0.0 y[1] (numeric) 4.340687964224006 absolute error 4.340687964224006 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.509999999999841 y[1] (closed_form) 0.0 y[1] (numeric) 4.350668438914094 absolute error 4.350668438914094 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.519999999999844 y[1] (closed_form) 0.0 y[1] (numeric) 4.360649025811232 absolute error 4.360649025811232 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.5299999999998475 y[1] (closed_form) 0.0 y[1] (numeric) 4.3706297241787775 absolute error 4.3706297241787775 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.539999999999851 y[1] (closed_form) 0.0 y[1] (numeric) 4.3806105332856 absolute error 4.3806105332856 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.549999999999854 y[1] (closed_form) 0.0 y[1] (numeric) 4.3905914524060305 absolute error 4.3905914524060305 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.5599999999998575 y[1] (closed_form) 0.0 y[1] (numeric) 4.400572480819821 absolute error 4.400572480819821 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.569999999999861 y[1] (closed_form) 0.0 y[1] (numeric) 4.4105536178120905 absolute error 4.4105536178120905 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.579999999999864 y[1] (closed_form) 0.0 y[1] (numeric) 4.420534862673288 absolute error 4.420534862673288 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.5899999999998675 y[1] (closed_form) 0.0 y[1] (numeric) 4.430516214699145 absolute error 4.430516214699145 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.599999999999871 y[1] (closed_form) 0.0 y[1] (numeric) 4.4404976731906265 absolute error 4.4404976731906265 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.609999999999874 y[1] (closed_form) 0.0 y[1] (numeric) 4.450479237453894 absolute error 4.450479237453894 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.6199999999998775 y[1] (closed_form) 0.0 y[1] (numeric) 4.460460906800256 absolute error 4.460460906800256 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.629999999999881 y[1] (closed_form) 0.0 y[1] (numeric) 4.4704426805461255 absolute error 4.4704426805461255 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.639999999999884 y[1] (closed_form) 0.0 y[1] (numeric) 4.480424558012981 absolute error 4.480424558012981 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.649999999999888 y[1] (closed_form) 0.0 y[1] (numeric) 4.490406538527319 absolute error 4.490406538527319 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.659999999999891 y[1] (closed_form) 0.0 y[1] (numeric) 4.500388621420614 absolute error 4.500388621420614 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.669999999999894 y[1] (closed_form) 0.0 y[1] (numeric) 4.51037080602928 absolute error 4.51037080602928 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.679999999999898 y[1] (closed_form) 0.0 y[1] (numeric) 4.520353091694622 absolute error 4.520353091694622 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.689999999999901 y[1] (closed_form) 0.0 y[1] (numeric) 4.530335477762801 absolute error 4.530335477762801 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.699999999999904 y[1] (closed_form) 0.0 y[1] (numeric) 4.540317963584791 absolute error 4.540317963584791 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.709999999999908 y[1] (closed_form) 0.0 y[1] (numeric) 4.550300548516343 absolute error 4.550300548516343 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.719999999999911 y[1] (closed_form) 0.0 y[1] (numeric) 4.560283231917937 absolute error 4.560283231917937 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.729999999999914 y[1] (closed_form) 0.0 y[1] (numeric) 4.570266013154751 absolute error 4.570266013154751 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.739999999999918 y[1] (closed_form) 0.0 y[1] (numeric) 4.580248891596614 absolute error 4.580248891596614 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.749999999999921 y[1] (closed_form) 0.0 y[1] (numeric) 4.5902318666179776 absolute error 4.5902318666179776 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.759999999999924 y[1] (closed_form) 0.0 y[1] (numeric) 4.600214937597866 absolute error 4.600214937597866 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.769999999999928 y[1] (closed_form) 0.0 y[1] (numeric) 4.610198103919846 absolute error 4.610198103919846 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.779999999999931 y[1] (closed_form) 0.0 y[1] (numeric) 4.620181364971986 absolute error 4.620181364971986 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.789999999999934 y[1] (closed_form) 0.0 y[1] (numeric) 4.630164720146821 absolute error 4.630164720146821 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.799999999999938 y[1] (closed_form) 0.0 y[1] (numeric) 4.640148168841317 absolute error 4.640148168841317 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.809999999999941 y[1] (closed_form) 0.0 y[1] (numeric) 4.650131710456828 absolute error 4.650131710456828 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.819999999999944 y[1] (closed_form) 0.0 y[1] (numeric) 4.660115344399063 absolute error 4.660115344399063 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.829999999999948 y[1] (closed_form) 0.0 y[1] (numeric) 4.670099070078056 absolute error 4.670099070078056 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.839999999999951 y[1] (closed_form) 0.0 y[1] (numeric) 4.680082886908121 absolute error 4.680082886908121 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.849999999999954 y[1] (closed_form) 0.0 y[1] (numeric) 4.690066794307824 absolute error 4.690066794307824 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.859999999999958 y[1] (closed_form) 0.0 y[1] (numeric) 4.700050791699946 absolute error 4.700050791699946 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.869999999999961 y[1] (closed_form) 0.0 y[1] (numeric) 4.710034878511442 absolute error 4.710034878511442 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.879999999999964 y[1] (closed_form) 0.0 y[1] (numeric) 4.720019054173417 absolute error 4.720019054173417 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.889999999999968 y[1] (closed_form) 0.0 y[1] (numeric) 4.730003318121086 absolute error 4.730003318121086 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.899999999999971 y[1] (closed_form) 0.0 y[1] (numeric) 4.739987669793745 absolute error 4.739987669793745 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.909999999999974 y[1] (closed_form) 0.0 y[1] (numeric) 4.749972108634732 absolute error 4.749972108634732 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.919999999999978 y[1] (closed_form) 0.0 y[1] (numeric) 4.759956634091397 absolute error 4.759956634091397 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.929999999999981 y[1] (closed_form) 0.0 y[1] (numeric) 4.769941245615067 absolute error 4.769941245615067 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.939999999999984 y[1] (closed_form) 0.0 y[1] (numeric) 4.779925942661016 absolute error 4.779925942661016 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.949999999999988 y[1] (closed_form) 0.0 y[1] (numeric) 4.789910724688435 absolute error 4.789910724688435 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.959999999999991 y[1] (closed_form) 0.0 y[1] (numeric) 4.7998955911603955 absolute error 4.7998955911603955 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.969999999999994 y[1] (closed_form) 0.0 y[1] (numeric) 4.809880541543823 absolute error 4.809880541543823 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.979999999999998 y[1] (closed_form) 0.0 y[1] (numeric) 4.819865575309458 absolute error 4.819865575309458 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 TOP MAIN SOLVE Loop x[1] 4.990000000000001 y[1] (closed_form) 0.0 y[1] (numeric) 4.829850691931831 absolute error 4.829850691931831 relative error -1% Desired digits 8 Estimated correct digits 12 Correct digits -16 h 0.001 Finished! diff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; Iterations 4900 Total Elapsed Time 3 Seconds Elapsed Time(since restart) 3 Seconds Time to Timeout 2 Minutes 57.0 Seconds Percent Done 100.0204081632654%