##############ECHO OF PROBLEM################# ##############temp/mtest8postode.ode################# diff ( y2 , x , 4 ) = y1 - 1.0; diff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=30 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=0.1 x_end=5.1 $array_y1_init[0 + 1] = exact_soln_y1(x_start) $array_y2_init[0 + 1] = exact_soln_y2(x_start) $array_y2_init[1 + 1] = exact_soln_y2p(x_start) $array_y2_init[2 + 1] = exact_soln_y2pp(x_start) $array_y2_init[3 + 1] = exact_soln_y2ppp(x_start) $glob_h=0.00001 $glob_look_poles=true $glob_max_iter=20 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=10 $glob_display_interval=0.001 $glob_look_poles=true $glob_max_iter=10000000 $glob_max_minutes=3 $glob_subiter_method=3 #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y1 (x) return(1.0 + sin(x)) end def exact_soln_y2 (x) return(1.0 + sin(x)) end def exact_soln_y2p (x) return( cos(x)) end def exact_soln_y2pp (x) return( -sin(x)) end def exact_soln_y2ppp (x) return( -cos(x)) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size 0.0 min_size 1.0 opt_iter 1 $glob_desired_digits_correct 10 desired_abs_gbl_error 1.0e-10 range 5.0 estimated_steps 5000.0 step_error 2.0e-14 est_needed_step_err 2.0e-14 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 value3 2.475922558289147e-106 max_value3 2.475922558289147e-106 value3 2.475922558289147e-106 best_h 0.001 START of Soultion x[1] 0.1 y2[1] (analytic) 1.0998334166468282 y2[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.0998334166468282 y1[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 x[1] 0.1 y2[1] (analytic) 1.0998334166468282 y2[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.0998334166468282 y1[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.1 y2[1] (analytic) 1.0998334166468282 y2[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.0998334166468282 y1[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.101 y2[1] (analytic) 1.100828370729568 y2[1] (numeric) 1.100828370729568 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.100828370729568 y1[1] (numeric) 1.100828370729568 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10200000000000001 y2[1] (analytic) 1.1018232239839456 y2[1] (numeric) 1.1018232239839456 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1018232239839456 y1[1] (numeric) 1.1018232239839456 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10300000000000001 y2[1] (analytic) 1.1028179754151075 y2[1] (numeric) 1.1028179754151077 absolute error 2.220446049250313e-16 relative error 2.0134293226536532e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1028179754151075 y1[1] (numeric) 1.1028179754151077 absolute error 2.220446049250313e-16 relative error 2.0134293226536532e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10400000000000001 y2[1] (analytic) 1.1038126240283028 y2[1] (numeric) 1.1038126240283028 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1038126240283028 y1[1] (numeric) 1.1038126240283028 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10500000000000001 y2[1] (analytic) 1.1048071688288825 y2[1] (numeric) 1.1048071688288825 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1048071688288825 y1[1] (numeric) 1.1048071688288825 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10600000000000001 y2[1] (analytic) 1.1058016088223022 y2[1] (numeric) 1.1058016088223022 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1058016088223022 y1[1] (numeric) 1.1058016088223022 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10700000000000001 y2[1] (analytic) 1.1067959430141219 y2[1] (numeric) 1.1067959430141219 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1067959430141219 y1[1] (numeric) 1.1067959430141219 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10800000000000001 y2[1] (analytic) 1.1077901704100075 y2[1] (numeric) 1.1077901704100075 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1077901704100075 y1[1] (numeric) 1.1077901704100075 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10900000000000001 y2[1] (analytic) 1.1087842900157316 y2[1] (numeric) 1.1087842900157316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1087842900157316 y1[1] (numeric) 1.1087842900157316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11000000000000001 y2[1] (analytic) 1.1097783008371749 y2[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1097783008371749 y1[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11100000000000002 y2[1] (analytic) 1.1107722018803263 y2[1] (numeric) 1.1107722018803263 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1107722018803263 y1[1] (numeric) 1.1107722018803263 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11200000000000002 y2[1] (analytic) 1.1117659921512852 y2[1] (numeric) 1.1117659921512852 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1117659921512852 y1[1] (numeric) 1.1117659921512852 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11300000000000002 y2[1] (analytic) 1.1127596706562612 y2[1] (numeric) 1.1127596706562612 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1127596706562612 y1[1] (numeric) 1.1127596706562612 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11400000000000002 y2[1] (analytic) 1.113753236401576 y2[1] (numeric) 1.113753236401576 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.113753236401576 y1[1] (numeric) 1.113753236401576 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11500000000000002 y2[1] (analytic) 1.1147466883936639 y2[1] (numeric) 1.1147466883936639 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1147466883936639 y1[1] (numeric) 1.1147466883936639 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11600000000000002 y2[1] (analytic) 1.1157400256390728 y2[1] (numeric) 1.1157400256390728 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1157400256390728 y1[1] (numeric) 1.1157400256390728 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11700000000000002 y2[1] (analytic) 1.1167332471444658 y2[1] (numeric) 1.1167332471444658 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1167332471444658 y1[1] (numeric) 1.1167332471444658 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11800000000000002 y2[1] (analytic) 1.1177263519166214 y2[1] (numeric) 1.1177263519166214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1177263519166214 y1[1] (numeric) 1.1177263519166214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11900000000000002 y2[1] (analytic) 1.118719338962435 y2[1] (numeric) 1.1187193389624348 absolute error 2.220446049250313e-16 relative error 1.9848106418806373e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.118719338962435 y1[1] (numeric) 1.1187193389624348 absolute error 2.220446049250313e-16 relative error 1.9848106418806373e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12000000000000002 y2[1] (analytic) 1.1197122072889194 y2[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1197122072889194 y1[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12100000000000002 y2[1] (analytic) 1.1207049559032065 y2[1] (numeric) 1.1207049559032063 absolute error 2.220446049250313e-16 relative error 1.9812940395724362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1207049559032065 y1[1] (numeric) 1.1207049559032063 absolute error 2.220446049250313e-16 relative error 1.9812940395724362e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12200000000000003 y2[1] (analytic) 1.1216975838125478 y2[1] (numeric) 1.1216975838125476 absolute error 2.220446049250313e-16 relative error 1.9795407258551984e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1216975838125478 y1[1] (numeric) 1.1216975838125476 absolute error 2.220446049250313e-16 relative error 1.9795407258551984e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12300000000000003 y2[1] (analytic) 1.1226900900243153 y2[1] (numeric) 1.122690090024315 absolute error 2.220446049250313e-16 relative error 1.977790726915762e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1226900900243153 y1[1] (numeric) 1.122690090024315 absolute error 2.220446049250313e-16 relative error 1.977790726915762e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12400000000000003 y2[1] (analytic) 1.1236824735460031 y2[1] (numeric) 1.123682473546003 absolute error 2.220446049250313e-16 relative error 1.976044035147451e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1236824735460031 y1[1] (numeric) 1.123682473546003 absolute error 2.220446049250313e-16 relative error 1.976044035147451e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12500000000000003 y2[1] (analytic) 1.1246747333852278 y2[1] (numeric) 1.1246747333852274 absolute error 4.440892098500626e-16 relative error 3.9486012859324324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1246747333852278 y1[1] (numeric) 1.1246747333852274 absolute error 4.440892098500626e-16 relative error 3.9486012859324324e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12600000000000003 y2[1] (analytic) 1.1256668685497293 y2[1] (numeric) 1.1256668685497289 absolute error 4.440892098500626e-16 relative error 3.9451210856211125e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1256668685497293 y1[1] (numeric) 1.1256668685497289 absolute error 4.440892098500626e-16 relative error 3.9451210856211125e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12700000000000003 y2[1] (analytic) 1.1266588780473727 y2[1] (numeric) 1.1266588780473723 absolute error 4.440892098500626e-16 relative error 3.9416474542828746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1266588780473727 y1[1] (numeric) 1.1266588780473723 absolute error 4.440892098500626e-16 relative error 3.9416474542828746e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12800000000000003 y2[1] (analytic) 1.1276507608861488 y2[1] (numeric) 1.1276507608861484 absolute error 4.440892098500626e-16 relative error 3.938180376884429e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1276507608861488 y1[1] (numeric) 1.1276507608861484 absolute error 4.440892098500626e-16 relative error 3.938180376884429e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12900000000000003 y2[1] (analytic) 1.1286425160741744 y2[1] (numeric) 1.128642516074174 absolute error 4.440892098500626e-16 relative error 3.934719838437107e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1286425160741744 y1[1] (numeric) 1.128642516074174 absolute error 4.440892098500626e-16 relative error 3.934719838437107e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13000000000000003 y2[1] (analytic) 1.129634142619695 y2[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.129634142619695 y1[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13100000000000003 y2[1] (analytic) 1.1306256395310834 y2[1] (numeric) 1.130625639531083 absolute error 4.440892098500626e-16 relative error 3.927818318663325e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1306256395310834 y1[1] (numeric) 1.130625639531083 absolute error 4.440892098500626e-16 relative error 3.927818318663325e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13200000000000003 y2[1] (analytic) 1.1316170058168433 y2[1] (numeric) 1.1316170058168429 absolute error 4.440892098500626e-16 relative error 3.924377307581221e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1316170058168433 y1[1] (numeric) 1.1316170058168429 absolute error 4.440892098500626e-16 relative error 3.924377307581221e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13300000000000003 y2[1] (analytic) 1.1326082404856084 y2[1] (numeric) 1.132608240485608 absolute error 4.440892098500626e-16 relative error 3.9209427759386455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1326082404856084 y1[1] (numeric) 1.132608240485608 absolute error 4.440892098500626e-16 relative error 3.9209427759386455e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13400000000000004 y2[1] (analytic) 1.1335993425461441 y2[1] (numeric) 1.1335993425461435 absolute error 6.661338147750939e-16 relative error 5.876272063451539e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1335993425461441 y1[1] (numeric) 1.1335993425461435 absolute error 6.661338147750939e-16 relative error 5.876272063451539e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13500000000000004 y2[1] (analytic) 1.1345903110073483 y2[1] (numeric) 1.1345903110073476 absolute error 6.661338147750939e-16 relative error 5.871139637916224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1345903110073483 y1[1] (numeric) 1.1345903110073476 absolute error 6.661338147750939e-16 relative error 5.871139637916224e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13600000000000004 y2[1] (analytic) 1.1355811448782527 y2[1] (numeric) 1.135581144878252 absolute error 6.661338147750939e-16 relative error 5.866016865281002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1355811448782527 y1[1] (numeric) 1.135581144878252 absolute error 6.661338147750939e-16 relative error 5.866016865281002e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13700000000000004 y2[1] (analytic) 1.1365718431680236 y2[1] (numeric) 1.136571843168023 absolute error 6.661338147750939e-16 relative error 5.860903723589929e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1365718431680236 y1[1] (numeric) 1.136571843168023 absolute error 6.661338147750939e-16 relative error 5.860903723589929e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13800000000000004 y2[1] (analytic) 1.1375624048859627 y2[1] (numeric) 1.137562404885962 absolute error 6.661338147750939e-16 relative error 5.855800190951914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1375624048859627 y1[1] (numeric) 1.137562404885962 absolute error 6.661338147750939e-16 relative error 5.855800190951914e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.13900000000000004 y2[1] (analytic) 1.1385528290415083 y2[1] (numeric) 1.1385528290415077 absolute error 6.661338147750939e-16 relative error 5.850706245540484e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1385528290415083 y1[1] (numeric) 1.1385528290415077 absolute error 6.661338147750939e-16 relative error 5.850706245540484e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14000000000000004 y2[1] (analytic) 1.1395431146442365 y2[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1395431146442365 y1[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14100000000000004 y2[1] (analytic) 1.1405332607038616 y2[1] (numeric) 1.140533260703861 absolute error 6.661338147750939e-16 relative error 5.840547029413244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1405332607038616 y1[1] (numeric) 1.140533260703861 absolute error 6.661338147750939e-16 relative error 5.840547029413244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14200000000000004 y2[1] (analytic) 1.1415232662302377 y2[1] (numeric) 1.141523266230237 absolute error 6.661338147750939e-16 relative error 5.835481715365574e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1415232662302377 y1[1] (numeric) 1.141523266230237 absolute error 6.661338147750939e-16 relative error 5.835481715365574e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14300000000000004 y2[1] (analytic) 1.1425131302333595 y2[1] (numeric) 1.1425131302333587 absolute error 8.881784197001252e-16 relative error 7.773901202507089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1425131302333595 y1[1] (numeric) 1.1425131302333587 absolute error 8.881784197001252e-16 relative error 7.773901202507089e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14400000000000004 y2[1] (analytic) 1.1435028517233627 y2[1] (numeric) 1.143502851723362 absolute error 6.661338147750939e-16 relative error 5.825379567450747e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1435028517233627 y1[1] (numeric) 1.143502851723362 absolute error 6.661338147750939e-16 relative error 5.825379567450747e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14500000000000005 y2[1] (analytic) 1.1444924297105263 y2[1] (numeric) 1.1444924297105257 absolute error 6.661338147750939e-16 relative error 5.820342690633414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1444924297105263 y1[1] (numeric) 1.1444924297105257 absolute error 6.661338147750939e-16 relative error 5.820342690633414e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14600000000000005 y2[1] (analytic) 1.1454818632052723 y2[1] (numeric) 1.1454818632052717 absolute error 6.661338147750939e-16 relative error 5.815315250047932e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1454818632052723 y1[1] (numeric) 1.1454818632052717 absolute error 6.661338147750939e-16 relative error 5.815315250047932e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14700000000000005 y2[1] (analytic) 1.1464711512181671 y2[1] (numeric) 1.1464711512181665 absolute error 6.661338147750939e-16 relative error 5.810297224376754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1464711512181671 y1[1] (numeric) 1.1464711512181665 absolute error 6.661338147750939e-16 relative error 5.810297224376754e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14800000000000005 y2[1] (analytic) 1.1474602927599231 y2[1] (numeric) 1.1474602927599222 absolute error 8.881784197001252e-16 relative error 7.740384789819947e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1474602927599231 y1[1] (numeric) 1.1474602927599222 absolute error 8.881784197001252e-16 relative error 7.740384789819947e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.14900000000000005 y2[1] (analytic) 1.1484492868413985 y2[1] (numeric) 1.1484492868413976 absolute error 8.881784197001252e-16 relative error 7.733719110426712e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1484492868413985 y1[1] (numeric) 1.1484492868413976 absolute error 8.881784197001252e-16 relative error 7.733719110426712e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15000000000000005 y2[1] (analytic) 1.1494381324735992 y2[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1494381324735992 y1[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15100000000000005 y2[1] (analytic) 1.1504268286676802 y2[1] (numeric) 1.1504268286676793 absolute error 8.881784197001252e-16 relative error 7.720425128895271e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1504268286676802 y1[1] (numeric) 1.1504268286676793 absolute error 8.881784197001252e-16 relative error 7.720425128895271e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15200000000000005 y2[1] (analytic) 1.151415374434945 y2[1] (numeric) 1.151415374434944 absolute error 8.881784197001252e-16 relative error 7.713796770657133e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.151415374434945 y1[1] (numeric) 1.151415374434944 absolute error 8.881784197001252e-16 relative error 7.713796770657133e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15300000000000005 y2[1] (analytic) 1.1524037687868478 y2[1] (numeric) 1.152403768786847 absolute error 8.881784197001252e-16 relative error 7.707180796841055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1524037687868478 y1[1] (numeric) 1.152403768786847 absolute error 8.881784197001252e-16 relative error 7.707180796841055e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15400000000000005 y2[1] (analytic) 1.1533920107349946 y2[1] (numeric) 1.1533920107349938 absolute error 8.881784197001252e-16 relative error 7.700577179602076e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1533920107349946 y1[1] (numeric) 1.1533920107349938 absolute error 8.881784197001252e-16 relative error 7.700577179602076e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15500000000000005 y2[1] (analytic) 1.1543800992911435 y2[1] (numeric) 1.1543800992911426 absolute error 8.881784197001252e-16 relative error 7.693985891176731e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1543800992911435 y1[1] (numeric) 1.1543800992911426 absolute error 8.881784197001252e-16 relative error 7.693985891176731e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15600000000000006 y2[1] (analytic) 1.1553680334672058 y2[1] (numeric) 1.155368033467205 absolute error 8.881784197001252e-16 relative error 7.687406903882766e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1553680334672058 y1[1] (numeric) 1.155368033467205 absolute error 8.881784197001252e-16 relative error 7.687406903882766e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15700000000000006 y2[1] (analytic) 1.1563558122752478 y2[1] (numeric) 1.1563558122752469 absolute error 8.881784197001252e-16 relative error 7.680840190118851e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1563558122752478 y1[1] (numeric) 1.1563558122752469 absolute error 8.881784197001252e-16 relative error 7.680840190118851e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15800000000000006 y2[1] (analytic) 1.1573434347274905 y2[1] (numeric) 1.1573434347274896 absolute error 8.881784197001252e-16 relative error 7.674285722364311e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1573434347274905 y1[1] (numeric) 1.1573434347274896 absolute error 8.881784197001252e-16 relative error 7.674285722364311e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.15900000000000006 y2[1] (analytic) 1.1583308998363115 y2[1] (numeric) 1.1583308998363107 absolute error 8.881784197001252e-16 relative error 7.667743473178841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1583308998363115 y1[1] (numeric) 1.1583308998363107 absolute error 8.881784197001252e-16 relative error 7.667743473178841e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16000000000000006 y2[1] (analytic) 1.159318206614246 y2[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.159318206614246 y1[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16100000000000006 y2[1] (analytic) 1.1603053540739872 y2[1] (numeric) 1.1603053540739863 absolute error 8.881784197001252e-16 relative error 7.654695521154084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1603053540739872 y1[1] (numeric) 1.1603053540739863 absolute error 8.881784197001252e-16 relative error 7.654695521154084e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16200000000000006 y2[1] (analytic) 1.1612923412283875 y2[1] (numeric) 1.1612923412283866 absolute error 8.881784197001252e-16 relative error 7.64818976383355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1612923412283875 y1[1] (numeric) 1.1612923412283866 absolute error 8.881784197001252e-16 relative error 7.64818976383355e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16300000000000006 y2[1] (analytic) 1.16227916709046 y2[1] (numeric) 1.1622791670904593 absolute error 6.661338147750939e-16 relative error 5.731272087089287e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.16227916709046 y1[1] (numeric) 1.1622791670904593 absolute error 6.661338147750939e-16 relative error 5.731272087089287e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16400000000000006 y2[1] (analytic) 1.163265830673379 y2[1] (numeric) 1.1632658306733783 absolute error 6.661338147750939e-16 relative error 5.726410913225995e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.163265830673379 y1[1] (numeric) 1.1632658306733783 absolute error 6.661338147750939e-16 relative error 5.726410913225995e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16500000000000006 y2[1] (analytic) 1.164252330990481 y2[1] (numeric) 1.1642523309904802 absolute error 8.881784197001252e-16 relative error 7.628745041416515e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.164252330990481 y1[1] (numeric) 1.1642523309904802 absolute error 8.881784197001252e-16 relative error 7.628745041416515e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16600000000000006 y2[1] (analytic) 1.1652386670552657 y2[1] (numeric) 1.1652386670552648 absolute error 8.881784197001252e-16 relative error 7.622287560579211e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1652386670552657 y1[1] (numeric) 1.1652386670552648 absolute error 8.881784197001252e-16 relative error 7.622287560579211e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16700000000000007 y2[1] (analytic) 1.166224837881397 y2[1] (numeric) 1.1662248378813962 absolute error 8.881784197001252e-16 relative error 7.61584208164885e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.166224837881397 y1[1] (numeric) 1.1662248378813962 absolute error 8.881784197001252e-16 relative error 7.61584208164885e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16800000000000007 y2[1] (analytic) 1.1672108424827043 y2[1] (numeric) 1.1672108424827035 absolute error 8.881784197001252e-16 relative error 7.609408577896124e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1672108424827043 y1[1] (numeric) 1.1672108424827035 absolute error 8.881784197001252e-16 relative error 7.609408577896124e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16900000000000007 y2[1] (analytic) 1.168196679873183 y2[1] (numeric) 1.1681966798731822 absolute error 8.881784197001252e-16 relative error 7.602987022669367e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.168196679873183 y1[1] (numeric) 1.1681966798731822 absolute error 8.881784197001252e-16 relative error 7.602987022669367e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17000000000000007 y2[1] (analytic) 1.1691823490669961 y2[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1691823490669961 y1[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17100000000000007 y2[1] (analytic) 1.170167849078474 y2[1] (numeric) 1.170167849078473 absolute error 8.881784197001252e-16 relative error 7.590179651573747e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.170167849078474 y1[1] (numeric) 1.170167849078473 absolute error 8.881784197001252e-16 relative error 7.590179651573747e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17200000000000007 y2[1] (analytic) 1.171153178922117 y2[1] (numeric) 1.1711531789221161 absolute error 8.881784197001252e-16 relative error 7.583793782787402e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.171153178922117 y1[1] (numeric) 1.1711531789221161 absolute error 8.881784197001252e-16 relative error 7.583793782787402e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17300000000000007 y2[1] (analytic) 1.1721383376125956 y2[1] (numeric) 1.1721383376125944 absolute error 1.1102230246251565e-15 relative error 9.471774695864417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1721383376125956 y1[1] (numeric) 1.1721383376125944 absolute error 1.1102230246251565e-15 relative error 9.471774695864417e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17400000000000007 y2[1] (analytic) 1.1731233241647505 y2[1] (numeric) 1.1731233241647496 absolute error 8.881784197001252e-16 relative error 7.571057547018746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1731233241647505 y1[1] (numeric) 1.1731233241647496 absolute error 8.881784197001252e-16 relative error 7.571057547018746e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17500000000000007 y2[1] (analytic) 1.174108137593596 y2[1] (numeric) 1.1741081375935951 absolute error 8.881784197001252e-16 relative error 7.564707127577698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.174108137593596 y1[1] (numeric) 1.1741081375935951 absolute error 8.881784197001252e-16 relative error 7.564707127577698e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17600000000000007 y2[1] (analytic) 1.1750927769143182 y2[1] (numeric) 1.1750927769143173 absolute error 8.881784197001252e-16 relative error 7.558368472252866e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1750927769143182 y1[1] (numeric) 1.1750927769143173 absolute error 8.881784197001252e-16 relative error 7.558368472252866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17700000000000007 y2[1] (analytic) 1.1760772411422784 y2[1] (numeric) 1.1760772411422773 absolute error 1.1102230246251565e-15 relative error 9.440051943755325e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1760772411422784 y1[1] (numeric) 1.1760772411422773 absolute error 1.1102230246251565e-15 relative error 9.440051943755325e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17800000000000007 y2[1] (analytic) 1.1770615292930118 y2[1] (numeric) 1.1770615292930109 absolute error 8.881784197001252e-16 relative error 7.545726349867192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1770615292930118 y1[1] (numeric) 1.1770615292930109 absolute error 8.881784197001252e-16 relative error 7.545726349867192e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17900000000000008 y2[1] (analytic) 1.1780456403822308 y2[1] (numeric) 1.17804564038223 absolute error 8.881784197001252e-16 relative error 7.539422830951993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1780456403822308 y1[1] (numeric) 1.17804564038223 absolute error 8.881784197001252e-16 relative error 7.539422830951993e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18000000000000008 y2[1] (analytic) 1.1790295734258243 y2[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1790295734258243 y1[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18100000000000008 y2[1] (analytic) 1.1800133274398592 y2[1] (numeric) 1.1800133274398583 absolute error 8.881784197001252e-16 relative error 7.526850748602179e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1800133274398592 y1[1] (numeric) 1.1800133274398583 absolute error 8.881784197001252e-16 relative error 7.526850748602179e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18200000000000008 y2[1] (analytic) 1.1809969014405817 y2[1] (numeric) 1.1809969014405808 absolute error 8.881784197001252e-16 relative error 7.520582133761096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1809969014405817 y1[1] (numeric) 1.1809969014405808 absolute error 8.881784197001252e-16 relative error 7.520582133761096e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18300000000000008 y2[1] (analytic) 1.1819802944444178 y2[1] (numeric) 1.1819802944444169 absolute error 8.881784197001252e-16 relative error 7.514325102328443e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1819802944444178 y1[1] (numeric) 1.1819802944444169 absolute error 8.881784197001252e-16 relative error 7.514325102328443e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18400000000000008 y2[1] (analytic) 1.1829635054679746 y2[1] (numeric) 1.1829635054679737 absolute error 8.881784197001252e-16 relative error 7.508079628785896e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1829635054679746 y1[1] (numeric) 1.1829635054679737 absolute error 8.881784197001252e-16 relative error 7.508079628785896e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18500000000000008 y2[1] (analytic) 1.1839465335280412 y2[1] (numeric) 1.1839465335280404 absolute error 8.881784197001252e-16 relative error 7.501845687688642e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1839465335280412 y1[1] (numeric) 1.1839465335280404 absolute error 8.881784197001252e-16 relative error 7.501845687688642e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18600000000000008 y2[1] (analytic) 1.1849293776415897 y2[1] (numeric) 1.1849293776415888 absolute error 8.881784197001252e-16 relative error 7.495623253665132e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1849293776415897 y1[1] (numeric) 1.1849293776415888 absolute error 8.881784197001252e-16 relative error 7.495623253665132e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18700000000000008 y2[1] (analytic) 1.1859120368257758 y2[1] (numeric) 1.185912036825775 absolute error 8.881784197001252e-16 relative error 7.489412301416829e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1859120368257758 y1[1] (numeric) 1.185912036825775 absolute error 8.881784197001252e-16 relative error 7.489412301416829e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18800000000000008 y2[1] (analytic) 1.186894510097941 y2[1] (numeric) 1.1868945100979398 absolute error 1.1102230246251565e-15 relative error 9.354016007147447e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.186894510097941 y1[1] (numeric) 1.1868945100979398 absolute error 1.1102230246251565e-15 relative error 9.354016007147447e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18900000000000008 y2[1] (analytic) 1.1878767964756112 y2[1] (numeric) 1.18787679647561 absolute error 1.1102230246251565e-15 relative error 9.346280926769084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1878767964756112 y1[1] (numeric) 1.18787679647561 absolute error 1.1102230246251565e-15 relative error 9.346280926769084e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19000000000000009 y2[1] (analytic) 1.1888588949765007 y2[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1888588949765007 y1[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1910000000000001 y2[1] (analytic) 1.189840804618511 y2[1] (numeric) 1.1898408046185098 absolute error 1.1102230246251565e-15 relative error 9.330853508433159e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.189840804618511 y1[1] (numeric) 1.1898408046185098 absolute error 1.1102230246251565e-15 relative error 9.330853508433159e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1920000000000001 y2[1] (analytic) 1.1908225244197324 y2[1] (numeric) 1.1908225244197312 absolute error 1.1102230246251565e-15 relative error 9.323161108042942e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1908225244197324 y1[1] (numeric) 1.1908225244197312 absolute error 1.1102230246251565e-15 relative error 9.323161108042942e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1930000000000001 y2[1] (analytic) 1.1918040533984455 y2[1] (numeric) 1.1918040533984442 absolute error 1.3322676295501878e-15 relative error 1.1178579446438435e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.1918040533984455 y1[1] (numeric) 1.1918040533984442 absolute error 1.3322676295501878e-15 relative error 1.1178579446438435e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1940000000000001 y2[1] (analytic) 1.192785390573121 y2[1] (numeric) 1.1927853905731198 absolute error 1.1102230246251565e-15 relative error 9.307818769407513e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.192785390573121 y1[1] (numeric) 1.1927853905731198 absolute error 1.1102230246251565e-15 relative error 9.307818769407513e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1950000000000001 y2[1] (analytic) 1.193766534962422 y2[1] (numeric) 1.193766534962421 absolute error 1.1102230246251565e-15 relative error 9.300168769265296e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.193766534962422 y1[1] (numeric) 1.193766534962421 absolute error 1.1102230246251565e-15 relative error 9.300168769265296e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1960000000000001 y2[1] (analytic) 1.1947474855852043 y2[1] (numeric) 1.1947474855852032 absolute error 1.1102230246251565e-15 relative error 9.292532840789814e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1947474855852043 y1[1] (numeric) 1.1947474855852032 absolute error 1.1102230246251565e-15 relative error 9.292532840789814e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1970000000000001 y2[1] (analytic) 1.195728241460517 y2[1] (numeric) 1.195728241460516 absolute error 1.1102230246251565e-15 relative error 9.284910953253722e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.195728241460517 y1[1] (numeric) 1.195728241460516 absolute error 1.1102230246251565e-15 relative error 9.284910953253722e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1980000000000001 y2[1] (analytic) 1.1967088016076048 y2[1] (numeric) 1.1967088016076037 absolute error 1.1102230246251565e-15 relative error 9.277303076017598e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1967088016076048 y1[1] (numeric) 1.1967088016076037 absolute error 1.1102230246251565e-15 relative error 9.277303076017598e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1990000000000001 y2[1] (analytic) 1.1976891650459074 y2[1] (numeric) 1.1976891650459063 absolute error 1.1102230246251565e-15 relative error 9.269709178529654e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1976891650459074 y1[1] (numeric) 1.1976891650459063 absolute error 1.1102230246251565e-15 relative error 9.269709178529654e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2000000000000001 y2[1] (analytic) 1.1986693307950613 y2[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1986693307950613 y1[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2010000000000001 y2[1] (analytic) 1.199649297874901 y2[1] (numeric) 1.1996492978748998 absolute error 1.1102230246251565e-15 relative error 9.254563201027525e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.199649297874901 y1[1] (numeric) 1.1996492978748998 absolute error 1.1102230246251565e-15 relative error 9.254563201027525e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2020000000000001 y2[1] (analytic) 1.2006290653054594 y2[1] (numeric) 1.2006290653054583 absolute error 1.1102230246251565e-15 relative error 9.247011060345252e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2006290653054594 y1[1] (numeric) 1.2006290653054583 absolute error 1.1102230246251565e-15 relative error 9.247011060345252e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2030000000000001 y2[1] (analytic) 1.2016086321069694 y2[1] (numeric) 1.201608632106968 absolute error 1.3322676295501878e-15 relative error 1.1087367333689284e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2016086321069694 y1[1] (numeric) 1.201608632106968 absolute error 1.3322676295501878e-15 relative error 1.1087367333689284e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2040000000000001 y2[1] (analytic) 1.2025879972998639 y2[1] (numeric) 1.2025879972998628 absolute error 1.1102230246251565e-15 relative error 9.231948324096933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2025879972998639 y1[1] (numeric) 1.2025879972998628 absolute error 1.1102230246251565e-15 relative error 9.231948324096933e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2050000000000001 y2[1] (analytic) 1.2035671599047781 y2[1] (numeric) 1.203567159904777 absolute error 1.1102230246251565e-15 relative error 9.224437668380661e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2035671599047781 y1[1] (numeric) 1.203567159904777 absolute error 1.1102230246251565e-15 relative error 9.224437668380661e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2060000000000001 y2[1] (analytic) 1.2045461189425493 y2[1] (numeric) 1.2045461189425481 absolute error 1.1102230246251565e-15 relative error 9.216940780979002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2045461189425493 y1[1] (numeric) 1.2045461189425481 absolute error 1.1102230246251565e-15 relative error 9.216940780979002e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2070000000000001 y2[1] (analytic) 1.2055248734342185 y2[1] (numeric) 1.2055248734342174 absolute error 1.1102230246251565e-15 relative error 9.209457632030664e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2055248734342185 y1[1] (numeric) 1.2055248734342174 absolute error 1.1102230246251565e-15 relative error 9.209457632030664e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2080000000000001 y2[1] (analytic) 1.2065034224010316 y2[1] (numeric) 1.2065034224010305 absolute error 1.1102230246251565e-15 relative error 9.201988191759374e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2065034224010316 y1[1] (numeric) 1.2065034224010305 absolute error 1.1102230246251565e-15 relative error 9.201988191759374e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2090000000000001 y2[1] (analytic) 1.2074817648644394 y2[1] (numeric) 1.2074817648644383 absolute error 1.1102230246251565e-15 relative error 9.194532430473583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2074817648644394 y1[1] (numeric) 1.2074817648644383 absolute error 1.1102230246251565e-15 relative error 9.194532430473583e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2100000000000001 y2[1] (analytic) 1.2084598998460996 y2[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2084598998460996 y1[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2110000000000001 y2[1] (analytic) 1.2094378263678776 y2[1] (numeric) 1.2094378263678762 absolute error 1.3322676295501878e-15 relative error 1.1015594191817091e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2094378263678776 y1[1] (numeric) 1.2094378263678762 absolute error 1.3322676295501878e-15 relative error 1.1015594191817091e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2120000000000001 y2[1] (analytic) 1.2104155434518462 y2[1] (numeric) 1.210415543451845 absolute error 1.1102230246251565e-15 relative error 9.17224692487869e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2104155434518462 y1[1] (numeric) 1.210415543451845 absolute error 1.1102230246251565e-15 relative error 9.17224692487869e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2130000000000001 y2[1] (analytic) 1.2113930501202892 y2[1] (numeric) 1.211393050120288 absolute error 1.1102230246251565e-15 relative error 9.164845584304065e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2113930501202892 y1[1] (numeric) 1.211393050120288 absolute error 1.1102230246251565e-15 relative error 9.164845584304065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2140000000000001 y2[1] (analytic) 1.2123703453956995 y2[1] (numeric) 1.2123703453956984 absolute error 1.1102230246251565e-15 relative error 9.157457775518226e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2123703453956995 y1[1] (numeric) 1.2123703453956984 absolute error 1.1102230246251565e-15 relative error 9.157457775518226e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2150000000000001 y2[1] (analytic) 1.2133474283007823 y2[1] (numeric) 1.2133474283007812 absolute error 1.1102230246251565e-15 relative error 9.150083469332068e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2133474283007823 y1[1] (numeric) 1.2133474283007812 absolute error 1.1102230246251565e-15 relative error 9.150083469332068e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2160000000000001 y2[1] (analytic) 1.2143242978584545 y2[1] (numeric) 1.2143242978584534 absolute error 1.1102230246251565e-15 relative error 9.142722636639258e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2143242978584545 y1[1] (numeric) 1.2143242978584534 absolute error 1.1102230246251565e-15 relative error 9.142722636639258e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2170000000000001 y2[1] (analytic) 1.2153009530918468 y2[1] (numeric) 1.2153009530918457 absolute error 1.1102230246251565e-15 relative error 9.135375248415946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2153009530918468 y1[1] (numeric) 1.2153009530918457 absolute error 1.1102230246251565e-15 relative error 9.135375248415946e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2180000000000001 y2[1] (analytic) 1.2162773930243038 y2[1] (numeric) 1.2162773930243027 absolute error 1.1102230246251565e-15 relative error 9.128041275720496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2162773930243038 y1[1] (numeric) 1.2162773930243027 absolute error 1.1102230246251565e-15 relative error 9.128041275720496e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2190000000000001 y2[1] (analytic) 1.217253616679386 y2[1] (numeric) 1.2172536166793848 absolute error 1.1102230246251565e-15 relative error 9.120720689693212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.217253616679386 y1[1] (numeric) 1.2172536166793848 absolute error 1.1102230246251565e-15 relative error 9.120720689693212e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2200000000000001 y2[1] (analytic) 1.2182296230808694 y2[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2182296230808694 y1[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2210000000000001 y2[1] (analytic) 1.219205411252748 y2[1] (numeric) 1.2192054112527468 absolute error 1.1102230246251565e-15 relative error 9.106119562612417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.219205411252748 y1[1] (numeric) 1.2192054112527468 absolute error 1.1102230246251565e-15 relative error 9.106119562612417e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22200000000000011 y2[1] (analytic) 1.2201809802192336 y2[1] (numeric) 1.2201809802192325 absolute error 1.1102230246251565e-15 relative error 9.098838964246757e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2201809802192336 y1[1] (numeric) 1.2201809802192325 absolute error 1.1102230246251565e-15 relative error 9.098838964246757e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22300000000000011 y2[1] (analytic) 1.2211563290047573 y2[1] (numeric) 1.2211563290047562 absolute error 1.1102230246251565e-15 relative error 9.09157163792443e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2211563290047573 y1[1] (numeric) 1.2211563290047562 absolute error 1.1102230246251565e-15 relative error 9.09157163792443e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22400000000000012 y2[1] (analytic) 1.2221314566339705 y2[1] (numeric) 1.2221314566339694 absolute error 1.1102230246251565e-15 relative error 9.084317555191359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2221314566339705 y1[1] (numeric) 1.2221314566339694 absolute error 1.1102230246251565e-15 relative error 9.084317555191359e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22500000000000012 y2[1] (analytic) 1.2231063621317455 y2[1] (numeric) 1.2231063621317444 absolute error 1.1102230246251565e-15 relative error 9.077076687673792e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2231063621317455 y1[1] (numeric) 1.2231063621317444 absolute error 1.1102230246251565e-15 relative error 9.077076687673792e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22600000000000012 y2[1] (analytic) 1.2240810445231771 y2[1] (numeric) 1.2240810445231758 absolute error 1.3322676295501878e-15 relative error 1.0883818808493625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2240810445231771 y1[1] (numeric) 1.2240810445231758 absolute error 1.3322676295501878e-15 relative error 1.0883818808493625e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22700000000000012 y2[1] (analytic) 1.2250555028335828 y2[1] (numeric) 1.2250555028335814 absolute error 1.3322676295501878e-15 relative error 1.087516138222816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2250555028335828 y1[1] (numeric) 1.2250555028335814 absolute error 1.3322676295501878e-15 relative error 1.087516138222816e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22800000000000012 y2[1] (analytic) 1.2260297360885042 y2[1] (numeric) 1.226029736088503 absolute error 1.1102230246251565e-15 relative error 9.055433093875728e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2260297360885042 y1[1] (numeric) 1.226029736088503 absolute error 1.1102230246251565e-15 relative error 9.055433093875728e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22900000000000012 y2[1] (analytic) 1.2270037433137087 y2[1] (numeric) 1.2270037433137073 absolute error 1.3322676295501878e-15 relative error 1.0857893766095597e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2270037433137087 y1[1] (numeric) 1.2270037433137073 absolute error 1.3322676295501878e-15 relative error 1.0857893766095597e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23000000000000012 y2[1] (analytic) 1.2279775235351886 y2[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2279775235351886 y1[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23100000000000012 y2[1] (analytic) 1.228951075779164 y2[1] (numeric) 1.2289510757791626 absolute error 1.3322676295501878e-15 relative error 1.0840688907860066e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.228951075779164 y1[1] (numeric) 1.2289510757791626 absolute error 1.3322676295501878e-15 relative error 1.0840688907860066e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23200000000000012 y2[1] (analytic) 1.2299243990720825 y2[1] (numeric) 1.2299243990720814 absolute error 1.1102230246251565e-15 relative error 9.026758274433495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2299243990720825 y1[1] (numeric) 1.2299243990720814 absolute error 1.1102230246251565e-15 relative error 9.026758274433495e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23300000000000012 y2[1] (analytic) 1.2308974924406213 y2[1] (numeric) 1.2308974924406202 absolute error 1.1102230246251565e-15 relative error 9.019622116735394e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2308974924406213 y1[1] (numeric) 1.2308974924406202 absolute error 1.1102230246251565e-15 relative error 9.019622116735394e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23400000000000012 y2[1] (analytic) 1.231870354911687 y2[1] (numeric) 1.2318703549116858 absolute error 1.1102230246251565e-15 relative error 9.01249892245965e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.231870354911687 y1[1] (numeric) 1.2318703549116858 absolute error 1.1102230246251565e-15 relative error 9.01249892245965e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23500000000000013 y2[1] (analytic) 1.232842985512417 y2[1] (numeric) 1.232842985512416 absolute error 1.1102230246251565e-15 relative error 9.005388664021194e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.232842985512417 y1[1] (numeric) 1.232842985512416 absolute error 1.1102230246251565e-15 relative error 9.005388664021194e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23600000000000013 y2[1] (analytic) 1.2338153832701808 y2[1] (numeric) 1.2338153832701797 absolute error 1.1102230246251565e-15 relative error 8.998291313912399e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2338153832701808 y1[1] (numeric) 1.2338153832701797 absolute error 1.1102230246251565e-15 relative error 8.998291313912399e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23700000000000013 y2[1] (analytic) 1.2347875472125809 y2[1] (numeric) 1.2347875472125798 absolute error 1.1102230246251565e-15 relative error 8.991206844702821e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2347875472125809 y1[1] (numeric) 1.2347875472125798 absolute error 1.1102230246251565e-15 relative error 8.991206844702821e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23800000000000013 y2[1] (analytic) 1.2357594763674533 y2[1] (numeric) 1.2357594763674522 absolute error 1.1102230246251565e-15 relative error 8.984135229038951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2357594763674533 y1[1] (numeric) 1.2357594763674522 absolute error 1.1102230246251565e-15 relative error 8.984135229038951e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23900000000000013 y2[1] (analytic) 1.2367311697628691 y2[1] (numeric) 1.236731169762868 absolute error 1.1102230246251565e-15 relative error 8.977076439643959e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2367311697628691 y1[1] (numeric) 1.236731169762868 absolute error 1.1102230246251565e-15 relative error 8.977076439643959e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24000000000000013 y2[1] (analytic) 1.2377026264271347 y2[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2377026264271347 y1[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24100000000000013 y2[1] (analytic) 1.2386738453887938 y2[1] (numeric) 1.2386738453887929 absolute error 8.881784197001252e-16 relative error 7.170397784748128e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2386738453887938 y1[1] (numeric) 1.2386738453887929 absolute error 8.881784197001252e-16 relative error 7.170397784748128e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24200000000000013 y2[1] (analytic) 1.2396448256766273 y2[1] (numeric) 1.2396448256766264 absolute error 8.881784197001252e-16 relative error 7.164781405959055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2396448256766273 y1[1] (numeric) 1.2396448256766264 absolute error 8.881784197001252e-16 relative error 7.164781405959055e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24300000000000013 y2[1] (analytic) 1.2406155663196552 y2[1] (numeric) 1.2406155663196543 absolute error 8.881784197001252e-16 relative error 7.159175201508623e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2406155663196552 y1[1] (numeric) 1.2406155663196543 absolute error 8.881784197001252e-16 relative error 7.159175201508623e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24400000000000013 y2[1] (analytic) 1.2415860663471368 y2[1] (numeric) 1.2415860663471359 absolute error 8.881784197001252e-16 relative error 7.153579149879073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2415860663471368 y1[1] (numeric) 1.2415860663471359 absolute error 8.881784197001252e-16 relative error 7.153579149879073e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24500000000000013 y2[1] (analytic) 1.2425563247885723 y2[1] (numeric) 1.2425563247885711 absolute error 1.1102230246251565e-15 relative error 8.934991537015974e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2425563247885723 y1[1] (numeric) 1.2425563247885711 absolute error 1.1102230246251565e-15 relative error 8.934991537015974e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24600000000000014 y2[1] (analytic) 1.243526340673703 y2[1] (numeric) 1.243526340673702 absolute error 8.881784197001252e-16 relative error 7.14241741931207e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.243526340673703 y1[1] (numeric) 1.243526340673702 absolute error 8.881784197001252e-16 relative error 7.14241741931207e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24700000000000014 y2[1] (analytic) 1.2444961130325134 y2[1] (numeric) 1.2444961130325125 absolute error 8.881784197001252e-16 relative error 7.136851697639017e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2444961130325134 y1[1] (numeric) 1.2444961130325125 absolute error 8.881784197001252e-16 relative error 7.136851697639017e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24800000000000014 y2[1] (analytic) 1.2454656408952312 y2[1] (numeric) 1.2454656408952303 absolute error 8.881784197001252e-16 relative error 7.131296043315249e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2454656408952312 y1[1] (numeric) 1.2454656408952303 absolute error 8.881784197001252e-16 relative error 7.131296043315249e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.24900000000000014 y2[1] (analytic) 1.2464349232923284 y2[1] (numeric) 1.2464349232923275 absolute error 8.881784197001252e-16 relative error 7.125750435121748e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2464349232923284 y1[1] (numeric) 1.2464349232923275 absolute error 8.881784197001252e-16 relative error 7.125750435121748e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y2[1] (analytic) 1.247403959254523 y2[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.247403959254523 y1[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2510000000000001 y2[1] (analytic) 1.248372747812779 y2[1] (numeric) 1.248372747812778 absolute error 1.1102230246251565e-15 relative error 8.893361590681398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.248372747812779 y1[1] (numeric) 1.248372747812778 absolute error 1.1102230246251565e-15 relative error 8.893361590681398e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2520000000000001 y2[1] (analytic) 1.2493412879983077 y2[1] (numeric) 1.2493412879983068 absolute error 8.881784197001252e-16 relative error 7.109173676019008e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2493412879983077 y1[1] (numeric) 1.2493412879983068 absolute error 8.881784197001252e-16 relative error 7.109173676019008e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2530000000000001 y2[1] (analytic) 1.2503095788425693 y2[1] (numeric) 1.2503095788425684 absolute error 8.881784197001252e-16 relative error 7.103668041336815e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2503095788425693 y1[1] (numeric) 1.2503095788425684 absolute error 8.881784197001252e-16 relative error 7.103668041336815e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2540000000000001 y2[1] (analytic) 1.251277619377273 y2[1] (numeric) 1.251277619377272 absolute error 8.881784197001252e-16 relative error 7.098172347573416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.251277619377273 y1[1] (numeric) 1.251277619377272 absolute error 8.881784197001252e-16 relative error 7.098172347573416e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2550000000000001 y2[1] (analytic) 1.2522454086343782 y2[1] (numeric) 1.2522454086343773 absolute error 8.881784197001252e-16 relative error 7.092686573861892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2522454086343782 y1[1] (numeric) 1.2522454086343773 absolute error 8.881784197001252e-16 relative error 7.092686573861892e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2560000000000001 y2[1] (analytic) 1.2532129456460956 y2[1] (numeric) 1.2532129456460948 absolute error 8.881784197001252e-16 relative error 7.087210699393339e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2532129456460956 y1[1] (numeric) 1.2532129456460948 absolute error 8.881784197001252e-16 relative error 7.087210699393339e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2570000000000001 y2[1] (analytic) 1.2541802294448887 y2[1] (numeric) 1.2541802294448878 absolute error 8.881784197001252e-16 relative error 7.081744703416676e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2541802294448887 y1[1] (numeric) 1.2541802294448878 absolute error 8.881784197001252e-16 relative error 7.081744703416676e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2580000000000001 y2[1] (analytic) 1.2551472590634736 y2[1] (numeric) 1.2551472590634727 absolute error 8.881784197001252e-16 relative error 7.07628856523846e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2551472590634736 y1[1] (numeric) 1.2551472590634727 absolute error 8.881784197001252e-16 relative error 7.07628856523846e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2590000000000001 y2[1] (analytic) 1.2561140335348204 y2[1] (numeric) 1.2561140335348195 absolute error 8.881784197001252e-16 relative error 7.070842264222695e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2561140335348204 y1[1] (numeric) 1.2561140335348195 absolute error 8.881784197001252e-16 relative error 7.070842264222695e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y2[1] (analytic) 1.2570805518921553 y2[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2570805518921553 y1[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2610000000000001 y2[1] (analytic) 1.2580468131689595 y2[1] (numeric) 1.2580468131689586 absolute error 8.881784197001252e-16 relative error 7.059979091420663e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2580468131689595 y1[1] (numeric) 1.2580468131689586 absolute error 8.881784197001252e-16 relative error 7.059979091420663e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2620000000000001 y2[1] (analytic) 1.2590128163989722 y2[1] (numeric) 1.2590128163989713 absolute error 8.881784197001252e-16 relative error 7.054562178647972e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2590128163989722 y1[1] (numeric) 1.2590128163989713 absolute error 8.881784197001252e-16 relative error 7.054562178647972e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2630000000000001 y2[1] (analytic) 1.25997856061619 y2[1] (numeric) 1.259978560616189 absolute error 8.881784197001252e-16 relative error 7.049155021064512e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.25997856061619 y1[1] (numeric) 1.259978560616189 absolute error 8.881784197001252e-16 relative error 7.049155021064512e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2640000000000001 y2[1] (analytic) 1.2609440448548688 y2[1] (numeric) 1.2609440448548679 absolute error 8.881784197001252e-16 relative error 7.043757598318744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2609440448548688 y1[1] (numeric) 1.2609440448548679 absolute error 8.881784197001252e-16 relative error 7.043757598318744e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2650000000000001 y2[1] (analytic) 1.2619092681495245 y2[1] (numeric) 1.2619092681495236 absolute error 8.881784197001252e-16 relative error 7.038369890115463e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2619092681495245 y1[1] (numeric) 1.2619092681495236 absolute error 8.881784197001252e-16 relative error 7.038369890115463e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2660000000000001 y2[1] (analytic) 1.262874229534934 y2[1] (numeric) 1.2628742295349331 absolute error 8.881784197001252e-16 relative error 7.032991876215621e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.262874229534934 y1[1] (numeric) 1.2628742295349331 absolute error 8.881784197001252e-16 relative error 7.032991876215621e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2670000000000001 y2[1] (analytic) 1.2638389280461357 y2[1] (numeric) 1.2638389280461348 absolute error 8.881784197001252e-16 relative error 7.027623536436145e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2638389280461357 y1[1] (numeric) 1.2638389280461348 absolute error 8.881784197001252e-16 relative error 7.027623536436145e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2680000000000001 y2[1] (analytic) 1.2648033627184314 y2[1] (numeric) 1.2648033627184305 absolute error 8.881784197001252e-16 relative error 7.022264850649754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2648033627184314 y1[1] (numeric) 1.2648033627184305 absolute error 8.881784197001252e-16 relative error 7.022264850649754e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.26900000000000013 y2[1] (analytic) 1.2657675325873865 y2[1] (numeric) 1.2657675325873856 absolute error 8.881784197001252e-16 relative error 7.016915798784774e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2657675325873865 y1[1] (numeric) 1.2657675325873856 absolute error 8.881784197001252e-16 relative error 7.016915798784774e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y2[1] (analytic) 1.2667314366888314 y2[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2667314366888314 y1[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27100000000000013 y2[1] (analytic) 1.2676950740588615 y2[1] (numeric) 1.2676950740588604 absolute error 1.1102230246251565e-15 relative error 8.757808146011671e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2676950740588615 y1[1] (numeric) 1.2676950740588604 absolute error 1.1102230246251565e-15 relative error 8.757808146011671e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27200000000000013 y2[1] (analytic) 1.2686584437338397 y2[1] (numeric) 1.2686584437338388 absolute error 8.881784197001252e-16 relative error 7.000926246831981e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2686584437338397 y1[1] (numeric) 1.2686584437338388 absolute error 8.881784197001252e-16 relative error 7.000926246831981e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27300000000000013 y2[1] (analytic) 1.269621544750397 y2[1] (numeric) 1.269621544750396 absolute error 8.881784197001252e-16 relative error 6.995615531041874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.269621544750397 y1[1] (numeric) 1.269621544750396 absolute error 8.881784197001252e-16 relative error 6.995615531041874e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27400000000000013 y2[1] (analytic) 1.2705843761454318 y2[1] (numeric) 1.2705843761454307 absolute error 1.1102230246251565e-15 relative error 8.737892937053396e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2705843761454318 y1[1] (numeric) 1.2705843761454307 absolute error 1.1102230246251565e-15 relative error 8.737892937053396e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27500000000000013 y2[1] (analytic) 1.271546936956113 y2[1] (numeric) 1.2715469369561119 absolute error 1.1102230246251565e-15 relative error 8.731278353615943e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.271546936956113 y1[1] (numeric) 1.2715469369561119 absolute error 1.1102230246251565e-15 relative error 8.731278353615943e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27600000000000013 y2[1] (analytic) 1.2725092262198798 y2[1] (numeric) 1.2725092262198787 absolute error 1.1102230246251565e-15 relative error 8.72467563888074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2725092262198798 y1[1] (numeric) 1.2725092262198787 absolute error 1.1102230246251565e-15 relative error 8.72467563888074e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27700000000000014 y2[1] (analytic) 1.2734712429744433 y2[1] (numeric) 1.2734712429744421 absolute error 1.1102230246251565e-15 relative error 8.718084768306285e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2734712429744433 y1[1] (numeric) 1.2734712429744421 absolute error 1.1102230246251565e-15 relative error 8.718084768306285e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27800000000000014 y2[1] (analytic) 1.2744329862577866 y2[1] (numeric) 1.2744329862577852 absolute error 1.3322676295501878e-15 relative error 1.0453806860902318e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2744329862577866 y1[1] (numeric) 1.2744329862577852 absolute error 1.3322676295501878e-15 relative error 1.0453806860902318e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.27900000000000014 y2[1] (analytic) 1.2753944551081662 y2[1] (numeric) 1.275394455108165 absolute error 1.1102230246251565e-15 relative error 8.704938461811006e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2753944551081662 y1[1] (numeric) 1.275394455108165 absolute error 1.1102230246251565e-15 relative error 8.704938461811006e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y2[1] (analytic) 1.2763556485641139 y2[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2763556485641139 y1[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28100000000000014 y2[1] (analytic) 1.277316565664436 y2[1] (numeric) 1.277316565664435 absolute error 1.1102230246251565e-15 relative error 8.691839239144599e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.277316565664436 y1[1] (numeric) 1.277316565664435 absolute error 1.1102230246251565e-15 relative error 8.691839239144599e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28200000000000014 y2[1] (analytic) 1.2782772054482154 y2[1] (numeric) 1.2782772054482145 absolute error 8.881784197001252e-16 relative error 6.948245778885606e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2782772054482154 y1[1] (numeric) 1.2782772054482145 absolute error 8.881784197001252e-16 relative error 6.948245778885606e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28300000000000014 y2[1] (analytic) 1.2792375669548128 y2[1] (numeric) 1.279237566954812 absolute error 8.881784197001252e-16 relative error 6.94302952511321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2792375669548128 y1[1] (numeric) 1.279237566954812 absolute error 8.881784197001252e-16 relative error 6.94302952511321e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28400000000000014 y2[1] (analytic) 1.2801976492238665 y2[1] (numeric) 1.2801976492238656 absolute error 8.881784197001252e-16 relative error 6.937822610739779e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2801976492238665 y1[1] (numeric) 1.2801976492238656 absolute error 8.881784197001252e-16 relative error 6.937822610739779e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28500000000000014 y2[1] (analytic) 1.2811574512952941 y2[1] (numeric) 1.2811574512952932 absolute error 8.881784197001252e-16 relative error 6.932625016559412e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2811574512952941 y1[1] (numeric) 1.2811574512952932 absolute error 8.881784197001252e-16 relative error 6.932625016559412e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28600000000000014 y2[1] (analytic) 1.282116972209294 y2[1] (numeric) 1.282116972209293 absolute error 8.881784197001252e-16 relative error 6.927436723418853e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.282116972209294 y1[1] (numeric) 1.282116972209293 absolute error 8.881784197001252e-16 relative error 6.927436723418853e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28700000000000014 y2[1] (analytic) 1.2830762110063452 y2[1] (numeric) 1.2830762110063443 absolute error 8.881784197001252e-16 relative error 6.922257712217321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2830762110063452 y1[1] (numeric) 1.2830762110063443 absolute error 8.881784197001252e-16 relative error 6.922257712217321e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28800000000000014 y2[1] (analytic) 1.284035166727209 y2[1] (numeric) 1.284035166727208 absolute error 8.881784197001252e-16 relative error 6.917087963906344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.284035166727209 y1[1] (numeric) 1.284035166727208 absolute error 8.881784197001252e-16 relative error 6.917087963906344e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.28900000000000015 y2[1] (analytic) 1.2849938384129296 y2[1] (numeric) 1.2849938384129287 absolute error 8.881784197001252e-16 relative error 6.911927459489587e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2849938384129296 y1[1] (numeric) 1.2849938384129287 absolute error 8.881784197001252e-16 relative error 6.911927459489587e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y2[1] (analytic) 1.2859522251048356 y2[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2859522251048356 y1[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29100000000000015 y2[1] (analytic) 1.2869103258445405 y2[1] (numeric) 1.2869103258445396 absolute error 8.881784197001252e-16 relative error 6.901634106613096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2869103258445405 y1[1] (numeric) 1.2869103258445396 absolute error 8.881784197001252e-16 relative error 6.901634106613096e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29200000000000015 y2[1] (analytic) 1.2878681396739433 y2[1] (numeric) 1.2878681396739424 absolute error 8.881784197001252e-16 relative error 6.896501220419897e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2878681396739433 y1[1] (numeric) 1.2878681396739424 absolute error 8.881784197001252e-16 relative error 6.896501220419897e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29300000000000015 y2[1] (analytic) 1.2888256656352304 y2[1] (numeric) 1.2888256656352295 absolute error 8.881784197001252e-16 relative error 6.891377502653658e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2888256656352304 y1[1] (numeric) 1.2888256656352295 absolute error 8.881784197001252e-16 relative error 6.891377502653658e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29400000000000015 y2[1] (analytic) 1.289782902770876 y2[1] (numeric) 1.2897829027708752 absolute error 8.881784197001252e-16 relative error 6.886262934576254e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.289782902770876 y1[1] (numeric) 1.2897829027708752 absolute error 8.881784197001252e-16 relative error 6.886262934576254e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29500000000000015 y2[1] (analytic) 1.290739850123643 y2[1] (numeric) 1.290739850123642 absolute error 8.881784197001252e-16 relative error 6.881157497500713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.290739850123643 y1[1] (numeric) 1.290739850123642 absolute error 8.881784197001252e-16 relative error 6.881157497500713e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29600000000000015 y2[1] (analytic) 1.291696506736584 y2[1] (numeric) 1.291696506736583 absolute error 8.881784197001252e-16 relative error 6.876061172791046e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.291696506736584 y1[1] (numeric) 1.291696506736583 absolute error 8.881784197001252e-16 relative error 6.876061172791046e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29700000000000015 y2[1] (analytic) 1.2926528716530425 y2[1] (numeric) 1.2926528716530417 absolute error 8.881784197001252e-16 relative error 6.870973941862087e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2926528716530425 y1[1] (numeric) 1.2926528716530417 absolute error 8.881784197001252e-16 relative error 6.870973941862087e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29800000000000015 y2[1] (analytic) 1.293608943916654 y2[1] (numeric) 1.293608943916653 absolute error 1.1102230246251565e-15 relative error 8.582369732724166e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.293608943916654 y1[1] (numeric) 1.293608943916653 absolute error 1.1102230246251565e-15 relative error 8.582369732724166e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.29900000000000015 y2[1] (analytic) 1.294564722571346 y2[1] (numeric) 1.2945647225713448 absolute error 1.1102230246251565e-15 relative error 8.576033359073478e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.294564722571346 y1[1] (numeric) 1.2945647225713448 absolute error 1.1102230246251565e-15 relative error 8.576033359073478e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y2[1] (analytic) 1.2955202066613398 y2[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2955202066613398 y1[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30100000000000016 y2[1] (analytic) 1.2964753952311516 y2[1] (numeric) 1.2964753952311505 absolute error 1.1102230246251565e-15 relative error 8.563394482524771e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2964753952311516 y1[1] (numeric) 1.2964753952311505 absolute error 1.1102230246251565e-15 relative error 8.563394482524771e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30200000000000016 y2[1] (analytic) 1.297430287325593 y2[1] (numeric) 1.2974302873255918 absolute error 1.1102230246251565e-15 relative error 8.557091933730569e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.297430287325593 y1[1] (numeric) 1.2974302873255918 absolute error 1.1102230246251565e-15 relative error 8.557091933730569e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30300000000000016 y2[1] (analytic) 1.2983848819897716 y2[1] (numeric) 1.2983848819897705 absolute error 1.1102230246251565e-15 relative error 8.550800614096357e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2983848819897716 y1[1] (numeric) 1.2983848819897705 absolute error 1.1102230246251565e-15 relative error 8.550800614096357e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30400000000000016 y2[1] (analytic) 1.2993391782690933 y2[1] (numeric) 1.2993391782690922 absolute error 1.1102230246251565e-15 relative error 8.544520500829763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2993391782690933 y1[1] (numeric) 1.2993391782690922 absolute error 1.1102230246251565e-15 relative error 8.544520500829763e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30500000000000016 y2[1] (analytic) 1.3002931752092617 y2[1] (numeric) 1.3002931752092606 absolute error 1.1102230246251565e-15 relative error 8.538251571200346e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3002931752092617 y1[1] (numeric) 1.3002931752092606 absolute error 1.1102230246251565e-15 relative error 8.538251571200346e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30600000000000016 y2[1] (analytic) 1.30124687185628 y2[1] (numeric) 1.3012468718562786 absolute error 1.3322676295501878e-15 relative error 1.0238392563047284e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.30124687185628 y1[1] (numeric) 1.3012468718562786 absolute error 1.3322676295501878e-15 relative error 1.0238392563047284e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30700000000000016 y2[1] (analytic) 1.3022002672564512 y2[1] (numeric) 1.30220026725645 absolute error 1.1102230246251565e-15 relative error 8.525747172239772e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3022002672564512 y1[1] (numeric) 1.30220026725645 absolute error 1.1102230246251565e-15 relative error 8.525747172239772e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30800000000000016 y2[1] (analytic) 1.3031533604563805 y2[1] (numeric) 1.3031533604563794 absolute error 1.1102230246251565e-15 relative error 8.519511657755635e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3031533604563805 y1[1] (numeric) 1.3031533604563794 absolute error 1.1102230246251565e-15 relative error 8.519511657755635e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.30900000000000016 y2[1] (analytic) 1.3041061505029747 y2[1] (numeric) 1.3041061505029736 absolute error 1.1102230246251565e-15 relative error 8.513287236602324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3041061505029747 y1[1] (numeric) 1.3041061505029736 absolute error 1.1102230246251565e-15 relative error 8.513287236602324e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y2[1] (analytic) 1.3050586364434436 y2[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3050586364434436 y1[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31100000000000017 y2[1] (analytic) 1.3060108173253016 y2[1] (numeric) 1.3060108173253007 absolute error 8.881784197001252e-16 relative error 6.8006972677233e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3060108173253016 y1[1] (numeric) 1.3060108173253007 absolute error 8.881784197001252e-16 relative error 6.8006972677233e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31200000000000017 y2[1] (analytic) 1.3069626921963677 y2[1] (numeric) 1.3069626921963668 absolute error 8.881784197001252e-16 relative error 6.79574424735514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3069626921963677 y1[1] (numeric) 1.3069626921963668 absolute error 8.881784197001252e-16 relative error 6.79574424735514e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31300000000000017 y2[1] (analytic) 1.3079142601047673 y2[1] (numeric) 1.3079142601047664 absolute error 8.881784197001252e-16 relative error 6.79080003018684e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3079142601047673 y1[1] (numeric) 1.3079142601047664 absolute error 8.881784197001252e-16 relative error 6.79080003018684e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31400000000000017 y2[1] (analytic) 1.3088655200989323 y2[1] (numeric) 1.3088655200989314 absolute error 8.881784197001252e-16 relative error 6.785864598472966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3088655200989323 y1[1] (numeric) 1.3088655200989314 absolute error 8.881784197001252e-16 relative error 6.785864598472966e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31500000000000017 y2[1] (analytic) 1.309816471227603 y2[1] (numeric) 1.3098164712276021 absolute error 8.881784197001252e-16 relative error 6.780937934516087e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.309816471227603 y1[1] (numeric) 1.3098164712276021 absolute error 8.881784197001252e-16 relative error 6.780937934516087e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31600000000000017 y2[1] (analytic) 1.3107671125398284 y2[1] (numeric) 1.3107671125398275 absolute error 8.881784197001252e-16 relative error 6.776020020666619e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3107671125398284 y1[1] (numeric) 1.3107671125398275 absolute error 8.881784197001252e-16 relative error 6.776020020666619e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31700000000000017 y2[1] (analytic) 1.311717443084967 y2[1] (numeric) 1.311717443084966 absolute error 8.881784197001252e-16 relative error 6.771110839322681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.311717443084967 y1[1] (numeric) 1.311717443084966 absolute error 8.881784197001252e-16 relative error 6.771110839322681e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31800000000000017 y2[1] (analytic) 1.3126674619126886 y2[1] (numeric) 1.3126674619126877 absolute error 8.881784197001252e-16 relative error 6.766210372929941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3126674619126886 y1[1] (numeric) 1.3126674619126877 absolute error 8.881784197001252e-16 relative error 6.766210372929941e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3190000000000002 y2[1] (analytic) 1.3136171680729742 y2[1] (numeric) 1.3136171680729734 absolute error 8.881784197001252e-16 relative error 6.761318603981469e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3136171680729742 y1[1] (numeric) 1.3136171680729734 absolute error 8.881784197001252e-16 relative error 6.761318603981469e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y2[1] (analytic) 1.3145665606161179 y2[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3145665606161179 y1[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3210000000000002 y2[1] (analytic) 1.3155156385927274 y2[1] (numeric) 1.3155156385927265 absolute error 8.881784197001252e-16 relative error 6.751561088625704e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3155156385927274 y1[1] (numeric) 1.3155156385927265 absolute error 8.881784197001252e-16 relative error 6.751561088625704e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3220000000000002 y2[1] (analytic) 1.3164644010537243 y2[1] (numeric) 1.3164644010537234 absolute error 8.881784197001252e-16 relative error 6.746695307440213e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3164644010537243 y1[1] (numeric) 1.3164644010537234 absolute error 8.881784197001252e-16 relative error 6.746695307440213e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3230000000000002 y2[1] (analytic) 1.3174128470503468 y2[1] (numeric) 1.317412847050346 absolute error 8.881784197001252e-16 relative error 6.741838154142293e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3174128470503468 y1[1] (numeric) 1.317412847050346 absolute error 8.881784197001252e-16 relative error 6.741838154142293e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3240000000000002 y2[1] (analytic) 1.3183609756341483 y2[1] (numeric) 1.3183609756341477 absolute error 6.661338147750939e-16 relative error 5.052742208594843e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3183609756341483 y1[1] (numeric) 1.3183609756341477 absolute error 6.661338147750939e-16 relative error 5.052742208594843e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3250000000000002 y2[1] (analytic) 1.3193087858570012 y2[1] (numeric) 1.3193087858570003 absolute error 8.881784197001252e-16 relative error 6.732149662167066e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3193087858570012 y1[1] (numeric) 1.3193087858570003 absolute error 8.881784197001252e-16 relative error 6.732149662167066e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3260000000000002 y2[1] (analytic) 1.3202562767710946 y2[1] (numeric) 1.3202562767710937 absolute error 8.881784197001252e-16 relative error 6.727318289084849e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3202562767710946 y1[1] (numeric) 1.3202562767710937 absolute error 8.881784197001252e-16 relative error 6.727318289084849e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3270000000000002 y2[1] (analytic) 1.3212034474289378 y2[1] (numeric) 1.321203447428937 absolute error 8.881784197001252e-16 relative error 6.722495475080092e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3212034474289378 y1[1] (numeric) 1.321203447428937 absolute error 8.881784197001252e-16 relative error 6.722495475080092e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3280000000000002 y2[1] (analytic) 1.3221502968833605 y2[1] (numeric) 1.3221502968833596 absolute error 8.881784197001252e-16 relative error 6.717681203065826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3221502968833605 y1[1] (numeric) 1.3221502968833596 absolute error 8.881784197001252e-16 relative error 6.717681203065826e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3290000000000002 y2[1] (analytic) 1.3230968241875132 y2[1] (numeric) 1.3230968241875123 absolute error 8.881784197001252e-16 relative error 6.712875456001018e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3230968241875132 y1[1] (numeric) 1.3230968241875123 absolute error 8.881784197001252e-16 relative error 6.712875456001018e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y2[1] (analytic) 1.3240430283948685 y2[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3240430283948685 y1[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3310000000000002 y2[1] (analytic) 1.3249889085592226 y2[1] (numeric) 1.3249889085592217 absolute error 8.881784197001252e-16 relative error 6.703289468784459e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3249889085592226 y1[1] (numeric) 1.3249889085592217 absolute error 8.881784197001252e-16 relative error 6.703289468784459e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3320000000000002 y2[1] (analytic) 1.325934463734695 y2[1] (numeric) 1.3259344637346941 absolute error 8.881784197001252e-16 relative error 6.698509194779027e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.325934463734695 y1[1] (numeric) 1.3259344637346941 absolute error 8.881784197001252e-16 relative error 6.698509194779027e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3330000000000002 y2[1] (analytic) 1.326879692975731 y2[1] (numeric) 1.32687969297573 absolute error 8.881784197001252e-16 relative error 6.693737378015403e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.326879692975731 y1[1] (numeric) 1.32687969297573 absolute error 8.881784197001252e-16 relative error 6.693737378015403e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3340000000000002 y2[1] (analytic) 1.327824595337101 y2[1] (numeric) 1.3278245953371002 absolute error 8.881784197001252e-16 relative error 6.688974001680088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.327824595337101 y1[1] (numeric) 1.3278245953371002 absolute error 8.881784197001252e-16 relative error 6.688974001680088e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3350000000000002 y2[1] (analytic) 1.3287691698739033 y2[1] (numeric) 1.3287691698739024 absolute error 8.881784197001252e-16 relative error 6.68421904900466e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3287691698739033 y1[1] (numeric) 1.3287691698739024 absolute error 8.881784197001252e-16 relative error 6.68421904900466e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3360000000000002 y2[1] (analytic) 1.3297134156415629 y2[1] (numeric) 1.329713415641562 absolute error 8.881784197001252e-16 relative error 6.679472503265638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3297134156415629 y1[1] (numeric) 1.329713415641562 absolute error 8.881784197001252e-16 relative error 6.679472503265638e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3370000000000002 y2[1] (analytic) 1.3306573316958346 y2[1] (numeric) 1.3306573316958334 absolute error 1.1102230246251565e-15 relative error 8.343417934730431e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3306573316958346 y1[1] (numeric) 1.3306573316958334 absolute error 1.1102230246251565e-15 relative error 8.343417934730431e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3380000000000002 y2[1] (analytic) 1.3316009170928018 y2[1] (numeric) 1.331600917092801 absolute error 8.881784197001252e-16 relative error 6.670004565926763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3316009170928018 y1[1] (numeric) 1.331600917092801 absolute error 8.881784197001252e-16 relative error 6.670004565926763e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3390000000000002 y2[1] (analytic) 1.3325441708888799 y2[1] (numeric) 1.3325441708888788 absolute error 1.1102230246251565e-15 relative error 8.331603926379244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3325441708888799 y1[1] (numeric) 1.3325441708888788 absolute error 1.1102230246251565e-15 relative error 8.331603926379244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y2[1] (analytic) 1.3334870921408146 y2[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3334870921408146 y1[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3410000000000002 y2[1] (analytic) 1.334429679905685 y2[1] (numeric) 1.3344296799056838 absolute error 1.1102230246251565e-15 relative error 8.319831620528892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.334429679905685 y1[1] (numeric) 1.3344296799056838 absolute error 1.1102230246251565e-15 relative error 8.319831620528892e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3420000000000002 y2[1] (analytic) 1.3353719332409033 y2[1] (numeric) 1.3353719332409022 absolute error 1.1102230246251565e-15 relative error 8.313961054510725e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3353719332409033 y1[1] (numeric) 1.3353719332409022 absolute error 1.1102230246251565e-15 relative error 8.313961054510725e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3430000000000002 y2[1] (analytic) 1.3363138512042165 y2[1] (numeric) 1.3363138512042152 absolute error 1.3322676295501878e-15 relative error 9.969721022869122e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3363138512042165 y1[1] (numeric) 1.3363138512042152 absolute error 1.3322676295501878e-15 relative error 9.969721022869122e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3440000000000002 y2[1] (analytic) 1.3372554328537063 y2[1] (numeric) 1.3372554328537052 absolute error 1.1102230246251565e-15 relative error 8.302250993708344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3372554328537063 y1[1] (numeric) 1.3372554328537052 absolute error 1.1102230246251565e-15 relative error 8.302250993708344e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3450000000000002 y2[1] (analytic) 1.3381966772477916 y2[1] (numeric) 1.3381966772477902 absolute error 1.3322676295501878e-15 relative error 9.955693749667667e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3381966772477916 y1[1] (numeric) 1.3381966772477902 absolute error 1.3322676295501878e-15 relative error 9.955693749667667e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3460000000000002 y2[1] (analytic) 1.3391375834452275 y2[1] (numeric) 1.3391375834452264 absolute error 1.1102230246251565e-15 relative error 8.29058222508297e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3391375834452275 y1[1] (numeric) 1.3391375834452264 absolute error 1.1102230246251565e-15 relative error 8.29058222508297e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3470000000000002 y2[1] (analytic) 1.3400781505051085 y2[1] (numeric) 1.3400781505051074 absolute error 1.1102230246251565e-15 relative error 8.284763274490269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3400781505051085 y1[1] (numeric) 1.3400781505051074 absolute error 1.1102230246251565e-15 relative error 8.284763274490269e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3480000000000002 y2[1] (analytic) 1.3410183774868671 y2[1] (numeric) 1.341018377486866 absolute error 1.1102230246251565e-15 relative error 8.278954586034591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3410183774868671 y1[1] (numeric) 1.341018377486866 absolute error 1.1102230246251565e-15 relative error 8.278954586034591e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3490000000000002 y2[1] (analytic) 1.3419582634502767 y2[1] (numeric) 1.3419582634502758 absolute error 8.881784197001252e-16 relative error 6.618524911620955e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3419582634502767 y1[1] (numeric) 1.3419582634502758 absolute error 8.881784197001252e-16 relative error 6.618524911620955e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y2[1] (analytic) 1.3428978074554516 y2[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3428978074554516 y1[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3510000000000002 y2[1] (analytic) 1.3438370085628475 y2[1] (numeric) 1.3438370085628464 absolute error 1.1102230246251565e-15 relative error 8.261589891861015e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3438370085628475 y1[1] (numeric) 1.3438370085628464 absolute error 1.1102230246251565e-15 relative error 8.261589891861015e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3520000000000002 y2[1] (analytic) 1.3447758658332634 y2[1] (numeric) 1.3447758658332623 absolute error 1.1102230246251565e-15 relative error 8.255822050593012e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3447758658332634 y1[1] (numeric) 1.3447758658332623 absolute error 1.1102230246251565e-15 relative error 8.255822050593012e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3530000000000002 y2[1] (analytic) 1.345714378327842 y2[1] (numeric) 1.3457143783278411 absolute error 8.881784197001252e-16 relative error 6.600051496839605e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.345714378327842 y1[1] (numeric) 1.3457143783278411 absolute error 8.881784197001252e-16 relative error 6.600051496839605e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3540000000000002 y2[1] (analytic) 1.3466525451080713 y2[1] (numeric) 1.3466525451080704 absolute error 8.881784197001252e-16 relative error 6.595453466646419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3466525451080713 y1[1] (numeric) 1.3466525451080704 absolute error 8.881784197001252e-16 relative error 6.595453466646419e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3550000000000002 y2[1] (analytic) 1.3475903652357846 y2[1] (numeric) 1.3475903652357835 absolute error 1.1102230246251565e-15 relative error 8.238579417499053e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3475903652357846 y1[1] (numeric) 1.3475903652357835 absolute error 1.1102230246251565e-15 relative error 8.238579417499053e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3560000000000002 y2[1] (analytic) 1.3485278377731613 y2[1] (numeric) 1.3485278377731602 absolute error 1.1102230246251565e-15 relative error 8.23285210380588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3485278377731613 y1[1] (numeric) 1.3485278377731602 absolute error 1.1102230246251565e-15 relative error 8.23285210380588e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3570000000000002 y2[1] (analytic) 1.3494649617827292 y2[1] (numeric) 1.3494649617827283 absolute error 8.881784197001252e-16 relative error 6.581707897971541e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3494649617827292 y1[1] (numeric) 1.3494649617827283 absolute error 8.881784197001252e-16 relative error 6.581707897971541e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3580000000000002 y2[1] (analytic) 1.3504017363273648 y2[1] (numeric) 1.3504017363273637 absolute error 1.1102230246251565e-15 relative error 8.221427703763081e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3504017363273648 y1[1] (numeric) 1.3504017363273637 absolute error 1.1102230246251565e-15 relative error 8.221427703763081e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3590000000000002 y2[1] (analytic) 1.3513381604702932 y2[1] (numeric) 1.351338160470292 absolute error 1.1102230246251565e-15 relative error 8.215730578042556e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3513381604702932 y1[1] (numeric) 1.351338160470292 absolute error 1.1102230246251565e-15 relative error 8.215730578042556e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y2[1] (analytic) 1.35227423327509 y2[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.35227423327509 y1[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3610000000000002 y2[1] (analytic) 1.3532099538056834 y2[1] (numeric) 1.3532099538056823 absolute error 1.1102230246251565e-15 relative error 8.204366377167375e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3532099538056834 y1[1] (numeric) 1.3532099538056823 absolute error 1.1102230246251565e-15 relative error 8.204366377167375e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3620000000000002 y2[1] (analytic) 1.354145321126352 y2[1] (numeric) 1.3541453211263512 absolute error 8.881784197001252e-16 relative error 6.558959410363398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.354145321126352 y1[1] (numeric) 1.3541453211263512 absolute error 8.881784197001252e-16 relative error 6.558959410363398e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3630000000000002 y2[1] (analytic) 1.3550803343017295 y2[1] (numeric) 1.3550803343017284 absolute error 1.1102230246251565e-15 relative error 8.19304211360467e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3550803343017295 y1[1] (numeric) 1.3550803343017284 absolute error 1.1102230246251565e-15 relative error 8.19304211360467e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3640000000000002 y2[1] (analytic) 1.356014992396802 y2[1] (numeric) 1.3560149923968008 absolute error 1.1102230246251565e-15 relative error 8.187394909718514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.356014992396802 y1[1] (numeric) 1.3560149923968008 absolute error 1.1102230246251565e-15 relative error 8.187394909718514e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3650000000000002 y2[1] (analytic) 1.3569492944769115 y2[1] (numeric) 1.3569492944769106 absolute error 8.881784197001252e-16 relative error 6.545406105557599e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3569492944769115 y1[1] (numeric) 1.3569492944769106 absolute error 8.881784197001252e-16 relative error 6.545406105557599e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3660000000000002 y2[1] (analytic) 1.3578832396077565 y2[1] (numeric) 1.3578832396077556 absolute error 8.881784197001252e-16 relative error 6.540904208794034e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3578832396077565 y1[1] (numeric) 1.3578832396077556 absolute error 8.881784197001252e-16 relative error 6.540904208794034e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3670000000000002 y2[1] (analytic) 1.3588168268553917 y2[1] (numeric) 1.3588168268553908 absolute error 8.881784197001252e-16 relative error 6.536410222086889e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3588168268553917 y1[1] (numeric) 1.3588168268553908 absolute error 8.881784197001252e-16 relative error 6.536410222086889e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3680000000000002 y2[1] (analytic) 1.3597500552862303 y2[1] (numeric) 1.3597500552862292 absolute error 1.1102230246251565e-15 relative error 8.164905162599551e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3597500552862303 y1[1] (numeric) 1.3597500552862292 absolute error 1.1102230246251565e-15 relative error 8.164905162599551e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3690000000000002 y2[1] (analytic) 1.360682923967043 y2[1] (numeric) 1.3606829239670422 absolute error 8.881784197001252e-16 relative error 6.527445917456355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.360682923967043 y1[1] (numeric) 1.3606829239670422 absolute error 8.881784197001252e-16 relative error 6.527445917456355e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y2[1] (analytic) 1.3616154319649623 y2[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3616154319649623 y1[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3710000000000002 y2[1] (analytic) 1.3625475783474794 y2[1] (numeric) 1.3625475783474783 absolute error 1.1102230246251565e-15 relative error 8.148141336625131e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3625475783474794 y1[1] (numeric) 1.3625475783474783 absolute error 1.1102230246251565e-15 relative error 8.148141336625131e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3720000000000002 y2[1] (analytic) 1.3634793621824486 y2[1] (numeric) 1.3634793621824475 absolute error 1.1102230246251565e-15 relative error 8.142573004171342e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3634793621824486 y1[1] (numeric) 1.3634793621824475 absolute error 1.1102230246251565e-15 relative error 8.142573004171342e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3730000000000002 y2[1] (analytic) 1.3644107825380858 y2[1] (numeric) 1.3644107825380847 absolute error 1.1102230246251565e-15 relative error 8.137014444872039e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3644107825380858 y1[1] (numeric) 1.3644107825380847 absolute error 1.1102230246251565e-15 relative error 8.137014444872039e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3740000000000002 y2[1] (analytic) 1.3653418384829707 y2[1] (numeric) 1.3653418384829696 absolute error 1.1102230246251565e-15 relative error 8.131465639833638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3653418384829707 y1[1] (numeric) 1.3653418384829696 absolute error 1.1102230246251565e-15 relative error 8.131465639833638e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3750000000000002 y2[1] (analytic) 1.3662725290860478 y2[1] (numeric) 1.3662725290860467 absolute error 1.1102230246251565e-15 relative error 8.125926570212368e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3662725290860478 y1[1] (numeric) 1.3662725290860467 absolute error 1.1102230246251565e-15 relative error 8.125926570212368e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3760000000000002 y2[1] (analytic) 1.3672028534166263 y2[1] (numeric) 1.3672028534166252 absolute error 1.1102230246251565e-15 relative error 8.120397217214111e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3672028534166263 y1[1] (numeric) 1.3672028534166252 absolute error 1.1102230246251565e-15 relative error 8.120397217214111e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3770000000000002 y2[1] (analytic) 1.368132810544382 y2[1] (numeric) 1.3681328105443809 absolute error 1.1102230246251565e-15 relative error 8.114877562094262e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.368132810544382 y1[1] (numeric) 1.3681328105443809 absolute error 1.1102230246251565e-15 relative error 8.114877562094262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3780000000000002 y2[1] (analytic) 1.3690623995393576 y2[1] (numeric) 1.3690623995393567 absolute error 8.881784197001252e-16 relative error 6.487494068926053e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3690623995393576 y1[1] (numeric) 1.3690623995393567 absolute error 8.881784197001252e-16 relative error 6.487494068926053e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3790000000000002 y2[1] (analytic) 1.3699916194719646 y2[1] (numeric) 1.3699916194719637 absolute error 8.881784197001252e-16 relative error 6.483093816606379e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3699916194719646 y1[1] (numeric) 1.3699916194719637 absolute error 8.881784197001252e-16 relative error 6.483093816606379e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y2[1] (analytic) 1.3709204694129828 y2[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3709204694129828 y1[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3810000000000002 y2[1] (analytic) 1.3718489484335628 y2[1] (numeric) 1.3718489484335619 absolute error 8.881784197001252e-16 relative error 6.474316437784833e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3718489484335628 y1[1] (numeric) 1.3718489484335619 absolute error 8.881784197001252e-16 relative error 6.474316437784833e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38200000000000023 y2[1] (analytic) 1.372777055605225 y2[1] (numeric) 1.3727770556052243 absolute error 6.661338147750939e-16 relative error 4.852454461233775e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.372777055605225 y1[1] (numeric) 1.3727770556052243 absolute error 6.661338147750939e-16 relative error 4.852454461233775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38300000000000023 y2[1] (analytic) 1.373704789999863 y2[1] (numeric) 1.3737047899998622 absolute error 6.661338147750939e-16 relative error 4.849177345994116e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.373704789999863 y1[1] (numeric) 1.3737047899998622 absolute error 6.661338147750939e-16 relative error 4.849177345994116e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38400000000000023 y2[1] (analytic) 1.3746321506897419 y2[1] (numeric) 1.3746321506897412 absolute error 6.661338147750939e-16 relative error 4.8459059715782985e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3746321506897419 y1[1] (numeric) 1.3746321506897412 absolute error 6.661338147750939e-16 relative error 4.8459059715782985e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38500000000000023 y2[1] (analytic) 1.3755591367475013 y2[1] (numeric) 1.3755591367475006 absolute error 6.661338147750939e-16 relative error 4.842640326973961e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3755591367475013 y1[1] (numeric) 1.3755591367475006 absolute error 6.661338147750939e-16 relative error 4.842640326973961e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38600000000000023 y2[1] (analytic) 1.3764857472461554 y2[1] (numeric) 1.3764857472461547 absolute error 6.661338147750939e-16 relative error 4.839380401197645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3764857472461554 y1[1] (numeric) 1.3764857472461547 absolute error 6.661338147750939e-16 relative error 4.839380401197645e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38700000000000023 y2[1] (analytic) 1.3774119812590937 y2[1] (numeric) 1.3774119812590928 absolute error 8.881784197001252e-16 relative error 6.448168244392941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3774119812590937 y1[1] (numeric) 1.3774119812590928 absolute error 8.881784197001252e-16 relative error 6.448168244392941e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38800000000000023 y2[1] (analytic) 1.3783378378600821 y2[1] (numeric) 1.3783378378600812 absolute error 8.881784197001252e-16 relative error 6.443836883118971e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3783378378600821 y1[1] (numeric) 1.3783378378600812 absolute error 8.881784197001252e-16 relative error 6.443836883118971e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.38900000000000023 y2[1] (analytic) 1.3792633161232641 y2[1] (numeric) 1.3792633161232632 absolute error 8.881784197001252e-16 relative error 6.439513103245248e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3792633161232641 y1[1] (numeric) 1.3792633161232632 absolute error 8.881784197001252e-16 relative error 6.439513103245248e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y2[1] (analytic) 1.3801884151231616 y2[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3801884151231616 y1[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39100000000000024 y2[1] (analytic) 1.3811131339346758 y2[1] (numeric) 1.3811131339346747 absolute error 1.1102230246251565e-15 relative error 8.038610287212489e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3811131339346758 y1[1] (numeric) 1.3811131339346747 absolute error 1.1102230246251565e-15 relative error 8.038610287212489e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39200000000000024 y2[1] (analytic) 1.3820374716330877 y2[1] (numeric) 1.3820374716330865 absolute error 1.1102230246251565e-15 relative error 8.0332338841237e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3820374716330877 y1[1] (numeric) 1.3820374716330865 absolute error 1.1102230246251565e-15 relative error 8.0332338841237e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39300000000000024 y2[1] (analytic) 1.3829614272940598 y2[1] (numeric) 1.3829614272940587 absolute error 1.1102230246251565e-15 relative error 8.027866885611187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3829614272940598 y1[1] (numeric) 1.3829614272940587 absolute error 1.1102230246251565e-15 relative error 8.027866885611187e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39400000000000024 y2[1] (analytic) 1.3838849999936365 y2[1] (numeric) 1.3838849999936353 absolute error 1.1102230246251565e-15 relative error 8.022509273749348e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3838849999936365 y1[1] (numeric) 1.3838849999936353 absolute error 1.1102230246251565e-15 relative error 8.022509273749348e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39500000000000024 y2[1] (analytic) 1.3848081888082453 y2[1] (numeric) 1.3848081888082442 absolute error 1.1102230246251565e-15 relative error 8.017161030659455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3848081888082453 y1[1] (numeric) 1.3848081888082442 absolute error 1.1102230246251565e-15 relative error 8.017161030659455e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39600000000000024 y2[1] (analytic) 1.3857309928146972 y2[1] (numeric) 1.3857309928146961 absolute error 1.1102230246251565e-15 relative error 8.011822138509518e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3857309928146972 y1[1] (numeric) 1.3857309928146961 absolute error 1.1102230246251565e-15 relative error 8.011822138509518e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39700000000000024 y2[1] (analytic) 1.3866534110901885 y2[1] (numeric) 1.3866534110901874 absolute error 1.1102230246251565e-15 relative error 8.00649257951414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3866534110901885 y1[1] (numeric) 1.3866534110901874 absolute error 1.1102230246251565e-15 relative error 8.00649257951414e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39800000000000024 y2[1] (analytic) 1.387575442712301 y2[1] (numeric) 1.3875754427122997 absolute error 1.3322676295501878e-15 relative error 9.601406803121257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.387575442712301 y1[1] (numeric) 1.3875754427122997 absolute error 1.3322676295501878e-15 relative error 9.601406803121257e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.39900000000000024 y2[1] (analytic) 1.3884970867590032 y2[1] (numeric) 1.3884970867590019 absolute error 1.3322676295501878e-15 relative error 9.59503366809314e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3884970867590032 y1[1] (numeric) 1.3884970867590019 absolute error 1.3322676295501878e-15 relative error 9.59503366809314e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y2[1] (analytic) 1.3894183423086508 y2[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3894183423086508 y1[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40100000000000025 y2[1] (analytic) 1.3903392084399886 y2[1] (numeric) 1.3903392084399873 absolute error 1.3322676295501878e-15 relative error 9.582320785191988e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3903392084399886 y1[1] (numeric) 1.3903392084399873 absolute error 1.3322676295501878e-15 relative error 9.582320785191988e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40200000000000025 y2[1] (analytic) 1.3912596842321503 y2[1] (numeric) 1.3912596842321492 absolute error 1.1102230246251565e-15 relative error 7.979984162610875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3912596842321503 y1[1] (numeric) 1.3912596842321492 absolute error 1.1102230246251565e-15 relative error 7.979984162610875e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40300000000000025 y2[1] (analytic) 1.3921797687646607 y2[1] (numeric) 1.3921797687646595 absolute error 1.1102230246251565e-15 relative error 7.974710231641305e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3921797687646607 y1[1] (numeric) 1.3921797687646595 absolute error 1.1102230246251565e-15 relative error 7.974710231641305e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40400000000000025 y2[1] (analytic) 1.3930994611174348 y2[1] (numeric) 1.3930994611174337 absolute error 1.1102230246251565e-15 relative error 7.969445510621496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3930994611174348 y1[1] (numeric) 1.3930994611174337 absolute error 1.1102230246251565e-15 relative error 7.969445510621496e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40500000000000025 y2[1] (analytic) 1.3940187603707805 y2[1] (numeric) 1.3940187603707794 absolute error 1.1102230246251565e-15 relative error 7.964189982133811e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3940187603707805 y1[1] (numeric) 1.3940187603707794 absolute error 1.1102230246251565e-15 relative error 7.964189982133811e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40600000000000025 y2[1] (analytic) 1.394937665605399 y2[1] (numeric) 1.3949376656053978 absolute error 1.1102230246251565e-15 relative error 7.958943628805972e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.394937665605399 y1[1] (numeric) 1.3949376656053978 absolute error 1.1102230246251565e-15 relative error 7.958943628805972e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40700000000000025 y2[1] (analytic) 1.3958561759023844 y2[1] (numeric) 1.3958561759023833 absolute error 1.1102230246251565e-15 relative error 7.953706433310913e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3958561759023844 y1[1] (numeric) 1.3958561759023833 absolute error 1.1102230246251565e-15 relative error 7.953706433310913e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40800000000000025 y2[1] (analytic) 1.3967742903432272 y2[1] (numeric) 1.396774290343226 absolute error 1.1102230246251565e-15 relative error 7.948478378366652e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3967742903432272 y1[1] (numeric) 1.396774290343226 absolute error 1.1102230246251565e-15 relative error 7.948478378366652e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.40900000000000025 y2[1] (analytic) 1.3976920080098125 y2[1] (numeric) 1.3976920080098114 absolute error 1.1102230246251565e-15 relative error 7.943259446736152e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3976920080098125 y1[1] (numeric) 1.3976920080098114 absolute error 1.1102230246251565e-15 relative error 7.943259446736152e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y2[1] (analytic) 1.3986093279844232 y2[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3986093279844232 y1[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41100000000000025 y2[1] (analytic) 1.399526249349739 y2[1] (numeric) 1.3995262493497376 absolute error 1.3322676295501878e-15 relative error 9.519418661630667e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.399526249349739 y1[1] (numeric) 1.3995262493497376 absolute error 1.3322676295501878e-15 relative error 9.519418661630667e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41200000000000025 y2[1] (analytic) 1.4004427711888385 y2[1] (numeric) 1.4004427711888372 absolute error 1.3322676295501878e-15 relative error 9.513188664033899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4004427711888385 y1[1] (numeric) 1.4004427711888372 absolute error 1.3322676295501878e-15 relative error 9.513188664033899e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41300000000000026 y2[1] (analytic) 1.4013588925852005 y2[1] (numeric) 1.4013588925851992 absolute error 1.3322676295501878e-15 relative error 9.50696953221202e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4013588925852005 y1[1] (numeric) 1.4013588925851992 absolute error 1.3322676295501878e-15 relative error 9.50696953221202e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41400000000000026 y2[1] (analytic) 1.4022746126227033 y2[1] (numeric) 1.402274612622702 absolute error 1.3322676295501878e-15 relative error 9.500761245747864e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4022746126227033 y1[1] (numeric) 1.402274612622702 absolute error 1.3322676295501878e-15 relative error 9.500761245747864e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41500000000000026 y2[1] (analytic) 1.403189930385627 y2[1] (numeric) 1.4031899303856257 absolute error 1.3322676295501878e-15 relative error 9.494563784277242e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.403189930385627 y1[1] (numeric) 1.4031899303856257 absolute error 1.3322676295501878e-15 relative error 9.494563784277242e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41600000000000026 y2[1] (analytic) 1.4041048449586537 y2[1] (numeric) 1.4041048449586526 absolute error 1.1102230246251565e-15 relative error 7.906980939573989e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4041048449586537 y1[1] (numeric) 1.4041048449586526 absolute error 1.1102230246251565e-15 relative error 7.906980939573989e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41700000000000026 y2[1] (analytic) 1.4050193554268693 y2[1] (numeric) 1.4050193554268682 absolute error 1.1102230246251565e-15 relative error 7.901834379269826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4050193554268693 y1[1] (numeric) 1.4050193554268682 absolute error 1.1102230246251565e-15 relative error 7.901834379269826e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41800000000000026 y2[1] (analytic) 1.4059334608757632 y2[1] (numeric) 1.405933460875762 absolute error 1.1102230246251565e-15 relative error 7.896696789146713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4059334608757632 y1[1] (numeric) 1.405933460875762 absolute error 1.1102230246251565e-15 relative error 7.896696789146713e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.41900000000000026 y2[1] (analytic) 1.40684716039123 y2[1] (numeric) 1.406847160391229 absolute error 1.1102230246251565e-15 relative error 7.891568152409781e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.40684716039123 y1[1] (numeric) 1.406847160391229 absolute error 1.1102230246251565e-15 relative error 7.891568152409781e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y2[1] (analytic) 1.4077604530595704 y2[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4077604530595704 y1[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42100000000000026 y2[1] (analytic) 1.4086733379674916 y2[1] (numeric) 1.4086733379674905 absolute error 1.1102230246251565e-15 relative error 7.881337672132313e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4086733379674916 y1[1] (numeric) 1.4086733379674905 absolute error 1.1102230246251565e-15 relative error 7.881337672132313e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42200000000000026 y2[1] (analytic) 1.4095858142021092 y2[1] (numeric) 1.4095858142021078 absolute error 1.3322676295501878e-15 relative error 9.451482954262796e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4095858142021092 y1[1] (numeric) 1.4095858142021078 absolute error 1.3322676295501878e-15 relative error 9.451482954262796e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42300000000000026 y2[1] (analytic) 1.4104978808509463 y2[1] (numeric) 1.4104978808509452 absolute error 1.1102230246251565e-15 relative error 7.871142804946041e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4104978808509463 y1[1] (numeric) 1.4104978808509452 absolute error 1.1102230246251565e-15 relative error 7.871142804946041e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42400000000000027 y2[1] (analytic) 1.411409537001937 y2[1] (numeric) 1.411409537001936 absolute error 1.1102230246251565e-15 relative error 7.866058684734768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.411409537001937 y1[1] (numeric) 1.411409537001936 absolute error 1.1102230246251565e-15 relative error 7.866058684734768e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42500000000000027 y2[1] (analytic) 1.412320781743425 y2[1] (numeric) 1.4123207817434238 absolute error 1.1102230246251565e-15 relative error 7.860983418049356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.412320781743425 y1[1] (numeric) 1.4123207817434238 absolute error 1.1102230246251565e-15 relative error 7.860983418049356e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42600000000000027 y2[1] (analytic) 1.4132316141641654 y2[1] (numeric) 1.4132316141641643 absolute error 1.1102230246251565e-15 relative error 7.855916988396706e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4132316141641654 y1[1] (numeric) 1.4132316141641643 absolute error 1.1102230246251565e-15 relative error 7.855916988396706e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42700000000000027 y2[1] (analytic) 1.4141420333533263 y2[1] (numeric) 1.4141420333533252 absolute error 1.1102230246251565e-15 relative error 7.850859379326327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4141420333533263 y1[1] (numeric) 1.4141420333533252 absolute error 1.1102230246251565e-15 relative error 7.850859379326327e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42800000000000027 y2[1] (analytic) 1.4150520384004883 y2[1] (numeric) 1.4150520384004872 absolute error 1.1102230246251565e-15 relative error 7.845810574430204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4150520384004883 y1[1] (numeric) 1.4150520384004872 absolute error 1.1102230246251565e-15 relative error 7.845810574430204e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.42900000000000027 y2[1] (analytic) 1.4159616283956464 y2[1] (numeric) 1.4159616283956453 absolute error 1.1102230246251565e-15 relative error 7.840770557342668e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4159616283956464 y1[1] (numeric) 1.4159616283956453 absolute error 1.1102230246251565e-15 relative error 7.840770557342668e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y2[1] (analytic) 1.416870802429211 y2[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.416870802429211 y1[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43100000000000027 y2[1] (analytic) 1.4177795595920077 y2[1] (numeric) 1.4177795595920066 absolute error 1.1102230246251565e-15 relative error 7.830716821341702e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4177795595920077 y1[1] (numeric) 1.4177795595920066 absolute error 1.1102230246251565e-15 relative error 7.830716821341702e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4320000000000003 y2[1] (analytic) 1.4186878989752798 y2[1] (numeric) 1.4186878989752787 absolute error 1.1102230246251565e-15 relative error 7.825703069907569e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4186878989752798 y1[1] (numeric) 1.4186878989752787 absolute error 1.1102230246251565e-15 relative error 7.825703069907569e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4330000000000003 y2[1] (analytic) 1.4195958196706877 y2[1] (numeric) 1.4195958196706866 absolute error 1.1102230246251565e-15 relative error 7.82069804124037e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4195958196706877 y1[1] (numeric) 1.4195958196706866 absolute error 1.1102230246251565e-15 relative error 7.82069804124037e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4340000000000003 y2[1] (analytic) 1.4205033207703108 y2[1] (numeric) 1.4205033207703097 absolute error 1.1102230246251565e-15 relative error 7.815701719184328e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4205033207703108 y1[1] (numeric) 1.4205033207703097 absolute error 1.1102230246251565e-15 relative error 7.815701719184328e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4350000000000003 y2[1] (analytic) 1.4214104013666482 y2[1] (numeric) 1.421410401366647 absolute error 1.1102230246251565e-15 relative error 7.810714087625268e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4214104013666482 y1[1] (numeric) 1.421410401366647 absolute error 1.1102230246251565e-15 relative error 7.810714087625268e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4360000000000003 y2[1] (analytic) 1.4223170605526194 y2[1] (numeric) 1.4223170605526183 absolute error 1.1102230246251565e-15 relative error 7.8057351304905e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4223170605526194 y1[1] (numeric) 1.4223170605526183 absolute error 1.1102230246251565e-15 relative error 7.8057351304905e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4370000000000003 y2[1] (analytic) 1.4232232974215653 y2[1] (numeric) 1.4232232974215642 absolute error 1.1102230246251565e-15 relative error 7.800764831748699e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4232232974215653 y1[1] (numeric) 1.4232232974215642 absolute error 1.1102230246251565e-15 relative error 7.800764831748699e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4380000000000003 y2[1] (analytic) 1.424129111067249 y2[1] (numeric) 1.4241291110672478 absolute error 1.1102230246251565e-15 relative error 7.79580317540978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.424129111067249 y1[1] (numeric) 1.4241291110672478 absolute error 1.1102230246251565e-15 relative error 7.79580317540978e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4390000000000003 y2[1] (analytic) 1.4250345005838572 y2[1] (numeric) 1.4250345005838558 absolute error 1.3322676295501878e-15 relative error 9.349020174629727e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4250345005838572 y1[1] (numeric) 1.4250345005838558 absolute error 1.3322676295501878e-15 relative error 9.349020174629727e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y2[1] (analytic) 1.4259394650659998 y2[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4259394650659998 y1[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4410000000000003 y2[1] (analytic) 1.426844003608713 y2[1] (numeric) 1.426844003608712 absolute error 1.1102230246251565e-15 relative error 7.780969901525519e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.426844003608713 y1[1] (numeric) 1.426844003608712 absolute error 1.1102230246251565e-15 relative error 7.780969901525519e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4420000000000003 y2[1] (analytic) 1.4277481153074583 y2[1] (numeric) 1.4277481153074572 absolute error 1.1102230246251565e-15 relative error 7.776042655717852e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4277481153074583 y1[1] (numeric) 1.4277481153074572 absolute error 1.1102230246251565e-15 relative error 7.776042655717852e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4430000000000003 y2[1] (analytic) 1.4286517992581238 y2[1] (numeric) 1.4286517992581227 absolute error 1.1102230246251565e-15 relative error 7.771123972977024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4286517992581238 y1[1] (numeric) 1.4286517992581227 absolute error 1.1102230246251565e-15 relative error 7.771123972977024e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4440000000000003 y2[1] (analytic) 1.429555054557026 y2[1] (numeric) 1.4295550545570246 absolute error 1.3322676295501878e-15 relative error 9.31945660506944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.429555054557026 y1[1] (numeric) 1.4295550545570246 absolute error 1.3322676295501878e-15 relative error 9.31945660506944e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4450000000000003 y2[1] (analytic) 1.4304578803009091 y2[1] (numeric) 1.4304578803009078 absolute error 1.3322676295501878e-15 relative error 9.313574680506733e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4304578803009091 y1[1] (numeric) 1.4304578803009078 absolute error 1.3322676295501878e-15 relative error 9.313574680506733e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4460000000000003 y2[1] (analytic) 1.431360275586948 y2[1] (numeric) 1.4313602755869466 absolute error 1.3322676295501878e-15 relative error 9.307702975086927e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.431360275586948 y1[1] (numeric) 1.4313602755869466 absolute error 1.3322676295501878e-15 relative error 9.307702975086927e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4470000000000003 y2[1] (analytic) 1.4322622395127471 y2[1] (numeric) 1.4322622395127458 absolute error 1.3322676295501878e-15 relative error 9.301841470060837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4322622395127471 y1[1] (numeric) 1.4322622395127458 absolute error 1.3322676295501878e-15 relative error 9.301841470060837e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4480000000000003 y2[1] (analytic) 1.4331637711763427 y2[1] (numeric) 1.4331637711763414 absolute error 1.3322676295501878e-15 relative error 9.29599014672734e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4331637711763427 y1[1] (numeric) 1.4331637711763414 absolute error 1.3322676295501878e-15 relative error 9.29599014672734e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4490000000000003 y2[1] (analytic) 1.4340648696762033 y2[1] (numeric) 1.434064869676202 absolute error 1.3322676295501878e-15 relative error 9.290148986433228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4340648696762033 y1[1] (numeric) 1.434064869676202 absolute error 1.3322676295501878e-15 relative error 9.290148986433228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y2[1] (analytic) 1.4349655341112304 y2[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4349655341112304 y1[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4510000000000003 y2[1] (analytic) 1.4358657635807597 y2[1] (numeric) 1.4358657635807583 absolute error 1.3322676295501878e-15 relative error 9.278497080589073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4358657635807597 y1[1] (numeric) 1.4358657635807583 absolute error 1.3322676295501878e-15 relative error 9.278497080589073e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4520000000000003 y2[1] (analytic) 1.4367655571845617 y2[1] (numeric) 1.4367655571845603 absolute error 1.3322676295501878e-15 relative error 9.272686297970948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4367655571845617 y1[1] (numeric) 1.4367655571845603 absolute error 1.3322676295501878e-15 relative error 9.272686297970948e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4530000000000003 y2[1] (analytic) 1.4376649140228428 y2[1] (numeric) 1.4376649140228415 absolute error 1.3322676295501878e-15 relative error 9.266885604255761e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4376649140228428 y1[1] (numeric) 1.4376649140228415 absolute error 1.3322676295501878e-15 relative error 9.266885604255761e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4540000000000003 y2[1] (analytic) 1.4385638331962465 y2[1] (numeric) 1.4385638331962451 absolute error 1.3322676295501878e-15 relative error 9.261094981027805e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4385638331962465 y1[1] (numeric) 1.4385638331962451 absolute error 1.3322676295501878e-15 relative error 9.261094981027805e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4550000000000003 y2[1] (analytic) 1.4394623138058535 y2[1] (numeric) 1.4394623138058522 absolute error 1.3322676295501878e-15 relative error 9.255314409918456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4394623138058535 y1[1] (numeric) 1.4394623138058522 absolute error 1.3322676295501878e-15 relative error 9.255314409918456e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4560000000000003 y2[1] (analytic) 1.4403603549531834 y2[1] (numeric) 1.440360354953182 absolute error 1.3322676295501878e-15 relative error 9.24954387260604e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4403603549531834 y1[1] (numeric) 1.440360354953182 absolute error 1.3322676295501878e-15 relative error 9.24954387260604e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4570000000000003 y2[1] (analytic) 1.4412579557401948 y2[1] (numeric) 1.4412579557401937 absolute error 1.1102230246251565e-15 relative error 7.703152792346414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4412579557401948 y1[1] (numeric) 1.4412579557401937 absolute error 1.1102230246251565e-15 relative error 7.703152792346414e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4580000000000003 y2[1] (analytic) 1.4421551152692875 y2[1] (numeric) 1.4421551152692862 absolute error 1.3322676295501878e-15 relative error 9.238032826319236e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4421551152692875 y1[1] (numeric) 1.4421551152692862 absolute error 1.3322676295501878e-15 relative error 9.238032826319236e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4590000000000003 y2[1] (analytic) 1.4430518326433015 y2[1] (numeric) 1.4430518326433004 absolute error 1.1102230246251565e-15 relative error 7.693576900779178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4430518326433015 y1[1] (numeric) 1.4430518326433004 absolute error 1.1102230246251565e-15 relative error 7.693576900779178e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y2[1] (analytic) 1.44394810696552 y2[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.44394810696552 y1[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4610000000000003 y2[1] (analytic) 1.4448439373396684 y2[1] (numeric) 1.4448439373396673 absolute error 1.1102230246251565e-15 relative error 7.684034212507162e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4448439373396684 y1[1] (numeric) 1.4448439373396673 absolute error 1.1102230246251565e-15 relative error 7.684034212507162e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4620000000000003 y2[1] (analytic) 1.4457393228699167 y2[1] (numeric) 1.4457393228699156 absolute error 1.1102230246251565e-15 relative error 7.679275281945493e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4457393228699167 y1[1] (numeric) 1.4457393228699156 absolute error 1.1102230246251565e-15 relative error 7.679275281945493e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4630000000000003 y2[1] (analytic) 1.4466342626608792 y2[1] (numeric) 1.4466342626608781 absolute error 1.1102230246251565e-15 relative error 7.674524607090794e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4466342626608792 y1[1] (numeric) 1.4466342626608781 absolute error 1.1102230246251565e-15 relative error 7.674524607090794e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4640000000000003 y2[1] (analytic) 1.4475287558176162 y2[1] (numeric) 1.447528755817615 absolute error 1.1102230246251565e-15 relative error 7.669782172983933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4475287558176162 y1[1] (numeric) 1.447528755817615 absolute error 1.1102230246251565e-15 relative error 7.669782172983933e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4650000000000003 y2[1] (analytic) 1.4484228014456346 y2[1] (numeric) 1.4484228014456335 absolute error 1.1102230246251565e-15 relative error 7.665047964703888e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4484228014456346 y1[1] (numeric) 1.4484228014456335 absolute error 1.1102230246251565e-15 relative error 7.665047964703888e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4660000000000003 y2[1] (analytic) 1.4493163986508892 y2[1] (numeric) 1.449316398650888 absolute error 1.3322676295501878e-15 relative error 9.19238636084117e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4493163986508892 y1[1] (numeric) 1.449316398650888 absolute error 1.3322676295501878e-15 relative error 9.19238636084117e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4670000000000003 y2[1] (analytic) 1.4502095465397824 y2[1] (numeric) 1.450209546539781 absolute error 1.3322676295501878e-15 relative error 9.186724999356091e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4502095465397824 y1[1] (numeric) 1.450209546539781 absolute error 1.3322676295501878e-15 relative error 9.186724999356091e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4680000000000003 y2[1] (analytic) 1.4511022442191666 y2[1] (numeric) 1.4511022442191652 absolute error 1.3322676295501878e-15 relative error 9.181073455420619e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4511022442191666 y1[1] (numeric) 1.4511022442191652 absolute error 1.3322676295501878e-15 relative error 9.181073455420619e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4690000000000003 y2[1] (analytic) 1.451994490796344 y2[1] (numeric) 1.451994490796343 absolute error 1.1102230246251565e-15 relative error 7.646193092759302e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.451994490796344 y1[1] (numeric) 1.451994490796343 absolute error 1.1102230246251565e-15 relative error 7.646193092759302e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y2[1] (analytic) 1.4528862853790685 y2[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4528862853790685 y1[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4710000000000003 y2[1] (analytic) 1.4537776270755454 y2[1] (numeric) 1.4537776270755443 absolute error 1.1102230246251565e-15 relative error 7.636814626584317e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4537776270755454 y1[1] (numeric) 1.4537776270755443 absolute error 1.1102230246251565e-15 relative error 7.636814626584317e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4720000000000003 y2[1] (analytic) 1.454668514994433 y2[1] (numeric) 1.4546685149944318 absolute error 1.1102230246251565e-15 relative error 7.632137584481956e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.454668514994433 y1[1] (numeric) 1.4546685149944318 absolute error 1.1102230246251565e-15 relative error 7.632137584481956e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4730000000000003 y2[1] (analytic) 1.4555589482448434 y2[1] (numeric) 1.4555589482448423 absolute error 1.1102230246251565e-15 relative error 7.627468650197209e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4555589482448434 y1[1] (numeric) 1.4555589482448423 absolute error 1.1102230246251565e-15 relative error 7.627468650197209e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4740000000000003 y2[1] (analytic) 1.4564489259363436 y2[1] (numeric) 1.4564489259363425 absolute error 1.1102230246251565e-15 relative error 7.622807809147168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4564489259363436 y1[1] (numeric) 1.4564489259363425 absolute error 1.1102230246251565e-15 relative error 7.622807809147168e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4750000000000003 y2[1] (analytic) 1.4573384471789557 y2[1] (numeric) 1.4573384471789548 absolute error 8.881784197001252e-16 relative error 6.094524037428762e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4573384471789557 y1[1] (numeric) 1.4573384471789548 absolute error 8.881784197001252e-16 relative error 6.094524037428762e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4760000000000003 y2[1] (analytic) 1.4582275110831588 y2[1] (numeric) 1.458227511083158 absolute error 8.881784197001252e-16 relative error 6.090808278883683e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4582275110831588 y1[1] (numeric) 1.458227511083158 absolute error 8.881784197001252e-16 relative error 6.090808278883683e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4770000000000003 y2[1] (analytic) 1.4591161167598892 y2[1] (numeric) 1.4591161167598883 absolute error 8.881784197001252e-16 relative error 6.087098960104784e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4591161167598892 y1[1] (numeric) 1.4591161167598883 absolute error 8.881784197001252e-16 relative error 6.087098960104784e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4780000000000003 y2[1] (analytic) 1.460004263320541 y2[1] (numeric) 1.4600042633205401 absolute error 8.881784197001252e-16 relative error 6.083396069543719e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.460004263320541 y1[1] (numeric) 1.4600042633205401 absolute error 8.881784197001252e-16 relative error 6.083396069543719e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4790000000000003 y2[1] (analytic) 1.460891949876968 y2[1] (numeric) 1.460891949876967 absolute error 8.881784197001252e-16 relative error 6.079699595681426e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.460891949876968 y1[1] (numeric) 1.460891949876967 absolute error 8.881784197001252e-16 relative error 6.079699595681426e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y2[1] (analytic) 1.461779175541483 y2[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.461779175541483 y1[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4810000000000003 y2[1] (analytic) 1.4626659394268615 y2[1] (numeric) 1.4626659394268606 absolute error 8.881784197001252e-16 relative error 6.072325852122827e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4626659394268615 y1[1] (numeric) 1.4626659394268606 absolute error 8.881784197001252e-16 relative error 6.072325852122827e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4820000000000003 y2[1] (analytic) 1.4635522406463388 y2[1] (numeric) 1.463552240646338 absolute error 8.881784197001252e-16 relative error 6.068648559534061e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4635522406463388 y1[1] (numeric) 1.463552240646338 absolute error 8.881784197001252e-16 relative error 6.068648559534061e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4830000000000003 y2[1] (analytic) 1.4644380783136142 y2[1] (numeric) 1.4644380783136133 absolute error 8.881784197001252e-16 relative error 6.064977637858984e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4644380783136142 y1[1] (numeric) 1.4644380783136133 absolute error 8.881784197001252e-16 relative error 6.064977637858984e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4840000000000003 y2[1] (analytic) 1.46532345154285 y2[1] (numeric) 1.465323451542849 absolute error 8.881784197001252e-16 relative error 6.061313075723695e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.46532345154285 y1[1] (numeric) 1.465323451542849 absolute error 8.881784197001252e-16 relative error 6.061313075723695e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4850000000000003 y2[1] (analytic) 1.466208359448673 y2[1] (numeric) 1.4662083594486721 absolute error 8.881784197001252e-16 relative error 6.057654861783083e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.466208359448673 y1[1] (numeric) 1.4662083594486721 absolute error 8.881784197001252e-16 relative error 6.057654861783083e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4860000000000003 y2[1] (analytic) 1.4670928011461755 y2[1] (numeric) 1.4670928011461746 absolute error 8.881784197001252e-16 relative error 6.054002984720737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4670928011461755 y1[1] (numeric) 1.4670928011461746 absolute error 8.881784197001252e-16 relative error 6.054002984720737e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4870000000000003 y2[1] (analytic) 1.4679767757509157 y2[1] (numeric) 1.4679767757509148 absolute error 8.881784197001252e-16 relative error 6.050357433248863e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4679767757509157 y1[1] (numeric) 1.4679767757509148 absolute error 8.881784197001252e-16 relative error 6.050357433248863e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4880000000000003 y2[1] (analytic) 1.4688602823789192 y2[1] (numeric) 1.4688602823789183 absolute error 8.881784197001252e-16 relative error 6.046718196108209e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4688602823789192 y1[1] (numeric) 1.4688602823789183 absolute error 8.881784197001252e-16 relative error 6.046718196108209e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4890000000000003 y2[1] (analytic) 1.4697433201466792 y2[1] (numeric) 1.4697433201466785 absolute error 6.661338147750939e-16 relative error 4.5323139465509823e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4697433201466792 y1[1] (numeric) 1.4697433201466785 absolute error 6.661338147750939e-16 relative error 4.5323139465509823e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y2[1] (analytic) 1.4706258881711582 y2[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4706258881711582 y1[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4910000000000003 y2[1] (analytic) 1.4715079855697886 y2[1] (numeric) 1.4715079855697877 absolute error 8.881784197001252e-16 relative error 6.035838258507378e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4715079855697886 y1[1] (numeric) 1.4715079855697877 absolute error 8.881784197001252e-16 relative error 6.035838258507378e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4920000000000003 y2[1] (analytic) 1.4723896114604724 y2[1] (numeric) 1.4723896114604715 absolute error 8.881784197001252e-16 relative error 6.03222416666697e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4723896114604724 y1[1] (numeric) 1.4723896114604715 absolute error 8.881784197001252e-16 relative error 6.03222416666697e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4930000000000003 y2[1] (analytic) 1.4732707649615842 y2[1] (numeric) 1.4732707649615833 absolute error 8.881784197001252e-16 relative error 6.028616333286737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4732707649615842 y1[1] (numeric) 1.4732707649615833 absolute error 8.881784197001252e-16 relative error 6.028616333286737e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4940000000000003 y2[1] (analytic) 1.4741514451919704 y2[1] (numeric) 1.4741514451919695 absolute error 8.881784197001252e-16 relative error 6.025014747276952e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4741514451919704 y1[1] (numeric) 1.4741514451919695 absolute error 8.881784197001252e-16 relative error 6.025014747276952e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.49500000000000033 y2[1] (analytic) 1.4750316512709511 y2[1] (numeric) 1.47503165127095 absolute error 1.1102230246251565e-15 relative error 7.526774246969822e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4750316512709511 y1[1] (numeric) 1.47503165127095 absolute error 1.1102230246251565e-15 relative error 7.526774246969822e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.49600000000000033 y2[1] (analytic) 1.47591138231832 y2[1] (numeric) 1.475911382318319 absolute error 1.1102230246251565e-15 relative error 7.522287841436993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.47591138231832 y1[1] (numeric) 1.475911382318319 absolute error 1.1102230246251565e-15 relative error 7.522287841436993e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.49700000000000033 y2[1] (analytic) 1.4767906374543462 y2[1] (numeric) 1.4767906374543451 absolute error 1.1102230246251565e-15 relative error 7.517809203740149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4767906374543462 y1[1] (numeric) 1.4767906374543451 absolute error 1.1102230246251565e-15 relative error 7.517809203740149e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.49800000000000033 y2[1] (analytic) 1.4776694157997747 y2[1] (numeric) 1.4776694157997736 absolute error 1.1102230246251565e-15 relative error 7.513338320156398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4776694157997747 y1[1] (numeric) 1.4776694157997736 absolute error 1.1102230246251565e-15 relative error 7.513338320156398e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.49900000000000033 y2[1] (analytic) 1.4785477164758274 y2[1] (numeric) 1.478547716475826 absolute error 1.3322676295501878e-15 relative error 9.010650212396909e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4785477164758274 y1[1] (numeric) 1.478547716475826 absolute error 1.3322676295501878e-15 relative error 9.010650212396909e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y2[1] (analytic) 1.4794255386042032 y2[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4794255386042032 y1[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5010000000000003 y2[1] (analytic) 1.4803028813070807 y2[1] (numeric) 1.480302881307079 absolute error 1.5543122344752192e-15 relative error 1.0499960880321935e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4803028813070807 y1[1] (numeric) 1.480302881307079 absolute error 1.5543122344752192e-15 relative error 1.0499960880321935e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5020000000000003 y2[1] (analytic) 1.4811797437071166 y2[1] (numeric) 1.481179743707115 absolute error 1.5543122344752192e-15 relative error 1.0493744875183518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4811797437071166 y1[1] (numeric) 1.481179743707115 absolute error 1.5543122344752192e-15 relative error 1.0493744875183518e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5030000000000003 y2[1] (analytic) 1.4820561249274489 y2[1] (numeric) 1.4820561249274475 absolute error 1.3322676295501878e-15 relative error 8.989319683256978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4820561249274489 y1[1] (numeric) 1.4820561249274475 absolute error 1.3322676295501878e-15 relative error 8.989319683256978e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5040000000000003 y2[1] (analytic) 1.4829320240916966 y2[1] (numeric) 1.4829320240916952 absolute error 1.3322676295501878e-15 relative error 8.984010109068948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4829320240916966 y1[1] (numeric) 1.4829320240916952 absolute error 1.3322676295501878e-15 relative error 8.984010109068948e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5050000000000003 y2[1] (analytic) 1.4838074403239605 y2[1] (numeric) 1.483807440323959 absolute error 1.5543122344752192e-15 relative error 1.0475161346649301e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4838074403239605 y1[1] (numeric) 1.483807440323959 absolute error 1.5543122344752192e-15 relative error 1.0475161346649301e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5060000000000003 y2[1] (analytic) 1.4846823727488243 y2[1] (numeric) 1.4846823727488228 absolute error 1.5543122344752192e-15 relative error 1.0468988269844399e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4846823727488243 y1[1] (numeric) 1.4846823727488228 absolute error 1.5543122344752192e-15 relative error 1.0468988269844399e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5070000000000003 y2[1] (analytic) 1.4855568204913556 y2[1] (numeric) 1.4855568204913543 absolute error 1.3322676295501878e-15 relative error 8.968136466900899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4855568204913556 y1[1] (numeric) 1.4855568204913543 absolute error 1.3322676295501878e-15 relative error 8.968136466900899e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5080000000000003 y2[1] (analytic) 1.486430782677107 y2[1] (numeric) 1.4864307826771057 absolute error 1.3322676295501878e-15 relative error 8.962863559315781e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.486430782677107 y1[1] (numeric) 1.4864307826771057 absolute error 1.3322676295501878e-15 relative error 8.962863559315781e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5090000000000003 y2[1] (analytic) 1.4873042584321163 y2[1] (numeric) 1.487304258432115 absolute error 1.3322676295501878e-15 relative error 8.957599778236602e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4873042584321163 y1[1] (numeric) 1.487304258432115 absolute error 1.3322676295501878e-15 relative error 8.957599778236602e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y2[1] (analytic) 1.4881772468829078 y2[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4881772468829078 y1[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5110000000000003 y2[1] (analytic) 1.489049747156493 y2[1] (numeric) 1.4890497471564916 absolute error 1.3322676295501878e-15 relative error 8.947099531726874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.489049747156493 y1[1] (numeric) 1.4890497471564916 absolute error 1.3322676295501878e-15 relative error 8.947099531726874e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5120000000000003 y2[1] (analytic) 1.4899217583803719 y2[1] (numeric) 1.4899217583803706 absolute error 1.3322676295501878e-15 relative error 8.941863034461871e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4899217583803719 y1[1] (numeric) 1.4899217583803706 absolute error 1.3322676295501878e-15 relative error 8.941863034461871e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5130000000000003 y2[1] (analytic) 1.4907932796825332 y2[1] (numeric) 1.4907932796825318 absolute error 1.3322676295501878e-15 relative error 8.93663560003367e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4907932796825332 y1[1] (numeric) 1.4907932796825318 absolute error 1.3322676295501878e-15 relative error 8.93663560003367e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5140000000000003 y2[1] (analytic) 1.4916643101914557 y2[1] (numeric) 1.4916643101914544 absolute error 1.3322676295501878e-15 relative error 8.931417212624674e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4916643101914557 y1[1] (numeric) 1.4916643101914544 absolute error 1.3322676295501878e-15 relative error 8.931417212624674e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5150000000000003 y2[1] (analytic) 1.492534849036109 y2[1] (numeric) 1.4925348490361077 absolute error 1.3322676295501878e-15 relative error 8.926207856456933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.492534849036109 y1[1] (numeric) 1.4925348490361077 absolute error 1.3322676295501878e-15 relative error 8.926207856456933e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5160000000000003 y2[1] (analytic) 1.4934048953459542 y2[1] (numeric) 1.4934048953459529 absolute error 1.3322676295501878e-15 relative error 8.921007515792037e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4934048953459542 y1[1] (numeric) 1.4934048953459529 absolute error 1.3322676295501878e-15 relative error 8.921007515792037e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5170000000000003 y2[1] (analytic) 1.4942744482509454 y2[1] (numeric) 1.494274448250944 absolute error 1.3322676295501878e-15 relative error 8.915816174931002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4942744482509454 y1[1] (numeric) 1.494274448250944 absolute error 1.3322676295501878e-15 relative error 8.915816174931002e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5180000000000003 y2[1] (analytic) 1.4951435068815293 y2[1] (numeric) 1.495143506881528 absolute error 1.3322676295501878e-15 relative error 8.910633818214165e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4951435068815293 y1[1] (numeric) 1.495143506881528 absolute error 1.3322676295501878e-15 relative error 8.910633818214165e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5190000000000003 y2[1] (analytic) 1.4960120703686477 y2[1] (numeric) 1.4960120703686464 absolute error 1.3322676295501878e-15 relative error 8.905460430021064e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4960120703686477 y1[1] (numeric) 1.4960120703686464 absolute error 1.3322676295501878e-15 relative error 8.905460430021064e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y2[1] (analytic) 1.496880137843737 y2[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.496880137843737 y1[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5210000000000004 y2[1] (analytic) 1.4977477084387298 y2[1] (numeric) 1.4977477084387287 absolute error 1.1102230246251565e-15 relative error 7.412617080766335e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4977477084387298 y1[1] (numeric) 1.4977477084387287 absolute error 1.1102230246251565e-15 relative error 7.412617080766335e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5220000000000004 y2[1] (analytic) 1.4986147812860557 y2[1] (numeric) 1.4986147812860546 absolute error 1.1102230246251565e-15 relative error 7.40832826747114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4986147812860557 y1[1] (numeric) 1.4986147812860546 absolute error 1.1102230246251565e-15 relative error 7.40832826747114e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5230000000000004 y2[1] (analytic) 1.4994813555186421 y2[1] (numeric) 1.4994813555186408 absolute error 1.3322676295501878e-15 relative error 8.884856251442898e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4994813555186421 y1[1] (numeric) 1.4994813555186408 absolute error 1.3322676295501878e-15 relative error 8.884856251442898e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5240000000000004 y2[1] (analytic) 1.5003474302699145 y2[1] (numeric) 1.5003474302699131 absolute error 1.3322676295501878e-15 relative error 8.879727472926129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5003474302699145 y1[1] (numeric) 1.5003474302699131 absolute error 1.3322676295501878e-15 relative error 8.879727472926129e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5250000000000004 y2[1] (analytic) 1.5012130046737981 y2[1] (numeric) 1.5012130046737968 absolute error 1.3322676295501878e-15 relative error 8.87460757002754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5012130046737981 y1[1] (numeric) 1.5012130046737968 absolute error 1.3322676295501878e-15 relative error 8.87460757002754e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5260000000000004 y2[1] (analytic) 1.5020780778647191 y2[1] (numeric) 1.5020780778647176 absolute error 1.5543122344752192e-15 relative error 1.034774594863107e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5020780778647191 y1[1] (numeric) 1.5020780778647176 absolute error 1.5543122344752192e-15 relative error 1.034774594863107e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5270000000000004 y2[1] (analytic) 1.5029426489776037 y2[1] (numeric) 1.5029426489776023 absolute error 1.3322676295501878e-15 relative error 8.864394329726954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5029426489776037 y1[1] (numeric) 1.5029426489776023 absolute error 1.3322676295501878e-15 relative error 8.864394329726954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5280000000000004 y2[1] (analytic) 1.5038067171478815 y2[1] (numeric) 1.5038067171478802 absolute error 1.3322676295501878e-15 relative error 8.859300961741716e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5038067171478815 y1[1] (numeric) 1.5038067171478802 absolute error 1.3322676295501878e-15 relative error 8.859300961741716e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5290000000000004 y2[1] (analytic) 1.5046702815114843 y2[1] (numeric) 1.5046702815114827 absolute error 1.5543122344752192e-15 relative error 1.032991914290929e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5046702815114843 y1[1] (numeric) 1.5046702815114827 absolute error 1.5543122344752192e-15 relative error 1.032991914290929e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y2[1] (analytic) 1.5055333412048473 y2[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5055333412048473 y1[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5310000000000004 y2[1] (analytic) 1.5063958953649115 y2[1] (numeric) 1.50639589536491 absolute error 1.5543122344752192e-15 relative error 1.0318085964371938e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5063958953649115 y1[1] (numeric) 1.50639589536491 absolute error 1.5543122344752192e-15 relative error 1.0318085964371938e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5320000000000004 y2[1] (analytic) 1.5072579431291222 y2[1] (numeric) 1.5072579431291209 absolute error 1.3322676295501878e-15 relative error 8.839015482541441e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5072579431291222 y1[1] (numeric) 1.5072579431291209 absolute error 1.3322676295501878e-15 relative error 8.839015482541441e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5330000000000004 y2[1] (analytic) 1.5081194836354324 y2[1] (numeric) 1.5081194836354308 absolute error 1.5543122344752192e-15 relative error 1.030629370776668e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5081194836354324 y1[1] (numeric) 1.5081194836354308 absolute error 1.5543122344752192e-15 relative error 1.030629370776668e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5340000000000004 y2[1] (analytic) 1.508980516022301 y2[1] (numeric) 1.5089805160222995 absolute error 1.5543122344752192e-15 relative error 1.0300412881224029e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.508980516022301 y1[1] (numeric) 1.5089805160222995 absolute error 1.5543122344752192e-15 relative error 1.0300412881224029e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5350000000000004 y2[1] (analytic) 1.509841039428696 y2[1] (numeric) 1.5098410394286947 absolute error 1.3322676295501878e-15 relative error 8.823893342138192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.509841039428696 y1[1] (numeric) 1.5098410394286947 absolute error 1.3322676295501878e-15 relative error 8.823893342138192e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5360000000000004 y2[1] (analytic) 1.5107010529940943 y2[1] (numeric) 1.510701052994093 absolute error 1.3322676295501878e-15 relative error 8.818870066382327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5107010529940943 y1[1] (numeric) 1.510701052994093 absolute error 1.3322676295501878e-15 relative error 8.818870066382327e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5370000000000004 y2[1] (analytic) 1.5115605558584821 y2[1] (numeric) 1.5115605558584808 absolute error 1.3322676295501878e-15 relative error 8.813855484562668e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5115605558584821 y1[1] (numeric) 1.5115605558584808 absolute error 1.3322676295501878e-15 relative error 8.813855484562668e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5380000000000004 y2[1] (analytic) 1.5124195471623567 y2[1] (numeric) 1.5124195471623554 absolute error 1.3322676295501878e-15 relative error 8.80884958178321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5124195471623567 y1[1] (numeric) 1.5124195471623554 absolute error 1.3322676295501878e-15 relative error 8.80884958178321e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5390000000000004 y2[1] (analytic) 1.5132780260467267 y2[1] (numeric) 1.5132780260467253 absolute error 1.3322676295501878e-15 relative error 8.803852343185022e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5132780260467267 y1[1] (numeric) 1.5132780260467253 absolute error 1.3322676295501878e-15 relative error 8.803852343185022e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y2[1] (analytic) 1.5141359916531134 y2[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5141359916531134 y1[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5410000000000004 y2[1] (analytic) 1.5149934431235514 y2[1] (numeric) 1.51499344312355 absolute error 1.3322676295501878e-15 relative error 8.793883799281487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5149934431235514 y1[1] (numeric) 1.51499344312355 absolute error 1.3322676295501878e-15 relative error 8.793883799281487e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5420000000000004 y2[1] (analytic) 1.515850379600589 y2[1] (numeric) 1.5158503796005878 absolute error 1.3322676295501878e-15 relative error 8.788912464442741e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.515850379600589 y1[1] (numeric) 1.515850379600588 absolute error 1.1102230246251565e-15 relative error 7.324093720368952e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5430000000000004 y2[1] (analytic) 1.5167068002272903 y2[1] (numeric) 1.516706800227289 absolute error 1.3322676295501878e-15 relative error 8.783949734718253e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5167068002272903 y1[1] (numeric) 1.5167068002272892 absolute error 1.1102230246251565e-15 relative error 7.319958112265212e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5440000000000004 y2[1] (analytic) 1.5175627041472344 y2[1] (numeric) 1.517562704147233 absolute error 1.3322676295501878e-15 relative error 8.778995595432944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5175627041472344 y1[1] (numeric) 1.5175627041472333 absolute error 1.1102230246251565e-15 relative error 7.315829662860787e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5450000000000004 y2[1] (analytic) 1.5184180905045173 y2[1] (numeric) 1.518418090504516 absolute error 1.3322676295501878e-15 relative error 8.774050031948196e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5184180905045173 y1[1] (numeric) 1.5184180905045161 absolute error 1.1102230246251565e-15 relative error 7.31170835995683e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5460000000000004 y2[1] (analytic) 1.519272958443753 y2[1] (numeric) 1.5192729584437517 absolute error 1.3322676295501878e-15 relative error 8.769113029661756e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.519272958443753 y1[1] (numeric) 1.5192729584437519 absolute error 1.1102230246251565e-15 relative error 7.307594191384797e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5470000000000004 y2[1] (analytic) 1.5201273071100734 y2[1] (numeric) 1.520127307110072 absolute error 1.3322676295501878e-15 relative error 8.764184574007639e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5201273071100734 y1[1] (numeric) 1.5201273071100723 absolute error 1.1102230246251565e-15 relative error 7.303487145006366e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5480000000000004 y2[1] (analytic) 1.52098113564913 y2[1] (numeric) 1.5209811356491287 absolute error 1.3322676295501878e-15 relative error 8.75926465045602e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.52098113564913 y1[1] (numeric) 1.520981135649129 absolute error 1.1102230246251565e-15 relative error 7.299387208713351e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5490000000000004 y2[1] (analytic) 1.5218344432070947 y2[1] (numeric) 1.5218344432070932 absolute error 1.5543122344752192e-15 relative error 1.0213412118598664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5218344432070947 y1[1] (numeric) 1.5218344432070934 absolute error 1.3322676295501878e-15 relative error 8.754353244513141e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y2[1] (analytic) 1.5226872289306594 y2[1] (numeric) 1.5226872289306579 absolute error 1.5543122344752192e-15 relative error 1.020769206534141e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5226872289306594 y1[1] (numeric) 1.522687228930658 absolute error 1.3322676295501878e-15 relative error 8.749450341721209e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5510000000000004 y2[1] (analytic) 1.5235394919670389 y2[1] (numeric) 1.5235394919670373 absolute error 1.5543122344752192e-15 relative error 1.0201981915601345e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5235394919670389 y1[1] (numeric) 1.5235394919670375 absolute error 1.3322676295501878e-15 relative error 8.744555927658296e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5520000000000004 y2[1] (analytic) 1.5243912314639698 y2[1] (numeric) 1.5243912314639683 absolute error 1.5543122344752192e-15 relative error 1.0196281652594619e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5243912314639698 y1[1] (numeric) 1.5243912314639685 absolute error 1.3322676295501878e-15 relative error 8.739669987938245e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5530000000000004 y2[1] (analytic) 1.5252424465697132 y2[1] (numeric) 1.5252424465697116 absolute error 1.5543122344752192e-15 relative error 1.0190591259578988e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5252424465697132 y1[1] (numeric) 1.5252424465697119 absolute error 1.3322676295501878e-15 relative error 8.734792508210562e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5540000000000004 y2[1] (analytic) 1.5260931364330537 y2[1] (numeric) 1.526093136433052 absolute error 1.5543122344752192e-15 relative error 1.0184910719853719e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5260931364330537 y1[1] (numeric) 1.5260931364330523 absolute error 1.3322676295501878e-15 relative error 8.72992347416033e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5550000000000004 y2[1] (analytic) 1.5269433002033017 y2[1] (numeric) 1.5269433002033 absolute error 1.7763568394002505e-15 relative error 1.1633417162010804e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5269433002033017 y1[1] (numeric) 1.5269433002033002 absolute error 1.5543122344752192e-15 relative error 1.0179240016759453e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5560000000000004 y2[1] (analytic) 1.5277929370302932 y2[1] (numeric) 1.5277929370302916 absolute error 1.5543122344752192e-15 relative error 1.0173579133678114e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5277929370302932 y1[1] (numeric) 1.5277929370302918 absolute error 1.3322676295501878e-15 relative error 8.720210686009812e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5570000000000004 y2[1] (analytic) 1.528642046064392 y2[1] (numeric) 1.5286420460643901 absolute error 1.7763568394002505e-15 relative error 1.1620489204608884e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.528642046064392 y1[1] (numeric) 1.5286420460643904 absolute error 1.5543122344752192e-15 relative error 1.0167928054032775e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5580000000000004 y2[1] (analytic) 1.5294906264564885 y2[1] (numeric) 1.5294906264564867 absolute error 1.7763568394002505e-15 relative error 1.161404201290007e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5294906264564885 y1[1] (numeric) 1.529490626456487 absolute error 1.5543122344752192e-15 relative error 1.0162286761287561e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5590000000000004 y2[1] (analytic) 1.5303386773580026 y2[1] (numeric) 1.530338677358001 absolute error 1.5543122344752192e-15 relative error 1.0156655238947531e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5303386773580026 y1[1] (numeric) 1.5303386773580012 absolute error 1.3322676295501878e-15 relative error 8.705704490526455e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y2[1] (analytic) 1.5311861979208836 y2[1] (numeric) 1.531186197920882 absolute error 1.5543122344752192e-15 relative error 1.0151033470558558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5311861979208836 y1[1] (numeric) 1.5311861979208823 absolute error 1.3322676295501878e-15 relative error 8.700885831907336e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5610000000000004 y2[1] (analytic) 1.5320331872976112 y2[1] (numeric) 1.5320331872976094 absolute error 1.7763568394002505e-15 relative error 1.1594767359665408e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5320331872976112 y1[1] (numeric) 1.5320331872976096 absolute error 1.5543122344752192e-15 relative error 1.0145421439707233e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5620000000000004 y2[1] (analytic) 1.5328796446411956 y2[1] (numeric) 1.5328796446411939 absolute error 1.7763568394002505e-15 relative error 1.1588364720023704e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5328796446411956 y1[1] (numeric) 1.532879644641194 absolute error 1.5543122344752192e-15 relative error 1.0139819130020741e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5630000000000004 y2[1] (analytic) 1.5337255691051799 y2[1] (numeric) 1.533725569105178 absolute error 1.7763568394002505e-15 relative error 1.158197317161915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5337255691051799 y1[1] (numeric) 1.5337255691051783 absolute error 1.5543122344752192e-15 relative error 1.0134226525166756e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5640000000000004 y2[1] (analytic) 1.5345709598436394 y2[1] (numeric) 1.5345709598436377 absolute error 1.7763568394002505e-15 relative error 1.1575592695832372e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5345709598436394 y1[1] (numeric) 1.534570959843638 absolute error 1.5543122344752192e-15 relative error 1.0128643608853325e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5650000000000004 y2[1] (analytic) 1.5354158160111837 y2[1] (numeric) 1.535415816011182 absolute error 1.7763568394002505e-15 relative error 1.156922327409002e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5354158160111837 y1[1] (numeric) 1.5354158160111822 absolute error 1.5543122344752192e-15 relative error 1.0123070364828767e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5660000000000004 y2[1] (analytic) 1.5362601367629565 y2[1] (numeric) 1.536260136762955 absolute error 1.5543122344752192e-15 relative error 1.0117506776881552e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5362601367629565 y1[1] (numeric) 1.5362601367629551 absolute error 1.3322676295501878e-15 relative error 8.672148665898473e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5670000000000004 y2[1] (analytic) 1.5371039212546374 y2[1] (numeric) 1.5371039212546358 absolute error 1.5543122344752192e-15 relative error 1.0111952828840198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5371039212546374 y1[1] (numeric) 1.537103921254636 absolute error 1.3322676295501878e-15 relative error 8.667388139005884e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5680000000000004 y2[1] (analytic) 1.5379471686424417 y2[1] (numeric) 1.5379471686424402 absolute error 1.5543122344752192e-15 relative error 1.0106408504573165e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5379471686424417 y1[1] (numeric) 1.5379471686424404 absolute error 1.3322676295501878e-15 relative error 8.662635861062712e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5690000000000004 y2[1] (analytic) 1.5387898780831222 y2[1] (numeric) 1.5387898780831206 absolute error 1.5543122344752192e-15 relative error 1.0100873787988736e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5387898780831222 y1[1] (numeric) 1.5387898780831208 absolute error 1.3322676295501878e-15 relative error 8.65789181827606e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y2[1] (analytic) 1.5396320487339694 y2[1] (numeric) 1.5396320487339679 absolute error 1.5543122344752192e-15 relative error 1.009534866303492e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5396320487339694 y1[1] (numeric) 1.539632048733968 absolute error 1.3322676295501878e-15 relative error 8.653155996887074e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5710000000000004 y2[1] (analytic) 1.5404736797528131 y2[1] (numeric) 1.5404736797528114 absolute error 1.7763568394002505e-15 relative error 1.1531237844227806e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5404736797528131 y1[1] (numeric) 1.5404736797528116 absolute error 1.5543122344752192e-15 relative error 1.008983311369933e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5720000000000004 y2[1] (analytic) 1.541314770298022 y2[1] (numeric) 1.54131477029802 absolute error 1.9984014443252818e-15 relative error 1.2965563445154551e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.541314770298022 y1[1] (numeric) 1.5413147702980203 absolute error 1.7763568394002505e-15 relative error 1.1524945284581821e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5730000000000004 y2[1] (analytic) 1.5421553195285056 y2[1] (numeric) 1.5421553195285038 absolute error 1.7763568394002505e-15 relative error 1.1518663632035125e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5421553195285056 y1[1] (numeric) 1.542155319528504 absolute error 1.5543122344752192e-15 relative error 1.0078830678030734e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5740000000000004 y2[1] (analytic) 1.542995326603715 y2[1] (numeric) 1.542995326603713 absolute error 1.9984014443252818e-15 relative error 1.2951441976975786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.542995326603715 y1[1] (numeric) 1.5429953266037133 absolute error 1.7763568394002505e-15 relative error 1.1512392868422921e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5750000000000004 y2[1] (analytic) 1.543834790683643 y2[1] (numeric) 1.543834790683641 absolute error 1.9984014443252818e-15 relative error 1.294439959757836e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.543834790683643 y1[1] (numeric) 1.5438347906836412 absolute error 1.7763568394002505e-15 relative error 1.1506132975625207e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5760000000000004 y2[1] (analytic) 1.5446737109288255 y2[1] (numeric) 1.5446737109288236 absolute error 1.9984014443252818e-15 relative error 1.2937369427512468e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5446737109288255 y1[1] (numeric) 1.5446737109288238 absolute error 1.7763568394002505e-15 relative error 1.1499883935566636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5770000000000004 y2[1] (analytic) 1.5455120865003424 y2[1] (numeric) 1.5455120865003407 absolute error 1.7763568394002505e-15 relative error 1.1493645730216403e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5455120865003424 y1[1] (numeric) 1.5455120865003409 absolute error 1.5543122344752192e-15 relative error 1.0056940013939353e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5780000000000004 y2[1] (analytic) 1.5463499165598185 y2[1] (numeric) 1.5463499165598167 absolute error 1.7763568394002505e-15 relative error 1.148741834158811e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5463499165598185 y1[1] (numeric) 1.546349916559817 absolute error 1.5543122344752192e-15 relative error 1.0051491048889598e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5790000000000004 y2[1] (analytic) 1.5471872002694236 y2[1] (numeric) 1.5471872002694216 absolute error 1.9984014443252818e-15 relative error 1.291635197070713e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5471872002694236 y1[1] (numeric) 1.5471872002694218 absolute error 1.7763568394002505e-15 relative error 1.1481201751739673e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y2[1] (analytic) 1.548023936791874 y2[1] (numeric) 1.548023936791872 absolute error 1.9984014443252818e-15 relative error 1.2909370435619816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.548023936791874 y1[1] (numeric) 1.5480239367918722 absolute error 1.7763568394002505e-15 relative error 1.147499594277317e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5810000000000004 y2[1] (analytic) 1.548860125290433 y2[1] (numeric) 1.5488601252904313 absolute error 1.7763568394002505e-15 relative error 1.1468800896834753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.548860125290433 y1[1] (numeric) 1.5488601252904315 absolute error 1.5543122344752192e-15 relative error 1.0035200784730408e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5820000000000004 y2[1] (analytic) 1.5496957649289127 y2[1] (numeric) 1.549695764928911 absolute error 1.7763568394002505e-15 relative error 1.1462616596114496e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5496957649289127 y1[1] (numeric) 1.5496957649289111 absolute error 1.5543122344752192e-15 relative error 1.0029789521600185e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5830000000000004 y2[1] (analytic) 1.5505308548716732 y2[1] (numeric) 1.5505308548716714 absolute error 1.7763568394002505e-15 relative error 1.145644302284631e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5505308548716732 y1[1] (numeric) 1.5505308548716716 absolute error 1.5543122344752192e-15 relative error 1.0024387644990522e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5840000000000004 y2[1] (analytic) 1.5513653942836247 y2[1] (numeric) 1.551365394283623 absolute error 1.7763568394002505e-15 relative error 1.1450280159307796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5513653942836247 y1[1] (numeric) 1.5513653942836232 absolute error 1.5543122344752192e-15 relative error 1.0018995139394322e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5850000000000004 y2[1] (analytic) 1.5521993823302278 y2[1] (numeric) 1.5521993823302263 absolute error 1.5543122344752192e-15 relative error 1.0013611989342629e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5521993823302278 y1[1] (numeric) 1.5521993823302265 absolute error 1.3322676295501878e-15 relative error 8.58309599086511e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5860000000000004 y2[1] (analytic) 1.5530328181774948 y2[1] (numeric) 1.553032818177493 absolute error 1.7763568394002505e-15 relative error 1.1437986490748015e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5530328181774948 y1[1] (numeric) 1.5530328181774933 absolute error 1.5543122344752192e-15 relative error 1.0008238179404513e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5870000000000004 y2[1] (analytic) 1.5538657009919896 y2[1] (numeric) 1.5538657009919878 absolute error 1.7763568394002505e-15 relative error 1.143185565049941e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5538657009919896 y1[1] (numeric) 1.553865700991988 absolute error 1.5543122344752192e-15 relative error 1.0002873694186985e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5880000000000004 y2[1] (analytic) 1.5546980299408295 y2[1] (numeric) 1.5546980299408277 absolute error 1.7763568394002505e-15 relative error 1.1425735449525573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5546980299408295 y1[1] (numeric) 1.554698029940828 absolute error 1.5543122344752192e-15 relative error 9.997518518334875e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5890000000000004 y2[1] (analytic) 1.5555298041916856 y2[1] (numeric) 1.5555298041916839 absolute error 1.7763568394002505e-15 relative error 1.1419625870320852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5555298041916856 y1[1] (numeric) 1.555529804191684 absolute error 1.5543122344752192e-15 relative error 9.992172636530747e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y2[1] (analytic) 1.556361022912784 y2[1] (numeric) 1.5563610229127822 absolute error 1.7763568394002505e-15 relative error 1.141352689542261e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.556361022912784 y1[1] (numeric) 1.5563610229127824 absolute error 1.5543122344752192e-15 relative error 9.986836033494783e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5910000000000004 y2[1] (analytic) 1.557191685272906 y2[1] (numeric) 1.557191685272904 absolute error 1.9984014443252818e-15 relative error 1.2833368320837466e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.557191685272906 y1[1] (numeric) 1.5571916852729042 absolute error 1.7763568394002505e-15 relative error 1.1407438507411082e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5920000000000004 y2[1] (analytic) 1.5580217904413889 y2[1] (numeric) 1.558021790441387 absolute error 1.9984014443252818e-15 relative error 1.282653077502294e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5580217904413889 y1[1] (numeric) 1.5580217904413871 absolute error 1.7763568394002505e-15 relative error 1.1401360688909282e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5930000000000004 y2[1] (analytic) 1.5588513375881279 y2[1] (numeric) 1.5588513375881259 absolute error 1.9984014443252818e-15 relative error 1.281970510040573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5588513375881279 y1[1] (numeric) 1.558851337588126 absolute error 1.7763568394002505e-15 relative error 1.139529342258287e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5940000000000004 y2[1] (analytic) 1.5596803258835759 y2[1] (numeric) 1.5596803258835739 absolute error 1.9984014443252818e-15 relative error 1.2812891277532564e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5596803258835759 y1[1] (numeric) 1.559680325883574 absolute error 1.7763568394002505e-15 relative error 1.1389236691140059e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5950000000000004 y2[1] (analytic) 1.5605087544987446 y2[1] (numeric) 1.5605087544987426 absolute error 1.9984014443252818e-15 relative error 1.2806089286997906e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5605087544987446 y1[1] (numeric) 1.5605087544987428 absolute error 1.7763568394002505e-15 relative error 1.138319047733147e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5960000000000004 y2[1] (analytic) 1.5613366226052054 y2[1] (numeric) 1.5613366226052035 absolute error 1.9984014443252818e-15 relative error 1.2799299109443813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5613366226052054 y1[1] (numeric) 1.5613366226052037 absolute error 1.7763568394002505e-15 relative error 1.1377154763950057e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5970000000000004 y2[1] (analytic) 1.5621639293750906 y2[1] (numeric) 1.5621639293750886 absolute error 1.9984014443252818e-15 relative error 1.2792520725559823e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5621639293750906 y1[1] (numeric) 1.5621639293750889 absolute error 1.7763568394002505e-15 relative error 1.1371129533830953e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5980000000000004 y2[1] (analytic) 1.5629906739810933 y2[1] (numeric) 1.5629906739810913 absolute error 1.9984014443252818e-15 relative error 1.2785754116082817e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5629906739810933 y1[1] (numeric) 1.5629906739810915 absolute error 1.7763568394002505e-15 relative error 1.1365114769851392e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5990000000000004 y2[1] (analytic) 1.5638168555964689 y2[1] (numeric) 1.5638168555964669 absolute error 1.9984014443252818e-15 relative error 1.2778999261796895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5638168555964689 y1[1] (numeric) 1.563816855596467 absolute error 1.7763568394002505e-15 relative error 1.1359110454930574e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y2[1] (analytic) 1.5646424733950357 y2[1] (numeric) 1.5646424733950337 absolute error 1.9984014443252818e-15 relative error 1.277225614353326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5646424733950357 y1[1] (numeric) 1.564642473395034 absolute error 1.7763568394002505e-15 relative error 1.1353116572029564e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6010000000000004 y2[1] (analytic) 1.5654675265511764 y2[1] (numeric) 1.5654675265511744 absolute error 1.9984014443252818e-15 relative error 1.2765524742170067e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5654675265511764 y1[1] (numeric) 1.5654675265511746 absolute error 1.7763568394002505e-15 relative error 1.134713310415117e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6020000000000004 y2[1] (analytic) 1.5662920142398375 y2[1] (numeric) 1.5662920142398356 absolute error 1.9984014443252818e-15 relative error 1.2758805038632328e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5662920142398375 y1[1] (numeric) 1.5662920142398358 absolute error 1.7763568394002505e-15 relative error 1.1341160034339847e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6030000000000004 y2[1] (analytic) 1.5671159356365316 y2[1] (numeric) 1.5671159356365296 absolute error 1.9984014443252818e-15 relative error 1.2752097013891768e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5671159356365316 y1[1] (numeric) 1.5671159356365298 absolute error 1.7763568394002505e-15 relative error 1.133519734568157e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6040000000000004 y2[1] (analytic) 1.5679392899173372 y2[1] (numeric) 1.5679392899173354 absolute error 1.7763568394002505e-15 relative error 1.1329245021303734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5679392899173372 y1[1] (numeric) 1.5679392899173357 absolute error 1.5543122344752192e-15 relative error 9.913089393640767e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6050000000000004 y2[1] (analytic) 1.5687620762589005 y2[1] (numeric) 1.5687620762588985 absolute error 1.9984014443252818e-15 relative error 1.2738715924921912e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5687620762589005 y1[1] (numeric) 1.5687620762588987 absolute error 1.7763568394002505e-15 relative error 1.1323303044375032e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6060000000000004 y2[1] (analytic) 1.5695842938384348 y2[1] (numeric) 1.5695842938384328 absolute error 1.9984014443252818e-15 relative error 1.2732042822868533e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5695842938384348 y1[1] (numeric) 1.569584293838433 absolute error 1.7763568394002505e-15 relative error 1.1317371398105363e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6070000000000004 y2[1] (analytic) 1.5704059418337226 y2[1] (numeric) 1.5704059418337206 absolute error 1.9984014443252818e-15 relative error 1.2725381323963916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5704059418337226 y1[1] (numeric) 1.5704059418337208 absolute error 1.7763568394002505e-15 relative error 1.1311450065745703e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6080000000000004 y2[1] (analytic) 1.5712270194231162 y2[1] (numeric) 1.5712270194231142 absolute error 1.9984014443252818e-15 relative error 1.2718731409411512e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5712270194231162 y1[1] (numeric) 1.5712270194231144 absolute error 1.7763568394002505e-15 relative error 1.1305539030588009e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6090000000000004 y2[1] (analytic) 1.572047525785538 y2[1] (numeric) 1.572047525785536 absolute error 1.9984014443252818e-15 relative error 1.2712093060460742e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.572047525785538 y1[1] (numeric) 1.5720475257855362 absolute error 1.7763568394002505e-15 relative error 1.1299638275965105e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y2[1] (analytic) 1.5728674601004817 y2[1] (numeric) 1.5728674601004797 absolute error 1.9984014443252818e-15 relative error 1.270546625840689e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5728674601004817 y1[1] (numeric) 1.57286746010048 absolute error 1.7763568394002505e-15 relative error 1.129374778525057e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6110000000000004 y2[1] (analytic) 1.5736868215480129 y2[1] (numeric) 1.573686821548011 absolute error 1.7763568394002505e-15 relative error 1.1287867541858641e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5736868215480129 y1[1] (numeric) 1.5736868215480113 absolute error 1.5543122344752192e-15 relative error 9.87688409912631e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6120000000000004 y2[1] (analytic) 1.5745056093087704 y2[1] (numeric) 1.5745056093087686 absolute error 1.7763568394002505e-15 relative error 1.1281997529244088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5745056093087704 y1[1] (numeric) 1.5745056093087688 absolute error 1.5543122344752192e-15 relative error 9.871747838088577e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6130000000000004 y2[1] (analytic) 1.5753238225639667 y2[1] (numeric) 1.5753238225639647 absolute error 1.9984014443252818e-15 relative error 1.2685654947264886e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5753238225639667 y1[1] (numeric) 1.575323822563965 absolute error 1.7763568394002505e-15 relative error 1.1276137730902122e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6140000000000004 y2[1] (analytic) 1.5761414604953883 y2[1] (numeric) 1.5761414604953863 absolute error 1.9984014443252818e-15 relative error 1.2679074146664318e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5761414604953883 y1[1] (numeric) 1.5761414604953865 absolute error 1.7763568394002505e-15 relative error 1.1270288130368283e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6150000000000004 y2[1] (analytic) 1.576958522285397 y2[1] (numeric) 1.5769585222853952 absolute error 1.7763568394002505e-15 relative error 1.1264448711218331e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.576958522285397 y1[1] (numeric) 1.5769585222853955 absolute error 1.5543122344752192e-15 relative error 9.85639262231604e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6160000000000004 y2[1] (analytic) 1.5777750071169319 y2[1] (numeric) 1.57777500711693 absolute error 1.7763568394002505e-15 relative error 1.1258619457068135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5777750071169319 y1[1] (numeric) 1.5777750071169303 absolute error 1.5543122344752192e-15 relative error 9.851292024934619e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6170000000000004 y2[1] (analytic) 1.5785909141735077 y2[1] (numeric) 1.578590914173506 absolute error 1.7763568394002505e-15 relative error 1.1252800351573579e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5785909141735077 y1[1] (numeric) 1.5785909141735062 absolute error 1.5543122344752192e-15 relative error 9.846200307626882e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6180000000000004 y2[1] (analytic) 1.5794062426392177 y2[1] (numeric) 1.579406242639216 absolute error 1.7763568394002505e-15 relative error 1.1246991378430445e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5794062426392177 y1[1] (numeric) 1.5794062426392161 absolute error 1.5543122344752192e-15 relative error 9.841117456126639e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6190000000000004 y2[1] (analytic) 1.580220991698733 y2[1] (numeric) 1.5802209916987315 absolute error 1.5543122344752192e-15 relative error 9.836043456202527e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.580220991698733 y1[1] (numeric) 1.5802209916987318 absolute error 1.3322676295501878e-15 relative error 8.430894391030737e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y2[1] (analytic) 1.5810351605373054 y2[1] (numeric) 1.5810351605373036 absolute error 1.7763568394002505e-15 relative error 1.1235403764180463e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5810351605373054 y1[1] (numeric) 1.5810351605373039 absolute error 1.5543122344752192e-15 relative error 9.830978293657906e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6210000000000004 y2[1] (analytic) 1.5818487483407655 y2[1] (numeric) 1.5818487483407637 absolute error 1.7763568394002505e-15 relative error 1.1229625090663748e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5818487483407655 y1[1] (numeric) 1.581848748340764 absolute error 1.5543122344752192e-15 relative error 9.825921954330779e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6220000000000004 y2[1] (analytic) 1.5826617542955257 y2[1] (numeric) 1.582661754295524 absolute error 1.7763568394002505e-15 relative error 1.1223856484678511e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5826617542955257 y1[1] (numeric) 1.5826617542955241 absolute error 1.5543122344752192e-15 relative error 9.820874424093697e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6230000000000004 y2[1] (analytic) 1.5834741775885801 y2[1] (numeric) 1.5834741775885783 absolute error 1.7763568394002505e-15 relative error 1.1218097930118475e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5834741775885801 y1[1] (numeric) 1.5834741775885786 absolute error 1.5543122344752192e-15 relative error 9.815835688853665e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6240000000000004 y2[1] (analytic) 1.5842860174075057 y2[1] (numeric) 1.5842860174075037 absolute error 1.9984014443252818e-15 relative error 1.2613893087281212e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5842860174075057 y1[1] (numeric) 1.584286017407504 absolute error 1.7763568394002505e-15 relative error 1.1212349410916633e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6250000000000004 y2[1] (analytic) 1.5850972729404624 y2[1] (numeric) 1.5850972729404604 absolute error 1.9984014443252818e-15 relative error 1.2607437274925797e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5850972729404624 y1[1] (numeric) 1.5850972729404607 absolute error 1.7763568394002505e-15 relative error 1.1206610911045154e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6260000000000004 y2[1] (analytic) 1.5859079433761951 y2[1] (numeric) 1.5859079433761931 absolute error 1.9984014443252818e-15 relative error 1.260099271632968e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5859079433761951 y1[1] (numeric) 1.5859079433761933 absolute error 1.7763568394002505e-15 relative error 1.1200882414515271e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6270000000000004 y2[1] (analytic) 1.5867180279040332 y2[1] (numeric) 1.5867180279040312 absolute error 1.9984014443252818e-15 relative error 1.2594559393549335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5867180279040332 y1[1] (numeric) 1.5867180279040314 absolute error 1.7763568394002505e-15 relative error 1.1195163905377187e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6280000000000004 y2[1] (analytic) 1.587527525713892 y2[1] (numeric) 1.58752752571389 absolute error 1.9984014443252818e-15 relative error 1.2588137288684962e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.587527525713892 y1[1] (numeric) 1.5875275257138903 absolute error 1.7763568394002505e-15 relative error 1.1189455367719965e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6290000000000004 y2[1] (analytic) 1.5883364359962746 y2[1] (numeric) 1.5883364359962724 absolute error 2.220446049250313e-15 relative error 1.3979695982089282e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5883364359962746 y1[1] (numeric) 1.5883364359962726 absolute error 1.9984014443252818e-15 relative error 1.2581726383880353e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y2[1] (analytic) 1.58914475794227 y2[1] (numeric) 1.5891447579422677 absolute error 2.220446049250313e-15 relative error 1.3972585179247573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.58914475794227 y1[1] (numeric) 1.589144757942268 absolute error 1.9984014443252818e-15 relative error 1.2575326661322816e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6310000000000004 y2[1] (analytic) 1.5899524907435563 y2[1] (numeric) 1.5899524907435543 absolute error 1.9984014443252818e-15 relative error 1.2568938103243013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5899524907435563 y1[1] (numeric) 1.5899524907435545 absolute error 1.7763568394002505e-15 relative error 1.11723894251049e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6320000000000005 y2[1] (analytic) 1.5907596335924012 y2[1] (numeric) 1.5907596335923992 absolute error 1.9984014443252818e-15 relative error 1.256256069191488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5907596335924012 y1[1] (numeric) 1.5907596335923995 absolute error 1.7763568394002505e-15 relative error 1.116672061503545e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6330000000000005 y2[1] (analytic) 1.5915661856816619 y2[1] (numeric) 1.5915661856816599 absolute error 1.9984014443252818e-15 relative error 1.2556194409655504e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5915661856816619 y1[1] (numeric) 1.59156618568166 absolute error 1.7763568394002505e-15 relative error 1.116106169747156e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6340000000000005 y2[1] (analytic) 1.592372146204786 y2[1] (numeric) 1.592372146204784 absolute error 1.9984014443252818e-15 relative error 1.254983923882501e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.592372146204786 y1[1] (numeric) 1.5923721462047842 absolute error 1.7763568394002505e-15 relative error 1.1155412656733342e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6350000000000005 y2[1] (analytic) 1.5931775143558133 y2[1] (numeric) 1.5931775143558113 absolute error 1.9984014443252818e-15 relative error 1.254349516182644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5931775143558133 y1[1] (numeric) 1.5931775143558116 absolute error 1.7763568394002505e-15 relative error 1.1149773477179057e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6360000000000005 y2[1] (analytic) 1.5939822893293756 y2[1] (numeric) 1.5939822893293738 absolute error 1.7763568394002505e-15 relative error 1.1144144143205028e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5939822893293756 y1[1] (numeric) 1.593982289329374 absolute error 1.5543122344752192e-15 relative error 9.7511261253044e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6370000000000005 y2[1] (analytic) 1.5947864703206982 y2[1] (numeric) 1.5947864703206964 absolute error 1.7763568394002505e-15 relative error 1.1138524639245529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5947864703206982 y1[1] (numeric) 1.5947864703206966 absolute error 1.5543122344752192e-15 relative error 9.746209059339837e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6380000000000005 y2[1] (analytic) 1.5955900565256 y2[1] (numeric) 1.5955900565255983 absolute error 1.7763568394002505e-15 relative error 1.113291494977269e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5955900565256 y1[1] (numeric) 1.5955900565255985 absolute error 1.5543122344752192e-15 relative error 9.741300581051104e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6390000000000005 y2[1] (analytic) 1.596393047140495 y2[1] (numeric) 1.5963930471404932 absolute error 1.7763568394002505e-15 relative error 1.1127315059296404e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.596393047140495 y1[1] (numeric) 1.5963930471404935 absolute error 1.5543122344752192e-15 relative error 9.736400676884354e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y2[1] (analytic) 1.5971954413623926 y2[1] (numeric) 1.5971954413623908 absolute error 1.7763568394002505e-15 relative error 1.112172495236422e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5971954413623926 y1[1] (numeric) 1.597195441362391 absolute error 1.5543122344752192e-15 relative error 9.731509333318693e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6410000000000005 y2[1] (analytic) 1.5979972383888983 y2[1] (numeric) 1.5979972383888967 absolute error 1.5543122344752192e-15 relative error 9.726626536866094e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5979972383888983 y1[1] (numeric) 1.597997238388897 absolute error 1.3322676295501878e-15 relative error 8.337108460170938e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6420000000000005 y2[1] (analytic) 1.5987984374182156 y2[1] (numeric) 1.598798437418214 absolute error 1.5543122344752192e-15 relative error 9.721752274071308e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5987984374182156 y1[1] (numeric) 1.5987984374182143 absolute error 1.3322676295501878e-15 relative error 8.33293052063255e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6430000000000005 y2[1] (analytic) 1.5995990376491456 y2[1] (numeric) 1.5995990376491438 absolute error 1.7763568394002505e-15 relative error 1.1105013178870609e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5995990376491456 y1[1] (numeric) 1.599599037649144 absolute error 1.5543122344752192e-15 relative error 9.716886531511782e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6440000000000005 y2[1] (analytic) 1.6003990382810875 y2[1] (numeric) 1.600399038281086 absolute error 1.5543122344752192e-15 relative error 9.712029295797577e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6003990382810875 y1[1] (numeric) 1.6003990382810862 absolute error 1.3322676295501878e-15 relative error 8.324596539255067e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6450000000000005 y2[1] (analytic) 1.6011984385140414 y2[1] (numeric) 1.6011984385140399 absolute error 1.5543122344752192e-15 relative error 9.707180553571273e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6011984385140414 y1[1] (numeric) 1.60119843851404 absolute error 1.3322676295501878e-15 relative error 8.320440474489663e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6460000000000005 y2[1] (analytic) 1.601997237548607 y2[1] (numeric) 1.6019972375486053 absolute error 1.5543122344752192e-15 relative error 9.702340291507895e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.601997237548607 y1[1] (numeric) 1.6019972375486056 absolute error 1.3322676295501878e-15 relative error 8.316291678435338e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6470000000000005 y2[1] (analytic) 1.602795434585985 y2[1] (numeric) 1.6027954345859834 absolute error 1.5543122344752192e-15 relative error 9.69750849631482e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.602795434585985 y1[1] (numeric) 1.6027954345859836 absolute error 1.3322676295501878e-15 relative error 8.312150139698416e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6480000000000005 y2[1] (analytic) 1.6035930288279787 y2[1] (numeric) 1.6035930288279772 absolute error 1.5543122344752192e-15 relative error 9.6926851547317e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6035930288279787 y1[1] (numeric) 1.6035930288279774 absolute error 1.3322676295501878e-15 relative error 8.308015846912885e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6490000000000005 y2[1] (analytic) 1.6043900194769938 y2[1] (numeric) 1.6043900194769924 absolute error 1.3322676295501878e-15 relative error 8.303888788740324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6043900194769938 y1[1] (numeric) 1.6043900194769927 absolute error 1.1102230246251565e-15 relative error 6.91990732395027e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y2[1] (analytic) 1.6051864057360399 y2[1] (numeric) 1.6051864057360385 absolute error 1.3322676295501878e-15 relative error 8.299768953869826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6051864057360399 y1[1] (numeric) 1.6051864057360388 absolute error 1.1102230246251565e-15 relative error 6.916474128224855e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6510000000000005 y2[1] (analytic) 1.6059821868087307 y2[1] (numeric) 1.6059821868087294 absolute error 1.3322676295501878e-15 relative error 8.295656331017938e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6059821868087307 y1[1] (numeric) 1.6059821868087296 absolute error 1.1102230246251565e-15 relative error 6.913046942514948e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6520000000000005 y2[1] (analytic) 1.6067773618992853 y2[1] (numeric) 1.6067773618992838 absolute error 1.5543122344752192e-15 relative error 9.673476060416672e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6067773618992853 y1[1] (numeric) 1.606777361899284 absolute error 1.3322676295501878e-15 relative error 8.291550908928576e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6530000000000005 y2[1] (analytic) 1.6075719302125284 y2[1] (numeric) 1.6075719302125269 absolute error 1.5543122344752192e-15 relative error 9.668694789101797e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6075719302125284 y1[1] (numeric) 1.607571930212527 absolute error 1.3322676295501878e-15 relative error 8.287452676372969e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6540000000000005 y2[1] (analytic) 1.6083658909538918 y2[1] (numeric) 1.6083658909538905 absolute error 1.3322676295501878e-15 relative error 8.283361622149576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6083658909538918 y1[1] (numeric) 1.6083658909538907 absolute error 1.1102230246251565e-15 relative error 6.902801351791314e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6550000000000005 y2[1] (analytic) 1.6091592433294153 y2[1] (numeric) 1.6091592433294137 absolute error 1.5543122344752192e-15 relative error 9.659157357598025e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6091592433294153 y1[1] (numeric) 1.609159243329414 absolute error 1.3322676295501878e-15 relative error 8.279277735084021e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6560000000000005 y2[1] (analytic) 1.609951986545746 y2[1] (numeric) 1.6099519865457446 absolute error 1.3322676295501878e-15 relative error 8.275201004029024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.609951986545746 y1[1] (numeric) 1.6099519865457448 absolute error 1.1102230246251565e-15 relative error 6.896000836690854e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6570000000000005 y2[1] (analytic) 1.6107441198101409 y2[1] (numeric) 1.6107441198101395 absolute error 1.3322676295501878e-15 relative error 8.271131417864327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6107441198101409 y1[1] (numeric) 1.6107441198101398 absolute error 1.1102230246251565e-15 relative error 6.892609514886939e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6580000000000005 y2[1] (analytic) 1.611535642330467 y2[1] (numeric) 1.6115356423304656 absolute error 1.3322676295501878e-15 relative error 8.267068965496628e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.611535642330467 y1[1] (numeric) 1.6115356423304659 absolute error 1.1102230246251565e-15 relative error 6.889224137913857e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6590000000000005 y2[1] (analytic) 1.6123265533152016 y2[1] (numeric) 1.6123265533152005 absolute error 1.1102230246251565e-15 relative error 6.885844696549594e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6123265533152016 y1[1] (numeric) 1.6123265533152007 absolute error 8.881784197001252e-16 relative error 5.5086757572396746e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y2[1] (analytic) 1.6131168519734342 y2[1] (numeric) 1.613116851973433 absolute error 1.3322676295501878e-15 relative error 8.258965417913373e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6131168519734342 y1[1] (numeric) 1.6131168519734331 absolute error 1.1102230246251565e-15 relative error 6.882471181594477e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6610000000000005 y2[1] (analytic) 1.6139065375148656 y2[1] (numeric) 1.6139065375148645 absolute error 1.1102230246251565e-15 relative error 6.879103583871135e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6139065375148656 y1[1] (numeric) 1.6139065375148647 absolute error 8.881784197001252e-16 relative error 5.503282867096908e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6620000000000005 y2[1] (analytic) 1.6146956091498108 y2[1] (numeric) 1.6146956091498097 absolute error 1.1102230246251565e-15 relative error 6.875741894224414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6146956091498108 y1[1] (numeric) 1.61469560914981 absolute error 8.881784197001252e-16 relative error 5.5005935153795316e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6630000000000005 y2[1] (analytic) 1.6154840660891983 y2[1] (numeric) 1.615484066089197 absolute error 1.3322676295501878e-15 relative error 8.246863324225614e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6154840660891983 y1[1] (numeric) 1.6154840660891971 absolute error 1.1102230246251565e-15 relative error 6.872386103521345e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6640000000000005 y2[1] (analytic) 1.6162719075445708 y2[1] (numeric) 1.6162719075445695 absolute error 1.3322676295501878e-15 relative error 8.242843443181288e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6162719075445708 y1[1] (numeric) 1.6162719075445697 absolute error 1.1102230246251565e-15 relative error 6.869036202651073e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6650000000000005 y2[1] (analytic) 1.617059132728087 y2[1] (numeric) 1.6170591327280859 absolute error 1.1102230246251565e-15 relative error 6.865692182524803e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.617059132728087 y1[1] (numeric) 1.617059132728086 absolute error 8.881784197001252e-16 relative error 5.4925537460198425e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6660000000000005 y2[1] (analytic) 1.617845740852522 y2[1] (numeric) 1.6178457408525209 absolute error 1.1102230246251565e-15 relative error 6.862354034075744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.617845740852522 y1[1] (numeric) 1.617845740852521 absolute error 8.881784197001252e-16 relative error 5.4898832272605957e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6670000000000005 y2[1] (analytic) 1.6186317311312677 y2[1] (numeric) 1.6186317311312666 absolute error 1.1102230246251565e-15 relative error 6.859021748259054e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6186317311312677 y1[1] (numeric) 1.6186317311312668 absolute error 8.881784197001252e-16 relative error 5.4872173986072425e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6680000000000005 y2[1] (analytic) 1.6194171027783337 y2[1] (numeric) 1.6194171027783326 absolute error 1.1102230246251565e-15 relative error 6.85569531605178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6194171027783337 y1[1] (numeric) 1.6194171027783328 absolute error 8.881784197001252e-16 relative error 5.4845562528414235e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6690000000000005 y2[1] (analytic) 1.6202018550083483 y2[1] (numeric) 1.6202018550083475 absolute error 8.881784197001252e-16 relative error 5.4818997827622454e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6202018550083483 y1[1] (numeric) 1.6202018550083477 absolute error 6.661338147750939e-16 relative error 4.1114248370716846e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y2[1] (analytic) 1.6209859870365602 y2[1] (numeric) 1.620985987036559 absolute error 1.1102230246251565e-15 relative error 6.849059976482797e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6209859870365602 y1[1] (numeric) 1.6209859870365593 absolute error 8.881784197001252e-16 relative error 5.4792479811862374e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6710000000000005 y2[1] (analytic) 1.6217694980788364 y2[1] (numeric) 1.6217694980788353 absolute error 1.1102230246251565e-15 relative error 6.845751051184138e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6217694980788364 y1[1] (numeric) 1.6217694980788355 absolute error 8.881784197001252e-16 relative error 5.47660084094731e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6720000000000005 y2[1] (analytic) 1.6225523873516663 y2[1] (numeric) 1.6225523873516654 absolute error 8.881784197001252e-16 relative error 5.4739583548967075e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6225523873516663 y1[1] (numeric) 1.6225523873516656 absolute error 6.661338147750939e-16 relative error 4.1054687661725306e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6730000000000005 y2[1] (analytic) 1.6233346540721607 y2[1] (numeric) 1.62333465407216 absolute error 6.661338147750939e-16 relative error 4.103490386927222e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6233346540721607 y1[1] (numeric) 1.6233346540721603 absolute error 4.440892098500626e-16 relative error 2.7356602579514815e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6740000000000005 y2[1] (analytic) 1.6241162974580532 y2[1] (numeric) 1.6241162974580525 absolute error 6.661338147750939e-16 relative error 4.101515487638892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6241162974580532 y1[1] (numeric) 1.6241162974580527 absolute error 4.440892098500626e-16 relative error 2.734343658425928e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6750000000000005 y2[1] (analytic) 1.6248973167277003 y2[1] (numeric) 1.6248973167276994 absolute error 8.881784197001252e-16 relative error 5.46605875064637e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6248973167277003 y1[1] (numeric) 1.6248973167276997 absolute error 6.661338147750939e-16 relative error 4.099544062984777e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6760000000000005 y2[1] (analytic) 1.6256777111000824 y2[1] (numeric) 1.6256777111000817 absolute error 6.661338147750939e-16 relative error 4.0975761076549837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6256777111000824 y1[1] (numeric) 1.625677711100082 absolute error 4.440892098500626e-16 relative error 2.7317174051033228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6770000000000005 y2[1] (analytic) 1.626457479794806 y2[1] (numeric) 1.626457479794805 absolute error 8.881784197001252e-16 relative error 5.460815488469935e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.626457479794806 y1[1] (numeric) 1.6264574797948053 absolute error 6.661338147750939e-16 relative error 4.095611616352451e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6780000000000005 y2[1] (analytic) 1.6272366220321017 y2[1] (numeric) 1.6272366220321008 absolute error 8.881784197001252e-16 relative error 5.458200778390566e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6272366220321017 y1[1] (numeric) 1.627236622032101 absolute error 6.661338147750939e-16 relative error 4.0936505837929245e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6790000000000005 y2[1] (analytic) 1.6280151370328277 y2[1] (numeric) 1.6280151370328269 absolute error 8.881784197001252e-16 relative error 5.45559067293989e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6280151370328277 y1[1] (numeric) 1.628015137032827 absolute error 6.661338147750939e-16 relative error 4.0916930047049174e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y2[1] (analytic) 1.628793024018469 y2[1] (numeric) 1.628793024018468 absolute error 8.881784197001252e-16 relative error 5.452985165106246e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.628793024018469 y1[1] (numeric) 1.6287930240184683 absolute error 6.661338147750939e-16 relative error 4.0897388738296844e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6810000000000005 y2[1] (analytic) 1.6295702822111386 y2[1] (numeric) 1.6295702822111378 absolute error 8.881784197001252e-16 relative error 5.4503842478949096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6295702822111386 y1[1] (numeric) 1.629570282211138 absolute error 6.661338147750939e-16 relative error 4.087788185921182e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6820000000000005 y2[1] (analytic) 1.6303469108335786 y2[1] (numeric) 1.6303469108335777 absolute error 8.881784197001252e-16 relative error 5.4477879143280575e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6303469108335786 y1[1] (numeric) 1.630346910833578 absolute error 6.661338147750939e-16 relative error 4.085840935746043e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6830000000000005 y2[1] (analytic) 1.6311229091091601 y2[1] (numeric) 1.6311229091091595 absolute error 6.661338147750939e-16 relative error 4.08389711808354e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6311229091091601 y1[1] (numeric) 1.6311229091091597 absolute error 4.440892098500626e-16 relative error 2.72259807872236e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6840000000000005 y2[1] (analytic) 1.6318982762618852 y2[1] (numeric) 1.6318982762618846 absolute error 6.661338147750939e-16 relative error 4.081956727725555e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6318982762618852 y1[1] (numeric) 1.6318982762618848 absolute error 4.440892098500626e-16 relative error 2.7213044851503702e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6850000000000005 y2[1] (analytic) 1.6326730115163868 y2[1] (numeric) 1.632673011516386 absolute error 6.661338147750939e-16 relative error 4.0800197594765475e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6326730115163868 y1[1] (numeric) 1.6326730115163863 absolute error 4.440892098500626e-16 relative error 2.720013172984365e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6860000000000005 y2[1] (analytic) 1.6334471140979294 y2[1] (numeric) 1.6334471140979288 absolute error 6.661338147750939e-16 relative error 4.0780862081535224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6334471140979294 y1[1] (numeric) 1.633447114097929 absolute error 4.440892098500626e-16 relative error 2.718724138769015e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6870000000000005 y2[1] (analytic) 1.6342205832324108 y2[1] (numeric) 1.6342205832324102 absolute error 6.661338147750939e-16 relative error 4.076156068585997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6342205832324108 y1[1] (numeric) 1.6342205832324104 absolute error 4.440892098500626e-16 relative error 2.7174373790573315e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6880000000000005 y2[1] (analytic) 1.6349934181463617 y2[1] (numeric) 1.6349934181463612 absolute error 4.440892098500626e-16 relative error 2.7161528904106485e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6349934181463617 y1[1] (numeric) 1.6349934181463615 absolute error 2.220446049250313e-16 relative error 1.3580764452053243e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6890000000000005 y2[1] (analytic) 1.6357656180669475 y2[1] (numeric) 1.635765618066947 absolute error 4.440892098500626e-16 relative error 2.7148706693985986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6357656180669475 y1[1] (numeric) 1.6357656180669473 absolute error 2.220446049250313e-16 relative error 1.3574353346992993e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y2[1] (analytic) 1.6365371822219683 y2[1] (numeric) 1.6365371822219679 absolute error 4.440892098500626e-16 relative error 2.713590712599095e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6365371822219683 y1[1] (numeric) 1.636537182221968 absolute error 2.220446049250313e-16 relative error 1.3567953562995475e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6910000000000005 y2[1] (analytic) 1.6373081098398599 y2[1] (numeric) 1.6373081098398594 absolute error 4.440892098500626e-16 relative error 2.7123130165983094e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6373081098398599 y1[1] (numeric) 1.6373081098398596 absolute error 2.220446049250313e-16 relative error 1.3561565082991547e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6920000000000005 y2[1] (analytic) 1.6380784001496946 y2[1] (numeric) 1.6380784001496942 absolute error 4.440892098500626e-16 relative error 2.7110375779906494e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6380784001496946 y1[1] (numeric) 1.6380784001496944 absolute error 2.220446049250313e-16 relative error 1.3555187889953247e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6930000000000005 y2[1] (analytic) 1.6388480523811824 y2[1] (numeric) 1.638848052381182 absolute error 4.440892098500626e-16 relative error 2.7097643933787412e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6388480523811824 y1[1] (numeric) 1.6388480523811821 absolute error 2.220446049250313e-16 relative error 1.3548821966893706e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6940000000000005 y2[1] (analytic) 1.6396170657646711 y2[1] (numeric) 1.6396170657646705 absolute error 6.661338147750939e-16 relative error 4.062740189060108e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6396170657646711 y1[1] (numeric) 1.639617065764671 absolute error 2.220446049250313e-16 relative error 1.3542467296867025e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6950000000000005 y2[1] (analytic) 1.6403854395311472 y2[1] (numeric) 1.6403854395311468 absolute error 4.440892098500626e-16 relative error 2.7072247725936387e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6403854395311472 y1[1] (numeric) 1.6403854395311472 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6960000000000005 y2[1] (analytic) 1.6411531729122375 y2[1] (numeric) 1.6411531729122368 absolute error 6.661338147750939e-16 relative error 4.058937494499888e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6411531729122375 y1[1] (numeric) 1.6411531729122373 absolute error 2.220446049250313e-16 relative error 1.3529791648332962e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6970000000000005 y2[1] (analytic) 1.6419202651402078 y2[1] (numeric) 1.6419202651402074 absolute error 4.440892098500626e-16 relative error 2.7046941272275525e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6419202651402078 y1[1] (numeric) 1.6419202651402078 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6980000000000005 y2[1] (analytic) 1.642686715447967 y2[1] (numeric) 1.6426867154479663 absolute error 6.661338147750939e-16 relative error 4.055148242879877e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.642686715447967 y1[1] (numeric) 1.6426867154479667 absolute error 2.220446049250313e-16 relative error 1.3517160809599589e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6990000000000005 y2[1] (analytic) 1.643452523069064 y2[1] (numeric) 1.6434525230690633 absolute error 6.661338147750939e-16 relative error 4.0532586455927726e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.643452523069064 y1[1] (numeric) 1.6434525230690638 absolute error 2.220446049250313e-16 relative error 1.3510862151975909e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y2[1] (analytic) 1.6442176872376915 y2[1] (numeric) 1.6442176872376908 absolute error 6.661338147750939e-16 relative error 4.0513723939693655e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6442176872376915 y1[1] (numeric) 1.6442176872376912 absolute error 2.220446049250313e-16 relative error 1.3504574646564551e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7010000000000005 y2[1] (analytic) 1.6449822071886855 y2[1] (numeric) 1.6449822071886848 absolute error 6.661338147750939e-16 relative error 4.049489483011082e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6449822071886855 y1[1] (numeric) 1.6449822071886853 absolute error 2.220446049250313e-16 relative error 1.3498298276703609e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7020000000000005 y2[1] (analytic) 1.645746082157526 y2[1] (numeric) 1.6457460821575254 absolute error 6.661338147750939e-16 relative error 4.0476099077314014e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.645746082157526 y1[1] (numeric) 1.6457460821575258 absolute error 2.220446049250313e-16 relative error 1.3492033025771337e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7030000000000005 y2[1] (analytic) 1.6465093113803384 y2[1] (numeric) 1.6465093113803375 absolute error 8.881784197001252e-16 relative error 5.394311550874423e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6465093113803384 y1[1] (numeric) 1.646509311380338 absolute error 4.440892098500626e-16 relative error 2.6971557754372116e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7040000000000005 y2[1] (analytic) 1.647271894093893 y2[1] (numeric) 1.6472718940938922 absolute error 8.881784197001252e-16 relative error 5.3918143257624224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.647271894093893 y1[1] (numeric) 1.6472718940938926 absolute error 4.440892098500626e-16 relative error 2.6959071628812112e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7050000000000005 y2[1] (analytic) 1.6480338295356076 y2[1] (numeric) 1.6480338295356067 absolute error 8.881784197001252e-16 relative error 5.389321528371788e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6480338295356076 y1[1] (numeric) 1.6480338295356072 absolute error 4.440892098500626e-16 relative error 2.694660764185894e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7060000000000005 y2[1] (analytic) 1.6487951169435466 y2[1] (numeric) 1.6487951169435457 absolute error 8.881784197001252e-16 relative error 5.386833152117685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6487951169435466 y1[1] (numeric) 1.6487951169435462 absolute error 4.440892098500626e-16 relative error 2.6934165760588424e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7070000000000005 y2[1] (analytic) 1.6495557555564226 y2[1] (numeric) 1.649555755556422 absolute error 6.661338147750939e-16 relative error 4.038261892823355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6495557555564226 y1[1] (numeric) 1.6495557555564224 absolute error 2.220446049250313e-16 relative error 1.346087297607785e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7080000000000005 y2[1] (analytic) 1.6503157446135974 y2[1] (numeric) 1.6503157446135968 absolute error 6.661338147750939e-16 relative error 4.0364022275692554e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6503157446135974 y1[1] (numeric) 1.6503157446135972 absolute error 2.220446049250313e-16 relative error 1.3454674091897518e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7090000000000005 y2[1] (analytic) 1.651075083355082 y2[1] (numeric) 1.6510750833550811 absolute error 8.881784197001252e-16 relative error 5.379394484563926e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.651075083355082 y1[1] (numeric) 1.6510750833550816 absolute error 4.440892098500626e-16 relative error 2.689697242281963e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y2[1] (analytic) 1.6518337710215372 y2[1] (numeric) 1.6518337710215363 absolute error 8.881784197001252e-16 relative error 5.3769237273242844e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6518337710215372 y1[1] (numeric) 1.6518337710215367 absolute error 4.440892098500626e-16 relative error 2.6884618636621422e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7110000000000005 y2[1] (analytic) 1.6525918068542755 y2[1] (numeric) 1.6525918068542749 absolute error 6.661338147750939e-16 relative error 4.0308430189006326e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6525918068542755 y1[1] (numeric) 1.6525918068542753 absolute error 2.220446049250313e-16 relative error 1.3436143396335442e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7120000000000005 y2[1] (analytic) 1.6533491900952617 y2[1] (numeric) 1.6533491900952608 absolute error 8.881784197001252e-16 relative error 5.371995371703365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6533491900952617 y1[1] (numeric) 1.6533491900952613 absolute error 4.440892098500626e-16 relative error 2.6859976858516824e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7130000000000005 y2[1] (analytic) 1.654105919987112 y2[1] (numeric) 1.6541059199871113 absolute error 6.661338147750939e-16 relative error 4.0271533202679316e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.654105919987112 y1[1] (numeric) 1.6541059199871118 absolute error 2.220446049250313e-16 relative error 1.3423844400893104e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7140000000000005 y2[1] (analytic) 1.654861995773097 y2[1] (numeric) 1.6548619957730963 absolute error 6.661338147750939e-16 relative error 4.0253133885275923e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.654861995773097 y1[1] (numeric) 1.6548619957730968 absolute error 2.220446049250313e-16 relative error 1.3417711295091974e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7150000000000005 y2[1] (analytic) 1.6556174166971407 y2[1] (numeric) 1.65561741669714 absolute error 6.661338147750939e-16 relative error 4.023476728723908e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6556174166971407 y1[1] (numeric) 1.6556174166971405 absolute error 2.220446049250313e-16 relative error 1.341158909574636e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7160000000000005 y2[1] (analytic) 1.6563721820038224 y2[1] (numeric) 1.6563721820038217 absolute error 6.661338147750939e-16 relative error 4.021643336035914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6563721820038224 y1[1] (numeric) 1.6563721820038222 absolute error 2.220446049250313e-16 relative error 1.3405477786786381e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7170000000000005 y2[1] (analytic) 1.6571262909383768 y2[1] (numeric) 1.6571262909383762 absolute error 6.661338147750939e-16 relative error 4.019813205654253e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6571262909383768 y1[1] (numeric) 1.6571262909383766 absolute error 2.220446049250313e-16 relative error 1.3399377352180844e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7180000000000005 y2[1] (analytic) 1.6578797427466947 y2[1] (numeric) 1.6578797427466943 absolute error 4.440892098500626e-16 relative error 2.6786575551874297e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6578797427466947 y1[1] (numeric) 1.6578797427466947 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7190000000000005 y2[1] (analytic) 1.658632536675325 y2[1] (numeric) 1.6586325366753245 absolute error 4.440892098500626e-16 relative error 2.6774418084202365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.658632536675325 y1[1] (numeric) 1.658632536675325 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y2[1] (analytic) 1.6593846719714735 y2[1] (numeric) 1.6593846719714729 absolute error 6.661338147750939e-16 relative error 4.0143423404271715e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6593846719714735 y1[1] (numeric) 1.6593846719714733 absolute error 2.220446049250313e-16 relative error 1.3381141134757238e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7210000000000005 y2[1] (analytic) 1.660136147883005 y2[1] (numeric) 1.6601361478830043 absolute error 6.661338147750939e-16 relative error 4.0125252114083743e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.660136147883005 y1[1] (numeric) 1.6601361478830048 absolute error 2.220446049250313e-16 relative error 1.3375084038027914e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7220000000000005 y2[1] (analytic) 1.6608869636584436 y2[1] (numeric) 1.660886963658443 absolute error 6.661338147750939e-16 relative error 4.010711320822206e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6608869636584436 y1[1] (numeric) 1.6608869636584433 absolute error 2.220446049250313e-16 relative error 1.336903773607402e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7230000000000005 y2[1] (analytic) 1.6616371185469734 y2[1] (numeric) 1.661637118546973 absolute error 4.440892098500626e-16 relative error 2.6726004426188948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6616371185469734 y1[1] (numeric) 1.6616371185469734 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7240000000000005 y2[1] (analytic) 1.66238661179844 y2[1] (numeric) 1.6623866117984396 absolute error 4.440892098500626e-16 relative error 2.671395490665244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.66238661179844 y1[1] (numeric) 1.66238661179844 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7250000000000005 y2[1] (analytic) 1.66313544266335 y2[1] (numeric) 1.6631354426633496 absolute error 4.440892098500626e-16 relative error 2.670192688208826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.66313544266335 y1[1] (numeric) 1.66313544266335 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7260000000000005 y2[1] (analytic) 1.6638836103928725 y2[1] (numeric) 1.663883610392872 absolute error 4.440892098500626e-16 relative error 2.6689920321121817e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6638836103928725 y1[1] (numeric) 1.6638836103928725 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7270000000000005 y2[1] (analytic) 1.6646311142388401 y2[1] (numeric) 1.6646311142388395 absolute error 6.661338147750939e-16 relative error 4.0016902788680993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6646311142388401 y1[1] (numeric) 1.66463111423884 absolute error 2.220446049250313e-16 relative error 1.3338967596226998e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7280000000000005 y2[1] (analytic) 1.6653779534537487 y2[1] (numeric) 1.665377953453748 absolute error 6.661338147750939e-16 relative error 3.999895719729149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6653779534537487 y1[1] (numeric) 1.6653779534537485 absolute error 2.220446049250313e-16 relative error 1.3332985732430497e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7290000000000005 y2[1] (analytic) 1.6661241272907594 y2[1] (numeric) 1.6661241272907588 absolute error 6.661338147750939e-16 relative error 3.998104366079114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6661241272907594 y1[1] (numeric) 1.6661241272907592 absolute error 2.220446049250313e-16 relative error 1.3327014553597048e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y2[1] (analytic) 1.6668696350036982 y2[1] (numeric) 1.6668696350036976 absolute error 6.661338147750939e-16 relative error 3.996316213256929e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6668696350036982 y1[1] (numeric) 1.666869635003698 absolute error 2.220446049250313e-16 relative error 1.3321054044189765e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7310000000000005 y2[1] (analytic) 1.6676144758470577 y2[1] (numeric) 1.667614475847057 absolute error 6.661338147750939e-16 relative error 3.9945312566127374e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6676144758470577 y1[1] (numeric) 1.6676144758470575 absolute error 2.220446049250313e-16 relative error 1.3315104188709125e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7320000000000005 y2[1] (analytic) 1.668358649075997 y2[1] (numeric) 1.6683586490759963 absolute error 6.661338147750939e-16 relative error 3.992749491507867e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.668358649075997 y1[1] (numeric) 1.6683586490759967 absolute error 2.220446049250313e-16 relative error 1.330916497169289e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7330000000000005 y2[1] (analytic) 1.6691021539463429 y2[1] (numeric) 1.6691021539463422 absolute error 6.661338147750939e-16 relative error 3.990970913314802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6691021539463429 y1[1] (numeric) 1.6691021539463426 absolute error 2.220446049250313e-16 relative error 1.3303236377716007e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7340000000000005 y2[1] (analytic) 1.6698449897145904 y2[1] (numeric) 1.66984498971459 absolute error 4.440892098500626e-16 relative error 2.6594636782781033e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6698449897145904 y1[1] (numeric) 1.6698449897145904 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7350000000000005 y2[1] (analytic) 1.6705871556379042 y2[1] (numeric) 1.6705871556379037 absolute error 4.440892098500626e-16 relative error 2.658282199473093e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6705871556379042 y1[1] (numeric) 1.6705871556379042 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7360000000000005 y2[1] (analytic) 1.671328650974118 y2[1] (numeric) 1.6713286509741176 absolute error 4.440892098500626e-16 relative error 2.657102836065363e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.671328650974118 y1[1] (numeric) 1.671328650974118 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7370000000000005 y2[1] (analytic) 1.672069474981737 y2[1] (numeric) 1.6720694749817366 absolute error 4.440892098500626e-16 relative error 2.6559255849994698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.672069474981737 y1[1] (numeric) 1.672069474981737 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7380000000000005 y2[1] (analytic) 1.672809626919937 y2[1] (numeric) 1.6728096269199366 absolute error 4.440892098500626e-16 relative error 2.6547504432273173e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.672809626919937 y1[1] (numeric) 1.672809626919937 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7390000000000005 y2[1] (analytic) 1.6735491060485663 y2[1] (numeric) 1.6735491060485657 absolute error 6.661338147750939e-16 relative error 3.980366111562207e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6735491060485663 y1[1] (numeric) 1.673549106048566 absolute error 2.220446049250313e-16 relative error 1.326788703854069e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y2[1] (analytic) 1.6742879116281455 y2[1] (numeric) 1.6742879116281448 absolute error 6.661338147750939e-16 relative error 3.978609713112713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6742879116281455 y1[1] (numeric) 1.6742879116281453 absolute error 2.220446049250313e-16 relative error 1.3262032377042376e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7410000000000005 y2[1] (analytic) 1.6750260429198693 y2[1] (numeric) 1.6750260429198687 absolute error 6.661338147750939e-16 relative error 3.976856464953248e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6750260429198693 y1[1] (numeric) 1.6750260429198691 absolute error 2.220446049250313e-16 relative error 1.3256188216510827e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7420000000000005 y2[1] (analytic) 1.6757634991856065 y2[1] (numeric) 1.6757634991856059 absolute error 6.661338147750939e-16 relative error 3.97510636255548e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6757634991856065 y1[1] (numeric) 1.6757634991856063 absolute error 2.220446049250313e-16 relative error 1.32503545418516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7430000000000005 y2[1] (analytic) 1.6765002796879007 y2[1] (numeric) 1.6765002796879 absolute error 6.661338147750939e-16 relative error 3.973359401401962e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6765002796879007 y1[1] (numeric) 1.6765002796879005 absolute error 2.220446049250313e-16 relative error 1.3244531338006541e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7440000000000005 y2[1] (analytic) 1.6772363836899715 y2[1] (numeric) 1.677236383689971 absolute error 4.440892098500626e-16 relative error 2.6477437179907386e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6772363836899715 y1[1] (numeric) 1.6772363836899715 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7450000000000006 y2[1] (analytic) 1.6779718104557153 y2[1] (numeric) 1.6779718104557149 absolute error 4.440892098500626e-16 relative error 2.646583256541442e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6779718104557153 y1[1] (numeric) 1.6779718104557153 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7460000000000006 y2[1] (analytic) 1.6787065592497048 y2[1] (numeric) 1.6787065592497046 absolute error 2.220446049250313e-16 relative error 1.3227124401317273e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6787065592497048 y1[1] (numeric) 1.678706559249705 absolute error 2.220446049250313e-16 relative error 1.3227124401317273e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7470000000000006 y2[1] (analytic) 1.679440629337192 y2[1] (numeric) 1.6794406293371915 absolute error 4.440892098500626e-16 relative error 2.6442685861739982e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.679440629337192 y1[1] (numeric) 1.679440629337192 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7480000000000006 y2[1] (analytic) 1.6801740199841064 y2[1] (numeric) 1.6801740199841058 absolute error 6.661338147750939e-16 relative error 3.9646715569461975e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6801740199841064 y1[1] (numeric) 1.6801740199841062 absolute error 2.220446049250313e-16 relative error 1.3215571856487325e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7490000000000006 y2[1] (analytic) 1.6809067304570573 y2[1] (numeric) 1.6809067304570569 absolute error 4.440892098500626e-16 relative error 2.6419622326654008e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6809067304570573 y1[1] (numeric) 1.6809067304570573 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y2[1] (analytic) 1.6816387600233345 y2[1] (numeric) 1.6816387600233342 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6816387600233345 y1[1] (numeric) 1.6816387600233347 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7510000000000006 y2[1] (analytic) 1.6823701079509088 y2[1] (numeric) 1.6823701079509084 absolute error 4.440892098500626e-16 relative error 2.6396641722965103e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6823701079509088 y1[1] (numeric) 1.6823701079509088 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7520000000000006 y2[1] (analytic) 1.6831007735084316 y2[1] (numeric) 1.6831007735084313 absolute error 2.220446049250313e-16 relative error 1.3192591223291894e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6831007735084316 y1[1] (numeric) 1.6831007735084318 absolute error 2.220446049250313e-16 relative error 1.3192591223291894e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7530000000000006 y2[1] (analytic) 1.683830755965238 y2[1] (numeric) 1.6838307559652377 absolute error 2.220446049250313e-16 relative error 1.3186871907310341e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.683830755965238 y1[1] (numeric) 1.6838307559652381 absolute error 2.220446049250313e-16 relative error 1.3186871907310341e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7540000000000006 y2[1] (analytic) 1.6845600545913455 y2[1] (numeric) 1.684560054591345 absolute error 4.440892098500626e-16 relative error 2.636232579774625e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6845600545913455 y1[1] (numeric) 1.6845600545913455 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7550000000000006 y2[1] (analytic) 1.6852886686574553 y2[1] (numeric) 1.6852886686574549 absolute error 4.440892098500626e-16 relative error 2.6350928366701452e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6852886686574553 y1[1] (numeric) 1.6852886686574553 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7560000000000006 y2[1] (analytic) 1.6860165974349537 y2[1] (numeric) 1.6860165974349532 absolute error 4.440892098500626e-16 relative error 2.6339551492297543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6860165974349537 y1[1] (numeric) 1.6860165974349537 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7570000000000006 y2[1] (analytic) 1.6867438401959118 y2[1] (numeric) 1.6867438401959114 absolute error 4.440892098500626e-16 relative error 2.632819514541595e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6867438401959118 y1[1] (numeric) 1.6867438401959118 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7580000000000006 y2[1] (analytic) 1.6874703962130868 y2[1] (numeric) 1.6874703962130866 absolute error 2.220446049250313e-16 relative error 1.3158429648504034e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6874703962130868 y1[1] (numeric) 1.687470396213087 absolute error 2.220446049250313e-16 relative error 1.3158429648504034e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7590000000000006 y2[1] (analytic) 1.688196264759923 y2[1] (numeric) 1.6881962647599227 absolute error 2.220446049250313e-16 relative error 1.3152771959047552e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.688196264759923 y1[1] (numeric) 1.6881962647599231 absolute error 2.220446049250313e-16 relative error 1.3152771959047552e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y2[1] (analytic) 1.6889214451105516 y2[1] (numeric) 1.6889214451105514 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6889214451105516 y1[1] (numeric) 1.6889214451105519 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7610000000000006 y2[1] (analytic) 1.689645936539793 y2[1] (numeric) 1.6896459365397924 absolute error 4.440892098500626e-16 relative error 2.62829744531868e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.689645936539793 y1[1] (numeric) 1.689645936539793 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7620000000000006 y2[1] (analytic) 1.6903697383231548 y2[1] (numeric) 1.6903697383231544 absolute error 4.440892098500626e-16 relative error 2.6271720309581423e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6903697383231548 y1[1] (numeric) 1.6903697383231548 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7630000000000006 y2[1] (analytic) 1.691092849736836 y2[1] (numeric) 1.6910928497368356 absolute error 4.440892098500626e-16 relative error 2.6260486520250543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.691092849736836 y1[1] (numeric) 1.691092849736836 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7640000000000006 y2[1] (analytic) 1.6918152700577251 y2[1] (numeric) 1.6918152700577247 absolute error 4.440892098500626e-16 relative error 2.6249273056561914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6918152700577251 y1[1] (numeric) 1.6918152700577251 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7650000000000006 y2[1] (analytic) 1.6925369985634018 y2[1] (numeric) 1.6925369985634013 absolute error 4.440892098500626e-16 relative error 2.6238079889952088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6925369985634018 y1[1] (numeric) 1.6925369985634018 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7660000000000006 y2[1] (analytic) 1.6932580345321375 y2[1] (numeric) 1.693258034532137 absolute error 4.440892098500626e-16 relative error 2.6226906991926277e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6932580345321375 y1[1] (numeric) 1.6932580345321375 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7670000000000006 y2[1] (analytic) 1.6939783772428965 y2[1] (numeric) 1.693978377242896 absolute error 4.440892098500626e-16 relative error 2.6215754334058153e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6939783772428965 y1[1] (numeric) 1.6939783772428965 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7680000000000006 y2[1] (analytic) 1.6946980259753361 y2[1] (numeric) 1.6946980259753357 absolute error 4.440892098500626e-16 relative error 2.6204621887989718e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6946980259753361 y1[1] (numeric) 1.6946980259753361 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7690000000000006 y2[1] (analytic) 1.6954169800098078 y2[1] (numeric) 1.6954169800098073 absolute error 4.440892098500626e-16 relative error 2.619350962543112e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6954169800098078 y1[1] (numeric) 1.6954169800098078 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y2[1] (analytic) 1.6961352386273572 y2[1] (numeric) 1.6961352386273567 absolute error 4.440892098500626e-16 relative error 2.6182417518160505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6961352386273572 y1[1] (numeric) 1.6961352386273572 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7710000000000006 y2[1] (analytic) 1.696852801109726 y2[1] (numeric) 1.6968528011097255 absolute error 4.440892098500626e-16 relative error 2.617134553802383e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.696852801109726 y1[1] (numeric) 1.696852801109726 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7720000000000006 y2[1] (analytic) 1.6975696667393518 y2[1] (numeric) 1.6975696667393514 absolute error 4.440892098500626e-16 relative error 2.6160293656934726e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6975696667393518 y1[1] (numeric) 1.6975696667393518 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7730000000000006 y2[1] (analytic) 1.698285834799369 y2[1] (numeric) 1.6982858347993686 absolute error 4.440892098500626e-16 relative error 2.614926184687433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.698285834799369 y1[1] (numeric) 1.698285834799369 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7740000000000006 y2[1] (analytic) 1.6990013045736096 y2[1] (numeric) 1.6990013045736092 absolute error 4.440892098500626e-16 relative error 2.6138250079891114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6990013045736096 y1[1] (numeric) 1.6990013045736096 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7750000000000006 y2[1] (analytic) 1.699716075346604 y2[1] (numeric) 1.6997160753466034 absolute error 6.661338147750939e-16 relative error 3.919088749215111e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.699716075346604 y1[1] (numeric) 1.6997160753466038 absolute error 2.220446049250313e-16 relative error 1.3063629164050368e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7760000000000006 y2[1] (analytic) 1.7004301464035811 y2[1] (numeric) 1.7004301464035807 absolute error 4.440892098500626e-16 relative error 2.611628656368588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7004301464035811 y1[1] (numeric) 1.7004301464035811 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7770000000000006 y2[1] (analytic) 1.7011435170304705 y2[1] (numeric) 1.7011435170304698 absolute error 6.661338147750939e-16 relative error 3.9158002138344115e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7011435170304705 y1[1] (numeric) 1.7011435170304703 absolute error 2.220446049250313e-16 relative error 1.3052667379448038e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7780000000000006 y2[1] (analytic) 1.701856186513901 y2[1] (numeric) 1.7018561865139004 absolute error 6.661338147750939e-16 relative error 3.9141604329071363e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.701856186513901 y1[1] (numeric) 1.7018561865139008 absolute error 2.220446049250313e-16 relative error 1.3047201443023788e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7790000000000006 y2[1] (analytic) 1.7025681541412037 y2[1] (numeric) 1.702568154141203 absolute error 6.661338147750939e-16 relative error 3.9125236376284745e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7025681541412037 y1[1] (numeric) 1.7025681541412034 absolute error 2.220446049250313e-16 relative error 1.3041745458761582e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y2[1] (analytic) 1.7032794192004106 y2[1] (numeric) 1.70327941920041 absolute error 6.661338147750939e-16 relative error 3.910889823865802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7032794192004106 y1[1] (numeric) 1.7032794192004104 absolute error 2.220446049250313e-16 relative error 1.3036299412886006e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7810000000000006 y2[1] (analytic) 1.703989980980257 y2[1] (numeric) 1.7039899809802563 absolute error 6.661338147750939e-16 relative error 3.909258987496429e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.703989980980257 y1[1] (numeric) 1.7039899809802568 absolute error 2.220446049250313e-16 relative error 1.3030863291654763e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7820000000000006 y2[1] (analytic) 1.704699838770181 y2[1] (numeric) 1.7046998387701804 absolute error 6.661338147750939e-16 relative error 3.9076311244075777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.704699838770181 y1[1] (numeric) 1.7046998387701808 absolute error 2.220446049250313e-16 relative error 1.3025437081358592e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7830000000000006 y2[1] (analytic) 1.7054089918603252 y2[1] (numeric) 1.7054089918603244 absolute error 8.881784197001252e-16 relative error 5.2080083073284744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7054089918603252 y1[1] (numeric) 1.7054089918603248 absolute error 4.440892098500626e-16 relative error 2.6040041536642372e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7840000000000006 y2[1] (analytic) 1.706117439541536 y2[1] (numeric) 1.7061174395415353 absolute error 6.661338147750939e-16 relative error 3.904384301669737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.706117439541536 y1[1] (numeric) 1.7061174395415357 absolute error 2.220446049250313e-16 relative error 1.3014614338899123e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7850000000000006 y2[1] (analytic) 1.7068251811053663 y2[1] (numeric) 1.7068251811053656 absolute error 6.661338147750939e-16 relative error 3.902765333844532e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7068251811053663 y1[1] (numeric) 1.706825181105366 absolute error 2.220446049250313e-16 relative error 1.3009217779481775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7860000000000006 y2[1] (analytic) 1.7075322158440744 y2[1] (numeric) 1.7075322158440738 absolute error 6.661338147750939e-16 relative error 3.9011493229473735e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7075322158440744 y1[1] (numeric) 1.7075322158440742 absolute error 2.220446049250313e-16 relative error 1.3003831076491244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7870000000000006 y2[1] (analytic) 1.7082385430506255 y2[1] (numeric) 1.708238543050625 absolute error 4.440892098500626e-16 relative error 2.5996908432764566e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7082385430506255 y1[1] (numeric) 1.7082385430506255 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7880000000000006 y2[1] (analytic) 1.7089441620186927 y2[1] (numeric) 1.7089441620186923 absolute error 4.440892098500626e-16 relative error 2.5986174371284408e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7089441620186927 y1[1] (numeric) 1.7089441620186927 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7890000000000006 y2[1] (analytic) 1.709649072042657 y2[1] (numeric) 1.7096490720426565 absolute error 4.440892098500626e-16 relative error 2.597545994158164e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.709649072042657 y1[1] (numeric) 1.709649072042657 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y2[1] (analytic) 1.7103532724176083 y2[1] (numeric) 1.7103532724176078 absolute error 4.440892098500626e-16 relative error 2.596476511676072e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7103532724176083 y1[1] (numeric) 1.7103532724176083 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7910000000000006 y2[1] (analytic) 1.7110567624393465 y2[1] (numeric) 1.7110567624393458 absolute error 6.661338147750939e-16 relative error 3.893113480498617e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7110567624393465 y1[1] (numeric) 1.7110567624393462 absolute error 2.220446049250313e-16 relative error 1.297704493499539e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7920000000000006 y2[1] (analytic) 1.7117595414043811 y2[1] (numeric) 1.7117595414043807 absolute error 4.440892098500626e-16 relative error 2.5943434174505487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7117595414043811 y1[1] (numeric) 1.7117595414043811 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7930000000000006 y2[1] (analytic) 1.712461608609934 y2[1] (numeric) 1.7124616086099336 absolute error 4.440892098500626e-16 relative error 2.5932798003602874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.712461608609934 y1[1] (numeric) 1.712461608609934 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7940000000000006 y2[1] (analytic) 1.7131629633539376 y2[1] (numeric) 1.7131629633539371 absolute error 4.440892098500626e-16 relative error 2.5922181330645208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7131629633539376 y1[1] (numeric) 1.7131629633539376 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7950000000000006 y2[1] (analytic) 1.713863604935037 y2[1] (numeric) 1.7138636049350369 absolute error 2.220446049250313e-16 relative error 1.2955792064529416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.713863604935037 y1[1] (numeric) 1.7138636049350373 absolute error 2.220446049250313e-16 relative error 1.2955792064529416e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7960000000000006 y2[1] (analytic) 1.7145635326525914 y2[1] (numeric) 1.714563532652591 absolute error 4.440892098500626e-16 relative error 2.5901006372334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7145635326525914 y1[1] (numeric) 1.7145635326525914 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7970000000000006 y2[1] (analytic) 1.7152627458066725 y2[1] (numeric) 1.715262745806672 absolute error 4.440892098500626e-16 relative error 2.5890448034024753e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7152627458066725 y1[1] (numeric) 1.7152627458066725 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7980000000000006 y2[1] (analytic) 1.7159612436980674 y2[1] (numeric) 1.715961243698067 absolute error 4.440892098500626e-16 relative error 2.587990908774875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7159612436980674 y1[1] (numeric) 1.7159612436980674 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7990000000000006 y2[1] (analytic) 1.716659025628278 y2[1] (numeric) 1.7166590256282777 absolute error 4.440892098500626e-16 relative error 2.5869389507187132e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.716659025628278 y1[1] (numeric) 1.716659025628278 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y2[1] (analytic) 1.7173560908995231 y2[1] (numeric) 1.7173560908995227 absolute error 4.440892098500626e-16 relative error 2.5858889266084353e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7173560908995231 y1[1] (numeric) 1.7173560908995231 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8010000000000006 y2[1] (analytic) 1.7180524388147371 y2[1] (numeric) 1.7180524388147365 absolute error 6.661338147750939e-16 relative error 3.8772612507372083e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7180524388147371 y1[1] (numeric) 1.718052438814737 absolute error 2.220446049250313e-16 relative error 1.2924204169124029e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8020000000000006 y2[1] (analytic) 1.7187480686775718 y2[1] (numeric) 1.7187480686775714 absolute error 4.440892098500626e-16 relative error 2.5837946697548928e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7187480686775718 y1[1] (numeric) 1.7187480686775718 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8030000000000006 y2[1] (analytic) 1.7194429797923978 y2[1] (numeric) 1.7194429797923974 absolute error 4.440892098500626e-16 relative error 2.582750431792051e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7194429797923978 y1[1] (numeric) 1.7194429797923978 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8040000000000006 y2[1] (analytic) 1.7201371714643041 y2[1] (numeric) 1.7201371714643037 absolute error 4.440892098500626e-16 relative error 2.58170811733591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7201371714643041 y1[1] (numeric) 1.7201371714643041 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8050000000000006 y2[1] (analytic) 1.720830642999099 y2[1] (numeric) 1.7208306429990985 absolute error 4.440892098500626e-16 relative error 2.580667723792359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.720830642999099 y1[1] (numeric) 1.720830642999099 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8060000000000006 y2[1] (analytic) 1.7215233937033108 y2[1] (numeric) 1.7215233937033103 absolute error 4.440892098500626e-16 relative error 2.579629248573531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7215233937033108 y1[1] (numeric) 1.7215233937033108 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8070000000000006 y2[1] (analytic) 1.722215422884189 y2[1] (numeric) 1.7222154228841886 absolute error 4.440892098500626e-16 relative error 2.5785926890977887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.722215422884189 y1[1] (numeric) 1.722215422884189 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8080000000000006 y2[1] (analytic) 1.7229067298497047 y2[1] (numeric) 1.7229067298497043 absolute error 4.440892098500626e-16 relative error 2.577558042789711e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7229067298497047 y1[1] (numeric) 1.7229067298497047 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8090000000000006 y2[1] (analytic) 1.7235973139085505 y2[1] (numeric) 1.7235973139085503 absolute error 2.220446049250313e-16 relative error 1.2882626535400392e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7235973139085505 y1[1] (numeric) 1.7235973139085508 absolute error 2.220446049250313e-16 relative error 1.2882626535400392e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y2[1] (analytic) 1.724287174370143 y2[1] (numeric) 1.7242871743701427 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.724287174370143 y1[1] (numeric) 1.7242871743701431 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8110000000000006 y2[1] (analytic) 1.7249763105446214 y2[1] (numeric) 1.724976310544621 absolute error 4.440892098500626e-16 relative error 2.574465557210184e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7249763105446214 y1[1] (numeric) 1.7249763105446214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8120000000000006 y2[1] (analytic) 1.7256647217428496 y2[1] (numeric) 1.7256647217428491 absolute error 4.440892098500626e-16 relative error 2.5734385379423586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7256647217428496 y1[1] (numeric) 1.7256647217428496 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8130000000000006 y2[1] (analytic) 1.7263524072764165 y2[1] (numeric) 1.726352407276416 absolute error 4.440892098500626e-16 relative error 2.5724134190578208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7263524072764165 y1[1] (numeric) 1.7263524072764165 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8140000000000006 y2[1] (analytic) 1.7270393664576367 y2[1] (numeric) 1.7270393664576362 absolute error 4.440892098500626e-16 relative error 2.5713901980181403e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7270393664576367 y1[1] (numeric) 1.7270393664576367 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8150000000000006 y2[1] (analytic) 1.727725598599551 y2[1] (numeric) 1.7277255985995505 absolute error 4.440892098500626e-16 relative error 2.570368872291003e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.727725598599551 y1[1] (numeric) 1.727725598599551 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8160000000000006 y2[1] (analytic) 1.7284111030159273 y2[1] (numeric) 1.7284111030159268 absolute error 4.440892098500626e-16 relative error 2.5693494393501958e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7284111030159273 y1[1] (numeric) 1.7284111030159273 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8170000000000006 y2[1] (analytic) 1.7290958790212614 y2[1] (numeric) 1.729095879021261 absolute error 4.440892098500626e-16 relative error 2.568331896675592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7290958790212614 y1[1] (numeric) 1.7290958790212614 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8180000000000006 y2[1] (analytic) 1.7297799259307771 y2[1] (numeric) 1.7297799259307767 absolute error 4.440892098500626e-16 relative error 2.567316241753139e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7297799259307771 y1[1] (numeric) 1.7297799259307771 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8190000000000006 y2[1] (analytic) 1.7304632430604279 y2[1] (numeric) 1.7304632430604274 absolute error 4.440892098500626e-16 relative error 2.5663024720748433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7304632430604279 y1[1] (numeric) 1.7304632430604279 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y2[1] (analytic) 1.7311458297268962 y2[1] (numeric) 1.731145829726896 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7311458297268962 y1[1] (numeric) 1.7311458297268965 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8210000000000006 y2[1] (analytic) 1.731827685247596 y2[1] (numeric) 1.7318276852475958 absolute error 2.220446049250313e-16 relative error 1.2821402892244793e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.731827685247596 y1[1] (numeric) 1.7318276852475962 absolute error 2.220446049250313e-16 relative error 1.2821402892244793e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8220000000000006 y2[1] (analytic) 1.7325088089406715 y2[1] (numeric) 1.7325088089406713 absolute error 2.220446049250313e-16 relative error 1.281636224757776e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7325088089406715 y1[1] (numeric) 1.7325088089406717 absolute error 2.220446049250313e-16 relative error 1.281636224757776e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8230000000000006 y2[1] (analytic) 1.7331892001249989 y2[1] (numeric) 1.7331892001249989 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7331892001249989 y1[1] (numeric) 1.7331892001249993 absolute error 4.440892098500626e-16 relative error 2.5622661958546394e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8240000000000006 y2[1] (analytic) 1.7338688581201875 y2[1] (numeric) 1.7338688581201873 absolute error 2.220446049250313e-16 relative error 1.2806309074941568e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7338688581201875 y1[1] (numeric) 1.7338688581201878 absolute error 2.220446049250313e-16 relative error 1.2806309074941568e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8250000000000006 y2[1] (analytic) 1.7345477822465791 y2[1] (numeric) 1.734547782246579 absolute error 2.220446049250313e-16 relative error 1.280129652222322e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7345477822465791 y1[1] (numeric) 1.7345477822465794 absolute error 2.220446049250313e-16 relative error 1.280129652222322e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8260000000000006 y2[1] (analytic) 1.7352259718252494 y2[1] (numeric) 1.7352259718252494 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7352259718252494 y1[1] (numeric) 1.7352259718252498 absolute error 4.440892098500626e-16 relative error 2.559258661757662e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8270000000000006 y2[1] (analytic) 1.7359034261780093 y2[1] (numeric) 1.7359034261780093 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7359034261780093 y1[1] (numeric) 1.7359034261780097 absolute error 4.440892098500626e-16 relative error 2.5582598844673473e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8280000000000006 y2[1] (analytic) 1.7365801446274045 y2[1] (numeric) 1.7365801446274043 absolute error 2.220446049250313e-16 relative error 1.2786314850598073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7365801446274045 y1[1] (numeric) 1.7365801446274047 absolute error 2.220446049250313e-16 relative error 1.2786314850598073e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8290000000000006 y2[1] (analytic) 1.7372561264967163 y2[1] (numeric) 1.7372561264967161 absolute error 2.220446049250313e-16 relative error 1.2781339581331505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7372561264967163 y1[1] (numeric) 1.7372561264967166 absolute error 2.220446049250313e-16 relative error 1.2781339581331505e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y2[1] (analytic) 1.737931371109963 y2[1] (numeric) 1.7379313711099629 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.737931371109963 y1[1] (numeric) 1.7379313711099633 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8310000000000006 y2[1] (analytic) 1.7386058777919002 y2[1] (numeric) 1.7386058777919 absolute error 2.220446049250313e-16 relative error 1.2771416901399006e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7386058777919002 y1[1] (numeric) 1.7386058777919005 absolute error 2.220446049250313e-16 relative error 1.2771416901399006e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8320000000000006 y2[1] (analytic) 1.739279645868021 y2[1] (numeric) 1.7392796458680209 absolute error 2.220446049250313e-16 relative error 1.276646946639887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.739279645868021 y1[1] (numeric) 1.7392796458680213 absolute error 2.220446049250313e-16 relative error 1.276646946639887e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8330000000000006 y2[1] (analytic) 1.739952674664558 y2[1] (numeric) 1.7399526746645575 absolute error 4.440892098500626e-16 relative error 2.5523062570404547e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.739952674664558 y1[1] (numeric) 1.739952674664558 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8340000000000006 y2[1] (analytic) 1.7406249635084816 y2[1] (numeric) 1.7406249635084812 absolute error 4.440892098500626e-16 relative error 2.551320469143086e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7406249635084816 y1[1] (numeric) 1.7406249635084816 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8350000000000006 y2[1] (analytic) 1.7412965117275034 y2[1] (numeric) 1.741296511727503 absolute error 4.440892098500626e-16 relative error 2.550336527174749e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7412965117275034 y1[1] (numeric) 1.7412965117275034 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8360000000000006 y2[1] (analytic) 1.7419673186500755 y2[1] (numeric) 1.7419673186500748 absolute error 6.661338147750939e-16 relative error 3.824031643092531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7419673186500755 y1[1] (numeric) 1.7419673186500753 absolute error 2.220446049250313e-16 relative error 1.2746772143641771e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8370000000000006 y2[1] (analytic) 1.7426373836053903 y2[1] (numeric) 1.74263738360539 absolute error 4.440892098500626e-16 relative error 2.5483741714026257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7426373836053903 y1[1] (numeric) 1.7426373836053903 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8380000000000006 y2[1] (analytic) 1.7433067059233838 y2[1] (numeric) 1.7433067059233833 absolute error 4.440892098500626e-16 relative error 2.5473957528020877e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7433067059233838 y1[1] (numeric) 1.7433067059233838 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8390000000000006 y2[1] (analytic) 1.7439752849347334 y2[1] (numeric) 1.7439752849347328 absolute error 6.661338147750939e-16 relative error 3.819628755805581e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7439752849347334 y1[1] (numeric) 1.7439752849347332 absolute error 2.220446049250313e-16 relative error 1.273209585268527e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y2[1] (analytic) 1.7446431199708599 y2[1] (numeric) 1.7446431199708592 absolute error 6.661338147750939e-16 relative error 3.818166633335419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7446431199708599 y1[1] (numeric) 1.7446431199708596 absolute error 2.220446049250313e-16 relative error 1.2727222111118063e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8410000000000006 y2[1] (analytic) 1.7453102103639284 y2[1] (numeric) 1.7453102103639277 absolute error 6.661338147750939e-16 relative error 3.8167072582254195e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7453102103639284 y1[1] (numeric) 1.7453102103639282 absolute error 2.220446049250313e-16 relative error 1.2722357527418065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8420000000000006 y2[1] (analytic) 1.7459765554468487 y2[1] (numeric) 1.745976555446848 absolute error 6.661338147750939e-16 relative error 3.81525062691698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7459765554468487 y1[1] (numeric) 1.7459765554468485 absolute error 2.220446049250313e-16 relative error 1.2717502089723268e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8430000000000006 y2[1] (analytic) 1.7466421545532755 y2[1] (numeric) 1.746642154553275 absolute error 4.440892098500626e-16 relative error 2.5425311572400685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7466421545532755 y1[1] (numeric) 1.7466421545532755 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8440000000000006 y2[1] (analytic) 1.7473070070176102 y2[1] (numeric) 1.7473070070176098 absolute error 4.440892098500626e-16 relative error 2.541563721008914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7473070070176102 y1[1] (numeric) 1.7473070070176102 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8450000000000006 y2[1] (analytic) 1.7479711121750001 y2[1] (numeric) 1.7479711121749997 absolute error 4.440892098500626e-16 relative error 2.5405981068959573e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7479711121750001 y1[1] (numeric) 1.7479711121750001 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8460000000000006 y2[1] (analytic) 1.7486344693613405 y2[1] (numeric) 1.7486344693613398 absolute error 6.661338147750939e-16 relative error 3.809451468827491e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7486344693613405 y1[1] (numeric) 1.7486344693613403 absolute error 2.220446049250313e-16 relative error 1.2698171562758304e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8470000000000006 y2[1] (analytic) 1.7492970779132735 y2[1] (numeric) 1.7492970779132728 absolute error 6.661338147750939e-16 relative error 3.8080085034482603e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7492970779132735 y1[1] (numeric) 1.7492970779132735 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8480000000000006 y2[1] (analytic) 1.749958937168191 y2[1] (numeric) 1.7499589371681905 absolute error 4.440892098500626e-16 relative error 2.5377121737993134e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.749958937168191 y1[1] (numeric) 1.7499589371681912 absolute error 2.220446049250313e-16 relative error 1.2688560868996567e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8490000000000006 y2[1] (analytic) 1.750620046464234 y2[1] (numeric) 1.7506200464642334 absolute error 6.661338147750939e-16 relative error 3.8051307370808364e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.750620046464234 y1[1] (numeric) 1.750620046464234 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y2[1] (analytic) 1.7512804051402933 y2[1] (numeric) 1.7512804051402924 absolute error 8.881784197001252e-16 relative error 5.071594572138059e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7512804051402933 y1[1] (numeric) 1.751280405140293 absolute error 2.220446049250313e-16 relative error 1.2678986430345148e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8510000000000006 y2[1] (analytic) 1.7519400125360096 y2[1] (numeric) 1.751940012536009 absolute error 6.661338147750939e-16 relative error 3.802263833285228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7519400125360096 y1[1] (numeric) 1.7519400125360096 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8520000000000006 y2[1] (analytic) 1.7525988679917763 y2[1] (numeric) 1.7525988679917757 absolute error 6.661338147750939e-16 relative error 3.800834446152453e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7525988679917763 y1[1] (numeric) 1.7525988679917763 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8530000000000006 y2[1] (analytic) 1.7532569708487378 y2[1] (numeric) 1.753256970848737 absolute error 6.661338147750939e-16 relative error 3.799407764240195e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7532569708487378 y1[1] (numeric) 1.7532569708487378 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8540000000000006 y2[1] (analytic) 1.753914320448791 y2[1] (numeric) 1.7539143204487904 absolute error 6.661338147750939e-16 relative error 3.797983784091824e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.753914320448791 y1[1] (numeric) 1.753914320448791 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8550000000000006 y2[1] (analytic) 1.7545709161345866 y2[1] (numeric) 1.754570916134586 absolute error 6.661338147750939e-16 relative error 3.796562502259084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7545709161345866 y1[1] (numeric) 1.7545709161345868 absolute error 2.220446049250313e-16 relative error 1.2655208340863613e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8560000000000006 y2[1] (analytic) 1.7552267572495293 y2[1] (numeric) 1.7552267572495284 absolute error 8.881784197001252e-16 relative error 5.06019188706943e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7552267572495293 y1[1] (numeric) 1.7552267572495293 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8570000000000007 y2[1] (analytic) 1.7558818431377772 y2[1] (numeric) 1.7558818431377765 absolute error 6.661338147750939e-16 relative error 3.793728019789228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7558818431377772 y1[1] (numeric) 1.7558818431377774 absolute error 2.220446049250313e-16 relative error 1.2645760065964093e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8580000000000007 y2[1] (analytic) 1.7565361731442453 y2[1] (numeric) 1.7565361731442444 absolute error 8.881784197001252e-16 relative error 5.0564197497297356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7565361731442453 y1[1] (numeric) 1.7565361731442453 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8590000000000007 y2[1] (analytic) 1.757189746614603 y2[1] (numeric) 1.7571897466146023 absolute error 6.661338147750939e-16 relative error 3.7909042894113487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.757189746614603 y1[1] (numeric) 1.7571897466146031 absolute error 2.220446049250313e-16 relative error 1.2636347631371163e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y2[1] (analytic) 1.7578425628952774 y2[1] (numeric) 1.7578425628952765 absolute error 8.881784197001252e-16 relative error 5.0526619302996024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7578425628952774 y1[1] (numeric) 1.7578425628952774 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8610000000000007 y2[1] (analytic) 1.758494621333452 y2[1] (numeric) 1.7584946213334511 absolute error 8.881784197001252e-16 relative error 5.0507883784519444e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.758494621333452 y1[1] (numeric) 1.758494621333452 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8620000000000007 y2[1] (analytic) 1.7591459212770686 y2[1] (numeric) 1.7591459212770677 absolute error 8.881784197001252e-16 relative error 5.048918392485279e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7591459212770686 y1[1] (numeric) 1.7591459212770686 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8630000000000007 y2[1] (analytic) 1.759796462074827 y2[1] (numeric) 1.759796462074826 absolute error 8.881784197001252e-16 relative error 5.047051967890362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.759796462074827 y1[1] (numeric) 1.759796462074827 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8640000000000007 y2[1] (analytic) 1.7604462430761867 y2[1] (numeric) 1.7604462430761858 absolute error 8.881784197001252e-16 relative error 5.0451891001688916e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7604462430761867 y1[1] (numeric) 1.7604462430761867 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8650000000000007 y2[1] (analytic) 1.7610952636313666 y2[1] (numeric) 1.7610952636313657 absolute error 8.881784197001252e-16 relative error 5.0433297848334863e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7610952636313666 y1[1] (numeric) 1.7610952636313666 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8660000000000007 y2[1] (analytic) 1.7617435230913465 y2[1] (numeric) 1.7617435230913454 absolute error 1.1102230246251565e-15 relative error 6.301842521759572e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7617435230913465 y1[1] (numeric) 1.7617435230913463 absolute error 2.220446049250313e-16 relative error 1.2603685043519145e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8670000000000007 y2[1] (analytic) 1.7623910208078666 y2[1] (numeric) 1.7623910208078657 absolute error 8.881784197001252e-16 relative error 5.0396217934257914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7623910208078666 y1[1] (numeric) 1.7623910208078666 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8680000000000007 y2[1] (analytic) 1.7630377561334296 y2[1] (numeric) 1.7630377561334285 absolute error 1.1102230246251565e-15 relative error 6.297216385541394e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7630377561334296 y1[1] (numeric) 1.7630377561334294 absolute error 2.220446049250313e-16 relative error 1.2594432771082787e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8690000000000007 y2[1] (analytic) 1.7636837284213 y2[1] (numeric) 1.763683728421299 absolute error 1.1102230246251565e-15 relative error 6.294909947482102e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7636837284213 y1[1] (numeric) 1.7636837284212998 absolute error 2.220446049250313e-16 relative error 1.2589819894964206e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y2[1] (analytic) 1.7643289370255055 y2[1] (numeric) 1.7643289370255044 absolute error 1.1102230246251565e-15 relative error 6.292607922062931e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7643289370255055 y1[1] (numeric) 1.7643289370255053 absolute error 2.220446049250313e-16 relative error 1.258521584412586e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8710000000000007 y2[1] (analytic) 1.764973381300838 y2[1] (numeric) 1.7649733813008366 absolute error 1.3322676295501878e-15 relative error 7.548372364507089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.764973381300838 y1[1] (numeric) 1.7649733813008375 absolute error 4.440892098500626e-16 relative error 2.5161241215023633e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8720000000000007 y2[1] (analytic) 1.7656170606028525 y2[1] (numeric) 1.7656170606028512 absolute error 1.3322676295501878e-15 relative error 7.545620504455809e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7656170606028525 y1[1] (numeric) 1.765617060602852 absolute error 4.440892098500626e-16 relative error 2.515206834818603e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8730000000000007 y2[1] (analytic) 1.7662599742878702 y2[1] (numeric) 1.766259974287869 absolute error 1.1102230246251565e-15 relative error 6.285728266433609e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7662599742878702 y1[1] (numeric) 1.76625997428787 absolute error 2.220446049250313e-16 relative error 1.2571456532867219e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8740000000000007 y2[1] (analytic) 1.766902121712978 y2[1] (numeric) 1.7669021217129766 absolute error 1.3322676295501878e-15 relative error 7.540132603715365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.766902121712978 y1[1] (numeric) 1.7669021217129774 absolute error 4.440892098500626e-16 relative error 2.5133775345717883e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8750000000000007 y2[1] (analytic) 1.7675435022360275 y2[1] (numeric) 1.7675435022360262 absolute error 1.3322676295501878e-15 relative error 7.537396549871645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7675435022360275 y1[1] (numeric) 1.767543502236027 absolute error 4.440892098500626e-16 relative error 2.5124655166238816e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8760000000000007 y2[1] (analytic) 1.768184115215639 y2[1] (numeric) 1.7681841152156377 absolute error 1.3322676295501878e-15 relative error 7.534665751635887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.768184115215639 y1[1] (numeric) 1.7681841152156386 absolute error 4.440892098500626e-16 relative error 2.5115552505452957e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8770000000000007 y2[1] (analytic) 1.768823960011199 y2[1] (numeric) 1.768823960011198 absolute error 1.1102230246251565e-15 relative error 6.276616835392299e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.768823960011199 y1[1] (numeric) 1.7688239600111988 absolute error 2.220446049250313e-16 relative error 1.2553233670784597e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8780000000000007 y2[1] (analytic) 1.7694630359828634 y2[1] (numeric) 1.7694630359828623 absolute error 1.1102230246251565e-15 relative error 6.274349913212364e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7694630359828634 y1[1] (numeric) 1.7694630359828631 absolute error 2.220446049250313e-16 relative error 1.2548699826424729e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8790000000000007 y2[1] (analytic) 1.7701013424915557 y2[1] (numeric) 1.7701013424915546 absolute error 1.1102230246251565e-15 relative error 6.272087354402155e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7701013424915557 y1[1] (numeric) 1.7701013424915555 absolute error 2.220446049250313e-16 relative error 1.2544174708804311e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y2[1] (analytic) 1.7707388788989697 y2[1] (numeric) 1.7707388788989686 absolute error 1.1102230246251565e-15 relative error 6.269829153553593e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7707388788989697 y1[1] (numeric) 1.7707388788989695 absolute error 2.220446049250313e-16 relative error 1.2539658307107185e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8810000000000007 y2[1] (analytic) 1.771375644567569 y2[1] (numeric) 1.7713756445675681 absolute error 8.881784197001252e-16 relative error 5.014060244217418e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.771375644567569 y1[1] (numeric) 1.771375644567569 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8820000000000007 y2[1] (analytic) 1.7720116388605882 y2[1] (numeric) 1.7720116388605873 absolute error 8.881784197001252e-16 relative error 5.012260643339951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7720116388605882 y1[1] (numeric) 1.7720116388605882 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8830000000000007 y2[1] (analytic) 1.7726468611420327 y2[1] (numeric) 1.7726468611420318 absolute error 8.881784197001252e-16 relative error 5.01046451591556e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7726468611420327 y1[1] (numeric) 1.7726468611420327 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8840000000000007 y2[1] (analytic) 1.7732813107766807 y2[1] (numeric) 1.7732813107766796 absolute error 1.1102230246251565e-15 relative error 6.260839822074757e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7732813107766807 y1[1] (numeric) 1.7732813107766805 absolute error 2.220446049250313e-16 relative error 1.2521679644149515e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8850000000000007 y2[1] (analytic) 1.773914987130082 y2[1] (numeric) 1.773914987130081 absolute error 1.1102230246251565e-15 relative error 6.25860333037337e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.773914987130082 y1[1] (numeric) 1.7739149871300819 absolute error 2.220446049250313e-16 relative error 1.251720666074674e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8860000000000007 y2[1] (analytic) 1.774547889568561 y2[1] (numeric) 1.7745478895685598 absolute error 1.1102230246251565e-15 relative error 6.256371164460829e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.774547889568561 y1[1] (numeric) 1.7745478895685607 absolute error 2.220446049250313e-16 relative error 1.2512742328921659e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8870000000000007 y2[1] (analytic) 1.7751800174592147 y2[1] (numeric) 1.7751800174592136 absolute error 1.1102230246251565e-15 relative error 6.254143319020681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7751800174592147 y1[1] (numeric) 1.7751800174592145 absolute error 2.220446049250313e-16 relative error 1.2508286638041363e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8880000000000007 y2[1] (analytic) 1.7758113701699156 y2[1] (numeric) 1.7758113701699145 absolute error 1.1102230246251565e-15 relative error 6.251919788749448e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7758113701699156 y1[1] (numeric) 1.7758113701699154 absolute error 2.220446049250313e-16 relative error 1.2503839577498895e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8890000000000007 y2[1] (analytic) 1.7764419470693111 y2[1] (numeric) 1.77644194706931 absolute error 1.1102230246251565e-15 relative error 6.249700568356592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7764419470693111 y1[1] (numeric) 1.776441947069311 absolute error 2.220446049250313e-16 relative error 1.2499401136713185e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y2[1] (analytic) 1.7770717475268243 y2[1] (numeric) 1.7770717475268232 absolute error 1.1102230246251565e-15 relative error 6.247485652564504e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7770717475268243 y1[1] (numeric) 1.777071747526824 absolute error 2.220446049250313e-16 relative error 1.2494971305129008e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8910000000000007 y2[1] (analytic) 1.7777007709126547 y2[1] (numeric) 1.7777007709126535 absolute error 1.1102230246251565e-15 relative error 6.24527503610846e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7777007709126547 y1[1] (numeric) 1.7777007709126544 absolute error 2.220446049250313e-16 relative error 1.249055007221692e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8920000000000007 y2[1] (analytic) 1.778329016597779 y2[1] (numeric) 1.7783290165977776 absolute error 1.3322676295501878e-15 relative error 7.491682456483918e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.778329016597779 y1[1] (numeric) 1.7783290165977788 absolute error 2.220446049250313e-16 relative error 1.2486137427473197e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8930000000000007 y2[1] (analytic) 1.7789564839539513 y2[1] (numeric) 1.77895648395395 absolute error 1.3322676295501878e-15 relative error 7.489040016251875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7789564839539513 y1[1] (numeric) 1.7789564839539511 absolute error 2.220446049250313e-16 relative error 1.2481733360419792e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8940000000000007 y2[1] (analytic) 1.7795831723537048 y2[1] (numeric) 1.7795831723537034 absolute error 1.3322676295501878e-15 relative error 7.48640271636256e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7795831723537048 y1[1] (numeric) 1.7795831723537046 absolute error 2.220446049250313e-16 relative error 1.2477337860604268e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8950000000000007 y2[1] (analytic) 1.7802090811703506 y2[1] (numeric) 1.7802090811703495 absolute error 1.1102230246251565e-15 relative error 6.236475458799874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7802090811703506 y1[1] (numeric) 1.7802090811703506 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8960000000000007 y2[1] (analytic) 1.7808342097779808 y2[1] (numeric) 1.7808342097779795 absolute error 1.3322676295501878e-15 relative error 7.481143512602915e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7808342097779808 y1[1] (numeric) 1.7808342097779806 absolute error 2.220446049250313e-16 relative error 1.2468572521004857e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8970000000000007 y2[1] (analytic) 1.7814585575514659 y2[1] (numeric) 1.7814585575514645 absolute error 1.3322676295501878e-15 relative error 7.478521596266204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7814585575514659 y1[1] (numeric) 1.7814585575514656 absolute error 2.220446049250313e-16 relative error 1.2464202660443675e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8980000000000007 y2[1] (analytic) 1.7820821238664586 y2[1] (numeric) 1.7820821238664573 absolute error 1.3322676295501878e-15 relative error 7.475904795339399e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7820821238664586 y1[1] (numeric) 1.7820821238664584 absolute error 2.220446049250313e-16 relative error 1.2459841325565664e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8990000000000007 y2[1] (analytic) 1.7827049080993926 y2[1] (numeric) 1.7827049080993913 absolute error 1.3322676295501878e-15 relative error 7.473293103627383e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7827049080993926 y1[1] (numeric) 1.7827049080993924 absolute error 2.220446049250313e-16 relative error 1.2455488506045639e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y2[1] (analytic) 1.7833269096274837 y2[1] (numeric) 1.7833269096274824 absolute error 1.3322676295501878e-15 relative error 7.470686514950212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7833269096274837 y1[1] (numeric) 1.7833269096274835 absolute error 2.220446049250313e-16 relative error 1.2451144191583686e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9010000000000007 y2[1] (analytic) 1.7839481278287308 y2[1] (numeric) 1.7839481278287292 absolute error 1.5543122344752192e-15 relative error 8.712765860333591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7839481278287308 y1[1] (numeric) 1.7839481278287304 absolute error 4.440892098500626e-16 relative error 2.4893616743810262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9020000000000007 y2[1] (analytic) 1.784568562081915 y2[1] (numeric) 1.7845685620819136 absolute error 1.3322676295501878e-15 relative error 7.465488622056284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.784568562081915 y1[1] (numeric) 1.7845685620819147 absolute error 2.220446049250313e-16 relative error 1.2442481036760473e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9030000000000007 y2[1] (analytic) 1.7851882117666027 y2[1] (numeric) 1.7851882117666011 absolute error 1.5543122344752192e-15 relative error 8.706713523147729e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7851882117666027 y1[1] (numeric) 1.7851882117666023 absolute error 4.440892098500626e-16 relative error 2.4876324351850653e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9040000000000007 y2[1] (analytic) 1.785807076263144 y2[1] (numeric) 1.7858070762631424 absolute error 1.5543122344752192e-15 relative error 8.703696245440269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.785807076263144 y1[1] (numeric) 1.7858070762631435 absolute error 4.440892098500626e-16 relative error 2.486770355840077e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9050000000000007 y2[1] (analytic) 1.7864251549526744 y2[1] (numeric) 1.7864251549526728 absolute error 1.5543122344752192e-15 relative error 8.700684885487944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7864251549526744 y1[1] (numeric) 1.786425154952674 absolute error 4.440892098500626e-16 relative error 2.4859099672822696e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9060000000000007 y2[1] (analytic) 1.7870424472171156 y2[1] (numeric) 1.787042447217114 absolute error 1.5543122344752192e-15 relative error 8.697679436186213e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7870424472171156 y1[1] (numeric) 1.7870424472171151 absolute error 4.440892098500626e-16 relative error 2.485051267481775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9070000000000007 y2[1] (analytic) 1.787658952439175 y2[1] (numeric) 1.7876589524391735 absolute error 1.5543122344752192e-15 relative error 8.694679890447977e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.787658952439175 y1[1] (numeric) 1.7876589524391746 absolute error 4.440892098500626e-16 relative error 2.4841942544137076e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9080000000000007 y2[1] (analytic) 1.7882746700023477 y2[1] (numeric) 1.7882746700023462 absolute error 1.5543122344752192e-15 relative error 8.691686241203531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7882746700023477 y1[1] (numeric) 1.7882746700023473 absolute error 4.440892098500626e-16 relative error 2.483338926058152e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9090000000000007 y2[1] (analytic) 1.7888895992909162 y2[1] (numeric) 1.7888895992909146 absolute error 1.5543122344752192e-15 relative error 8.688698481400533e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7888895992909162 y1[1] (numeric) 1.7888895992909157 absolute error 4.440892098500626e-16 relative error 2.4824852804001524e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y2[1] (analytic) 1.789503739689951 y2[1] (numeric) 1.7895037396899494 absolute error 1.5543122344752192e-15 relative error 8.685716604003963e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.789503739689951 y1[1] (numeric) 1.7895037396899505 absolute error 4.440892098500626e-16 relative error 2.4816333154297037e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9110000000000007 y2[1] (analytic) 1.7901170905853117 y2[1] (numeric) 1.7901170905853103 absolute error 1.3322676295501878e-15 relative error 7.442349087425217e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7901170905853117 y1[1] (numeric) 1.7901170905853114 absolute error 2.220446049250313e-16 relative error 1.2403915145708694e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9120000000000007 y2[1] (analytic) 1.790729651363648 y2[1] (numeric) 1.7907296513636466 absolute error 1.3322676295501878e-15 relative error 7.43980325860836e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.790729651363648 y1[1] (numeric) 1.7907296513636477 absolute error 2.220446049250313e-16 relative error 1.2399672097680598e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9130000000000007 y2[1] (analytic) 1.7913414214123986 y2[1] (numeric) 1.7913414214123973 absolute error 1.3322676295501878e-15 relative error 7.437262453852878e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7913414214123986 y1[1] (numeric) 1.7913414214123984 absolute error 2.220446049250313e-16 relative error 1.239543742308813e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9140000000000007 y2[1] (analytic) 1.791952400119794 y2[1] (numeric) 1.7919524001197924 absolute error 1.5543122344752192e-15 relative error 8.673847778385808e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.791952400119794 y1[1] (numeric) 1.7919524001197935 absolute error 4.440892098500626e-16 relative error 2.4782422223959453e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9150000000000007 y2[1] (analytic) 1.792562586874855 y2[1] (numeric) 1.7925625868748536 absolute error 1.3322676295501878e-15 relative error 7.432195892656986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.792562586874855 y1[1] (numeric) 1.7925625868748547 absolute error 2.220446049250313e-16 relative error 1.238699315442831e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9160000000000007 y2[1] (analytic) 1.7931719810673954 y2[1] (numeric) 1.7931719810673938 absolute error 1.5543122344752192e-15 relative error 8.667948478371865e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7931719810673954 y1[1] (numeric) 1.793171981067395 absolute error 4.440892098500626e-16 relative error 2.476556708106247e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9170000000000007 y2[1] (analytic) 1.7937805820880204 y2[1] (numeric) 1.793780582088019 absolute error 1.3322676295501878e-15 relative error 7.427149356246146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7937805820880204 y1[1] (numeric) 1.7937805820880202 absolute error 2.220446049250313e-16 relative error 1.2378582260410244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9180000000000007 y2[1] (analytic) 1.7943883893281298 y2[1] (numeric) 1.7943883893281285 absolute error 1.3322676295501878e-15 relative error 7.42463358252684e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7943883893281298 y1[1] (numeric) 1.7943883893281296 absolute error 2.220446049250313e-16 relative error 1.2374389304211399e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9190000000000007 y2[1] (analytic) 1.7949954021799162 y2[1] (numeric) 1.7949954021799148 absolute error 1.3322676295501878e-15 relative error 7.42212279726303e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7949954021799162 y1[1] (numeric) 1.794995402179916 absolute error 2.220446049250313e-16 relative error 1.2370204662105051e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y2[1] (analytic) 1.7956016200363665 y2[1] (numeric) 1.7956016200363651 absolute error 1.3322676295501878e-15 relative error 7.419616994571464e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7956016200363665 y1[1] (numeric) 1.7956016200363663 absolute error 2.220446049250313e-16 relative error 1.2366028324285775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9210000000000007 y2[1] (analytic) 1.796207042291263 y2[1] (numeric) 1.7962070422912617 absolute error 1.3322676295501878e-15 relative error 7.417116168583392e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.796207042291263 y1[1] (numeric) 1.7962070422912628 absolute error 2.220446049250313e-16 relative error 1.2361860280972318e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9220000000000007 y2[1] (analytic) 1.7968116683391837 y2[1] (numeric) 1.7968116683391824 absolute error 1.3322676295501878e-15 relative error 7.414620313444536e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7968116683391837 y1[1] (numeric) 1.7968116683391835 absolute error 2.220446049250313e-16 relative error 1.235770052240756e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9230000000000007 y2[1] (analytic) 1.7974154975755023 y2[1] (numeric) 1.797415497575501 absolute error 1.3322676295501878e-15 relative error 7.41212942331507e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7974154975755023 y1[1] (numeric) 1.7974154975755021 absolute error 2.220446049250313e-16 relative error 1.2353549038858451e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9240000000000007 y2[1] (analytic) 1.79801852939639 y2[1] (numeric) 1.7980185293963886 absolute error 1.3322676295501878e-15 relative error 7.409643492369577e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.79801852939639 y1[1] (numeric) 1.7980185293963897 absolute error 2.220446049250313e-16 relative error 1.2349405820615962e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9250000000000007 y2[1] (analytic) 1.7986207631988145 y2[1] (numeric) 1.7986207631988134 absolute error 1.1102230246251565e-15 relative error 6.172635428997523e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7986207631988145 y1[1] (numeric) 1.7986207631988145 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9260000000000007 y2[1] (analytic) 1.7992221983805425 y2[1] (numeric) 1.7992221983805414 absolute error 1.1102230246251565e-15 relative error 6.170572070667283e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7992221983805425 y1[1] (numeric) 1.7992221983805425 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9270000000000007 y2[1] (analytic) 1.799822834340139 y2[1] (numeric) 1.7998228343401377 absolute error 1.3322676295501878e-15 relative error 7.402215396598361e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.799822834340139 y1[1] (numeric) 1.7998228343401388 absolute error 2.220446049250313e-16 relative error 1.2337025660997269e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9280000000000007 y2[1] (analytic) 1.8004226704769675 y2[1] (numeric) 1.8004226704769661 absolute error 1.3322676295501878e-15 relative error 7.399749244421833e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8004226704769675 y1[1] (numeric) 1.8004226704769672 absolute error 2.220446049250313e-16 relative error 1.2332915407369722e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9290000000000007 y2[1] (analytic) 1.8010217061911922 y2[1] (numeric) 1.8010217061911908 absolute error 1.3322676295501878e-15 relative error 7.397288022517357e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8010217061911922 y1[1] (numeric) 1.801021706191192 absolute error 2.220446049250313e-16 relative error 1.232881337086226e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y2[1] (analytic) 1.8016199408837776 y2[1] (numeric) 1.801619940883776 absolute error 1.5543122344752192e-15 relative error 8.62730367933626e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8016199408837776 y1[1] (numeric) 1.8016199408837772 absolute error 4.440892098500626e-16 relative error 2.464943908381789e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9310000000000007 y2[1] (analytic) 1.8022173739564888 y2[1] (numeric) 1.8022173739564873 absolute error 1.5543122344752192e-15 relative error 8.624443737677257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8022173739564888 y1[1] (numeric) 1.8022173739564884 absolute error 4.440892098500626e-16 relative error 2.464126782193502e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9320000000000007 y2[1] (analytic) 1.802814004811893 y2[1] (numeric) 1.8028140048118915 absolute error 1.5543122344752192e-15 relative error 8.62158952796352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.802814004811893 y1[1] (numeric) 1.8028140048118926 absolute error 4.440892098500626e-16 relative error 2.4633112937038628e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9330000000000007 y2[1] (analytic) 1.8034098328533592 y2[1] (numeric) 1.8034098328533577 absolute error 1.5543122344752192e-15 relative error 8.618741043548503e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8034098328533592 y1[1] (numeric) 1.8034098328533588 absolute error 4.440892098500626e-16 relative error 2.462497441013858e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9340000000000007 y2[1] (analytic) 1.8040048574850596 y2[1] (numeric) 1.804004857485058 absolute error 1.5543122344752192e-15 relative error 8.615898277802124e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8040048574850596 y1[1] (numeric) 1.8040048574850591 absolute error 4.440892098500626e-16 relative error 2.4616852222291785e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9350000000000007 y2[1] (analytic) 1.8045990781119694 y2[1] (numeric) 1.8045990781119678 absolute error 1.5543122344752192e-15 relative error 8.61306122411074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8045990781119694 y1[1] (numeric) 1.804599078111969 absolute error 4.440892098500626e-16 relative error 2.4608746354602112e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9360000000000007 y2[1] (analytic) 1.8051924941398683 y2[1] (numeric) 1.8051924941398667 absolute error 1.5543122344752192e-15 relative error 8.610229875877101e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8051924941398683 y1[1] (numeric) 1.8051924941398678 absolute error 4.440892098500626e-16 relative error 2.4600656788220286e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9370000000000007 y2[1] (analytic) 1.8057851049753402 y2[1] (numeric) 1.8057851049753384 absolute error 1.7763568394002505e-15 relative error 9.837033401737514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8057851049753402 y1[1] (numeric) 1.8057851049753395 absolute error 6.661338147750939e-16 relative error 3.6888875256515676e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9380000000000007 y2[1] (analytic) 1.806376910025774 y2[1] (numeric) 1.8063769100257723 absolute error 1.7763568394002505e-15 relative error 9.833810593686701e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.806376910025774 y1[1] (numeric) 1.8063769100257734 absolute error 6.661338147750939e-16 relative error 3.6876789726325125e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9390000000000007 y2[1] (analytic) 1.806967908699365 y2[1] (numeric) 1.8069679086993633 absolute error 1.7763568394002505e-15 relative error 9.830594283651954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.806967908699365 y1[1] (numeric) 1.8069679086993644 absolute error 6.661338147750939e-16 relative error 3.686472856369483e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y2[1] (analytic) 1.8075581004051147 y2[1] (numeric) 1.8075581004051129 absolute error 1.7763568394002505e-15 relative error 9.827384464168143e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8075581004051147 y1[1] (numeric) 1.807558100405114 absolute error 6.661338147750939e-16 relative error 3.685269174063054e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9410000000000007 y2[1] (analytic) 1.8081474845528311 y2[1] (numeric) 1.8081474845528294 absolute error 1.7763568394002505e-15 relative error 9.824181127788685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8081474845528311 y1[1] (numeric) 1.8081474845528305 absolute error 6.661338147750939e-16 relative error 3.6840679229207564e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9420000000000007 y2[1] (analytic) 1.8087360605531306 y2[1] (numeric) 1.8087360605531286 absolute error 1.9984014443252818e-15 relative error 1.104860730047119e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8087360605531306 y1[1] (numeric) 1.8087360605531297 absolute error 8.881784197001252e-16 relative error 4.9104921335427504e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9430000000000007 y2[1] (analytic) 1.8093238278174368 y2[1] (numeric) 1.8093238278174348 absolute error 1.9984014443252818e-15 relative error 1.104501810898012e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8093238278174368 y1[1] (numeric) 1.809323827817436 absolute error 8.881784197001252e-16 relative error 4.908896937324497e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9440000000000007 y2[1] (analytic) 1.8099107857579826 y2[1] (numeric) 1.8099107857579806 absolute error 1.9984014443252818e-15 relative error 1.1041436185973997e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8099107857579826 y1[1] (numeric) 1.8099107857579817 absolute error 8.881784197001252e-16 relative error 4.9073049715439986e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9450000000000007 y2[1] (analytic) 1.81049693378781 y2[1] (numeric) 1.810496933787808 absolute error 1.9984014443252818e-15 relative error 1.1037861523158448e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.81049693378781 y1[1] (numeric) 1.8104969337878092 absolute error 8.881784197001252e-16 relative error 4.905716232514866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9460000000000007 y2[1] (analytic) 1.8110822713207715 y2[1] (numeric) 1.8110822713207693 absolute error 2.220446049250313e-15 relative error 1.2260326791399732e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8110822713207715 y1[1] (numeric) 1.8110822713207704 absolute error 1.1102230246251565e-15 relative error 6.130163395699866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9470000000000007 y2[1] (analytic) 1.811666797771529 y2[1] (numeric) 1.8116667977715268 absolute error 2.220446049250313e-15 relative error 1.2256371050027576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.811666797771529 y1[1] (numeric) 1.811666797771528 absolute error 1.1102230246251565e-15 relative error 6.128185525013788e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9480000000000007 y2[1] (analytic) 1.8122505125555564 y2[1] (numeric) 1.8122505125555544 absolute error 1.9984014443252818e-15 relative error 1.1027181013221089e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8122505125555564 y1[1] (numeric) 1.8122505125555555 absolute error 8.881784197001252e-16 relative error 4.900969339209373e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9490000000000007 y2[1] (analytic) 1.812833415089139 y2[1] (numeric) 1.812833415089137 absolute error 1.9984014443252818e-15 relative error 1.1023635308636554e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.812833415089139 y1[1] (numeric) 1.812833415089138 absolute error 8.881784197001252e-16 relative error 4.899393470505135e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y2[1] (analytic) 1.8134155047893743 y2[1] (numeric) 1.813415504789372 absolute error 2.220446049250313e-15 relative error 1.2244552025644088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8134155047893743 y1[1] (numeric) 1.8134155047893732 absolute error 1.1102230246251565e-15 relative error 6.122276012822044e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9510000000000007 y2[1] (analytic) 1.8139967810741724 y2[1] (numeric) 1.8139967810741702 absolute error 2.220446049250313e-15 relative error 1.22406283870882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8139967810741724 y1[1] (numeric) 1.8139967810741715 absolute error 8.881784197001252e-16 relative error 4.896251354835279e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9520000000000007 y2[1] (analytic) 1.8145772433622573 y2[1] (numeric) 1.8145772433622551 absolute error 2.220446049250313e-15 relative error 1.223671275153884e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8145772433622573 y1[1] (numeric) 1.8145772433622565 absolute error 8.881784197001252e-16 relative error 4.8946851006155357e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9530000000000007 y2[1] (analytic) 1.8151568910731668 y2[1] (numeric) 1.8151568910731646 absolute error 2.220446049250313e-15 relative error 1.2232805109962308e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8151568910731668 y1[1] (numeric) 1.815156891073166 absolute error 8.881784197001252e-16 relative error 4.8931220439849234e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9540000000000007 y2[1] (analytic) 1.8157357236272533 y2[1] (numeric) 1.8157357236272509 absolute error 2.4424906541753444e-15 relative error 1.3451795998682217e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8157357236272533 y1[1] (numeric) 1.8157357236272522 absolute error 1.1102230246251565e-15 relative error 6.114452726673734e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9550000000000007 y2[1] (analytic) 1.816313740445684 y2[1] (numeric) 1.8163137404456815 absolute error 2.4424906541753444e-15 relative error 1.3447515149976294e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.816313740445684 y1[1] (numeric) 1.8163137404456828 absolute error 1.1102230246251565e-15 relative error 6.11250688635286e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9560000000000007 y2[1] (analytic) 1.8168909409504421 y2[1] (numeric) 1.8168909409504397 absolute error 2.4424906541753444e-15 relative error 1.3443243064978033e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8168909409504421 y1[1] (numeric) 1.816890940950441 absolute error 1.1102230246251565e-15 relative error 6.110565029535469e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9570000000000007 y2[1] (analytic) 1.8174673245643276 y2[1] (numeric) 1.8174673245643251 absolute error 2.4424906541753444e-15 relative error 1.3438979733849375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8174673245643276 y1[1] (numeric) 1.8174673245643265 absolute error 1.1102230246251565e-15 relative error 6.108627151749716e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9580000000000007 y2[1] (analytic) 1.8180428907109565 y2[1] (numeric) 1.818042890710954 absolute error 2.4424906541753444e-15 relative error 1.3434725146776894e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8180428907109565 y1[1] (numeric) 1.8180428907109554 absolute error 1.1102230246251565e-15 relative error 6.106693248534952e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9590000000000007 y2[1] (analytic) 1.818617638814763 y2[1] (numeric) 1.8186176388147604 absolute error 2.6645352591003757e-15 relative error 1.4651431957060075e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.818617638814763 y1[1] (numeric) 1.8186176388147617 absolute error 1.3322676295501878e-15 relative error 7.325715978530037e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y2[1] (analytic) 1.8191915683009987 y2[1] (numeric) 1.8191915683009963 absolute error 2.4424906541753444e-15 relative error 1.3426242165669582e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8191915683009987 y1[1] (numeric) 1.8191915683009976 absolute error 1.1102230246251565e-15 relative error 6.102837348031628e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9610000000000007 y2[1] (analytic) 1.8197646785957344 y2[1] (numeric) 1.819764678595732 absolute error 2.4424906541753444e-15 relative error 1.3422013752130587e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8197646785957344 y1[1] (numeric) 1.8197646785957333 absolute error 1.1102230246251565e-15 relative error 6.100915341877539e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9620000000000007 y2[1] (analytic) 1.82033696912586 y2[1] (numeric) 1.8203369691258575 absolute error 2.4424906541753444e-15 relative error 1.3417794043639334e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82033696912586 y1[1] (numeric) 1.8203369691258589 absolute error 1.1102230246251565e-15 relative error 6.098997292563334e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9630000000000007 y2[1] (analytic) 1.8209084393190849 y2[1] (numeric) 1.8209084393190822 absolute error 2.6645352591003757e-15 relative error 1.4632999669641592e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8209084393190849 y1[1] (numeric) 1.8209084393190835 absolute error 1.3322676295501878e-15 relative error 7.316499834820796e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9640000000000007 y2[1] (analytic) 1.8214790886039385 y2[1] (numeric) 1.821479088603936 absolute error 2.4424906541753444e-15 relative error 1.3409380703060262e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8214790886039385 y1[1] (numeric) 1.8214790886039374 absolute error 1.1102230246251565e-15 relative error 6.095173046845573e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9650000000000007 y2[1] (analytic) 1.8220489164097722 y2[1] (numeric) 1.8220489164097697 absolute error 2.4424906541753444e-15 relative error 1.340518705166331e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8220489164097722 y1[1] (numeric) 1.822048916409771 absolute error 1.1102230246251565e-15 relative error 6.093266841665141e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9660000000000007 y2[1] (analytic) 1.822617922166758 y2[1] (numeric) 1.8226179221667556 absolute error 2.4424906541753444e-15 relative error 1.3401002066695753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.822617922166758 y1[1] (numeric) 1.8226179221667569 absolute error 1.1102230246251565e-15 relative error 6.091364575770798e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9670000000000007 y2[1] (analytic) 1.82318610530589 y2[1] (numeric) 1.8231861053058878 absolute error 2.220446049250313e-15 relative error 1.217893248960326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82318610530589 y1[1] (numeric) 1.823186105305889 absolute error 8.881784197001252e-16 relative error 4.871572995841303e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9680000000000007 y2[1] (analytic) 1.8237534652589855 y2[1] (numeric) 1.8237534652589833 absolute error 2.220446049250313e-15 relative error 1.2175143688815389e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8237534652589855 y1[1] (numeric) 1.8237534652589846 absolute error 8.881784197001252e-16 relative error 4.870057475526155e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9690000000000007 y2[1] (analytic) 1.8243200014586844 y2[1] (numeric) 1.8243200014586822 absolute error 2.220446049250313e-15 relative error 1.2171362740499995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8243200014586844 y1[1] (numeric) 1.8243200014586836 absolute error 8.881784197001252e-16 relative error 4.868545096199999e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y2[1] (analytic) 1.8248857133384506 y2[1] (numeric) 1.8248857133384484 absolute error 2.220446049250313e-15 relative error 1.2167589636000948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8248857133384506 y1[1] (numeric) 1.8248857133384497 absolute error 8.881784197001252e-16 relative error 4.8670358544003795e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9710000000000008 y2[1] (analytic) 1.8254506003325721 y2[1] (numeric) 1.82545060033257 absolute error 2.220446049250313e-15 relative error 1.2163824366683921e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8254506003325721 y1[1] (numeric) 1.8254506003325712 absolute error 8.881784197001252e-16 relative error 4.865529746673568e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9720000000000008 y2[1] (analytic) 1.826014661876162 y2[1] (numeric) 1.82601466187616 absolute error 1.9984014443252818e-15 relative error 1.0944060231542713e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.826014661876162 y1[1] (numeric) 1.8260146618761612 absolute error 6.661338147750939e-16 relative error 3.648020077180905e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9730000000000008 y2[1] (analytic) 1.8265778974051587 y2[1] (numeric) 1.8265778974051567 absolute error 1.9984014443252818e-15 relative error 1.0940685569250652e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8265778974051587 y1[1] (numeric) 1.826577897405158 absolute error 6.661338147750939e-16 relative error 3.6468951897502174e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9740000000000008 y2[1] (analytic) 1.827140306356327 y2[1] (numeric) 1.8271403063563252 absolute error 1.7763568394002505e-15 relative error 9.72206038704631e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.827140306356327 y1[1] (numeric) 1.8271403063563265 absolute error 4.440892098500626e-16 relative error 2.4305150967615775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9750000000000008 y2[1] (analytic) 1.8277018881672582 y2[1] (numeric) 1.8277018881672562 absolute error 1.9984014443252818e-15 relative error 1.0933957322379274e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8277018881672582 y1[1] (numeric) 1.8277018881672575 absolute error 6.661338147750939e-16 relative error 3.644652440793091e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9760000000000008 y2[1] (analytic) 1.82826264227637 y2[1] (numeric) 1.828262642276368 absolute error 1.9984014443252818e-15 relative error 1.093060372243384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82826264227637 y1[1] (numeric) 1.8282626422763693 absolute error 6.661338147750939e-16 relative error 3.6435345741446136e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9770000000000008 y2[1] (analytic) 1.8288225681229084 y2[1] (numeric) 1.8288225681229064 absolute error 1.9984014443252818e-15 relative error 1.0927257127936845e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8288225681229084 y1[1] (numeric) 1.8288225681229078 absolute error 6.661338147750939e-16 relative error 3.642419042645615e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9780000000000008 y2[1] (analytic) 1.8293816651469477 y2[1] (numeric) 1.829381665146946 absolute error 1.7763568394002505e-15 relative error 9.710148916669951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8293816651469477 y1[1] (numeric) 1.8293816651469472 absolute error 4.440892098500626e-16 relative error 2.4275372291674878e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9790000000000008 y2[1] (analytic) 1.829939932789391 y2[1] (numeric) 1.8299399327893893 absolute error 1.7763568394002505e-15 relative error 9.707186599794763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.829939932789391 y1[1] (numeric) 1.8299399327893906 absolute error 4.440892098500626e-16 relative error 2.4267966499486906e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y2[1] (analytic) 1.830497370491971 y2[1] (numeric) 1.8304973704919691 absolute error 1.7763568394002505e-15 relative error 9.704230489677407e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.830497370491971 y1[1] (numeric) 1.8304973704919705 absolute error 4.440892098500626e-16 relative error 2.4260576224193518e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9810000000000008 y2[1] (analytic) 1.8310539776972494 y2[1] (numeric) 1.8310539776972476 absolute error 1.7763568394002505e-15 relative error 9.701280579582987e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8310539776972494 y1[1] (numeric) 1.831053977697249 absolute error 4.440892098500626e-16 relative error 2.4253201448957467e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9820000000000008 y2[1] (analytic) 1.8316097538486193 y2[1] (numeric) 1.8316097538486178 absolute error 1.5543122344752192e-15 relative error 8.48604475494446e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8316097538486193 y1[1] (numeric) 1.8316097538486191 absolute error 2.220446049250313e-16 relative error 1.2122921078492087e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9830000000000008 y2[1] (analytic) 1.8321646983903048 y2[1] (numeric) 1.8321646983903033 absolute error 1.5543122344752192e-15 relative error 8.483474416032576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8321646983903048 y1[1] (numeric) 1.8321646983903046 absolute error 2.220446049250313e-16 relative error 1.2119249165760823e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9840000000000008 y2[1] (analytic) 1.8327188107673615 y2[1] (numeric) 1.8327188107673598 absolute error 1.7763568394002505e-15 relative error 9.692467982344153e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8327188107673615 y1[1] (numeric) 1.832718810767361 absolute error 4.440892098500626e-16 relative error 2.4231169955860382e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9850000000000008 y2[1] (analytic) 1.8332720904256765 y2[1] (numeric) 1.8332720904256747 absolute error 1.7763568394002505e-15 relative error 9.689542805333328e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8332720904256765 y1[1] (numeric) 1.833272090425676 absolute error 4.440892098500626e-16 relative error 2.422385701333332e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9860000000000008 y2[1] (analytic) 1.8338245368119706 y2[1] (numeric) 1.8338245368119688 absolute error 1.7763568394002505e-15 relative error 9.686623794926284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8338245368119706 y1[1] (numeric) 1.83382453681197 absolute error 4.440892098500626e-16 relative error 2.421655948731571e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9870000000000008 y2[1] (analytic) 1.8343761493737973 y2[1] (numeric) 1.8343761493737956 absolute error 1.7763568394002505e-15 relative error 9.683710944490022e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8343761493737973 y1[1] (numeric) 1.834376149373797 absolute error 4.440892098500626e-16 relative error 2.4209277361225056e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9880000000000008 y2[1] (analytic) 1.8349269275595441 y2[1] (numeric) 1.8349269275595426 absolute error 1.5543122344752192e-15 relative error 8.470703716482362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8349269275595441 y1[1] (numeric) 1.834926927559544 absolute error 2.220446049250313e-16 relative error 1.2101005309260516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9890000000000008 y2[1] (analytic) 1.8354768708184332 y2[1] (numeric) 1.8354768708184315 absolute error 1.7763568394002505e-15 relative error 9.677903697082157e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8354768708184332 y1[1] (numeric) 1.8354768708184328 absolute error 4.440892098500626e-16 relative error 2.4194759242705393e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y2[1] (analytic) 1.8360259786005209 y2[1] (numeric) 1.8360259786005193 absolute error 1.5543122344752192e-15 relative error 8.465633126062666e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8360259786005209 y1[1] (numeric) 1.8360259786005206 absolute error 2.220446049250313e-16 relative error 1.209376160866095e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9910000000000008 y2[1] (analytic) 1.8365742503566997 y2[1] (numeric) 1.8365742503566982 absolute error 1.5543122344752192e-15 relative error 8.463105884084678e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8365742503566997 y1[1] (numeric) 1.8365742503566995 absolute error 2.220446049250313e-16 relative error 1.2090151262978111e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9920000000000008 y2[1] (analytic) 1.837121685538698 y2[1] (numeric) 1.8371216855386963 absolute error 1.7763568394002505e-15 relative error 9.669238860894348e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.837121685538698 y1[1] (numeric) 1.8371216855386976 absolute error 4.440892098500626e-16 relative error 2.417309715223587e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9930000000000008 y2[1] (analytic) 1.8376682835990803 y2[1] (numeric) 1.8376682835990787 absolute error 1.5543122344752192e-15 relative error 8.458067477940539e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8376682835990803 y1[1] (numeric) 1.83766828359908 absolute error 2.220446049250313e-16 relative error 1.2082953539915054e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9940000000000008 y2[1] (analytic) 1.8382140439912489 y2[1] (numeric) 1.8382140439912473 absolute error 1.5543122344752192e-15 relative error 8.455556302357456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8382140439912489 y1[1] (numeric) 1.8382140439912487 absolute error 2.220446049250313e-16 relative error 1.2079366146224939e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9950000000000008 y2[1] (analytic) 1.8387589661694435 y2[1] (numeric) 1.8387589661694417 absolute error 1.7763568394002505e-15 relative error 9.660629109539077e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8387589661694435 y1[1] (numeric) 1.8387589661694432 absolute error 2.220446049250313e-16 relative error 1.2075786386923847e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9960000000000008 y2[1] (analytic) 1.8393030495887417 y2[1] (numeric) 1.83930304958874 absolute error 1.7763568394002505e-15 relative error 9.65777140312704e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8393030495887417 y1[1] (numeric) 1.8393030495887415 absolute error 2.220446049250313e-16 relative error 1.20722142539088e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9970000000000008 y2[1] (analytic) 1.8398462937050601 y2[1] (numeric) 1.8398462937050584 absolute error 1.7763568394002505e-15 relative error 9.654919791278024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8398462937050601 y1[1] (numeric) 1.83984629370506 absolute error 2.220446049250313e-16 relative error 1.206864973909753e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9980000000000008 y2[1] (analytic) 1.840388697975155 y2[1] (numeric) 1.8403886979751531 absolute error 1.7763568394002505e-15 relative error 9.652074267542754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.840388697975155 y1[1] (numeric) 1.8403886979751547 absolute error 2.220446049250313e-16 relative error 1.2065092834428442e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9990000000000008 y2[1] (analytic) 1.840930261856622 y2[1] (numeric) 1.8409302618566201 absolute error 1.7763568394002505e-15 relative error 9.649234825488459e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.840930261856622 y1[1] (numeric) 1.8409302618566217 absolute error 2.220446049250313e-16 relative error 1.2061543531860574e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y2[1] (analytic) 1.8414709848078967 y2[1] (numeric) 1.8414709848078952 absolute error 1.5543122344752192e-15 relative error 8.440601276361495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8414709848078967 y1[1] (numeric) 1.8414709848078967 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0010000000000006 y2[1] (analytic) 1.8420108662882573 y2[1] (numeric) 1.8420108662882555 absolute error 1.7763568394002505e-15 relative error 9.643574160774073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8420108662882573 y1[1] (numeric) 1.842010866288257 absolute error 2.220446049250313e-16 relative error 1.2054467700967592e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0020000000000004 y2[1] (analytic) 1.8425499057578216 y2[1] (numeric) 1.8425499057578199 absolute error 1.7763568394002505e-15 relative error 9.64075292533069e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8425499057578216 y1[1] (numeric) 1.8425499057578214 absolute error 2.220446049250313e-16 relative error 1.2050941156663362e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0030000000000003 y2[1] (analytic) 1.8430881026775503 y2[1] (numeric) 1.8430881026775485 absolute error 1.7763568394002505e-15 relative error 9.637937746001638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8430881026775503 y1[1] (numeric) 1.84308810267755 absolute error 2.220446049250313e-16 relative error 1.2047422182502048e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0040000000000002 y2[1] (analytic) 1.8436254565092465 y2[1] (numeric) 1.843625456509245 absolute error 1.5543122344752192e-15 relative error 8.43073753938168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8436254565092465 y1[1] (numeric) 1.8436254565092465 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0050000000000001 y2[1] (analytic) 1.8441619667155564 y2[1] (numeric) 1.844161966715555 absolute error 1.3322676295501878e-15 relative error 7.224244147724997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8441619667155564 y1[1] (numeric) 1.8441619667155567 absolute error 2.220446049250313e-16 relative error 1.2040406912874995e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.006 y2[1] (analytic) 1.8446976327599702 y2[1] (numeric) 1.844697632759969 absolute error 1.3322676295501878e-15 relative error 7.222146360956168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8446976327599702 y1[1] (numeric) 1.8446976327599705 absolute error 2.220446049250313e-16 relative error 1.2036910601593615e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.007 y2[1] (analytic) 1.8452324541068215 y2[1] (numeric) 1.8452324541068204 absolute error 1.1102230246251565e-15 relative error 6.016710914411899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8452324541068215 y1[1] (numeric) 1.845232454106822 absolute error 4.440892098500626e-16 relative error 2.4066843657647594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0079999999999998 y2[1] (analytic) 1.845766430221289 y2[1] (numeric) 1.8457664302212882 absolute error 8.881784197001252e-16 relative error 4.811976234683396e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.845766430221289 y1[1] (numeric) 1.8457664302212897 absolute error 6.661338147750939e-16 relative error 3.6089821760125474e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0089999999999997 y2[1] (analytic) 1.846299560569397 y2[1] (numeric) 1.8462995605693961 absolute error 8.881784197001252e-16 relative error 4.810586746964354e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.846299560569397 y1[1] (numeric) 1.8462995605693977 absolute error 6.661338147750939e-16 relative error 3.6079400602232656e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0099999999999996 y2[1] (analytic) 1.846831844618015 y2[1] (numeric) 1.846831844618014 absolute error 8.881784197001252e-16 relative error 4.809200265245748e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.846831844618015 y1[1] (numeric) 1.8468318446180156 absolute error 6.661338147750939e-16 relative error 3.6069001989343115e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0109999999999995 y2[1] (analytic) 1.8473632818348587 y2[1] (numeric) 1.847363281834858 absolute error 6.661338147750939e-16 relative error 3.605862589806749e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8473632818348587 y1[1] (numeric) 1.8473632818348595 absolute error 8.881784197001252e-16 relative error 4.807816786408999e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0119999999999993 y2[1] (analytic) 1.8478938716884914 y2[1] (numeric) 1.8478938716884907 absolute error 6.661338147750939e-16 relative error 3.6048272305076806e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8478938716884914 y1[1] (numeric) 1.8478938716884923 absolute error 8.881784197001252e-16 relative error 4.806436307343574e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0129999999999992 y2[1] (analytic) 1.848423613648323 y2[1] (numeric) 1.8484236136483223 absolute error 6.661338147750939e-16 relative error 3.6037941187102315e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.848423613648323 y1[1] (numeric) 1.8484236136483239 absolute error 8.881784197001252e-16 relative error 4.8050588249469754e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0139999999999991 y2[1] (analytic) 1.8489525071846116 y2[1] (numeric) 1.848952507184611 absolute error 6.661338147750939e-16 relative error 3.602763252093542e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8489525071846116 y1[1] (numeric) 1.8489525071846125 absolute error 8.881784197001252e-16 relative error 4.8036843361247224e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.014999999999999 y2[1] (analytic) 1.8494805517684638 y2[1] (numeric) 1.8494805517684632 absolute error 6.661338147750939e-16 relative error 3.6017346283427536e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8494805517684638 y1[1] (numeric) 1.8494805517684647 absolute error 8.881784197001252e-16 relative error 4.8023128377903386e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.015999999999999 y2[1] (analytic) 1.850007746871835 y2[1] (numeric) 1.8500077468718343 absolute error 6.661338147750939e-16 relative error 3.6007082451489997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.850007746871835 y1[1] (numeric) 1.850007746871836 absolute error 8.881784197001252e-16 relative error 4.800944326865332e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0169999999999988 y2[1] (analytic) 1.8505340919675302 y2[1] (numeric) 1.8505340919675295 absolute error 6.661338147750939e-16 relative error 3.59968410020939e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8505340919675302 y1[1] (numeric) 1.850534091967531 absolute error 8.881784197001252e-16 relative error 4.7995788002791866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0179999999999987 y2[1] (analytic) 1.851059586529204 y2[1] (numeric) 1.8510595865292037 absolute error 4.440892098500626e-16 relative error 2.3991081274846698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.851059586529204 y1[1] (numeric) 1.8510595865292052 absolute error 1.1102230246251565e-15 relative error 5.997770318711675e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0189999999999986 y2[1] (analytic) 1.8515842300313627 y2[1] (numeric) 1.8515842300313623 absolute error 4.440892098500626e-16 relative error 2.398428343940586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8515842300313627 y1[1] (numeric) 1.8515842300313639 absolute error 1.1102230246251565e-15 relative error 5.996070859851464e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0199999999999985 y2[1] (analytic) 1.8521080219493622 y2[1] (numeric) 1.8521080219493617 absolute error 4.440892098500626e-16 relative error 2.3977500479839954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8521080219493622 y1[1] (numeric) 1.8521080219493633 absolute error 1.1102230246251565e-15 relative error 5.994375119959989e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0209999999999984 y2[1] (analytic) 1.8526309617594106 y2[1] (numeric) 1.8526309617594103 absolute error 2.220446049250313e-16 relative error 1.1985366190477543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8526309617594106 y1[1] (numeric) 1.8526309617594119 absolute error 1.3322676295501878e-15 relative error 7.191219714286526e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0219999999999982 y2[1] (analytic) 1.8531530489385684 y2[1] (numeric) 1.8531530489385681 absolute error 2.220446049250313e-16 relative error 1.198198956379841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8531530489385684 y1[1] (numeric) 1.8531530489385697 absolute error 1.3322676295501878e-15 relative error 7.189193738279046e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0229999999999981 y2[1] (analytic) 1.8536742829647483 y2[1] (numeric) 1.8536742829647481 absolute error 2.220446049250313e-16 relative error 1.1978620352325078e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8536742829647483 y1[1] (numeric) 1.8536742829647497 absolute error 1.3322676295501878e-15 relative error 7.187172211395047e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.023999999999998 y2[1] (analytic) 1.8541946633167163 y2[1] (numeric) 1.8541946633167163 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8541946633167163 y1[1] (numeric) 1.854194663316718 absolute error 1.5543122344752192e-15 relative error 8.382680983963796e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.024999999999998 y2[1] (analytic) 1.8547141894740924 y2[1] (numeric) 1.8547141894740924 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8547141894740924 y1[1] (numeric) 1.854714189474094 absolute error 1.5543122344752192e-15 relative error 8.380332901404865e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0259999999999978 y2[1] (analytic) 1.85523286091735 y2[1] (numeric) 1.85523286091735 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.85523286091735 y1[1] (numeric) 1.8552328609173516 absolute error 1.5543122344752192e-15 relative error 8.37798999370173e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0269999999999977 y2[1] (analytic) 1.8557506771278183 y2[1] (numeric) 1.8557506771278183 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8557506771278183 y1[1] (numeric) 1.8557506771278198 absolute error 1.5543122344752192e-15 relative error 8.37565225561905e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0279999999999976 y2[1] (analytic) 1.8562676375876803 y2[1] (numeric) 1.8562676375876805 absolute error 2.220446049250313e-16 relative error 1.196188525990736e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8562676375876803 y1[1] (numeric) 1.856267637587682 absolute error 1.7763568394002505e-15 relative error 9.569508207925888e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0289999999999975 y2[1] (analytic) 1.8567837417799764 y2[1] (numeric) 1.8567837417799766 absolute error 2.220446049250313e-16 relative error 1.195856038205999e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8567837417799764 y1[1] (numeric) 1.8567837417799782 absolute error 1.7763568394002505e-15 relative error 9.566848305647992e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0299999999999974 y2[1] (analytic) 1.857298989188602 y2[1] (numeric) 1.8572989891886023 absolute error 2.220446049250313e-16 relative error 1.1955242867064496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.857298989188602 y1[1] (numeric) 1.8572989891886038 absolute error 1.7763568394002505e-15 relative error 9.564194293651596e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0309999999999973 y2[1] (analytic) 1.8578133792983098 y2[1] (numeric) 1.8578133792983103 absolute error 4.440892098500626e-16 relative error 2.3903865415039358e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8578133792983098 y1[1] (numeric) 1.8578133792983118 absolute error 1.9984014443252818e-15 relative error 1.075673943676771e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0319999999999971 y2[1] (analytic) 1.8583269115947099 y2[1] (numeric) 1.8583269115947103 absolute error 4.440892098500626e-16 relative error 2.3897259792087424e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8583269115947099 y1[1] (numeric) 1.8583269115947119 absolute error 1.9984014443252818e-15 relative error 1.0753766906439341e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.032999999999997 y2[1] (analytic) 1.85883958556427 y2[1] (numeric) 1.8588395855642703 absolute error 2.220446049250313e-16 relative error 1.1945334425274107e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.85883958556427 y1[1] (numeric) 1.8588395855642719 absolute error 1.7763568394002505e-15 relative error 9.556267540219286e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.033999999999997 y2[1] (analytic) 1.8593514006943161 y2[1] (numeric) 1.8593514006943164 absolute error 2.220446049250313e-16 relative error 1.194204628786768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8593514006943161 y1[1] (numeric) 1.859351400694318 absolute error 1.7763568394002505e-15 relative error 9.553637030294144e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0349999999999968 y2[1] (analytic) 1.859862356473033 y2[1] (numeric) 1.8598623564730334 absolute error 4.440892098500626e-16 relative error 2.387753095300102e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.859862356473033 y1[1] (numeric) 1.859862356473035 absolute error 1.9984014443252818e-15 relative error 1.0744888928850459e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0359999999999967 y2[1] (analytic) 1.860372452389465 y2[1] (numeric) 1.8603724523894656 absolute error 6.661338147750939e-16 relative error 3.580647595160371e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.860372452389465 y1[1] (numeric) 1.8603724523894671 absolute error 2.220446049250313e-15 relative error 1.1935491983867902e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0369999999999966 y2[1] (analytic) 1.8608816879335164 y2[1] (numeric) 1.860881687933517 absolute error 6.661338147750939e-16 relative error 3.5796677408053085e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8608816879335164 y1[1] (numeric) 1.8608816879335186 absolute error 2.220446049250313e-15 relative error 1.193222580268436e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0379999999999965 y2[1] (analytic) 1.8613900625959516 y2[1] (numeric) 1.8613900625959523 absolute error 6.661338147750939e-16 relative error 3.5786900777050636e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8613900625959516 y1[1] (numeric) 1.8613900625959539 absolute error 2.220446049250313e-15 relative error 1.1928966925683546e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0389999999999964 y2[1] (analytic) 1.861897575868396 y2[1] (numeric) 1.8618975758683967 absolute error 6.661338147750939e-16 relative error 3.577714603685472e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.861897575868396 y1[1] (numeric) 1.8618975758683984 absolute error 2.4424906541753444e-15 relative error 1.3118286880180064e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0399999999999963 y2[1] (analytic) 1.8624042272433365 y2[1] (numeric) 1.862404227243337 absolute error 4.440892098500626e-16 relative error 2.3844942110520627e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8624042272433365 y1[1] (numeric) 1.8624042272433388 absolute error 2.220446049250313e-15 relative error 1.1922471055260314e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0409999999999962 y2[1] (analytic) 1.8629100162141214 y2[1] (numeric) 1.862910016214122 absolute error 6.661338147750939e-16 relative error 3.5757702142202074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8629100162141214 y1[1] (numeric) 1.8629100162141239 absolute error 2.4424906541753444e-15 relative error 1.3111157452140761e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.041999999999996 y2[1] (analytic) 1.8634149422749622 y2[1] (numeric) 1.8634149422749628 absolute error 6.661338147750939e-16 relative error 3.5748012944547935e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8634149422749622 y1[1] (numeric) 1.8634149422749646 absolute error 2.4424906541753444e-15 relative error 1.3107604746334243e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.042999999999996 y2[1] (analytic) 1.8639190049209327 y2[1] (numeric) 1.8639190049209333 absolute error 6.661338147750939e-16 relative error 3.573834555130529e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8639190049209327 y1[1] (numeric) 1.863919004920935 absolute error 2.4424906541753444e-15 relative error 1.3104060035478605e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0439999999999958 y2[1] (analytic) 1.86442220364797 y2[1] (numeric) 1.8644222036479707 absolute error 6.661338147750939e-16 relative error 3.572869994101774e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.86442220364797 y1[1] (numeric) 1.8644222036479725 absolute error 2.4424906541753444e-15 relative error 1.3100523311706505e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0449999999999957 y2[1] (analytic) 1.8649245379528758 y2[1] (numeric) 1.8649245379528767 absolute error 8.881784197001252e-16 relative error 4.762543478971417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8649245379528758 y1[1] (numeric) 1.8649245379528785 absolute error 2.6645352591003757e-15 relative error 1.4287630436914253e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0459999999999956 y2[1] (analytic) 1.8654260073333158 y2[1] (numeric) 1.8654260073333166 absolute error 8.881784197001252e-16 relative error 4.7612631978354576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8654260073333158 y1[1] (numeric) 1.8654260073333184 absolute error 2.6645352591003757e-15 relative error 1.4283789593506372e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0469999999999955 y2[1] (analytic) 1.8659266112878206 y2[1] (numeric) 1.8659266112878214 absolute error 8.881784197001252e-16 relative error 4.759985812556285e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8659266112878206 y1[1] (numeric) 1.8659266112878232 absolute error 2.6645352591003757e-15 relative error 1.4279957437668855e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0479999999999954 y2[1] (analytic) 1.8664263493157862 y2[1] (numeric) 1.866426349315787 absolute error 8.881784197001252e-16 relative error 4.758711320303225e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8664263493157862 y1[1] (numeric) 1.8664263493157889 absolute error 2.6645352591003757e-15 relative error 1.4276133960909673e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0489999999999953 y2[1] (analytic) 1.8669252209174747 y2[1] (numeric) 1.8669252209174756 absolute error 8.881784197001252e-16 relative error 4.757439718253108e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8669252209174747 y1[1] (numeric) 1.8669252209174774 absolute error 2.6645352591003757e-15 relative error 1.4272319154759325e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0499999999999952 y2[1] (analytic) 1.8674232255940146 y2[1] (numeric) 1.8674232255940155 absolute error 8.881784197001252e-16 relative error 4.756171003590264e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8674232255940146 y1[1] (numeric) 1.8674232255940173 absolute error 2.6645352591003757e-15 relative error 1.4268513010770791e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.050999999999995 y2[1] (analytic) 1.867920362847401 y2[1] (numeric) 1.8679203628474021 absolute error 1.1102230246251565e-15 relative error 5.943631466883129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.867920362847401 y1[1] (numeric) 1.867920362847404 absolute error 2.886579864025407e-15 relative error 1.5453441813896137e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.051999999999995 y2[1] (analytic) 1.8684166321804971 y2[1] (numeric) 1.8684166321804982 absolute error 1.1102230246251565e-15 relative error 5.94205278150138e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8684166321804971 y1[1] (numeric) 1.8684166321805 absolute error 2.886579864025407e-15 relative error 1.544933723190359e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0529999999999948 y2[1] (analytic) 1.8689120330970332 y2[1] (numeric) 1.8689120330970346 absolute error 1.3322676295501878e-15 relative error 7.128573233821204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8689120330970332 y1[1] (numeric) 1.8689120330970364 absolute error 3.1086244689504383e-15 relative error 1.6633337545582808e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0539999999999947 y2[1] (analytic) 1.8694065651016087 y2[1] (numeric) 1.86940656510161 absolute error 1.3322676295501878e-15 relative error 7.126687444139657e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8694065651016087 y1[1] (numeric) 1.8694065651016119 absolute error 3.1086244689504383e-15 relative error 1.66289373696592e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0549999999999946 y2[1] (analytic) 1.8699002276996914 y2[1] (numeric) 1.869900227699693 absolute error 1.5543122344752192e-15 relative error 8.312273625354324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8699002276996914 y1[1] (numeric) 1.8699002276996948 absolute error 3.3306690738754696e-15 relative error 1.7812014911473553e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0559999999999945 y2[1] (analytic) 1.8703930203976191 y2[1] (numeric) 1.8703930203976207 absolute error 1.5543122344752192e-15 relative error 8.310083589516359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8703930203976191 y1[1] (numeric) 1.8703930203976225 absolute error 3.3306690738754696e-15 relative error 1.7807321977535056e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0569999999999944 y2[1] (analytic) 1.8708849427025989 y2[1] (numeric) 1.8708849427026004 absolute error 1.5543122344752192e-15 relative error 8.307898572479435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8708849427025989 y1[1] (numeric) 1.8708849427026022 absolute error 3.3306690738754696e-15 relative error 1.780263979817022e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0579999999999943 y2[1] (analytic) 1.8713759941227086 y2[1] (numeric) 1.8713759941227102 absolute error 1.5543122344752192e-15 relative error 8.305718569420212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8713759941227086 y1[1] (numeric) 1.871375994122712 absolute error 3.3306690738754696e-15 relative error 1.7797968363043313e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0589999999999942 y2[1] (analytic) 1.8718661741668967 y2[1] (numeric) 1.8718661741668983 absolute error 1.5543122344752192e-15 relative error 8.303543575528257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8718661741668967 y1[1] (numeric) 1.8718661741669 absolute error 3.3306690738754696e-15 relative error 1.7793307661846264e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.059999999999994 y2[1] (analytic) 1.8723554823449833 y2[1] (numeric) 1.8723554823449848 absolute error 1.5543122344752192e-15 relative error 8.301373586006013e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8723554823449833 y1[1] (numeric) 1.8723554823449866 absolute error 3.3306690738754696e-15 relative error 1.77886576842986e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.060999999999994 y2[1] (analytic) 1.8728439181676604 y2[1] (numeric) 1.872843918167662 absolute error 1.5543122344752192e-15 relative error 8.299208596068785e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8728439181676604 y1[1] (numeric) 1.8728439181676637 absolute error 3.3306690738754696e-15 relative error 1.7784018420147396e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0619999999999938 y2[1] (analytic) 1.8733314811464918 y2[1] (numeric) 1.8733314811464936 absolute error 1.7763568394002505e-15 relative error 9.482341258222531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8733314811464918 y1[1] (numeric) 1.8733314811464954 absolute error 3.552713678800501e-15 relative error 1.8964682516445063e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0629999999999937 y2[1] (analytic) 1.873818170793915 y2[1] (numeric) 1.8738181707939168 absolute error 1.7763568394002505e-15 relative error 9.479878395285433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.873818170793915 y1[1] (numeric) 1.8738181707939185 absolute error 3.552713678800501e-15 relative error 1.8959756790570866e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0639999999999936 y2[1] (analytic) 1.8743039866232403 y2[1] (numeric) 1.874303986623242 absolute error 1.7763568394002505e-15 relative error 9.47742122984302e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8743039866232403 y1[1] (numeric) 1.8743039866232438 absolute error 3.552713678800501e-15 relative error 1.895484245968604e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0649999999999935 y2[1] (analytic) 1.8747889281486518 y2[1] (numeric) 1.8747889281486536 absolute error 1.7763568394002505e-15 relative error 9.474969756485586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8747889281486518 y1[1] (numeric) 1.8747889281486554 absolute error 3.552713678800501e-15 relative error 1.8949939512971172e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0659999999999934 y2[1] (analytic) 1.8752729948852078 y2[1] (numeric) 1.8752729948852098 absolute error 1.9984014443252818e-15 relative error 1.0656589466045241e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8752729948852078 y1[1] (numeric) 1.8752729948852116 absolute error 3.774758283725532e-15 relative error 2.0129113435863233e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0669999999999933 y2[1] (analytic) 1.8757561863488421 y2[1] (numeric) 1.8757561863488441 absolute error 1.9984014443252818e-15 relative error 1.0653844347517086e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8757561863488421 y1[1] (numeric) 1.8757561863488459 absolute error 3.774758283725532e-15 relative error 2.0123928211976718e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0679999999999932 y2[1] (analytic) 1.876238502056363 y2[1] (numeric) 1.876238502056365 absolute error 1.9984014443252818e-15 relative error 1.0651105614424967e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.876238502056363 y1[1] (numeric) 1.8762385020563668 absolute error 3.774758283725532e-15 relative error 2.0118755049469381e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.068999999999993 y2[1] (analytic) 1.876719941525455 y2[1] (numeric) 1.876719941525457 absolute error 1.9984014443252818e-15 relative error 1.0648373260748327e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.876719941525455 y1[1] (numeric) 1.8767199415254587 absolute error 3.774758283725532e-15 relative error 2.011359393696906e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.069999999999993 y2[1] (analytic) 1.8772005042746782 y2[1] (numeric) 1.8772005042746804 absolute error 2.220446049250313e-15 relative error 1.182849697831431e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8772005042746782 y1[1] (numeric) 1.8772005042746822 absolute error 3.9968028886505635e-15 relative error 2.1291294560965757e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0709999999999928 y2[1] (analytic) 1.8776801898234705 y2[1] (numeric) 1.8776801898234727 absolute error 2.220446049250313e-15 relative error 1.1825475186267303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8776801898234705 y1[1] (numeric) 1.8776801898234745 absolute error 3.9968028886505635e-15 relative error 2.1285855335281145e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0719999999999927 y2[1] (analytic) 1.8781589976921458 y2[1] (numeric) 1.8781589976921482 absolute error 2.4424906541753444e-15 relative error 1.3004706508749478e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8781589976921458 y1[1] (numeric) 1.87815899769215 absolute error 4.218847493575595e-15 relative error 2.24626748787491e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0729999999999926 y2[1] (analytic) 1.8786369274018968 y2[1] (numeric) 1.8786369274018992 absolute error 2.4424906541753444e-15 relative error 1.3001398080432933e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8786369274018968 y1[1] (numeric) 1.878636927401901 absolute error 4.218847493575595e-15 relative error 2.2456960320747794e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0739999999999925 y2[1] (analytic) 1.879113978474794 y2[1] (numeric) 1.879113978474796 absolute error 2.220446049250313e-15 relative error 1.1816452193350004e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.879113978474794 y1[1] (numeric) 1.8791139784747979 absolute error 3.9968028886505635e-15 relative error 2.1269613948030008e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0749999999999924 y2[1] (analytic) 1.8795901504337853 y2[1] (numeric) 1.8795901504337877 absolute error 2.4424906541753444e-15 relative error 1.2994804498266011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8795901504337853 y1[1] (numeric) 1.8795901504337895 absolute error 4.218847493575595e-15 relative error 2.2445571406095839e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0759999999999923 y2[1] (analytic) 1.8800654428027 y2[1] (numeric) 1.8800654428027022 absolute error 2.220446049250313e-15 relative error 1.181047211814176e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8800654428027 y1[1] (numeric) 1.880065442802704 absolute error 3.9968028886505635e-15 relative error 2.125884981265517e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0769999999999922 y2[1] (analytic) 1.8805398551062449 y2[1] (numeric) 1.880539855106247 absolute error 2.220446049250313e-15 relative error 1.1807492636867643e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8805398551062449 y1[1] (numeric) 1.8805398551062489 absolute error 3.9968028886505635e-15 relative error 2.1253486746361759e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.077999999999992 y2[1] (analytic) 1.8810133868700083 y2[1] (numeric) 1.8810133868700105 absolute error 2.220446049250313e-15 relative error 1.1804520184436954e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8810133868700083 y1[1] (numeric) 1.8810133868700123 absolute error 3.9968028886505635e-15 relative error 2.1248136331986518e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.078999999999992 y2[1] (analytic) 1.881486037620458 y2[1] (numeric) 1.8814860376204603 absolute error 2.220446049250313e-15 relative error 1.1801554754339515e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.881486037620458 y1[1] (numeric) 1.881486037620462 absolute error 3.9968028886505635e-15 relative error 2.1242798557811126e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0799999999999919 y2[1] (analytic) 1.8819578068849436 y2[1] (numeric) 1.881957806884946 absolute error 2.4424906541753444e-15 relative error 1.2978455974091187e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8819578068849436 y1[1] (numeric) 1.8819578068849478 absolute error 4.218847493575595e-15 relative error 2.2417333046157505e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0809999999999917 y2[1] (analytic) 1.882428694191696 y2[1] (numeric) 1.8824286941916983 absolute error 2.4424906541753444e-15 relative error 1.2975209428711646e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.882428694191696 y1[1] (numeric) 1.8824286941917001 absolute error 4.218847493575595e-15 relative error 2.241172537686557e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0819999999999916 y2[1] (analytic) 1.8828986990698275 y2[1] (numeric) 1.88289869906983 absolute error 2.4424906541753444e-15 relative error 1.2971970586532144e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8828986990698275 y1[1] (numeric) 1.8828986990698318 absolute error 4.218847493575595e-15 relative error 2.240613101310098e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0829999999999915 y2[1] (analytic) 1.8833678210493336 y2[1] (numeric) 1.883367821049336 absolute error 2.4424906541753444e-15 relative error 1.2968739440469418e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8833678210493336 y1[1] (numeric) 1.8833678210493379 absolute error 4.218847493575595e-15 relative error 2.2400549942628996e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0839999999999914 y2[1] (analytic) 1.8838360596610924 y2[1] (numeric) 1.8838360596610948 absolute error 2.4424906541753444e-15 relative error 1.29655159834596e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8838360596610924 y1[1] (numeric) 1.8838360596610966 absolute error 4.218847493575595e-15 relative error 2.2394982153248398e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0849999999999913 y2[1] (analytic) 1.8843034144368649 y2[1] (numeric) 1.8843034144368676 absolute error 2.6645352591003757e-15 relative error 1.4140691136499838e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8843034144368649 y1[1] (numeric) 1.8843034144368693 absolute error 4.440892098500626e-15 relative error 2.3567818560833066e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0859999999999912 y2[1] (analytic) 1.8847698849092969 y2[1] (numeric) 1.8847698849092995 absolute error 2.6645352591003757e-15 relative error 1.413719139102546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8847698849092969 y1[1] (numeric) 1.8847698849093013 absolute error 4.440892098500626e-15 relative error 2.3561985651709096e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.086999999999991 y2[1] (analytic) 1.8852354706119177 y2[1] (numeric) 1.8852354706119203 absolute error 2.6645352591003757e-15 relative error 1.4133700010617292e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8852354706119177 y1[1] (numeric) 1.885235470611922 absolute error 4.440892098500626e-15 relative error 2.3556166684362153e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.087999999999991 y2[1] (analytic) 1.8857001710791417 y2[1] (numeric) 1.8857001710791443 absolute error 2.6645352591003757e-15 relative error 1.4130216987653584e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8857001710791417 y1[1] (numeric) 1.8857001710791461 absolute error 4.440892098500626e-15 relative error 2.3550361646089304e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0889999999999909 y2[1] (analytic) 1.8861639858462684 y2[1] (numeric) 1.886163985846271 absolute error 2.6645352591003757e-15 relative error 1.412674231453356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8861639858462684 y1[1] (numeric) 1.8861639858462729 absolute error 4.440892098500626e-15 relative error 2.35445705242226e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0899999999999908 y2[1] (analytic) 1.886626914449483 y2[1] (numeric) 1.8866269144494858 absolute error 2.886579864025407e-15 relative error 1.5300215648983837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.886626914449483 y1[1] (numeric) 1.8866269144494876 absolute error 4.6629367034256575e-15 relative error 2.471573297143543e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0909999999999906 y2[1] (analytic) 1.887088956425857 y2[1] (numeric) 1.88708895642586 absolute error 2.886579864025407e-15 relative error 1.5296469486486657e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.887088956425857 y1[1] (numeric) 1.8870889564258617 absolute error 4.6629367034256575e-15 relative error 2.4709681478170755e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0919999999999905 y2[1] (analytic) 1.8875501113133486 y2[1] (numeric) 1.8875501113133515 absolute error 2.886579864025407e-15 relative error 1.5292732345086924e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8875501113133486 y1[1] (numeric) 1.8875501113133533 absolute error 4.6629367034256575e-15 relative error 2.470364455744811e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0929999999999904 y2[1] (analytic) 1.888010378650803 y2[1] (numeric) 1.8880103786508058 absolute error 2.886579864025407e-15 relative error 1.5289004216640986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.888010378650803 y1[1] (numeric) 1.8880103786508076 absolute error 4.6629367034256575e-15 relative error 2.4697622196112363e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0939999999999903 y2[1] (analytic) 1.8884697579779526 y2[1] (numeric) 1.8884697579779555 absolute error 2.886579864025407e-15 relative error 1.5285285093027724e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8884697579779526 y1[1] (numeric) 1.8884697579779572 absolute error 4.6629367034256575e-15 relative error 2.469161438104478e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0949999999999902 y2[1] (analytic) 1.888928248835418 y2[1] (numeric) 1.888928248835421 absolute error 3.1086244689504383e-15 relative error 1.6457080732775321e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.888928248835418 y1[1] (numeric) 1.8889282488354229 absolute error 4.884981308350689e-15 relative error 2.5861126865789787e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.09599999999999 y2[1] (analytic) 1.889385850764709 y2[1] (numeric) 1.889385850764712 absolute error 3.1086244689504383e-15 relative error 1.6453094891613882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.889385850764709 y1[1] (numeric) 1.8893858507647139 absolute error 4.884981308350689e-15 relative error 2.585486340110753e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.09699999999999 y2[1] (analytic) 1.8898425633082232 y2[1] (numeric) 1.8898425633082263 absolute error 3.1086244689504383e-15 relative error 1.6449118721872274e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8898425633082232 y1[1] (numeric) 1.889842563308228 absolute error 4.884981308350689e-15 relative error 2.584861513437072e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0979999999999899 y2[1] (analytic) 1.8902983860092482 y2[1] (numeric) 1.8902983860092515 absolute error 3.3306690738754696e-15 relative error 1.7619805944537133e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8902983860092482 y1[1] (numeric) 1.8902983860092533 absolute error 5.10702591327572e-15 relative error 2.70170357816236e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0989999999999898 y2[1] (analytic) 1.8907533184119616 y2[1] (numeric) 1.8907533184119647 absolute error 3.1086244689504383e-15 relative error 1.6441195362075911e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8907533184119616 y1[1] (numeric) 1.8907533184119665 absolute error 4.884981308350689e-15 relative error 2.5836164140405006e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0999999999999897 y2[1] (analytic) 1.8912073600614305 y2[1] (numeric) 1.8912073600614339 absolute error 3.3306690738754696e-15 relative error 1.761133730870888e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8912073600614305 y1[1] (numeric) 1.8912073600614356 absolute error 5.10702591327572e-15 relative error 2.700405054002028e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1009999999999895 y2[1] (analytic) 1.891660510503614 y2[1] (numeric) 1.8916605105036173 absolute error 3.3306690738754696e-15 relative error 1.7607118483372848e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.891660510503614 y1[1] (numeric) 1.891660510503619 absolute error 5.10702591327572e-15 relative error 2.699758167450503e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1019999999999894 y2[1] (analytic) 1.892112769285361 y2[1] (numeric) 1.8921127692853643 absolute error 3.3306690738754696e-15 relative error 1.7602909974194837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.892112769285361 y1[1] (numeric) 1.892112769285366 absolute error 5.10702591327572e-15 relative error 2.699112862709875e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1029999999999893 y2[1] (analytic) 1.8925641359544132 y2[1] (numeric) 1.8925641359544165 absolute error 3.3306690738754696e-15 relative error 1.759871177203633e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8925641359544132 y1[1] (numeric) 1.8925641359544183 absolute error 5.10702591327572e-15 relative error 2.6984691383789037e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1039999999999892 y2[1] (analytic) 1.8930146100594039 y2[1] (numeric) 1.8930146100594072 absolute error 3.3306690738754696e-15 relative error 1.7594523867784367e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8930146100594039 y1[1] (numeric) 1.893014610059409 absolute error 5.10702591327572e-15 relative error 2.6978269930602695e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.104999999999989 y2[1] (analytic) 1.8934641911498586 y2[1] (numeric) 1.8934641911498622 absolute error 3.552713678800501e-15 relative error 1.8763036002508276e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8934641911498586 y1[1] (numeric) 1.893464191149864 absolute error 5.329070518200751e-15 relative error 2.8144554003762414e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.105999999999989 y2[1] (analytic) 1.893912878776197 y2[1] (numeric) 1.8939128787762005 absolute error 3.552713678800501e-15 relative error 1.8758590844454172e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.893912878776197 y1[1] (numeric) 1.8939128787762023 absolute error 5.329070518200751e-15 relative error 2.8137886266681256e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1069999999999889 y2[1] (analytic) 1.8943606724897308 y2[1] (numeric) 1.8943606724897346 absolute error 3.774758283725532e-15 relative error 1.9926291431950083e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8943606724897308 y1[1] (numeric) 1.8943606724897364 absolute error 5.551115123125783e-15 relative error 2.930336975286777e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1079999999999888 y2[1] (analytic) 1.894807571842667 y2[1] (numeric) 1.8948075718426707 absolute error 3.774758283725532e-15 relative error 1.9921591721604987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.894807571842667 y1[1] (numeric) 1.8948075718426725 absolute error 5.551115123125783e-15 relative error 2.9296458414124985e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1089999999999887 y2[1] (analytic) 1.8952535763881055 y2[1] (numeric) 1.8952535763881095 absolute error 3.9968028886505635e-15 relative error 2.108848619754356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8952535763881055 y1[1] (numeric) 1.8952535763881113 absolute error 5.773159728050814e-15 relative error 3.0461146729785146e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1099999999999886 y2[1] (analytic) 1.8956986856800424 y2[1] (numeric) 1.8956986856800464 absolute error 3.9968028886505635e-15 relative error 2.1083534629432913e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8956986856800424 y1[1] (numeric) 1.8956986856800484 absolute error 5.995204332975845e-15 relative error 3.1625301944149373e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1109999999999884 y2[1] (analytic) 1.8961428992733684 y2[1] (numeric) 1.8961428992733724 absolute error 3.9968028886505635e-15 relative error 2.107859534311576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8961428992733684 y1[1] (numeric) 1.8961428992733744 absolute error 5.995204332975845e-15 relative error 3.1617893014673636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1119999999999883 y2[1] (analytic) 1.8965862167238696 y2[1] (numeric) 1.8965862167238738 absolute error 4.218847493575595e-15 relative error 2.2244427679450077e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8965862167238696 y1[1] (numeric) 1.8965862167238758 absolute error 6.217248937900877e-15 relative error 3.2781261843400114e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1129999999999882 y2[1] (analytic) 1.897028637588229 y2[1] (numeric) 1.8970286375882333 absolute error 4.218847493575595e-15 relative error 2.2239239882742046e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.897028637588229 y1[1] (numeric) 1.8970286375882353 absolute error 6.217248937900877e-15 relative error 3.2773616669304066e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.113999999999988 y2[1] (analytic) 1.8974701614240255 y2[1] (numeric) 1.8974701614240297 absolute error 4.218847493575595e-15 relative error 2.2234065016386912e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8974701614240255 y1[1] (numeric) 1.8974701614240317 absolute error 6.217248937900877e-15 relative error 3.276599055046492e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.114999999999988 y2[1] (analytic) 1.8979107877897352 y2[1] (numeric) 1.8979107877897397 absolute error 4.440892098500626e-15 relative error 2.339884533599385e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8979107877897352 y1[1] (numeric) 1.8979107877897416 absolute error 6.439293542825908e-15 relative error 3.3928325737191087e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.115999999999988 y2[1] (analytic) 1.898350516244732 y2[1] (numeric) 1.8983505162447365 absolute error 4.440892098500626e-15 relative error 2.339342529474211e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.898350516244732 y1[1] (numeric) 1.8983505162447385 absolute error 6.439293542825908e-15 relative error 3.3920466677376063e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1169999999999878 y2[1] (analytic) 1.8987893463492878 y2[1] (numeric) 1.898789346349292 absolute error 4.218847493575595e-15 relative error 2.2218617887692348e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8987893463492878 y1[1] (numeric) 1.898789346349294 absolute error 6.217248937900877e-15 relative error 3.274322636080978e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1179999999999877 y2[1] (analytic) 1.8992272776645716 y2[1] (numeric) 1.899227277664576 absolute error 4.440892098500626e-15 relative error 2.3382625927537597e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8992272776645716 y1[1] (numeric) 1.899227277664578 absolute error 6.439293542825908e-15 relative error 3.3904807594929517e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1189999999999876 y2[1] (analytic) 1.8996643097526529 y2[1] (numeric) 1.8996643097526573 absolute error 4.440892098500626e-15 relative error 2.337724657825916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8996643097526529 y1[1] (numeric) 1.8996643097526593 absolute error 6.439293542825908e-15 relative error 3.389700753847579e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1199999999999875 y2[1] (analytic) 1.9001004421764995 y2[1] (numeric) 1.900100442176504 absolute error 4.440892098500626e-15 relative error 2.3371880769701506e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9001004421764995 y1[1] (numeric) 1.900100442176506 absolute error 6.439293542825908e-15 relative error 3.3889227116067187e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1209999999999873 y2[1] (analytic) 1.9005356744999788 y2[1] (numeric) 1.9005356744999833 absolute error 4.440892098500626e-15 relative error 2.336652849028473e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9005356744999788 y1[1] (numeric) 1.9005356744999853 absolute error 6.439293542825908e-15 relative error 3.3881466310912857e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1219999999999872 y2[1] (analytic) 1.9009700062878587 y2[1] (numeric) 1.9009700062878632 absolute error 4.440892098500626e-15 relative error 2.3361189728462e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9009700062878587 y1[1] (numeric) 1.9009700062878652 absolute error 6.439293542825908e-15 relative error 3.3873725106269894e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1229999999999871 y2[1] (analytic) 1.9014034371058075 y2[1] (numeric) 1.901403437105812 absolute error 4.440892098500626e-15 relative error 2.3355864472719494e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9014034371058075 y1[1] (numeric) 1.901403437105814 absolute error 6.439293542825908e-15 relative error 3.3866003485443266e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.123999999999987 y2[1] (analytic) 1.901835966520394 y2[1] (numeric) 1.9018359665203988 absolute error 4.6629367034256575e-15 relative error 2.451808034715519e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.901835966520394 y1[1] (numeric) 1.9018359665204008 absolute error 6.661338147750939e-15 relative error 3.502582906736456e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.124999999999987 y2[1] (analytic) 1.9022675940990896 y2[1] (numeric) 1.902267594099094 absolute error 4.440892098500626e-15 relative error 2.334525443358469e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9022675940990896 y1[1] (numeric) 1.902267594099096 absolute error 6.439293542825908e-15 relative error 3.3850618928697807e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1259999999999868 y2[1] (analytic) 1.9026983194102658 y2[1] (numeric) 1.9026983194102705 absolute error 4.6629367034256575e-15 relative error 2.450696810869585e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9026983194102658 y1[1] (numeric) 1.9026983194102725 absolute error 6.661338147750939e-15 relative error 3.500995444099407e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1269999999999867 y2[1] (analytic) 1.9031281420231982 y2[1] (numeric) 1.9031281420232027 absolute error 4.440892098500626e-15 relative error 2.333469828142814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9031281420231982 y1[1] (numeric) 1.9031281420232047 absolute error 6.439293542825908e-15 relative error 3.3835312508070807e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1279999999999866 y2[1] (analytic) 1.9035570615080637 y2[1] (numeric) 1.9035570615080681 absolute error 4.440892098500626e-15 relative error 2.332944038453146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9035570615080637 y1[1] (numeric) 1.9035570615080701 absolute error 6.439293542825908e-15 relative error 3.382768855757062e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1289999999999865 y2[1] (analytic) 1.903985077435943 y2[1] (numeric) 1.9039850774359475 absolute error 4.440892098500626e-15 relative error 2.3324195925322496e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.903985077435943 y1[1] (numeric) 1.9039850774359495 absolute error 6.439293542825908e-15 relative error 3.382008409171762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1299999999999863 y2[1] (analytic) 1.90441218937882 y2[1] (numeric) 1.9044121893788246 absolute error 4.6629367034256575e-15 relative error 2.4484913137142916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.90441218937882 y1[1] (numeric) 1.9044121893788266 absolute error 6.661338147750939e-15 relative error 3.49784473387756e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1309999999999862 y2[1] (analytic) 1.9048383969095832 y2[1] (numeric) 1.904838396909588 absolute error 4.6629367034256575e-15 relative error 2.4479434638606734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9048383969095832 y1[1] (numeric) 1.90483839690959 absolute error 6.661338147750939e-15 relative error 3.4970620912295333e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1319999999999861 y2[1] (analytic) 1.905263699602025 y2[1] (numeric) 1.9052636996020296 absolute error 4.6629367034256575e-15 relative error 2.4473970214200066e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.905263699602025 y1[1] (numeric) 1.9052636996020316 absolute error 6.661338147750939e-15 relative error 3.4962814591714377e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.132999999999986 y2[1] (analytic) 1.9056880970308425 y2[1] (numeric) 1.9056880970308472 absolute error 4.6629367034256575e-15 relative error 2.4468519852177e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9056880970308425 y1[1] (numeric) 1.9056880970308492 absolute error 6.661338147750939e-15 relative error 3.4955028360252854e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.133999999999986 y2[1] (analytic) 1.9061115887716382 y2[1] (numeric) 1.906111588771643 absolute error 4.884981308350689e-15 relative error 2.5627992280865013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9061115887716382 y1[1] (numeric) 1.906111588771645 absolute error 6.8833827526759706e-15 relative error 3.611217094121888e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1349999999999858 y2[1] (analytic) 1.906534174400921 y2[1] (numeric) 1.9065341744009259 absolute error 4.884981308350689e-15 relative error 2.562231180506202e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.906534174400921 y1[1] (numeric) 1.9065341744009279 absolute error 6.8833827526759706e-15 relative error 3.610416663440557e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1359999999999857 y2[1] (analytic) 1.9069558534961049 y2[1] (numeric) 1.9069558534961097 absolute error 4.884981308350689e-15 relative error 2.5616646024578075e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9069558534961049 y1[1] (numeric) 1.9069558534961117 absolute error 6.8833827526759706e-15 relative error 3.6096183034632745e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1369999999999856 y2[1] (analytic) 1.9073766256355107 y2[1] (numeric) 1.9073766256355156 absolute error 4.884981308350689e-15 relative error 2.5610994927250316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9073766256355107 y1[1] (numeric) 1.9073766256355176 absolute error 6.8833827526759706e-15 relative error 3.6088220124761806e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1379999999999855 y2[1] (analytic) 1.9077964903983666 y2[1] (numeric) 1.9077964903983715 absolute error 4.884981308350689e-15 relative error 2.5605358500951307e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9077964903983666 y1[1] (numeric) 1.9077964903983735 absolute error 6.8833827526759706e-15 relative error 3.6080277887704115e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1389999999999854 y2[1] (analytic) 1.9082154473648076 y2[1] (numeric) 1.9082154473648127 absolute error 5.10702591327572e-15 relative error 2.6763361130570347e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9082154473648076 y1[1] (numeric) 1.9082154473648147 absolute error 7.105427357601002e-15 relative error 3.7235980703402225e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1399999999999852 y2[1] (analytic) 1.908633496115877 y2[1] (numeric) 1.9086334961158822 absolute error 5.10702591327572e-15 relative error 2.6757499140975266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.908633496115877 y1[1] (numeric) 1.9086334961158842 absolute error 7.105427357601002e-15 relative error 3.7227824891791675e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1409999999999851 y2[1] (analytic) 1.909050636233526 y2[1] (numeric) 1.9090506362335313 absolute error 5.329070518200751e-15 relative error 2.791476777543615e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.909050636233526 y1[1] (numeric) 1.9090506362335333 absolute error 7.327471962526033e-15 relative error 3.8382805691224707e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.141999999999985 y2[1] (analytic) 1.9094668673006148 y2[1] (numeric) 1.9094668673006199 absolute error 5.10702591327572e-15 relative error 2.674582104949246e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9094668673006148 y1[1] (numeric) 1.9094668673006219 absolute error 7.105427357601002e-15 relative error 3.721157711233733e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.142999999999985 y2[1] (analytic) 1.9098821889009119 y2[1] (numeric) 1.909882188900917 absolute error 5.10702591327572e-15 relative error 2.674000492257945e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9098821889009119 y1[1] (numeric) 1.909882188900919 absolute error 7.105427357601002e-15 relative error 3.720348510967576e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1439999999999848 y2[1] (analytic) 1.9102966006190958 y2[1] (numeric) 1.910296600619101 absolute error 5.10702591327572e-15 relative error 2.6734204058263084e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9102966006190958 y1[1] (numeric) 1.910296600619103 absolute error 7.105427357601002e-15 relative error 3.7195414341931245e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1449999999999847 y2[1] (analytic) 1.9107101020407549 y2[1] (numeric) 1.9107101020407602 absolute error 5.329070518200751e-15 relative error 2.78905235938669e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9107101020407549 y1[1] (numeric) 1.9107101020407622 absolute error 7.327471962526033e-15 relative error 3.8349469941566995e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1459999999999846 y2[1] (analytic) 1.911122692752388 y2[1] (numeric) 1.9111226927523932 absolute error 5.10702591327572e-15 relative error 2.6722648067773243e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.911122692752388 y1[1] (numeric) 1.9111226927523952 absolute error 7.105427357601002e-15 relative error 3.7179336442119296e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1469999999999845 y2[1] (analytic) 1.9115343723414044 y2[1] (numeric) 1.9115343723414095 absolute error 5.10702591327572e-15 relative error 2.6716892916867696e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9115343723414044 y1[1] (numeric) 1.9115343723414115 absolute error 7.105427357601002e-15 relative error 3.717132927564201e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1479999999999844 y2[1] (analytic) 1.9119451403961243 y2[1] (numeric) 1.9119451403961294 absolute error 5.10702591327572e-15 relative error 2.6711152979094507e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9119451403961243 y1[1] (numeric) 1.9119451403961314 absolute error 7.105427357601002e-15 relative error 3.7163343275261924e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1489999999999843 y2[1] (analytic) 1.9123549965057798 y2[1] (numeric) 1.9123549965057849 absolute error 5.10702591327572e-15 relative error 2.6705428242178803e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9123549965057798 y1[1] (numeric) 1.9123549965057869 absolute error 7.105427357601002e-15 relative error 3.7155378423900945e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1499999999999841 y2[1] (analytic) 1.9127639402605146 y2[1] (numeric) 1.9127639402605199 absolute error 5.329070518200751e-15 relative error 2.786057602839869e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9127639402605146 y1[1] (numeric) 1.9127639402605219 absolute error 7.327471962526033e-15 relative error 3.8308292039048196e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.150999999999984 y2[1] (analytic) 1.9131719712513853 y2[1] (numeric) 1.9131719712513906 absolute error 5.329070518200751e-15 relative error 2.7854634075132636e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9131719712513853 y1[1] (numeric) 1.9131719712513926 absolute error 7.327471962526033e-15 relative error 3.830012185330738e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.151999999999984 y2[1] (analytic) 1.913579089070361 y2[1] (numeric) 1.9135790890703663 absolute error 5.329070518200751e-15 relative error 2.784870794543264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.913579089070361 y1[1] (numeric) 1.9135790890703683 absolute error 7.327471962526033e-15 relative error 3.829197342496988e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1529999999999838 y2[1] (analytic) 1.9139852933103239 y2[1] (numeric) 1.913985293310329 absolute error 5.10702591327572e-15 relative error 2.668268105886482e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9139852933103239 y1[1] (numeric) 1.913985293310331 absolute error 7.105427357601002e-15 relative error 3.7123730168855396e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1539999999999837 y2[1] (analytic) 1.9143905835650692 y2[1] (numeric) 1.9143905835650745 absolute error 5.329070518200751e-15 relative error 2.7836903106139934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9143905835650692 y1[1] (numeric) 1.9143905835650765 absolute error 7.327471962526033e-15 relative error 3.8275741770942406e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1549999999999836 y2[1] (analytic) 1.9147949594293074 y2[1] (numeric) 1.9147949594293128 absolute error 5.329070518200751e-15 relative error 2.783102437134599e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9147949594293074 y1[1] (numeric) 1.9147949594293148 absolute error 7.327471962526033e-15 relative error 3.8267658510600737e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1559999999999835 y2[1] (analytic) 1.9151984204986625 y2[1] (numeric) 1.9151984204986678 absolute error 5.329070518200751e-15 relative error 2.782516140971553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9151984204986625 y1[1] (numeric) 1.9151984204986698 absolute error 7.327471962526033e-15 relative error 3.825959693835885e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1569999999999834 y2[1] (analytic) 1.9156009663696731 y2[1] (numeric) 1.9156009663696787 absolute error 5.551115123125783e-15 relative error 2.8978452300772786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9156009663696731 y1[1] (numeric) 1.9156009663696807 absolute error 7.549516567451064e-15 relative error 3.941069512905099e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1579999999999833 y2[1] (analytic) 1.9160025966397938 y2[1] (numeric) 1.9160025966397993 absolute error 5.551115123125783e-15 relative error 2.897237787078733e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9160025966397938 y1[1] (numeric) 1.9160025966398013 absolute error 7.549516567451064e-15 relative error 3.940243390427077e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1589999999999832 y2[1] (analytic) 1.9164033109073944 y2[1] (numeric) 1.9164033109073997 absolute error 5.329070518200751e-15 relative error 2.780766703892564e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9164033109073944 y1[1] (numeric) 1.9164033109074017 absolute error 7.327471962526033e-15 relative error 3.8235542178522756e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.159999999999983 y2[1] (analytic) 1.9168031087717603 y2[1] (numeric) 1.9168031087717656 absolute error 5.329070518200751e-15 relative error 2.780186704525687e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9168031087717603 y1[1] (numeric) 1.9168031087717676 absolute error 7.327471962526033e-15 relative error 3.822756718722819e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.160999999999983 y2[1] (analytic) 1.9172019898330936 y2[1] (numeric) 1.9172019898330992 absolute error 5.551115123125783e-15 relative error 2.895425287770042e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9172019898330936 y1[1] (numeric) 1.9172019898331012 absolute error 7.549516567451064e-15 relative error 3.9377783913672576e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1619999999999828 y2[1] (analytic) 1.9175999536925137 y2[1] (numeric) 1.9175999536925192 absolute error 5.551115123125783e-15 relative error 2.8948243936054567e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9175999536925137 y1[1] (numeric) 1.9175999536925212 absolute error 7.549516567451064e-15 relative error 3.936961175303421e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1629999999999827 y2[1] (analytic) 1.9179969999520565 y2[1] (numeric) 1.917996999952062 absolute error 5.551115123125783e-15 relative error 2.8942251334410543e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9179969999520565 y1[1] (numeric) 1.917996999952064 absolute error 7.549516567451064e-15 relative error 3.936146181479834e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1639999999999826 y2[1] (analytic) 1.918393128214676 y2[1] (numeric) 1.9183931282146816 absolute error 5.551115123125783e-15 relative error 2.893627506001257e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.918393128214676 y1[1] (numeric) 1.9183931282146836 absolute error 7.549516567451064e-15 relative error 3.9353334081617096e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1649999999999825 y2[1] (analytic) 1.9187883380842436 y2[1] (numeric) 1.9187883380842492 absolute error 5.551115123125783e-15 relative error 2.893031510014349e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9187883380842436 y1[1] (numeric) 1.9187883380842512 absolute error 7.549516567451064e-15 relative error 3.934522853619515e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1659999999999824 y2[1] (analytic) 1.9191826291655498 y2[1] (numeric) 1.9191826291655554 absolute error 5.551115123125783e-15 relative error 2.89243714421247e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9191826291655498 y1[1] (numeric) 1.9191826291655574 absolute error 7.549516567451064e-15 relative error 3.933714516128959e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1669999999999823 y2[1] (analytic) 1.9195760010643035 y2[1] (numeric) 1.919576001064309 absolute error 5.551115123125783e-15 relative error 2.89184440733161e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9195760010643035 y1[1] (numeric) 1.919576001064311 absolute error 7.549516567451064e-15 relative error 3.9329083939709896e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1679999999999822 y2[1] (analytic) 1.9199684533871326 y2[1] (numeric) 1.9199684533871382 absolute error 5.551115123125783e-15 relative error 2.891253298111604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9199684533871326 y1[1] (numeric) 1.9199684533871402 absolute error 7.549516567451064e-15 relative error 3.9321044854317813e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.168999999999982 y2[1] (analytic) 1.9203599857415852 y2[1] (numeric) 1.9203599857415907 absolute error 5.551115123125783e-15 relative error 2.8906638152961247e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9203599857415852 y1[1] (numeric) 1.9203599857415927 absolute error 7.549516567451064e-15 relative error 3.9313027888027297e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.169999999999982 y2[1] (analytic) 1.9207505977361286 y2[1] (numeric) 1.920750597736134 absolute error 5.551115123125783e-15 relative error 2.890075957632679e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9207505977361286 y1[1] (numeric) 1.920750597736136 absolute error 7.549516567451064e-15 relative error 3.9305033023804435e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1709999999999818 y2[1] (analytic) 1.921140288980151 y2[1] (numeric) 1.9211402889801565 absolute error 5.551115123125783e-15 relative error 2.8894897238726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.921140288980151 y1[1] (numeric) 1.9211402889801585 absolute error 7.549516567451064e-15 relative error 3.9297060244667356e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1719999999999817 y2[1] (analytic) 1.9215290590839613 y2[1] (numeric) 1.9215290590839669 absolute error 5.551115123125783e-15 relative error 2.888905112771041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9215290590839613 y1[1] (numeric) 1.9215290590839689 absolute error 7.549516567451064e-15 relative error 3.928910953368615e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1729999999999816 y2[1] (analytic) 1.921916907658789 y2[1] (numeric) 1.9219169076587947 absolute error 5.773159728050814e-15 relative error 3.003855008010452e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.921916907658789 y1[1] (numeric) 1.9219169076587967 absolute error 7.771561172376096e-15 relative error 4.043650972321762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1739999999999815 y2[1] (analytic) 1.9223038343167862 y2[1] (numeric) 1.9223038343167917 absolute error 5.551115123125783e-15 relative error 2.887740753583175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9223038343167862 y1[1] (numeric) 1.9223038343167937 absolute error 7.549516567451064e-15 relative error 3.927327424873118e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1749999999999814 y2[1] (analytic) 1.9226898386710258 y2[1] (numeric) 1.9226898386710314 absolute error 5.551115123125783e-15 relative error 2.887161003026232e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9226898386710258 y1[1] (numeric) 1.9226898386710334 absolute error 7.549516567451064e-15 relative error 3.9265389641156754e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1759999999999813 y2[1] (analytic) 1.9230749203355035 y2[1] (numeric) 1.9230749203355093 absolute error 5.773159728050814e-15 relative error 3.002046184993987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9230749203355035 y1[1] (numeric) 1.9230749203355113 absolute error 7.771561172376096e-15 relative error 4.0412160182611365e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1769999999999812 y2[1] (analytic) 1.9234590789251382 y2[1] (numeric) 1.9234590789251438 absolute error 5.551115123125783e-15 relative error 2.886006353838232e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9234590789251382 y1[1] (numeric) 1.9234590789251458 absolute error 7.549516567451064e-15 relative error 3.924968641219996e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.177999999999981 y2[1] (analytic) 1.9238423140557706 y2[1] (numeric) 1.9238423140557763 absolute error 5.773159728050814e-15 relative error 3.0008487108696865e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9238423140557706 y1[1] (numeric) 1.9238423140557783 absolute error 7.771561172376096e-15 relative error 4.0396040338630396e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.178999999999981 y2[1] (analytic) 1.924224625344166 y2[1] (numeric) 1.9242246253441717 absolute error 5.773159728050814e-15 relative error 3.0002524923607757e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924224625344166 y1[1] (numeric) 1.9242246253441737 absolute error 7.771561172376096e-15 relative error 4.038801432024121e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1799999999999808 y2[1] (analytic) 1.924606012408013 y2[1] (numeric) 1.9246060124080189 absolute error 5.773159728050814e-15 relative error 2.99965795120197e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924606012408013 y1[1] (numeric) 1.9246060124080209 absolute error 7.771561172376096e-15 relative error 4.0380010881564983e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1809999999999807 y2[1] (analytic) 1.924986474865925 y2[1] (numeric) 1.9249864748659307 absolute error 5.773159728050814e-15 relative error 2.9990650861341317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924986474865925 y1[1] (numeric) 1.9249864748659327 absolute error 7.771561172376096e-15 relative error 4.0372030005651777e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1819999999999806 y2[1] (analytic) 1.9253660123374385 y2[1] (numeric) 1.9253660123374445 absolute error 5.995204332975845e-15 relative error 3.1137998149751953e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9253660123374385 y1[1] (numeric) 1.9253660123374465 absolute error 7.993605777301127e-15 relative error 4.1517330866335934e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1829999999999805 y2[1] (analytic) 1.9257446244430174 y2[1] (numeric) 1.9257446244430232 absolute error 5.773159728050814e-15 relative error 2.99788437925438e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9257446244430174 y1[1] (numeric) 1.9257446244430252 absolute error 7.771561172376096e-15 relative error 4.035613587457819e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1839999999999804 y2[1] (analytic) 1.9261223108040488 y2[1] (numeric) 1.9261223108040546 absolute error 5.773159728050814e-15 relative error 2.997296534943745e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9261223108040488 y1[1] (numeric) 1.9261223108040566 absolute error 7.771561172376096e-15 relative error 4.034822258578118e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1849999999999803 y2[1] (analytic) 1.9264990710428465 y2[1] (numeric) 1.9264990710428525 absolute error 5.995204332975845e-15 relative error 3.1119684525622635e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9264990710428465 y1[1] (numeric) 1.9264990710428544 absolute error 7.993605777301127e-15 relative error 4.149291270083018e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1859999999999802 y2[1] (analytic) 1.9268749047826506 y2[1] (numeric) 1.9268749047826563 absolute error 5.773159728050814e-15 relative error 2.9961258583634e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9268749047826506 y1[1] (numeric) 1.9268749047826583 absolute error 7.771561172376096e-15 relative error 4.033246347796885e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.18699999999998 y2[1] (analytic) 1.9272498116476269 y2[1] (numeric) 1.9272498116476326 absolute error 5.773159728050814e-15 relative error 2.995543023618343e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9272498116476269 y1[1] (numeric) 1.9272498116476346 absolute error 7.771561172376096e-15 relative error 4.032461762563154e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.18799999999998 y2[1] (analytic) 1.927623791262869 y2[1] (numeric) 1.9276237912628746 absolute error 5.551115123125783e-15 relative error 2.8797710156342325e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.927623791262869 y1[1] (numeric) 1.9276237912628766 absolute error 7.549516567451064e-15 relative error 3.9164885812625565e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1889999999999799 y2[1] (analytic) 1.927996843254397 y2[1] (numeric) 1.9279968432544028 absolute error 5.773159728050814e-15 relative error 2.994382355059205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.927996843254397 y1[1] (numeric) 1.9279968432544048 absolute error 7.771561172376096e-15 relative error 4.0308993241181603e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1899999999999797 y2[1] (analytic) 1.9283689672491593 y2[1] (numeric) 1.9283689672491648 absolute error 5.551115123125783e-15 relative error 2.8786581911471604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9283689672491593 y1[1] (numeric) 1.928368967249167 absolute error 7.771561172376096e-15 relative error 4.0301214676060244e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1909999999999796 y2[1] (analytic) 1.9287401628750316 y2[1] (numeric) 1.9287401628750371 absolute error 5.551115123125783e-15 relative error 2.878104179077778e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9287401628750316 y1[1] (numeric) 1.9287401628750394 absolute error 7.771561172376096e-15 relative error 4.029345850708889e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1919999999999795 y2[1] (analytic) 1.9291104297608181 y2[1] (numeric) 1.929110429760824 absolute error 5.773159728050814e-15 relative error 2.9926538361863517e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9291104297608181 y1[1] (numeric) 1.9291104297608261 absolute error 7.993605777301127e-15 relative error 4.1436745424118716e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1929999999999794 y2[1] (analytic) 1.9294797675362525 y2[1] (numeric) 1.9294797675362583 absolute error 5.773159728050814e-15 relative error 2.992080987416907e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9294797675362525 y1[1] (numeric) 1.9294797675362607 absolute error 8.215650382226158e-15 relative error 4.2579614051702133e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1939999999999793 y2[1] (analytic) 1.929848175831997 y2[1] (numeric) 1.9298481758320027 absolute error 5.773159728050814e-15 relative error 2.991509798723875e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.929848175831997 y1[1] (numeric) 1.9298481758320052 absolute error 8.215650382226158e-15 relative error 4.257148559722437e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1949999999999792 y2[1] (analytic) 1.930215654279643 y2[1] (numeric) 1.9302156542796487 absolute error 5.773159728050814e-15 relative error 2.990940268902419e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.930215654279643 y1[1] (numeric) 1.9302156542796511 absolute error 8.215650382226158e-15 relative error 4.2563380749765196e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.195999999999979 y2[1] (analytic) 1.9305822025117123 y2[1] (numeric) 1.930582202511718 absolute error 5.773159728050814e-15 relative error 2.990372396751539e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9305822025117123 y1[1] (numeric) 1.9305822025117205 absolute error 8.215650382226158e-15 relative error 4.255529949223344e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.196999999999979 y2[1] (analytic) 1.9309478201616566 y2[1] (numeric) 1.9309478201616623 absolute error 5.773159728050814e-15 relative error 2.9898061810740654e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9309478201616566 y1[1] (numeric) 1.9309478201616648 absolute error 8.215650382226158e-15 relative error 4.2547241807592473e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1979999999999789 y2[1] (analytic) 1.9313125068638584 y2[1] (numeric) 1.9313125068638641 absolute error 5.773159728050814e-15 relative error 2.9892416206766553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9313125068638584 y1[1] (numeric) 1.9313125068638666 absolute error 8.215650382226158e-15 relative error 4.2539207678860097e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1989999999999787 y2[1] (analytic) 1.9316762622536308 y2[1] (numeric) 1.9316762622536365 absolute error 5.773159728050814e-15 relative error 2.988678714369786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9316762622536308 y1[1] (numeric) 1.931676262253639 absolute error 8.215650382226158e-15 relative error 4.253119708910849e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1999999999999786 y2[1] (analytic) 1.9320390859672187 y2[1] (numeric) 1.9320390859672243 absolute error 5.551115123125783e-15 relative error 2.8731898663151423e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9320390859672187 y1[1] (numeric) 1.9320390859672267 absolute error 7.993605777301127e-15 relative error 4.1373934074938045e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2009999999999785 y2[1] (analytic) 1.932400977641798 y2[1] (numeric) 1.9324009776418039 absolute error 5.773159728050814e-15 relative error 2.9875578592886446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.932400977641798 y1[1] (numeric) 1.9324009776418063 absolute error 8.215650382226158e-15 relative error 4.251524645910763e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2019999999999784 y2[1] (analytic) 1.9327619369154778 y2[1] (numeric) 1.9327619369154834 absolute error 5.551115123125783e-15 relative error 2.8721152963022887e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9327619369154778 y1[1] (numeric) 1.9327619369154858 absolute error 7.993605777301127e-15 relative error 4.1358460266752956e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2029999999999783 y2[1] (analytic) 1.9331219634272983 y2[1] (numeric) 1.9331219634273038 absolute error 5.551115123125783e-15 relative error 2.87158039076025e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9331219634272983 y1[1] (numeric) 1.9331219634273062 absolute error 7.993605777301127e-15 relative error 4.13507576269476e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2039999999999782 y2[1] (analytic) 1.933481056817233 y2[1] (numeric) 1.9334810568172385 absolute error 5.551115123125783e-15 relative error 2.871047070025944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.933481056817233 y1[1] (numeric) 1.933481056817241 absolute error 7.993605777301127e-15 relative error 4.1343077808373597e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.204999999999978 y2[1] (analytic) 1.9338392167261886 y2[1] (numeric) 1.9338392167261942 absolute error 5.551115123125783e-15 relative error 2.8705153329775306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9338392167261886 y1[1] (numeric) 1.9338392167261966 absolute error 7.993605777301127e-15 relative error 4.1335420794876443e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.205999999999978 y2[1] (analytic) 1.9341964427960054 y2[1] (numeric) 1.934196442796011 absolute error 5.551115123125783e-15 relative error 2.869985178496807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9341964427960054 y1[1] (numeric) 1.9341964427960134 absolute error 7.993605777301127e-15 relative error 4.132778657035402e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2069999999999779 y2[1] (analytic) 1.9345527346694573 y2[1] (numeric) 1.9345527346694629 absolute error 5.551115123125783e-15 relative error 2.8694566054692017e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9345527346694573 y1[1] (numeric) 1.9345527346694653 absolute error 7.993605777301127e-15 relative error 4.132017511875651e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2079999999999778 y2[1] (analytic) 1.9349080919902524 y2[1] (numeric) 1.934908091990258 absolute error 5.551115123125783e-15 relative error 2.8689296127837727e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9349080919902524 y1[1] (numeric) 1.9349080919902604 absolute error 7.993605777301127e-15 relative error 4.1312586424086326e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2089999999999776 y2[1] (analytic) 1.9352625144030333 y2[1] (numeric) 1.9352625144030389 absolute error 5.551115123125783e-15 relative error 2.8684041993331974e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9352625144030333 y1[1] (numeric) 1.9352625144030413 absolute error 7.993605777301127e-15 relative error 4.130502047039804e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2099999999999775 y2[1] (analytic) 1.9356160015533779 y2[1] (numeric) 1.9356160015533834 absolute error 5.551115123125783e-15 relative error 2.867880364013772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9356160015533779 y1[1] (numeric) 1.9356160015533859 absolute error 7.993605777301127e-15 relative error 4.129747724179831e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2109999999999774 y2[1] (analytic) 1.935968553087799 y2[1] (numeric) 1.9359685530878044 absolute error 5.329070518200751e-15 relative error 2.752663781496388e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.935968553087799 y1[1] (numeric) 1.9359685530878068 absolute error 7.771561172376096e-15 relative error 4.0143013480155657e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2119999999999773 y2[1] (analytic) 1.9363201686537448 y2[1] (numeric) 1.9363201686537503 absolute error 5.551115123125783e-15 relative error 2.8668374233716096e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9363201686537448 y1[1] (numeric) 1.9363201686537528 absolute error 7.993605777301127e-15 relative error 4.1282458896551184e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2129999999999772 y2[1] (analytic) 1.9366708478996002 y2[1] (numeric) 1.9366708478996055 absolute error 5.329070518200751e-15 relative error 2.7516655832251254e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9366708478996002 y1[1] (numeric) 1.936670847899608 absolute error 7.771561172376096e-15 relative error 4.012845642203308e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.213999999999977 y2[1] (analytic) 1.9370205904746856 y2[1] (numeric) 1.9370205904746909 absolute error 5.329070518200751e-15 relative error 2.751168750815814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9370205904746856 y1[1] (numeric) 1.9370205904746933 absolute error 7.771561172376096e-15 relative error 4.012121094939729e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.214999999999977 y2[1] (analytic) 1.9373693960292586 y2[1] (numeric) 1.937369396029264 absolute error 5.329070518200751e-15 relative error 2.750673428166546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9373693960292586 y1[1] (numeric) 1.9373693960292664 absolute error 7.771561172376096e-15 relative error 4.011398749409546e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2159999999999769 y2[1] (analytic) 1.9377172642145135 y2[1] (numeric) 1.937717264214519 absolute error 5.551115123125783e-15 relative error 2.864770431498437e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9377172642145135 y1[1] (numeric) 1.9377172642145215 absolute error 7.993605777301127e-15 relative error 4.125269421357749e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2169999999999768 y2[1] (analytic) 1.9380641946825827 y2[1] (numeric) 1.938064194682588 absolute error 5.329070518200751e-15 relative error 2.7496873079962915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9380641946825827 y1[1] (numeric) 1.9380641946825905 absolute error 7.771561172376096e-15 relative error 4.009960657494592e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2179999999999767 y2[1] (analytic) 1.9384101870865351 y2[1] (numeric) 1.9384101870865407 absolute error 5.551115123125783e-15 relative error 2.8637463629249737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9384101870865351 y1[1] (numeric) 1.9384101870865431 absolute error 7.993605777301127e-15 relative error 4.123794762611962e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2189999999999765 y2[1] (analytic) 1.9387552410803788 y2[1] (numeric) 1.9387552410803843 absolute error 5.551115123125783e-15 relative error 2.8632366817135736e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9387552410803788 y1[1] (numeric) 1.9387552410803868 absolute error 7.993605777301127e-15 relative error 4.1230608216675457e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2199999999999764 y2[1] (analytic) 1.9390993563190595 y2[1] (numeric) 1.939099356319065 absolute error 5.551115123125783e-15 relative error 2.862728567794131e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9390993563190595 y1[1] (numeric) 1.9390993563190675 absolute error 7.993605777301127e-15 relative error 4.122329137623549e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2209999999999763 y2[1] (analytic) 1.9394425324584623 y2[1] (numeric) 1.9394425324584679 absolute error 5.551115123125783e-15 relative error 2.862222020102404e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9394425324584623 y1[1] (numeric) 1.9394425324584703 absolute error 7.993605777301127e-15 relative error 4.121599708947462e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2219999999999762 y2[1] (analytic) 1.9397847691554109 y2[1] (numeric) 1.9397847691554164 absolute error 5.551115123125783e-15 relative error 2.861717037577709e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9397847691554109 y1[1] (numeric) 1.9397847691554189 absolute error 7.993605777301127e-15 relative error 4.120872534111901e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.222999999999976 y2[1] (analytic) 1.9401260660676685 y2[1] (numeric) 1.9401260660676742 absolute error 5.773159728050814e-15 relative error 2.975662163929432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9401260660676685 y1[1] (numeric) 1.9401260660676767 absolute error 8.215650382226158e-15 relative error 4.2345961563611143e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.223999999999976 y2[1] (analytic) 1.9404664228539383 y2[1] (numeric) 1.9404664228539443 absolute error 5.995204332975845e-15 relative error 3.0895687049087954e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9404664228539383 y1[1] (numeric) 1.9404664228539468 absolute error 8.43769498715119e-15 relative error 4.3482818809827493e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2249999999999759 y2[1] (analytic) 1.9408058391738638 y2[1] (numeric) 1.9408058391738698 absolute error 5.995204332975845e-15 relative error 3.0890283880884257e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9408058391738638 y1[1] (numeric) 1.9408058391738723 absolute error 8.43769498715119e-15 relative error 4.347521435087414e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2259999999999758 y2[1] (analytic) 1.9411443146880285 y2[1] (numeric) 1.9411443146880345 absolute error 5.995204332975845e-15 relative error 3.088489757104621e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9411443146880285 y1[1] (numeric) 1.941144314688037 absolute error 8.43769498715119e-15 relative error 4.346763361850948e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2269999999999757 y2[1] (analytic) 1.941481849057957 y2[1] (numeric) 1.941481849057963 absolute error 5.995204332975845e-15 relative error 3.087952810830979e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.941481849057957 y1[1] (numeric) 1.9414818490579655 absolute error 8.43769498715119e-15 relative error 4.346007659688045e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2279999999999756 y2[1] (analytic) 1.9418184419461149 y2[1] (numeric) 1.9418184419461209 absolute error 5.995204332975845e-15 relative error 3.087417548144911e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9418184419461149 y1[1] (numeric) 1.9418184419461233 absolute error 8.43769498715119e-15 relative error 4.3452543270187636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2289999999999754 y2[1] (analytic) 1.9421540930159094 y2[1] (numeric) 1.9421540930159154 absolute error 5.995204332975845e-15 relative error 3.086883967927634e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9421540930159094 y1[1] (numeric) 1.9421540930159178 absolute error 8.43769498715119e-15 relative error 4.344503362268522e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2299999999999753 y2[1] (analytic) 1.9424888019316893 y2[1] (numeric) 1.9424888019316953 absolute error 5.995204332975845e-15 relative error 3.086352069064168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9424888019316893 y1[1] (numeric) 1.9424888019316977 absolute error 8.43769498715119e-15 relative error 4.3437547638680876e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2309999999999752 y2[1] (analytic) 1.942822568358746 y2[1] (numeric) 1.942822568358752 absolute error 5.995204332975845e-15 relative error 3.0858218504433283e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.942822568358746 y1[1] (numeric) 1.9428225683587543 absolute error 8.43769498715119e-15 relative error 4.3430085302535737e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2319999999999751 y2[1] (analytic) 1.9431553919633124 y2[1] (numeric) 1.9431553919633187 absolute error 6.217248937900877e-15 relative error 3.1995634335857897e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9431553919633124 y1[1] (numeric) 1.943155391963321 absolute error 8.659739592076221e-15 relative error 4.4565347824944925e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.232999999999975 y2[1] (analytic) 1.9434872724125658 y2[1] (numeric) 1.943487272412572 absolute error 6.217248937900877e-15 relative error 3.1990170587446334e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9434872724125658 y1[1] (numeric) 1.9434872724125745 absolute error 8.659739592076221e-15 relative error 4.455773760394311e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.233999999999975 y2[1] (analytic) 1.9438182093746255 y2[1] (numeric) 1.9438182093746317 absolute error 6.217248937900877e-15 relative error 3.1984724229438716e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9438182093746255 y1[1] (numeric) 1.9438182093746341 absolute error 8.659739592076221e-15 relative error 4.455015160528964e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2349999999999748 y2[1] (analytic) 1.9441482025185541 y2[1] (numeric) 1.9441482025185606 absolute error 6.439293542825908e-15 relative error 3.312141293798539e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9441482025185541 y1[1] (numeric) 1.944148202518563 absolute error 8.881784197001252e-15 relative error 4.56847075006695e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2359999999999747 y2[1] (analytic) 1.9444772515143591 y2[1] (numeric) 1.9444772515143656 absolute error 6.439293542825908e-15 relative error 3.3115808054894886e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9444772515143591 y1[1] (numeric) 1.944477251514368 absolute error 8.881784197001252e-15 relative error 4.567697662744122e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2369999999999746 y2[1] (analytic) 1.9448053560329914 y2[1] (numeric) 1.9448053560329979 absolute error 6.439293542825908e-15 relative error 3.3110221148098653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9448053560329914 y1[1] (numeric) 1.9448053560330003 absolute error 8.881784197001252e-15 relative error 4.566927054910158e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2379999999999745 y2[1] (analytic) 1.9451325157463464 y2[1] (numeric) 1.9451325157463528 absolute error 6.439293542825908e-15 relative error 3.3104652205945744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9451325157463464 y1[1] (numeric) 1.9451325157463553 absolute error 8.881784197001252e-15 relative error 4.566158924958033e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2389999999999743 y2[1] (analytic) 1.9454587303272644 y2[1] (numeric) 1.9454587303272708 absolute error 6.439293542825908e-15 relative error 3.3099101216825566e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9454587303272644 y1[1] (numeric) 1.9454587303272732 absolute error 8.881784197001252e-15 relative error 4.565393271286285e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2399999999999742 y2[1] (analytic) 1.9457839994495307 y2[1] (numeric) 1.9457839994495372 absolute error 6.439293542825908e-15 relative error 3.309356816916784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9457839994495307 y1[1] (numeric) 1.9457839994495396 absolute error 8.881784197001252e-15 relative error 4.564630092299012e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2409999999999741 y2[1] (analytic) 1.9461083227878764 y2[1] (numeric) 1.9461083227878828 absolute error 6.439293542825908e-15 relative error 3.308805305144252e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9461083227878764 y1[1] (numeric) 1.9461083227878853 absolute error 8.881784197001252e-15 relative error 4.563869386405865e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.241999999999974 y2[1] (analytic) 1.9464317000179783 y2[1] (numeric) 1.9464317000179847 absolute error 6.439293542825908e-15 relative error 3.3082555852159783e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9464317000179783 y1[1] (numeric) 1.9464317000179872 absolute error 8.881784197001252e-15 relative error 4.563111152022039e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.242999999999974 y2[1] (analytic) 1.9467541308164589 y2[1] (numeric) 1.9467541308164653 absolute error 6.439293542825908e-15 relative error 3.3077076559869945e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9467541308164589 y1[1] (numeric) 1.9467541308164678 absolute error 8.881784197001252e-15 relative error 4.562355387568269e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2439999999999738 y2[1] (analytic) 1.9470756148608874 y2[1] (numeric) 1.947075614860894 absolute error 6.661338147750939e-15 relative error 3.421201568603113e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9470756148608874 y1[1] (numeric) 1.9470756148608965 absolute error 9.103828801926284e-15 relative error 4.675642143757588e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2449999999999737 y2[1] (analytic) 1.9473961518297802 y2[1] (numeric) 1.9473961518297869 absolute error 6.661338147750939e-15 relative error 3.420638446621106e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9473961518297802 y1[1] (numeric) 1.9473961518297893 absolute error 9.103828801926284e-15 relative error 4.674872543715512e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2459999999999736 y2[1] (analytic) 1.9477157414026003 y2[1] (numeric) 1.9477157414026067 absolute error 6.439293542825908e-15 relative error 3.3060746011062205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9477157414026003 y1[1] (numeric) 1.9477157414026092 absolute error 8.881784197001252e-15 relative error 4.560102898077545e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2469999999999735 y2[1] (analytic) 1.9480343832597575 y2[1] (numeric) 1.9480343832597642 absolute error 6.661338147750939e-15 relative error 3.419517748246384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9480343832597575 y1[1] (numeric) 1.9480343832597666 absolute error 9.103828801926284e-15 relative error 4.673340922603391e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2479999999999734 y2[1] (analytic) 1.9483520770826108 y2[1] (numeric) 1.9483520770826175 absolute error 6.661338147750939e-15 relative error 3.418960169522018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9483520770826108 y1[1] (numeric) 1.94835207708262 absolute error 9.103828801926284e-15 relative error 4.672578898346758e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2489999999999732 y2[1] (analytic) 1.948668822553466 y2[1] (numeric) 1.9486688225534727 absolute error 6.661338147750939e-15 relative error 3.418404436225423e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.948668822553466 y1[1] (numeric) 1.9486688225534752 absolute error 9.103828801926284e-15 relative error 4.671819396174745e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2499999999999731 y2[1] (analytic) 1.9489846193555778 y2[1] (numeric) 1.9489846193555844 absolute error 6.661338147750939e-15 relative error 3.4178505472010747e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9489846193555778 y1[1] (numeric) 1.9489846193555869 absolute error 9.103828801926284e-15 relative error 4.671062414508135e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.250999999999973 y2[1] (analytic) 1.9492994671731492 y2[1] (numeric) 1.9492994671731558 absolute error 6.661338147750939e-15 relative error 3.417298501297562e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9492994671731492 y1[1] (numeric) 1.9492994671731583 absolute error 9.103828801926284e-15 relative error 4.670307951773335e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.251999999999973 y2[1] (analytic) 1.9496133656913326 y2[1] (numeric) 1.9496133656913393 absolute error 6.661338147750939e-15 relative error 3.416748297367581e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9496133656913326 y1[1] (numeric) 1.9496133656913417 absolute error 9.103828801926284e-15 relative error 4.66955600640236e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2529999999999728 y2[1] (analytic) 1.9499263145962291 y2[1] (numeric) 1.949926314596236 absolute error 6.8833827526759706e-15 relative error 3.5300732654101915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9499263145962291 y1[1] (numeric) 1.9499263145962384 absolute error 9.325873406851315e-15 relative error 4.782679907975098e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2539999999999727 y2[1] (analytic) 1.9502383135748906 y2[1] (numeric) 1.9502383135748973 absolute error 6.661338147750939e-15 relative error 3.4156534108594924e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9502383135748906 y1[1] (numeric) 1.9502383135748997 absolute error 9.103828801926284e-15 relative error 4.668059661507973e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2549999999999726 y2[1] (analytic) 1.9505493623153174 y2[1] (numeric) 1.9505493623153243 absolute error 6.8833827526759706e-15 relative error 3.5289456835408365e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9505493623153174 y1[1] (numeric) 1.9505493623153267 absolute error 9.325873406851315e-15 relative error 4.781152216410166e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2559999999999725 y2[1] (analytic) 1.9508594605064613 y2[1] (numeric) 1.9508594605064682 absolute error 6.8833827526759706e-15 relative error 3.5283847411996456e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9508594605064613 y1[1] (numeric) 1.9508594605064706 absolute error 9.325873406851315e-15 relative error 4.780392230012423e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2569999999999724 y2[1] (analytic) 1.951168607838224 y2[1] (numeric) 1.9511686078382309 absolute error 6.8833827526759706e-15 relative error 3.527825696366825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.951168607838224 y1[1] (numeric) 1.9511686078382333 absolute error 9.325873406851315e-15 relative error 4.779634814432472e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2579999999999723 y2[1] (analytic) 1.9514768040014578 y2[1] (numeric) 1.951476804001465 absolute error 7.105427357601002e-15 relative error 3.641051404265471e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9514768040014578 y1[1] (numeric) 1.9514768040014674 absolute error 9.547918011776346e-15 relative error 4.892662824481727e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2589999999999721 y2[1] (analytic) 1.9517840486879674 y2[1] (numeric) 1.9517840486879743 absolute error 6.8833827526759706e-15 relative error 3.5267132945897026e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9517840486879674 y1[1] (numeric) 1.9517840486879767 absolute error 9.325873406851315e-15 relative error 4.778127689444113e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.259999999999972 y2[1] (analytic) 1.952090341590507 y2[1] (numeric) 1.9520903415905142 absolute error 7.105427357601002e-15 relative error 3.639907030025928e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.952090341590507 y1[1] (numeric) 1.9520903415905166 absolute error 9.547918011776346e-15 relative error 4.89112507159734e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.260999999999972 y2[1] (analytic) 1.952395682402785 y2[1] (numeric) 1.952395682402792 absolute error 6.8833827526759706e-15 relative error 3.525608468978323e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.952395682402785 y1[1] (numeric) 1.9523956824027944 absolute error 9.325873406851315e-15 relative error 4.776630828938373e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2619999999999718 y2[1] (analytic) 1.9527000708194595 y2[1] (numeric) 1.9527000708194666 absolute error 7.105427357601002e-15 relative error 3.6387704716061063e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9527000708194595 y1[1] (numeric) 1.952700070819469 absolute error 9.547918011776346e-15 relative error 4.889597821220706e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2629999999999717 y2[1] (analytic) 1.9530035065361426 y2[1] (numeric) 1.9530035065361497 absolute error 7.105427357601002e-15 relative error 3.63820512038057e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9530035065361426 y1[1] (numeric) 1.9530035065361522 absolute error 9.547918011776346e-15 relative error 4.888838130511391e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2639999999999716 y2[1] (analytic) 1.9533059892493987 y2[1] (numeric) 1.9533059892494058 absolute error 7.105427357601002e-15 relative error 3.6376417195809756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9533059892493987 y1[1] (numeric) 1.9533059892494082 absolute error 9.547918011776346e-15 relative error 4.888081060686936e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2649999999999715 y2[1] (analytic) 1.953607518656745 y2[1] (numeric) 1.953607518656752 absolute error 7.105427357601002e-15 relative error 3.637080268039984e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.953607518656745 y1[1] (numeric) 1.9536075186567545 absolute error 9.547918011776346e-15 relative error 4.887326610178729e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2659999999999714 y2[1] (analytic) 1.9539080944566523 y2[1] (numeric) 1.9539080944566591 absolute error 6.8833827526759706e-15 relative error 3.5228794907009787e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9539080944566523 y1[1] (numeric) 1.9539080944566616 absolute error 9.325873406851315e-15 relative error 4.772933503530358e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2669999999999713 y2[1] (analytic) 1.9542077163485443 y2[1] (numeric) 1.9542077163485512 absolute error 6.8833827526759706e-15 relative error 3.522339357833279e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9542077163485443 y1[1] (numeric) 1.9542077163485536 absolute error 9.325873406851315e-15 relative error 4.772201710612829e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2679999999999712 y2[1] (analytic) 1.9545063840327996 y2[1] (numeric) 1.9545063840328065 absolute error 6.8833827526759706e-15 relative error 3.5218011099422724e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9545063840327996 y1[1] (numeric) 1.954506384032809 absolute error 9.325873406851315e-15 relative error 4.771472471534691e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.268999999999971 y2[1] (analytic) 1.9548040972107503 y2[1] (numeric) 1.9548040972107574 absolute error 7.105427357601002e-15 relative error 3.634853931265807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9548040972107503 y1[1] (numeric) 1.9548040972107599 absolute error 9.547918011776346e-15 relative error 4.884334970138427e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.269999999999971 y2[1] (analytic) 1.9551008555846836 y2[1] (numeric) 1.9551008555846905 absolute error 6.8833827526759706e-15 relative error 3.520730264637656e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9551008555846836 y1[1] (numeric) 1.9551008555846932 absolute error 9.547918011776346e-15 relative error 4.88359359288449e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2709999999999708 y2[1] (analytic) 1.9553966588578406 y2[1] (numeric) 1.9553966588578477 absolute error 7.105427357601002e-15 relative error 3.633752428395437e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9553966588578406 y1[1] (numeric) 1.9553966588578504 absolute error 9.769962616701378e-15 relative error 4.996409589043725e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2719999999999707 y2[1] (analytic) 1.9556915067344187 y2[1] (numeric) 1.9556915067344256 absolute error 6.8833827526759706e-15 relative error 3.51966694592325e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9556915067344187 y1[1] (numeric) 1.9556915067344283 absolute error 9.547918011776346e-15 relative error 4.882118666925798e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2729999999999706 y2[1] (analytic) 1.9559853989195695 y2[1] (numeric) 1.9559853989195763 absolute error 6.8833827526759706e-15 relative error 3.519138106285535e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9559853989195695 y1[1] (numeric) 1.955985398919579 absolute error 9.547918011776346e-15 relative error 4.881385115170258e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2739999999999705 y2[1] (analytic) 1.9562783351194013 y2[1] (numeric) 1.956278335119408 absolute error 6.661338147750939e-15 relative error 3.405107559678805e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9562783351194013 y1[1] (numeric) 1.9562783351194106 absolute error 9.325873406851315e-15 relative error 4.767150583550327e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2749999999999704 y2[1] (analytic) 1.9565703150409774 y2[1] (numeric) 1.956570315040984 absolute error 6.661338147750939e-15 relative error 3.404599413853127e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9565703150409774 y1[1] (numeric) 1.9565703150409868 absolute error 9.325873406851315e-15 relative error 4.766439179394377e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2759999999999703 y2[1] (analytic) 1.9568613383923181 y2[1] (numeric) 1.956861338392325 absolute error 6.8833827526759706e-15 relative error 3.5175628531406793e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9568613383923181 y1[1] (numeric) 1.9568613383923277 absolute error 9.547918011776346e-15 relative error 4.87920008661449e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2769999999999702 y2[1] (analytic) 1.9571514048824004 y2[1] (numeric) 1.9571514048824072 absolute error 6.8833827526759706e-15 relative error 3.517041520397638e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9571514048824004 y1[1] (numeric) 1.95715140488241 absolute error 9.547918011776346e-15 relative error 4.878476947648337e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.27799999999997 y2[1] (analytic) 1.9574405142211573 y2[1] (numeric) 1.9574405142211644 absolute error 7.105427357601002e-15 relative error 3.629958257213333e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9574405142211573 y1[1] (numeric) 1.957440514221167 absolute error 9.769962616701378e-15 relative error 4.991192603668333e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.27899999999997 y2[1] (analytic) 1.95772866611948 y2[1] (numeric) 1.957728666119487 absolute error 7.105427357601002e-15 relative error 3.62942397512371e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.95772866611948 y1[1] (numeric) 1.9577286661194897 absolute error 9.769962616701378e-15 relative error 4.990457965795102e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2799999999999698 y2[1] (analytic) 1.9580158602892164 y2[1] (numeric) 1.9580158602892233 absolute error 6.8833827526759706e-15 relative error 3.515488762005857e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9580158602892164 y1[1] (numeric) 1.958015860289226 absolute error 9.547918011776346e-15 relative error 4.876323121491995e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2809999999999697 y2[1] (analytic) 1.9583020964431723 y2[1] (numeric) 1.9583020964431792 absolute error 6.8833827526759706e-15 relative error 3.514974918924986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9583020964431723 y1[1] (numeric) 1.9583020964431819 absolute error 9.547918011776346e-15 relative error 4.875610371412078e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2819999999999696 y2[1] (analytic) 1.9585873742951114 y2[1] (numeric) 1.9585873742951185 absolute error 7.105427357601002e-15 relative error 3.627832718036498e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9585873742951114 y1[1] (numeric) 1.9585873742951212 absolute error 9.769962616701378e-15 relative error 4.988269987300184e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2829999999999695 y2[1] (analytic) 1.9588716935597563 y2[1] (numeric) 1.9588716935597634 absolute error 7.105427357601002e-15 relative error 3.627306158418511e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9588716935597563 y1[1] (numeric) 1.958871693559766 absolute error 9.769962616701378e-15 relative error 4.987545967825452e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2839999999999694 y2[1] (analytic) 1.9591550539527876 y2[1] (numeric) 1.9591550539527947 absolute error 7.105427357601002e-15 relative error 3.626781526691879e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9591550539527876 y1[1] (numeric) 1.9591550539527973 absolute error 9.769962616701378e-15 relative error 4.986824599201334e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2849999999999693 y2[1] (analytic) 1.9594374551908447 y2[1] (numeric) 1.9594374551908518 absolute error 7.105427357601002e-15 relative error 3.6262588217744106e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9594374551908447 y1[1] (numeric) 1.9594374551908544 absolute error 9.769962616701378e-15 relative error 4.986105879939815e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2859999999999692 y2[1] (analytic) 1.9597188969915267 y2[1] (numeric) 1.9597188969915338 absolute error 7.105427357601002e-15 relative error 3.625738042588117e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9597188969915267 y1[1] (numeric) 1.9597188969915365 absolute error 9.769962616701378e-15 relative error 4.985389808558661e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.286999999999969 y2[1] (analytic) 1.9599993790733916 y2[1] (numeric) 1.9599993790733987 absolute error 7.105427357601002e-15 relative error 3.625219188059213e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9599993790733916 y1[1] (numeric) 1.9599993790734014 absolute error 9.769962616701378e-15 relative error 4.984676383581418e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.287999999999969 y2[1] (analytic) 1.9602789011559576 y2[1] (numeric) 1.9602789011559645 absolute error 6.8833827526759706e-15 relative error 3.511430311583166e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9602789011559576 y1[1] (numeric) 1.9602789011559671 absolute error 9.547918011776346e-15 relative error 4.870693658002456e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2889999999999688 y2[1] (analytic) 1.9605574629597022 y2[1] (numeric) 1.9605574629597091 absolute error 6.8833827526759706e-15 relative error 3.510931397177545e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9605574629597022 y1[1] (numeric) 1.9605574629597118 absolute error 9.547918011776346e-15 relative error 4.870001615439821e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2899999999999687 y2[1] (analytic) 1.960835064206064 y2[1] (numeric) 1.960835064206071 absolute error 7.105427357601002e-15 relative error 3.6236741617418837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.960835064206064 y1[1] (numeric) 1.9608350642060737 absolute error 9.769962616701378e-15 relative error 4.982551972395091e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2909999999999686 y2[1] (analytic) 1.9611117046174416 y2[1] (numeric) 1.9611117046174487 absolute error 7.105427357601002e-15 relative error 3.623162995188524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9611117046174416 y1[1] (numeric) 1.9611117046174513 absolute error 9.769962616701378e-15 relative error 4.98184911838422e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2919999999999685 y2[1] (analytic) 1.9613873839171947 y2[1] (numeric) 1.9613873839172018 absolute error 7.105427357601002e-15 relative error 3.6226537479864694e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9613873839171947 y1[1] (numeric) 1.9613873839172045 absolute error 9.769962616701378e-15 relative error 4.981148903481395e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2929999999999684 y2[1] (analytic) 1.9616621018296443 y2[1] (numeric) 1.9616621018296512 absolute error 6.8833827526759706e-15 relative error 3.50895434349057e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9616621018296443 y1[1] (numeric) 1.9616621018296538 absolute error 9.547918011776346e-15 relative error 4.867259250648209e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2939999999999683 y2[1] (analytic) 1.9619358580800719 y2[1] (numeric) 1.9619358580800788 absolute error 6.8833827526759706e-15 relative error 3.5084647259630447e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9619358580800719 y1[1] (numeric) 1.9619358580800814 absolute error 9.547918011776346e-15 relative error 4.866580103755191e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2949999999999682 y2[1] (analytic) 1.9622086523947215 y2[1] (numeric) 1.9622086523947284 absolute error 6.8833827526759706e-15 relative error 3.5079769647714795e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9622086523947215 y1[1] (numeric) 1.962208652394731 absolute error 9.547918011776346e-15 relative error 4.865903531779794e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.295999999999968 y2[1] (analytic) 1.9624804845007993 y2[1] (numeric) 1.962480484500806 absolute error 6.661338147750939e-15 relative error 3.394346186043934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9624804845007993 y1[1] (numeric) 1.9624804845008086 absolute error 9.325873406851315e-15 relative error 4.752084660461507e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.296999999999968 y2[1] (analytic) 1.9627513541264725 y2[1] (numeric) 1.9627513541264792 absolute error 6.661338147750939e-15 relative error 3.393877749082275e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9627513541264725 y1[1] (numeric) 1.9627513541264818 absolute error 9.325873406851315e-15 relative error 4.751428848715185e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2979999999999678 y2[1] (analytic) 1.9630212610008717 y2[1] (numeric) 1.9630212610008786 absolute error 6.8833827526759706e-15 relative error 3.5065248091945723e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9630212610008717 y1[1] (numeric) 1.9630212610008813 absolute error 9.547918011776346e-15 relative error 4.863889251463439e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2989999999999677 y2[1] (analytic) 1.9632902048540903 y2[1] (numeric) 1.9632902048540972 absolute error 6.8833827526759706e-15 relative error 3.506044463348981e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9632902048540903 y1[1] (numeric) 1.9632902048540999 absolute error 9.547918011776346e-15 relative error 4.863222965290522e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2999999999999676 y2[1] (analytic) 1.9635581854171842 y2[1] (numeric) 1.9635581854171913 absolute error 7.105427357601002e-15 relative error 3.6186487420495556e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9635581854171842 y1[1] (numeric) 1.963558185417194 absolute error 9.769962616701378e-15 relative error 4.975642020318139e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3009999999999675 y2[1] (analytic) 1.9638252024221732 y2[1] (numeric) 1.9638252024221803 absolute error 7.105427357601002e-15 relative error 3.618156722317852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9638252024221732 y1[1] (numeric) 1.963825202422183 absolute error 9.769962616701378e-15 relative error 4.974965493187047e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3019999999999674 y2[1] (analytic) 1.96409125560204 y2[1] (numeric) 1.9640912556020471 absolute error 7.105427357601002e-15 relative error 3.6176666116376664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.96409125560204 y1[1] (numeric) 1.9640912556020498 absolute error 9.769962616701378e-15 relative error 4.974291591001791e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3029999999999673 y2[1] (analytic) 1.9643563446907315 y2[1] (numeric) 1.9643563446907386 absolute error 7.105427357601002e-15 relative error 3.617178409001795e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9643563446907315 y1[1] (numeric) 1.9643563446907413 absolute error 9.769962616701378e-15 relative error 4.973620312377469e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3039999999999672 y2[1] (analytic) 1.9646204694231586 y2[1] (numeric) 1.9646204694231657 absolute error 7.105427357601002e-15 relative error 3.6166921134071557e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9646204694231586 y1[1] (numeric) 1.9646204694231684 absolute error 9.769962616701378e-15 relative error 4.972951655934839e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.304999999999967 y2[1] (analytic) 1.9648836295351968 y2[1] (numeric) 1.964883629535204 absolute error 7.105427357601002e-15 relative error 3.6162077238547845e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9648836295351968 y1[1] (numeric) 1.9648836295352066 absolute error 9.769962616701378e-15 relative error 4.972285620300328e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.305999999999967 y2[1] (analytic) 1.965145824763686 y2[1] (numeric) 1.9651458247636928 absolute error 6.8833827526759706e-15 relative error 3.50273382562015e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965145824763686 y1[1] (numeric) 1.9651458247636957 absolute error 9.769962616701378e-15 relative error 4.97162220410602e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3069999999999669 y2[1] (analytic) 1.9654070548464306 y2[1] (numeric) 1.9654070548464375 absolute error 6.8833827526759706e-15 relative error 3.5022682633108855e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9654070548464306 y1[1] (numeric) 1.9654070548464404 absolute error 9.769962616701378e-15 relative error 4.970961405989644e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3079999999999667 y2[1] (analytic) 1.965667319522201 y2[1] (numeric) 1.9656673195222079 absolute error 6.8833827526759706e-15 relative error 3.501804544600726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965667319522201 y1[1] (numeric) 1.9656673195222107 absolute error 9.769962616701378e-15 relative error 4.970303224594579e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3089999999999666 y2[1] (analytic) 1.965926618530732 y2[1] (numeric) 1.9659266185307391 absolute error 7.105427357601002e-15 relative error 3.6142892062326115e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965926618530732 y1[1] (numeric) 1.965926618530742 absolute error 9.992007221626409e-15 relative error 5.08259419626461e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3099999999999665 y2[1] (analytic) 1.9661849516127254 y2[1] (numeric) 1.9661849516127323 absolute error 6.8833827526759706e-15 relative error 3.500882634174373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9661849516127254 y1[1] (numeric) 1.9661849516127352 absolute error 9.769962616701378e-15 relative error 4.968994706570078e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3109999999999664 y2[1] (analytic) 1.9664423185098476 y2[1] (numeric) 1.9664423185098545 absolute error 6.8833827526759706e-15 relative error 3.5004244405664216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9664423185098476 y1[1] (numeric) 1.9664423185098574 absolute error 9.769962616701378e-15 relative error 4.968344367255566e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3119999999999663 y2[1] (analytic) 1.9666987189647318 y2[1] (numeric) 1.9666987189647387 absolute error 6.8833827526759706e-15 relative error 3.499968086774052e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9666987189647318 y1[1] (numeric) 1.9666987189647416 absolute error 9.769962616701378e-15 relative error 4.967696639292202e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3129999999999662 y2[1] (analytic) 1.9669541527209775 y2[1] (numeric) 1.9669541527209844 absolute error 6.8833827526759706e-15 relative error 3.4995135718612825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9669541527209775 y1[1] (numeric) 1.9669541527209873 absolute error 9.769962616701378e-15 relative error 4.967051521351498e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.313999999999966 y2[1] (analytic) 1.9672086195231508 y2[1] (numeric) 1.967208619523158 absolute error 7.105427357601002e-15 relative error 3.611933826989508e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9672086195231508 y1[1] (numeric) 1.9672086195231608 absolute error 9.992007221626409e-15 relative error 5.079281944203996e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.314999999999966 y2[1] (analytic) 1.9674621191167856 y2[1] (numeric) 1.9674621191167927 absolute error 7.105427357601002e-15 relative error 3.6114684438197485e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9674621191167856 y1[1] (numeric) 1.9674621191167956 absolute error 9.992007221626409e-15 relative error 5.078627499121521e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3159999999999659 y2[1] (analytic) 1.9677146512483819 y2[1] (numeric) 1.967714651248389 absolute error 7.105427357601002e-15 relative error 3.6110049559742255e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9677146512483819 y1[1] (numeric) 1.9677146512483918 absolute error 9.992007221626409e-15 relative error 5.077975719338755e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3169999999999658 y2[1] (analytic) 1.9679662156654074 y2[1] (numeric) 1.9679662156654145 absolute error 7.105427357601002e-15 relative error 3.61054336250306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9679662156654074 y1[1] (numeric) 1.9679662156654174 absolute error 9.992007221626409e-15 relative error 5.077326603519928e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3179999999999656 y2[1] (analytic) 1.9682168121162982 y2[1] (numeric) 1.968216812116305 absolute error 6.8833827526759706e-15 relative error 3.4972685480085436e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9682168121162982 y1[1] (numeric) 1.968216812116308 absolute error 9.769962616701378e-15 relative error 4.963865035883094e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3189999999999655 y2[1] (analytic) 1.9684664403504573 y2[1] (numeric) 1.9684664403504641 absolute error 6.8833827526759706e-15 relative error 3.4968250469388153e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9684664403504573 y1[1] (numeric) 1.968466440350467 absolute error 9.769962616701378e-15 relative error 4.963235550493802e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3199999999999654 y2[1] (analytic) 1.9687151001182568 y2[1] (numeric) 1.9687151001182637 absolute error 6.8833827526759706e-15 relative error 3.496383378307252e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9687151001182568 y1[1] (numeric) 1.9687151001182666 absolute error 9.769962616701378e-15 relative error 4.962608665984486e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3209999999999653 y2[1] (analytic) 1.9689627911710368 y2[1] (numeric) 1.9689627911710437 absolute error 6.8833827526759706e-15 relative error 3.4959435412093754e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9689627911710368 y1[1] (numeric) 1.9689627911710466 absolute error 9.769962616701378e-15 relative error 4.961984381071372e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3219999999999652 y2[1] (analytic) 1.9692095132611065 y2[1] (numeric) 1.9692095132611134 absolute error 6.8833827526759706e-15 relative error 3.495505534744627e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9692095132611065 y1[1] (numeric) 1.9692095132611163 absolute error 9.769962616701378e-15 relative error 4.961362694476245e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.322999999999965 y2[1] (analytic) 1.9694552661417437 y2[1] (numeric) 1.9694552661417506 absolute error 6.8833827526759706e-15 relative error 3.4950693580163633e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9694552661417437 y1[1] (numeric) 1.9694552661417535 absolute error 9.769962616701378e-15 relative error 4.960743604926451e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.323999999999965 y2[1] (analytic) 1.9697000495671955 y2[1] (numeric) 1.9697000495672023 absolute error 6.8833827526759706e-15 relative error 3.4946350101318544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9697000495671955 y1[1] (numeric) 1.9697000495672052 absolute error 9.769962616701378e-15 relative error 4.960127111154891e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3249999999999649 y2[1] (analytic) 1.9699438632926785 y2[1] (numeric) 1.9699438632926853 absolute error 6.8833827526759706e-15 relative error 3.4942024902022767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9699438632926785 y1[1] (numeric) 1.9699438632926882 absolute error 9.769962616701378e-15 relative error 4.959513211900005e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3259999999999648 y2[1] (analytic) 1.970186707074379 y2[1] (numeric) 1.970186707074386 absolute error 6.8833827526759706e-15 relative error 3.493771797342711e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.970186707074379 y1[1] (numeric) 1.9701867070743888 absolute error 9.769962616701378e-15 relative error 4.958901905905783e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3269999999999647 y2[1] (analytic) 1.9704285806694535 y2[1] (numeric) 1.9704285806694604 absolute error 6.8833827526759706e-15 relative error 3.4933429306721384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9704285806694535 y1[1] (numeric) 1.9704285806694632 absolute error 9.769962616701378e-15 relative error 4.958293191921745e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3279999999999645 y2[1] (analytic) 1.9706694838360281 y2[1] (numeric) 1.970669483836035 absolute error 6.8833827526759706e-15 relative error 3.4929158893134363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9706694838360281 y1[1] (numeric) 1.970669483836038 absolute error 9.769962616701378e-15 relative error 4.957687068702942e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3289999999999644 y2[1] (analytic) 1.9709094163331997 y2[1] (numeric) 1.9709094163332066 absolute error 6.8833827526759706e-15 relative error 3.492490672393375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9709094163331997 y1[1] (numeric) 1.9709094163332095 absolute error 9.769962616701378e-15 relative error 4.957083535009952e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3299999999999643 y2[1] (analytic) 1.9711483779210361 y2[1] (numeric) 1.9711483779210428 absolute error 6.661338147750939e-15 relative error 3.379419947460592e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9711483779210361 y1[1] (numeric) 1.9711483779210457 absolute error 9.547918011776346e-15 relative error 4.843835258026849e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3309999999999642 y2[1] (analytic) 1.9713863683605752 y2[1] (numeric) 1.9713863683605821 absolute error 6.8833827526759706e-15 relative error 3.4916457083956916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9713863683605752 y1[1] (numeric) 1.971386368360585 absolute error 9.769962616701378e-15 relative error 4.955884231271304e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.331999999999964 y2[1] (analytic) 1.9716233874138271 y2[1] (numeric) 1.971623387413834 absolute error 6.8833827526759706e-15 relative error 3.4912259595910373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9716233874138271 y1[1] (numeric) 1.971623387413837 absolute error 9.769962616701378e-15 relative error 4.955288458774376e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.332999999999964 y2[1] (analytic) 1.9718594348437724 y2[1] (numeric) 1.9718594348437795 absolute error 7.105427357601002e-15 relative error 3.6034147424732406e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9718594348437724 y1[1] (numeric) 1.9718594348437823 absolute error 9.992007221626409e-15 relative error 5.067301981602994e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3339999999999639 y2[1] (analytic) 1.972094510414364 y2[1] (numeric) 1.972094510414371 absolute error 7.105427357601002e-15 relative error 3.6029852119552095e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.972094510414364 y1[1] (numeric) 1.972094510414374 absolute error 9.992007221626409e-15 relative error 5.066697954312014e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3349999999999638 y2[1] (analytic) 1.972328613890526 y2[1] (numeric) 1.9723286138905332 absolute error 7.105427357601002e-15 relative error 3.602557559404443e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.972328613890526 y1[1] (numeric) 1.972328613890536 absolute error 9.992007221626409e-15 relative error 5.066096567912499e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3359999999999637 y2[1] (analytic) 1.9725617450381554 y2[1] (numeric) 1.9725617450381623 absolute error 6.8833827526759706e-15 relative error 3.489565165699198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9725617450381554 y1[1] (numeric) 1.9725617450381652 absolute error 9.769962616701378e-15 relative error 4.952931202927895e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3369999999999636 y2[1] (analytic) 1.9727939036241207 y2[1] (numeric) 1.9727939036241275 absolute error 6.8833827526759706e-15 relative error 3.489154513317815e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9727939036241207 y1[1] (numeric) 1.9727939036241304 absolute error 9.769962616701378e-15 relative error 4.95234834148335e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3379999999999634 y2[1] (analytic) 1.9730250894162633 y2[1] (numeric) 1.9730250894162702 absolute error 6.8833827526759706e-15 relative error 3.4887456776905353e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9730250894162633 y1[1] (numeric) 1.973025089416273 absolute error 9.769962616701378e-15 relative error 4.951768058657534e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3389999999999633 y2[1] (analytic) 1.9732553021833976 y2[1] (numeric) 1.9732553021834045 absolute error 6.8833827526759706e-15 relative error 3.488338657982847e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9732553021833976 y1[1] (numeric) 1.9732553021834074 absolute error 9.769962616701378e-15 relative error 4.951190353265976e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3399999999999632 y2[1] (analytic) 1.9734845416953108 y2[1] (numeric) 1.9734845416953177 absolute error 6.8833827526759706e-15 relative error 3.487933453364088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9734845416953108 y1[1] (numeric) 1.9734845416953206 absolute error 9.769962616701378e-15 relative error 4.950615224129674e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.340999999999963 y2[1] (analytic) 1.9737128077227637 y2[1] (numeric) 1.9737128077227704 absolute error 6.661338147750939e-15 relative error 3.375029093233011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9737128077227637 y1[1] (numeric) 1.9737128077227732 absolute error 9.547918011776346e-15 relative error 4.837541700300649e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.341999999999963 y2[1] (analytic) 1.9739401000374897 y2[1] (numeric) 1.9739401000374965 absolute error 6.8833827526759706e-15 relative error 3.4871284860899474e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9739401000374897 y1[1] (numeric) 1.9739401000374994 absolute error 9.769962616701378e-15 relative error 4.949472689934119e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.342999999999963 y2[1] (analytic) 1.9741664184121972 y2[1] (numeric) 1.9741664184122039 absolute error 6.661338147750939e-15 relative error 3.374253601734644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9741664184121972 y1[1] (numeric) 1.9741664184122067 absolute error 9.547918011776346e-15 relative error 4.836430162486324e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3439999999999628 y2[1] (analytic) 1.9743917626205671 y2[1] (numeric) 1.9743917626205738 absolute error 6.661338147750939e-15 relative error 3.3738684864190735e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9743917626205671 y1[1] (numeric) 1.9743917626205767 absolute error 9.547918011776346e-15 relative error 4.835878163867338e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3449999999999627 y2[1] (analytic) 1.9746161324372558 y2[1] (numeric) 1.9746161324372624 absolute error 6.661338147750939e-15 relative error 3.37348512367763e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9746161324372558 y1[1] (numeric) 1.9746161324372653 absolute error 9.547918011776346e-15 relative error 4.83532867727127e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3459999999999626 y2[1] (analytic) 1.9748395276378932 y2[1] (numeric) 1.9748395276378998 absolute error 6.661338147750939e-15 relative error 3.373103512728738e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9748395276378932 y1[1] (numeric) 1.9748395276379027 absolute error 9.547918011776346e-15 relative error 4.834781701577858e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3469999999999624 y2[1] (analytic) 1.975061947999084 y2[1] (numeric) 1.9750619479990907 absolute error 6.661338147750939e-15 relative error 3.372723652794524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.975061947999084 y1[1] (numeric) 1.9750619479990936 absolute error 9.547918011776346e-15 relative error 4.834237235672151e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3479999999999623 y2[1] (analytic) 1.9752833932984082 y2[1] (numeric) 1.975283393298415 absolute error 6.8833827526759706e-15 relative error 3.4847570612041743e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9752833932984082 y1[1] (numeric) 1.975283393298418 absolute error 9.769962616701378e-15 relative error 4.946106796547861e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3489999999999622 y2[1] (analytic) 1.9755038633144206 y2[1] (numeric) 1.9755038633144273 absolute error 6.661338147750939e-15 relative error 3.371969182877129e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9755038633144206 y1[1] (numeric) 1.9755038633144302 absolute error 9.547918011776346e-15 relative error 4.833155828790553e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3499999999999621 y2[1] (analytic) 1.9757233578266509 y2[1] (numeric) 1.9757233578266575 absolute error 6.661338147750939e-15 relative error 3.371594571356686e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9757233578266509 y1[1] (numeric) 1.9757233578266604 absolute error 9.547918011776346e-15 relative error 4.83261888561125e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.350999999999962 y2[1] (analytic) 1.9759418766156045 y2[1] (numeric) 1.9759418766156112 absolute error 6.661338147750939e-15 relative error 3.371221707776388e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9759418766156045 y1[1] (numeric) 1.975941876615614 absolute error 9.547918011776346e-15 relative error 4.832084447812823e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.351999999999962 y2[1] (analytic) 1.9761594194627627 y2[1] (numeric) 1.9761594194627696 absolute error 6.8833827526759706e-15 relative error 3.483212277756054e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9761594194627627 y1[1] (numeric) 1.9761594194627725 absolute error 9.769962616701378e-15 relative error 4.943914200686012e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3529999999999618 y2[1] (analytic) 1.9763759861505832 y2[1] (numeric) 1.9763759861505898 absolute error 6.661338147750939e-15 relative error 3.370481221402273e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9763759861505832 y1[1] (numeric) 1.9763759861505927 absolute error 9.547918011776346e-15 relative error 4.831023084009925e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3539999999999617 y2[1] (analytic) 1.9765915764624986 y2[1] (numeric) 1.9765915764625053 absolute error 6.661338147750939e-15 relative error 3.370113597100682e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9765915764624986 y1[1] (numeric) 1.9765915764625082 absolute error 9.547918011776346e-15 relative error 4.830496155844311e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3549999999999616 y2[1] (analytic) 1.976806190182919 y2[1] (numeric) 1.9768061901829257 absolute error 6.661338147750939e-15 relative error 3.3697477177236827e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.976806190182919 y1[1] (numeric) 1.9768061901829286 absolute error 9.547918011776346e-15 relative error 4.829971728737278e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3559999999999615 y2[1] (analytic) 1.9770198270972306 y2[1] (numeric) 1.9770198270972372 absolute error 6.661338147750939e-15 relative error 3.369383582526576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9770198270972306 y1[1] (numeric) 1.9770198270972401 absolute error 9.547918011776346e-15 relative error 4.829449801621426e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3569999999999613 y2[1] (analytic) 1.9772324869917965 y2[1] (numeric) 1.9772324869918032 absolute error 6.661338147750939e-15 relative error 3.369021190768335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9772324869917965 y1[1] (numeric) 1.977232486991806 absolute error 9.547918011776346e-15 relative error 4.828930373434613e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3579999999999612 y2[1] (analytic) 1.977444169653957 y2[1] (numeric) 1.9774441696539635 absolute error 6.439293542825908e-15 relative error 3.2563718569878777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.977444169653957 y1[1] (numeric) 1.9774441696539664 absolute error 9.325873406851315e-15 relative error 4.716124758396236e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3589999999999611 y2[1] (analytic) 1.9776548748720293 y2[1] (numeric) 1.9776548748720357 absolute error 6.439293542825908e-15 relative error 3.256024913468577e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9776548748720293 y1[1] (numeric) 1.9776548748720386 absolute error 9.325873406851315e-15 relative error 4.715622288471731e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.359999999999961 y2[1] (analytic) 1.9778646024353082 y2[1] (numeric) 1.9778646024353146 absolute error 6.439293542825908e-15 relative error 3.255679653145784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9778646024353082 y1[1] (numeric) 1.9778646024353175 absolute error 9.325873406851315e-15 relative error 4.715122256280101e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.360999999999961 y2[1] (analytic) 1.9780733521340659 y2[1] (numeric) 1.9780733521340723 absolute error 6.439293542825908e-15 relative error 3.2553360753173316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9780733521340659 y1[1] (numeric) 1.9780733521340754 absolute error 9.547918011776346e-15 relative error 4.826877628918802e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3619999999999608 y2[1] (analytic) 1.9782811237595532 y2[1] (numeric) 1.9782811237595594 absolute error 6.217248937900877e-15 relative error 3.1427530006885624e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9782811237595532 y1[1] (numeric) 1.9782811237595626 absolute error 9.325873406851315e-15 relative error 4.714129501032843e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3629999999999607 y2[1] (analytic) 1.978487917103998 y2[1] (numeric) 1.9784879171040044 absolute error 6.439293542825908e-15 relative error 3.2546539643524293e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.978487917103998 y1[1] (numeric) 1.9784879171040075 absolute error 9.547918011776346e-15 relative error 4.825866223005327e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3639999999999606 y2[1] (analytic) 1.9786937319606075 y2[1] (numeric) 1.9786937319606137 absolute error 6.217248937900877e-15 relative error 3.1420976563869013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9786937319606075 y1[1] (numeric) 1.9786937319606168 absolute error 9.325873406851315e-15 relative error 4.713146484580353e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3649999999999605 y2[1] (analytic) 1.9788985681235665 y2[1] (numeric) 1.9788985681235727 absolute error 6.217248937900877e-15 relative error 3.141772417267553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9788985681235665 y1[1] (numeric) 1.9788985681235758 absolute error 9.325873406851315e-15 relative error 4.712658625901329e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3659999999999604 y2[1] (analytic) 1.9791024253880392 y2[1] (numeric) 1.9791024253880452 absolute error 5.995204332975845e-15 relative error 3.029254199312285e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9791024253880392 y1[1] (numeric) 1.9791024253880483 absolute error 9.103828801926284e-15 relative error 4.599978598955692e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3669999999999602 y2[1] (analytic) 1.9793053035501678 y2[1] (numeric) 1.9793053035501738 absolute error 5.995204332975845e-15 relative error 3.0289437017233205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9793053035501678 y1[1] (numeric) 1.9793053035501769 absolute error 9.103828801926284e-15 relative error 4.599507102616894e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3679999999999601 y2[1] (analytic) 1.9795072024070746 y2[1] (numeric) 1.9795072024070806 absolute error 5.995204332975845e-15 relative error 3.0286347661103206e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9795072024070746 y1[1] (numeric) 1.9795072024070837 absolute error 9.103828801926284e-15 relative error 4.599037978167524e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.36899999999996 y2[1] (analytic) 1.9797081217568604 y2[1] (numeric) 1.9797081217568664 absolute error 5.995204332975845e-15 relative error 3.028327391845772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9797081217568604 y1[1] (numeric) 1.9797081217568695 absolute error 9.103828801926284e-15 relative error 4.598571224654691e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.36999999999996 y2[1] (analytic) 1.9799080613986062 y2[1] (numeric) 1.9799080613986122 absolute error 5.995204332975845e-15 relative error 3.028021578305427e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9799080613986062 y1[1] (numeric) 1.9799080613986153 absolute error 9.103828801926284e-15 relative error 4.598106841130463e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3709999999999598 y2[1] (analytic) 1.9801070211323724 y2[1] (numeric) 1.9801070211323784 absolute error 5.995204332975845e-15 relative error 3.0277173248683e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9801070211323724 y1[1] (numeric) 1.9801070211323815 absolute error 9.103828801926284e-15 relative error 4.597644826651863e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3719999999999597 y2[1] (analytic) 1.980305000759199 y2[1] (numeric) 1.980305000759205 absolute error 5.995204332975845e-15 relative error 3.0274146309166695e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.980305000759199 y1[1] (numeric) 1.980305000759208 absolute error 9.103828801926284e-15 relative error 4.597185180280868e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3729999999999596 y2[1] (analytic) 1.9805020000811067 y2[1] (numeric) 1.9805020000811124 absolute error 5.773159728050814e-15 relative error 2.914998181175474e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9805020000811067 y1[1] (numeric) 1.9805020000811155 absolute error 8.881784197001252e-15 relative error 4.4846125864238057e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3739999999999595 y2[1] (analytic) 1.9806980189010956 y2[1] (numeric) 1.9806980189011016 absolute error 5.995204332975845e-15 relative error 3.0268139190152893e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9806980189010956 y1[1] (numeric) 1.9806980189011048 absolute error 9.103828801926284e-15 relative error 4.596272988134328e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3749999999999594 y2[1] (analytic) 1.9808930570231478 y2[1] (numeric) 1.9808930570231535 absolute error 5.773159728050814e-15 relative error 2.9144227183705816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9808930570231478 y1[1] (numeric) 1.9808930570231567 absolute error 8.881784197001252e-15 relative error 4.483727259031664e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3759999999999593 y2[1] (analytic) 1.9810871142522246 y2[1] (numeric) 1.9810871142522302 absolute error 5.551115123125783e-15 relative error 2.802055034930198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9810871142522246 y1[1] (numeric) 1.9810871142522335 absolute error 8.881784197001252e-15 relative error 4.483288055888317e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3769999999999591 y2[1] (analytic) 1.9812801903942687 y2[1] (numeric) 1.9812801903942745 absolute error 5.773159728050814e-15 relative error 2.9138532530837914e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9812801903942687 y1[1] (numeric) 1.9812801903942778 absolute error 9.103828801926284e-15 relative error 4.594922437555209e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.377999999999959 y2[1] (analytic) 1.9814722852562046 y2[1] (numeric) 1.98147228525621 absolute error 5.551115123125783e-15 relative error 2.8015103539073843e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9814722852562046 y1[1] (numeric) 1.9814722852562134 absolute error 8.881784197001252e-15 relative error 4.4824165662518145e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.378999999999959 y2[1] (analytic) 1.9816633986459364 y2[1] (numeric) 1.9816633986459422 absolute error 5.773159728050814e-15 relative error 2.913289780694135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9816633986459364 y1[1] (numeric) 1.9816633986459455 absolute error 9.103828801926284e-15 relative error 4.594033884940751e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3799999999999588 y2[1] (analytic) 1.981853530372352 y2[1] (numeric) 1.9818535303723575 absolute error 5.551115123125783e-15 relative error 2.800971433082058e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.981853530372352 y1[1] (numeric) 1.9818535303723608 absolute error 8.881784197001252e-15 relative error 4.481554292931293e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3809999999999587 y2[1] (analytic) 1.9820426802453186 y2[1] (numeric) 1.9820426802453242 absolute error 5.551115123125783e-15 relative error 2.8007041313755756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9820426802453186 y1[1] (numeric) 1.9820426802453275 absolute error 8.881784197001252e-15 relative error 4.481126610200921e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3819999999999586 y2[1] (analytic) 1.982230848075687 y2[1] (numeric) 1.9822308480756925 absolute error 5.551115123125783e-15 relative error 2.800438268083005e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.982230848075687 y1[1] (numeric) 1.9822308480756958 absolute error 8.881784197001252e-15 relative error 4.480701228932808e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3829999999999585 y2[1] (analytic) 1.9824180336752892 y2[1] (numeric) 1.9824180336752946 absolute error 5.329070518200751e-15 relative error 2.688166888958814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9824180336752892 y1[1] (numeric) 1.982418033675298 absolute error 8.659739592076221e-15 relative error 4.368271194558073e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3839999999999584 y2[1] (analytic) 1.9826042368569397 y2[1] (numeric) 1.982604236856945 absolute error 5.329070518200751e-15 relative error 2.687914420403453e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9826042368569397 y1[1] (numeric) 1.9826042368569483 absolute error 8.659739592076221e-15 relative error 4.367860933155611e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3849999999999583 y2[1] (analytic) 1.982789457434435 y2[1] (numeric) 1.9827894574344402 absolute error 5.329070518200751e-15 relative error 2.6876633311819835e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.982789457434435 y1[1] (numeric) 1.9827894574344436 absolute error 8.659739592076221e-15 relative error 4.3674529131707233e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3859999999999582 y2[1] (analytic) 1.9829736952225547 y2[1] (numeric) 1.98297369522256 absolute error 5.329070518200751e-15 relative error 2.6874136207856526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9829736952225547 y1[1] (numeric) 1.9829736952225634 absolute error 8.659739592076221e-15 relative error 4.3670471337766856e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.386999999999958 y2[1] (analytic) 1.9831569500370612 y2[1] (numeric) 1.9831569500370665 absolute error 5.329070518200751e-15 relative error 2.6871652887085726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9831569500370612 y1[1] (numeric) 1.9831569500370698 absolute error 8.659739592076221e-15 relative error 4.36664359415143e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.387999999999958 y2[1] (analytic) 1.9833392216946997 y2[1] (numeric) 1.9833392216947048 absolute error 5.10702591327572e-15 relative error 2.574963403845728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9833392216946997 y1[1] (numeric) 1.983339221694708 absolute error 8.43769498715119e-15 relative error 4.25428736287555e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3889999999999578 y2[1] (analytic) 1.9835205100131983 y2[1] (numeric) 1.9835205100132034 absolute error 5.10702591327572e-15 relative error 2.5747280592736287e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9835205100131983 y1[1] (numeric) 1.9835205100132067 absolute error 8.43769498715119e-15 relative error 4.253898532712952e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3899999999999577 y2[1] (analytic) 1.983700814811269 y2[1] (numeric) 1.983700814811274 absolute error 5.10702591327572e-15 relative error 2.5744940341528303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.983700814811269 y1[1] (numeric) 1.9837008148112774 absolute error 8.43769498715119e-15 relative error 4.2535118825133716e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3909999999999576 y2[1] (analytic) 1.9838801359086067 y2[1] (numeric) 1.9838801359086118 absolute error 5.10702591327572e-15 relative error 2.5742613280094813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9838801359086067 y1[1] (numeric) 1.9838801359086151 absolute error 8.43769498715119e-15 relative error 4.2531274114939257e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3919999999999575 y2[1] (analytic) 1.9840584731258906 y2[1] (numeric) 1.9840584731258957 absolute error 5.10702591327572e-15 relative error 2.574029940372465e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9840584731258906 y1[1] (numeric) 1.984058473125899 absolute error 8.43769498715119e-15 relative error 4.2527451188762467e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3929999999999574 y2[1] (analytic) 1.9842358262847832 y2[1] (numeric) 1.9842358262847883 absolute error 5.10702591327572e-15 relative error 2.5737998707733974e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9842358262847832 y1[1] (numeric) 1.9842358262847917 absolute error 8.43769498715119e-15 relative error 4.2523650038864823e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3939999999999573 y2[1] (analytic) 1.9844121952079319 y2[1] (numeric) 1.9844121952079368 absolute error 4.884981308350689e-15 relative error 2.461676722279379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9844121952079319 y1[1] (numeric) 1.98441219520794 absolute error 8.215650382226158e-15 relative error 4.140092669288046e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3949999999999572 y2[1] (analytic) 1.984587579718967 y2[1] (numeric) 1.984587579718972 absolute error 5.10702591327572e-15 relative error 2.573343683829219e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.984587579718967 y1[1] (numeric) 1.9845875797189754 absolute error 8.43769498715119e-15 relative error 4.25161130371784e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.395999999999957 y2[1] (analytic) 1.9847619796425047 y2[1] (numeric) 1.9847619796425096 absolute error 4.884981308350689e-15 relative error 2.4612428887974627e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9847619796425047 y1[1] (numeric) 1.9847619796425129 absolute error 8.215650382226158e-15 relative error 4.139363040250278e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.396999999999957 y2[1] (analytic) 1.9849353948041446 y2[1] (numeric) 1.9849353948041495 absolute error 4.884981308350689e-15 relative error 2.4610278607242503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9849353948041446 y1[1] (numeric) 1.9849353948041528 absolute error 8.215650382226158e-15 relative error 4.139001402127148e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3979999999999568 y2[1] (analytic) 1.9851078250304721 y2[1] (numeric) 1.9851078250304768 absolute error 4.6629367034256575e-15 relative error 2.3489589052192063e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9851078250304721 y1[1] (numeric) 1.98510782503048 absolute error 7.993605777301127e-15 relative error 4.0267866946614963e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3989999999999567 y2[1] (analytic) 1.9852792701490565 y2[1] (numeric) 1.9852792701490611 absolute error 4.6629367034256575e-15 relative error 2.3487560533866653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9852792701490565 y1[1] (numeric) 1.9852792701490645 absolute error 7.993605777301127e-15 relative error 4.026438948662855e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3999999999999566 y2[1] (analytic) 1.9854497299884528 y2[1] (numeric) 1.9854497299884575 absolute error 4.6629367034256575e-15 relative error 2.3485544020561914e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9854497299884528 y1[1] (numeric) 1.9854497299884608 absolute error 7.993605777301127e-15 relative error 4.0260932606677567e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4009999999999565 y2[1] (analytic) 1.9856192043782013 y2[1] (numeric) 1.985619204378206 absolute error 4.6629367034256575e-15 relative error 2.3483539508200217e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9856192043782013 y1[1] (numeric) 1.9856192043782093 absolute error 7.993605777301127e-15 relative error 4.02574962997718e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4019999999999564 y2[1] (analytic) 1.9857876931488274 y2[1] (numeric) 1.985787693148832 absolute error 4.6629367034256575e-15 relative error 2.3481546992728734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9857876931488274 y1[1] (numeric) 1.9857876931488354 absolute error 7.993605777301127e-15 relative error 4.025408055896354e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4029999999999563 y2[1] (analytic) 1.985955196131843 y2[1] (numeric) 1.9859551961318473 absolute error 4.440892098500626e-15 relative error 2.236149187630417e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.985955196131843 y1[1] (numeric) 1.9859551961318507 absolute error 7.771561172376096e-15 relative error 3.91326107835323e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4039999999999562 y2[1] (analytic) 1.986121713159744 y2[1] (numeric) 1.9861217131597486 absolute error 4.6629367034256575e-15 relative error 2.347759793636885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986121713159744 y1[1] (numeric) 1.986121713159752 absolute error 7.993605777301127e-15 relative error 4.024731074806089e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.404999999999956 y2[1] (analytic) 1.9862872440660144 y2[1] (numeric) 1.9862872440660189 absolute error 4.440892098500626e-15 relative error 2.2357753702379578e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9862872440660144 y1[1] (numeric) 1.9862872440660222 absolute error 7.771561172376096e-15 relative error 3.9126068979164263e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.405999999999956 y2[1] (analytic) 1.9864517886851227 y2[1] (numeric) 1.9864517886851272 absolute error 4.440892098500626e-15 relative error 2.2355901732909172e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9864517886851227 y1[1] (numeric) 1.9864517886851305 absolute error 7.771561172376096e-15 relative error 3.912282803259105e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4069999999999558 y2[1] (analytic) 1.9866153468525245 y2[1] (numeric) 1.9866153468525292 absolute error 4.6629367034256575e-15 relative error 2.3471764228607907e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9866153468525245 y1[1] (numeric) 1.9866153468525325 absolute error 7.993605777301127e-15 relative error 4.0237310106184985e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4079999999999557 y2[1] (analytic) 1.986777918404662 y2[1] (numeric) 1.9867779184046663 absolute error 4.440892098500626e-15 relative error 2.2352232010241803e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986777918404662 y1[1] (numeric) 1.9867779184046697 absolute error 7.771561172376096e-15 relative error 3.9116406017923154e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4089999999999556 y2[1] (analytic) 1.986939503178963 y2[1] (numeric) 1.9869395031789674 absolute error 4.440892098500626e-15 relative error 2.2350414249631216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986939503178963 y1[1] (numeric) 1.9869395031789707 absolute error 7.771561172376096e-15 relative error 3.9113224936854626e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4099999999999555 y2[1] (analytic) 1.9871001010138434 y2[1] (numeric) 1.9871001010138476 absolute error 4.218847493575595e-15 relative error 2.123117749036944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9871001010138434 y1[1] (numeric) 1.987100101013851 absolute error 7.549516567451064e-15 relative error 3.7992633403818995e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4109999999999554 y2[1] (analytic) 1.9872597117487047 y2[1] (numeric) 1.987259711748709 absolute error 4.218847493575595e-15 relative error 2.1229472265923346e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9872597117487047 y1[1] (numeric) 1.9872597117487123 absolute error 7.549516567451064e-15 relative error 3.7989581949547036e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4119999999999553 y2[1] (analytic) 1.9874183352239365 y2[1] (numeric) 1.987418335223941 absolute error 4.440892098500626e-15 relative error 2.2345029326703074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9874183352239365 y1[1] (numeric) 1.9874183352239443 absolute error 7.771561172376096e-15 relative error 3.910380132173038e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4129999999999552 y2[1] (analytic) 1.9875759712809156 y2[1] (numeric) 1.98757597128092 absolute error 4.440892098500626e-15 relative error 2.234325712661259e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9875759712809156 y1[1] (numeric) 1.9875759712809233 absolute error 7.771561172376096e-15 relative error 3.910069997157204e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.413999999999955 y2[1] (analytic) 1.9877326197620055 y2[1] (numeric) 1.98773261976201 absolute error 4.440892098500626e-15 relative error 2.234149630764897e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9877326197620055 y1[1] (numeric) 1.9877326197620133 absolute error 7.771561172376096e-15 relative error 3.90976185383857e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.414999999999955 y2[1] (analytic) 1.9878882805105582 y2[1] (numeric) 1.9878882805105624 absolute error 4.218847493575595e-15 relative error 2.1222759522944867e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9878882805105582 y1[1] (numeric) 1.9878882805105658 absolute error 7.549516567451064e-15 relative error 3.7977569672638185e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4159999999999549 y2[1] (analytic) 1.9880429533709125 y2[1] (numeric) 1.9880429533709167 absolute error 4.218847493575595e-15 relative error 2.122110835896249e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9880429533709125 y1[1] (numeric) 1.98804295337092 absolute error 7.549516567451064e-15 relative error 3.7974614958143406e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4169999999999547 y2[1] (analytic) 1.988196638188396 y2[1] (numeric) 1.9881966381884 absolute error 3.9968028886505635e-15 relative error 2.0102653891882488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.988196638188396 y1[1] (numeric) 1.9881966381884033 absolute error 7.327471962526033e-15 relative error 3.685486546845123e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4179999999999546 y2[1] (analytic) 1.9883493348093235 y2[1] (numeric) 1.9883493348093275 absolute error 3.9968028886505635e-15 relative error 2.0101110095092242e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9883493348093235 y1[1] (numeric) 1.9883493348093308 absolute error 7.327471962526033e-15 relative error 3.6852035174335774e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4189999999999545 y2[1] (analytic) 1.9885010430809986 y2[1] (numeric) 1.9885010430810026 absolute error 3.9968028886505635e-15 relative error 2.0099576525531447e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9885010430809986 y1[1] (numeric) 1.988501043081006 absolute error 7.327471962526033e-15 relative error 3.6849223630140985e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4199999999999544 y2[1] (analytic) 1.9886517628517129 y2[1] (numeric) 1.9886517628517169 absolute error 3.9968028886505635e-15 relative error 2.0098053180106182e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9886517628517129 y1[1] (numeric) 1.9886517628517202 absolute error 7.327471962526033e-15 relative error 3.684643083019467e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4209999999999543 y2[1] (analytic) 1.988801493970747 y2[1] (numeric) 1.9888014939707508 absolute error 3.774758283725532e-15 relative error 1.8980065608202196e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.988801493970747 y1[1] (numeric) 1.9888014939707541 absolute error 7.105427357601002e-15 relative error 3.5727182321321783e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4219999999999542 y2[1] (analytic) 1.9889502362883693 y2[1] (numeric) 1.988950236288373 absolute error 3.774758283725532e-15 relative error 1.8978646196647458e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9889502362883693 y1[1] (numeric) 1.9889502362883764 absolute error 7.105427357601002e-15 relative error 3.572451048780698e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.422999999999954 y2[1] (analytic) 1.9890979896558376 y2[1] (numeric) 1.9890979896558416 absolute error 3.9968028886505635e-15 relative error 2.0093544458018923e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9890979896558376 y1[1] (numeric) 1.989097989655845 absolute error 7.327471962526033e-15 relative error 3.6838164839701357e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.423999999999954 y2[1] (analytic) 1.9892447539253988 y2[1] (numeric) 1.9892447539254028 absolute error 3.9968028886505635e-15 relative error 2.0092061978615895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9892447539253988 y1[1] (numeric) 1.9892447539254061 absolute error 7.327471962526033e-15 relative error 3.6835446960795805e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4249999999999539 y2[1] (analytic) 1.9893905289502887 y2[1] (numeric) 1.9893905289502924 absolute error 3.774758283725532e-15 relative error 1.8974445835515773e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9893905289502887 y1[1] (numeric) 1.9893905289502958 absolute error 7.105427357601002e-15 relative error 3.5716603925676745e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4259999999999537 y2[1] (analytic) 1.9895353145847319 y2[1] (numeric) 1.9895353145847356 absolute error 3.774758283725532e-15 relative error 1.8973064996905687e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9895353145847319 y1[1] (numeric) 1.989535314584739 absolute error 7.105427357601002e-15 relative error 3.571400470005777e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4269999999999536 y2[1] (analytic) 1.989679110683943 y2[1] (numeric) 1.9896791106839467 absolute error 3.552713678800501e-15 relative error 1.7855711806610223e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989679110683943 y1[1] (numeric) 1.98967911068395 absolute error 6.8833827526759706e-15 relative error 3.4595441625307306e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4279999999999535 y2[1] (analytic) 1.989821917104126 y2[1] (numeric) 1.9898219171041296 absolute error 3.552713678800501e-15 relative error 1.7854430329981082e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989821917104126 y1[1] (numeric) 1.989821917104133 absolute error 6.8833827526759706e-15 relative error 3.4592958764338344e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4289999999999534 y2[1] (analytic) 1.9899637337024743 y2[1] (numeric) 1.9899637337024778 absolute error 3.552713678800501e-15 relative error 1.7853157917558703e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9899637337024743 y1[1] (numeric) 1.9899637337024811 absolute error 6.8833827526759706e-15 relative error 3.459049346526999e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4299999999999533 y2[1] (analytic) 1.9901045603371712 y2[1] (numeric) 1.9901045603371748 absolute error 3.552713678800501e-15 relative error 1.7851894566778874e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9901045603371712 y1[1] (numeric) 1.990104560337178 absolute error 6.8833827526759706e-15 relative error 3.458804572313407e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4309999999999532 y2[1] (analytic) 1.9902443968673906 y2[1] (numeric) 1.990244396867394 absolute error 3.3306690738754696e-15 relative error 1.6734975257902414e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9902443968673906 y1[1] (numeric) 1.9902443968673973 absolute error 6.661338147750939e-15 relative error 3.346995051580483e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.431999999999953 y2[1] (analytic) 1.9903832431532953 y2[1] (numeric) 1.9903832431532988 absolute error 3.552713678800501e-15 relative error 1.784939503998265e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9903832431532953 y1[1] (numeric) 1.9903832431533022 absolute error 6.8833827526759706e-15 relative error 3.4583202889966384e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.432999999999953 y2[1] (analytic) 1.9905210990560396 y2[1] (numeric) 1.9905210990560431 absolute error 3.552713678800501e-15 relative error 1.784815885893044e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9905210990560396 y1[1] (numeric) 1.9905210990560465 absolute error 6.8833827526759706e-15 relative error 3.458080778917773e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4339999999999529 y2[1] (analytic) 1.9906579644377675 y2[1] (numeric) 1.9906579644377709 absolute error 3.3306690738754696e-15 relative error 1.6731498496358558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9906579644377675 y1[1] (numeric) 1.9906579644377742 absolute error 6.661338147750939e-15 relative error 3.3462996992717115e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4349999999999528 y2[1] (analytic) 1.9907938391616133 y2[1] (numeric) 1.9907938391616167 absolute error 3.3306690738754696e-15 relative error 1.6730356546000366e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9907938391616133 y1[1] (numeric) 1.99079383916162 absolute error 6.661338147750939e-15 relative error 3.3460713092000733e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4359999999999526 y2[1] (analytic) 1.9909287230917028 y2[1] (numeric) 1.9909287230917059 absolute error 3.1086244689504383e-15 relative error 1.5613941538414652e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9909287230917028 y1[1] (numeric) 1.9909287230917092 absolute error 6.439293542825908e-15 relative error 3.2343164615287497e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4369999999999525 y2[1] (analytic) 1.9910626160931515 y2[1] (numeric) 1.9910626160931546 absolute error 3.1086244689504383e-15 relative error 1.561289154758055e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9910626160931515 y1[1] (numeric) 1.991062616093158 absolute error 6.439293542825908e-15 relative error 3.2340989634274e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4379999999999524 y2[1] (analytic) 1.9911955180320668 y2[1] (numeric) 1.9911955180320697 absolute error 2.886579864025407e-15 relative error 1.449671736343734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9911955180320668 y1[1] (numeric) 1.9911955180320733 absolute error 6.439293542825908e-15 relative error 3.2338831041514063e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4389999999999523 y2[1] (analytic) 1.9913274287755467 y2[1] (numeric) 1.9913274287755496 absolute error 2.886579864025407e-15 relative error 1.4495757062917296e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9913274287755467 y1[1] (numeric) 1.9913274287755531 absolute error 6.439293542825908e-15 relative error 3.233668883266166e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4399999999999522 y2[1] (analytic) 1.99145834819168 y2[1] (numeric) 1.9914583481916832 absolute error 3.1086244689504383e-15 relative error 1.5609789036126151e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99145834819168 y1[1] (numeric) 1.9914583481916868 absolute error 6.661338147750939e-15 relative error 3.344954793455604e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.440999999999952 y2[1] (analytic) 1.9915882761495483 y2[1] (numeric) 1.9915882761495514 absolute error 3.1086244689504383e-15 relative error 1.5608770679050794e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9915882761495483 y1[1] (numeric) 1.991588276149555 absolute error 6.661338147750939e-15 relative error 3.344736574082313e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.441999999999952 y2[1] (analytic) 1.991717212519223 y2[1] (numeric) 1.991717212519226 absolute error 2.886579864025407e-15 relative error 1.4492920209161204e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991717212519223 y1[1] (numeric) 1.9917172125192295 absolute error 6.439293542825908e-15 relative error 3.233036046659038e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4429999999999519 y2[1] (analytic) 1.9918451571717677 y2[1] (numeric) 1.9918451571717706 absolute error 2.886579864025407e-15 relative error 1.449198926749948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9918451571717677 y1[1] (numeric) 1.9918451571717741 absolute error 6.439293542825908e-15 relative error 3.232828375057576e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4439999999999518 y2[1] (analytic) 1.9919721099792378 y2[1] (numeric) 1.9919721099792407 absolute error 2.886579864025407e-15 relative error 1.4491065660831434e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9919721099792378 y1[1] (numeric) 1.9919721099792442 absolute error 6.439293542825908e-15 relative error 3.232622339723935e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4449999999999517 y2[1] (analytic) 1.9920980708146807 y2[1] (numeric) 1.9920980708146836 absolute error 2.886579864025407e-15 relative error 1.4490149387298601e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9920980708146807 y1[1] (numeric) 1.9920980708146871 absolute error 6.439293542825908e-15 relative error 3.232417940243534e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4459999999999515 y2[1] (analytic) 1.9922230395521354 y2[1] (numeric) 1.9922230395521383 absolute error 2.886579864025407e-15 relative error 1.448924044505744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9922230395521354 y1[1] (numeric) 1.9922230395521419 absolute error 6.439293542825908e-15 relative error 3.2322151762051217e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4469999999999514 y2[1] (analytic) 1.9923470160666334 y2[1] (numeric) 1.9923470160666361 absolute error 2.6645352591003757e-15 relative error 1.3373851229796312e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9923470160666334 y1[1] (numeric) 1.9923470160666397 absolute error 6.217248937900877e-15 relative error 3.120565286952473e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4479999999999513 y2[1] (analytic) 1.992470000234198 y2[1] (numeric) 1.9924700002342006 absolute error 2.6645352591003757e-15 relative error 1.3373025735831317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.992470000234198 y1[1] (numeric) 1.9924700002342042 absolute error 6.217248937900877e-15 relative error 3.120372671693974e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4489999999999512 y2[1] (analytic) 1.9925919919318449 y2[1] (numeric) 1.9925919919318476 absolute error 2.6645352591003757e-15 relative error 1.3372207004189917e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9925919919318449 y1[1] (numeric) 1.992591991931851 absolute error 6.217248937900877e-15 relative error 3.1201816343109807e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.449999999999951 y2[1] (analytic) 1.9927129910375827 y2[1] (numeric) 1.9927129910375854 absolute error 2.6645352591003757e-15 relative error 1.3371395033225446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9927129910375827 y1[1] (numeric) 1.992712991037589 absolute error 6.217248937900877e-15 relative error 3.119992174419271e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.450999999999951 y2[1] (analytic) 1.992832997430412 y2[1] (numeric) 1.9928329974304149 absolute error 2.886579864025407e-15 relative error 1.448480563974706e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.992832997430412 y1[1] (numeric) 1.9928329974304184 absolute error 6.439293542825908e-15 relative error 3.2312258734820364e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4519999999999509 y2[1] (analytic) 1.9929520109903267 y2[1] (numeric) 1.9929520109903296 absolute error 2.886579864025407e-15 relative error 1.448394064737677e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9929520109903267 y1[1] (numeric) 1.9929520109903331 absolute error 6.439293542825908e-15 relative error 3.2310329136455873e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4529999999999508 y2[1] (analytic) 1.9930700315983132 y2[1] (numeric) 1.993070031598316 absolute error 2.886579864025407e-15 relative error 1.4483082973810794e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9930700315983132 y1[1] (numeric) 1.9930700315983196 absolute error 6.439293542825908e-15 relative error 3.2308415864654847e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4539999999999507 y2[1] (analytic) 1.993187059136351 y2[1] (numeric) 1.9931870591363536 absolute error 2.6645352591003757e-15 relative error 1.336821472368439e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993187059136351 y1[1] (numeric) 1.9931870591363572 absolute error 6.217248937900877e-15 relative error 3.1192501021930247e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4549999999999506 y2[1] (analytic) 1.9933030934874123 y2[1] (numeric) 1.993303093487415 absolute error 2.6645352591003757e-15 relative error 1.336743653188537e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9933030934874123 y1[1] (numeric) 1.9933030934874185 absolute error 6.217248937900877e-15 relative error 3.119068524106587e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4559999999999504 y2[1] (analytic) 1.993418134535463 y2[1] (numeric) 1.9934181345354656 absolute error 2.6645352591003757e-15 relative error 1.3366665091171688e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993418134535463 y1[1] (numeric) 1.9934181345354691 absolute error 6.217248937900877e-15 relative error 3.1188885212733934e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4569999999999503 y2[1] (analytic) 1.9935321821654617 y2[1] (numeric) 1.9935321821654644 absolute error 2.6645352591003757e-15 relative error 1.3365900399992746e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9935321821654617 y1[1] (numeric) 1.993532182165468 absolute error 6.217248937900877e-15 relative error 3.1187100933316406e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4579999999999502 y2[1] (analytic) 1.9936452362633612 y2[1] (numeric) 1.9936452362633639 absolute error 2.6645352591003757e-15 relative error 1.3365142456811658e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9936452362633612 y1[1] (numeric) 1.9936452362633674 absolute error 6.217248937900877e-15 relative error 3.11853323992272e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4589999999999501 y2[1] (analytic) 1.9937572967161072 y2[1] (numeric) 1.99375729671611 absolute error 2.6645352591003757e-15 relative error 1.336439126010522e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9937572967161072 y1[1] (numeric) 1.9937572967161135 absolute error 6.217248937900877e-15 relative error 3.118357960691218e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.45999999999995 y2[1] (analytic) 1.9938683634116394 y2[1] (numeric) 1.9938683634116419 absolute error 2.4424906541753444e-15 relative error 1.2250009574333598e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9938683634116394 y1[1] (numeric) 1.9938683634116456 absolute error 6.217248937900877e-15 relative error 3.118184255284916e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.46099999999995 y2[1] (analytic) 1.9939784362388908 y2[1] (numeric) 1.9939784362388933 absolute error 2.4424906541753444e-15 relative error 1.2249333341750938e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9939784362388908 y1[1] (numeric) 1.993978436238897 absolute error 6.217248937900877e-15 relative error 3.1180121233547844e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4619999999999498 y2[1] (analytic) 1.9940875150877888 y2[1] (numeric) 1.9940875150877913 absolute error 2.4424906541753444e-15 relative error 1.224866328932316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9940875150877888 y1[1] (numeric) 1.994087515087795 absolute error 6.217248937900877e-15 relative error 3.1178415645549863e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4629999999999497 y2[1] (analytic) 1.9941955998492547 y2[1] (numeric) 1.994195599849257 absolute error 2.4424906541753444e-15 relative error 1.2247999415704142e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9941955998492547 y1[1] (numeric) 1.9941955998492609 absolute error 6.217248937900877e-15 relative error 3.117672578542873e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4639999999999496 y2[1] (analytic) 1.9943026904152037 y2[1] (numeric) 1.994302690415206 absolute error 2.220446049250313e-15 relative error 1.1133947017782077e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9943026904152037 y1[1] (numeric) 1.9943026904152097 absolute error 5.995204332975845e-15 relative error 3.006165694801161e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4649999999999495 y2[1] (analytic) 1.994408786678545 y2[1] (numeric) 1.9944087866785472 absolute error 2.220446049250313e-15 relative error 1.113335472688228e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.994408786678545 y1[1] (numeric) 1.994408786678551 absolute error 5.995204332975845e-15 relative error 3.0060057762582157e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4659999999999493 y2[1] (analytic) 1.9945138885331826 y2[1] (numeric) 1.9945138885331846 absolute error 1.9984014443252818e-15 relative error 1.0019491244530557e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9945138885331826 y1[1] (numeric) 1.9945138885331883 absolute error 5.773159728050814e-15 relative error 2.894519692864383e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4669999999999492 y2[1] (analytic) 1.9946179958740142 y2[1] (numeric) 1.9946179958740164 absolute error 2.220446049250313e-15 relative error 1.1132186984392188e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9946179958740142 y1[1] (numeric) 1.9946179958740202 absolute error 5.995204332975845e-15 relative error 3.005690485785891e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4679999999999491 y2[1] (analytic) 1.9947211085969332 y2[1] (numeric) 1.9947211085969352 absolute error 1.9984014443252818e-15 relative error 1.0018450377411092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9947211085969332 y1[1] (numeric) 1.994721108596939 absolute error 5.773159728050814e-15 relative error 2.89421899791876e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.468999999999949 y2[1] (analytic) 1.9948232265988262 y2[1] (numeric) 1.9948232265988284 absolute error 2.220446049250313e-15 relative error 1.1131041686516624e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9948232265988262 y1[1] (numeric) 1.9948232265988322 absolute error 5.995204332975845e-15 relative error 3.0053812553594885e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.469999999999949 y2[1] (analytic) 1.9949243497775757 y2[1] (numeric) 1.9949243497775777 absolute error 1.9984014443252818e-15 relative error 1.0017429706284821e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9949243497775757 y1[1] (numeric) 1.9949243497775815 absolute error 5.773159728050814e-15 relative error 2.8939241373711704e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4709999999999488 y2[1] (analytic) 1.9950244780320583 y2[1] (numeric) 1.9950244780320603 absolute error 1.9984014443252818e-15 relative error 1.0016926941651135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9950244780320583 y1[1] (numeric) 1.995024478032064 absolute error 5.773159728050814e-15 relative error 2.893778894254772e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4719999999999487 y2[1] (analytic) 1.9951236112621458 y2[1] (numeric) 1.9951236112621478 absolute error 1.9984014443252818e-15 relative error 1.0016429222954573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9951236112621458 y1[1] (numeric) 1.9951236112621515 absolute error 5.773159728050814e-15 relative error 2.8936351088535435e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4729999999999486 y2[1] (analytic) 1.995221749368705 y2[1] (numeric) 1.9952217493687068 absolute error 1.7763568394002505e-15 relative error 8.903054710396456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995221749368705 y1[1] (numeric) 1.9952217493687106 absolute error 5.551115123125783e-15 relative error 2.7822045969988923e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4739999999999485 y2[1] (analytic) 1.9953188922535976 y2[1] (numeric) 1.9953188922535994 absolute error 1.7763568394002505e-15 relative error 8.902621261676913e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9953188922535976 y1[1] (numeric) 1.9953188922536031 absolute error 5.551115123125783e-15 relative error 2.7820691442740355e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4749999999999484 y2[1] (analytic) 1.995415039819681 y2[1] (numeric) 1.9954150398196828 absolute error 1.7763568394002505e-15 relative error 8.902192295597681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995415039819681 y1[1] (numeric) 1.9954150398196866 absolute error 5.551115123125783e-15 relative error 2.781935092374275e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4759999999999482 y2[1] (analytic) 1.9955101919708076 y2[1] (numeric) 1.9955101919708094 absolute error 1.7763568394002505e-15 relative error 8.901767811297838e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9955101919708076 y1[1] (numeric) 1.9955101919708131 absolute error 5.551115123125783e-15 relative error 2.7818024410305746e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4769999999999481 y2[1] (analytic) 1.9956043486118251 y2[1] (numeric) 1.995604348611827 absolute error 1.7763568394002505e-15 relative error 8.90134780792552e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9956043486118251 y1[1] (numeric) 1.9956043486118307 absolute error 5.551115123125783e-15 relative error 2.781671189976725e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.477999999999948 y2[1] (analytic) 1.995697509648577 y2[1] (numeric) 1.9956975096485787 absolute error 1.7763568394002505e-15 relative error 8.900932284637915e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995697509648577 y1[1] (numeric) 1.9956975096485825 absolute error 5.551115123125783e-15 relative error 2.7815413389493484e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.478999999999948 y2[1] (analytic) 1.9957896749879023 y2[1] (numeric) 1.9957896749879038 absolute error 1.5543122344752192e-15 relative error 7.7879560855261e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9957896749879023 y1[1] (numeric) 1.9957896749879076 absolute error 5.329070518200751e-15 relative error 2.6701563721803775e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4799999999999478 y2[1] (analytic) 1.9958808445376355 y2[1] (numeric) 1.995880844537637 absolute error 1.5543122344752192e-15 relative error 7.787600340616977e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9958808445376355 y1[1] (numeric) 1.9958808445376408 absolute error 5.329070518200751e-15 relative error 2.6700344024972495e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4809999999999477 y2[1] (analytic) 1.9959710182066068 y2[1] (numeric) 1.9959710182066086 absolute error 1.7763568394002505e-15 relative error 8.899712586990962e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9959710182066068 y1[1] (numeric) 1.9959710182066124 absolute error 5.551115123125783e-15 relative error 2.7811601834346754e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4819999999999476 y2[1] (analytic) 1.9960601959046436 y2[1] (numeric) 1.996060195904645 absolute error 1.3322676295501878e-15 relative error 6.674486231846254e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9960601959046436 y1[1] (numeric) 1.9960601959046487 absolute error 5.10702591327572e-15 relative error 2.558553055541064e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4829999999999475 y2[1] (analytic) 1.9961483775425668 y2[1] (numeric) 1.9961483775425684 absolute error 1.5543122344752192e-15 relative error 7.786556610529692e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9961483775425668 y1[1] (numeric) 1.9961483775425721 absolute error 5.329070518200751e-15 relative error 2.6696765521816083e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4839999999999474 y2[1] (analytic) 1.996235563032196 y2[1] (numeric) 1.9962355630321973 absolute error 1.3322676295501878e-15 relative error 6.673899885475091e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996235563032196 y1[1] (numeric) 1.996235563032201 absolute error 5.10702591327572e-15 relative error 2.558328289432119e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4849999999999473 y2[1] (analytic) 1.9963217522863448 y2[1] (numeric) 1.9963217522863461 absolute error 1.3322676295501878e-15 relative error 6.67361174632481e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9963217522863448 y1[1] (numeric) 1.9963217522863501 absolute error 5.329070518200751e-15 relative error 2.669444698529924e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4859999999999471 y2[1] (analytic) 1.9964069452188247 y2[1] (numeric) 1.9964069452188258 absolute error 1.1102230246251565e-15 relative error 5.5611058020210693e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9964069452188247 y1[1] (numeric) 1.9964069452188298 absolute error 5.10702591327572e-15 relative error 2.558108668929692e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.486999999999947 y2[1] (analytic) 1.9964911417444422 y2[1] (numeric) 1.9964911417444433 absolute error 1.1102230246251565e-15 relative error 5.5608712776711583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9964911417444422 y1[1] (numeric) 1.9964911417444473 absolute error 5.10702591327572e-15 relative error 2.558000787728733e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.487999999999947 y2[1] (analytic) 1.996574341779001 y2[1] (numeric) 1.996574341779002 absolute error 1.1102230246251565e-15 relative error 5.560639548417307e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996574341779001 y1[1] (numeric) 1.996574341779006 absolute error 5.10702591327572e-15 relative error 2.557894192271961e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4889999999999468 y2[1] (analytic) 1.996656545239301 y2[1] (numeric) 1.9966565452393021 absolute error 1.1102230246251565e-15 relative error 5.5604106137948495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996656545239301 y1[1] (numeric) 1.9966565452393061 absolute error 5.10702591327572e-15 relative error 2.5577888823456305e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4899999999999467 y2[1] (analytic) 1.996737752043139 y2[1] (numeric) 1.99673775204314 absolute error 8.881784197001252e-16 relative error 4.448147578675802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996737752043139 y1[1] (numeric) 1.996737752043144 absolute error 4.884981308350689e-15 relative error 2.446481168271691e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4909999999999466 y2[1] (analytic) 1.996817962109308 y2[1] (numeric) 1.996817962109309 absolute error 8.881784197001252e-16 relative error 4.44796890129089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996817962109308 y1[1] (numeric) 1.996817962109313 absolute error 4.884981308350689e-15 relative error 2.446382895709989e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4919999999999465 y2[1] (analytic) 1.996897175357598 y2[1] (numeric) 1.9968971753575988 absolute error 8.881784197001252e-16 relative error 4.4477924585229234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996897175357598 y1[1] (numeric) 1.9968971753576028 absolute error 4.884981308350689e-15 relative error 2.446285852187608e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4929999999999464 y2[1] (analytic) 1.9969753917087956 y2[1] (numeric) 1.9969753917087965 absolute error 8.881784197001252e-16 relative error 4.447618250018185e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9969753917087956 y1[1] (numeric) 1.9969753917088005 absolute error 4.884981308350689e-15 relative error 2.446190037510002e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4939999999999463 y2[1] (analytic) 1.9970526110846847 y2[1] (numeric) 1.9970526110846853 absolute error 6.661338147750939e-16 relative error 3.33558470657059e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9970526110846847 y1[1] (numeric) 1.9970526110846893 absolute error 4.6629367034256575e-15 relative error 2.334909294599413e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4949999999999461 y2[1] (analytic) 1.9971288334080457 y2[1] (numeric) 1.9971288334080464 absolute error 6.661338147750939e-16 relative error 3.335457400804508e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9971288334080457 y1[1] (numeric) 1.9971288334080504 absolute error 4.6629367034256575e-15 relative error 2.3348201805631554e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.495999999999946 y2[1] (analytic) 1.9972040586026563 y2[1] (numeric) 1.997204058602657 absolute error 6.661338147750939e-16 relative error 3.3353317699602234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9972040586026563 y1[1] (numeric) 1.997204058602661 absolute error 4.6629367034256575e-15 relative error 2.3347322389721563e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.496999999999946 y2[1] (analytic) 1.9972782865932914 y2[1] (numeric) 1.997278286593292 absolute error 6.661338147750939e-16 relative error 3.33520781378594e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9972782865932914 y1[1] (numeric) 1.997278286593296 absolute error 4.6629367034256575e-15 relative error 2.3346454696501577e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4979999999999458 y2[1] (analytic) 1.9973515173057232 y2[1] (numeric) 1.9973515173057237 absolute error 4.440892098500626e-16 relative error 2.2233903546888205e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9973515173057232 y1[1] (numeric) 1.9973515173057277 absolute error 4.440892098500626e-15 relative error 2.2233903546888208e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4989999999999457 y2[1] (analytic) 1.9974237506667207 y2[1] (numeric) 1.9974237506667212 absolute error 4.440892098500626e-16 relative error 2.223309949638027e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9974237506667207 y1[1] (numeric) 1.9974237506667252 absolute error 4.440892098500626e-15 relative error 2.2233099496380272e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4999999999999456 y2[1] (analytic) 1.9974949866040506 y2[1] (numeric) 1.997494986604051 absolute error 4.440892098500626e-16 relative error 2.223230660543787e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9974949866040506 y1[1] (numeric) 1.997494986604055 absolute error 4.440892098500626e-15 relative error 2.223230660543787e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5009999999999455 y2[1] (analytic) 1.997565225046477 y2[1] (numeric) 1.9975652250464775 absolute error 4.440892098500626e-16 relative error 2.223152487247219e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.997565225046477 y1[1] (numeric) 1.9975652250464815 absolute error 4.440892098500626e-15 relative error 2.223152487247219e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5019999999999454 y2[1] (analytic) 1.9976344659237615 y2[1] (numeric) 1.997634465923762 absolute error 4.440892098500626e-16 relative error 2.223075429591687e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9976344659237615 y1[1] (numeric) 1.997634465923766 absolute error 4.440892098500626e-15 relative error 2.223075429591687e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5029999999999453 y2[1] (analytic) 1.9977027091666635 y2[1] (numeric) 1.9977027091666637 absolute error 2.220446049250313e-16 relative error 1.1114997437113986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9977027091666635 y1[1] (numeric) 1.9977027091666677 absolute error 4.218847493575595e-15 relative error 2.1118495130516574e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5039999999999452 y2[1] (analytic) 1.9977699547069392 y2[1] (numeric) 1.9977699547069394 absolute error 2.220446049250313e-16 relative error 1.1114623302942e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9977699547069392 y1[1] (numeric) 1.9977699547069434 absolute error 4.218847493575595e-15 relative error 2.1117784275589802e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.504999999999945 y2[1] (analytic) 1.9978362024773433 y2[1] (numeric) 1.9978362024773435 absolute error 2.220446049250313e-16 relative error 1.1114254744692937e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9978362024773433 y1[1] (numeric) 1.9978362024773475 absolute error 4.218847493575595e-15 relative error 2.111708401491658e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.505999999999945 y2[1] (analytic) 1.9979014524116283 y2[1] (numeric) 1.9979014524116283 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.9979014524116283 y1[1] (numeric) 1.9979014524116323 absolute error 3.9968028886505635e-15 relative error 2.0005005170931229e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5069999999999448 y2[1] (analytic) 1.9979657044445438 y2[1] (numeric) 1.9979657044445438 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.9979657044445438 y1[1] (numeric) 1.9979657044445478 absolute error 3.9968028886505635e-15 relative error 2.0004361835438602e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5079999999999447 y2[1] (analytic) 1.998028958511838 y2[1] (numeric) 1.998028958511838 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.998028958511838 y1[1] (numeric) 1.998028958511842 absolute error 3.9968028886505635e-15 relative error 2.000372853268074e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5089999999999446 y2[1] (analytic) 1.9980912145502572 y2[1] (numeric) 1.998091214550257 absolute error 2.220446049250313e-16 relative error 1.1112836256327291e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9980912145502572 y1[1] (numeric) 1.998091214550261 absolute error 3.774758283725532e-15 relative error 1.8891821635756395e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5099999999999445 y2[1] (analytic) 1.9981524724975448 y2[1] (numeric) 1.9981524724975446 absolute error 2.220446049250313e-16 relative error 1.1112495566841891e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9981524724975448 y1[1] (numeric) 1.9981524724975486 absolute error 3.774758283725532e-15 relative error 1.8891242463631216e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5109999999999444 y2[1] (analytic) 1.998212732292443 y2[1] (numeric) 1.9982127322924428 absolute error 2.220446049250313e-16 relative error 1.1112160449017427e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998212732292443 y1[1] (numeric) 1.9982127322924468 absolute error 3.774758283725532e-15 relative error 1.8890672763329624e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5119999999999443 y2[1] (analytic) 1.9982719938746922 y2[1] (numeric) 1.998271993874692 absolute error 2.220446049250313e-16 relative error 1.1111830902182743e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9982719938746922 y1[1] (numeric) 1.998271993874696 absolute error 3.774758283725532e-15 relative error 1.8890112533710665e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5129999999999442 y2[1] (analytic) 1.9983302571850308 y2[1] (numeric) 1.9983302571850305 absolute error 2.220446049250313e-16 relative error 1.1111506925677881e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9983302571850308 y1[1] (numeric) 1.9983302571850345 absolute error 3.774758283725532e-15 relative error 1.8889561773652397e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.513999999999944 y2[1] (analytic) 1.9983875221651952 y2[1] (numeric) 1.998387522165195 absolute error 2.220446049250313e-16 relative error 1.111118851885406e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9983875221651952 y1[1] (numeric) 1.998387522165199 absolute error 3.774758283725532e-15 relative error 1.8889020482051902e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.514999999999944 y2[1] (analytic) 1.9984437887579207 y2[1] (numeric) 1.9984437887579205 absolute error 2.220446049250313e-16 relative error 1.1110875681073682e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9984437887579207 y1[1] (numeric) 1.9984437887579245 absolute error 3.774758283725532e-15 relative error 1.8888488657825258e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5159999999999438 y2[1] (analytic) 1.9984990569069407 y2[1] (numeric) 1.9984990569069405 absolute error 2.220446049250313e-16 relative error 1.1110568411710324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9984990569069407 y1[1] (numeric) 1.9984990569069445 absolute error 3.774758283725532e-15 relative error 1.8887966299907552e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5169999999999437 y2[1] (analytic) 1.998553326556987 y2[1] (numeric) 1.9985533265569868 absolute error 2.220446049250313e-16 relative error 1.1110266710148746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998553326556987 y1[1] (numeric) 1.9985533265569908 absolute error 3.774758283725532e-15 relative error 1.888745340725287e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5179999999999436 y2[1] (analytic) 1.9986065976537901 y2[1] (numeric) 1.9986065976537897 absolute error 4.440892098500626e-16 relative error 2.2219941151569753e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9986065976537901 y1[1] (numeric) 1.9986065976537937 absolute error 3.552713678800501e-15 relative error 1.7775952921255802e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5189999999999435 y2[1] (analytic) 1.9986588701440784 y2[1] (numeric) 1.9986588701440782 absolute error 2.220446049250313e-16 relative error 1.1109680008025814e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9986588701440784 y1[1] (numeric) 1.9986588701440822 absolute error 3.774758283725532e-15 relative error 1.8886456013643886e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5199999999999434 y2[1] (analytic) 1.9987101439755801 y2[1] (numeric) 1.9987101439755797 absolute error 4.440892098500626e-16 relative error 2.2218790012579655e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9987101439755801 y1[1] (numeric) 1.9987101439755837 absolute error 3.552713678800501e-15 relative error 1.7775032010063724e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5209999999999433 y2[1] (analytic) 1.998760419097021 y2[1] (numeric) 1.9987604190970205 absolute error 4.440892098500626e-16 relative error 2.2218231140012696e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998760419097021 y1[1] (numeric) 1.9987604190970245 absolute error 3.552713678800501e-15 relative error 1.7774584912010157e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5219999999999432 y2[1] (analytic) 1.9988096954581258 y2[1] (numeric) 1.9988096954581254 absolute error 4.440892098500626e-16 relative error 2.2217683397231956e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9988096954581258 y1[1] (numeric) 1.9988096954581294 absolute error 3.552713678800501e-15 relative error 1.7774146717785565e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.522999999999943 y2[1] (analytic) 1.9988579730096188 y2[1] (numeric) 1.998857973009618 absolute error 6.661338147750939e-16 relative error 3.33257201747114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9988579730096188 y1[1] (numeric) 1.998857973009622 absolute error 3.3306690738754696e-15 relative error 1.6662860087355702e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.523999999999943 y2[1] (analytic) 1.9989052517032215 y2[1] (numeric) 1.998905251703221 absolute error 4.440892098500626e-16 relative error 2.221662129666548e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989052517032215 y1[1] (numeric) 1.998905251703225 absolute error 3.552713678800501e-15 relative error 1.7773297037332384e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5249999999999428 y2[1] (analytic) 1.9989515314916562 y2[1] (numeric) 1.9989515314916555 absolute error 6.661338147750939e-16 relative error 3.3324160405130586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989515314916562 y1[1] (numeric) 1.9989515314916595 absolute error 3.3306690738754696e-15 relative error 1.6662080202565292e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5259999999999427 y2[1] (analytic) 1.9989968123286426 y2[1] (numeric) 1.9989968123286417 absolute error 8.881784197001252e-16 relative error 4.4431207404752246e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989968123286426 y1[1] (numeric) 1.9989968123286457 absolute error 3.1086244689504383e-15 relative error 1.5550922591663286e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5269999999999426 y2[1] (analytic) 1.9990410941688996 y2[1] (numeric) 1.9990410941688987 absolute error 8.881784197001252e-16 relative error 4.443022318505088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9990410941688996 y1[1] (numeric) 1.9990410941689027 absolute error 3.1086244689504383e-15 relative error 1.5550578114767808e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5279999999999425 y2[1] (analytic) 1.999084376968146 y2[1] (numeric) 1.999084376968145 absolute error 8.881784197001252e-16 relative error 4.4429261212433445e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999084376968146 y1[1] (numeric) 1.999084376968149 absolute error 3.1086244689504383e-15 relative error 1.5550241424351705e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5289999999999424 y2[1] (analytic) 1.9991266606830984 y2[1] (numeric) 1.9991266606830975 absolute error 8.881784197001252e-16 relative error 4.442832148497465e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9991266606830984 y1[1] (numeric) 1.9991266606831015 absolute error 3.1086244689504383e-15 relative error 1.5549912519741126e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5299999999999423 y2[1] (analytic) 1.9991679452714737 y2[1] (numeric) 1.9991679452714726 absolute error 1.1102230246251565e-15 relative error 5.5534255000992206e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9991679452714737 y1[1] (numeric) 1.9991679452714766 absolute error 2.886579864025407e-15 relative error 1.4438906300257974e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5309999999999422 y2[1] (analytic) 1.9992082306919867 y2[1] (numeric) 1.9992082306919856 absolute error 1.1102230246251565e-15 relative error 5.5533135947568336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992082306919867 y1[1] (numeric) 1.9992082306919896 absolute error 2.886579864025407e-15 relative error 1.4438615346367766e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.531999999999942 y2[1] (analytic) 1.9992475169043527 y2[1] (numeric) 1.9992475169043513 absolute error 1.3322676295501878e-15 relative error 6.663845363244865e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992475169043527 y1[1] (numeric) 1.9992475169043553 absolute error 2.6645352591003757e-15 relative error 1.332769072648973e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.532999999999942 y2[1] (analytic) 1.9992858038692845 y2[1] (numeric) 1.9992858038692833 absolute error 1.1102230246251565e-15 relative error 5.5530981237225057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992858038692845 y1[1] (numeric) 1.9992858038692873 absolute error 2.886579864025407e-15 relative error 1.4438055121678516e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5339999999999419 y2[1] (analytic) 1.999323091548496 y2[1] (numeric) 1.9993230915484947 absolute error 1.3322676295501878e-15 relative error 6.663593469119256e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999323091548496 y1[1] (numeric) 1.9993230915484987 absolute error 2.6645352591003757e-15 relative error 1.3327186938238512e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5349999999999417 y2[1] (analytic) 1.9993593799046994 y2[1] (numeric) 1.9993593799046978 absolute error 1.5543122344752192e-15 relative error 7.774051279111744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9993593799046994 y1[1] (numeric) 1.9993593799047018 absolute error 2.4424906541753444e-15 relative error 1.2216366295747026e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5359999999999416 y2[1] (analytic) 1.9993946689016058 y2[1] (numeric) 1.9993946689016042 absolute error 1.5543122344752192e-15 relative error 7.773914068347003e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9993946689016058 y1[1] (numeric) 1.9993946689016084 absolute error 2.6645352591003757e-15 relative error 1.3326709831452006e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5369999999999415 y2[1] (analytic) 1.9994289585039269 y2[1] (numeric) 1.999428958503925 absolute error 1.7763568394002505e-15 relative error 8.884320854937551e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9994289585039269 y1[1] (numeric) 1.9994289585039293 absolute error 2.4424906541753444e-15 relative error 1.2215941175539133e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5379999999999414 y2[1] (analytic) 1.9994622486773728 y2[1] (numeric) 1.9994622486773708 absolute error 1.9984014443252818e-15 relative error 9.994694551733634e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9994622486773728 y1[1] (numeric) 1.999462248677375 absolute error 2.220446049250313e-15 relative error 1.1105216168592926e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5389999999999413 y2[1] (analytic) 1.999494539388653 y2[1] (numeric) 1.999494539388651 absolute error 1.9984014443252818e-15 relative error 9.994533143042714e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999494539388653 y1[1] (numeric) 1.9994945393886554 absolute error 2.4424906541753444e-15 relative error 1.2215540508163316e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5399999999999412 y2[1] (analytic) 1.9995258306054773 y2[1] (numeric) 1.999525830605475 absolute error 2.220446049250313e-15 relative error 1.1104863039343377e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995258306054773 y1[1] (numeric) 1.9995258306054795 absolute error 2.220446049250313e-15 relative error 1.1104863039343377e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.540999999999941 y2[1] (analytic) 1.9995561222965543 y2[1] (numeric) 1.9995561222965519 absolute error 2.4424906541753444e-15 relative error 1.2215164290412942e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995561222965543 y1[1] (numeric) 1.9995561222965563 absolute error 1.9984014443252818e-15 relative error 9.99422532851968e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.541999999999941 y2[1] (analytic) 1.9995854144315923 y2[1] (numeric) 1.9995854144315899 absolute error 2.4424906541753444e-15 relative error 1.2214985349198767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995854144315923 y1[1] (numeric) 1.9995854144315943 absolute error 1.9984014443252818e-15 relative error 9.994078922071718e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5429999999999409 y2[1] (analytic) 1.999613706981299 y2[1] (numeric) 1.9996137069812967 absolute error 2.220446049250313e-15 relative error 1.110437501752472e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999613706981299 y1[1] (numeric) 1.9996137069813011 absolute error 2.220446049250313e-15 relative error 1.110437501752472e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5439999999999408 y2[1] (analytic) 1.999640999917382 y2[1] (numeric) 1.9996409999173799 absolute error 2.220446049250313e-15 relative error 1.110422345482041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999640999917382 y1[1] (numeric) 1.9996409999173843 absolute error 2.220446049250313e-15 relative error 1.110422345482041e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5449999999999406 y2[1] (analytic) 1.9996672932125485 y2[1] (numeric) 1.9996672932125463 absolute error 2.220446049250313e-15 relative error 1.1104077447219103e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996672932125485 y1[1] (numeric) 1.9996672932125508 absolute error 2.220446049250313e-15 relative error 1.1104077447219103e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5459999999999405 y2[1] (analytic) 1.9996925868405053 y2[1] (numeric) 1.9996925868405029 absolute error 2.4424906541753444e-15 relative error 1.221433069387158e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996925868405053 y1[1] (numeric) 1.9996925868405073 absolute error 1.9984014443252818e-15 relative error 9.993543294985838e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5469999999999404 y2[1] (analytic) 1.9997168807759582 y2[1] (numeric) 1.999716880775956 absolute error 2.220446049250313e-15 relative error 1.1103802096168256e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997168807759582 y1[1] (numeric) 1.9997168807759604 absolute error 2.220446049250313e-15 relative error 1.1103802096168256e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5479999999999403 y2[1] (analytic) 1.999740174994614 y2[1] (numeric) 1.9997401749946115 absolute error 2.4424906541753444e-15 relative error 1.2214040027384672e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999740174994614 y1[1] (numeric) 1.999740174994616 absolute error 1.9984014443252818e-15 relative error 9.993305476951096e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5489999999999402 y2[1] (analytic) 1.999762469473178 y2[1] (numeric) 1.9997624694731755 absolute error 2.4424906541753444e-15 relative error 1.221390385838574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999762469473178 y1[1] (numeric) 1.99976246947318 absolute error 1.9984014443252818e-15 relative error 9.993194065951969e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.54999999999994 y2[1] (analytic) 1.9997837641893557 y2[1] (numeric) 1.9997837641893532 absolute error 2.4424906541753444e-15 relative error 1.2213773798515895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997837641893557 y1[1] (numeric) 1.9997837641893577 absolute error 1.9984014443252818e-15 relative error 9.993087653331188e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.55099999999994 y2[1] (analytic) 1.9998040591218527 y2[1] (numeric) 1.99980405912185 absolute error 2.6645352591003757e-15 relative error 1.3323981651834518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998040591218527 y1[1] (numeric) 1.9998040591218544 absolute error 1.7763568394002505e-15 relative error 8.882654434556345e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5519999999999399 y2[1] (analytic) 1.9998233542503736 y2[1] (numeric) 1.999823354250371 absolute error 2.6645352591003757e-15 relative error 1.3323853096510952e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998233542503736 y1[1] (numeric) 1.9998233542503754 absolute error 1.7763568394002505e-15 relative error 8.882568731007301e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5529999999999398 y2[1] (analytic) 1.999841649555624 y2[1] (numeric) 1.999841649555621 absolute error 2.886579864025407e-15 relative error 1.4434042138620432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999841649555624 y1[1] (numeric) 1.9998416495556255 absolute error 1.5543122344752192e-15 relative error 7.772176536180232e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5539999999999397 y2[1] (analytic) 1.9998589450193078 y2[1] (numeric) 1.999858945019305 absolute error 2.886579864025407e-15 relative error 1.4433917308090637e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998589450193078 y1[1] (numeric) 1.9998589450193094 absolute error 1.5543122344752192e-15 relative error 7.772109319741112e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5549999999999395 y2[1] (analytic) 1.9998752406241302 y2[1] (numeric) 1.9998752406241271 absolute error 3.1086244689504383e-15 relative error 1.5544091980359159e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998752406241302 y1[1] (numeric) 1.9998752406241316 absolute error 1.3322676295501878e-15 relative error 6.661753705868211e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5559999999999394 y2[1] (analytic) 1.9998905363537949 y2[1] (numeric) 1.999890536353792 absolute error 2.886579864025407e-15 relative error 1.4433689302256644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998905363537949 y1[1] (numeric) 1.9998905363537964 absolute error 1.5543122344752192e-15 relative error 7.771986547368962e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5569999999999393 y2[1] (analytic) 1.9999048321930069 y2[1] (numeric) 1.9999048321930037 absolute error 3.1086244689504383e-15 relative error 1.5543861982380726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999048321930069 y1[1] (numeric) 1.9999048321930082 absolute error 1.3322676295501878e-15 relative error 6.661655135306025e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5579999999999392 y2[1] (analytic) 1.99991812812747 y2[1] (numeric) 1.9999181281274667 absolute error 3.3306690738754696e-15 relative error 1.6654027117569987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99991812812747 y1[1] (numeric) 1.9999181281274712 absolute error 1.1102230246251565e-15 relative error 5.5513423725233294e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.558999999999939 y2[1] (analytic) 1.9999304241438882 y2[1] (numeric) 1.9999304241438849 absolute error 3.3306690738754696e-15 relative error 1.6653924724912526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999304241438882 y1[1] (numeric) 1.9999304241438893 absolute error 1.1102230246251565e-15 relative error 5.551308241637509e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.559999999999939 y2[1] (analytic) 1.9999417202299656 y2[1] (numeric) 1.9999417202299623 absolute error 3.3306690738754696e-15 relative error 1.665383066008788e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999417202299656 y1[1] (numeric) 1.9999417202299667 absolute error 1.1102230246251565e-15 relative error 5.5512768866959594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5609999999999389 y2[1] (analytic) 1.9999520163744062 y2[1] (numeric) 1.9999520163744027 absolute error 3.552713678800501e-15 relative error 1.77639945844351e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999520163744062 y1[1] (numeric) 1.9999520163744071 absolute error 8.881784197001252e-16 relative error 4.440998646108775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5619999999999388 y2[1] (analytic) 1.9999613125669136 y2[1] (numeric) 1.99996131256691 absolute error 3.552713678800501e-15 relative error 1.7763912014081205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999613125669136 y1[1] (numeric) 1.9999613125669145 absolute error 8.881784197001252e-16 relative error 4.440978003520301e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5629999999999387 y2[1] (analytic) 1.999969608798192 y2[1] (numeric) 1.9999696087981882 absolute error 3.774758283725532e-15 relative error 1.887407822158775e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999969608798192 y1[1] (numeric) 1.9999696087981926 absolute error 6.661338147750939e-16 relative error 3.3307196861625434e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5639999999999386 y2[1] (analytic) 1.9999769050599445 y2[1] (numeric) 1.999976905059941 absolute error 3.552713678800501e-15 relative error 1.7763773520644813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999769050599445 y1[1] (numeric) 1.9999769050599454 absolute error 8.881784197001252e-16 relative error 4.440943380161203e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5649999999999384 y2[1] (analytic) 1.9999832013448757 y2[1] (numeric) 1.999983201344872 absolute error 3.774758283725532e-15 relative error 1.8873949947115659e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999832013448757 y1[1] (numeric) 1.9999832013448764 absolute error 6.661338147750939e-16 relative error 3.3306970494909984e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5659999999999383 y2[1] (analytic) 1.9999884976466888 y2[1] (numeric) 1.9999884976466848 absolute error 3.9968028886505635e-15 relative error 1.9984129375511164e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999884976466888 y1[1] (numeric) 1.9999884976466893 absolute error 4.440892098500626e-16 relative error 2.2204588195012405e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5669999999999382 y2[1] (analytic) 1.9999927939600874 y2[1] (numeric) 1.9999927939600834 absolute error 3.9968028886505635e-15 relative error 1.9984086446315092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999927939600874 y1[1] (numeric) 1.999992793960088 absolute error 4.440892098500626e-16 relative error 2.2204540495905657e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.567999999999938 y2[1] (analytic) 1.9999960902807756 y2[1] (numeric) 1.9999960902807714 absolute error 4.218847493575595e-15 relative error 2.1094278704231462e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999960902807756 y1[1] (numeric) 1.9999960902807759 absolute error 2.220446049250313e-16 relative error 1.1102251949595507e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.568999999999938 y2[1] (analytic) 1.9999983866054567 y2[1] (numeric) 1.9999983866054525 absolute error 4.218847493575595e-15 relative error 2.1094254484555514e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999983866054567 y1[1] (numeric) 1.999998386605457 absolute error 2.220446049250313e-16 relative error 1.1102239202397639e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.569999999999938 y2[1] (analytic) 1.9999996829318345 y2[1] (numeric) 1.9999996829318303 absolute error 4.218847493575595e-15 relative error 2.1094240812034092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999996829318345 y1[1] (numeric) 1.9999996829318347 absolute error 2.220446049250313e-16 relative error 1.1102232006333733e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5709999999999378 y2[1] (analytic) 1.9999999792586127 y2[1] (numeric) 1.9999999792586085 absolute error 4.218847493575595e-15 relative error 2.1094237686639852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999999792586127 y1[1] (numeric) 1.999999979258613 absolute error 2.220446049250313e-16 relative error 1.1102230361389396e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5719999999999377 y2[1] (analytic) 1.9999992755854952 y2[1] (numeric) 1.9999992755854907 absolute error 4.440892098500626e-15 relative error 2.2204468535122671e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999992755854952 y1[1] (numeric) 1.9999992755854952 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5729999999999376 y2[1] (analytic) 1.9999975719131853 y2[1] (numeric) 1.9999975719131808 absolute error 4.440892098500626e-15 relative error 2.2204487449714734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999975719131853 y1[1] (numeric) 1.9999975719131853 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5739999999999374 y2[1] (analytic) 1.9999948682433868 y2[1] (numeric) 1.9999948682433824 absolute error 4.440892098500626e-15 relative error 2.2204517466592807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999948682433868 y1[1] (numeric) 1.9999948682433868 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5749999999999373 y2[1] (analytic) 1.9999911645788035 y2[1] (numeric) 1.9999911645787989 absolute error 4.6629367034256575e-15 relative error 2.331478651510777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999911645788035 y1[1] (numeric) 1.9999911645788033 absolute error 2.220446049250313e-16 relative error 1.1102279292908462e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5759999999999372 y2[1] (analytic) 1.9999864609231388 y2[1] (numeric) 1.9999864609231341 absolute error 4.6629367034256575e-15 relative error 2.3314841347842796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999864609231388 y1[1] (numeric) 1.9999864609231386 absolute error 2.220446049250313e-16 relative error 1.1102305403734664e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5769999999999371 y2[1] (analytic) 1.9999807572810966 y2[1] (numeric) 1.999980757281092 absolute error 4.6629367034256575e-15 relative error 2.331490783823718e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999807572810966 y1[1] (numeric) 1.9999807572810964 absolute error 2.220446049250313e-16 relative error 1.110233706582723e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.577999999999937 y2[1] (analytic) 1.9999740536583803 y2[1] (numeric) 1.9999740536583757 absolute error 4.6629367034256575e-15 relative error 2.331498598642392e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999740536583803 y1[1] (numeric) 1.99997405365838 absolute error 2.220446049250313e-16 relative error 1.1102374279249485e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.578999999999937 y2[1] (analytic) 1.999966350061694 y2[1] (numeric) 1.999966350061689 absolute error 4.884981308350689e-15 relative error 2.442531749696688e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999966350061694 y1[1] (numeric) 1.9999663500616935 absolute error 4.440892098500626e-16 relative error 2.2204834088151713e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5799999999999368 y2[1] (analytic) 1.9999576464987405 y2[1] (numeric) 1.9999576464987359 absolute error 4.6629367034256575e-15 relative error 2.3315177256822944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999576464987405 y1[1] (numeric) 1.9999576464987403 absolute error 2.220446049250313e-16 relative error 1.1102465360391878e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5809999999999367 y2[1] (analytic) 1.999947942978224 y2[1] (numeric) 1.9999479429782194 absolute error 4.6629367034256575e-15 relative error 2.3315290379417784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999947942978224 y1[1] (numeric) 1.9999479429782239 absolute error 2.220446049250313e-16 relative error 1.1102519228294183e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5819999999999366 y2[1] (analytic) 1.999937239509848 y2[1] (numeric) 1.9999372395098434 absolute error 4.6629367034256575e-15 relative error 2.3315415160570074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999937239509848 y1[1] (numeric) 1.9999372395098478 absolute error 2.220446049250313e-16 relative error 1.1102578647890511e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5829999999999365 y2[1] (analytic) 1.9999255361043158 y2[1] (numeric) 1.9999255361043111 absolute error 4.6629367034256575e-15 relative error 2.331555160052939e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999255361043158 y1[1] (numeric) 1.9999255361043156 absolute error 2.220446049250313e-16 relative error 1.110264361929971e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5839999999999363 y2[1] (analytic) 1.9999128327733309 y2[1] (numeric) 1.999912832773326 absolute error 4.884981308350689e-15 relative error 2.442597111383379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999128327733309 y1[1] (numeric) 1.9999128327733304 absolute error 4.440892098500626e-16 relative error 2.2205428285303446e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5849999999999362 y2[1] (analytic) 1.9998991295295965 y2[1] (numeric) 1.9998991295295914 absolute error 5.10702591327572e-15 relative error 2.5536417501601503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998991295295965 y1[1] (numeric) 1.9998991295295958 absolute error 6.661338147750939e-16 relative error 3.3308370654262834e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5859999999999361 y2[1] (analytic) 1.9998844263868158 y2[1] (numeric) 1.9998844263868105 absolute error 5.329070518200751e-15 relative error 2.664689242982288e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998844263868158 y1[1] (numeric) 1.9998844263868152 absolute error 6.661338147750939e-16 relative error 3.33086155372786e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.586999999999936 y2[1] (analytic) 1.9998687233596921 y2[1] (numeric) 1.9998687233596868 absolute error 5.329070518200751e-15 relative error 2.6647101661993824e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998687233596921 y1[1] (numeric) 1.9998687233596915 absolute error 6.661338147750939e-16 relative error 3.330887707749228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.587999999999936 y2[1] (analytic) 1.9998520204639283 y2[1] (numeric) 1.999852020463923 absolute error 5.329070518200751e-15 relative error 2.66473242203416e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998520204639283 y1[1] (numeric) 1.9998520204639276 absolute error 6.661338147750939e-16 relative error 3.3309155275427e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5889999999999358 y2[1] (analytic) 1.9998343177162274 y2[1] (numeric) 1.9998343177162219 absolute error 5.551115123125783e-15 relative error 2.7757875109699336e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998343177162274 y1[1] (numeric) 1.9998343177162266 absolute error 8.881784197001252e-16 relative error 4.441260017551894e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5899999999999357 y2[1] (analytic) 1.999815615134292 y2[1] (numeric) 1.9998156151342865 absolute error 5.551115123125783e-15 relative error 2.775813470559891e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999815615134292 y1[1] (numeric) 1.9998156151342912 absolute error 8.881784197001252e-16 relative error 4.441301552895826e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5909999999999356 y2[1] (analytic) 1.999795912736825 y2[1] (numeric) 1.9997959127368192 absolute error 5.773159728050814e-15 relative error 2.8868744511783427e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999795912736825 y1[1] (numeric) 1.9997959127368239 absolute error 1.1102230246251565e-15 relative error 5.5516816368814276e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5919999999999355 y2[1] (analytic) 1.9997752105435285 y2[1] (numeric) 1.9997752105435227 absolute error 5.773159728050814e-15 relative error 2.88690433685379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997752105435285 y1[1] (numeric) 1.9997752105435274 absolute error 1.1102230246251565e-15 relative error 5.551739109334212e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5929999999999354 y2[1] (analytic) 1.9997535085751048 y2[1] (numeric) 1.9997535085750988 absolute error 5.995204332975845e-15 relative error 2.997971653640273e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997535085751048 y1[1] (numeric) 1.9997535085751035 absolute error 1.3322676295501878e-15 relative error 6.662159230311718e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5939999999999352 y2[1] (analytic) 1.9997308068532558 y2[1] (numeric) 1.9997308068532498 absolute error 5.995204332975845e-15 relative error 2.998005687780448e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997308068532558 y1[1] (numeric) 1.9997308068532544 absolute error 1.3322676295501878e-15 relative error 6.662234861734329e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5949999999999351 y2[1] (analytic) 1.9997071054006832 y2[1] (numeric) 1.9997071054006772 absolute error 5.995204332975845e-15 relative error 2.99804122152908e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997071054006832 y1[1] (numeric) 1.9997071054006819 absolute error 1.3322676295501878e-15 relative error 6.662313825620178e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.595999999999935 y2[1] (analytic) 1.9996824042410886 y2[1] (numeric) 1.9996824042410823 absolute error 6.217248937900877e-15 relative error 3.1091181903260393e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996824042410886 y1[1] (numeric) 1.9996824042410872 absolute error 1.3322676295501878e-15 relative error 6.662396122127228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.596999999999935 y2[1] (analytic) 1.9996567033991728 y2[1] (numeric) 1.9996567033991666 absolute error 6.217248937900877e-15 relative error 3.1091581506627167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996567033991728 y1[1] (numeric) 1.9996567033991717 absolute error 1.1102230246251565e-15 relative error 5.552068126183423e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5979999999999348 y2[1] (analytic) 1.999630002900637 y2[1] (numeric) 1.9996300029006309 absolute error 6.217248937900877e-15 relative error 3.1091996663793883e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999630002900637 y1[1] (numeric) 1.999630002900636 absolute error 1.1102230246251565e-15 relative error 5.5521422613917654e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5989999999999347 y2[1] (analytic) 1.9996023027721819 y2[1] (numeric) 1.9996023027721754 absolute error 6.439293542825908e-15 relative error 3.2202871210433625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996023027721819 y1[1] (numeric) 1.9996023027721805 absolute error 1.3322676295501878e-15 relative error 6.662663009055234e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5999999999999346 y2[1] (analytic) 1.9995736030415072 y2[1] (numeric) 1.9995736030415006 absolute error 6.661338147750939e-15 relative error 3.3313793188800475e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995736030415072 y1[1] (numeric) 1.9995736030415057 absolute error 1.5543122344752192e-15 relative error 7.773218410720111e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6009999999999345 y2[1] (analytic) 1.9995439037373126 y2[1] (numeric) 1.999543903737306 absolute error 6.661338147750939e-15 relative error 3.3314287999880115e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995439037373126 y1[1] (numeric) 1.999543903737311 absolute error 1.5543122344752192e-15 relative error 7.773333866638694e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6019999999999344 y2[1] (analytic) 1.9995132048892976 y2[1] (numeric) 1.999513204889291 absolute error 6.661338147750939e-15 relative error 3.331479947950502e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995132048892976 y1[1] (numeric) 1.999513204889296 absolute error 1.5543122344752192e-15 relative error 7.773453211884506e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6029999999999343 y2[1] (analytic) 1.999481506528161 y2[1] (numeric) 1.9994815065281544 absolute error 6.661338147750939e-15 relative error 3.3315327628698526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999481506528161 y1[1] (numeric) 1.9994815065281595 absolute error 1.5543122344752192e-15 relative error 7.773576446696322e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6039999999999341 y2[1] (analytic) 1.9994488086856013 y2[1] (numeric) 1.9994488086855946 absolute error 6.661338147750939e-15 relative error 3.3315872448517315e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9994488086856013 y1[1] (numeric) 1.9994488086855997 absolute error 1.5543122344752192e-15 relative error 7.773703571320706e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.604999999999934 y2[1] (analytic) 1.9994151113943162 y2[1] (numeric) 1.9994151113943093 absolute error 6.8833827526759706e-15 relative error 3.442698173805319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9994151113943162 y1[1] (numeric) 1.9994151113943144 absolute error 1.7763568394002505e-15 relative error 8.884382384013726e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.605999999999934 y2[1] (analytic) 1.999380414688003 y2[1] (numeric) 1.9993804146879959 absolute error 7.105427357601002e-15 relative error 3.5538146244719426e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999380414688003 y1[1] (numeric) 1.999380414688001 absolute error 1.9984014443252818e-15 relative error 9.995103631327339e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6069999999999338 y2[1] (analytic) 1.9993447186013582 y2[1] (numeric) 1.999344718601351 absolute error 7.105427357601002e-15 relative error 3.553878073897934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9993447186013582 y1[1] (numeric) 1.9993447186013562 absolute error 1.9984014443252818e-15 relative error 9.99528208283794e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6079999999999337 y2[1] (analytic) 1.9993080231700782 y2[1] (numeric) 1.999308023170071 absolute error 7.105427357601002e-15 relative error 3.5539433020104243e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9993080231700782 y1[1] (numeric) 1.9993080231700762 absolute error 1.9984014443252818e-15 relative error 9.995465536904319e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6089999999999336 y2[1] (analytic) 1.9992703284308582 y2[1] (numeric) 1.999270328430851 absolute error 7.105427357601002e-15 relative error 3.5540103089399363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9992703284308582 y1[1] (numeric) 1.9992703284308562 absolute error 1.9984014443252818e-15 relative error 9.99565399389357e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6099999999999335 y2[1] (analytic) 1.9992316344213932 y2[1] (numeric) 1.9992316344213859 absolute error 7.327471962526033e-15 relative error 3.6651440665336964e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9992316344213932 y1[1] (numeric) 1.999231634421391 absolute error 2.220446049250313e-15 relative error 1.1106497171314232e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6109999999999334 y2[1] (analytic) 1.999191941180377 y2[1] (numeric) 1.9991919411803696 absolute error 7.327471962526033e-15 relative error 3.665216836658363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999191941180377 y1[1] (numeric) 1.9991919411803747 absolute error 2.220446049250313e-15 relative error 1.1106717686843524e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6119999999999333 y2[1] (analytic) 1.999151248747503 y2[1] (numeric) 1.9991512487474954 absolute error 7.549516567451064e-15 relative error 3.7763608792385995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999151248747503 y1[1] (numeric) 1.9991512487475005 absolute error 2.4424906541753444e-15 relative error 1.2217638138713116e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6129999999999332 y2[1] (analytic) 1.9991095571634632 y2[1] (numeric) 1.9991095571634556 absolute error 7.549516567451064e-15 relative error 3.776439635536071e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9991095571634632 y1[1] (numeric) 1.9991095571634607 absolute error 2.4424906541753444e-15 relative error 1.2217892938499053e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.613999999999933 y2[1] (analytic) 1.9990668664699496 y2[1] (numeric) 1.999066866469942 absolute error 7.549516567451064e-15 relative error 3.7765202825768264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9990668664699496 y1[1] (numeric) 1.9990668664699471 absolute error 2.4424906541753444e-15 relative error 1.2218153855395613e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.614999999999933 y2[1] (analytic) 1.999023176709653 y2[1] (numeric) 1.9990231767096451 absolute error 7.771561172376096e-15 relative error 3.8876793740670433e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999023176709653 y1[1] (numeric) 1.9990231767096502 absolute error 2.6645352591003757e-15 relative error 1.332918642537272e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6159999999999328 y2[1] (analytic) 1.9989784879262626 y2[1] (numeric) 1.9989784879262549 absolute error 7.771561172376096e-15 relative error 3.8877662862887043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9989784879262626 y1[1] (numeric) 1.99897848792626 absolute error 2.6645352591003757e-15 relative error 1.3329484410132702e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6169999999999327 y2[1] (analytic) 1.998932800164468 y2[1] (numeric) 1.99893280016446 absolute error 7.993605777301127e-15 relative error 3.9989367209560173e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998932800164468 y1[1] (numeric) 1.998932800164465 absolute error 2.886579864025407e-15 relative error 1.4440604825674506e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6179999999999326 y2[1] (analytic) 1.998886113469956 y2[1] (numeric) 1.998886113469948 absolute error 7.993605777301127e-15 relative error 3.9990301215433773e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998886113469956 y1[1] (numeric) 1.9988861134699532 absolute error 2.886579864025407e-15 relative error 1.4440942105573307e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6189999999999325 y2[1] (analytic) 1.998838427889414 y2[1] (numeric) 1.998838427889406 absolute error 7.993605777301127e-15 relative error 3.999125524988843e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998838427889414 y1[1] (numeric) 1.9988384278894111 absolute error 2.886579864025407e-15 relative error 1.4441286618015267e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6199999999999324 y2[1] (analytic) 1.9987897434705273 y2[1] (numeric) 1.9987897434705193 absolute error 7.993605777301127e-15 relative error 3.999222931483386e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9987897434705273 y1[1] (numeric) 1.9987897434705244 absolute error 2.886579864025407e-15 relative error 1.4441638363690005e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6209999999999323 y2[1] (analytic) 1.9987400602619805 y2[1] (numeric) 1.9987400602619723 absolute error 8.215650382226158e-15 relative error 4.1104146284781573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9987400602619805 y1[1] (numeric) 1.9987400602619774 absolute error 3.1086244689504383e-15 relative error 1.5552920215863299e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6219999999999322 y2[1] (analytic) 1.9986893783134565 y2[1] (numeric) 1.9986893783134483 absolute error 8.215650382226158e-15 relative error 4.1105188586926535e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9986893783134565 y1[1] (numeric) 1.9986893783134534 absolute error 3.1086244689504383e-15 relative error 1.555331460045869e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.622999999999932 y2[1] (analytic) 1.9986376976756375 y2[1] (numeric) 1.9986376976756293 absolute error 8.215650382226158e-15 relative error 4.110625148210074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9986376976756375 y1[1] (numeric) 1.9986376976756344 absolute error 3.1086244689504383e-15 relative error 1.555371677701109e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.623999999999932 y2[1] (analytic) 1.9985850184002039 y2[1] (numeric) 1.9985850184001956 absolute error 8.215650382226158e-15 relative error 4.1107334972432116e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9985850184002039 y1[1] (numeric) 1.9985850184002008 absolute error 3.1086244689504383e-15 relative error 1.5554126746325665e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6249999999999318 y2[1] (analytic) 1.9985313405398353 y2[1] (numeric) 1.9985313405398268 absolute error 8.43769498715119e-15 relative error 4.2219477953605837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9985313405398353 y1[1] (numeric) 1.998531340539832 absolute error 3.3306690738754696e-15 relative error 1.6665583402739147e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6259999999999317 y2[1] (analytic) 1.9984766641482092 y2[1] (numeric) 1.9984766641482008 absolute error 8.43769498715119e-15 relative error 4.2220633037751805e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9984766641482092 y1[1] (numeric) 1.998476664148206 absolute error 3.3306690738754696e-15 relative error 1.6666039357007291e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6269999999999316 y2[1] (analytic) 1.9984209892800022 y2[1] (numeric) 1.9984209892799938 absolute error 8.43769498715119e-15 relative error 4.222180928049175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9984209892800022 y1[1] (numeric) 1.998420989279999 absolute error 3.3306690738754696e-15 relative error 1.6666503663352005e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6279999999999315 y2[1] (analytic) 1.9983643159908893 y2[1] (numeric) 1.9983643159908806 absolute error 8.659739592076221e-15 relative error 4.333413843902776e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9983643159908893 y1[1] (numeric) 1.9983643159908857 absolute error 3.552713678800501e-15 relative error 1.777810807754985e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6289999999999314 y2[1] (analytic) 1.9983066443375435 y2[1] (numeric) 1.9983066443375348 absolute error 8.659739592076221e-15 relative error 4.333538907361739e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9983066443375435 y1[1] (numeric) 1.99830664433754 absolute error 3.552713678800501e-15 relative error 1.7778621158407133e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6299999999999313 y2[1] (analytic) 1.9982479743776365 y2[1] (numeric) 1.9982479743776278 absolute error 8.659739592076221e-15 relative error 4.33366614309885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9982479743776365 y1[1] (numeric) 1.998247974377633 absolute error 3.552713678800501e-15 relative error 1.777914315117477e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6309999999999312 y2[1] (analytic) 1.9981883061698382 y2[1] (numeric) 1.9981883061698296 absolute error 8.659739592076221e-15 relative error 4.333795551368909e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9981883061698382 y1[1] (numeric) 1.9981883061698347 absolute error 3.552713678800501e-15 relative error 1.777967405689809e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.631999999999931 y2[1] (analytic) 1.9981276397738172 y2[1] (numeric) 1.9981276397738084 absolute error 8.881784197001252e-15 relative error 4.445053469160082e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9981276397738172 y1[1] (numeric) 1.9981276397738135 absolute error 3.774758283725532e-15 relative error 1.8891477243930346e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.632999999999931 y2[1] (analytic) 1.9980659752502397 y2[1] (numeric) 1.9980659752502306 absolute error 9.103828801926284e-15 relative error 4.55632041919242e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9980659752502397 y1[1] (numeric) 1.9980659752502357 absolute error 3.9968028886505635e-15 relative error 2.000335793791794e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6339999999999308 y2[1] (analytic) 1.9980033126607697 y2[1] (numeric) 1.9980033126607606 absolute error 9.103828801926284e-15 relative error 4.556463317271774e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9980033126607697 y1[1] (numeric) 1.9980033126607657 absolute error 3.9968028886505635e-15 relative error 2.0003985295339495e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6349999999999307 y2[1] (analytic) 1.9979396520680703 y2[1] (numeric) 1.9979396520680612 absolute error 9.103828801926284e-15 relative error 4.556608500413362e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9979396520680703 y1[1] (numeric) 1.9979396520680663 absolute error 3.9968028886505635e-15 relative error 2.0004622684741587e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6359999999999306 y2[1] (analytic) 1.997874993535802 y2[1] (numeric) 1.997874993535793 absolute error 9.103828801926284e-15 relative error 4.556755968907992e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997874993535802 y1[1] (numeric) 1.997874993535798 absolute error 3.9968028886505635e-15 relative error 2.0005270107400944e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6369999999999305 y2[1] (analytic) 1.9978093371286234 y2[1] (numeric) 1.9978093371286143 absolute error 9.103828801926284e-15 relative error 4.556905723051067e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9978093371286234 y1[1] (numeric) 1.9978093371286194 absolute error 3.9968028886505635e-15 relative error 2.0005927564614442e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6379999999999304 y2[1] (analytic) 1.997742682912191 y2[1] (numeric) 1.9977426829121816 absolute error 9.325873406851315e-15 relative error 4.66820551346313e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997742682912191 y1[1] (numeric) 1.9977426829121867 absolute error 4.218847493575595e-15 relative error 2.1118072560904636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6389999999999303 y2[1] (analytic) 1.9976750309531588 y2[1] (numeric) 1.9976750309531492 absolute error 9.547918011776346e-15 relative error 4.779515118242585e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9976750309531588 y1[1] (numeric) 1.9976750309531544 absolute error 4.440892098500626e-15 relative error 2.2230302875546907e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6399999999999302 y2[1] (analytic) 1.9976063813191784 y2[1] (numeric) 1.997606381319169 absolute error 9.547918011776346e-15 relative error 4.779679370803319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9976063813191784 y1[1] (numeric) 1.9976063813191742 absolute error 4.218847493575595e-15 relative error 2.1119513498898386e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.64099999999993 y2[1] (analytic) 1.9975367340789 y2[1] (numeric) 1.9975367340788905 absolute error 9.547918011776346e-15 relative error 4.779846021794969e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9975367340789 y1[1] (numeric) 1.9975367340788959 absolute error 4.218847493575595e-15 relative error 2.1120249863745213e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.64199999999993 y2[1] (analytic) 1.997466089301971 y2[1] (numeric) 1.9974660893019611 absolute error 9.769962616701378e-15 relative error 4.891178212750316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997466089301971 y1[1] (numeric) 1.9974660893019665 absolute error 4.440892098500626e-15 relative error 2.2232628239774165e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6429999999999298 y2[1] (analytic) 1.9973944470590355 y2[1] (numeric) 1.9973944470590255 absolute error 9.992007221626409e-15 relative error 5.002520777174807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9973944470590355 y1[1] (numeric) 1.997394447059031 absolute error 4.440892098500626e-15 relative error 2.2233425676332472e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6439999999999297 y2[1] (analytic) 1.997321807421736 y2[1] (numeric) 1.997321807421726 absolute error 9.992007221626409e-15 relative error 5.002702711449737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997321807421736 y1[1] (numeric) 1.9973218074217316 absolute error 4.440892098500626e-15 relative error 2.2234234273109943e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6449999999999296 y2[1] (analytic) 1.9972481704627123 y2[1] (numeric) 1.9972481704627023 absolute error 9.992007221626409e-15 relative error 5.00288715713857e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9972481704627123 y1[1] (numeric) 1.9972481704627079 absolute error 4.440892098500626e-15 relative error 2.2235054031726977e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6459999999999295 y2[1] (analytic) 1.9971735362556013 y2[1] (numeric) 1.9971735362555911 absolute error 1.021405182655144e-14 relative error 5.11425353938008e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9971735362556013 y1[1] (numeric) 1.9971735362555967 absolute error 4.6629367034256575e-15 relative error 2.334767920151776e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6469999999999294 y2[1] (analytic) 1.9970979048750368 y2[1] (numeric) 1.9970979048750268 absolute error 9.992007221626409e-15 relative error 5.003263584241571e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9970979048750368 y1[1] (numeric) 1.9970979048750324 absolute error 4.440892098500626e-15 relative error 2.223672704107365e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6479999999999293 y2[1] (analytic) 1.997021276396651 y2[1] (numeric) 1.9970212763966406 absolute error 1.0436096431476471e-14 relative error 5.225831369361755e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997021276396651 y1[1] (numeric) 1.9970212763966462 absolute error 4.884981308350689e-15 relative error 2.446133832467205e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6489999999999292 y2[1] (analytic) 1.9969436508970717 y2[1] (numeric) 1.9969436508970613 absolute error 1.0436096431476471e-14 relative error 5.226034508679473e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9969436508970717 y1[1] (numeric) 1.9969436508970668 absolute error 4.884981308350689e-15 relative error 2.446228918956349e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.649999999999929 y2[1] (analytic) 1.9968650284539244 y2[1] (numeric) 1.996865028453914 absolute error 1.0436096431476471e-14 relative error 5.22624027301266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9968650284539244 y1[1] (numeric) 1.9968650284539196 absolute error 4.884981308350689e-15 relative error 2.4463252341761387e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.650999999999929 y2[1] (analytic) 1.996785409145832 y2[1] (numeric) 1.9967854091458215 absolute error 1.0436096431476471e-14 relative error 5.226448662773802e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996785409145832 y1[1] (numeric) 1.996785409145827 absolute error 4.884981308350689e-15 relative error 2.4464227783196517e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6519999999999289 y2[1] (analytic) 1.9967047930524133 y2[1] (numeric) 1.9967047930524027 absolute error 1.0658141036401503e-14 relative error 5.3378652034526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9967047930524133 y1[1] (numeric) 1.9967047930524084 absolute error 4.884981308350689e-15 relative error 2.446521551582442e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6529999999999287 y2[1] (analytic) 1.9966231802542849 y2[1] (numeric) 1.996623180254274 absolute error 1.0880185641326534e-14 relative error 5.449293461543836e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9966231802542849 y1[1] (numeric) 1.9966231802542798 absolute error 5.10702591327572e-15 relative error 2.55783162480629e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6539999999999286 y2[1] (analytic) 1.996540570833059 y2[1] (numeric) 1.9965405708330481 absolute error 1.0880185641326534e-14 relative error 5.449518933034635e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996540570833059 y1[1] (numeric) 1.996540570833054 absolute error 5.10702591327572e-15 relative error 2.5579374583631965e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6549999999999285 y2[1] (analytic) 1.9964569648713453 y2[1] (numeric) 1.9964569648713344 absolute error 1.0880185641326534e-14 relative error 5.44974714344903e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9964569648713453 y1[1] (numeric) 1.9964569648713402 absolute error 5.10702591327572e-15 relative error 2.5580445775372997e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6559999999999284 y2[1] (analytic) 1.9963723624527498 y2[1] (numeric) 1.996372362452739 absolute error 1.0880185641326534e-14 relative error 5.44997809324464e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9963723624527498 y1[1] (numeric) 1.9963723624527447 absolute error 5.10702591327572e-15 relative error 2.558152982543402e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6569999999999283 y2[1] (analytic) 1.996286763661875 y2[1] (numeric) 1.996286763661864 absolute error 1.1102230246251565e-14 relative error 5.561440594780214e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996286763661875 y1[1] (numeric) 1.9962867636618697 absolute error 5.329070518200751e-15 relative error 2.6694914854945024e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6579999999999282 y2[1] (analytic) 1.9962001685843196 y2[1] (numeric) 1.9962001685843085 absolute error 1.1102230246251565e-14 relative error 5.561681849834293e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9962001685843196 y1[1] (numeric) 1.9962001685843143 absolute error 5.329070518200751e-15 relative error 2.6696072879204606e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.658999999999928 y2[1] (analytic) 1.9961125773066786 y2[1] (numeric) 1.9961125773066672 absolute error 1.1324274851176597e-14 relative error 5.673164419642229e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9961125773066786 y1[1] (numeric) 1.996112577306673 absolute error 5.551115123125783e-15 relative error 2.780962950805014e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.659999999999928 y2[1] (analytic) 1.996023989916543 y2[1] (numeric) 1.9960239899165317 absolute error 1.1324274851176597e-14 relative error 5.673416205608873e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996023989916543 y1[1] (numeric) 1.9960239899165375 absolute error 5.551115123125783e-15 relative error 2.781086375298467e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6609999999999279 y2[1] (analytic) 1.9959344065025009 y2[1] (numeric) 1.9959344065024893 absolute error 1.1546319456101628e-14 relative error 5.784919293181772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9959344065025009 y1[1] (numeric) 1.995934406502495 absolute error 5.773159728050814e-15 relative error 2.892459646590886e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6619999999999278 y2[1] (analytic) 1.9958438271541352 y2[1] (numeric) 1.9958438271541235 absolute error 1.176836406102666e-14 relative error 5.896435332721958e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9958438271541352 y1[1] (numeric) 1.9958438271541292 absolute error 5.995204332975845e-15 relative error 3.003844414782884e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6629999999999276 y2[1] (analytic) 1.9957522519620252 y2[1] (numeric) 1.9957522519620134 absolute error 1.176836406102666e-14 relative error 5.896705890952734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9957522519620252 y1[1] (numeric) 1.9957522519620192 absolute error 5.995204332975845e-15 relative error 3.0039822463344115e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6639999999999275 y2[1] (analytic) 1.9956596810177463 y2[1] (numeric) 1.9956596810177345 absolute error 1.176836406102666e-14 relative error 5.896979416362729e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9956596810177463 y1[1] (numeric) 1.9956596810177403 absolute error 5.995204332975845e-15 relative error 3.004121589467805e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6649999999999274 y2[1] (analytic) 1.9955661144138692 y2[1] (numeric) 1.9955661144138575 absolute error 1.176836406102666e-14 relative error 5.89725590950076e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9955661144138692 y1[1] (numeric) 1.9955661144138632 absolute error 5.995204332975845e-15 relative error 3.004262444462651e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6659999999999273 y2[1] (analytic) 1.995471552243961 y2[1] (numeric) 1.995471552243949 absolute error 1.199040866595169e-14 relative error 6.008809623203175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.995471552243961 y1[1] (numeric) 1.9954715522439548 absolute error 6.217248937900877e-15 relative error 3.115679063883128e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6669999999999272 y2[1] (analytic) 1.995375994602583 y2[1] (numeric) 1.9953759946025713 absolute error 1.176836406102666e-14 relative error 5.897817801186163e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.995375994602583 y1[1] (numeric) 1.995375994602577 absolute error 5.995204332975845e-15 relative error 3.0045486911703093e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.667999999999927 y2[1] (analytic) 1.9952794415852937 y2[1] (numeric) 1.995279441585282 absolute error 1.176836406102666e-14 relative error 5.898103200861146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9952794415852937 y1[1] (numeric) 1.9952794415852877 absolute error 5.995204332975845e-15 relative error 3.004694083457565e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.668999999999927 y2[1] (analytic) 1.9951818932886458 y2[1] (numeric) 1.9951818932886338 absolute error 1.199040866595169e-14 relative error 6.009681977510319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9951818932886458 y1[1] (numeric) 1.9951818932886396 absolute error 6.217248937900877e-15 relative error 3.1161313957460913e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6699999999999269 y2[1] (analytic) 1.9950833498101874 y2[1] (numeric) 1.9950833498101754 absolute error 1.199040866595169e-14 relative error 6.009978814715917e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9950833498101874 y1[1] (numeric) 1.9950833498101812 absolute error 6.217248937900877e-15 relative error 3.116285311334179e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6709999999999268 y2[1] (analytic) 1.9949838112484621 y2[1] (numeric) 1.9949838112484501 absolute error 1.199040866595169e-14 relative error 6.01027867912777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9949838112484621 y1[1] (numeric) 1.994983811248456 absolute error 6.217248937900877e-15 relative error 3.1164407965847694e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6719999999999267 y2[1] (analytic) 1.9948832777030086 y2[1] (numeric) 1.9948832777029966 absolute error 1.199040866595169e-14 relative error 6.010581571347846e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9948832777030086 y1[1] (numeric) 1.9948832777030023 absolute error 6.217248937900877e-15 relative error 3.1165978518099944e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6729999999999265 y2[1] (analytic) 1.9947817492743602 y2[1] (numeric) 1.994781749274348 absolute error 1.2212453270876722e-14 relative error 6.12220022331728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9947817492743602 y1[1] (numeric) 1.9947817492743538 absolute error 6.439293542825908e-15 relative error 3.228069208658202e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6739999999999264 y2[1] (analytic) 1.9946792260640454 y2[1] (numeric) 1.9946792260640331 absolute error 1.2212453270876722e-14 relative error 6.122514894274335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9946792260640454 y1[1] (numeric) 1.994679226064039 absolute error 6.439293542825908e-15 relative error 3.2282351260719223e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6749999999999263 y2[1] (analytic) 1.9945757081745876 y2[1] (numeric) 1.9945757081745752 absolute error 1.2434497875801753e-14 relative error 6.234156881004863e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9945757081745876 y1[1] (numeric) 1.994575708174581 absolute error 6.661338147750939e-15 relative error 3.3397269005383197e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6759999999999262 y2[1] (analytic) 1.9944711957095043 y2[1] (numeric) 1.9944711957094918 absolute error 1.2434497875801753e-14 relative error 6.23448355762208e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9944711957095043 y1[1] (numeric) 1.9944711957094976 absolute error 6.661338147750939e-15 relative error 3.339901905868971e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.676999999999926 y2[1] (analytic) 1.9943656887733083 y2[1] (numeric) 1.9943656887732957 absolute error 1.2656542480726785e-14 relative error 6.346149330573147e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9943656887733083 y1[1] (numeric) 1.9943656887733014 absolute error 6.8833827526759706e-15 relative error 3.4514145482064484e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.677999999999926 y2[1] (analytic) 1.9942591874715063 y2[1] (numeric) 1.9942591874714937 absolute error 1.2656542480726785e-14 relative error 6.346488239963352e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9942591874715063 y1[1] (numeric) 1.9942591874714994 absolute error 6.8833827526759706e-15 relative error 3.4515988673484895e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6789999999999259 y2[1] (analytic) 1.9941516919105997 y2[1] (numeric) 1.994151691910587 absolute error 1.2656542480726785e-14 relative error 6.346830350002378e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9941516919105997 y1[1] (numeric) 1.9941516919105928 absolute error 6.8833827526759706e-15 relative error 3.4517849271942756e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6799999999999258 y2[1] (analytic) 1.994043202198084 y2[1] (numeric) 1.9940432021980714 absolute error 1.2656542480726785e-14 relative error 6.347175661377426e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.994043202198084 y1[1] (numeric) 1.9940432021980772 absolute error 6.8833827526759706e-15 relative error 3.4519727281175475e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6809999999999257 y2[1] (analytic) 1.993933718442449 y2[1] (numeric) 1.9939337184424364 absolute error 1.2656542480726785e-14 relative error 6.347524174782188e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993933718442449 y1[1] (numeric) 1.9939337184424422 absolute error 6.8833827526759706e-15 relative error 3.452162270495576e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6819999999999256 y2[1] (analytic) 1.9938232407531784 y2[1] (numeric) 1.9938232407531657 absolute error 1.2656542480726785e-14 relative error 6.34787589091684e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9938232407531784 y1[1] (numeric) 1.9938232407531715 absolute error 6.8833827526759706e-15 relative error 3.4523535547091587e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6829999999999254 y2[1] (analytic) 1.99371176924075 y2[1] (numeric) 1.9937117692407371 absolute error 1.2878587085651816e-14 relative error 6.459603280847497e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99371176924075 y1[1] (numeric) 1.993711769240743 absolute error 7.105427357601002e-15 relative error 3.5639190515020673e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6839999999999253 y2[1] (analytic) 1.9935993040166349 y2[1] (numeric) 1.993599304016622 absolute error 1.2878587085651816e-14 relative error 6.459967687440744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9935993040166349 y1[1] (numeric) 1.9935993040166278 absolute error 7.105427357601002e-15 relative error 3.5641201034155827e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6849999999999252 y2[1] (analytic) 1.9934858451932986 y2[1] (numeric) 1.9934858451932858 absolute error 1.2878587085651816e-14 relative error 6.460335355129166e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9934858451932986 y1[1] (numeric) 1.9934858451932915 absolute error 7.105427357601002e-15 relative error 3.564322954554023e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6859999999999251 y2[1] (analytic) 1.9933713928842 y2[1] (numeric) 1.993371392884187 absolute error 1.3100631690576847e-14 relative error 6.572097772318084e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9933713928842 y1[1] (numeric) 1.9933713928841927 absolute error 7.327471962526033e-15 relative error 3.6759190929914707e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.686999999999925 y2[1] (analytic) 1.9932559472037914 y2[1] (numeric) 1.993255947203778 absolute error 1.3322676295501878e-14 relative error 6.68387635526255e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9932559472037914 y1[1] (numeric) 1.9932559472037839 absolute error 7.549516567451064e-15 relative error 3.7875299346487784e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.687999999999925 y2[1] (analytic) 1.993139508267518 y2[1] (numeric) 1.9931395082675047 absolute error 1.3322676295501878e-14 relative error 6.684266826401053e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993139508267518 y1[1] (numeric) 1.9931395082675105 absolute error 7.549516567451064e-15 relative error 3.7877512016272633e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6889999999999248 y2[1] (analytic) 1.9930220761918196 y2[1] (numeric) 1.993022076191806 absolute error 1.354472090042691e-14 relative error 6.796071685421356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9930220761918196 y1[1] (numeric) 1.9930220761918118 absolute error 7.771561172376096e-15 relative error 3.8993853932745484e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6899999999999247 y2[1] (analytic) 1.9929036510941276 y2[1] (numeric) 1.9929036510941138 absolute error 1.3766765505351941e-14 relative error 6.907893162719544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9929036510941276 y1[1] (numeric) 1.9929036510941196 absolute error 7.993605777301127e-15 relative error 4.0110347396436065e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6909999999999246 y2[1] (analytic) 1.9927842330928671 y2[1] (numeric) 1.9927842330928534 absolute error 1.3766765505351941e-14 relative error 6.90830711962502e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9927842330928671 y1[1] (numeric) 1.9927842330928591 absolute error 7.993605777301127e-15 relative error 4.011275101717754e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6919999999999245 y2[1] (analytic) 1.9926638223074562 y2[1] (numeric) 1.9926638223074424 absolute error 1.3766765505351941e-14 relative error 6.908724568206574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9926638223074562 y1[1] (numeric) 1.9926638223074482 absolute error 7.993605777301127e-15 relative error 4.0115174912167203e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6929999999999243 y2[1] (analytic) 1.9925424188583059 y2[1] (numeric) 1.9925424188582919 absolute error 1.3988810110276972e-14 relative error 7.020583340098893e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9925424188583059 y1[1] (numeric) 1.9925424188582976 absolute error 8.215650382226158e-15 relative error 4.1231997394231594e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6939999999999242 y2[1] (analytic) 1.9924200228668192 y2[1] (numeric) 1.9924200228668052 absolute error 1.3988810110276972e-14 relative error 7.021014620275194e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9924200228668192 y1[1] (numeric) 1.992420022866811 absolute error 8.215650382226158e-15 relative error 4.123453030955272e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6949999999999241 y2[1] (analytic) 1.9922966344553927 y2[1] (numeric) 1.9922966344553783 absolute error 1.4432899320127035e-14 relative error 7.244352608201018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9922966344553927 y1[1] (numeric) 1.992296634455384 absolute error 8.659739592076221e-15 relative error 4.346611564920611e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.695999999999924 y2[1] (analytic) 1.9921722537474142 y2[1] (numeric) 1.9921722537473998 absolute error 1.4432899320127035e-14 relative error 7.244804907295416e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9921722537474142 y1[1] (numeric) 1.9921722537474056 absolute error 8.659739592076221e-15 relative error 4.3468829443772496e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.696999999999924 y2[1] (analytic) 1.9920468808672647 y2[1] (numeric) 1.9920468808672502 absolute error 1.4432899320127035e-14 relative error 7.245260871492881e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9920468808672647 y1[1] (numeric) 1.992046880867256 absolute error 8.659739592076221e-15 relative error 4.3471565228957293e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6979999999999238 y2[1] (analytic) 1.991920515940317 y2[1] (numeric) 1.9919205159403024 absolute error 1.4654943925052066e-14 relative error 7.357193124814005e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991920515940317 y1[1] (numeric) 1.9919205159403082 absolute error 8.881784197001252e-15 relative error 4.4589049241297e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6989999999999237 y2[1] (analytic) 1.9917931590929359 y2[1] (numeric) 1.9917931590929212 absolute error 1.4654943925052066e-14 relative error 7.357663549625775e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9917931590929359 y1[1] (numeric) 1.991793159092927 absolute error 8.881784197001252e-15 relative error 4.459190030076227e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6999999999999236 y2[1] (analytic) 1.9916648104524786 y2[1] (numeric) 1.9916648104524637 absolute error 1.4876988529977098e-14 relative error 7.469624633573384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9916648104524786 y1[1] (numeric) 1.9916648104524695 absolute error 9.103828801926284e-15 relative error 4.570964328007593e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7009999999999235 y2[1] (analytic) 1.9915354701472932 y2[1] (numeric) 1.9915354701472783 absolute error 1.4876988529977098e-14 relative error 7.470109748473022e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9915354701472932 y1[1] (numeric) 1.991535470147284 absolute error 9.103828801926284e-15 relative error 4.571261189364088e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7019999999999234 y2[1] (analytic) 1.9914051383067204 y2[1] (numeric) 1.9914051383067053 absolute error 1.509903313490213e-14 relative error 7.582100118382111e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9914051383067204 y1[1] (numeric) 1.9914051383067113 absolute error 9.103828801926284e-15 relative error 4.571560365495097e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7029999999999232 y2[1] (analytic) 1.991273815061092 y2[1] (numeric) 1.9912738150610767 absolute error 1.532107773982716e-14 relative error 7.694108978858395e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991273815061092 y1[1] (numeric) 1.9912738150610827 absolute error 9.325873406851315e-15 relative error 4.683370682783371e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7039999999999231 y2[1] (analytic) 1.991141500541731 y2[1] (numeric) 1.9911415005417157 absolute error 1.532107773982716e-14 relative error 7.694620264636515e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991141500541731 y1[1] (numeric) 1.9911415005417217 absolute error 9.325873406851315e-15 relative error 4.683681900213531e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.704999999999923 y2[1] (analytic) 1.9910081948809522 y2[1] (numeric) 1.9910081948809366 absolute error 1.554312234475219e-14 relative error 7.806659151235466e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9910081948809522 y1[1] (numeric) 1.9910081948809426 absolute error 9.547918011776346e-15 relative error 4.795519192901786e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.705999999999923 y2[1] (analytic) 1.9908738982120608 y2[1] (numeric) 1.9908738982120453 absolute error 1.554312234475219e-14 relative error 7.80718575833003e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9908738982120608 y1[1] (numeric) 1.9908738982120513 absolute error 9.547918011776346e-15 relative error 4.795842680117018e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7069999999999228 y2[1] (analytic) 1.990738610669354 y2[1] (numeric) 1.9907386106693383 absolute error 1.5765166949677223e-14 relative error 7.919255127309977e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.990738610669354 y1[1] (numeric) 1.9907386106693443 absolute error 9.769962616701378e-15 relative error 4.907707402839986e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7079999999999227 y2[1] (analytic) 1.9906023323881192 y2[1] (numeric) 1.9906023323881032 absolute error 1.5987211554602254e-14 relative error 8.031343726711326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9906023323881192 y1[1] (numeric) 1.9906023323881092 absolute error 9.992007221626409e-15 relative error 5.019589829194578e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7089999999999226 y2[1] (analytic) 1.9904650635046344 y2[1] (numeric) 1.9904650635046184 absolute error 1.5987211554602254e-14 relative error 8.031897594049398e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9904650635046344 y1[1] (numeric) 1.9904650635046244 absolute error 9.992007221626409e-15 relative error 5.019935996280873e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7099999999999225 y2[1] (analytic) 1.9903268041561688 y2[1] (numeric) 1.9903268041561526 absolute error 1.6209256159527285e-14 relative error 8.144017417481076e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9903268041561688 y1[1] (numeric) 1.9903268041561586 absolute error 1.021405182655144e-14 relative error 5.13184659183739e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7109999999999224 y2[1] (analytic) 1.9901875544809815 y2[1] (numeric) 1.990187554480965 absolute error 1.6431300764452317e-14 relative error 8.256156927248706e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9901875544809815 y1[1] (numeric) 1.990187554480971 absolute error 1.0436096431476471e-14 relative error 5.243775345684989e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7119999999999223 y2[1] (analytic) 1.9900473146183222 y2[1] (numeric) 1.9900473146183058 absolute error 1.6431300764452317e-14 relative error 8.256738743723654e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9900473146183222 y1[1] (numeric) 1.9900473146183117 absolute error 1.0436096431476471e-14 relative error 5.244144877770429e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7129999999999221 y2[1] (analytic) 1.9899060847084309 y2[1] (numeric) 1.9899060847084142 absolute error 1.6653345369377348e-14 relative error 8.368910220110947e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9899060847084309 y1[1] (numeric) 1.9899060847084202 absolute error 1.0658141036401503e-14 relative error 5.356102540871006e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.713999999999922 y2[1] (analytic) 1.989763864892537 y2[1] (numeric) 1.9897638648925204 absolute error 1.6653345369377348e-14 relative error 8.369508394040898e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989763864892537 y1[1] (numeric) 1.9897638648925264 absolute error 1.0658141036401503e-14 relative error 5.356485372186174e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.714999999999922 y2[1] (analytic) 1.989620655312861 y2[1] (numeric) 1.9896206553128444 absolute error 1.6653345369377348e-14 relative error 8.370110817309879e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989620655312861 y1[1] (numeric) 1.9896206553128504 absolute error 1.0658141036401503e-14 relative error 5.356870923078323e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7159999999999218 y2[1] (analytic) 1.9894764561126121 y2[1] (numeric) 1.9894764561125953 absolute error 1.687538997430238e-14 relative error 8.482327057680528e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9894764561126121 y1[1] (numeric) 1.9894764561126015 absolute error 1.0658141036401503e-14 relative error 5.357259194324544e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7169999999999217 y2[1] (analytic) 1.9893312674359895 y2[1] (numeric) 1.9893312674359727 absolute error 1.687538997430238e-14 relative error 8.482946128953546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9893312674359895 y1[1] (numeric) 1.9893312674359789 absolute error 1.0658141036401503e-14 relative error 5.357650186707503e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7179999999999216 y2[1] (analytic) 1.9891850894281822 y2[1] (numeric) 1.989185089428165 absolute error 1.709743457922741e-14 relative error 8.595195424545584e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9891850894281822 y1[1] (numeric) 1.9891850894281713 absolute error 1.0880185641326534e-14 relative error 5.469669815619917e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7189999999999215 y2[1] (analytic) 1.9890379222353674 y2[1] (numeric) 1.9890379222353505 absolute error 1.687538997430238e-14 relative error 8.484197201900043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9890379222353674 y1[1] (numeric) 1.9890379222353567 absolute error 1.0658141036401503e-14 relative error 5.358440338042132e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7199999999999214 y2[1] (analytic) 1.9888897660047131 y2[1] (numeric) 1.988889766004696 absolute error 1.709743457922741e-14 relative error 8.596471695649971e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9888897660047131 y1[1] (numeric) 1.9888897660047022 absolute error 1.0880185641326534e-14 relative error 5.470481988140891e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7209999999999213 y2[1] (analytic) 1.9887406208843752 y2[1] (numeric) 1.9887406208843579 absolute error 1.7319479184152442e-14 relative error 8.708767248114349e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9887406208843752 y1[1] (numeric) 1.988740620884364 absolute error 1.1102230246251565e-14 relative error 5.582543107765608e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7219999999999211 y2[1] (analytic) 1.9885904870234987 y2[1] (numeric) 1.9885904870234814 absolute error 1.7319479184152442e-14 relative error 8.709424739367056e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9885904870234987 y1[1] (numeric) 1.9885904870234876 absolute error 1.1102230246251565e-14 relative error 5.582964576517343e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.722999999999921 y2[1] (analytic) 1.9884393645722178 y2[1] (numeric) 1.9884393645722003 absolute error 1.7541523789077473e-14 relative error 8.821754437984214e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9884393645722178 y1[1] (numeric) 1.9884393645722065 absolute error 1.1324274851176597e-14 relative error 5.695056662496138e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.723999999999921 y2[1] (analytic) 1.9882872536816545 y2[1] (numeric) 1.988287253681637 absolute error 1.7541523789077473e-14 relative error 8.822429332882529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9882872536816545 y1[1] (numeric) 1.9882872536816432 absolute error 1.1324274851176597e-14 relative error 5.695492354139354e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7249999999999208 y2[1] (analytic) 1.9881341545039197 y2[1] (numeric) 1.9881341545039022 absolute error 1.7541523789077473e-14 relative error 8.823108716953984e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9881341545039197 y1[1] (numeric) 1.9881341545039084 absolute error 1.1324274851176597e-14 relative error 5.69593094385637e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7259999999999207 y2[1] (analytic) 1.987980067192113 y2[1] (numeric) 1.9879800671920953 absolute error 1.7763568394002505e-14 relative error 8.935486168677908e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.987980067192113 y1[1] (numeric) 1.9879800671921015 absolute error 1.1546319456101628e-14 relative error 5.80806600964064e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7269999999999206 y2[1] (analytic) 1.9878249919003212 y2[1] (numeric) 1.9878249919003035 absolute error 1.7763568394002505e-14 relative error 8.93618324871793e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9878249919003212 y1[1] (numeric) 1.9878249919003097 absolute error 1.1546319456101628e-14 relative error 5.808519111666654e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7279999999999205 y2[1] (analytic) 1.9876689287836202 y2[1] (numeric) 1.9876689287836022 absolute error 1.7985612998927536e-14 relative error 9.048595939935563e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9876689287836202 y1[1] (numeric) 1.9876689287836085 absolute error 1.176836406102666e-14 relative error 5.920686232303516e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7289999999999204 y2[1] (analytic) 1.9875118779980725 y2[1] (numeric) 1.9875118779980545 absolute error 1.7985612998927536e-14 relative error 9.049310949046302e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9875118779980725 y1[1] (numeric) 1.9875118779980607 absolute error 1.176836406102666e-14 relative error 5.921154077771037e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7299999999999203 y2[1] (analytic) 1.987353839700729 y2[1] (numeric) 1.9873538397007111 absolute error 1.7985612998927536e-14 relative error 9.050030568102531e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.987353839700729 y1[1] (numeric) 1.9873538397007173 absolute error 1.176836406102666e-14 relative error 5.921624939622644e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7309999999999202 y2[1] (analytic) 1.9871948140496283 y2[1] (numeric) 1.9871948140496103 absolute error 1.7985612998927536e-14 relative error 9.05075479855714e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9871948140496283 y1[1] (numeric) 1.9871948140496165 absolute error 1.176836406102666e-14 relative error 5.922098818808993e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.73199999999992 y2[1] (analytic) 1.9870348012037957 y2[1] (numeric) 1.9870348012037775 absolute error 1.8207657603852567e-14 relative error 9.163230353500558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9870348012037957 y1[1] (numeric) 1.9870348012037837 absolute error 1.199040866595169e-14 relative error 6.034322427915001e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.73299999999992 y2[1] (analytic) 1.986873801323244 y2[1] (numeric) 1.9868738013232259 absolute error 1.8207657603852567e-14 relative error 9.163972866181231e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986873801323244 y1[1] (numeric) 1.986873801323232 absolute error 1.199040866595169e-14 relative error 6.034811399680323e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7339999999999198 y2[1] (analytic) 1.9867118145689735 y2[1] (numeric) 1.986711814568955 absolute error 1.84297022087776e-14 relative error 9.27648493034004e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9867118145689735 y1[1] (numeric) 1.9867118145689613 absolute error 1.2212453270876722e-14 relative error 6.147068327333762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7349999999999197 y2[1] (analytic) 1.9865488411029704 y2[1] (numeric) 1.986548841102952 absolute error 1.84297022087776e-14 relative error 9.27724595915048e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9865488411029704 y1[1] (numeric) 1.9865488411029582 absolute error 1.2212453270876722e-14 relative error 6.14757262353345e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7359999999999196 y2[1] (analytic) 1.9863848810882088 y2[1] (numeric) 1.98638488108819 absolute error 1.887379141862766e-14 relative error 9.50157826830013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9863848810882088 y1[1] (numeric) 1.986384881088196 absolute error 1.2656542480726785e-14 relative error 6.371646603448323e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7369999999999195 y2[1] (analytic) 1.986219934688648 y2[1] (numeric) 1.9862199346886291 absolute error 1.887379141862766e-14 relative error 9.502367330527393e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986219934688648 y1[1] (numeric) 1.9862199346886353 absolute error 1.2656542480726785e-14 relative error 6.37217573929484e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7379999999999194 y2[1] (analytic) 1.9860540020692348 y2[1] (numeric) 1.9860540020692157 absolute error 1.9095836023552692e-14 relative error 9.61496313980238e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9860540020692348 y1[1] (numeric) 1.986054002069222 absolute error 1.2878587085651816e-14 relative error 6.484510024517885e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7389999999999193 y2[1] (analytic) 1.9858870833959015 y2[1] (numeric) 1.9858870833958824 absolute error 1.9095836023552692e-14 relative error 9.615771301003922e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9858870833959015 y1[1] (numeric) 1.9858870833958886 absolute error 1.2878587085651816e-14 relative error 6.485055063467762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7399999999999192 y2[1] (analytic) 1.9857191788355673 y2[1] (numeric) 1.985719178835548 absolute error 1.9317880628477724e-14 relative error 9.72840512111375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9857191788355673 y1[1] (numeric) 1.9857191788355542 absolute error 1.3100631690576847e-14 relative error 6.597424162594383e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.740999999999919 y2[1] (analytic) 1.985550288556136 y2[1] (numeric) 1.9855502885561167 absolute error 1.9317880628477724e-14 relative error 9.729232616175848e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.985550288556136 y1[1] (numeric) 1.985550288556123 absolute error 1.3100631690576847e-14 relative error 6.59798533740661e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.741999999999919 y2[1] (analytic) 1.9853804127264985 y2[1] (numeric) 1.9853804127264791 absolute error 1.9317880628477724e-14 relative error 9.730065082060882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9853804127264985 y1[1] (numeric) 1.9853804127264854 absolute error 1.3100631690576847e-14 relative error 6.598549883236689e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7429999999999188 y2[1] (analytic) 1.9852095515165304 y2[1] (numeric) 1.985209551516511 absolute error 1.9539925233402755e-14 relative error 9.842751974710136e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9852095515165304 y1[1] (numeric) 1.9852095515165171 absolute error 1.3322676295501878e-14 relative error 6.710967255484184e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7439999999999187 y2[1] (analytic) 1.9850377050970929 y2[1] (numeric) 1.9850377050970733 absolute error 1.9539925233402755e-14 relative error 9.843604070204304e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9850377050970929 y1[1] (numeric) 1.9850377050970796 absolute error 1.3322676295501878e-14 relative error 6.711548229684753e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7449999999999186 y2[1] (analytic) 1.9848648736400323 y2[1] (numeric) 1.9848648736400127 absolute error 1.9539925233402755e-14 relative error 9.844461198796168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9848648736400323 y1[1] (numeric) 1.984864873640019 absolute error 1.3322676295501878e-14 relative error 6.712132635542841e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7459999999999185 y2[1] (analytic) 1.9846910573181802 y2[1] (numeric) 1.9846910573181604 absolute error 1.9761969838327786e-14 relative error 9.957202036790153e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9846910573181802 y1[1] (numeric) 1.9846910573181666 absolute error 1.354472090042691e-14 relative error 6.824599148811229e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7469999999999184 y2[1] (analytic) 1.9845162563053527 y2[1] (numeric) 1.984516256305333 absolute error 1.9761969838327786e-14 relative error 9.958079091334518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9845162563053527 y1[1] (numeric) 1.9845162563053391 absolute error 1.354472090042691e-14 relative error 6.825200276083209e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7479999999999183 y2[1] (analytic) 1.9843404707763512 y2[1] (numeric) 1.9843404707763312 absolute error 1.9984014443252818e-14 relative error 1.0070859682378142e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9843404707763512 y1[1] (numeric) 1.9843404707763375 absolute error 1.3766765505351941e-14 relative error 6.937703336749387e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7489999999999182 y2[1] (analytic) 1.9841637009069608 y2[1] (numeric) 1.9841637009069408 absolute error 1.9984014443252818e-14 relative error 1.0071756898948473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9841637009069608 y1[1] (numeric) 1.984163700906947 absolute error 1.3766765505351941e-14 relative error 6.938321419275615e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.749999999999918 y2[1] (analytic) 1.9839859468739514 y2[1] (numeric) 1.9839859468739314 absolute error 1.9984014443252818e-14 relative error 1.0072659271977426e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9839859468739514 y1[1] (numeric) 1.9839859468739376 absolute error 1.3766765505351941e-14 relative error 6.938943054028893e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.750999999999918 y2[1] (analytic) 1.9838072088550773 y2[1] (numeric) 1.9838072088550571 absolute error 2.020605904817785e-14 relative error 1.0185495323328043e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9838072088550773 y1[1] (numeric) 1.9838072088550633 absolute error 1.3988810110276972e-14 relative error 7.05149676230403e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7519999999999178 y2[1] (analytic) 1.9836274870290764 y2[1] (numeric) 1.983627487029056 absolute error 2.042810365310288e-14 relative error 1.0298356816832838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9836274870290764 y1[1] (numeric) 1.9836274870290622 absolute error 1.4210854715202004e-14 relative error 7.164074307361974e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7529999999999177 y2[1] (analytic) 1.9834467815756702 y2[1] (numeric) 1.9834467815756498 absolute error 2.042810365310288e-14 relative error 1.0299295066981624e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9834467815756702 y1[1] (numeric) 1.983446781575656 absolute error 1.4210854715202004e-14 relative error 7.164727003117652e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7539999999999176 y2[1] (analytic) 1.9832650926755644 y2[1] (numeric) 1.983265092675544 absolute error 2.042810365310288e-14 relative error 1.0300238595710838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9832650926755644 y1[1] (numeric) 1.9832650926755502 absolute error 1.4210854715202004e-14 relative error 7.165383370929278e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7549999999999175 y2[1] (analytic) 1.9830824205104483 y2[1] (numeric) 1.9830824205104274 absolute error 2.0872192862952943e-14 relative error 1.0525126261560229e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9830824205104483 y1[1] (numeric) 1.9830824205104336 absolute error 1.4654943925052066e-14 relative error 7.389982268755054e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7559999999999174 y2[1] (analytic) 1.982898765262993 y2[1] (numeric) 1.9828987652629722 absolute error 2.0872192862952943e-14 relative error 1.0526101094316155e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982898765262993 y1[1] (numeric) 1.9828987652629784 absolute error 1.4654943925052066e-14 relative error 7.390666725796449e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7569999999999173 y2[1] (analytic) 1.9827141271168547 y2[1] (numeric) 1.9827141271168336 absolute error 2.1094237467877974e-14 relative error 1.0639071553170382e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9827141271168547 y1[1] (numeric) 1.9827141271168398 absolute error 1.4876988529977098e-14 relative error 7.503345200657006e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7579999999999172 y2[1] (analytic) 1.982528506256671 y2[1] (numeric) 1.9825285062566498 absolute error 2.1316282072803006e-14 relative error 1.0752068384152283e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982528506256671 y1[1] (numeric) 1.982528506256656 absolute error 1.509903313490213e-14 relative error 7.616048438774534e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.758999999999917 y2[1] (analytic) 1.982341902868063 y2[1] (numeric) 1.9823419028680416 absolute error 2.1538326677728037e-14 relative error 1.0865091761701788e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982341902868063 y1[1] (numeric) 1.982341902868048 absolute error 1.509903313490213e-14 relative error 7.616765358718779e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.759999999999917 y2[1] (analytic) 1.9821543171376341 y2[1] (numeric) 1.9821543171376124 absolute error 2.1760371282653068e-14 relative error 1.0978141860355518e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9821543171376341 y1[1] (numeric) 1.982154317137619 absolute error 1.509903313490213e-14 relative error 7.617486188818115e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7609999999999169 y2[1] (analytic) 1.9819657492529696 y2[1] (numeric) 1.9819657492529479 absolute error 2.1760371282653068e-14 relative error 1.0979186341063086e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9819657492529696 y1[1] (numeric) 1.9819657492529545 absolute error 1.509903313490213e-14 relative error 7.618210930533569e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7619999999999167 y2[1] (analytic) 1.981776199402638 y2[1] (numeric) 1.981776199402616 absolute error 2.19824158875781e-14 relative error 1.109227969041318e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981776199402638 y1[1] (numeric) 1.9817761994026228 absolute error 1.509903313490213e-14 relative error 7.618939585334305e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7629999999999166 y2[1] (analytic) 1.981585667776189 y2[1] (numeric) 1.9815856677761665 absolute error 2.2426505097428162e-14 relative error 1.1317454229771475e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981585667776189 y1[1] (numeric) 1.9815856677761734 absolute error 1.554312234475219e-14 relative error 7.843780159247556e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7639999999999165 y2[1] (analytic) 1.9813941545641534 y2[1] (numeric) 1.9813941545641311 absolute error 2.220446049250313e-14 relative error 1.1206483294277931e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9813941545641534 y1[1] (numeric) 1.981394154564138 absolute error 1.532107773982716e-14 relative error 7.732473473051773e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7649999999999164 y2[1] (analytic) 1.9812016599580455 y2[1] (numeric) 1.9812016599580229 absolute error 2.2648549702353193e-14 relative error 1.1431723564593017e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9812016599580455 y1[1] (numeric) 1.9812016599580298 absolute error 1.5765166949677223e-14 relative error 7.957376206726513e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7659999999999163 y2[1] (analytic) 1.981008184150359 y2[1] (numeric) 1.9810081841503364 absolute error 2.2648549702353193e-14 relative error 1.1432840047587689e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981008184150359 y1[1] (numeric) 1.9810081841503435 absolute error 1.554312234475219e-14 relative error 7.846066699324885e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7669999999999162 y2[1] (analytic) 1.9808137273345707 y2[1] (numeric) 1.9808137273345476 absolute error 2.3092638912203256e-14 relative error 1.1658157752812654e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9808137273345707 y1[1] (numeric) 1.9808137273345547 absolute error 1.5987211554602254e-14 relative error 8.071032290408761e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.767999999999916 y2[1] (analytic) 1.9806182897051363 y2[1] (numeric) 1.9806182897051132 absolute error 2.3092638912203256e-14 relative error 1.1659308122233468e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9806182897051363 y1[1] (numeric) 1.9806182897051203 absolute error 1.5987211554602254e-14 relative error 8.071828700007785e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.768999999999916 y2[1] (analytic) 1.9804218714574942 y2[1] (numeric) 1.9804218714574708 absolute error 2.3314683517128287e-14 relative error 1.1772584343339843e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9804218714574942 y1[1] (numeric) 1.980421871457478 absolute error 1.6209256159527285e-14 relative error 8.184749114893415e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7699999999999159 y2[1] (analytic) 1.9802244727880622 y2[1] (numeric) 1.9802244727880387 absolute error 2.353672812205332e-14 relative error 1.1885888920923556e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9802244727880622 y1[1] (numeric) 1.9802244727880458 absolute error 1.6431300764452317e-14 relative error 8.297696039135313e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7709999999999158 y2[1] (analytic) 1.9800260938942391 y2[1] (numeric) 1.9800260938942156 absolute error 2.353672812205332e-14 relative error 1.1887079768611628e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9800260938942391 y1[1] (numeric) 1.9800260938942227 absolute error 1.6431300764452317e-14 relative error 8.298527385634533e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7719999999999156 y2[1] (analytic) 1.9798267349744036 y2[1] (numeric) 1.97982673497438 absolute error 2.353672812205332e-14 relative error 1.1888276739710566e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9798267349744036 y1[1] (numeric) 1.9798267349743872 absolute error 1.6431300764452317e-14 relative error 8.299363006967753e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7729999999999155 y2[1] (analytic) 1.979626396227915 y2[1] (numeric) 1.9796263962278913 absolute error 2.375877272697835e-14 relative error 1.2001644740770064e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.979626396227915 y1[1] (numeric) 1.9796263962278984 absolute error 1.6653345369377348e-14 relative error 8.412367808950979e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7739999999999154 y2[1] (analytic) 1.979425077855112 y2[1] (numeric) 1.979425077855088 absolute error 2.398081733190338e-14 relative error 1.2115041685684203e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.979425077855112 y1[1] (numeric) 1.979425077855095 absolute error 1.687538997430238e-14 relative error 8.525399704740736e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7749999999999153 y2[1] (analytic) 1.9792227800573123 y2[1] (numeric) 1.9792227800572884 absolute error 2.398081733190338e-14 relative error 1.2116279972893687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9792227800573123 y1[1] (numeric) 1.9792227800572955 absolute error 1.687538997430238e-14 relative error 8.526271092036298e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7759999999999152 y2[1] (analytic) 1.9790195030368145 y2[1] (numeric) 1.9790195030367903 absolute error 2.4202861936828413e-14 relative error 1.2229723810042807e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9790195030368145 y1[1] (numeric) 1.9790195030367974 absolute error 1.709743457922741e-14 relative error 8.639346177736661e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.776999999999915 y2[1] (analytic) 1.9788152469968951 y2[1] (numeric) 1.9788152469968707 absolute error 2.4424906541753444e-14 relative error 1.2343197061383754e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9788152469968951 y1[1] (numeric) 1.9788152469968778 absolute error 1.7319479184152442e-14 relative error 8.752448825344844e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.777999999999915 y2[1] (analytic) 1.9786100121418104 y2[1] (numeric) 1.9786100121417858 absolute error 2.4646951146678475e-14 relative error 1.2456699903180307e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9786100121418104 y1[1] (numeric) 1.9786100121417929 absolute error 1.7541523789077473e-14 relative error 8.865579210371569e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7789999999999149 y2[1] (analytic) 1.978403798676795 y2[1] (numeric) 1.9784037986767702 absolute error 2.4868995751603507e-14 relative error 1.2570232511803961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.978403798676795 y1[1] (numeric) 1.9784037986767773 absolute error 1.7763568394002505e-14 relative error 8.9787375084314e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7799999999999148 y2[1] (analytic) 1.9781966068080625 y2[1] (numeric) 1.9781966068080374 absolute error 2.5091040356528538e-14 relative error 1.268379506373455e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9781966068080625 y1[1] (numeric) 1.9781966068080445 absolute error 1.7985612998927536e-14 relative error 9.091923895243349e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7809999999999147 y2[1] (analytic) 1.9779884367428044 y2[1] (numeric) 1.9779884367427796 absolute error 2.4868995751603507e-14 relative error 1.2572872161252778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9779884367428044 y1[1] (numeric) 1.9779884367427867 absolute error 1.7763568394002505e-14 relative error 8.980622972323412e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7819999999999145 y2[1] (analytic) 1.9777792886891916 y2[1] (numeric) 1.9777792886891663 absolute error 2.531308496145357e-14 relative error 1.2798741045685773e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9777792886891916 y1[1] (numeric) 1.9777792886891734 absolute error 1.8207657603852567e-14 relative error 9.206111980230118e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7829999999999144 y2[1] (analytic) 1.9775691628563712 y2[1] (numeric) 1.9775691628563459 absolute error 2.531308496145357e-14 relative error 1.2800100970876655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9775691628563712 y1[1] (numeric) 1.977569162856353 absolute error 1.8207657603852567e-14 relative error 9.207090172034084e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7839999999999143 y2[1] (analytic) 1.9773580594544695 y2[1] (numeric) 1.977358059454444 absolute error 2.55351295663786e-14 relative error 1.2913761088582738e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9773580594544695 y1[1] (numeric) 1.9773580594544513 absolute error 1.8207657603852567e-14 relative error 9.208073124032908e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7849999999999142 y2[1] (analytic) 1.97714597869459 y2[1] (numeric) 1.9771459786945642 absolute error 2.5757174171303632e-14 relative error 1.3027451917490583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.97714597869459 y1[1] (numeric) 1.9771459786945715 absolute error 1.84297022087776e-14 relative error 9.32136645820447e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.785999999999914 y2[1] (analytic) 1.9769329207888129 y2[1] (numeric) 1.9769329207887871 absolute error 2.5757174171303632e-14 relative error 1.3028855911320604e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9769329207888129 y1[1] (numeric) 1.9769329207887945 absolute error 1.84297022087776e-14 relative error 9.322371039996638e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.786999999999914 y2[1] (analytic) 1.9767188859501967 y2[1] (numeric) 1.9767188859501708 absolute error 2.5979218776228663e-14 relative error 1.3142596532506244e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9767188859501967 y1[1] (numeric) 1.976718885950178 absolute error 1.865174681370263e-14 relative error 9.435710331030124e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7879999999999139 y2[1] (analytic) 1.9765038743927756 y2[1] (numeric) 1.9765038743927497 absolute error 2.5979218776228663e-14 relative error 1.3144026233801356e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9765038743927756 y1[1] (numeric) 1.9765038743927572 absolute error 1.84297022087776e-14 relative error 9.324394678679594e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7889999999999138 y2[1] (analytic) 1.9762878863315618 y2[1] (numeric) 1.9762878863315356 absolute error 2.6201263381153694e-14 relative error 1.3257817123895435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9762878863315618 y1[1] (numeric) 1.9762878863315432 absolute error 1.865174681370263e-14 relative error 9.437768122095055e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7899999999999137 y2[1] (analytic) 1.976070921982543 y2[1] (numeric) 1.9760709219825165 absolute error 2.6423307986078726e-14 relative error 1.3371639495392642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.976070921982543 y1[1] (numeric) 1.976070921982524 absolute error 1.887379141862766e-14 relative error 9.551171068137602e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7909999999999136 y2[1] (analytic) 1.9758529815626833 y2[1] (numeric) 1.9758529815626569 absolute error 2.6423307986078726e-14 relative error 1.3373114413189175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9758529815626833 y1[1] (numeric) 1.9758529815626644 absolute error 1.887379141862766e-14 relative error 9.552224580849411e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7919999999999134 y2[1] (analytic) 1.9756340652899236 y2[1] (numeric) 1.975634065289897 absolute error 2.6645352591003757e-14 relative error 1.3486987827927314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9756340652899236 y1[1] (numeric) 1.9756340652899045 absolute error 1.9095836023552692e-14 relative error 9.665674610014576e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7929999999999133 y2[1] (analytic) 1.97541417338318 y2[1] (numeric) 1.9754141733831532 absolute error 2.6867397195928788e-14 relative error 1.3600893198976353e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.97541417338318 y1[1] (numeric) 1.9754141733831607 absolute error 1.9317880628477724e-14 relative error 9.779154614140023e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7939999999999132 y2[1] (analytic) 1.9751933060623441 y2[1] (numeric) 1.9751933060623172 absolute error 2.6867397195928788e-14 relative error 1.3602414059153742e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9751933060623441 y1[1] (numeric) 1.9751933060623248 absolute error 1.9317880628477724e-14 relative error 9.780248125176657e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.794999999999913 y2[1] (analytic) 1.9749714635482833 y2[1] (numeric) 1.9749714635482565 absolute error 2.6867397195928788e-14 relative error 1.360394197679097e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9749714635482833 y1[1] (numeric) 1.974971463548264 absolute error 1.9317880628477724e-14 relative error 9.781346710585242e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.795999999999913 y2[1] (analytic) 1.9747486460628405 y2[1] (numeric) 1.9747486460628134 absolute error 2.708944180085382e-14 relative error 1.37179189133075e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9747486460628405 y1[1] (numeric) 1.974748646062821 absolute error 1.9539925233402755e-14 relative error 9.894892330910328e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.796999999999913 y2[1] (analytic) 1.9745248538288327 y2[1] (numeric) 1.9745248538288056 absolute error 2.708944180085382e-14 relative error 1.3719473699368357e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9745248538288327 y1[1] (numeric) 1.9745248538288132 absolute error 1.9539925233402755e-14 relative error 9.896013815937831e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7979999999999128 y2[1] (analytic) 1.9743000870700524 y2[1] (numeric) 1.9743000870700251 absolute error 2.731148640577885e-14 relative error 1.3833503115684045e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9743000870700524 y1[1] (numeric) 1.9743000870700327 absolute error 1.9761969838327786e-14 relative error 1.000960794549496e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7989999999999127 y2[1] (analytic) 1.9740743460112662 y2[1] (numeric) 1.9740743460112387 absolute error 2.7533531010703882e-14 relative error 1.3947565382396568e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9740743460112662 y1[1] (numeric) 1.9740743460112462 absolute error 1.9984014443252818e-14 relative error 1.012323293883622e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7999999999999126 y2[1] (analytic) 1.9738476308782151 y2[1] (numeric) 1.9738476308781874 absolute error 2.7755575615628914e-14 relative error 1.406166067807359e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9738476308782151 y1[1] (numeric) 1.973847630878195 absolute error 2.020605904817785e-14 relative error 1.0236888973637574e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8009999999999124 y2[1] (analytic) 1.9736199418976144 y2[1] (numeric) 1.9736199418975864 absolute error 2.7977620220553945e-14 relative error 1.4175789181403266e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9736199418976144 y1[1] (numeric) 1.973619941897594 absolute error 2.042810365310288e-14 relative error 1.0350576227691273e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8019999999999123 y2[1] (analytic) 1.9733912792971526 y2[1] (numeric) 1.9733912792971247 absolute error 2.7977620220553945e-14 relative error 1.417743177142169e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9733912792971526 y1[1] (numeric) 1.9733912792971322 absolute error 2.042810365310288e-14 relative error 1.0351775579133298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8029999999999122 y2[1] (analytic) 1.9731616433054928 y2[1] (numeric) 1.9731616433054648 absolute error 2.7977620220553945e-14 relative error 1.4179081736904783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9731616433054928 y1[1] (numeric) 1.9731616433054724 absolute error 2.042810365310288e-14 relative error 1.035298031583524e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8039999999999121 y2[1] (analytic) 1.9729310341522708 y2[1] (numeric) 1.9729310341522428 absolute error 2.7977620220553945e-14 relative error 1.4180739081219518e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9729310341522708 y1[1] (numeric) 1.9729310341522504 absolute error 2.042810365310288e-14 relative error 1.035419044025552e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.804999999999912 y2[1] (analytic) 1.9726994520680958 y2[1] (numeric) 1.9726994520680676 absolute error 2.8199664825478976e-14 relative error 1.4294962568127457e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9726994520680958 y1[1] (numeric) 1.9726994520680752 absolute error 2.0650148258027912e-14 relative error 1.0467964715242942e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.805999999999912 y2[1] (analytic) 1.9724668972845498 y2[1] (numeric) 1.9724668972845214 absolute error 2.842170943040401e-14 relative error 1.4409219982110487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9724668972845498 y1[1] (numeric) 1.972466897284529 absolute error 2.0872192862952943e-14 relative error 1.0581770924362389e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8069999999999118 y2[1] (analytic) 1.9722333700341874 y2[1] (numeric) 1.972233370034159 absolute error 2.842170943040401e-14 relative error 1.4410926142027165e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9722333700341874 y1[1] (numeric) 1.9722333700341665 absolute error 2.0872192862952943e-14 relative error 1.05830238855512e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8079999999999117 y2[1] (analytic) 1.9719988705505362 y2[1] (numeric) 1.9719988705505076 absolute error 2.864375403532904e-14 relative error 1.4525238560269748e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9719988705505362 y1[1] (numeric) 1.9719988705505151 absolute error 2.1094237467877974e-14 relative error 1.069688111027617e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8089999999999116 y2[1] (analytic) 1.9717633990680952 y2[1] (numeric) 1.9717633990680665 absolute error 2.864375403532904e-14 relative error 1.4526973190022086e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9717633990680952 y1[1] (numeric) 1.971763399068074 absolute error 2.1094237467877974e-14 relative error 1.0698158550791458e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8099999999999115 y2[1] (analytic) 1.9715269558223363 y2[1] (numeric) 1.9715269558223074 absolute error 2.886579864025407e-14 relative error 1.4641341096051089e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9715269558223363 y1[1] (numeric) 1.971526955822315 absolute error 2.1316282072803006e-14 relative error 1.0812067270930034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8109999999999113 y2[1] (analytic) 1.9712895410497024 y2[1] (numeric) 1.9712895410496734 absolute error 2.90878432451791e-14 relative error 1.4755743709617594e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9712895410497024 y1[1] (numeric) 1.9712895410496811 absolute error 2.1316282072803006e-14 relative error 1.0813369436055643e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8119999999999112 y2[1] (analytic) 1.9710511549876086 y2[1] (numeric) 1.9710511549875793 absolute error 2.930988785010413e-14 relative error 1.4870181210638542e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9710511549876086 y1[1] (numeric) 1.971051154987587 absolute error 2.1538326677728037e-14 relative error 1.092733013206014e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8129999999999111 y2[1] (analytic) 1.9708117978744406 y2[1] (numeric) 1.9708117978744113 absolute error 2.930988785010413e-14 relative error 1.4871987209390275e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9708117978744406 y1[1] (numeric) 1.970811797874419 absolute error 2.1538326677728037e-14 relative error 1.092865726750649e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.813999999999911 y2[1] (analytic) 1.9705714699495556 y2[1] (numeric) 1.9705714699495263 absolute error 2.930988785010413e-14 relative error 1.4873800974523616e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9705714699495556 y1[1] (numeric) 1.970571469949534 absolute error 2.1538326677728037e-14 relative error 1.0929990110066596e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.814999999999911 y2[1] (analytic) 1.9703301714532815 y2[1] (numeric) 1.9703301714532522 absolute error 2.930988785010413e-14 relative error 1.4875622509747018e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9703301714532815 y1[1] (numeric) 1.97033017145326 absolute error 2.1538326677728037e-14 relative error 1.0931328662465611e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8159999999999108 y2[1] (analytic) 1.970087902626917 y2[1] (numeric) 1.9700879026268874 absolute error 2.9531932455029164e-14 relative error 1.4990159787109632e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.970087902626917 y1[1] (numeric) 1.9700879026268951 absolute error 2.1760371282653068e-14 relative error 1.1045380895764992e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8169999999999107 y2[1] (analytic) 1.9698446637127305 y2[1] (numeric) 1.9698446637127007 absolute error 2.9753977059954195e-14 relative error 1.5104732676674308e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9698446637127305 y1[1] (numeric) 1.9698446637127087 absolute error 2.1760371282653068e-14 relative error 1.1046744793388674e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8179999999999106 y2[1] (analytic) 1.9696004549539612 y2[1] (numeric) 1.9696004549539312 absolute error 2.9976021664879227e-14 relative error 1.5219341359047314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9696004549539612 y1[1] (numeric) 1.9696004549539392 absolute error 2.19824158875781e-14 relative error 1.116085032996803e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8189999999999105 y2[1] (analytic) 1.969355276594818 y2[1] (numeric) 1.9693552765947877 absolute error 3.019806626980426e-14 relative error 1.533398601496591e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.969355276594818 y1[1] (numeric) 1.9693552765947957 absolute error 2.220446049250313e-14 relative error 1.1274989716886698e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8199999999999104 y2[1] (analytic) 1.9691091288804785 y2[1] (numeric) 1.9691091288804483 absolute error 3.019806626980426e-14 relative error 1.5335902833873474e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9691091288804785 y1[1] (numeric) 1.9691091288804563 absolute error 2.220446049250313e-14 relative error 1.1276399142554024e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8209999999999102 y2[1] (analytic) 1.968862012057091 y2[1] (numeric) 1.9688620120570608 absolute error 3.019806626980426e-14 relative error 1.533782768161236e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.968862012057091 y1[1] (numeric) 1.9688620120570688 absolute error 2.220446049250313e-14 relative error 1.1277814471773793e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8219999999999101 y2[1] (analytic) 1.9686139263717723 y2[1] (numeric) 1.968613926371742 absolute error 3.042011087472929e-14 relative error 1.5452552919197655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9686139263717723 y1[1] (numeric) 1.96861392637175 absolute error 2.2426505097428162e-14 relative error 1.139202806451798e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.82299999999991 y2[1] (analytic) 1.9683648720726081 y2[1] (numeric) 1.9683648720725775 absolute error 3.064215547965432e-14 relative error 1.5567314736413365e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9683648720726081 y1[1] (numeric) 1.9683648720725855 absolute error 2.2648549702353193e-14 relative error 1.1506276109522921e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.82399999999991 y2[1] (analytic) 1.9681148494086522 y2[1] (numeric) 1.9681148494086216 absolute error 3.064215547965432e-14 relative error 1.5569292355505161e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9681148494086522 y1[1] (numeric) 1.9681148494086296 absolute error 2.2648549702353193e-14 relative error 1.1507737827982076e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8249999999999098 y2[1] (analytic) 1.9678638586299277 y2[1] (numeric) 1.9678638586298969 absolute error 3.086420008457935e-14 relative error 1.5684113486421628e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9678638586299277 y1[1] (numeric) 1.967863858629905 absolute error 2.2648549702353193e-14 relative error 1.1509205579964071e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8259999999999097 y2[1] (analytic) 1.9676118999874253 y2[1] (numeric) 1.9676118999873944 absolute error 3.086420008457935e-14 relative error 1.5686121884491855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9676118999874253 y1[1] (numeric) 1.9676118999874026 absolute error 2.2648549702353193e-14 relative error 1.1510679368476038e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8269999999999096 y2[1] (analytic) 1.9673589737331034 y2[1] (numeric) 1.9673589737330723 absolute error 3.108624468950438e-14 relative error 1.5801002818777706e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9673589737331034 y1[1] (numeric) 1.9673589737330808 absolute error 2.2648549702353193e-14 relative error 1.1512159196538044e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8279999999999095 y2[1] (analytic) 1.9671050801198886 y2[1] (numeric) 1.9671050801198573 absolute error 3.1308289294429414e-14 relative error 1.5915921122282535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9671050801198886 y1[1] (numeric) 1.9671050801198657 absolute error 2.2870594307278225e-14 relative error 1.1626523940390789e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8289999999999094 y2[1] (analytic) 1.9668502194016741 y2[1] (numeric) 1.9668502194016426 absolute error 3.1530333899354446e-14 relative error 1.6030876976969875e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9668502194016741 y1[1] (numeric) 1.9668502194016513 absolute error 2.2870594307278225e-14 relative error 1.1628030483295051e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8299999999999093 y2[1] (analytic) 1.9665943918333209 y2[1] (numeric) 1.966594391833289 absolute error 3.175237850427948e-14 relative error 1.6145870564940906e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9665943918333209 y1[1] (numeric) 1.966594391833298 absolute error 2.2870594307278225e-14 relative error 1.1629543134188204e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8309999999999091 y2[1] (analytic) 1.9663375976706563 y2[1] (numeric) 1.9663375976706243 absolute error 3.197442310920451e-14 relative error 1.6260902068435115e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9663375976706563 y1[1] (numeric) 1.9663375976706332 absolute error 2.3092638912203256e-14 relative error 1.1743984827203138e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.831999999999909 y2[1] (analytic) 1.9660798371704746 y2[1] (numeric) 1.9660798371704424 absolute error 3.219646771412954e-14 relative error 1.637597166983095e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9660798371704746 y1[1] (numeric) 1.9660798371704513 absolute error 2.3314683517128287e-14 relative error 1.1858462243670688e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.832999999999909 y2[1] (analytic) 1.9658211105905363 y2[1] (numeric) 1.965821110590504 absolute error 3.241851231905457e-14 relative error 1.6491079551646482e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9658211105905363 y1[1] (numeric) 1.9658211105905128 absolute error 2.353672812205332e-14 relative error 1.1972975564894021e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8339999999999088 y2[1] (analytic) 1.9655614181895678 y2[1] (numeric) 1.9655614181895353 absolute error 3.241851231905457e-14 relative error 1.6493258373434343e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9655614181895678 y1[1] (numeric) 1.9655614181895442 absolute error 2.353672812205332e-14 relative error 1.1974557449205757e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8349999999999087 y2[1] (analytic) 1.9653007602272616 y2[1] (numeric) 1.965300760227229 absolute error 3.26405569239796e-14 relative error 1.6608428381315613e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9653007602272616 y1[1] (numeric) 1.9653007602272379 absolute error 2.375877272697835e-14 relative error 1.208912814150184e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8359999999999086 y2[1] (analytic) 1.9650391369642755 y2[1] (numeric) 1.9650391369642428 absolute error 3.26405569239796e-14 relative error 1.661063961016315e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9650391369642755 y1[1] (numeric) 1.9650391369642517 absolute error 2.375877272697835e-14 relative error 1.2090737675424877e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8369999999999085 y2[1] (analytic) 1.964776548662233 y2[1] (numeric) 1.9647765486622002 absolute error 3.2862601528904634e-14 relative error 1.672587223787863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.964776548662233 y1[1] (numeric) 1.964776548662209 absolute error 2.398081733190338e-14 relative error 1.220536622764116e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8379999999999084 y2[1] (analytic) 1.9645129955837222 y2[1] (numeric) 1.9645129955836893 absolute error 3.2862601528904634e-14 relative error 1.6728116129941945e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9645129955837222 y1[1] (numeric) 1.9645129955836982 absolute error 2.398081733190338e-14 relative error 1.2207003662390069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8389999999999083 y2[1] (analytic) 1.9642484779922962 y2[1] (numeric) 1.964248477992263 absolute error 3.3084646133829665e-14 relative error 1.6843411872028658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9642484779922962 y1[1] (numeric) 1.964248477992272 absolute error 2.4202861936828413e-14 relative error 1.2321690564101502e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8399999999999082 y2[1] (analytic) 1.9639829961524726 y2[1] (numeric) 1.9639829961524393 absolute error 3.3306690738754696e-14 relative error 1.6958746997302899e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9639829961524726 y1[1] (numeric) 1.9639829961524482 absolute error 2.4424906541753444e-14 relative error 1.2436414464688792e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.840999999999908 y2[1] (analytic) 1.9637165503297331 y2[1] (numeric) 1.9637165503296996 absolute error 3.352873534367973e-14 relative error 1.7074121689329258e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9637165503297331 y1[1] (numeric) 1.9637165503297087 absolute error 2.4424906541753444e-14 relative error 1.2438101892888864e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.841999999999908 y2[1] (analytic) 1.9634491407905237 y2[1] (numeric) 1.96344914079049 absolute error 3.375077994860476e-14 relative error 1.7189536131817514e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9634491407905237 y1[1] (numeric) 1.963449140790499 absolute error 2.4646951146678475e-14 relative error 1.2552884938366738e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8429999999999078 y2[1] (analytic) 1.9631807678022537 y2[1] (numeric) 1.9631807678022197 absolute error 3.397282455352979e-14 relative error 1.7304990508623293e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9631807678022537 y1[1] (numeric) 1.9631807678022288 absolute error 2.4868995751603507e-14 relative error 1.2667705470364764e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8439999999999077 y2[1] (analytic) 1.9629114316332963 y2[1] (numeric) 1.962911431633262 absolute error 3.419486915845482e-14 relative error 1.7420485003748748e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9629114316332963 y1[1] (numeric) 1.9629114316332712 absolute error 2.5091040356528538e-14 relative error 1.2782563671581872e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8449999999999076 y2[1] (analytic) 1.9626411325529873 y2[1] (numeric) 1.9626411325529531 absolute error 3.419486915845482e-14 relative error 1.7422884189721642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9626411325529873 y1[1] (numeric) 1.9626411325529622 absolute error 2.5091040356528538e-14 relative error 1.278432411323731e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8459999999999075 y2[1] (analytic) 1.962369870831626 y2[1] (numeric) 1.9623698708315918 absolute error 3.419486915845482e-14 relative error 1.7425292584605112e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.962369870831626 y1[1] (numeric) 1.9623698708316009 absolute error 2.5091040356528538e-14 relative error 1.2786091312080374e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8469999999999074 y2[1] (analytic) 1.962097646740474 y2[1] (numeric) 1.9620976467404396 absolute error 3.441691376337985e-14 relative error 1.7540877142661477e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.962097646740474 y1[1] (numeric) 1.962097646740449 absolute error 2.5091040356528538e-14 relative error 1.2787865271746753e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8479999999999073 y2[1] (analytic) 1.9618244605517556 y2[1] (numeric) 1.961824460551721 absolute error 3.4638958368304884e-14 relative error 1.7656502436799473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9618244605517556 y1[1] (numeric) 1.9618244605517303 absolute error 2.531308496145357e-14 relative error 1.2902828703815e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8489999999999072 y2[1] (analytic) 1.9615503125386566 y2[1] (numeric) 1.961550312538622 absolute error 3.4638958368304884e-14 relative error 1.765897012525507e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9615503125386566 y1[1] (numeric) 1.9615503125386313 absolute error 2.531308496145357e-14 relative error 1.2904632014609475e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.849999999999907 y2[1] (analytic) 1.9612752029753255 y2[1] (numeric) 1.9612752029752907 absolute error 3.4861002973229915e-14 relative error 1.7774661567303002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9612752029753255 y1[1] (numeric) 1.9612752029753 absolute error 2.55351295663786e-14 relative error 1.3019656562037232e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.850999999999907 y2[1] (analytic) 1.9609991321368714 y2[1] (numeric) 1.9609991321368365 absolute error 3.4861002973229915e-14 relative error 1.7777163896672612e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9609991321368714 y1[1] (numeric) 1.9609991321368458 absolute error 2.55351295663786e-14 relative error 1.3021489478454462e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8519999999999068 y2[1] (analytic) 1.9607221002993653 y2[1] (numeric) 1.9607221002993303 absolute error 3.5083047578154947e-14 relative error 1.7892921986648911e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9607221002993653 y1[1] (numeric) 1.9607221002993396 absolute error 2.5757174171303632e-14 relative error 1.3136575635767556e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8529999999999067 y2[1] (analytic) 1.9604441077398387 y2[1] (numeric) 1.9604441077398036 absolute error 3.5083047578154947e-14 relative error 1.7895459217453321e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9604441077398387 y1[1] (numeric) 1.9604441077398131 absolute error 2.55351295663786e-14 relative error 1.3025176012703366e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8539999999999066 y2[1] (analytic) 1.9601651547362846 y2[1] (numeric) 1.9601651547362493 absolute error 3.530509218307998e-14 relative error 1.8011284456196668e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9601651547362846 y1[1] (numeric) 1.9601651547362589 absolute error 2.5757174171303632e-14 relative error 1.3140308156722096e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8549999999999065 y2[1] (analytic) 1.959885241567656 y2[1] (numeric) 1.9598852415676202 absolute error 3.574918139293004e-14 relative error 1.8240446243850124e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.959885241567656 y1[1] (numeric) 1.95988524156763 absolute error 2.5979218776228663e-14 relative error 1.3255479568512201e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8559999999999064 y2[1] (analytic) 1.9596043685138653 y2[1] (numeric) 1.9596043685138296 absolute error 3.574918139293004e-14 relative error 1.824306067455937e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9596043685138653 y1[1] (numeric) 1.9596043685138396 absolute error 2.5757174171303632e-14 relative error 1.3144068560552091e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8569999999999063 y2[1] (analytic) 1.9593225358557866 y2[1] (numeric) 1.9593225358557504 absolute error 3.6193270602780103e-14 relative error 1.8472339260351396e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9593225358557866 y1[1] (numeric) 1.9593225358557604 absolute error 2.6201263381153694e-14 relative error 1.3372613697677697e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8579999999999062 y2[1] (analytic) 1.9590397438752516 y2[1] (numeric) 1.9590397438752154 absolute error 3.6193270602780103e-14 relative error 1.84750057858371e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9590397438752516 y1[1] (numeric) 1.9590397438752254 absolute error 2.6201263381153694e-14 relative error 1.3374544065820723e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.858999999999906 y2[1] (analytic) 1.9587559928550529 y2[1] (numeric) 1.9587559928550164 absolute error 3.6415315207705135e-14 relative error 1.8591042141306598e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9587559928550529 y1[1] (numeric) 1.9587559928550264 absolute error 2.6423307986078726e-14 relative error 1.3489841553752958e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.859999999999906 y2[1] (analytic) 1.958471283078941 y2[1] (numeric) 1.9584712830789046 absolute error 3.6415315207705135e-14 relative error 1.859374478570658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.958471283078941 y1[1] (numeric) 1.9584712830789146 absolute error 2.6423307986078726e-14 relative error 1.3491802618896848e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8609999999999058 y2[1] (analytic) 1.958185614831626 y2[1] (numeric) 1.9581856148315895 absolute error 3.6415315207705135e-14 relative error 1.85964573183918e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.958185614831626 y1[1] (numeric) 1.9581856148315995 absolute error 2.6423307986078726e-14 relative error 1.3493770859076977e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8619999999999057 y2[1] (analytic) 1.957898988398776 y2[1] (numeric) 1.9578989883987394 absolute error 3.6637359812630166e-14 relative error 1.8712589377551703e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.957898988398776 y1[1] (numeric) 1.9578989883987494 absolute error 2.6645352591003757e-14 relative error 1.3609155910946694e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8629999999999056 y2[1] (analytic) 1.9576114040670176 y2[1] (numeric) 1.9576114040669808 absolute error 3.68594044175552e-14 relative error 1.88287646572646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9576114040670176 y1[1] (numeric) 1.9576114040669907 absolute error 2.6867397195928788e-14 relative error 1.372458146704227e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8639999999999055 y2[1] (analytic) 1.9573228621239347 y2[1] (numeric) 1.9573228621238978 absolute error 3.68594044175552e-14 relative error 1.8831540330325595e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9573228621239347 y1[1] (numeric) 1.9573228621239078 absolute error 2.6867397195928788e-14 relative error 1.3726604698610825e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8649999999999054 y2[1] (analytic) 1.9570333628580694 y2[1] (numeric) 1.9570333628580325 absolute error 3.68594044175552e-14 relative error 1.883432603505818e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9570333628580694 y1[1] (numeric) 1.9570333628580425 absolute error 2.6867397195928788e-14 relative error 1.3728635242421926e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8659999999999053 y2[1] (analytic) 1.9567429065589212 y2[1] (numeric) 1.9567429065588842 absolute error 3.708144902248023e-14 relative error 1.8950598414428765e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9567429065589212 y1[1] (numeric) 1.9567429065588942 absolute error 2.708944180085382e-14 relative error 1.3844149739882093e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8669999999999052 y2[1] (analytic) 1.9564514935169461 y2[1] (numeric) 1.9564514935169088 absolute error 3.730349362740526e-14 relative error 1.906691464164437e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9564514935169461 y1[1] (numeric) 1.9564514935169188 absolute error 2.731148640577885e-14 relative error 1.3959705362632487e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.867999999999905 y2[1] (analytic) 1.9561591240235572 y2[1] (numeric) 1.9561591240235199 absolute error 3.730349362740526e-14 relative error 1.906976440172054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9561591240235572 y1[1] (numeric) 1.9561591240235299 absolute error 2.731148640577885e-14 relative error 1.3961791794116821e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.868999999999905 y2[1] (analytic) 1.955865798371124 y2[1] (numeric) 1.9558657983710865 absolute error 3.752553823233029e-14 relative error 1.918615186357988e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.955865798371124 y1[1] (numeric) 1.9558657983710965 absolute error 2.7533531010703882e-14 relative error 1.4077413201679911e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8699999999999048 y2[1] (analytic) 1.955571516852972 y2[1] (numeric) 1.9555715168529344 absolute error 3.752553823233029e-14 relative error 1.9189039065530436e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.955571516852972 y1[1] (numeric) 1.9555715168529444 absolute error 2.7533531010703882e-14 relative error 1.4079531622046e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8709999999999047 y2[1] (analytic) 1.9552762797633827 y2[1] (numeric) 1.955276279763345 absolute error 3.774758283725532e-14 relative error 1.930549827046607e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9552762797633827 y1[1] (numeric) 1.9552762797633552 absolute error 2.7533531010703882e-14 relative error 1.4081657561987019e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8719999999999046 y2[1] (analytic) 1.9549800873975935 y2[1] (numeric) 1.9549800873975554 absolute error 3.8191672047105385e-14 relative error 1.953558110044226e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9549800873975935 y1[1] (numeric) 1.9549800873975658 absolute error 2.7755575615628914e-14 relative error 1.4197369985786525e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8729999999999045 y2[1] (analytic) 1.9546829400517964 y2[1] (numeric) 1.954682940051758 absolute error 3.8413716652030416e-14 relative error 1.965214708990733e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9546829400517964 y1[1] (numeric) 1.9546829400517685 absolute error 2.7977620220553945e-14 relative error 1.4313124470105918e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8739999999999044 y2[1] (analytic) 1.9543848380231386 y2[1] (numeric) 1.9543848380231001 absolute error 3.8413716652030416e-14 relative error 1.965514462897999e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9543848380231386 y1[1] (numeric) 1.9543848380231106 absolute error 2.7977620220553945e-14 relative error 1.4315307648852477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8749999999999043 y2[1] (analytic) 1.9540857816097223 y2[1] (numeric) 1.954085781609684 absolute error 3.8413716652030416e-14 relative error 1.9658152683750785e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9540857816097223 y1[1] (numeric) 1.9540857816096944 absolute error 2.7977620220553945e-14 relative error 1.4317498486431208e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8759999999999042 y2[1] (analytic) 1.9537857711106041 y2[1] (numeric) 1.9537857711105655 absolute error 3.863576125695545e-14 relative error 1.977481964923588e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9537857711106041 y1[1] (numeric) 1.953785771110576 absolute error 2.8199664825478976e-14 relative error 1.4433345376166416e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.876999999999904 y2[1] (analytic) 1.9534848068257944 y2[1] (numeric) 1.9534848068257555 absolute error 3.885780586188048e-14 relative error 1.989153216145064e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9534848068257944 y1[1] (numeric) 1.953484806825766 absolute error 2.842170943040401e-14 relative error 1.4549234952375325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.877999999999904 y2[1] (analytic) 1.953182889056257 y2[1] (numeric) 1.9531828890562182 absolute error 3.885780586188048e-14 relative error 1.989460694111235e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.953182889056257 y1[1] (numeric) 1.9531828890562286 absolute error 2.842170943040401e-14 relative error 1.4551483934070745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8789999999999039 y2[1] (analytic) 1.9528800181039103 y2[1] (numeric) 1.9528800181038712 absolute error 3.907985046680551e-14 relative error 2.0011393482713243e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9528800181039103 y1[1] (numeric) 1.9528800181038817 absolute error 2.864375403532904e-14 relative error 1.4667441814034138e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8799999999999037 y2[1] (analytic) 1.9525761942716247 y2[1] (numeric) 1.9525761942715856 absolute error 3.907985046680551e-14 relative error 2.001450728604401e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9525761942716247 y1[1] (numeric) 1.952576194271596 absolute error 2.864375403532904e-14 relative error 1.4669724090339074e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8809999999999036 y2[1] (analytic) 1.9522714178632241 y2[1] (numeric) 1.952271417863185 absolute error 3.907985046680551e-14 relative error 2.001763182579331e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9522714178632241 y1[1] (numeric) 1.9522714178631955 absolute error 2.864375403532904e-14 relative error 1.467201423595078e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8819999999999035 y2[1] (analytic) 1.9519656891834853 y2[1] (numeric) 1.9519656891834458 absolute error 3.952393967665557e-14 relative error 2.0248275825580003e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9519656891834853 y1[1] (numeric) 1.9519656891834565 absolute error 2.886579864025407e-14 relative error 1.4788066614187642e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8829999999999034 y2[1] (analytic) 1.9516590085381365 y2[1] (numeric) 1.951659008538097 absolute error 3.952393967665557e-14 relative error 2.0251457607986778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9516590085381365 y1[1] (numeric) 1.9516590085381076 absolute error 2.886579864025407e-14 relative error 1.4790390387855511e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8839999999999033 y2[1] (analytic) 1.9513513762338583 y2[1] (numeric) 1.9513513762338188 absolute error 3.952393967665557e-14 relative error 2.0254650268542334e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9513513762338583 y1[1] (numeric) 1.9513513762338295 absolute error 2.886579864025407e-14 relative error 1.4792722106238783e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8849999999999032 y2[1] (analytic) 1.9510427925782834 y2[1] (numeric) 1.9510427925782436 absolute error 3.9745984281580604e-14 relative error 2.0371661981363662e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9510427925782834 y1[1] (numeric) 1.9510427925782543 absolute error 2.90878432451791e-14 relative error 1.4908869941668378e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.885999999999903 y2[1] (analytic) 1.950733257879995 y2[1] (numeric) 1.9507332578799552 absolute error 3.9745984281580604e-14 relative error 2.037489447674434e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.950733257879995 y1[1] (numeric) 1.9507332578799659 absolute error 2.90878432451791e-14 relative error 1.49112356226453e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.886999999999903 y2[1] (analytic) 1.950422772448528 y2[1] (numeric) 1.9504227724484882 absolute error 3.9745984281580604e-14 relative error 2.037813793144148e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.950422772448528 y1[1] (numeric) 1.9504227724484988 absolute error 2.90878432451791e-14 relative error 1.4913609324127564e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8879999999999029 y2[1] (analytic) 1.9501113365943676 y2[1] (numeric) 1.9501113365943277 absolute error 3.9968028886505635e-14 relative error 2.049525487929573e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9501113365943676 y1[1] (numeric) 1.9501113365943386 absolute error 2.90878432451791e-14 relative error 1.4915991051043004e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8889999999999028 y2[1] (analytic) 1.9497989506289501 y2[1] (numeric) 1.94979895062891 absolute error 4.0190073491430667e-14 relative error 2.0612419284801893e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9497989506289501 y1[1] (numeric) 1.9497989506289208 absolute error 2.930988785010413e-14 relative error 1.5032261577866575e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8899999999999026 y2[1] (analytic) 1.949485614864661 y2[1] (numeric) 1.9494856148646207 absolute error 4.04121180963557e-14 relative error 2.0729631338757646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.949485614864661 y1[1] (numeric) 1.9494856148646316 absolute error 2.9531932455029164e-14 relative error 1.5148576747553665e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8909999999999025 y2[1] (analytic) 1.949171329614836 y2[1] (numeric) 1.9491713296147957 absolute error 4.04121180963557e-14 relative error 2.0732973793710216e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.949171329614836 y1[1] (numeric) 1.9491713296148065 absolute error 2.9531932455029164e-14 relative error 1.5151019310788237e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8919999999999024 y2[1] (analytic) 1.9488560951937608 y2[1] (numeric) 1.9488560951937202 absolute error 4.063416270128073e-14 relative error 2.0850263291113223e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9488560951937608 y1[1] (numeric) 1.948856095193731 absolute error 2.9753977059954195e-14 relative error 1.5267405907153946e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8929999999999023 y2[1] (analytic) 1.9485399119166693 y2[1] (numeric) 1.9485399119166285 absolute error 4.085620730620576e-14 relative error 2.096760094896789e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9485399119166693 y1[1] (numeric) 1.9485399119166393 absolute error 2.9976021664879227e-14 relative error 1.5383837652775353e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8939999999999022 y2[1] (analytic) 1.948222780099745 y2[1] (numeric) 1.9482227800997038 absolute error 4.107825191113079e-14 relative error 2.108498695874384e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.948222780099745 y1[1] (numeric) 1.9482227800997147 absolute error 3.019806626980426e-14 relative error 1.5500314737238716e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.894999999999902 y2[1] (analytic) 1.9479047000601195 y2[1] (numeric) 1.9479047000600782 absolute error 4.1300296516055823e-14 relative error 2.1202421512089962e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9479047000601195 y1[1] (numeric) 1.947904700060089 absolute error 3.042011087472929e-14 relative error 1.5616837350302822e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.895999999999902 y2[1] (analytic) 1.9475856721158729 y2[1] (numeric) 1.9475856721158316 absolute error 4.1300296516055823e-14 relative error 2.120589461473438e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9475856721158729 y1[1] (numeric) 1.9475856721158424 absolute error 3.042011087472929e-14 relative error 1.5619395495798977e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8969999999999019 y2[1] (analytic) 1.947265696586033 y2[1] (numeric) 1.9472656965859918 absolute error 4.1300296516055823e-14 relative error 2.1209379176382526e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.947265696586033 y1[1] (numeric) 1.9472656965860027 absolute error 3.042011087472929e-14 relative error 1.5621962081529064e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8979999999999018 y2[1] (analytic) 1.9469447737905758 y2[1] (numeric) 1.9469447737905343 absolute error 4.1522341120980855e-14 relative error 2.132692292043782e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9469447737905758 y1[1] (numeric) 1.9469447737905452 absolute error 3.064215547965432e-14 relative error 1.5738584828986197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8989999999999017 y2[1] (analytic) 1.9466229040504237 y2[1] (numeric) 1.946622904050382 absolute error 4.1744385725905886e-14 relative error 2.144451585309436e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9466229040504237 y1[1] (numeric) 1.9466229040503928 absolute error 3.086420008457935e-14 relative error 1.5855253742447423e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8999999999999015 y2[1] (analytic) 1.9463000876874463 y2[1] (numeric) 1.9463000876874044 absolute error 4.196643033083092e-14 relative error 2.1562158166829537e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9463000876874463 y1[1] (numeric) 1.9463000876874152 absolute error 3.108624468950438e-14 relative error 1.5971969012466324e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9009999999999014 y2[1] (analytic) 1.9459763250244602 y2[1] (numeric) 1.945976325024418 absolute error 4.218847493575595e-14 relative error 2.1679850054304055e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9459763250244602 y1[1] (numeric) 1.9459763250244289 absolute error 3.1308289294429414e-14 relative error 1.6088730829773009e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9019999999999013 y2[1] (analytic) 1.9456516163852278 y2[1] (numeric) 1.9456516163851854 absolute error 4.241051954068098e-14 relative error 2.1797591708362623e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9456516163852278 y1[1] (numeric) 1.9456516163851962 absolute error 3.1530333899354446e-14 relative error 1.6205539385274832e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9029999999999012 y2[1] (analytic) 1.9453259620944579 y2[1] (numeric) 1.9453259620944152 absolute error 4.263256414560601e-14 relative error 2.1915383322034713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9453259620944579 y1[1] (numeric) 1.945325962094426 absolute error 3.175237850427948e-14 relative error 1.6322394870057103e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.903999999999901 y2[1] (analytic) 1.9449993624778044 y2[1] (numeric) 1.9449993624777617 absolute error 4.263256414560601e-14 relative error 2.191906330051176e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9449993624778044 y1[1] (numeric) 1.9449993624777726 absolute error 3.175237850427948e-14 relative error 1.6325135687360322e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.904999999999901 y2[1] (analytic) 1.9446718178618676 y2[1] (numeric) 1.9446718178618245 absolute error 4.3076653355456074e-14 relative error 2.2151117201265402e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9446718178618676 y1[1] (numeric) 1.9446718178618354 absolute error 3.219646771412954e-14 relative error 1.6556247392698368e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9059999999999009 y2[1] (analytic) 1.9443433285741913 y2[1] (numeric) 1.9443433285741483 absolute error 4.3076653355456074e-14 relative error 2.2154859546870594e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9443433285741913 y1[1] (numeric) 1.9443433285741591 absolute error 3.219646771412954e-14 relative error 1.655904450668163e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9069999999999008 y2[1] (analytic) 1.9440138949432653 y2[1] (numeric) 1.9440138949432222 absolute error 4.3076653355456074e-14 relative error 2.2158613921179424e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9440138949432653 y1[1] (numeric) 1.944013894943233 absolute error 3.219646771412954e-14 relative error 1.6561850611190807e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9079999999999007 y2[1] (analytic) 1.943683517298523 y2[1] (numeric) 1.9436835172984797 absolute error 4.3298697960381105e-14 relative error 2.2276619405900444e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.943683517298523 y1[1] (numeric) 1.9436835172984905 absolute error 3.241851231905457e-14 relative error 1.6678904785956228e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9089999999999006 y2[1] (analytic) 1.9433521959703421 y2[1] (numeric) 1.9433521959702986 absolute error 4.3520742565306136e-14 relative error 2.2394675888163256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9433521959703421 y1[1] (numeric) 1.9433521959703095 absolute error 3.26405569239796e-14 relative error 1.6796006916122442e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9099999999999004 y2[1] (analytic) 1.9430199312900438 y2[1] (numeric) 1.94301993129 absolute error 4.374278717023117e-14 relative error 2.2512783562229693e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9430199312900438 y1[1] (numeric) 1.9430199312900112 absolute error 3.26405569239796e-14 relative error 1.679887910481099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9109999999999003 y2[1] (analytic) 1.9426867235898926 y2[1] (numeric) 1.9426867235898488 absolute error 4.374278717023117e-14 relative error 2.251664493253901e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9426867235898926 y1[1] (numeric) 1.94268672358986 absolute error 3.26405569239796e-14 relative error 1.680176043189459e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9119999999999002 y2[1] (analytic) 1.9423525732030966 y2[1] (numeric) 1.9423525732030527 absolute error 4.39648317751562e-14 relative error 2.2634835910688776e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9423525732030966 y1[1] (numeric) 1.9423525732030638 absolute error 3.2862601528904634e-14 relative error 1.6918968256474438e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9129999999999001 y2[1] (analytic) 1.942017480463806 y2[1] (numeric) 1.9420174804637618 absolute error 4.418687638008123e-14 relative error 2.2753078602324535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.942017480463806 y1[1] (numeric) 1.9420174804637729 absolute error 3.3084646133829665e-14 relative error 1.703622468214249e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9139999999999 y2[1] (analytic) 1.941681445707113 y2[1] (numeric) 1.941681445707069 absolute error 4.39648317751562e-14 relative error 2.2642659470408277e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.941681445707113 y1[1] (numeric) 1.9416814457070801 absolute error 3.2862601528904634e-14 relative error 1.6924816169800128e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9149999999999 y2[1] (analytic) 1.9413444692690534 y2[1] (numeric) 1.941344469269009 absolute error 4.440892098500626e-14 relative error 2.2875343190241202e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9413444692690534 y1[1] (numeric) 1.94134446926902 absolute error 3.3306690738754696e-14 relative error 1.7156507392680902e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9159999999998998 y2[1] (analytic) 1.9410065514866024 y2[1] (numeric) 1.941006551486558 absolute error 4.440892098500626e-14 relative error 2.2879325652452745e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9410065514866024 y1[1] (numeric) 1.941006551486569 absolute error 3.3306690738754696e-14 relative error 1.7159494239339559e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9169999999998997 y2[1] (analytic) 1.9406676926976787 y2[1] (numeric) 1.940667692697634 absolute error 4.463096558993129e-14 relative error 2.299773720038117e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9406676926976787 y1[1] (numeric) 1.9406676926976452 absolute error 3.352873534367973e-14 relative error 1.7276907051032618e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9179999999998996 y2[1] (analytic) 1.9403278932411405 y2[1] (numeric) 1.9403278932410957 absolute error 4.4853010194856324e-14 relative error 2.3116201313755e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9403278932411405 y1[1] (numeric) 1.940327893241107 absolute error 3.352873534367973e-14 relative error 1.7279932665232698e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9189999999998995 y2[1] (analytic) 1.9399871534567876 y2[1] (numeric) 1.9399871534567426 absolute error 4.5075054799781356e-14 relative error 2.3234718188449788e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9399871534567876 y1[1] (numeric) 1.9399871534567539 absolute error 3.375077994860476e-14 relative error 1.7397424456376197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9199999999998993 y2[1] (analytic) 1.9396454736853594 y2[1] (numeric) 1.9396454736853141 absolute error 4.529709940470639e-14 relative error 2.3353288020537655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9396454736853594 y1[1] (numeric) 1.9396454736853257 absolute error 3.375077994860476e-14 relative error 1.740048911334178e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9209999999998992 y2[1] (analytic) 1.939302854268536 y2[1] (numeric) 1.9393028542684905 absolute error 4.551914400963142e-14 relative error 2.347191100628802e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.939302854268536 y1[1] (numeric) 1.939302854268502 absolute error 3.397282455352979e-14 relative error 1.7518060409571058e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9219999999998991 y2[1] (analytic) 1.9389592955489363 y2[1] (numeric) 1.9389592955488908 absolute error 4.551914400963142e-14 relative error 2.3476069927886005e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9389592955489363 y1[1] (numeric) 1.9389592955489023 absolute error 3.397282455352979e-14 relative error 1.7521164385202727e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.922999999999899 y2[1] (analytic) 1.9386147978701196 y2[1] (numeric) 1.9386147978700738 absolute error 4.574118861455645e-14 relative error 2.3594779460473792e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9386147978701196 y1[1] (numeric) 1.9386147978700854 absolute error 3.419486915845482e-14 relative error 1.7638815713169727e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.923999999999899 y2[1] (analytic) 1.938269361576583 y2[1] (numeric) 1.9382693615765372 absolute error 4.574118861455645e-14 relative error 2.359898449684552e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.938269361576583 y1[1] (numeric) 1.9382693615765487 absolute error 3.419486915845482e-14 relative error 1.7641959284049565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9249999999998988 y2[1] (analytic) 1.937922987013763 y2[1] (numeric) 1.9379229870137171 absolute error 4.596323321948148e-14 relative error 2.3717781112813153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.937922987013763 y1[1] (numeric) 1.9379229870137287 absolute error 3.441691376337985e-14 relative error 1.775969117143014e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9259999999998987 y2[1] (analytic) 1.9375756745280346 y2[1] (numeric) 1.9375756745279882 absolute error 4.6407322429331543e-14 relative error 2.395123093225027e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9375756745280346 y1[1] (numeric) 1.9375756745279997 absolute error 3.4861002973229915e-14 relative error 1.7992072996953552e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9269999999998986 y2[1] (analytic) 1.9372274244667094 y2[1] (numeric) 1.937227424466663 absolute error 4.6407322429331543e-14 relative error 2.3955536579349638e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9372274244667094 y1[1] (numeric) 1.9372274244666745 absolute error 3.4861002973229915e-14 relative error 1.7995307382573652e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9279999999998985 y2[1] (analytic) 1.936878237178038 y2[1] (numeric) 1.9368782371779913 absolute error 4.6629367034256575e-14 relative error 2.4074495824886692e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.936878237178038 y1[1] (numeric) 1.936878237178003 absolute error 3.5083047578154947e-14 relative error 1.8113192096819513e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9289999999998984 y2[1] (analytic) 1.9365281130112073 y2[1] (numeric) 1.9365281130111607 absolute error 4.6629367034256575e-14 relative error 2.4078848492289724e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9365281130112073 y1[1] (numeric) 1.9365281130111722 absolute error 3.5083047578154947e-14 relative error 1.8116466960865602e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9299999999998982 y2[1] (analytic) 1.9361770523163417 y2[1] (numeric) 1.9361770523162949 absolute error 4.6851411639181606e-14 relative error 2.4197896356188608e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9361770523163417 y1[1] (numeric) 1.9361770523163067 absolute error 3.5083047578154947e-14 relative error 1.8119751773828436e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9309999999998981 y2[1] (analytic) 1.935825055444502 y2[1] (numeric) 1.935825055444455 absolute error 4.707345624410664e-14 relative error 2.4316999158427404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.935825055444502 y1[1] (numeric) 1.9358250554444667 absolute error 3.530509218307998e-14 relative error 1.8237749368820553e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.931999999999898 y2[1] (analytic) 1.9354721227476848 y2[1] (numeric) 1.9354721227476375 absolute error 4.729550084903167e-14 relative error 2.4436157097364344e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9354721227476848 y1[1] (numeric) 1.9354721227476492 absolute error 3.552713678800501e-14 relative error 1.8355798758583542e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.932999999999898 y2[1] (analytic) 1.9351182545788226 y2[1] (numeric) 1.9351182545787753 absolute error 4.729550084903167e-14 relative error 2.444062565020116e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9351182545788226 y1[1] (numeric) 1.935118254578787 absolute error 3.552713678800501e-14 relative error 1.835915541799148e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9339999999998978 y2[1] (analytic) 1.9347634512917837 y2[1] (numeric) 1.9347634512917364 absolute error 4.729550084903167e-14 relative error 2.4445107652542163e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9347634512917837 y1[1] (numeric) 1.9347634512917482 absolute error 3.552713678800501e-14 relative error 1.836252218031336e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9349999999998977 y2[1] (analytic) 1.9344077132413717 y2[1] (numeric) 1.9344077132413242 absolute error 4.75175454539567e-14 relative error 2.4564389982882348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9344077132413717 y1[1] (numeric) 1.934407713241336 absolute error 3.574918139293004e-14 relative error 1.8480685921701206e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9359999999998976 y2[1] (analytic) 1.9340510407833242 y2[1] (numeric) 1.9340510407832765 absolute error 4.773959005888173e-14 relative error 2.4683728118957174e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9340510407833242 y1[1] (numeric) 1.9340510407832883 absolute error 3.597122599785507e-14 relative error 1.8598902117539826e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9369999999998975 y2[1] (analytic) 1.9336934342743137 y2[1] (numeric) 1.933693434274266 absolute error 4.773959005888173e-14 relative error 2.468829299035071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9336934342743137 y1[1] (numeric) 1.9336934342742778 absolute error 3.597122599785507e-14 relative error 1.8602341695054952e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9379999999998974 y2[1] (analytic) 1.9333348940719468 y2[1] (numeric) 1.9333348940718988 absolute error 4.796163466380676e-14 relative error 2.480772204074331e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9333348940719468 y1[1] (numeric) 1.9333348940719106 absolute error 3.6193270602780103e-14 relative error 1.872064209556092e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9389999999998973 y2[1] (analytic) 1.9329754205347636 y2[1] (numeric) 1.9329754205347154 absolute error 4.8183679268731794e-14 relative error 2.4927207432053962e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9329754205347636 y1[1] (numeric) 1.9329754205347274 absolute error 3.6193270602780103e-14 relative error 1.872412355495298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9399999999998971 y2[1] (analytic) 1.9326150140222376 y2[1] (numeric) 1.9326150140221892 absolute error 4.8405723873656825e-14 relative error 2.5046749364175147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9326150140222376 y1[1] (numeric) 1.9326150140222011 absolute error 3.6415315207705135e-14 relative error 1.8842508695984975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.940999999999897 y2[1] (analytic) 1.9322536748947754 y2[1] (numeric) 1.9322536748947268 absolute error 4.8627768478581856e-14 relative error 2.5166348037210993e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9322536748947754 y1[1] (numeric) 1.9322536748947388 absolute error 3.6637359812630166e-14 relative error 1.896094715132335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.941999999999897 y2[1] (analytic) 1.9318914035137158 y2[1] (numeric) 1.9318914035136672 absolute error 4.8627768478581856e-14 relative error 2.5171067271244067e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9318914035137158 y1[1] (numeric) 1.9318914035136792 absolute error 3.6637359812630166e-14 relative error 1.896450273860854e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9429999999998968 y2[1] (analytic) 1.9315282002413303 y2[1] (numeric) 1.9315282002412817 absolute error 4.8627768478581856e-14 relative error 2.5175800421917825e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9315282002413303 y1[1] (numeric) 1.9315282002412937 absolute error 3.6637359812630166e-14 relative error 1.8968068811033975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9439999999998967 y2[1] (analytic) 1.9311640654408224 y2[1] (numeric) 1.9311640654407736 absolute error 4.884981308350689e-14 relative error 2.5295527168146664e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9311640654408224 y1[1] (numeric) 1.9311640654407856 absolute error 3.68594044175552e-14 relative error 1.908662504505612e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9449999999998966 y2[1] (analytic) 1.9307989994763266 y2[1] (numeric) 1.9307989994762775 absolute error 4.907185768843192e-14 relative error 2.5415311330563795e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9307989994763266 y1[1] (numeric) 1.9307989994762895 absolute error 3.708144902248023e-14 relative error 1.9205235258842322e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9459999999998965 y2[1] (analytic) 1.9304330027129089 y2[1] (numeric) 1.9304330027128596 absolute error 4.929390229335695e-14 relative error 2.5535153110251644e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9304330027129089 y1[1] (numeric) 1.9304330027128715 absolute error 3.730349362740526e-14 relative error 1.9323899651001243e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9469999999998964 y2[1] (analytic) 1.930066075516566 y2[1] (numeric) 1.9300660755165164 absolute error 4.951594689828198e-14 relative error 2.5655052708508674e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.930066075516566 y1[1] (numeric) 1.9300660755165284 absolute error 3.752553823233029e-14 relative error 1.9442618420349623e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9479999999998963 y2[1] (analytic) 1.929698218254225 y2[1] (numeric) 1.9296982182541753 absolute error 4.973799150320701e-14 relative error 2.5775010326850165e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.929698218254225 y1[1] (numeric) 1.9296982182541873 absolute error 3.774758283725532e-14 relative error 1.956139176591307e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9489999999998961 y2[1] (analytic) 1.9293294312937435 y2[1] (numeric) 1.9293294312936935 absolute error 4.9960036108132044e-14 relative error 2.5895026167008983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9293294312937435 y1[1] (numeric) 1.9293294312937055 absolute error 3.7969627442180354e-14 relative error 1.9680219886926824e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.949999999999896 y2[1] (analytic) 1.9289597150039077 y2[1] (numeric) 1.9289597150038578 absolute error 4.9960036108132044e-14 relative error 2.589998936708268e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9289597150039077 y1[1] (numeric) 1.9289597150038698 absolute error 3.7969627442180354e-14 relative error 1.9683991918982836e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.950999999999896 y2[1] (analytic) 1.9285890697544348 y2[1] (numeric) 1.9285890697543844 absolute error 5.040412531798211e-14 relative error 2.613523332080276e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9285890697544348 y1[1] (numeric) 1.9285890697543964 absolute error 3.8413716652030416e-14 relative error 1.991804125329902e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9519999999998958 y2[1] (analytic) 1.9282174959159692 y2[1] (numeric) 1.9282174959159186 absolute error 5.062616992290714e-14 relative error 2.6255425038998504e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9282174959159692 y1[1] (numeric) 1.9282174959159306 absolute error 3.863576125695545e-14 relative error 2.003703489818307e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9529999999998957 y2[1] (analytic) 1.927844993860085 y2[1] (numeric) 1.9278449938600344 absolute error 5.062616992290714e-14 relative error 2.6260498164605747e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.927844993860085 y1[1] (numeric) 1.9278449938600464 absolute error 3.863576125695545e-14 relative error 2.0040906494041228e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9539999999998956 y2[1] (analytic) 1.9274715639592843 y2[1] (numeric) 1.9274715639592337 absolute error 5.062616992290714e-14 relative error 2.6265585894774092e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9274715639592843 y1[1] (numeric) 1.9274715639592457 absolute error 3.863576125695545e-14 relative error 2.004478923548549e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9549999999998955 y2[1] (analytic) 1.9270972065869971 y2[1] (numeric) 1.9270972065869463 absolute error 5.084821452783217e-14 relative error 2.638591055709502e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9270972065869971 y1[1] (numeric) 1.9270972065869583 absolute error 3.885780586188048e-14 relative error 2.0163905447561697e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9559999999998954 y2[1] (analytic) 1.9267219221175806 y2[1] (numeric) 1.9267219221175296 absolute error 5.10702591327572e-14 relative error 2.650629473122306e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9267219221175806 y1[1] (numeric) 1.9267219221175416 absolute error 3.907985046680551e-14 relative error 2.028307770737069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9569999999998953 y2[1] (analytic) 1.9263457109263191 y2[1] (numeric) 1.9263457109262678 absolute error 5.129230373768223e-14 relative error 2.662673862056535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9263457109263191 y1[1] (numeric) 1.9263457109262798 absolute error 3.930189507173054e-14 relative error 2.0402306215757865e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9579999999998952 y2[1] (analytic) 1.9259685733894236 y2[1] (numeric) 1.9259685733893723 absolute error 5.129230373768223e-14 relative error 2.6631952590698435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9259685733894236 y1[1] (numeric) 1.9259685733893845 absolute error 3.907985046680551e-14 relative error 2.0291011497675e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.958999999999895 y2[1] (analytic) 1.9255905098840325 y2[1] (numeric) 1.9255905098839807 absolute error 5.1736392947532295e-14 relative error 2.6867806359643977e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9255905098840325 y1[1] (numeric) 1.925590509883993 absolute error 3.952393967665557e-14 relative error 2.052562030908424e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.959999999999895 y2[1] (analytic) 1.9252115207882081 y2[1] (numeric) 1.9252115207881564 absolute error 5.1736392947532295e-14 relative error 2.6873095443741527e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9252115207882081 y1[1] (numeric) 1.9252115207881686 absolute error 3.952393967665557e-14 relative error 2.052966089693559e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9609999999998948 y2[1] (analytic) 1.9248316064809403 y2[1] (numeric) 1.9248316064808884 absolute error 5.1958437552457326e-14 relative error 2.699375746819223e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9248316064809403 y1[1] (numeric) 1.9248316064809006 absolute error 3.9745984281580604e-14 relative error 2.0649070883788074e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9619999999998947 y2[1] (analytic) 1.924450767342143 y2[1] (numeric) 1.924450767342091 absolute error 5.1958437552457326e-14 relative error 2.699909939718389e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.924450767342143 y1[1] (numeric) 1.9244507673421032 absolute error 3.9745984281580604e-14 relative error 2.0653157231179128e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9629999999998946 y2[1] (analytic) 1.9240690037526553 y2[1] (numeric) 1.9240690037526031 absolute error 5.218048215738236e-14 relative error 2.71198600755019e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9240690037526553 y1[1] (numeric) 1.9240690037526154 absolute error 3.9968028886505635e-14 relative error 2.07726587812355e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9639999999998945 y2[1] (analytic) 1.923686316094241 y2[1] (numeric) 1.9236863160941886 absolute error 5.240252676230739e-14 relative error 2.7240681770145833e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.923686316094241 y1[1] (numeric) 1.9236863160942008 absolute error 4.0190073491430667e-14 relative error 2.0892217798289815e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9649999999998944 y2[1] (analytic) 1.9233027047495874 y2[1] (numeric) 1.923302704749535 absolute error 5.240252676230739e-14 relative error 2.7246115046216896e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9233027047495874 y1[1] (numeric) 1.9233027047495472 absolute error 4.0190073491430667e-14 relative error 2.0896384844768046e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9659999999998943 y2[1] (analytic) 1.9229181701023061 y2[1] (numeric) 1.9229181701022535 absolute error 5.262457136723242e-14 relative error 2.7367036302138954e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9229181701023061 y1[1] (numeric) 1.9229181701022657 absolute error 4.04121180963557e-14 relative error 2.1016036316410506e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9669999999998942 y2[1] (analytic) 1.9225327125369316 y2[1] (numeric) 1.922532712536879 absolute error 5.262457136723242e-14 relative error 2.7372523247102622e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9225327125369316 y1[1] (numeric) 1.9225327125368912 absolute error 4.04121180963557e-14 relative error 2.102024991971594e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.967999999999894 y2[1] (analytic) 1.9221463324389214 y2[1] (numeric) 1.9221463324388686 absolute error 5.284661597215745e-14 relative error 2.7493544627844673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9221463324389214 y1[1] (numeric) 1.922146332438881 absolute error 4.04121180963557e-14 relative error 2.1024475303645926e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.968999999999894 y2[1] (analytic) 1.9217590301946559 y2[1] (numeric) 1.9217590301946026 absolute error 5.3290705182007514e-14 relative error 2.7730170299556065e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9217590301946559 y1[1] (numeric) 1.921759030194615 absolute error 4.085620730620576e-14 relative error 2.125979722965965e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9699999999998938 y2[1] (analytic) 1.9213708061914367 y2[1] (numeric) 1.9213708061913832 absolute error 5.3512749786932545e-14 relative error 2.7851339061930545e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9213708061914367 y1[1] (numeric) 1.9213708061913957 absolute error 4.107825191113079e-14 relative error 2.1379658616004775e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9709999999998937 y2[1] (analytic) 1.9209816608174881 y2[1] (numeric) 1.9209816608174346 absolute error 5.3512749786932545e-14 relative error 2.785698108339035e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9209816608174881 y1[1] (numeric) 1.920981660817447 absolute error 4.107825191113079e-14 relative error 2.138398962832869e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9719999999998936 y2[1] (analytic) 1.9205915944619556 y2[1] (numeric) 1.9205915944619019 absolute error 5.3734794391857577e-14 relative error 2.7978251361092267e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9205915944619556 y1[1] (numeric) 1.9205915944619143 absolute error 4.1300296516055823e-14 relative error 2.15039452610048e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9729999999998935 y2[1] (analytic) 1.9202006075149052 y2[1] (numeric) 1.9202006075148514 absolute error 5.3734794391857577e-14 relative error 2.798394822997184e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9202006075149052 y1[1] (numeric) 1.9202006075148639 absolute error 4.1300296516055823e-14 relative error 2.15083238461767e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9739999999998934 y2[1] (analytic) 1.9198087003673239 y2[1] (numeric) 1.9198087003672701 absolute error 5.3734794391857577e-14 relative error 2.798966083525734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9198087003673239 y1[1] (numeric) 1.9198087003672826 absolute error 4.1300296516055823e-14 relative error 2.151271452627217e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9749999999998933 y2[1] (analytic) 1.919415873411119 y2[1] (numeric) 1.9194158734110651 absolute error 5.395683899678261e-14 relative error 2.8111072615489206e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.919415873411119 y1[1] (numeric) 1.9194158734110776 absolute error 4.1522341120980855e-14 relative error 2.163280073702256e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9759999999998932 y2[1] (analytic) 1.9190221270391175 y2[1] (numeric) 1.9190221270390633 absolute error 5.417888360170764e-14 relative error 2.823254762846372e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9190221270391175 y1[1] (numeric) 1.9190221270390757 absolute error 4.1744385725905886e-14 relative error 2.1752946533406472e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.976999999999893 y2[1] (analytic) 1.9186274616450651 y2[1] (numeric) 1.918627461645011 absolute error 5.417888360170764e-14 relative error 2.8238355118326987e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9186274616450651 y1[1] (numeric) 1.9186274616450234 absolute error 4.1744385725905886e-14 relative error 2.1757421156743744e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.977999999999893 y2[1] (analytic) 1.918231877623628 y2[1] (numeric) 1.9182318776235736 absolute error 5.440092820663267e-14 relative error 2.835993335384793e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.918231877623628 y1[1] (numeric) 1.918231877623586 absolute error 4.196643033083092e-14 relative error 2.1877662872968403e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9789999999998928 y2[1] (analytic) 1.9178353753703896 y2[1] (numeric) 1.9178353753703352 absolute error 5.440092820663267e-14 relative error 2.836579661907961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9178353753703896 y1[1] (numeric) 1.9178353753703477 absolute error 4.196643033083092e-14 relative error 2.1882185963289984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9799999999998927 y2[1] (analytic) 1.9174379552818526 y2[1] (numeric) 1.9174379552817977 absolute error 5.484501741648273e-14 relative error 2.8603281407570147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9174379552818526 y1[1] (numeric) 1.9174379552818104 absolute error 4.218847493575595e-14 relative error 2.2002524159669343e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9809999999998926 y2[1] (analytic) 1.9170396177554365 y2[1] (numeric) 1.9170396177553815 absolute error 5.5067062021407764e-14 relative error 2.872505164284657e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9170396177554365 y1[1] (numeric) 1.917039617755394 absolute error 4.241051954068098e-14 relative error 2.212292283783748e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9819999999998925 y2[1] (analytic) 1.916640363189479 y2[1] (numeric) 1.916640363189424 absolute error 5.5067062021407764e-14 relative error 2.873103534654291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.916640363189479 y1[1] (numeric) 1.9166403631894366 absolute error 4.241051954068098e-14 relative error 2.212753125479716e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9829999999998924 y2[1] (analytic) 1.9162401919832348 y2[1] (numeric) 1.9162401919831797 absolute error 5.5067062021407764e-14 relative error 2.8737035290140468e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9162401919832348 y1[1] (numeric) 1.9162401919831924 absolute error 4.241051954068098e-14 relative error 2.213215217910012e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9839999999998923 y2[1] (analytic) 1.9158391045368752 y2[1] (numeric) 1.9158391045368197 absolute error 5.551115123125783e-14 relative error 2.8974850288733822e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9158391045368752 y1[1] (numeric) 1.9158391045368324 absolute error 4.285460875053104e-14 relative error 2.236858442290251e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9849999999998922 y2[1] (analytic) 1.915437101251487 y2[1] (numeric) 1.9154371012514315 absolute error 5.551115123125783e-14 relative error 2.898093139941195e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.915437101251487 y1[1] (numeric) 1.9154371012514442 absolute error 4.285460875053104e-14 relative error 2.2373279040346026e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.985999999999892 y2[1] (analytic) 1.915034182529074 y2[1] (numeric) 1.9150341825290182 absolute error 5.573319583618286e-14 relative error 2.910297703541734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.915034182529074 y1[1] (numeric) 1.9150341825290311 absolute error 4.285460875053104e-14 relative error 2.2377986326038033e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.986999999999892 y2[1] (analytic) 1.9146303487725547 y2[1] (numeric) 1.9146303487724987 absolute error 5.595524044110789e-14 relative error 2.9225088005619512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9146303487725547 y1[1] (numeric) 1.9146303487725118 absolute error 4.285460875053104e-14 relative error 2.2382706290018116e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9879999999998919 y2[1] (analytic) 1.914225600385763 y2[1] (numeric) 1.9142256003857068 absolute error 5.617728504603292e-14 relative error 2.934726452029052e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.914225600385763 y1[1] (numeric) 1.9142256003857199 absolute error 4.3076653355456074e-14 relative error 2.2503436035321585e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9889999999998917 y2[1] (analytic) 1.913819937773447 y2[1] (numeric) 1.9138199377733907 absolute error 5.639932965095795e-14 relative error 2.9469506789950873e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.913819937773447 y1[1] (numeric) 1.9138199377734038 absolute error 4.3298697960381105e-14 relative error 2.262422765370244e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9899999999998916 y2[1] (analytic) 1.9134133613412692 y2[1] (numeric) 1.9134133613412128 absolute error 5.639932965095795e-14 relative error 2.947576869193754e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9134133613412692 y1[1] (numeric) 1.9134133613412259 absolute error 4.3298697960381105e-14 relative error 2.2629035019400867e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9909999999998915 y2[1] (analytic) 1.9130058714958065 y2[1] (numeric) 1.9130058714957496 absolute error 5.684341886080802e-14 relative error 2.9714189437568916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9130058714958065 y1[1] (numeric) 1.913005871495763 absolute error 4.3520742565306136e-14 relative error 2.27499262881387e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9919999999998914 y2[1] (analytic) 1.9125974686445482 y2[1] (numeric) 1.912597468644491 absolute error 5.706546346573305e-14 relative error 2.9836630237817455e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9125974686445482 y1[1] (numeric) 1.9125974686445046 absolute error 4.3520742565306136e-14 relative error 2.2754784150242105e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9929999999998913 y2[1] (analytic) 1.9121881531958973 y2[1] (numeric) 1.91218815319584 absolute error 5.728750807065808e-14 relative error 2.995913763763872e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9121881531958973 y1[1] (numeric) 1.9121881531958536 absolute error 4.374278717023117e-14 relative error 2.2875775638041965e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9939999999998912 y2[1] (analytic) 1.9117779255591691 y2[1] (numeric) 1.9117779255591119 absolute error 5.728750807065808e-14 relative error 2.9965566243214287e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9117779255591691 y1[1] (numeric) 1.9117779255591254 absolute error 4.374278717023117e-14 relative error 2.2880684301989205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.994999999999891 y2[1] (analytic) 1.9113667861445915 y2[1] (numeric) 1.911366786144534 absolute error 5.750955267558311e-14 relative error 3.008818249457256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9113667861445915 y1[1] (numeric) 1.9113667861445476 absolute error 4.39648317751562e-14 relative error 2.3001776578862417e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.995999999999891 y2[1] (analytic) 1.9109547353633038 y2[1] (numeric) 1.9109547353632461 absolute error 5.773159728050814e-14 relative error 3.0210865915425472e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9109547353633038 y1[1] (numeric) 1.9109547353632597 absolute error 4.418687638008123e-14 relative error 2.312293198911411e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9969999999998909 y2[1] (analytic) 1.9105417736273564 y2[1] (numeric) 1.9105417736272987 absolute error 5.773159728050814e-14 relative error 3.0217395964548252e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9105417736273564 y1[1] (numeric) 1.9105417736273123 absolute error 4.418687638008123e-14 relative error 2.3127929988250392e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9979999999998908 y2[1] (analytic) 1.9101279013497114 y2[1] (numeric) 1.9101279013496535 absolute error 5.795364188543317e-14 relative error 3.034018918025472e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9101279013497114 y1[1] (numeric) 1.910127901349667 absolute error 4.440892098500626e-14 relative error 2.3249187111306298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9989999999998906 y2[1] (analytic) 1.909713118944241 y2[1] (numeric) 1.9097131189441827 absolute error 5.81756864903582e-14 relative error 3.0463050137352486e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.909713118944241 y1[1] (numeric) 1.9097131189441963 absolute error 4.463096558993129e-14 relative error 2.3370507929800955e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9999999999998905 y2[1] (analytic) 1.9092974268257272 y2[1] (numeric) 1.9092974268256688 absolute error 5.839773109528323e-14 relative error 3.058597904904291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9092974268257272 y1[1] (numeric) 1.9092974268256824 absolute error 4.4853010194856324e-14 relative error 2.349189265363752e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0009999999998906 y2[1] (analytic) 1.9088808254098626 y2[1] (numeric) 1.908880825409804 absolute error 5.861977570020827e-14 relative error 3.070897612878573e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9088808254098626 y1[1] (numeric) 1.9088808254098175 absolute error 4.5075054799781356e-14 relative error 2.3613341492967813e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0019999999998905 y2[1] (analytic) 1.9084633151132482 y2[1] (numeric) 1.9084633151131893 absolute error 5.88418203051333e-14 relative error 3.0832041590299903e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9084633151132482 y1[1] (numeric) 1.9084633151132029 absolute error 4.529709940470639e-14 relative error 2.3734854658193135e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0029999999998904 y2[1] (analytic) 1.9080448963533942 y2[1] (numeric) 1.9080448963533354 absolute error 5.88418203051333e-14 relative error 3.0838802806784185e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9080448963533942 y1[1] (numeric) 1.908044896353349 absolute error 4.529709940470639e-14 relative error 2.3740059519184806e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0039999999998903 y2[1] (analytic) 1.9076255695487196 y2[1] (numeric) 1.9076255695486608 absolute error 5.88418203051333e-14 relative error 3.0845581672011926e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9076255695487196 y1[1] (numeric) 1.9076255695486743 absolute error 4.529709940470639e-14 relative error 2.3745277966378993e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00499999999989 y2[1] (analytic) 1.9072053351185514 y2[1] (numeric) 1.9072053351184923 absolute error 5.906386491005833e-14 relative error 3.09688022692045e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9072053351185514 y1[1] (numeric) 1.9072053351185059 absolute error 4.551914400963142e-14 relative error 2.3866934079650087e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00599999999989 y2[1] (analytic) 1.9067841934831233 y2[1] (numeric) 1.9067841934830643 absolute error 5.906386491005833e-14 relative error 3.0975642189568575e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9067841934831233 y1[1] (numeric) 1.9067841934830778 absolute error 4.551914400963142e-14 relative error 2.387220544684796e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00699999999989 y2[1] (analytic) 1.9063621450635777 y2[1] (numeric) 1.9063621450635182 absolute error 5.950795411990839e-14 relative error 3.121545099602457e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9063621450635777 y1[1] (numeric) 1.9063621450635317 absolute error 4.596323321948148e-14 relative error 2.411044162752644e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00799999999989 y2[1] (analytic) 1.9059391902819622 y2[1] (numeric) 1.9059391902819027 absolute error 5.950795411990839e-14 relative error 3.1222378144763823e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9059391902819622 y1[1] (numeric) 1.9059391902819163 absolute error 4.596323321948148e-14 relative error 2.4115792074500414e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0089999999998898 y2[1] (analytic) 1.9055153295612322 y2[1] (numeric) 1.9055153295611724 absolute error 5.972999872483342e-14 relative error 3.1345850541431735e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9055153295612322 y1[1] (numeric) 1.905515329561186 absolute error 4.618527782440651e-14 relative error 2.4237683690029e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0099999999998897 y2[1] (analytic) 1.9050905633252477 y2[1] (numeric) 1.905090563325188 absolute error 5.972999872483342e-14 relative error 3.1352839531459054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9050905633252477 y1[1] (numeric) 1.9050905633252015 absolute error 4.618527782440651e-14 relative error 2.4243087816146777e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0109999999998895 y2[1] (analytic) 1.9046648919987756 y2[1] (numeric) 1.9046648919987157 absolute error 5.995204332975845e-14 relative error 3.147642589602423e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9046648919987756 y1[1] (numeric) 1.9046648919987292 absolute error 4.6407322429331543e-14 relative error 2.4365085230626162e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0119999999998894 y2[1] (analytic) 1.904238316007487 y2[1] (numeric) 1.9042383160074268 absolute error 6.017408793468348e-14 relative error 3.1600082525829658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.904238316007487 y1[1] (numeric) 1.9042383160074403 absolute error 4.6629367034256575e-14 relative error 2.4487148820753612e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0129999999998893 y2[1] (analytic) 1.9038108357779575 y2[1] (numeric) 1.9038108357778971 absolute error 6.039613253960852e-14 relative error 3.172380963727877e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9038108357779575 y1[1] (numeric) 1.9038108357779107 absolute error 4.6851411639181606e-14 relative error 2.460927879950669e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.013999999999889 y2[1] (analytic) 1.9033824517376676 y2[1] (numeric) 1.903382451737607 absolute error 6.061817714453355e-14 relative error 3.1847607447044074e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9033824517376676 y1[1] (numeric) 1.9033824517376206 absolute error 4.707345624410664e-14 relative error 2.473147538012214e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.014999999999889 y2[1] (analytic) 1.9029531643150013 y2[1] (numeric) 1.9029531643149404 absolute error 6.084022174945858e-14 relative error 3.197147617206806e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9029531643150013 y1[1] (numeric) 1.902953164314954 absolute error 4.729550084903167e-14 relative error 2.48537387760967e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.015999999999889 y2[1] (analytic) 1.902522973939246 y2[1] (numeric) 1.902522973939185 absolute error 6.106226635438361e-14 relative error 3.2095416029564087e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.902522973939246 y1[1] (numeric) 1.9025229739391984 absolute error 4.75175454539567e-14 relative error 2.4976069201188053e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.016999999999889 y2[1] (analytic) 1.9020918810405918 y2[1] (numeric) 1.9020918810405305 absolute error 6.128431095930864e-14 relative error 3.221942723701726e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9020918810405918 y1[1] (numeric) 1.9020918810405443 absolute error 4.75175454539567e-14 relative error 2.4981729814209036e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0179999999998888 y2[1] (analytic) 1.901659886050132 y2[1] (numeric) 1.9016598860500704 absolute error 6.150635556423367e-14 relative error 3.234351001218534e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.901659886050132 y1[1] (numeric) 1.9016598860500842 absolute error 4.773959005888173e-14 relative error 2.510416842101028e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0189999999998887 y2[1] (analytic) 1.901226989399861 y2[1] (numeric) 1.9012269893997993 absolute error 6.17284001691587e-14 relative error 3.2467664573099614e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.901226989399861 y1[1] (numeric) 1.901226989399813 absolute error 4.796163466380676e-14 relative error 2.5226674632336393e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0199999999998886 y2[1] (analytic) 1.9007931915226757 y2[1] (numeric) 1.900793191522614 absolute error 6.17284001691587e-14 relative error 3.2475074323950887e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9007931915226757 y1[1] (numeric) 1.9007931915226277 absolute error 4.796163466380676e-14 relative error 2.523243184882515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0209999999998884 y2[1] (analytic) 1.900358492852374 y2[1] (numeric) 1.900358492852312 absolute error 6.195044477408373e-14 relative error 3.25993463902162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.900358492852374 y1[1] (numeric) 1.9003584928523258 absolute error 4.8183679268731794e-14 relative error 2.5355047192390378e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0219999999998883 y2[1] (analytic) 1.8999228938236545 y2[1] (numeric) 1.8999228938235924 absolute error 6.217248937900877e-14 relative error 3.2723690830360318e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8999228938236545 y1[1] (numeric) 1.8999228938236061 absolute error 4.8405723873656825e-14 relative error 2.5477730717923393e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.022999999999888 y2[1] (analytic) 1.8994863948721163 y2[1] (numeric) 1.899486394872054 absolute error 6.23945339839338e-14 relative error 3.2848107863459866e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8994863948721163 y1[1] (numeric) 1.8994863948720677 absolute error 4.8627768478581856e-14 relative error 2.560048264091712e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.023999999999888 y2[1] (analytic) 1.899048996434258 y2[1] (numeric) 1.8990489964341954 absolute error 6.261657858885883e-14 relative error 3.2972597708869336e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.899048996434258 y1[1] (numeric) 1.8990489964342094 absolute error 4.8627768478581856e-14 relative error 2.5606379071781505e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.024999999999888 y2[1] (analytic) 1.8986106989474782 y2[1] (numeric) 1.8986106989474156 absolute error 6.261657858885883e-14 relative error 3.2980209488744175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8986106989474782 y1[1] (numeric) 1.8986106989474296 absolute error 4.8627768478581856e-14 relative error 2.561229034764175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.025999999999888 y2[1] (analytic) 1.8981715028500745 y2[1] (numeric) 1.8981715028500117 absolute error 6.283862319378386e-14 relative error 3.310481855798207e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8981715028500745 y1[1] (numeric) 1.8981715028500257 absolute error 4.884981308350689e-14 relative error 2.5735194638713974e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.026999999999888 y2[1] (analytic) 1.8977314085812427 y2[1] (numeric) 1.8977314085811796 absolute error 6.306066779870889e-14 relative error 3.3229501031367494e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8977314085812427 y1[1] (numeric) 1.8977314085811938 absolute error 4.884981308350689e-14 relative error 2.5741162770777636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0279999999998877 y2[1] (analytic) 1.897290416581077 y2[1] (numeric) 1.8972904165810138 absolute error 6.328271240363392e-14 relative error 3.335425712931685e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.897290416581077 y1[1] (numeric) 1.897290416581028 absolute error 4.907185768843192e-14 relative error 2.5864178335364992e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0289999999998876 y2[1] (analytic) 1.8968485272905697 y2[1] (numeric) 1.8968485272905062 absolute error 6.350475700855895e-14 relative error 3.3479087072528772e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8968485272905697 y1[1] (numeric) 1.8968485272905204 absolute error 4.929390229335695e-14 relative error 2.5987263391962894e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0299999999998875 y2[1] (analytic) 1.8964057411516098 y2[1] (numeric) 1.896405741151546 absolute error 6.372680161348399e-14 relative error 3.3603991081985073e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8964057411516098 y1[1] (numeric) 1.8964057411515605 absolute error 4.929390229335695e-14 relative error 2.5993331080838626e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0309999999998873 y2[1] (analytic) 1.8959620586069834 y2[1] (numeric) 1.8959620586069195 absolute error 6.394884621840902e-14 relative error 3.372896937895162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8959620586069834 y1[1] (numeric) 1.895962058606934 absolute error 4.951594689828198e-14 relative error 2.6116528373285455e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0319999999998872 y2[1] (analytic) 1.8955174801003731 y2[1] (numeric) 1.895517480100309 absolute error 6.417089082333405e-14 relative error 3.3854022184979276e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8955174801003731 y1[1] (numeric) 1.8955174801003234 absolute error 4.973799150320701e-14 relative error 2.623979574199086e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.032999999999887 y2[1] (analytic) 1.8950720060763573 y2[1] (numeric) 1.895072006076293 absolute error 6.439293542825908e-14 relative error 3.3979149721904827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8950720060763573 y1[1] (numeric) 1.8950720060763075 absolute error 4.973799150320701e-14 relative error 2.6245963923126486e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.033999999999887 y2[1] (analytic) 1.89462563698041 y2[1] (numeric) 1.8946256369803454 absolute error 6.461498003318411e-14 relative error 3.4104352211851874e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.89462563698041 y1[1] (numeric) 1.89462563698036 absolute error 4.9960036108132044e-14 relative error 2.6369344493699904e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.034999999999887 y2[1] (analytic) 1.8941783732589004 y2[1] (numeric) 1.8941783732588355 absolute error 6.483702463810914e-14 relative error 3.422962987723178e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8941783732589004 y1[1] (numeric) 1.8941783732588502 absolute error 5.0182080713057076e-14 relative error 2.6492795726898566e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.035999999999887 y2[1] (analytic) 1.8937302153590918 y2[1] (numeric) 1.893730215359027 absolute error 6.483702463810914e-14 relative error 3.423773043924034e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8937302153590918 y1[1] (numeric) 1.8937302153590416 absolute error 5.0182080713057076e-14 relative error 2.649906533995999e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0369999999998867 y2[1] (analytic) 1.8932811637291425 y2[1] (numeric) 1.8932811637290774 absolute error 6.505906924303417e-14 relative error 3.4363131313728996e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8932811637291425 y1[1] (numeric) 1.893281163729092 absolute error 5.040412531798211e-14 relative error 2.6622630744766154e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0379999999998866 y2[1] (analytic) 1.8928312188181038 y2[1] (numeric) 1.8928312188180385 absolute error 6.52811138479592e-14 relative error 3.4488607964064095e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8928312188181038 y1[1] (numeric) 1.8928312188180532 absolute error 5.062616992290714e-14 relative error 2.6746267400702768e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0389999999998865 y2[1] (analytic) 1.8923803810759208 y2[1] (numeric) 1.8923803810758553 absolute error 6.550315845288424e-14 relative error 3.4614160613756808e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8923803810759208 y1[1] (numeric) 1.89238038107587 absolute error 5.084821452783217e-14 relative error 2.6869975527289185e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0399999999998863 y2[1] (analytic) 1.891928650953431 y2[1] (numeric) 1.8919286509533653 absolute error 6.572520305780927e-14 relative error 3.473978948661054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.891928650953431 y1[1] (numeric) 1.89192865095338 absolute error 5.10702591327572e-14 relative error 2.699375534432576e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0409999999998862 y2[1] (analytic) 1.8914760289023647 y2[1] (numeric) 1.8914760289022987 absolute error 6.59472476627343e-14 relative error 3.4865494806721867e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8914760289023647 y1[1] (numeric) 1.8914760289023134 absolute error 5.129230373768223e-14 relative error 2.711760707189479e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.041999999999886 y2[1] (analytic) 1.8910225153753437 y2[1] (numeric) 1.8910225153752775 absolute error 6.616929226765933e-14 relative error 3.499127679848147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8910225153753437 y1[1] (numeric) 1.8910225153752922 absolute error 5.1514348342607263e-14 relative error 2.724153093036141e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.042999999999886 y2[1] (analytic) 1.8905681108258814 y2[1] (numeric) 1.8905681108258152 absolute error 6.616929226765933e-14 relative error 3.4999687072238694e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8905681108258814 y1[1] (numeric) 1.8905681108258299 absolute error 5.1514348342607263e-14 relative error 2.724807852603818e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.043999999999886 y2[1] (analytic) 1.8901128157083829 y2[1] (numeric) 1.8901128157083162 absolute error 6.661338147750939e-14 relative error 3.524307169598435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8901128157083829 y1[1] (numeric) 1.890112815708331 absolute error 5.1958437552457326e-14 relative error 2.7489595922867793e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.044999999999886 y2[1] (analytic) 1.8896566304781426 y2[1] (numeric) 1.8896566304780757 absolute error 6.683542608243442e-14 relative error 3.5369085051987967e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8896566304781426 y1[1] (numeric) 1.8896566304780904 absolute error 5.218048215738236e-14 relative error 2.761373749906037e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0459999999998857 y2[1] (analytic) 1.889199555591346 y2[1] (numeric) 1.889199555591279 absolute error 6.683542608243442e-14 relative error 3.5377642284863866e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.889199555591346 y1[1] (numeric) 1.8891995555912937 absolute error 5.218048215738236e-14 relative error 2.76204183951595e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0469999999998856 y2[1] (analytic) 1.8887415915050678 y2[1] (numeric) 1.8887415915050008 absolute error 6.705747068735946e-14 relative error 3.550378251263258e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8887415915050678 y1[1] (numeric) 1.8887415915050154 absolute error 5.240252676230739e-14 relative error 2.7744677725103608e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0479999999998855 y2[1] (analytic) 1.8882827386772723 y2[1] (numeric) 1.888282738677205 absolute error 6.727951529228449e-14 relative error 3.5630000695453732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8882827386772723 y1[1] (numeric) 1.8882827386772196 absolute error 5.262457136723242e-14 relative error 2.786901044495886e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0489999999998854 y2[1] (analytic) 1.8878229975668122 y2[1] (numeric) 1.8878229975667447 absolute error 6.750155989720952e-14 relative error 3.575629705974093e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8878229975668122 y1[1] (numeric) 1.8878229975667593 absolute error 5.284661597215745e-14 relative error 2.7993416777034018e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0499999999998852 y2[1] (analytic) 1.8873623686334282 y2[1] (numeric) 1.8873623686333607 absolute error 6.750155989720952e-14 relative error 3.5765023727841404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8873623686334282 y1[1] (numeric) 1.8873623686333754 absolute error 5.284661597215745e-14 relative error 2.800024883956005e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.050999999999885 y2[1] (analytic) 1.88690085233775 y2[1] (numeric) 1.886900852337682 absolute error 6.794564910705958e-14 relative error 3.600912523987641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.88690085233775 y1[1] (numeric) 1.8869008523376967 absolute error 5.3290705182007514e-14 relative error 2.8242451168530515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.051999999999885 y2[1] (analytic) 1.886438449141293 y2[1] (numeric) 1.886438449141225 absolute error 6.816769371198461e-14 relative error 3.6135657510063237e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.886438449141293 y1[1] (numeric) 1.8864384491412396 absolute error 5.3512749786932545e-14 relative error 2.836707967402358e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.052999999999885 y2[1] (analytic) 1.8859751595064607 y2[1] (numeric) 1.8859751595063925 absolute error 6.816769371198461e-14 relative error 3.614453423120555e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8859751595064607 y1[1] (numeric) 1.8859751595064074 absolute error 5.3290705182007514e-14 relative error 2.825631340550271e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.053999999999885 y2[1] (analytic) 1.885510983896543 y2[1] (numeric) 1.8855109838964745 absolute error 6.838973831690964e-14 relative error 3.627119592566752e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.885510983896543 y1[1] (numeric) 1.8855109838964894 absolute error 5.3512749786932545e-14 relative error 2.838103317560348e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0549999999998847 y2[1] (analytic) 1.885045922775715 y2[1] (numeric) 1.8850459227756464 absolute error 6.861178292183467e-14 relative error 3.639793709683443e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.885045922775715 y1[1] (numeric) 1.8850459227756613 absolute error 5.3734794391857577e-14 relative error 2.850582775868586e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0559999999998846 y2[1] (analytic) 1.884579976609038 y2[1] (numeric) 1.8845799766089693 absolute error 6.88338275267597e-14 relative error 3.652475797318709e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.884579976609038 y1[1] (numeric) 1.8845799766089841 absolute error 5.395683899678261e-14 relative error 2.863069737898214e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0569999999998845 y2[1] (analytic) 1.8841131458624583 y2[1] (numeric) 1.8841131458623892 absolute error 6.905587213168474e-14 relative error 3.665165878351441e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8841131458624583 y1[1] (numeric) 1.884113145862404 absolute error 5.417888360170764e-14 relative error 2.8755642261020953e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0579999999998844 y2[1] (analytic) 1.8836454310028063 y2[1] (numeric) 1.883645431002737 absolute error 6.927791673660977e-14 relative error 3.677863975691429e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8836454310028063 y1[1] (numeric) 1.883645431002752 absolute error 5.440092820663267e-14 relative error 2.888066262962821e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0589999999998843 y2[1] (analytic) 1.8831768324977967 y2[1] (numeric) 1.8831768324977274 absolute error 6.927791673660977e-14 relative error 3.678779153454291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8831768324977967 y1[1] (numeric) 1.8831768324977425 absolute error 5.417888360170764e-14 relative error 2.876993953342458e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.059999999999884 y2[1] (analytic) 1.8827073508160286 y2[1] (numeric) 1.8827073508159589 absolute error 6.972200594645983e-14 relative error 3.703284311087434e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8827073508160286 y1[1] (numeric) 1.882707350815974 absolute error 5.46229728115577e-14 relative error 2.901299173654486e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.060999999999884 y2[1] (analytic) 1.882236986426983 y2[1] (numeric) 1.882236986426913 absolute error 6.994405055138486e-14 relative error 3.716006595118418e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.882236986426983 y1[1] (numeric) 1.8822369864269282 absolute error 5.484501741648273e-14 relative error 2.9138210444261884e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.061999999999884 y2[1] (analytic) 1.8817657398010246 y2[1] (numeric) 1.8817657398009544 absolute error 7.016609515630989e-14 relative error 3.728736987406794e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8817657398010246 y1[1] (numeric) 1.8817657398009695 absolute error 5.5067062021407764e-14 relative error 2.9263505470787497e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.062999999999884 y2[1] (analytic) 1.8812936114093997 y2[1] (numeric) 1.8812936114093295 absolute error 7.016609515630989e-14 relative error 3.7296727491539136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8812936114093997 y1[1] (numeric) 1.8812936114093446 absolute error 5.5067062021407764e-14 relative error 2.927084942373957e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0639999999998837 y2[1] (analytic) 1.880820601724237 y2[1] (numeric) 1.8808206017241667 absolute error 7.038813976123492e-14 relative error 3.742416458896015e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.880820601724237 y1[1] (numeric) 1.8808206017241818 absolute error 5.5289106626332796e-14 relative error 2.9396268084072802e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0649999999998836 y2[1] (analytic) 1.8803467112185457 y2[1] (numeric) 1.8803467112184753 absolute error 7.038813976123492e-14 relative error 3.743359633693319e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8803467112185457 y1[1] (numeric) 1.8803467112184906 absolute error 5.5067062021407764e-14 relative error 2.928558956327896e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0659999999998835 y2[1] (analytic) 1.879871940366217 y2[1] (numeric) 1.8798719403661461 absolute error 7.083222897108499e-14 relative error 3.7679284131070225e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.879871940366217 y1[1] (numeric) 1.8798719403661615 absolute error 5.551115123125783e-14 relative error 2.9529219538456287e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0669999999998834 y2[1] (analytic) 1.8793962896420209 y2[1] (numeric) 1.87939628964195 absolute error 7.083222897108499e-14 relative error 3.768882026715973e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8793962896420209 y1[1] (numeric) 1.8793962896419654 absolute error 5.551115123125783e-14 relative error 2.9536692999341477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0679999999998833 y2[1] (analytic) 1.8789197595216085 y2[1] (numeric) 1.8789197595215374 absolute error 7.105427357601002e-14 relative error 3.7816555611774046e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8789197595216085 y1[1] (numeric) 1.8789197595215528 absolute error 5.573319583618286e-14 relative error 2.9662360807985266e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.068999999999883 y2[1] (analytic) 1.87844235048151 y2[1] (numeric) 1.8784423504814387 absolute error 7.127631818093505e-14 relative error 3.794437351918969e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.87844235048151 y1[1] (numeric) 1.878442350481454 absolute error 5.595524044110789e-14 relative error 2.9788106314130225e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.069999999999883 y2[1] (analytic) 1.877964062999134 y2[1] (numeric) 1.8779640629990626 absolute error 7.149836278586008e-14 relative error 3.8072274222157495e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.877964062999134 y1[1] (numeric) 1.877964062999078 absolute error 5.617728504603292e-14 relative error 2.9913929745980887e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.070999999999883 y2[1] (analytic) 1.8774848975527685 y2[1] (numeric) 1.8774848975526968 absolute error 7.172040739078511e-14 relative error 3.820025795374971e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8774848975527685 y1[1] (numeric) 1.877484897552712 absolute error 5.639932965095795e-14 relative error 3.003983133205086e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.071999999999883 y2[1] (analytic) 1.8770048546215783 y2[1] (numeric) 1.8770048546215063 absolute error 7.194245199571014e-14 relative error 3.832832494736111e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8770048546215783 y1[1] (numeric) 1.8770048546215217 absolute error 5.6621374255882984e-14 relative error 3.0165811301163834e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0729999999998827 y2[1] (analytic) 1.8765239346856064 y2[1] (numeric) 1.8765239346855345 absolute error 7.194245199571014e-14 relative error 3.833814781998153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8765239346856064 y1[1] (numeric) 1.8765239346855498 absolute error 5.6621374255882984e-14 relative error 3.0173542265726205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0739999999998826 y2[1] (analytic) 1.876042138225773 y2[1] (numeric) 1.8760421382257009 absolute error 7.216449660063518e-14 relative error 3.8466351650759405e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.876042138225773 y1[1] (numeric) 1.8760421382257162 absolute error 5.684341886080802e-14 relative error 3.0299649300290487e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0749999999998825 y2[1] (analytic) 1.8755594657238746 y2[1] (numeric) 1.8755594657238022 absolute error 7.238654120556021e-14 relative error 3.859463937477585e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8755594657238746 y1[1] (numeric) 1.8755594657238175 absolute error 5.706546346573305e-14 relative error 3.042583533532943e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0759999999998824 y2[1] (analytic) 1.8750759176625833 y2[1] (numeric) 1.8750759176625107 absolute error 7.260858581048524e-14 relative error 3.872301122665852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8750759176625833 y1[1] (numeric) 1.875075917662526 absolute error 5.728750807065808e-14 relative error 3.055210060084984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0769999999998823 y2[1] (analytic) 1.8745914945254474 y2[1] (numeric) 1.8745914945253745 absolute error 7.283063041541027e-14 relative error 3.885146744136238e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8745914945254474 y1[1] (numeric) 1.8745914945253899 absolute error 5.750955267558311e-14 relative error 3.0678445327173344e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.077999999999882 y2[1] (analytic) 1.8741061967968895 y2[1] (numeric) 1.8741061967968167 absolute error 7.283063041541027e-14 relative error 3.8861527985920986e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8741061967968895 y1[1] (numeric) 1.874106196796832 absolute error 5.750955267558311e-14 relative error 3.068638947668761e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.078999999999882 y2[1] (analytic) 1.8736200249622077 y2[1] (numeric) 1.8736200249621349 absolute error 7.283063041541027e-14 relative error 3.887161187705565e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8736200249622077 y1[1] (numeric) 1.8736200249621502 absolute error 5.750955267558311e-14 relative error 3.0694352061455533e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.079999999999882 y2[1] (analytic) 1.8731329795075742 y2[1] (numeric) 1.873132979507501 absolute error 7.327471962526033e-14 relative error 3.9118802790244734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8731329795075742 y1[1] (numeric) 1.8731329795075162 absolute error 5.795364188543317e-14 relative error 3.0939416752284475e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.080999999999882 y2[1] (analytic) 1.8726450609200334 y2[1] (numeric) 1.87264506091996 absolute error 7.327471962526033e-14 relative error 3.9128995213465785e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8726450609200334 y1[1] (numeric) 1.8726450609199754 absolute error 5.795364188543317e-14 relative error 3.0947478032468397e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0819999999998817 y2[1] (analytic) 1.8721562696875047 y2[1] (numeric) 1.8721562696874312 absolute error 7.349676423018536e-14 relative error 3.925781486310074e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8721562696875047 y1[1] (numeric) 1.8721562696874465 absolute error 5.81756864903582e-14 relative error 3.1074161613693034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0829999999998816 y2[1] (analytic) 1.871666606298779 y2[1] (numeric) 1.8716666062987053 absolute error 7.37188088351104e-14 relative error 3.93867201493162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.871666606298779 y1[1] (numeric) 1.8716666062987206 absolute error 5.839773109528323e-14 relative error 3.1200925901416148e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0839999999998815 y2[1] (analytic) 1.8711760712435195 y2[1] (numeric) 1.8711760712434458 absolute error 7.37188088351104e-14 relative error 3.939704550952247e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8711760712435195 y1[1] (numeric) 1.871176071243461 absolute error 5.839773109528323e-14 relative error 3.1209105328326534e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0849999999998814 y2[1] (analytic) 1.8706846650122615 y2[1] (numeric) 1.8706846650121876 absolute error 7.394085344003543e-14 relative error 3.952609160857732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8706846650122615 y1[1] (numeric) 1.8706846650122029 absolute error 5.861977570020827e-14 relative error 3.1336000554547787e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0859999999998813 y2[1] (analytic) 1.8701923880964109 y2[1] (numeric) 1.870192388096337 absolute error 7.394085344003543e-14 relative error 3.9536495769452186e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8701923880964109 y1[1] (numeric) 1.8701923880963522 absolute error 5.861977570020827e-14 relative error 3.1344248898304435e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.086999999999881 y2[1] (analytic) 1.8696992409882447 y2[1] (numeric) 1.8696992409881705 absolute error 7.416289804496046e-14 relative error 3.96656833458204e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8696992409882447 y1[1] (numeric) 1.869699240988186 absolute error 5.861977570020827e-14 relative error 3.1352516177534686e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.087999999999881 y2[1] (analytic) 1.8692052241809103 y2[1] (numeric) 1.8692052241808357 absolute error 7.460698725481052e-14 relative error 3.991374852245208e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8692052241809103 y1[1] (numeric) 1.8692052241808512 absolute error 5.906386491005833e-14 relative error 3.1598384246941232e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.088999999999881 y2[1] (analytic) 1.8687103381684238 y2[1] (numeric) 1.8687103381683492 absolute error 7.460698725481052e-14 relative error 3.992431878336744e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8687103381684238 y1[1] (numeric) 1.8687103381683647 absolute error 5.906386491005833e-14 relative error 3.1606752370165888e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.089999999999881 y2[1] (analytic) 1.8682145834456718 y2[1] (numeric) 1.8682145834455968 absolute error 7.505107646466058e-14 relative error 4.017262103063071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8682145834456718 y1[1] (numeric) 1.8682145834456125 absolute error 5.928590951498336e-14 relative error 3.1733993536030766e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0909999999998807 y2[1] (analytic) 1.8677179605084084 y2[1] (numeric) 1.8677179605083334 absolute error 7.505107646466058e-14 relative error 4.018330286026218e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8677179605084084 y1[1] (numeric) 1.8677179605083492 absolute error 5.928590951498336e-14 relative error 3.1742431549378706e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0919999999998806 y2[1] (analytic) 1.8672204698532568 y2[1] (numeric) 1.8672204698531818 absolute error 7.505107646466058e-14 relative error 4.019400905055351e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8672204698532568 y1[1] (numeric) 1.8672204698531976 absolute error 5.928590951498336e-14 relative error 3.175088880620647e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0929999999998805 y2[1] (analytic) 1.866722111977708 y2[1] (numeric) 1.8667221119776325 absolute error 7.549516567451064e-14 relative error 4.0442637492801175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.866722111977708 y1[1] (numeric) 1.8667221119776485 absolute error 5.950795411990839e-14 relative error 3.1878314259031513e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0939999999998804 y2[1] (analytic) 1.8662228873801192 y2[1] (numeric) 1.8662228873800435 absolute error 7.571721027943568e-14 relative error 4.057243686777983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8662228873801192 y1[1] (numeric) 1.8662228873800595 absolute error 5.972999872483342e-14 relative error 3.200582263176767e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0949999999998803 y2[1] (analytic) 1.8657227965597152 y2[1] (numeric) 1.8657227965596392 absolute error 7.593925488436071e-14 relative error 4.070232460276966e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8657227965597152 y1[1] (numeric) 1.8657227965596554 absolute error 5.972999872483342e-14 relative error 3.201440151504397e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09599999999988 y2[1] (analytic) 1.865221840016587 y2[1] (numeric) 1.8652218400165106 absolute error 7.638334409421077e-14 relative error 4.095134554800812e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.865221840016587 y1[1] (numeric) 1.8652218400165268 absolute error 6.017408793468348e-14 relative error 3.226108907997151e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09699999999988 y2[1] (analytic) 1.8647200182516905 y2[1] (numeric) 1.8647200182516142 absolute error 7.638334409421077e-14 relative error 4.096236611747519e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8647200182516905 y1[1] (numeric) 1.8647200182516304 absolute error 6.017408793468348e-14 relative error 3.2269770982080748e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09799999999988 y2[1] (analytic) 1.864217331766848 y2[1] (numeric) 1.8642173317667714 absolute error 7.66053886991358e-14 relative error 4.109252038040627e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.864217331766848 y1[1] (numeric) 1.8642173317667876 absolute error 6.039613253960852e-14 relative error 3.2397581285421756e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09899999999988 y2[1] (analytic) 1.863713781064746 y2[1] (numeric) 1.863713781064669 absolute error 7.704947790898586e-14 relative error 4.134190490611023e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.863713781064746 y1[1] (numeric) 1.863713781064685 absolute error 6.084022174945858e-14 relative error 3.264461655410433e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0999999999998797 y2[1] (analytic) 1.8632093666489344 y2[1] (numeric) 1.8632093666488574 absolute error 7.704947790898586e-14 relative error 4.135309712808218e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8632093666489344 y1[1] (numeric) 1.8632093666488736 absolute error 6.084022174945858e-14 relative error 3.265345421641071e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1009999999998796 y2[1] (analytic) 1.8627040890238284 y2[1] (numeric) 1.8627040890237512 absolute error 7.72715225139109e-14 relative error 4.14835200981418e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8627040890238284 y1[1] (numeric) 1.8627040890237674 absolute error 6.106226635438361e-14 relative error 3.278151731893389e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1019999999998795 y2[1] (analytic) 1.8621979486947051 y2[1] (numeric) 1.8621979486946278 absolute error 7.72715225139109e-14 relative error 4.149479520588767e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8621979486947051 y1[1] (numeric) 1.862197948694644 absolute error 6.106226635438361e-14 relative error 3.279042724603192e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1029999999998794 y2[1] (analytic) 1.8616909461677054 y2[1] (numeric) 1.8616909461676276 absolute error 7.771561172376096e-14 relative error 4.1744636446634015e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8616909461677054 y1[1] (numeric) 1.8616909461676439 absolute error 6.150635556423367e-14 relative error 3.3037897987764636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1039999999998793 y2[1] (analytic) 1.861183081949831 y2[1] (numeric) 1.861183081949753 absolute error 7.793765632868599e-14 relative error 4.187533031250004e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.861183081949831 y1[1] (numeric) 1.8611830819497692 absolute error 6.17284001691587e-14 relative error 3.3166216030982932e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.104999999999879 y2[1] (analytic) 1.8606743565489463 y2[1] (numeric) 1.8606743565488681 absolute error 7.815970093361102e-14 relative error 4.200611496499386e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8606743565489463 y1[1] (numeric) 1.8606743565488846 absolute error 6.17284001691587e-14 relative error 3.3175283978034928e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.105999999999879 y2[1] (analytic) 1.860164770473777 y2[1] (numeric) 1.8601647704736985 absolute error 7.838174553853605e-14 relative error 4.213699064872222e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.860164770473777 y1[1] (numeric) 1.860164770473715 absolute error 6.195044477408373e-14 relative error 3.3303740484400848e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.106999999999879 y2[1] (analytic) 1.8596543242339088 y2[1] (numeric) 1.8596543242338301 absolute error 7.860379014346108e-14 relative error 4.226795760864977e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8596543242339088 y1[1] (numeric) 1.8596543242338466 absolute error 6.217248937900877e-14 relative error 3.343228285429925e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.107999999999879 y2[1] (analytic) 1.859143018339788 y2[1] (numeric) 1.859143018339709 absolute error 7.882583474838611e-14 relative error 4.23990160901002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.859143018339788 y1[1] (numeric) 1.8591430183397257 absolute error 6.217248937900877e-14 relative error 3.3441477479515647e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1089999999998787 y2[1] (analytic) 1.8586308533027205 y2[1] (numeric) 1.8586308533026414 absolute error 7.904787935331115e-14 relative error 4.253016633875732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8586308533027205 y1[1] (numeric) 1.858630853302658 absolute error 6.23945339839338e-14 relative error 3.357015938536743e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1099999999998786 y2[1] (analytic) 1.858117829634871 y2[1] (numeric) 1.858117829634792 absolute error 7.904787935331115e-14 relative error 4.2541908856686675e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.858117829634871 y1[1] (numeric) 1.8581178296348086 absolute error 6.23945339839338e-14 relative error 3.3579428058227405e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1109999999998785 y2[1] (analytic) 1.8576039478492636 y2[1] (numeric) 1.8576039478491844 absolute error 7.926992395823618e-14 relative error 4.267321032021653e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8576039478492636 y1[1] (numeric) 1.857603947849201 absolute error 6.261657858885883e-14 relative error 3.370825016891054e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1119999999998784 y2[1] (analytic) 1.8570892084597799 y2[1] (numeric) 1.8570892084597004 absolute error 7.949196856316121e-14 relative error 4.280460421666535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8570892084597799 y1[1] (numeric) 1.857089208459717 absolute error 6.283862319378386e-14 relative error 3.3837159199207525e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1129999999998783 y2[1] (analytic) 1.856573611981159 y2[1] (numeric) 1.8565736119810794 absolute error 7.971401316808624e-14 relative error 4.293609079309439e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.856573611981159 y1[1] (numeric) 1.856573611981096 absolute error 6.306066779870889e-14 relative error 3.3966155390637344e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.113999999999878 y2[1] (analytic) 1.8560571589289978 y2[1] (numeric) 1.8560571589289179 absolute error 7.993605777301127e-14 relative error 4.3067670296930316e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8560571589289978 y1[1] (numeric) 1.8560571589289345 absolute error 6.328271240363392e-14 relative error 3.4095238985069834e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.114999999999878 y2[1] (analytic) 1.8555398498197486 y2[1] (numeric) 1.8555398498196687 absolute error 7.993605777301127e-14 relative error 4.307967720594976e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8555398498197486 y1[1] (numeric) 1.8555398498196853 absolute error 6.328271240363392e-14 relative error 3.410474445471023e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.115999999999878 y2[1] (analytic) 1.8550216851707213 y2[1] (numeric) 1.855021685170641 absolute error 8.038014698286133e-14 relative error 4.333110907836303e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8550216851707213 y1[1] (numeric) 1.8550216851706576 absolute error 6.372680161348399e-14 relative error 3.4353669352182845e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.116999999999878 y2[1] (analytic) 1.8545026655000798 y2[1] (numeric) 1.8545026654999992 absolute error 8.060219158778636e-14 relative error 4.346296885265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8545026655000798 y1[1] (numeric) 1.8545026655000159 absolute error 6.394884621840902e-14 relative error 3.448301661036694e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1179999999998778 y2[1] (analytic) 1.853982791326844 y2[1] (numeric) 1.8539827913267632 absolute error 8.08242361927114e-14 relative error 4.359492254772642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.853982791326844 y1[1] (numeric) 1.85398279132678 absolute error 6.417089082333405e-14 relative error 3.461245224256301e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1189999999998776 y2[1] (analytic) 1.853462063170888 y2[1] (numeric) 1.8534620631708072 absolute error 8.08242361927114e-14 relative error 4.360717049392311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.853462063170888 y1[1] (numeric) 1.8534620631708238 absolute error 6.417089082333405e-14 relative error 3.462217657347192e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1199999999998775 y2[1] (analytic) 1.8529404815529402 y2[1] (numeric) 1.852940481552859 absolute error 8.126832540256146e-14 relative error 4.385911269770029e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8529404815529402 y1[1] (numeric) 1.8529404815528758 absolute error 6.439293542825908e-14 relative error 3.4751755962658705e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1209999999998774 y2[1] (analytic) 1.8524180469945817 y2[1] (numeric) 1.8524180469945004 absolute error 8.126832540256146e-14 relative error 4.387148221451071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8524180469945817 y1[1] (numeric) 1.8524180469945173 absolute error 6.439293542825908e-14 relative error 3.476155694592379e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1219999999998773 y2[1] (analytic) 1.8518947600182474 y2[1] (numeric) 1.8518947600181659 absolute error 8.149037000748649e-14 relative error 4.400378021841994e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8518947600182474 y1[1] (numeric) 1.8518947600181828 absolute error 6.461498003318411e-14 relative error 3.4891280772643603e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.122999999999877 y2[1] (analytic) 1.851370621147224 y2[1] (numeric) 1.8513706211471423 absolute error 8.171241461241152e-14 relative error 4.413617331886656e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.851370621147224 y1[1] (numeric) 1.8513706211471592 absolute error 6.483702463810914e-14 relative error 3.5021094046491944e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.123999999999877 y2[1] (analytic) 1.8508456309056505 y2[1] (numeric) 1.8508456309055685 absolute error 8.193445921733655e-14 relative error 4.426866176691604e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8508456309056505 y1[1] (numeric) 1.8508456309055854 absolute error 6.505906924303417e-14 relative error 3.5150997012754467e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.124999999999877 y2[1] (analytic) 1.8503197898185166 y2[1] (numeric) 1.8503197898184347 absolute error 8.193445921733655e-14 relative error 4.4281242446946356e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8503197898185166 y1[1] (numeric) 1.8503197898184516 absolute error 6.505906924303417e-14 relative error 3.5160986550014312e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.125999999999877 y2[1] (analytic) 1.8497930984116642 y2[1] (numeric) 1.849793098411582 absolute error 8.215650382226158e-14 relative error 4.441388817636186e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8497930984116642 y1[1] (numeric) 1.849793098411599 absolute error 6.52811138479592e-14 relative error 3.529103546986591e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1269999999998768 y2[1] (analytic) 1.849265557211784 y2[1] (numeric) 1.8492655572117016 absolute error 8.237854842718662e-14 relative error 4.4546629934206014e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.849265557211784 y1[1] (numeric) 1.8492655572117185 absolute error 6.550315845288424e-14 relative error 3.542117474552769e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1279999999998767 y2[1] (analytic) 1.8487371667464174 y2[1] (numeric) 1.8487371667463348 absolute error 8.260059303211165e-14 relative error 4.467946797298395e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8487371667464174 y1[1] (numeric) 1.8487371667463517 absolute error 6.572520305780927e-14 relative error 3.555140462366465e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1289999999998765 y2[1] (analytic) 1.848207927543955 y2[1] (numeric) 1.848207927543872 absolute error 8.282263763703668e-14 relative error 4.481240254558261e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.848207927543955 y1[1] (numeric) 1.848207927543889 absolute error 6.59472476627343e-14 relative error 3.5681725351308404e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1299999999998764 y2[1] (analytic) 1.8476778401336353 y2[1] (numeric) 1.8476778401335523 absolute error 8.304468224196171e-14 relative error 4.494543390527183e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8476778401336353 y1[1] (numeric) 1.8476778401335694 absolute error 6.59472476627343e-14 relative error 3.569196221889233e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1309999999998763 y2[1] (analytic) 1.8471469050455465 y2[1] (numeric) 1.8471469050454632 absolute error 8.326672684688674e-14 relative error 4.507856230570549e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8471469050455465 y1[1] (numeric) 1.8471469050454803 absolute error 6.616929226765933e-14 relative error 3.5822430845600636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.131999999999876 y2[1] (analytic) 1.846615122810623 y2[1] (numeric) 1.8466151228105396 absolute error 8.326672684688674e-14 relative error 4.5091543883898995e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.846615122810623 y1[1] (numeric) 1.8466151228105567 absolute error 6.616929226765933e-14 relative error 3.583274687307174e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.132999999999876 y2[1] (analytic) 1.846082493960647 y2[1] (numeric) 1.8460824939605638 absolute error 8.326672684688674e-14 relative error 4.510455362601024e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.846082493960647 y1[1] (numeric) 1.8460824939605809 absolute error 6.616929226765933e-14 relative error 3.5843085281469477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.133999999999876 y2[1] (analytic) 1.845549019028248 y2[1] (numeric) 1.8455490190281645 absolute error 8.348877145181177e-14 relative error 4.5237905138803515e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.845549019028248 y1[1] (numeric) 1.8455490190281816 absolute error 6.639133687258436e-14 relative error 3.597375967154854e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.134999999999876 y2[1] (analytic) 1.8450146985469003 y2[1] (numeric) 1.8450146985468165 absolute error 8.37108160567368e-14 relative error 4.53713545603002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8450146985469003 y1[1] (numeric) 1.8450146985468336 absolute error 6.661338147750939e-14 relative error 3.61045261753052e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1359999999998758 y2[1] (analytic) 1.8444795330509245 y2[1] (numeric) 1.8444795330508406 absolute error 8.393286066166183e-14 relative error 4.55049021459348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8444795330509245 y1[1] (numeric) 1.8444795330508577 absolute error 6.683542608243442e-14 relative error 3.623538504213327e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1369999999998757 y2[1] (analytic) 1.843943523075486 y2[1] (numeric) 1.8439435230754018 absolute error 8.415490526658687e-14 relative error 4.56385481515324e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.843943523075486 y1[1] (numeric) 1.843943523075419 absolute error 6.683542608243442e-14 relative error 3.6245918188947898e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1379999999998756 y2[1] (analytic) 1.843406669156595 y2[1] (numeric) 1.8434066691565103 absolute error 8.459899447643693e-14 relative error 4.589274623550272e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.843406669156595 y1[1] (numeric) 1.8434066691565276 absolute error 6.727951529228449e-14 relative error 3.649738086445492e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1389999999998754 y2[1] (analytic) 1.8428689718311047 y2[1] (numeric) 1.84286897183102 absolute error 8.459899447643693e-14 relative error 4.59061364478767e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8428689718311047 y1[1] (numeric) 1.8428689718310374 absolute error 6.727951529228449e-14 relative error 3.650802977350824e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1399999999998753 y2[1] (analytic) 1.842330431636713 y2[1] (numeric) 1.842330431636628 absolute error 8.504308368628699e-14 relative error 4.6160603019912844e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.842330431636713 y1[1] (numeric) 1.8423304316366456 absolute error 6.750155989720952e-14 relative error 3.663922537350784e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1409999999998752 y2[1] (analytic) 1.8417910491119598 y2[1] (numeric) 1.8417910491118747 absolute error 8.504308368628699e-14 relative error 4.617412150378919e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8417910491119598 y1[1] (numeric) 1.8417910491118923 absolute error 6.750155989720952e-14 relative error 3.6649955449482805e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.141999999999875 y2[1] (analytic) 1.8412508247962276 y2[1] (numeric) 1.8412508247961423 absolute error 8.526512829121202e-14 relative error 4.6308263460329136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8412508247962276 y1[1] (numeric) 1.84125082479616 absolute error 6.750155989720952e-14 relative error 3.666070857276056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.142999999999875 y2[1] (analytic) 1.8407097592297408 y2[1] (numeric) 1.8407097592296553 absolute error 8.548717289613705e-14 relative error 4.644250538004961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8407097592297408 y1[1] (numeric) 1.840709759229673 absolute error 6.772360450213455e-14 relative error 3.679211465172761e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.143999999999875 y2[1] (analytic) 1.8401678529535648 y2[1] (numeric) 1.840167852953479 absolute error 8.570921750106208e-14 relative error 4.6576847521542315e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8401678529535648 y1[1] (numeric) 1.8401678529534968 absolute error 6.794564910705958e-14 relative error 3.692361487459054e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.144999999999875 y2[1] (analytic) 1.8396251065096059 y2[1] (numeric) 1.83962510650952 absolute error 8.593126210598712e-14 relative error 4.671129014379888e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8396251065096059 y1[1] (numeric) 1.8396251065095377 absolute error 6.816769371198461e-14 relative error 3.705520949391797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1459999999998747 y2[1] (analytic) 1.8390815204406104 y2[1] (numeric) 1.8390815204405242 absolute error 8.615330671091215e-14 relative error 4.684583350621205e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8390815204406104 y1[1] (numeric) 1.839081520440542 absolute error 6.838973831690964e-14 relative error 3.7186898762663175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1469999999998746 y2[1] (analytic) 1.8385370952901643 y2[1] (numeric) 1.838537095290078 absolute error 8.637535131583718e-14 relative error 4.698047786857688e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8385370952901643 y1[1] (numeric) 1.838537095290096 absolute error 6.838973831690964e-14 relative error 3.719791049748503e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1479999999998745 y2[1] (analytic) 1.837991831602693 y2[1] (numeric) 1.8379918316026063 absolute error 8.681944052568724e-14 relative error 4.7236031756453665e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.837991831602693 y1[1] (numeric) 1.8379918316026242 absolute error 6.88338275267597e-14 relative error 3.745056226214996e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1489999999998743 y2[1] (analytic) 1.83744572992346 y2[1] (numeric) 1.8374457299233729 absolute error 8.704148513061227e-14 relative error 4.737091480478068e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.83744572992346 y1[1] (numeric) 1.8374457299233908 absolute error 6.905587213168474e-14 relative error 3.758253700073161e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1499999999998742 y2[1] (analytic) 1.8368987907985665 y2[1] (numeric) 1.8368987907984793 absolute error 8.72635297355373e-14 relative error 4.750589971132851e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8368987907985665 y1[1] (numeric) 1.8368987907984973 absolute error 6.927791673660977e-14 relative error 3.7714607404413474e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.150999999999874 y2[1] (analytic) 1.8363510147749522 y2[1] (numeric) 1.8363510147748647 absolute error 8.748557434046234e-14 relative error 4.764098673759484e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8363510147749522 y1[1] (numeric) 1.8363510147748827 absolute error 6.94999613415348e-14 relative error 3.78467737280893e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.151999999999874 y2[1] (analytic) 1.8358024024003927 y2[1] (numeric) 1.835802402400305 absolute error 8.770761894538737e-14 relative error 4.7776176145485906e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8358024024003927 y1[1] (numeric) 1.8358024024003232 absolute error 6.94999613415348e-14 relative error 3.7858083882372375e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.152999999999874 y2[1] (analytic) 1.8352529542235005 y2[1] (numeric) 1.8352529542234126 absolute error 8.79296635503124e-14 relative error 4.7911468197317586e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8352529542235005 y1[1] (numeric) 1.8352529542234308 absolute error 6.972200594645983e-14 relative error 3.799040660090334e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.153999999999874 y2[1] (analytic) 1.8347026707937237 y2[1] (numeric) 1.8347026707936356 absolute error 8.815170815523743e-14 relative error 4.804686315581668e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8347026707937237 y1[1] (numeric) 1.8347026707936538 absolute error 6.994405055138486e-14 relative error 3.812282592967822e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1549999999998737 y2[1] (analytic) 1.8341515526613457 y2[1] (numeric) 1.8341515526612573 absolute error 8.837375276016246e-14 relative error 4.81823612841221e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8341515526613457 y1[1] (numeric) 1.8341515526612755 absolute error 7.016609515630989e-14 relative error 3.825534212508187e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1559999999998736 y2[1] (analytic) 1.8335996003774846 y2[1] (numeric) 1.833599600377396 absolute error 8.859579736508749e-14 relative error 4.831796284578608e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8335996003774846 y1[1] (numeric) 1.8335996003774142 absolute error 7.038813976123492e-14 relative error 3.83879554438952e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1569999999998735 y2[1] (analytic) 1.8330468144940926 y2[1] (numeric) 1.8330468144940038 absolute error 8.881784197001252e-14 relative error 4.845366810477538e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8330468144940926 y1[1] (numeric) 1.833046814494022 absolute error 7.061018436615996e-14 relative error 3.852066614329643e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1579999999998734 y2[1] (analytic) 1.8324931955639552 y2[1] (numeric) 1.8324931955638664 absolute error 8.881784197001252e-14 relative error 4.846830655907487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8324931955639552 y1[1] (numeric) 1.8324931955638846 absolute error 7.061018436615996e-14 relative error 3.853230371446453e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1589999999998732 y2[1] (analytic) 1.8319387441406918 y2[1] (numeric) 1.8319387441406028 absolute error 8.903988657493755e-14 relative error 4.86041833329441e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8319387441406918 y1[1] (numeric) 1.831938744140621 absolute error 7.083222897108499e-14 relative error 3.866517327483583e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.159999999999873 y2[1] (analytic) 1.8313834607787536 y2[1] (numeric) 1.8313834607786643 absolute error 8.926193117986259e-14 relative error 4.874016452125543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8313834607787536 y1[1] (numeric) 1.8313834607786825 absolute error 7.105427357601002e-14 relative error 3.879814091244213e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.160999999999873 y2[1] (analytic) 1.830827346033424 y2[1] (numeric) 1.8308273460333344 absolute error 8.948397578478762e-14 relative error 4.887625038956239e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.830827346033424 y1[1] (numeric) 1.8308273460333526 absolute error 7.127631818093505e-14 relative error 3.8931206885978975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.161999999999873 y2[1] (analytic) 1.8302704004608175 y2[1] (numeric) 1.8302704004607278 absolute error 8.970602038971265e-14 relative error 4.901244120383898e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8302704004608175 y1[1] (numeric) 1.830270400460746 absolute error 7.149836278586008e-14 relative error 3.906437145454493e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.162999999999873 y2[1] (analytic) 1.8297126246178799 y2[1] (numeric) 1.8297126246177897 absolute error 9.015010959956271e-14 relative error 4.927009213722281e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8297126246178799 y1[1] (numeric) 1.8297126246178081 absolute error 7.172040739078511e-14 relative error 3.9197634877642776e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1639999999998727 y2[1] (analytic) 1.8291540190623867 y2[1] (numeric) 1.8291540190622964 absolute error 9.037215420448774e-14 relative error 4.94065307036375e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8291540190623867 y1[1] (numeric) 1.8291540190623148 absolute error 7.194245199571014e-14 relative error 3.933099741518071e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1649999999998726 y2[1] (analytic) 1.8285945843529434 y2[1] (numeric) 1.828594584352853 absolute error 9.037215420448774e-14 relative error 4.9421645988559214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8285945843529434 y1[1] (numeric) 1.8285945843528715 absolute error 7.194245199571014e-14 relative error 3.934303022185057e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1659999999998725 y2[1] (analytic) 1.828034321048985 y2[1] (numeric) 1.8280343210488943 absolute error 9.059419880941277e-14 relative error 4.955825925490661e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.828034321048985 y1[1] (numeric) 1.8280343210489127 absolute error 7.216449660063518e-14 relative error 3.94765545535408e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1669999999998724 y2[1] (analytic) 1.8274732297107743 y2[1] (numeric) 1.8274732297106835 absolute error 9.08162434143378e-14 relative error 4.9694978803443745e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8274732297107743 y1[1] (numeric) 1.827473229710702 absolute error 7.238654120556021e-14 relative error 3.961017870396739e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1679999999998723 y2[1] (analytic) 1.826911310899403 y2[1] (numeric) 1.826911310899312 absolute error 9.103828801926284e-14 relative error 4.9831804902693365e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.826911310899403 y1[1] (numeric) 1.8269113108993305 absolute error 7.260858581048524e-14 relative error 3.9743902934587144e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.168999999999872 y2[1] (analytic) 1.8263485651767897 y2[1] (numeric) 1.8263485651766986 absolute error 9.103828801926284e-14 relative error 4.9847159384085245e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8263485651767897 y1[1] (numeric) 1.826348565176717 absolute error 7.260858581048524e-14 relative error 3.9756149069746034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.169999999999872 y2[1] (analytic) 1.8257849931056802 y2[1] (numeric) 1.8257849931055887 absolute error 9.14823772291129e-14 relative error 5.010577782956819e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8257849931056802 y1[1] (numeric) 1.8257849931056074 absolute error 7.283063041541027e-14 relative error 3.9890036718685355e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.170999999999872 y2[1] (analytic) 1.8252205952496463 y2[1] (numeric) 1.8252205952495546 absolute error 9.170442183403793e-14 relative error 5.0242925196389734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8252205952496463 y1[1] (numeric) 1.8252205952495733 absolute error 7.30526750203353e-14 relative error 4.0024025156446065e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.171999999999872 y2[1] (analytic) 1.824655372173086 y2[1] (numeric) 1.8246553721729941 absolute error 9.192646643896296e-14 relative error 5.0380180192319e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.824655372173086 y1[1] (numeric) 1.8246553721730128 absolute error 7.327471962526033e-14 relative error 4.015811464605138e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1729999999998717 y2[1] (analytic) 1.8240893244412222 y2[1] (numeric) 1.82408932444113 absolute error 9.214851104388799e-14 relative error 5.051754308803713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8240893244412222 y1[1] (numeric) 1.8240893244411487 absolute error 7.349676423018536e-14 relative error 4.0292305450940464e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1739999999998716 y2[1] (analytic) 1.8235224526201026 y2[1] (numeric) 1.8235224526200102 absolute error 9.237055564881302e-14 relative error 5.065501415466077e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8235224526201026 y1[1] (numeric) 1.8235224526200289 absolute error 7.37188088351104e-14 relative error 4.042659783496965e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1749999999998715 y2[1] (analytic) 1.822954757276599 y2[1] (numeric) 1.8229547572765064 absolute error 9.259260025373806e-14 relative error 5.0792593663743285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.822954757276599 y1[1] (numeric) 1.8229547572765252 absolute error 7.37188088351104e-14 relative error 4.043918728144549e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1759999999998714 y2[1] (analytic) 1.8223862389784067 y2[1] (numeric) 1.8223862389783139 absolute error 9.281464485866309e-14 relative error 5.093028188727606e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8223862389784067 y1[1] (numeric) 1.8223862389783327 absolute error 7.394085344003543e-14 relative error 4.057364561833236e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1769999999998713 y2[1] (analytic) 1.8218168982940441 y2[1] (numeric) 1.8218168982939509 absolute error 9.325873406851315e-14 relative error 5.118995995472485e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8218168982940441 y1[1] (numeric) 1.8218168982939698 absolute error 7.438494264988549e-14 relative error 4.083008710674482e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.177999999999871 y2[1] (analytic) 1.8212467357928515 y2[1] (numeric) 1.8212467357927582 absolute error 9.325873406851315e-14 relative error 5.120598556785575e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8212467357928515 y1[1] (numeric) 1.821246735792777 absolute error 7.438494264988549e-14 relative error 4.08428694410278e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.178999999999871 y2[1] (analytic) 1.8206757520449917 y2[1] (numeric) 1.8206757520448982 absolute error 9.348077867343818e-14 relative error 5.134400157108707e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8206757520449917 y1[1] (numeric) 1.820675752044917 absolute error 7.460698725481052e-14 relative error 4.097763545815975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.179999999999871 y2[1] (analytic) 1.820103947621448 y2[1] (numeric) 1.8201039476213545 absolute error 9.348077867343818e-14 relative error 5.136013181862548e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.820103947621448 y1[1] (numeric) 1.8201039476213734 absolute error 7.460698725481052e-14 relative error 4.099050900488875e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.180999999999871 y2[1] (analytic) 1.8195313230940253 y2[1] (numeric) 1.8195313230939314 absolute error 9.392486788328824e-14 relative error 5.162036327221536e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8195313230940253 y1[1] (numeric) 1.8195313230939505 absolute error 7.482903185973555e-14 relative error 4.11254430797555e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1819999999998707 y2[1] (analytic) 1.8189578790353478 y2[1] (numeric) 1.8189578790352536 absolute error 9.414691248821327e-14 relative error 5.175870951895952e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8189578790353478 y1[1] (numeric) 1.8189578790352727 absolute error 7.505107646466058e-14 relative error 4.126048070143471e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1829999999998706 y2[1] (analytic) 1.8183836160188593 y2[1] (numeric) 1.818383616018765 absolute error 9.43689570931383e-14 relative error 5.189716639646601e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8183836160188593 y1[1] (numeric) 1.818383616018784 absolute error 7.527312106958561e-14 relative error 4.139562213741642e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1839999999998705 y2[1] (analytic) 1.8178085346188229 y2[1] (numeric) 1.8178085346187285 absolute error 9.43689570931383e-14 relative error 5.1913584569524855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8178085346188229 y1[1] (numeric) 1.8178085346187476 absolute error 7.527312106958561e-14 relative error 4.140871804486806e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1849999999998704 y2[1] (analytic) 1.8172326354103203 y2[1] (numeric) 1.8172326354102255 absolute error 9.481304630298837e-14 relative error 5.217441314638296e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8172326354103203 y1[1] (numeric) 1.8172326354102448 absolute error 7.549516567451064e-14 relative error 4.1544029203208915e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1859999999998703 y2[1] (analytic) 1.8166559189692504 y2[1] (numeric) 1.8166559189691553 absolute error 9.50350909079134e-14 relative error 5.23132035712273e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8166559189692504 y1[1] (numeric) 1.8166559189691747 absolute error 7.571721027943568e-14 relative error 4.1679444901375024e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18699999999987 y2[1] (analytic) 1.8160783858723293 y2[1] (numeric) 1.8160783858722342 absolute error 9.50350909079134e-14 relative error 5.232983975097779e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8160783858723293 y1[1] (numeric) 1.8160783858722536 absolute error 7.571721027943568e-14 relative error 4.169269942776502e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18799999999987 y2[1] (analytic) 1.8155000366970906 y2[1] (numeric) 1.8155000366969953 absolute error 9.525713551283843e-14 relative error 5.246881497515041e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8155000366970906 y1[1] (numeric) 1.8155000366970147 absolute error 7.593925488436071e-14 relative error 4.182828606410592e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18899999999987 y2[1] (analytic) 1.814920872021883 y2[1] (numeric) 1.8149208720217875 absolute error 9.547918011776346e-14 relative error 5.260790241031084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.814920872021883 y1[1] (numeric) 1.8149208720218069 absolute error 7.616129948928574e-14 relative error 4.1963977969154925e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18999999999987 y2[1] (analytic) 1.8143408924258715 y2[1] (numeric) 1.8143408924257758 absolute error 9.57012247226885e-14 relative error 5.274710233462842e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8143408924258715 y1[1] (numeric) 1.814340892425795 absolute error 7.638334409421077e-14 relative error 4.209977541325331e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1909999999998697 y2[1] (analytic) 1.8137600984890354 y2[1] (numeric) 1.8137600984889395 absolute error 9.592326932761353e-14 relative error 5.2886415026729845e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8137600984890354 y1[1] (numeric) 1.8137600984889588 absolute error 7.66053886991358e-14 relative error 4.223567866718008e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1919999999998696 y2[1] (analytic) 1.8131784907921684 y2[1] (numeric) 1.8131784907920725 absolute error 9.592326932761353e-14 relative error 5.290337923968265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8131784907921684 y1[1] (numeric) 1.8131784907920918 absolute error 7.66053886991358e-14 relative error 4.224922647613545e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1929999999998695 y2[1] (analytic) 1.8125960699168786 y2[1] (numeric) 1.8125960699167825 absolute error 9.614531393253856e-14 relative error 5.304287895589863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8125960699168786 y1[1] (numeric) 1.8125960699168018 absolute error 7.682743330406083e-14 relative error 4.238530281464417e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1939999999998694 y2[1] (analytic) 1.8120128364455863 y2[1] (numeric) 1.8120128364454902 absolute error 9.614531393253856e-14 relative error 5.305995189368281e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8120128364455863 y1[1] (numeric) 1.8120128364455095 absolute error 7.682743330406083e-14 relative error 4.239894539310451e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1949999999998693 y2[1] (analytic) 1.8114287909615254 y2[1] (numeric) 1.811428790961429 absolute error 9.636735853746359e-14 relative error 5.319963943286492e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8114287909615254 y1[1] (numeric) 1.8114287909614484 absolute error 7.704947790898586e-14 relative error 4.2535195583419646e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.195999999999869 y2[1] (analytic) 1.8108439340487412 y2[1] (numeric) 1.8108439340486446 absolute error 9.658940314238862e-14 relative error 5.3339440979008625e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8108439340487412 y1[1] (numeric) 1.810843934048664 absolute error 7.72715225139109e-14 relative error 4.26715527832069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.196999999999869 y2[1] (analytic) 1.8102582662920907 y2[1] (numeric) 1.8102582662919937 absolute error 9.703349235223868e-14 relative error 5.3602015888589255e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8102582662920907 y1[1] (numeric) 1.810258266292013 absolute error 7.771561172376096e-14 relative error 4.293067634097537e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.197999999999869 y2[1] (analytic) 1.809671788277241 y2[1] (numeric) 1.809671788277144 absolute error 9.703349235223868e-14 relative error 5.361938721750863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.809671788277241 y1[1] (numeric) 1.8096717882771634 absolute error 7.771561172376096e-14 relative error 4.294458930464078e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.198999999999869 y2[1] (analytic) 1.8090845005906708 y2[1] (numeric) 1.8090845005905736 absolute error 9.725553695716371e-14 relative error 5.375953247369569e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8090845005906708 y1[1] (numeric) 1.809084500590593 absolute error 7.793765632868599e-14 relative error 4.3081269174126e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1999999999998687 y2[1] (analytic) 1.8084964038196674 y2[1] (numeric) 1.8084964038195699 absolute error 9.747758156208874e-14 relative error 5.389979286450859e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8084964038196674 y1[1] (numeric) 1.8084964038195892 absolute error 7.815970093361102e-14 relative error 4.321805714876315e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2009999999998686 y2[1] (analytic) 1.8079074985523276 y2[1] (numeric) 1.8079074985522299 absolute error 9.769962616701378e-14 relative error 5.4040168673035675e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8079074985523276 y1[1] (numeric) 1.8079074985522492 absolute error 7.838174553853605e-14 relative error 4.335495350359452e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2019999999998685 y2[1] (analytic) 1.8073177853775566 y2[1] (numeric) 1.8073177853774585 absolute error 9.814371537686384e-14 relative error 5.4303518822707314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8073177853775566 y1[1] (numeric) 1.807317785377478 absolute error 7.860379014346108e-14 relative error 4.3491958514114005e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2029999999998684 y2[1] (analytic) 1.8067272648850672 y2[1] (numeric) 1.806727264884969 absolute error 9.814371537686384e-14 relative error 5.432126767794537e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8067272648850672 y1[1] (numeric) 1.8067272648849886 absolute error 7.860379014346108e-14 relative error 4.3506173660616874e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2039999999998683 y2[1] (analytic) 1.8061359376653803 y2[1] (numeric) 1.806135937665282 absolute error 9.836575998178887e-14 relative error 5.446199144286831e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8061359376653803 y1[1] (numeric) 1.8061359376653014 absolute error 7.882583474838611e-14 relative error 4.364335657385609e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.204999999999868 y2[1] (analytic) 1.8055438043098229 y2[1] (numeric) 1.8055438043097243 absolute error 9.85878045867139e-14 relative error 5.460283176258885e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8055438043098229 y1[1] (numeric) 1.8055438043097438 absolute error 7.904787935331115e-14 relative error 4.378064889072439e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.205999999999868 y2[1] (analytic) 1.8049508654105284 y2[1] (numeric) 1.8049508654104296 absolute error 9.880984919163893e-14 relative error 5.474378892256718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8049508654105284 y1[1] (numeric) 1.8049508654104491 absolute error 7.926992395823618e-14 relative error 4.391805088844154e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.206999999999868 y2[1] (analytic) 1.8043571215604355 y2[1] (numeric) 1.8043571215603365 absolute error 9.903189379656396e-14 relative error 5.4884863208742e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8043571215604355 y1[1] (numeric) 1.804357121560356 absolute error 7.949196856316121e-14 relative error 4.405556284468528e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.207999999999868 y2[1] (analytic) 1.8037625733532883 y2[1] (numeric) 1.8037625733531888 absolute error 9.947598300641403e-14 relative error 5.514915570150844e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8037625733532883 y1[1] (numeric) 1.8037625733532083 absolute error 7.993605777301127e-14 relative error 4.4316285831569275e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2089999999998677 y2[1] (analytic) 1.8031672213836345 y2[1] (numeric) 1.8031672213835348 absolute error 9.969802761133906e-14 relative error 5.529050574401924e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8031672213836345 y1[1] (numeric) 1.8031672213835543 absolute error 8.01581023779363e-14 relative error 4.44540591839442e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2099999999998676 y2[1] (analytic) 1.8025710662468262 y2[1] (numeric) 1.8025710662467265 absolute error 9.969802761133906e-14 relative error 5.53087916910386e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8025710662468262 y1[1] (numeric) 1.802571066246746 absolute error 8.01581023779363e-14 relative error 4.4468761248251526e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2109999999998675 y2[1] (analytic) 1.8019741085390186 y2[1] (numeric) 1.8019741085389187 absolute error 9.992007221626409e-14 relative error 5.545033735100445e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8019741085390186 y1[1] (numeric) 1.8019741085389382 absolute error 8.038014698286133e-14 relative error 4.46067158245858e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2119999999998674 y2[1] (analytic) 1.8013763488571692 y2[1] (numeric) 1.801376348857069 absolute error 1.0014211682118912e-13 relative error 5.5592001574086044e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8013763488571692 y1[1] (numeric) 1.8013763488570889 absolute error 8.038014698286133e-14 relative error 4.462151789316884e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2129999999998673 y2[1] (analytic) 1.800777787799038 y2[1] (numeric) 1.8007777877989375 absolute error 1.0058620603103918e-13 relative error 5.585708948241666e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.800777787799038 y1[1] (numeric) 1.8007777877989573 absolute error 8.08242361927114e-14 relative error 4.488295931920455e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.213999999999867 y2[1] (analytic) 1.8001784259631854 y2[1] (numeric) 1.8001784259630849 absolute error 1.0058620603103918e-13 relative error 5.587568686543976e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8001784259631854 y1[1] (numeric) 1.8001784259631046 absolute error 8.08242361927114e-14 relative error 4.489790291174409e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.214999999999867 y2[1] (analytic) 1.7995782639489737 y2[1] (numeric) 1.7995782639488729 absolute error 1.0080825063596421e-13 relative error 5.601770851285554e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7995782639489737 y1[1] (numeric) 1.7995782639488926 absolute error 8.104628079763643e-14 relative error 4.503626345196536e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.215999999999867 y2[1] (analytic) 1.7989773023565647 y2[1] (numeric) 1.7989773023564637 absolute error 1.0103029524088925e-13 relative error 5.6159849881677174e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7989773023565647 y1[1] (numeric) 1.7989773023564835 absolute error 8.126832540256146e-14 relative error 4.517473638833812e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.216999999999867 y2[1] (analytic) 1.7983755417869198 y2[1] (numeric) 1.7983755417868186 absolute error 1.0125233984581428e-13 relative error 5.630211126270485e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7983755417869198 y1[1] (numeric) 1.7983755417868386 absolute error 8.126832540256146e-14 relative error 4.518985246085521e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2179999999998667 y2[1] (analytic) 1.7977729828417999 y2[1] (numeric) 1.7977729828416984 absolute error 1.0147438445073931e-13 relative error 5.644449294723261e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7977729828417999 y1[1] (numeric) 1.7977729828417184 absolute error 8.149037000748649e-14 relative error 4.532850965346689e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2189999999998666 y2[1] (analytic) 1.7971696261237633 y2[1] (numeric) 1.7971696261236618 absolute error 1.0147438445073931e-13 relative error 5.64634428357244e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7971696261237633 y1[1] (numeric) 1.7971696261236818 absolute error 8.149037000748649e-14 relative error 4.534372761643513e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2199999999998665 y2[1] (analytic) 1.7965654722361672 y2[1] (numeric) 1.7965654722360656 absolute error 1.0169642905566434e-13 relative error 5.660602445458545e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7965654722361672 y1[1] (numeric) 1.7965654722360855 absolute error 8.171241461241152e-14 relative error 4.548256986743983e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2209999999998664 y2[1] (analytic) 1.7959605217831653 y2[1] (numeric) 1.7959605217830634 absolute error 1.0191847366058937e-13 relative error 5.674872717101655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7959605217831653 y1[1] (numeric) 1.7959605217830834 absolute error 8.193445921733655e-14 relative error 4.562152576493487e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2219999999998663 y2[1] (analytic) 1.795354775369708 y2[1] (numeric) 1.7953547753696057 absolute error 1.021405182655144e-13 relative error 5.689155127820413e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.795354775369708 y1[1] (numeric) 1.7953547753696257 absolute error 8.215650382226158e-14 relative error 4.576059559333811e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.222999999999866 y2[1] (analytic) 1.7947482336015415 y2[1] (numeric) 1.794748233601439 absolute error 1.0236256287043943e-13 relative error 5.703449706983543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7947482336015415 y1[1] (numeric) 1.794748233601459 absolute error 8.237854842718662e-14 relative error 4.589977963754652e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.223999999999866 y2[1] (analytic) 1.7941408970852075 y2[1] (numeric) 1.794140897085105 absolute error 1.0258460747536446e-13 relative error 5.71775648400999e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7941408970852075 y1[1] (numeric) 1.794140897085125 absolute error 8.260059303211165e-14 relative error 4.603907818293759e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.224999999999866 y2[1] (analytic) 1.7935327664280427 y2[1] (numeric) 1.79353276642794 absolute error 1.028066520802895e-13 relative error 5.7320754883690685e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7935327664280427 y1[1] (numeric) 1.79353276642796 absolute error 8.282263763703668e-14 relative error 4.617849151537068e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.225999999999866 y2[1] (analytic) 1.7929238422381775 y2[1] (numeric) 1.7929238422380747 absolute error 1.028066520802895e-13 relative error 5.734022252275473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7929238422381775 y1[1] (numeric) 1.7929238422380946 absolute error 8.282263763703668e-14 relative error 4.619417494813718e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2269999999998658 y2[1] (analytic) 1.7923141251245363 y2[1] (numeric) 1.7923141251244332 absolute error 1.0302869668521453e-13 relative error 5.748361586898487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7923141251245363 y1[1] (numeric) 1.7923141251244532 absolute error 8.304468224196171e-14 relative error 4.633377658405246e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2279999999998656 y2[1] (analytic) 1.791703615696836 y2[1] (numeric) 1.7917036156967328 absolute error 1.0325074129013956e-13 relative error 5.762713229218042e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.791703615696836 y1[1] (numeric) 1.7917036156967527 absolute error 8.326672684688674e-14 relative error 4.647349378401647e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2289999999998655 y2[1] (analytic) 1.791092314565586 y2[1] (numeric) 1.7910923145654825 absolute error 1.0347278589506459e-13 relative error 5.777077208896462e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.791092314565586 y1[1] (numeric) 1.7910923145655024 absolute error 8.348877145181177e-14 relative error 4.661332683573111e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2299999999998654 y2[1] (analytic) 1.790480222342087 y2[1] (numeric) 1.7904802223419836 absolute error 1.0347278589506459e-13 relative error 5.779052156170379e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.790480222342087 y1[1] (numeric) 1.7904802223420035 absolute error 8.348877145181177e-14 relative error 4.6629262032619375e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2309999999998653 y2[1] (analytic) 1.7898673396384321 y2[1] (numeric) 1.7898673396383282 absolute error 1.0391687510491465e-13 relative error 5.805842299234686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7898673396384321 y1[1] (numeric) 1.7898673396383482 absolute error 8.393286066166183e-14 relative error 4.689334164766477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.231999999999865 y2[1] (analytic) 1.789253667067503 y2[1] (numeric) 1.789253667067399 absolute error 1.0391687510491465e-13 relative error 5.807833568687284e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.789253667067503 y1[1] (numeric) 1.789253667067419 absolute error 8.393286066166183e-14 relative error 4.690942497785883e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.232999999999865 y2[1] (analytic) 1.7886392052429727 y2[1] (numeric) 1.7886392052428686 absolute error 1.0413891970983968e-13 relative error 5.822242932201256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7886392052429727 y1[1] (numeric) 1.7886392052428886 absolute error 8.415490526658687e-14 relative error 4.704968169092272e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.233999999999865 y2[1] (analytic) 1.7880239547793029 y2[1] (numeric) 1.7880239547791985 absolute error 1.0436096431476471e-13 relative error 5.836664773747177e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7880239547793029 y1[1] (numeric) 1.7880239547792185 absolute error 8.43769498715119e-14 relative error 4.7190055617530365e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.234999999999865 y2[1] (analytic) 1.7874079162917438 y2[1] (numeric) 1.7874079162916394 absolute error 1.0436096431476471e-13 relative error 5.83867640752525e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7874079162917438 y1[1] (numeric) 1.7874079162916594 absolute error 8.43769498715119e-14 relative error 4.7206319890629685e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2359999999998648 y2[1] (analytic) 1.7867910903963344 y2[1] (numeric) 1.7867910903962296 absolute error 1.0480505352461478e-13 relative error 5.865546010830377e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7867910903963344 y1[1] (numeric) 1.7867910903962496 absolute error 8.482103908136196e-14 relative error 4.74711562740933e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2369999999998647 y2[1] (analytic) 1.7861734777098999 y2[1] (numeric) 1.786173477709795 absolute error 1.0480505352461478e-13 relative error 5.867574165247829e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7861734777098999 y1[1] (numeric) 1.786173477709815 absolute error 8.482103908136196e-14 relative error 4.748757057467523e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2379999999998645 y2[1] (analytic) 1.7855550788500532 y2[1] (numeric) 1.7855550788499481 absolute error 1.0502709812953981e-13 relative error 5.882041913665311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7855550788500532 y1[1] (numeric) 1.7855550788499683 absolute error 8.482103908136196e-14 relative error 4.750401714630335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2389999999998644 y2[1] (analytic) 1.7849358944351932 y2[1] (numeric) 1.784935894435088 absolute error 1.0524914273446484e-13 relative error 5.896522281981942e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7849358944351932 y1[1] (numeric) 1.7849358944351081 absolute error 8.504308368628699e-14 relative error 4.764489523204818e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2399999999998643 y2[1] (analytic) 1.7843159250845042 y2[1] (numeric) 1.7843159250843987 absolute error 1.0547118733938987e-13 relative error 5.911015300409585e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7843159250845042 y1[1] (numeric) 1.784315925084419 absolute error 8.526512829121202e-14 relative error 4.778589211278486e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.240999999999864 y2[1] (analytic) 1.7836951714179554 y2[1] (numeric) 1.7836951714178497 absolute error 1.056932319443149e-13 relative error 5.925520999212755e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7836951714179554 y1[1] (numeric) 1.78369517141787 absolute error 8.548717289613705e-14 relative error 4.792700808186787e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.241999999999864 y2[1] (analytic) 1.7830736340563005 y2[1] (numeric) 1.7830736340561946 absolute error 1.0591527654923993e-13 relative error 5.940039408708775e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7830736340563005 y1[1] (numeric) 1.7830736340562148 absolute error 8.570921750106208e-14 relative error 4.806824343315696e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.242999999999864 y2[1] (analytic) 1.782451313621077 y2[1] (numeric) 1.7824513136209708 absolute error 1.0613732115416497e-13 relative error 5.954570559267921e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.782451313621077 y1[1] (numeric) 1.782451313620991 absolute error 8.593126210598712e-14 relative error 4.820959846101852e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.243999999999864 y2[1] (analytic) 1.7818282107346048 y2[1] (numeric) 1.7818282107344985 absolute error 1.0635936575909e-13 relative error 5.969114481313583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7818282107346048 y1[1] (numeric) 1.7818282107345187 absolute error 8.615330671091215e-14 relative error 4.835107346032714e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2449999999998638 y2[1] (analytic) 1.7812043260199872 y2[1] (numeric) 1.7812043260198807 absolute error 1.0658141036401503e-13 relative error 5.983671205322407e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7812043260199872 y1[1] (numeric) 1.7812043260199009 absolute error 8.637535131583718e-14 relative error 4.849266872646701e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2459999999998637 y2[1] (analytic) 1.7805796601011084 y2[1] (numeric) 1.7805796601010018 absolute error 1.0658141036401503e-13 relative error 5.98577040681027e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7805796601011084 y1[1] (numeric) 1.7805796601010222 absolute error 8.615330671091215e-14 relative error 4.838497745504968e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2469999999998636 y2[1] (analytic) 1.7799542136026347 y2[1] (numeric) 1.779954213602528 absolute error 1.0680345496894006e-13 relative error 6.000348444512481e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7799542136026347 y1[1] (numeric) 1.7799542136025484 absolute error 8.637535131583718e-14 relative error 4.852672650551674e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2479999999998634 y2[1] (analytic) 1.7793279871500127 y2[1] (numeric) 1.7793279871499055 absolute error 1.0724754417879012e-13 relative error 6.0274184946964605e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7793279871500127 y1[1] (numeric) 1.779327987149926 absolute error 8.681944052568724e-14 relative error 4.879338781420944e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2489999999998633 y2[1] (analytic) 1.778700981369468 y2[1] (numeric) 1.7787009813693608 absolute error 1.0724754417879012e-13 relative error 6.029543206088381e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.778700981369468 y1[1] (numeric) 1.7787009813693813 absolute error 8.681944052568724e-14 relative error 4.8810587858810705e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.249999999999863 y2[1] (analytic) 1.7780731968880072 y2[1] (numeric) 1.7780731968878998 absolute error 1.0746958878371515e-13 relative error 6.044159991377687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7780731968880072 y1[1] (numeric) 1.7780731968879202 absolute error 8.704148513061227e-14 relative error 4.8952700756612675e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.250999999999863 y2[1] (analytic) 1.7774446343334143 y2[1] (numeric) 1.7774446343333066 absolute error 1.0769163338864018e-13 relative error 6.058789754035135e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7774446343334143 y1[1] (numeric) 1.777444634333327 absolute error 8.72635297355373e-14 relative error 4.9094935532697076e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.251999999999863 y2[1] (analytic) 1.7768152943342517 y2[1] (numeric) 1.7768152943341438 absolute error 1.0791367799356522e-13 relative error 6.073432524904002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7768152943342517 y1[1] (numeric) 1.7768152943341642 absolute error 8.748557434046234e-14 relative error 4.9237292485847255e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.252999999999863 y2[1] (analytic) 1.7761851775198596 y2[1] (numeric) 1.7761851775197515 absolute error 1.0813572259849025e-13 relative error 6.0880883348820295e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7761851775198596 y1[1] (numeric) 1.776185177519772 absolute error 8.770761894538737e-14 relative error 4.93797719153676e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.253999999999863 y2[1] (analytic) 1.7755542845203545 y2[1] (numeric) 1.7755542845202463 absolute error 1.0813572259849025e-13 relative error 6.090251564891009e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7755542845203545 y1[1] (numeric) 1.7755542845202668 absolute error 8.770761894538737e-14 relative error 4.939731762077923e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2549999999998627 y2[1] (analytic) 1.7749226159666298 y2[1] (numeric) 1.7749226159665212 absolute error 1.0857981180834031e-13 relative error 6.117439196029812e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7749226159666298 y1[1] (numeric) 1.7749226159665417 absolute error 8.815170815523743e-14 relative error 4.9665099403350416e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2559999999998626 y2[1] (analytic) 1.7742901724903533 y2[1] (numeric) 1.7742901724902447 absolute error 1.0857981180834031e-13 relative error 6.119619749453956e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7742901724903533 y1[1] (numeric) 1.7742901724902653 absolute error 8.79296635503124e-14 relative error 4.955765686674369e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2569999999998624 y2[1] (analytic) 1.7736569547239691 y2[1] (numeric) 1.7736569547238603 absolute error 1.0880185641326534e-13 relative error 6.134323558086122e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7736569547239691 y1[1] (numeric) 1.773656954723881 absolute error 8.815170815523743e-14 relative error 4.970053984816715e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2579999999998623 y2[1] (analytic) 1.7730229633006949 y2[1] (numeric) 1.7730229633005856 absolute error 1.092459456231154e-13 relative error 6.16156405666292e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7730229633006949 y1[1] (numeric) 1.7730229633006063 absolute error 8.859579736508749e-14 relative error 4.9968781679034654e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2589999999998622 y2[1] (analytic) 1.7723881988545214 y2[1] (numeric) 1.7723881988544121 absolute error 1.092459456231154e-13 relative error 6.163770763860879e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7723881988545214 y1[1] (numeric) 1.7723881988544328 absolute error 8.859579736508749e-14 relative error 4.998667753618883e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.259999999999862 y2[1] (analytic) 1.7717526620202135 y2[1] (numeric) 1.771752662020104 absolute error 1.0946799022804043e-13 relative error 6.1785142234933205e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7717526620202135 y1[1] (numeric) 1.7717526620201247 absolute error 8.881784197001252e-14 relative error 5.012993284781599e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.260999999999862 y2[1] (analytic) 1.771116353433308 y2[1] (numeric) 1.7711163534331984 absolute error 1.0969003483296547e-13 relative error 6.193270962708429e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.771116353433308 y1[1] (numeric) 1.771116353433219 absolute error 8.903988657493755e-14 relative error 5.027331287542672e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.261999999999862 y2[1] (analytic) 1.7704792737301132 y2[1] (numeric) 1.7704792737300035 absolute error 1.0969003483296547e-13 relative error 6.1954995158947175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7704792737301132 y1[1] (numeric) 1.7704792737300241 absolute error 8.903988657493755e-14 relative error 5.029140295291056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.262999999999862 y2[1] (analytic) 1.769841423547709 y2[1] (numeric) 1.769841423547599 absolute error 1.099120794378905e-13 relative error 6.2102783885331316e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.769841423547709 y1[1] (numeric) 1.7698414235476196 absolute error 8.926193117986259e-14 relative error 5.043498812505695e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2639999999998617 y2[1] (analytic) 1.7692028035239453 y2[1] (numeric) 1.7692028035238352 absolute error 1.1013412404281553e-13 relative error 6.2250706263548445e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7692028035239453 y1[1] (numeric) 1.7692028035238558 absolute error 8.948397578478762e-14 relative error 5.057869883913311e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2649999999998616 y2[1] (analytic) 1.7685634142974425 y2[1] (numeric) 1.7685634142973319 absolute error 1.1057821325266559e-13 relative error 6.252431343921729e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7685634142974425 y1[1] (numeric) 1.7685634142973525 absolute error 8.992806499463768e-14 relative error 5.0848086230688754e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2659999999998615 y2[1] (analytic) 1.767923256507589 y2[1] (numeric) 1.7679232565074783 absolute error 1.1080025785759062e-13 relative error 6.267254952936641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.767923256507589 y1[1] (numeric) 1.7679232565074992 absolute error 8.992806499463768e-14 relative error 5.0866498115016825e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2669999999998613 y2[1] (analytic) 1.767282330794543 y2[1] (numeric) 1.7672823307944323 absolute error 1.1080025785759062e-13 relative error 6.269527846621797e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.767282330794543 y1[1] (numeric) 1.7672823307944532 absolute error 8.992806499463768e-14 relative error 5.088494544853363e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2679999999998612 y2[1] (analytic) 1.7666406377992305 y2[1] (numeric) 1.7666406377991195 absolute error 1.1102230246251565e-13 relative error 6.284373861161727e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7666406377992305 y1[1] (numeric) 1.7666406377991404 absolute error 9.015010959956271e-14 relative error 5.1029115752633215e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.268999999999861 y2[1] (analytic) 1.7659981781633438 y2[1] (numeric) 1.7659981781632328 absolute error 1.1102230246251565e-13 relative error 6.286660079003025e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7659981781633438 y1[1] (numeric) 1.7659981781632537 absolute error 9.015010959956271e-14 relative error 5.104767984150456e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.269999999999861 y2[1] (analytic) 1.7653549525293428 y2[1] (numeric) 1.7653549525292316 absolute error 1.1124434706744069e-13 relative error 6.301528591066257e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7653549525293428 y1[1] (numeric) 1.7653549525292525 absolute error 9.037215420448774e-14 relative error 5.119205861405123e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.270999999999861 y2[1] (analytic) 1.7647109615404533 y2[1] (numeric) 1.7647109615403418 absolute error 1.1146639167236572e-13 relative error 6.316410681501313e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7647109615404533 y1[1] (numeric) 1.7647109615403627 absolute error 9.059419880941277e-14 relative error 5.133656490144494e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.271999999999861 y2[1] (analytic) 1.7640662058406658 y2[1] (numeric) 1.764066205840554 absolute error 1.1168843627729075e-13 relative error 6.331306382237827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7640662058406658 y1[1] (numeric) 1.764066205840575 absolute error 9.08162434143378e-14 relative error 5.148119901262964e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2729999999998607 y2[1] (analytic) 1.7634206860747361 y2[1] (numeric) 1.7634206860746242 absolute error 1.1191048088221578e-13 relative error 6.346215725263011e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7634206860747361 y1[1] (numeric) 1.763420686074645 absolute error 9.103828801926284e-14 relative error 5.162596125709989e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2739999999998606 y2[1] (analytic) 1.762774402888184 y2[1] (numeric) 1.7627744028880719 absolute error 1.1213252548714081e-13 relative error 6.361138742621825e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.762774402888184 y1[1] (numeric) 1.7627744028880927 absolute error 9.126033262418787e-14 relative error 5.177085194490238e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2749999999998605 y2[1] (analytic) 1.7621273569272926 y2[1] (numeric) 1.7621273569271803 absolute error 1.1235457009206584e-13 relative error 6.376075466417137e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7621273569272926 y1[1] (numeric) 1.7621273569272011 absolute error 9.14823772291129e-14 relative error 5.191587138663756e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2759999999998604 y2[1] (analytic) 1.7614795488391077 y2[1] (numeric) 1.7614795488389952 absolute error 1.1257661469699087e-13 relative error 6.3910259288098915e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7614795488391077 y1[1] (numeric) 1.761479548839016 absolute error 9.170442183403793e-14 relative error 5.206101989346125e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2769999999998602 y2[1] (analytic) 1.7608309792714376 y2[1] (numeric) 1.7608309792713246 absolute error 1.1302070390684094e-13 relative error 6.418600378873641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7608309792714376 y1[1] (numeric) 1.7608309792713457 absolute error 9.192646643896296e-14 relative error 5.22062977770862e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27799999999986 y2[1] (analytic) 1.7601816488728514 y2[1] (numeric) 1.7601816488727382 absolute error 1.1324274851176597e-13 relative error 6.433583067081855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7601816488728514 y1[1] (numeric) 1.7601816488727593 absolute error 9.214851104388799e-14 relative error 5.235170534978373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27899999999986 y2[1] (analytic) 1.7595315582926798 y2[1] (numeric) 1.7595315582925664 absolute error 1.13464793116691e-13 relative error 6.448579599605983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7595315582926798 y1[1] (numeric) 1.7595315582925874 absolute error 9.237055564881302e-14 relative error 5.24972429243853e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27999999999986 y2[1] (analytic) 1.7588807081810132 y2[1] (numeric) 1.7588807081808995 absolute error 1.1368683772161603e-13 relative error 6.463590008852157e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7588807081810132 y1[1] (numeric) 1.7588807081809206 absolute error 9.259260025373806e-14 relative error 5.2642910814284166e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.28099999999986 y2[1] (analytic) 1.7582290991887017 y2[1] (numeric) 1.7582290991885876 absolute error 1.141309269314661e-13 relative error 6.491243205116411e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7582290991887017 y1[1] (numeric) 1.758229099188609 absolute error 9.281464485866309e-14 relative error 5.278870933343697e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2819999999998597 y2[1] (analytic) 1.757576731967354 y2[1] (numeric) 1.7575767319672397 absolute error 1.1435297153639112e-13 relative error 6.5062861527752155e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.757576731967354 y1[1] (numeric) 1.7575767319672613 absolute error 9.281464485866309e-14 relative error 5.2808303142913396e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2829999999998596 y2[1] (analytic) 1.7569236071693375 y2[1] (numeric) 1.7569236071692231 absolute error 1.1435297153639112e-13 relative error 6.508704821869324e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7569236071693375 y1[1] (numeric) 1.7569236071692447 absolute error 9.281464485866309e-14 relative error 5.282793428235684e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2839999999998595 y2[1] (analytic) 1.756269725447777 y2[1] (numeric) 1.7562697254476625 absolute error 1.1457501614131615e-13 relative error 6.523771063246234e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.756269725447777 y1[1] (numeric) 1.756269725447684 absolute error 9.303668946358812e-14 relative error 5.297403247093357e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2849999999998594 y2[1] (analytic) 1.7556150874565541 y2[1] (numeric) 1.7556150874564393 absolute error 1.1479706074624119e-13 relative error 6.5388513442632425e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7556150874565541 y1[1] (numeric) 1.7556150874564609 absolute error 9.325873406851315e-14 relative error 5.312026237119075e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2859999999998593 y2[1] (analytic) 1.754959693850307 y2[1] (numeric) 1.7549596938501917 absolute error 1.1524114995609125e-13 relative error 6.566598102504398e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.754959693850307 y1[1] (numeric) 1.7549596938502132 absolute error 9.370282327836321e-14 relative error 5.33931483479163e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.286999999999859 y2[1] (analytic) 1.7543035452844284 y2[1] (numeric) 1.7543035452843132 absolute error 1.1524114995609125e-13 relative error 6.5690541563265776e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7543035452844284 y1[1] (numeric) 1.7543035452843347 absolute error 9.370282327836321e-14 relative error 5.341311857359953e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.287999999999859 y2[1] (analytic) 1.7536466424150676 y2[1] (numeric) 1.7536466424149522 absolute error 1.1546319456101628e-13 relative error 6.584176753077459e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7536466424150676 y1[1] (numeric) 1.7536466424149737 absolute error 9.392486788328824e-14 relative error 5.355974551061087e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.288999999999859 y2[1] (analytic) 1.7529889858991274 y2[1] (numeric) 1.7529889858990115 absolute error 1.1590728377086634e-13 relative error 6.6119801495168106e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7529889858991274 y1[1] (numeric) 1.752988985899033 absolute error 9.43689570931383e-14 relative error 5.383317171541465e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.289999999999859 y2[1] (analytic) 1.7523305763942636 y2[1] (numeric) 1.7523305763941477 absolute error 1.1590728377086634e-13 relative error 6.61446449273096e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7523305763942636 y1[1] (numeric) 1.7523305763941694 absolute error 9.414691248821327e-14 relative error 5.372668476854267e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2909999999998587 y2[1] (analytic) 1.7516714145588865 y2[1] (numeric) 1.7516714145587702 absolute error 1.163513729807164e-13 relative error 6.642305857917794e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7516714145588865 y1[1] (numeric) 1.751671414558792 absolute error 9.459100169806334e-14 relative error 5.400042548612558e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2919999999998586 y2[1] (analytic) 1.7510115010521572 y2[1] (numeric) 1.7510115010520408 absolute error 1.163513729807164e-13 relative error 6.644809180910723e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7510115010521572 y1[1] (numeric) 1.7510115010520626 absolute error 9.459100169806334e-14 relative error 5.4020776928778015e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2929999999998585 y2[1] (analytic) 1.7503508365339897 y2[1] (numeric) 1.750350836533873 absolute error 1.1679546219056647e-13 relative error 6.6726886834780245e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7503508365339897 y1[1] (numeric) 1.750350836533895 absolute error 9.481304630298837e-14 relative error 5.4168024103519326e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2939999999998584 y2[1] (analytic) 1.7496894216650483 y2[1] (numeric) 1.749689421664931 absolute error 1.1723955140041653e-13 relative error 6.7005921135905615e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7496894216650483 y1[1] (numeric) 1.749689421664953 absolute error 9.525713551283843e-14 relative error 5.444231092292331e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2949999999998583 y2[1] (analytic) 1.7490272571067473 y2[1] (numeric) 1.7490272571066299 absolute error 1.1746159600534156e-13 relative error 6.715824211890633e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7490272571067473 y1[1] (numeric) 1.749027257106652 absolute error 9.525713551283843e-14 relative error 5.4462922247657494e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.295999999999858 y2[1] (analytic) 1.748364343521252 y2[1] (numeric) 1.7483643435211342 absolute error 1.176836406102666e-13 relative error 6.731070731701645e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.748364343521252 y1[1] (numeric) 1.7483643435211564 absolute error 9.547918011776346e-14 relative error 5.461057386097561e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.296999999999858 y2[1] (analytic) 1.7477006815714753 y2[1] (numeric) 1.7477006815713574 absolute error 1.1790568521519162e-13 relative error 6.746331706478176e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7477006815714753 y1[1] (numeric) 1.7477006815713796 absolute error 9.57012247226885e-14 relative error 5.47583609320545e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.297999999999858 y2[1] (analytic) 1.7470362719210792 y2[1] (numeric) 1.7470362719209613 absolute error 1.1790568521519162e-13 relative error 6.748897381823673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7470362719210792 y1[1] (numeric) 1.7470362719209835 absolute error 9.57012247226885e-14 relative error 5.47791859051978e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.298999999999858 y2[1] (analytic) 1.7463711152344736 y2[1] (numeric) 1.7463711152343555 absolute error 1.1812772982011666e-13 relative error 6.764182526247087e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7463711152344736 y1[1] (numeric) 1.7463711152343777 absolute error 9.592326932761353e-14 relative error 5.492719645373575e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2999999999998577 y2[1] (analytic) 1.7457052121768148 y2[1] (numeric) 1.7457052121766967 absolute error 1.1812772982011666e-13 relative error 6.766762738413134e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7457052121768148 y1[1] (numeric) 1.745705212176719 absolute error 9.592326932761353e-14 relative error 5.494814855252771e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3009999999998576 y2[1] (analytic) 1.7450385634140062 y2[1] (numeric) 1.7450385634138879 absolute error 1.1834977442504169e-13 relative error 6.782072150514618e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7450385634140062 y1[1] (numeric) 1.74503856341391 absolute error 9.614531393253856e-14 relative error 5.509638351168536e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3019999999998575 y2[1] (analytic) 1.7443711696126964 y2[1] (numeric) 1.7443711696125777 absolute error 1.1879386363489175e-13 relative error 6.810125373791153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7443711696126964 y1[1] (numeric) 1.7443711696125999 absolute error 9.658940314238862e-14 relative error 5.537204743175984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3029999999998574 y2[1] (analytic) 1.7437030314402788 y2[1] (numeric) 1.7437030314401598 absolute error 1.1901590823981678e-13 relative error 6.8254689069107715e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7437030314402788 y1[1] (numeric) 1.743703031440182 absolute error 9.681144774731365e-14 relative error 5.552060528755776e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3039999999998573 y2[1] (analytic) 1.7430341495648918 y2[1] (numeric) 1.7430341495647725 absolute error 1.192379528447418e-13 relative error 6.840827121746686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7430341495648918 y1[1] (numeric) 1.7430341495647947 absolute error 9.703349235223868e-14 relative error 5.566930078590878e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.304999999999857 y2[1] (analytic) 1.7423645246554171 y2[1] (numeric) 1.7423645246552977 absolute error 1.1945999744966684e-13 relative error 6.856200052241774e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7423645246554171 y1[1] (numeric) 1.7423645246553199 absolute error 9.725553695716371e-14 relative error 5.581813425431035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.305999999999857 y2[1] (analytic) 1.7416941573814797 y2[1] (numeric) 1.74169415738136 absolute error 1.1968204205459188e-13 relative error 6.871587732402214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7416941573814797 y1[1] (numeric) 1.7416941573813822 absolute error 9.747758156208874e-14 relative error 5.596710602086405e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.306999999999857 y2[1] (analytic) 1.7410230484134464 y2[1] (numeric) 1.7410230484133267 absolute error 1.1968204205459188e-13 relative error 6.874236510748971e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7410230484134464 y1[1] (numeric) 1.741023048413349 absolute error 9.725553695716371e-14 relative error 5.586114270330333e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.307999999999857 y2[1] (analytic) 1.740351198422427 y2[1] (numeric) 1.7403511984223068 absolute error 1.2012613126444194e-13 relative error 6.902407478061466e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.740351198422427 y1[1] (numeric) 1.7403511984223292 absolute error 9.769962616701378e-14 relative error 5.613787967369769e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3089999999998567 y2[1] (analytic) 1.7396786080802704 y2[1] (numeric) 1.73967860808015 absolute error 1.2034817586936697e-13 relative error 6.917839611890773e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7396786080802704 y1[1] (numeric) 1.7396786080801725 absolute error 9.792167077193881e-14 relative error 5.62872189823585e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3099999999998566 y2[1] (analytic) 1.7390052780595675 y2[1] (numeric) 1.739005278059447 absolute error 1.20570220474292e-13 relative error 6.933286632046784e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7390052780595675 y1[1] (numeric) 1.7390052780594694 absolute error 9.814371537686384e-14 relative error 5.643669781518745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3109999999998565 y2[1] (analytic) 1.7383312090336482 y2[1] (numeric) 1.7383312090335274 absolute error 1.2079226507921703e-13 relative error 6.948748572854904e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7383312090336482 y1[1] (numeric) 1.7383312090335499 absolute error 9.836575998178887e-14 relative error 5.658631650321181e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3119999999998564 y2[1] (analytic) 1.7376564016765812 y2[1] (numeric) 1.7376564016764604 absolute error 1.2079226507921703e-13 relative error 6.951447073349506e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7376564016765812 y1[1] (numeric) 1.7376564016764828 absolute error 9.836575998178887e-14 relative error 5.6608291424518955e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3129999999998563 y2[1] (analytic) 1.7369808566631741 y2[1] (numeric) 1.7369808566630531 absolute error 1.2101430968414206e-13 relative error 6.966933988933909e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7369808566631741 y1[1] (numeric) 1.7369808566630756 absolute error 9.85878045867139e-14 relative error 5.675814112085607e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.313999999999856 y2[1] (analytic) 1.736304574668972 y2[1] (numeric) 1.7363045746688506 absolute error 1.2145839889399213e-13 relative error 6.995224263412903e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.736304574668972 y1[1] (numeric) 1.736304574668873 absolute error 9.903189379656396e-14 relative error 5.703601501795529e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.314999999999856 y2[1] (analytic) 1.7356275563702561 y2[1] (numeric) 1.7356275563701347 absolute error 1.2145839889399213e-13 relative error 6.9979528988350415e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7356275563702561 y1[1] (numeric) 1.7356275563701573 absolute error 9.880984919163893e-14 relative error 5.693032979856661e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.315999999999856 y2[1] (analytic) 1.7349498024440457 y2[1] (numeric) 1.7349498024439238 absolute error 1.219024881038422e-13 relative error 7.026283292583832e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7349498024440457 y1[1] (numeric) 1.7349498024439465 absolute error 9.9253938401489e-14 relative error 5.720853609808694e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.316999999999856 y2[1] (analytic) 1.7342713135680938 y2[1] (numeric) 1.7342713135679717 absolute error 1.2212453270876722e-13 relative error 7.041835481756769e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7342713135680938 y1[1] (numeric) 1.7342713135679944 absolute error 9.947598300641403e-14 relative error 5.735895083321877e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3179999999998557 y2[1] (analytic) 1.7335920904208895 y2[1] (numeric) 1.7335920904207671 absolute error 1.2234657731369225e-13 relative error 7.05740283367285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7335920904208895 y1[1] (numeric) 1.73359209042079 absolute error 9.947598300641403e-14 relative error 5.738142412859232e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3189999999998556 y2[1] (analytic) 1.7329121336816558 y2[1] (numeric) 1.7329121336815334 absolute error 1.2234657731369225e-13 relative error 7.060172003860404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7329121336816558 y1[1] (numeric) 1.7329121336815563 absolute error 9.947598300641403e-14 relative error 5.740393934173251e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3199999999998555 y2[1] (analytic) 1.73223144403035 y2[1] (numeric) 1.732231444030227 absolute error 1.2279066652354231e-13 relative error 7.088583165183032e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.73223144403035 y1[1] (numeric) 1.73223144403025 absolute error 9.992007221626409e-14 relative error 5.768286481613678e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3209999999998554 y2[1] (analytic) 1.7315500221476605 y2[1] (numeric) 1.7315500221475377 absolute error 1.2279066652354231e-13 relative error 7.091372755795048e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7315500221476605 y1[1] (numeric) 1.7315500221475606 absolute error 9.992007221626409e-14 relative error 5.770556492057453e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3219999999998553 y2[1] (analytic) 1.73086786871501 y2[1] (numeric) 1.730867868714887 absolute error 1.2301271112846734e-13 relative error 7.106996053938625e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.73086786871501 y1[1] (numeric) 1.7308678687149102 absolute error 9.992007221626409e-14 relative error 5.77283072973354e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.322999999999855 y2[1] (analytic) 1.730184984414552 y2[1] (numeric) 1.7301849844144286 absolute error 1.234568003383174e-13 relative error 7.1354682563085506e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.730184984414552 y1[1] (numeric) 1.730184984414452 absolute error 1.0014211682118912e-13 relative error 5.787942776250281e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.323999999999855 y2[1] (analytic) 1.7295013699291704 y2[1] (numeric) 1.7295013699290467 absolute error 1.2367884494324244e-13 relative error 7.151127318754743e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7295013699291704 y1[1] (numeric) 1.72950136992907 absolute error 1.0036416142611415e-13 relative error 5.803069206601695e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.324999999999855 y2[1] (analytic) 1.7288170259424795 y2[1] (numeric) 1.7288170259423556 absolute error 1.2390088954816747e-13 relative error 7.166801789253656e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7288170259424795 y1[1] (numeric) 1.728817025942379 absolute error 1.0058620603103918e-13 relative error 5.818210054716678e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.325999999999855 y2[1] (analytic) 1.7281319531388233 y2[1] (numeric) 1.7281319531386994 absolute error 1.2390088954816747e-13 relative error 7.169642880749069e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7281319531388233 y1[1] (numeric) 1.7281319531387227 absolute error 1.0058620603103918e-13 relative error 5.820516532221018e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3269999999998547 y2[1] (analytic) 1.727446152203275 y2[1] (numeric) 1.7274461522031506 absolute error 1.2434497875801753e-13 relative error 7.198197095719682e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.727446152203275 y1[1] (numeric) 1.7274461522031739 absolute error 1.0103029524088925e-13 relative error 5.848535140272242e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3279999999998546 y2[1] (analytic) 1.7267596238216347 y2[1] (numeric) 1.7267596238215102 absolute error 1.2456702336294256e-13 relative error 7.213918002509983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7267596238216347 y1[1] (numeric) 1.7267596238215335 absolute error 1.0125233984581428e-13 relative error 5.863719445890467e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3289999999998545 y2[1] (analytic) 1.7260723686804313 y2[1] (numeric) 1.7260723686803066 absolute error 1.247890679678676e-13 relative error 7.229654458999761e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7260723686804313 y1[1] (numeric) 1.7260723686803299 absolute error 1.0147438445073931e-13 relative error 5.8789183056279196e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3299999999998544 y2[1] (analytic) 1.72538438746692 y2[1] (numeric) 1.7253843874667947 absolute error 1.2523315717771766e-13 relative error 7.258275784074736e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.72538438746692 y1[1] (numeric) 1.7253843874668182 absolute error 1.0169642905566434e-13 relative error 5.894131753734449e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3309999999998543 y2[1] (analytic) 1.7246956808690812 y2[1] (numeric) 1.724695680868956 absolute error 1.2523315717771766e-13 relative error 7.2611741634681986e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7246956808690812 y1[1] (numeric) 1.7246956808689795 absolute error 1.0169642905566434e-13 relative error 5.896485402248998e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.331999999999854 y2[1] (analytic) 1.724006249575622 y2[1] (numeric) 1.7240062495754966 absolute error 1.254552017826427e-13 relative error 7.27695748281217e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.724006249575622 y1[1] (numeric) 1.7240062495755202 absolute error 1.0191847366058937e-13 relative error 5.911722981612011e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.332999999999854 y2[1] (analytic) 1.7233160942759738 y2[1] (numeric) 1.723316094275848 absolute error 1.2567724638756772e-13 relative error 7.29275649458663e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7233160942759738 y1[1] (numeric) 1.7233160942758716 absolute error 1.021405182655144e-13 relative error 5.926975242950264e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.333999999999854 y2[1] (analytic) 1.7226252156602917 y2[1] (numeric) 1.7226252156601656 absolute error 1.2612133559741778e-13 relative error 7.32146113100259e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7226252156602917 y1[1] (numeric) 1.7226252156601891 absolute error 1.0258460747536446e-13 relative error 5.955132117118303e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.334999999999854 y2[1] (analytic) 1.721933614419454 y2[1] (numeric) 1.7219336144193276 absolute error 1.2634338020234281e-13 relative error 7.337296812394199e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.721933614419454 y1[1] (numeric) 1.721933614419351 absolute error 1.028066520802895e-13 relative error 5.9704190230905345e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3359999999998537 y2[1] (analytic) 1.7212412912450619 y2[1] (numeric) 1.7212412912449353 absolute error 1.2656542480726785e-13 relative error 7.353148303554617e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7212412912450619 y1[1] (numeric) 1.7212412912449588 absolute error 1.0302869668521453e-13 relative error 5.985720724297091e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3369999999998536 y2[1] (analytic) 1.7205482468294386 y2[1] (numeric) 1.7205482468293118 absolute error 1.2678746941219288e-13 relative error 7.369015640557132e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7205482468294386 y1[1] (numeric) 1.7205482468293356 absolute error 1.0302869668521453e-13 relative error 5.9881317989816285e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3379999999998535 y2[1] (analytic) 1.719854481865629 y2[1] (numeric) 1.7198544818655017 absolute error 1.2723155862204294e-13 relative error 7.397809521886251e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.719854481865629 y1[1] (numeric) 1.7198544818655255 absolute error 1.0347278589506459e-13 relative error 6.016368651307143e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3389999999998534 y2[1] (analytic) 1.719159997047397 y2[1] (numeric) 1.7191599970472697 absolute error 1.2723155862204294e-13 relative error 7.400797996728583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.719159997047397 y1[1] (numeric) 1.7191599970472935 absolute error 1.0347278589506459e-13 relative error 6.0187990688927054e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3399999999998533 y2[1] (analytic) 1.718464793069228 y2[1] (numeric) 1.7184647930691006 absolute error 1.2745360322696797e-13 relative error 7.416713088391652e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.718464793069228 y1[1] (numeric) 1.7184647930691244 absolute error 1.0369483049998962e-13 relative error 6.034155073656623e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.340999999999853 y2[1] (analytic) 1.717768870626326 y2[1] (numeric) 1.7177688706261982 absolute error 1.2789769243681803e-13 relative error 7.445570508573979e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.717768870626326 y1[1] (numeric) 1.7177688706262222 absolute error 1.0391687510491465e-13 relative error 6.049526038216357e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.341999999999853 y2[1] (analytic) 1.717072230414613 y2[1] (numeric) 1.717072230414485 absolute error 1.2811973704174306e-13 relative error 7.461522862716533e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.717072230414613 y1[1] (numeric) 1.7170722304145092 absolute error 1.0391687510491465e-13 relative error 6.051980415513583e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.342999999999853 y2[1] (analytic) 1.7163748731307296 y2[1] (numeric) 1.7163748731306012 absolute error 1.283417816466681e-13 relative error 7.477491290266214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7163748731307296 y1[1] (numeric) 1.7163748731306254 absolute error 1.0413891970983968e-13 relative error 6.067376150752344e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.343999999999853 y2[1] (analytic) 1.7156767994720326 y2[1] (numeric) 1.715676799471904 absolute error 1.2856382625159313e-13 relative error 7.493475827799049e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7156767994720326 y1[1] (numeric) 1.7156767994719282 absolute error 1.0436096431476471e-13 relative error 6.082786941391284e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3449999999998528 y2[1] (analytic) 1.7149780101365957 y2[1] (numeric) 1.714978010136467 absolute error 1.2878587085651816e-13 relative error 7.509476511961838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7149780101365957 y1[1] (numeric) 1.714978010136491 absolute error 1.0458300891968975e-13 relative error 6.0982128226448715e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3459999999998526 y2[1] (analytic) 1.7142785058232084 y2[1] (numeric) 1.7142785058230792 absolute error 1.2922996006636822e-13 relative error 7.538446035891414e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7142785058232084 y1[1] (numeric) 1.7142785058231036 absolute error 1.0480505352461478e-13 relative error 6.113653829795099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3469999999998525 y2[1] (analytic) 1.7135782872313747 y2[1] (numeric) 1.7135782872312453 absolute error 1.2945200467129325e-13 relative error 7.554484416375783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7135782872313747 y1[1] (numeric) 1.7135782872312697 absolute error 1.0502709812953981e-13 relative error 6.1291099981916724e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3479999999998524 y2[1] (analytic) 1.7128773550613132 y2[1] (numeric) 1.7128773550611835 absolute error 1.2967404927621828e-13 relative error 7.570539063585001e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7128773550613132 y1[1] (numeric) 1.712877355061208 absolute error 1.0524914273446484e-13 relative error 6.1445813632522105e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3489999999998523 y2[1] (analytic) 1.712175710013956 y2[1] (numeric) 1.7121757100138262 absolute error 1.2989609388114332e-13 relative error 7.586610014464259e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.712175710013956 y1[1] (numeric) 1.7121757100138506 absolute error 1.0547118733938987e-13 relative error 6.1600679604624325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.349999999999852 y2[1] (analytic) 1.7114733527909483 y2[1] (numeric) 1.7114733527908181 absolute error 1.3011813848606835e-13 relative error 7.602697306030561e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7114733527909483 y1[1] (numeric) 1.7114733527908426 absolute error 1.056932319443149e-13 relative error 6.175569825376361e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.350999999999852 y2[1] (analytic) 1.710770284094647 y2[1] (numeric) 1.7107702840945167 absolute error 1.3034018309099338e-13 relative error 7.61880097537294e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.710770284094647 y1[1] (numeric) 1.7107702840945411 absolute error 1.0591527654923993e-13 relative error 6.1910869936165114e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.351999999999852 y2[1] (analytic) 1.710066504628121 y2[1] (numeric) 1.7100665046279904 absolute error 1.305622276959184e-13 relative error 7.634921059652653e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.710066504628121 y1[1] (numeric) 1.7100665046280148 absolute error 1.0613732115416497e-13 relative error 6.2066195008740954e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.352999999999852 y2[1] (analytic) 1.7093620150951492 y2[1] (numeric) 1.7093620150950186 absolute error 1.305622276959184e-13 relative error 7.638067685074355e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7093620150951492 y1[1] (numeric) 1.709362015095043 absolute error 1.0613732115416497e-13 relative error 6.209177471880173e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3539999999998518 y2[1] (analytic) 1.7086568162002216 y2[1] (numeric) 1.7086568162000908 absolute error 1.3078427230084344e-13 relative error 7.65421534979076e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7086568162002216 y1[1] (numeric) 1.7086568162001152 absolute error 1.0635936575909e-13 relative error 6.224735403310312e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3549999999998517 y2[1] (analytic) 1.707950908648537 y2[1] (numeric) 1.707950908648406 absolute error 1.3100631690576847e-13 relative error 7.670379531542321e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.707950908648537 y1[1] (numeric) 1.7079509086484304 absolute error 1.0658141036401503e-13 relative error 6.240308771424262e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3559999999998515 y2[1] (analytic) 1.7072442931460026 y2[1] (numeric) 1.7072442931458713 absolute error 1.312283615106935e-13 relative error 7.68656026776778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7072442931460026 y1[1] (numeric) 1.7072442931458958 absolute error 1.0680345496894006e-13 relative error 6.255897612176484e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3569999999998514 y2[1] (analytic) 1.7065369703992341 y2[1] (numeric) 1.7065369703991025 absolute error 1.3167245072054357e-13 relative error 7.715769010837168e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7065369703992341 y1[1] (numeric) 1.7065369703991269 absolute error 1.0724754417879012e-13 relative error 6.284513376449161e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3579999999998513 y2[1] (analytic) 1.7058289411155538 y2[1] (numeric) 1.7058289411154222 absolute error 1.3167245072054357e-13 relative error 7.718971553761673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7058289411155538 y1[1] (numeric) 1.7058289411154466 absolute error 1.0724754417879012e-13 relative error 6.287121855762038e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.358999999999851 y2[1] (analytic) 1.7051202060029915 y2[1] (numeric) 1.7051202060028596 absolute error 1.318944953254686e-13 relative error 7.735202178774555e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7051202060029915 y1[1] (numeric) 1.705120206002884 absolute error 1.0746958878371515e-13 relative error 6.302757330853342e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.359999999999851 y2[1] (analytic) 1.7044107657702818 y2[1] (numeric) 1.7044107657701497 absolute error 1.3211653993039363e-13 relative error 7.751449508750646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7044107657702818 y1[1] (numeric) 1.7044107657701741 absolute error 1.0769163338864018e-13 relative error 6.318408423099266e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.360999999999851 y2[1] (analytic) 1.703700621126865 y2[1] (numeric) 1.7037006211267327 absolute error 1.3233858453531866e-13 relative error 7.767713581496908e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.703700621126865 y1[1] (numeric) 1.7037006211267571 absolute error 1.0791367799356522e-13 relative error 6.334075168804525e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.361999999999851 y2[1] (analytic) 1.7029897727828858 y2[1] (numeric) 1.7029897727827532 absolute error 1.325606291402437e-13 relative error 7.78399443489458e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7029897727828858 y1[1] (numeric) 1.7029897727827779 absolute error 1.0791367799356522e-13 relative error 6.336719087703126e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3629999999998508 y2[1] (analytic) 1.7022782214491925 y2[1] (numeric) 1.7022782214490595 absolute error 1.3300471835009375e-13 relative error 7.813336073633339e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7022782214491925 y1[1] (numeric) 1.7022782214490844 absolute error 1.0813572259849025e-13 relative error 6.352411799431445e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3639999999998507 y2[1] (analytic) 1.701565967837336 y2[1] (numeric) 1.7015659678372028 absolute error 1.3322676295501878e-13 relative error 7.829656062312292e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.701565967837336 y1[1] (numeric) 1.701565967837228 absolute error 1.0813572259849025e-13 relative error 6.355070837243476e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3649999999998506 y2[1] (analytic) 1.7008530126595705 y2[1] (numeric) 1.7008530126594368 absolute error 1.3367085216486885e-13 relative error 7.859047852456806e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7008530126595705 y1[1] (numeric) 1.700853012659462 absolute error 1.0835776720341528e-13 relative error 6.370789621260666e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3659999999998504 y2[1] (analytic) 1.7001393566288505 y2[1] (numeric) 1.7001393566287166 absolute error 1.3389289676979388e-13 relative error 7.875407168697372e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7001393566288505 y1[1] (numeric) 1.700139356628742 absolute error 1.0857981180834031e-13 relative error 6.386524221381451e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3669999999998503 y2[1] (analytic) 1.6994250004588323 y2[1] (numeric) 1.6994250004586982 absolute error 1.341149413747189e-13 relative error 7.891783476088021e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6994250004588323 y1[1] (numeric) 1.6994250004587235 absolute error 1.0880185641326534e-13 relative error 6.4022746743098186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3679999999998502 y2[1] (analytic) 1.6987099448638718 y2[1] (numeric) 1.6987099448637375 absolute error 1.3433698597964394e-13 relative error 7.908176812987882e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6987099448638718 y1[1] (numeric) 1.6987099448637628 absolute error 1.0902390101819037e-13 relative error 6.41804101682157e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.36899999999985 y2[1] (analytic) 1.6979941905590248 y2[1] (numeric) 1.6979941905588902 absolute error 1.3455903058456897e-13 relative error 7.924587217831916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6979941905590248 y1[1] (numeric) 1.6979941905589155 absolute error 1.092459456231154e-13 relative error 6.4338232857645254e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.36999999999985 y2[1] (analytic) 1.6972777382600452 y2[1] (numeric) 1.6972777382599105 absolute error 1.34781075189494e-13 relative error 7.941014729131136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6972777382600452 y1[1] (numeric) 1.697277738259936 absolute error 1.092459456231154e-13 relative error 6.436539121470377e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.37099999999985 y2[1] (analytic) 1.6965605886833859 y2[1] (numeric) 1.6965605886832507 absolute error 1.3522516439934407e-13 relative error 7.970547312093665e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6965605886833859 y1[1] (numeric) 1.6965605886832762 absolute error 1.0969003483296547e-13 relative error 6.465435750696667e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.37199999999985 y2[1] (analytic) 1.6958427425461955 y2[1] (numeric) 1.6958427425460603 absolute error 1.3522516439934407e-13 relative error 7.973921225520736e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6958427425461955 y1[1] (numeric) 1.6958427425460858 absolute error 1.0969003483296547e-13 relative error 6.468172554034883e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3729999999998497 y2[1] (analytic) 1.6951242005663207 y2[1] (numeric) 1.6951242005661853 absolute error 1.354472090042691e-13 relative error 7.990400288015345e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6951242005663207 y1[1] (numeric) 1.6951242005662108 absolute error 1.099120794378905e-13 relative error 6.484013348471468e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3739999999998496 y2[1] (analytic) 1.6944049634623033 y2[1] (numeric) 1.6944049634621676 absolute error 1.3566925360919413e-13 relative error 8.00689661177403e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6944049634623033 y1[1] (numeric) 1.6944049634621932 absolute error 1.1013412404281553e-13 relative error 6.4998702445825175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3749999999998495 y2[1] (analytic) 1.6936850319533803 y2[1] (numeric) 1.6936850319532444 absolute error 1.3589129821411916e-13 relative error 8.023410235691311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6936850319533803 y1[1] (numeric) 1.69368503195327 absolute error 1.1035616864774056e-13 relative error 6.515743279638205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3759999999998493 y2[1] (analytic) 1.692964406759483 y2[1] (numeric) 1.692964406759347 absolute error 1.3589129821411916e-13 relative error 8.026825470845534e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.692964406759483 y1[1] (numeric) 1.6929644067593725 absolute error 1.1035616864774056e-13 relative error 6.518516763088612e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3769999999998492 y2[1] (analytic) 1.692243088601237 y2[1] (numeric) 1.6922430886011006 absolute error 1.3633538742396922e-13 relative error 8.056489539966768e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.692243088601237 y1[1] (numeric) 1.6922430886011262 absolute error 1.1080025785759062e-13 relative error 6.547537916031624e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.377999999999849 y2[1] (analytic) 1.6915210781999597 y2[1] (numeric) 1.6915210781998233 absolute error 1.3633538742396922e-13 relative error 8.059928379317105e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6915210781999597 y1[1] (numeric) 1.6915210781998489 absolute error 1.1080025785759062e-13 relative error 6.550332673093217e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.378999999999849 y2[1] (analytic) 1.690798376277662 y2[1] (numeric) 1.6907983762775254 absolute error 1.3655743202889425e-13 relative error 8.076505983494561e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.690798376277662 y1[1] (numeric) 1.690798376277551 absolute error 1.1102230246251565e-13 relative error 6.566265027231351e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.379999999999849 y2[1] (analytic) 1.6900749835570457 y2[1] (numeric) 1.6900749835569087 absolute error 1.3700152123874432e-13 relative error 8.10623922439238e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6900749835570457 y1[1] (numeric) 1.6900749835569344 absolute error 1.1124434706744069e-13 relative error 6.5822136976022415e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.380999999999849 y2[1] (analytic) 1.6893509007615033 y2[1] (numeric) 1.689350900761366 absolute error 1.3722356584366935e-13 relative error 8.122857470393718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6893509007615033 y1[1] (numeric) 1.6893509007613918 absolute error 1.1146639167236572e-13 relative error 6.598178721905578e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3819999999998487 y2[1] (analytic) 1.6886261286151174 y2[1] (numeric) 1.6886261286149802 absolute error 1.3722356584366935e-13 relative error 8.126343867260285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6886261286151174 y1[1] (numeric) 1.688626128615006 absolute error 1.1146639167236572e-13 relative error 6.601010714182302e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3829999999998486 y2[1] (analytic) 1.6879006678426607 y2[1] (numeric) 1.687900667842523 absolute error 1.376676550535194e-13 relative error 8.156146725711956e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6879006678426607 y1[1] (numeric) 1.6879006678425488 absolute error 1.1191048088221578e-13 relative error 6.6301579834819776e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3839999999998485 y2[1] (analytic) 1.687174519169593 y2[1] (numeric) 1.6871745191694554 absolute error 1.376676550535194e-13 relative error 8.159657076926327e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.687174519169593 y1[1] (numeric) 1.6871745191694811 absolute error 1.1191048088221578e-13 relative error 6.633011559307852e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3849999999998484 y2[1] (analytic) 1.6864476833220636 y2[1] (numeric) 1.6864476833219257 absolute error 1.3788969965844444e-13 relative error 8.176340186659168e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6864476833220636 y1[1] (numeric) 1.6864476833219515 absolute error 1.1213252548714081e-13 relative error 6.649036705737327e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3859999999998482 y2[1] (analytic) 1.6857201610269081 y2[1] (numeric) 1.68572016102677 absolute error 1.3811174426336947e-13 relative error 8.193041019289612e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6857201610269081 y1[1] (numeric) 1.6857201610267958 absolute error 1.1235457009206584e-13 relative error 6.6650783854671115e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.386999999999848 y2[1] (analytic) 1.6849919530116488 y2[1] (numeric) 1.6849919530115103 absolute error 1.3855583347321954e-13 relative error 8.222937398933778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6849919530116488 y1[1] (numeric) 1.6849919530115363 absolute error 1.1257661469699087e-13 relative error 6.681136636633694e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.387999999999848 y2[1] (analytic) 1.6842630600044934 y2[1] (numeric) 1.6842630600043547 absolute error 1.3877787807814457e-13 relative error 8.239679499814852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6842630600044934 y1[1] (numeric) 1.6842630600043806 absolute error 1.127986593019159e-13 relative error 6.697211497449512e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.388999999999848 y2[1] (analytic) 1.6835334827343351 y2[1] (numeric) 1.6835334827341961 absolute error 1.389999226830696e-13 relative error 8.256439453601533e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6835334827343351 y1[1] (numeric) 1.683533482734222 absolute error 1.1302070390684094e-13 relative error 6.713303006203164e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.389999999999848 y2[1] (analytic) 1.682803221930751 y2[1] (numeric) 1.6828032219306117 absolute error 1.3922196728799463e-13 relative error 8.273217300372138e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.682803221930751 y1[1] (numeric) 1.682803221930638 absolute error 1.1302070390684094e-13 relative error 6.716216277335595e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3909999999998477 y2[1] (analytic) 1.6820722783240019 y2[1] (numeric) 1.6820722783238624 absolute error 1.3944401189291966e-13 relative error 8.290013080285713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6820722783240019 y1[1] (numeric) 1.6820722783238886 absolute error 1.1324274851176597e-13 relative error 6.7323354632893534e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3919999999998476 y2[1] (analytic) 1.6813406526450314 y2[1] (numeric) 1.6813406526448915 absolute error 1.3988810110276972e-13 relative error 8.320033235543448e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6813406526450314 y1[1] (numeric) 1.6813406526449177 absolute error 1.1368683772161603e-13 relative error 6.761677804124198e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3929999999998475 y2[1] (analytic) 1.6806083456254648 y2[1] (numeric) 1.680608345625325 absolute error 1.3988810110276972e-13 relative error 8.323658600583003e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6806083456254648 y1[1] (numeric) 1.680608345625351 absolute error 1.1368683772161603e-13 relative error 6.764624132537298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3939999999998474 y2[1] (analytic) 1.6798753579976093 y2[1] (numeric) 1.6798753579974692 absolute error 1.4011014570769476e-13 relative error 8.340508421690543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6798753579976093 y1[1] (numeric) 1.6798753579974957 absolute error 1.1368683772161603e-13 relative error 6.767575771641137e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3949999999998473 y2[1] (analytic) 1.6791416904944527 y2[1] (numeric) 1.6791416904943122 absolute error 1.4055423491754482e-13 relative error 8.37060003412554e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6791416904944527 y1[1] (numeric) 1.6791416904943388 absolute error 1.1390888232654106e-13 relative error 6.783756425760508e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.395999999999847 y2[1] (analytic) 1.678407343849662 y2[1] (numeric) 1.6784073438495213 absolute error 1.4077627952246985e-13 relative error 8.387491870690922e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.678407343849662 y1[1] (numeric) 1.678407343849548 absolute error 1.141309269314661e-13 relative error 6.799953977184755e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.396999999999847 y2[1] (analytic) 1.6776723187975842 y2[1] (numeric) 1.6776723187974432 absolute error 1.4099832412739488e-13 relative error 8.404401893478861e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6776723187975842 y1[1] (numeric) 1.6776723187974698 absolute error 1.1435297153639112e-13 relative error 6.816168464789943e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.397999999999847 y2[1] (analytic) 1.676936616073244 y2[1] (numeric) 1.6769366160731027 absolute error 1.412203687323199e-13 relative error 8.42133014323493e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.676936616073244 y1[1] (numeric) 1.6769366160731294 absolute error 1.1457501614131615e-13 relative error 6.8323999275302266e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.398999999999847 y2[1] (analytic) 1.676200236412344 y2[1] (numeric) 1.6762002364122026 absolute error 1.4144241333724494e-13 relative error 8.438276660787334e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.676200236412344 y1[1] (numeric) 1.6762002364122293 absolute error 1.1479706074624119e-13 relative error 6.848648404438071e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3999999999998467 y2[1] (analytic) 1.6754631805512639 y2[1] (numeric) 1.6754631805511224 absolute error 1.4144241333724494e-13 relative error 8.441988757443617e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6754631805512639 y1[1] (numeric) 1.675463180551149 absolute error 1.1479706074624119e-13 relative error 6.8516612050209574e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4009999999998466 y2[1] (analytic) 1.6747254492270596 y2[1] (numeric) 1.674725449226918 absolute error 1.4166445794216997e-13 relative error 8.458966095460766e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6747254492270596 y1[1] (numeric) 1.6747254492269446 absolute error 1.1501910535116622e-13 relative error 6.867937989731469e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4019999999998465 y2[1] (analytic) 1.6739870431774624 y2[1] (numeric) 1.6739870431773205 absolute error 1.41886502547095e-13 relative error 8.475961813764968e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6739870431774624 y1[1] (numeric) 1.6739870431773471 absolute error 1.1524114995609125e-13 relative error 6.88423189568704e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4029999999998464 y2[1] (analytic) 1.673247963140878 y2[1] (numeric) 1.673247963140736 absolute error 1.4210854715202004e-13 relative error 8.492975953502194e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.673247963140878 y1[1] (numeric) 1.6732479631407626 absolute error 1.1546319456101628e-13 relative error 6.900542962220533e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4039999999998463 y2[1] (analytic) 1.672508209856387 y2[1] (numeric) 1.6725082098562445 absolute error 1.425526363618701e-13 relative error 8.523284700295172e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.672508209856387 y1[1] (numeric) 1.6725082098562711 absolute error 1.1590728377086634e-13 relative error 6.930147373137196e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.404999999999846 y2[1] (analytic) 1.671767784063742 y2[1] (numeric) 1.6717677840635992 absolute error 1.4277468096679513e-13 relative error 8.54034168667479e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.671767784063742 y1[1] (numeric) 1.6717677840636258 absolute error 1.1612932837579137e-13 relative error 6.946498759146058e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.405999999999846 y2[1] (analytic) 1.6710266865033687 y2[1] (numeric) 1.6710266865032257 absolute error 1.4299672557172016e-13 relative error 8.557417228981632e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6710266865033687 y1[1] (numeric) 1.6710266865032524 absolute error 1.163513729807164e-13 relative error 6.962867434761452e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.406999999999846 y2[1] (analytic) 1.6702849179163648 y2[1] (numeric) 1.6702849179162218 absolute error 1.4299672557172016e-13 relative error 8.561217552637948e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6702849179163648 y1[1] (numeric) 1.6702849179162484 absolute error 1.163513729807164e-13 relative error 6.965959623574976e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.407999999999846 y2[1] (analytic) 1.669542479044499 y2[1] (numeric) 1.6695424790443558 absolute error 1.432187701766452e-13 relative error 8.578324419670421e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.669542479044499 y1[1] (numeric) 1.6695424790443825 absolute error 1.1657341758564144e-13 relative error 6.98235708577825e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4089999999998457 y2[1] (analytic) 1.66879937063021 y2[1] (numeric) 1.6687993706300666 absolute error 1.4344081478157023e-13 relative error 8.595449956779456e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.66879937063021 y1[1] (numeric) 1.6687993706300932 absolute error 1.1679546219056647e-13 relative error 6.998771946232189e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4099999999998456 y2[1] (analytic) 1.668055593416606 y2[1] (numeric) 1.6680555934164623 absolute error 1.4366285938649526e-13 relative error 8.612594205702512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.668055593416606 y1[1] (numeric) 1.6680555934164891 absolute error 1.1679546219056647e-13 relative error 7.001892661823063e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4109999999998455 y2[1] (analytic) 1.6673111481474643 y2[1] (numeric) 1.6673111481473204 absolute error 1.438849039914203e-13 relative error 8.629757208262514e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6673111481474643 y1[1] (numeric) 1.6673111481473473 absolute error 1.170175067954915e-13 relative error 7.018336494991273e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4119999999998454 y2[1] (analytic) 1.66656603556723 y2[1] (numeric) 1.666566035567086 absolute error 1.4410694859634532e-13 relative error 8.646939006368103e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.66656603556723 y1[1] (numeric) 1.6665660355671128 absolute error 1.1723955140041653e-13 relative error 7.034797835689304e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4129999999998453 y2[1] (analytic) 1.6658202564210156 y2[1] (numeric) 1.6658202564208715 absolute error 1.4410694859634532e-13 relative error 8.650810196410774e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6658202564210156 y1[1] (numeric) 1.6658202564208984 absolute error 1.1723955140041653e-13 relative error 7.037947278435884e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.413999999999845 y2[1] (analytic) 1.6650738114546004 y2[1] (numeric) 1.665073811454456 absolute error 1.4432899320127035e-13 relative error 8.668023736148084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6650738114546004 y1[1] (numeric) 1.665073811454483 absolute error 1.1746159600534156e-13 relative error 7.054437779111287e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.414999999999845 y2[1] (analytic) 1.6643267014144292 y2[1] (numeric) 1.6643267014142846 absolute error 1.4455103780619538e-13 relative error 8.685256186982314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6643267014144292 y1[1] (numeric) 1.6643267014143115 absolute error 1.176836406102666e-13 relative error 7.070945897235986e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.415999999999845 y2[1] (analytic) 1.6635789270476118 y2[1] (numeric) 1.663578927047467 absolute error 1.4477308241112041e-13 relative error 8.70250759115182e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6635789270476118 y1[1] (numeric) 1.663578927047494 absolute error 1.176836406102666e-13 relative error 7.074124268881081e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.416999999999845 y2[1] (analytic) 1.662830489101923 y2[1] (numeric) 1.6628304891017778 absolute error 1.4521717162097048e-13 relative error 8.733131402912916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.662830489101923 y1[1] (numeric) 1.6628304891018049 absolute error 1.1812772982011666e-13 relative error 7.104015147323657e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4179999999998447 y2[1] (analytic) 1.6620813883258 y2[1] (numeric) 1.6620813883256547 absolute error 1.454392162258955e-13 relative error 8.750426859204239e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6620813883258 y1[1] (numeric) 1.6620813883256818 absolute error 1.1834977442504169e-13 relative error 7.1205763602379525e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4189999999998446 y2[1] (analytic) 1.661331625468344 y2[1] (numeric) 1.6613316254681985 absolute error 1.454392162258955e-13 relative error 8.754375947360596e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.661331625468344 y1[1] (numeric) 1.6613316254682255 absolute error 1.1834977442504169e-13 relative error 7.123789893043049e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4199999999998445 y2[1] (analytic) 1.6605812012793173 y2[1] (numeric) 1.6605812012791719 absolute error 1.454392162258955e-13 relative error 8.758332089623118e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6605812012793173 y1[1] (numeric) 1.660581201279199 absolute error 1.1834977442504169e-13 relative error 7.127009166059728e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4209999999998444 y2[1] (analytic) 1.659830116509145 y2[1] (numeric) 1.659830116508999 absolute error 1.4588330543574557e-13 relative error 8.7890503964682e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.659830116509145 y1[1] (numeric) 1.6598301165090261 absolute error 1.1879386363489175e-13 relative error 7.156989287839401e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4219999999998443 y2[1] (analytic) 1.6590783719089106 y2[1] (numeric) 1.6590783719087645 absolute error 1.461053500406706e-13 relative error 8.806416412538968e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6590783719089106 y1[1] (numeric) 1.6590783719087918 absolute error 1.1879386363489175e-13 relative error 7.1602321895263644e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.422999999999844 y2[1] (analytic) 1.6583259682303595 y2[1] (numeric) 1.6583259682302132 absolute error 1.4632739464559563e-13 relative error 8.82380168006084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6583259682303595 y1[1] (numeric) 1.6583259682302405 absolute error 1.1901590823981678e-13 relative error 7.176870562234612e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.423999999999844 y2[1] (analytic) 1.6575729062258948 y2[1] (numeric) 1.6575729062257485 absolute error 1.4632739464559563e-13 relative error 8.827810474941128e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6575729062258948 y1[1] (numeric) 1.6575729062257758 absolute error 1.1901590823981678e-13 relative error 7.180131129845895e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.424999999999844 y2[1] (analytic) 1.6568191866485789 y2[1] (numeric) 1.6568191866484323 absolute error 1.4654943925052066e-13 relative error 8.84522828027852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6568191866485789 y1[1] (numeric) 1.6568191866484596 absolute error 1.192379528447418e-13 relative error 7.1967993734993415e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.425999999999844 y2[1] (analytic) 1.656064810252131 y2[1] (numeric) 1.6560648102519842 absolute error 1.467714838554457e-13 relative error 8.862665455290978e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.656064810252131 y1[1] (numeric) 1.6560648102520115 absolute error 1.1945999744966684e-13 relative error 7.2134856504486325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4269999999998437 y2[1] (analytic) 1.6553097777909276 y2[1] (numeric) 1.6553097777907804 absolute error 1.4721557306529576e-13 relative error 8.893536124806827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6553097777909276 y1[1] (numeric) 1.655309777790808 absolute error 1.1968204205459188e-13 relative error 7.230190001916862e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4279999999998436 y2[1] (analytic) 1.6545540900200009 y2[1] (numeric) 1.6545540900198534 absolute error 1.474376176702208e-13 relative error 8.91101829547552e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6545540900200009 y1[1] (numeric) 1.6545540900198812 absolute error 1.1968204205459188e-13 relative error 7.233492260935701e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4289999999998435 y2[1] (analytic) 1.6537977476950387 y2[1] (numeric) 1.653797747694891 absolute error 1.4765966227514582e-13 relative error 8.928519976577834e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6537977476950387 y1[1] (numeric) 1.6537977476949188 absolute error 1.199040866595169e-13 relative error 7.25022674789779e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4299999999998434 y2[1] (analytic) 1.6530407515723835 y2[1] (numeric) 1.6530407515722354 absolute error 1.4810375148499588e-13 relative error 8.959473705903414e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6530407515723835 y1[1] (numeric) 1.6530407515722634 absolute error 1.2012613126444194e-13 relative error 7.266979422629306e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4309999999998433 y2[1] (analytic) 1.652283102409031 y2[1] (numeric) 1.6522831024088827 absolute error 1.4832579608992091e-13 relative error 8.977020697824828e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.652283102409031 y1[1] (numeric) 1.6522831024089106 absolute error 1.2034817586936697e-13 relative error 7.283750326678229e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.431999999999843 y2[1] (analytic) 1.6515248009626304 y2[1] (numeric) 1.6515248009624819 absolute error 1.4854784069484595e-13 relative error 8.994587341846837e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6515248009626304 y1[1] (numeric) 1.6515248009625099 absolute error 1.20570220474292e-13 relative error 7.300539501678375e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.432999999999843 y2[1] (analytic) 1.6507658479914833 y2[1] (numeric) 1.6507658479913345 absolute error 1.4876988529977098e-13 relative error 9.012173681735783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6507658479914833 y1[1] (numeric) 1.6507658479913625 absolute error 1.2079226507921703e-13 relative error 7.317346989349651e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.433999999999843 y2[1] (analytic) 1.6500062442545422 y2[1] (numeric) 1.6500062442543932 absolute error 1.48991929904696e-13 relative error 9.029779761349279e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6500062442545422 y1[1] (numeric) 1.6500062442544214 absolute error 1.2079226507921703e-13 relative error 7.320715633642337e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.434999999999843 y2[1] (analytic) 1.6492459905114112 y2[1] (numeric) 1.649245990511262 absolute error 1.4921397450962104e-13 relative error 9.04740562463648e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6492459905114112 y1[1] (numeric) 1.6492459905112902 absolute error 1.2101430968414206e-13 relative error 7.337553668790003e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4359999999998427 y2[1] (analytic) 1.6484850875223438 y2[1] (numeric) 1.6484850875221944 absolute error 1.4943601911454607e-13 relative error 9.065051315638341e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6484850875223438 y1[1] (numeric) 1.6484850875222226 absolute error 1.212363542890671e-13 relative error 7.354410131260823e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4369999999998426 y2[1] (analytic) 1.6477235360482427 y2[1] (numeric) 1.647723536048093 absolute error 1.496580637194711e-13 relative error 9.082716878487883e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6477235360482427 y1[1] (numeric) 1.6477235360481215 absolute error 1.212363542890671e-13 relative error 7.357809222039145e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4379999999998425 y2[1] (analytic) 1.64696133685066 y2[1] (numeric) 1.6469613368505098 absolute error 1.5010215292932116e-13 relative error 9.113884434976984e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.64696133685066 y1[1] (numeric) 1.6469613368505382 absolute error 1.2168044349891716e-13 relative error 7.388178506460633e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4389999999998424 y2[1] (analytic) 1.646198490691794 y2[1] (numeric) 1.6461984906916436 absolute error 1.503241975342462e-13 relative error 9.131596121867076e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.646198490691794 y1[1] (numeric) 1.646198490691672 absolute error 1.219024881038422e-13 relative error 7.405090503552474e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4399999999998423 y2[1] (analytic) 1.6454349983344911 y2[1] (numeric) 1.6454349983343406 absolute error 1.5054624213917123e-13 relative error 9.14932782465148e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6454349983344911 y1[1] (numeric) 1.645434998334369 absolute error 1.2212453270876722e-13 relative error 7.422021096693679e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.440999999999842 y2[1] (analytic) 1.6446708605422438 y2[1] (numeric) 1.644670860542093 absolute error 1.5076828674409626e-13 relative error 9.167079587850686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6446708605422438 y1[1] (numeric) 1.6446708605421214 absolute error 1.2234657731369225e-13 relative error 7.438970328285314e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.441999999999842 y2[1] (analytic) 1.6439060780791896 y2[1] (numeric) 1.6439060780790387 absolute error 1.509903313490213e-13 relative error 9.184851456078614e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6439060780791896 y1[1] (numeric) 1.643906078079067 absolute error 1.2256862191861728e-13 relative error 7.455938240816758e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.442999999999842 y2[1] (analytic) 1.643140651710111 y2[1] (numeric) 1.6431406517099598 absolute error 1.5121237595394632e-13 relative error 9.202643474042889e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.643140651710111 y1[1] (numeric) 1.6431406517099882 absolute error 1.2279066652354231e-13 relative error 7.472924876865958e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.443999999999842 y2[1] (analytic) 1.6423745822004343 y2[1] (numeric) 1.6423745822002829 absolute error 1.5143442055887135e-13 relative error 9.220455686545106e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6423745822004343 y1[1] (numeric) 1.6423745822003113 absolute error 1.2301271112846734e-13 relative error 7.489930279099689e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4449999999998417 y2[1] (analytic) 1.641607870316229 y2[1] (numeric) 1.6416078703160772 absolute error 1.5165646516379638e-13 relative error 9.2382881384811e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.641607870316229 y1[1] (numeric) 1.6416078703161057 absolute error 1.2323475573339238e-13 relative error 7.506954490273808e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4459999999998416 y2[1] (analytic) 1.6408405168242068 y2[1] (numeric) 1.6408405168240547 absolute error 1.5210055437364645e-13 relative error 9.269673244541284e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6408405168242068 y1[1] (numeric) 1.6408405168240834 absolute error 1.234568003383174e-13 relative error 7.52399755323351e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4469999999998415 y2[1] (analytic) 1.6400725224917212 y2[1] (numeric) 1.6400725224915689 absolute error 1.5232259897857148e-13 relative error 9.287552647193404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6400725224917212 y1[1] (numeric) 1.6400725224915975 absolute error 1.2367884494324244e-13 relative error 7.541059510913595e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4479999999998414 y2[1] (analytic) 1.6393038880867663 y2[1] (numeric) 1.6393038880866138 absolute error 1.525446435834965e-13 relative error 9.305452435761107e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6393038880867663 y1[1] (numeric) 1.6393038880866426 absolute error 1.2367884494324244e-13 relative error 7.544595351847069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4489999999998413 y2[1] (analytic) 1.6385346143779769 y2[1] (numeric) 1.6385346143778239 absolute error 1.5298873279334657e-13 relative error 9.336924069280305e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6385346143779769 y1[1] (numeric) 1.6385346143778527 absolute error 1.241229341530925e-13 relative error 7.575240282623645e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.449999999999841 y2[1] (analytic) 1.6377647021346262 y2[1] (numeric) 1.6377647021344728 absolute error 1.5343282200319663e-13 relative error 9.368428920419136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6377647021346262 y1[1] (numeric) 1.6377647021345019 absolute error 1.2434497875801753e-13 relative error 7.59235918297354e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.450999999999841 y2[1] (analytic) 1.6369941521266265 y2[1] (numeric) 1.6369941521264728 absolute error 1.5365486660812167e-13 relative error 9.386402902448242e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6369941521266265 y1[1] (numeric) 1.636994152126502 absolute error 1.2456702336294256e-13 relative error 7.609497150684197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.451999999999841 y2[1] (analytic) 1.6362229651245275 y2[1] (numeric) 1.6362229651243738 absolute error 1.5365486660812167e-13 relative error 9.390826915598725e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6362229651245275 y1[1] (numeric) 1.636222965124403 absolute error 1.2456702336294256e-13 relative error 7.61308367001573e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.452999999999841 y2[1] (analytic) 1.6354511418995168 y2[1] (numeric) 1.6354511418993627 absolute error 1.5409895581797173e-13 relative error 9.422412682961071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6354511418995168 y1[1] (numeric) 1.6354511418993918 absolute error 1.2501111257279263e-13 relative error 7.643830461825768e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4539999999998408 y2[1] (analytic) 1.6346786832234168 y2[1] (numeric) 1.6346786832232627 absolute error 1.5409895581797173e-13 relative error 9.426865193721408e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6346786832234168 y1[1] (numeric) 1.6346786832232918 absolute error 1.2501111257279263e-13 relative error 7.64744251306218e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4549999999998406 y2[1] (analytic) 1.6339055898686867 y2[1] (numeric) 1.6339055898685322 absolute error 1.545430450278218e-13 relative error 9.458505190636019e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6339055898686867 y1[1] (numeric) 1.6339055898685615 absolute error 1.2523315717771766e-13 relative error 7.664650757929187e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4559999999998405 y2[1] (analytic) 1.6331318626084195 y2[1] (numeric) 1.6331318626082647 absolute error 1.5476508963274682e-13 relative error 9.476582581981947e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6331318626084195 y1[1] (numeric) 1.633131862608294 absolute error 1.254552017826427e-13 relative error 7.681878276642468e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4569999999998404 y2[1] (analytic) 1.6323575022163423 y2[1] (numeric) 1.6323575022161874 absolute error 1.5498713423767185e-13 relative error 9.494680793100606e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6323575022163423 y1[1] (numeric) 1.6323575022162167 absolute error 1.2567724638756772e-13 relative error 7.699125113030005e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4579999999998403 y2[1] (analytic) 1.6315825094668157 y2[1] (numeric) 1.6315825094666605 absolute error 1.5520917884259688e-13 relative error 9.512799870189687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6315825094668157 y1[1] (numeric) 1.6315825094666898 absolute error 1.2589929099249275e-13 relative error 7.716391311012236e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.45899999999984 y2[1] (analytic) 1.6308068851348323 y2[1] (numeric) 1.6308068851346769 absolute error 1.5543122344752192e-13 relative error 9.53093985954512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6308068851348323 y1[1] (numeric) 1.6308068851347062 absolute error 1.2612133559741778e-13 relative error 7.733676914602324e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.45999999999984 y2[1] (analytic) 1.6300306299960163 y2[1] (numeric) 1.6300306299958607 absolute error 1.5565326805244695e-13 relative error 9.54910080756135e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6300306299960163 y1[1] (numeric) 1.63003062999589 absolute error 1.2634338020234281e-13 relative error 7.75098196790643e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.46099999999984 y2[1] (analytic) 1.6292537448266229 y2[1] (numeric) 1.629253744826467 absolute error 1.5587531265737198e-13 relative error 9.567282760731629e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6292537448266229 y1[1] (numeric) 1.6292537448264963 absolute error 1.2656542480726785e-13 relative error 7.768306515123972e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.46199999999984 y2[1] (analytic) 1.6284762304035372 y2[1] (numeric) 1.6284762304033809 absolute error 1.5631940186722204e-13 relative error 9.59912088053542e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6284762304035372 y1[1] (numeric) 1.6284762304034102 absolute error 1.270095140171179e-13 relative error 7.79928571543503e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4629999999998398 y2[1] (analytic) 1.6276980875042732 y2[1] (numeric) 1.6276980875041167 absolute error 1.5654144647214707e-13 relative error 9.617351502339717e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6276980875042732 y1[1] (numeric) 1.627698087504146 absolute error 1.2723155862204294e-13 relative error 7.816655901901643e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4639999999998397 y2[1] (analytic) 1.626919316906974 y2[1] (numeric) 1.6269193169068175 absolute error 1.5654144647214707e-13 relative error 9.621955117587308e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.626919316906974 y1[1] (numeric) 1.6269193169068468 absolute error 1.2723155862204294e-13 relative error 7.820397563656069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4649999999998395 y2[1] (analytic) 1.6261399193904102 y2[1] (numeric) 1.6261399193902535 absolute error 1.567634910770721e-13 relative error 9.640221558292345e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6261399193904102 y1[1] (numeric) 1.6261399193902828 absolute error 1.2745360322696797e-13 relative error 7.837800530396326e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4659999999998394 y2[1] (analytic) 1.6253598957339794 y2[1] (numeric) 1.6253598957338222 absolute error 1.5720758028692217e-13 relative error 9.672170495872265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6253598957339794 y1[1] (numeric) 1.6253598957338515 absolute error 1.2789769243681803e-13 relative error 7.868884471218113e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4669999999998393 y2[1] (analytic) 1.6245792467177047 y2[1] (numeric) 1.6245792467175475 absolute error 1.5720758028692217e-13 relative error 9.676818204131556e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6245792467177047 y1[1] (numeric) 1.6245792467175768 absolute error 1.2789769243681803e-13 relative error 7.872665657598554e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.467999999999839 y2[1] (analytic) 1.6237979731222354 y2[1] (numeric) 1.623797973122078 absolute error 1.574296248918472e-13 relative error 9.695148503550712e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6237979731222354 y1[1] (numeric) 1.6237979731221073 absolute error 1.2811973704174306e-13 relative error 7.890127907685136e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.468999999999839 y2[1] (analytic) 1.623016075728845 y2[1] (numeric) 1.6230160757286873 absolute error 1.5765166949677223e-13 relative error 9.713500183661204e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.623016075728845 y1[1] (numeric) 1.6230160757287166 absolute error 1.283417816466681e-13 relative error 7.90761000867067e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.469999999999839 y2[1] (analytic) 1.622233555319431 y2[1] (numeric) 1.6222335553192728 absolute error 1.580957587066223e-13 relative error 9.745560877360348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.622233555319431 y1[1] (numeric) 1.6222335553193024 absolute error 1.2856382625159313e-13 relative error 7.925112005606237e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.470999999999839 y2[1] (analytic) 1.6214504126765132 y2[1] (numeric) 1.621450412676355 absolute error 1.5831780331154732e-13 relative error 9.763962072094057e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6214504126765132 y1[1] (numeric) 1.6214504126763845 absolute error 1.2878587085651816e-13 relative error 7.942633943638924e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4719999999998388 y2[1] (analytic) 1.6206666485832346 y2[1] (numeric) 1.620666648583076 absolute error 1.5853984791647235e-13 relative error 9.78238480165343e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6206666485832346 y1[1] (numeric) 1.6206666485831056 absolute error 1.290079154614432e-13 relative error 7.960175868012106e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4729999999998387 y2[1] (analytic) 1.6198822638233592 y2[1] (numeric) 1.6198822638232004 absolute error 1.5876189252139739e-13 relative error 9.800829113757718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6198822638233592 y1[1] (numeric) 1.61988226382323 absolute error 1.2922996006636822e-13 relative error 7.977737824065722e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4739999999998386 y2[1] (analytic) 1.6190972591812716 y2[1] (numeric) 1.6190972591811126 absolute error 1.5898393712632242e-13 relative error 9.81929505622879e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6190972591812716 y1[1] (numeric) 1.6190972591811421 absolute error 1.2945200467129325e-13 relative error 7.99531985723657e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4749999999998384 y2[1] (analytic) 1.6183116354419764 y2[1] (numeric) 1.6183116354418172 absolute error 1.5920598173124745e-13 relative error 9.83778267699143e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6183116354419764 y1[1] (numeric) 1.6183116354418468 absolute error 1.2967404927621828e-13 relative error 8.01292201305857e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4759999999998383 y2[1] (analytic) 1.6175253933910971 y2[1] (numeric) 1.617525393390938 absolute error 1.5920598173124745e-13 relative error 9.842564597856267e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6175253933910971 y1[1] (numeric) 1.6175253933909675 absolute error 1.2967404927621828e-13 relative error 8.016816910945691e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.476999999999838 y2[1] (analytic) 1.6167385338148763 y2[1] (numeric) 1.6167385338147167 absolute error 1.596500709410975e-13 relative error 9.874823145606929e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6167385338148763 y1[1] (numeric) 1.6167385338147462 absolute error 1.3011813848606835e-13 relative error 8.048186875279083e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.477999999999838 y2[1] (analytic) 1.615951057500173 y2[1] (numeric) 1.6159510575000129 absolute error 1.6009416015094757e-13 relative error 9.90711688995138e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.615951057500173 y1[1] (numeric) 1.6159510575000426 absolute error 1.3034018309099338e-13 relative error 8.065849673233648e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.478999999999838 y2[1] (analytic) 1.6151629652344632 y2[1] (numeric) 1.615162965234303 absolute error 1.603162047558726e-13 relative error 9.925698409794859e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6151629652344632 y1[1] (numeric) 1.615162965234333 absolute error 1.3034018309099338e-13 relative error 8.069785272229338e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.479999999999838 y2[1] (analytic) 1.6143742578058395 y2[1] (numeric) 1.614374257805679 absolute error 1.6053824936079764e-13 relative error 9.944301860895105e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6143742578058395 y1[1] (numeric) 1.6143742578057092 absolute error 1.3034018309099338e-13 relative error 8.073727790242637e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.480999999999838 y2[1] (analytic) 1.6135849360030095 y2[1] (numeric) 1.6135849360028485 absolute error 1.609823385706477e-13 relative error 9.976688241117011e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6135849360030095 y1[1] (numeric) 1.613584936002879 absolute error 1.305622276959184e-13 relative error 8.09143818727835e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4819999999998377 y2[1] (analytic) 1.6127950006152942 y2[1] (numeric) 1.6127950006151333 absolute error 1.609823385706477e-13 relative error 9.98157475123817e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6127950006152942 y1[1] (numeric) 1.6127950006151637 absolute error 1.305622276959184e-13 relative error 8.095401315486956e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4829999999998376 y2[1] (analytic) 1.6120044524326298 y2[1] (numeric) 1.6120044524324684 absolute error 1.6142642778049776e-13 relative error 1.0014018729098034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6120044524326298 y1[1] (numeric) 1.6120044524324988 absolute error 1.3100631690576847e-13 relative error 8.126920289089188e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4839999999998374 y2[1] (analytic) 1.6112132922455635 y2[1] (numeric) 1.611213292245402 absolute error 1.6142642778049776e-13 relative error 1.0018935950777578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6112132922455635 y1[1] (numeric) 1.6112132922454325 absolute error 1.3100631690576847e-13 relative error 8.130910881648928e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4849999999998373 y2[1] (analytic) 1.6104215208452564 y2[1] (numeric) 1.6104215208450945 absolute error 1.6187051699034782e-13 relative error 1.0051437769248601e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6104215208452564 y1[1] (numeric) 1.610421520845125 absolute error 1.3145040611561853e-13 relative error 8.162484443614775e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4859999999998372 y2[1] (analytic) 1.609629139023479 y2[1] (numeric) 1.6096291390233168 absolute error 1.6209256159527285e-13 relative error 1.0070180618972287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.609629139023479 y1[1] (numeric) 1.6096291390233475 absolute error 1.3145040611561853e-13 relative error 8.166502638947389e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.486999999999837 y2[1] (analytic) 1.6088361475726134 y2[1] (numeric) 1.608836147572451 absolute error 1.6231460620019789e-13 relative error 1.0088945754053052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6088361475726134 y1[1] (numeric) 1.6088361475724817 absolute error 1.3167245072054357e-13 relative error 8.184329455750288e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.487999999999837 y2[1] (analytic) 1.608042547285651 y2[1] (numeric) 1.6080425472854885 absolute error 1.6253665080512292e-13 relative error 1.0107733223818118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.608042547285651 y1[1] (numeric) 1.608042547285519 absolute error 1.318944953254686e-13 relative error 8.202176960311423e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.488999999999837 y2[1] (analytic) 1.607248338956192 y2[1] (numeric) 1.6072483389560293 absolute error 1.6275869541004795e-13 relative error 1.0126543077701957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.607248338956192 y1[1] (numeric) 1.60724833895606 absolute error 1.3211653993039363e-13 relative error 8.22004519949886e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.489999999999837 y2[1] (analytic) 1.6064535233784447 y2[1] (numeric) 1.6064535233782817 absolute error 1.6298074001497298e-13 relative error 1.0145375365246614e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6064535233784447 y1[1] (numeric) 1.6064535233783124 absolute error 1.3233858453531866e-13 relative error 8.237934220281992e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4909999999998367 y2[1] (analytic) 1.6056581013472244 y2[1] (numeric) 1.6056581013470612 absolute error 1.63202784619898e-13 relative error 1.0164230136102015e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6056581013472244 y1[1] (numeric) 1.605658101347092 absolute error 1.3233858453531866e-13 relative error 8.242015185192926e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4919999999998366 y2[1] (analytic) 1.6048620736579533 y2[1] (numeric) 1.6048620736577899 absolute error 1.6342482922482304e-13 relative error 1.0183107440026277e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6048620736579533 y1[1] (numeric) 1.6048620736578207 absolute error 1.325606291402437e-13 relative error 8.259939051216966e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4929999999998365 y2[1] (analytic) 1.604065441106659 y2[1] (numeric) 1.6040654411064954 absolute error 1.6364687382974807e-13 relative error 1.020200732688603e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.604065441106659 y1[1] (numeric) 1.6040654411065263 absolute error 1.3278267374516872e-13 relative error 8.27788382832815e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4939999999998363 y2[1] (analytic) 1.603268204489974 y2[1] (numeric) 1.6032682044898101 absolute error 1.638689184346731e-13 relative error 1.0220929846656723e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.603268204489974 y1[1] (numeric) 1.603268204489841 absolute error 1.3300471835009375e-13 relative error 8.295849563885335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4949999999998362 y2[1] (analytic) 1.6024703646051346 y2[1] (numeric) 1.6024703646049705 absolute error 1.6409096303959814e-13 relative error 1.0239875049422948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6024703646051346 y1[1] (numeric) 1.6024703646050016 absolute error 1.3300471835009375e-13 relative error 8.29997991150791e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.495999999999836 y2[1] (analytic) 1.601671922249981 y2[1] (numeric) 1.6016719222498166 absolute error 1.6431300764452317e-13 relative error 1.025884298537875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.601671922249981 y1[1] (numeric) 1.6016719222498477 absolute error 1.3322676295501878e-13 relative error 8.317980798955744e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.496999999999836 y2[1] (analytic) 1.600872878222955 y2[1] (numeric) 1.6008728782227906 absolute error 1.645350522494482e-13 relative error 1.0277833704827952e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.600872878222955 y1[1] (numeric) 1.6008728782228216 absolute error 1.3344880755994382e-13 relative error 8.336002775440754e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.497999999999836 y2[1] (analytic) 1.6000732333231011 y2[1] (numeric) 1.6000732333229364 absolute error 1.6475709685437323e-13 relative error 1.0296847258184463e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6000732333231011 y1[1] (numeric) 1.6000732333229675 absolute error 1.3367085216486885e-13 relative error 8.354045888715697e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.498999999999836 y2[1] (analytic) 1.5992729883500638 y2[1] (numeric) 1.5992729883498988 absolute error 1.6497914145929826e-13 relative error 1.0315883695972616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5992729883500638 y1[1] (numeric) 1.59927298834993 absolute error 1.3389289676979388e-13 relative error 8.372110186637265e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4999999999998357 y2[1] (analytic) 1.598472144104088 y2[1] (numeric) 1.598472144103923 absolute error 1.652011860642233e-13 relative error 1.033494306882747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.598472144104088 y1[1] (numeric) 1.598472144103954 absolute error 1.341149413747189e-13 relative error 8.390195717166387e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5009999999998356 y2[1] (analytic) 1.597670701386018 y2[1] (numeric) 1.5976707013858527 absolute error 1.6542323066914832e-13 relative error 1.0354025427495143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.597670701386018 y1[1] (numeric) 1.597670701385884 absolute error 1.341149413747189e-13 relative error 8.394404507660493e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5019999999998355 y2[1] (analytic) 1.5968686609972966 y2[1] (numeric) 1.596868660997131 absolute error 1.6564527527407336e-13 relative error 1.0373130822833136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5968686609972966 y1[1] (numeric) 1.5968686609971623 absolute error 1.3433698597964394e-13 relative error 8.412525667311056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5029999999998354 y2[1] (analytic) 1.5960660237399638 y2[1] (numeric) 1.596066023739798 absolute error 1.6586731987899839e-13 relative error 1.039225930581065e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5960660237399638 y1[1] (numeric) 1.5960660237398294 absolute error 1.3433698597964394e-13 relative error 8.41675619814651e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5039999999998352 y2[1] (analytic) 1.595262790416657 y2[1] (numeric) 1.5952627904164909 absolute error 1.6608936448392342e-13 relative error 1.0411410927508912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.595262790416657 y1[1] (numeric) 1.5952627904165224 absolute error 1.3455903058456897e-13 relative error 8.434913131110162e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.504999999999835 y2[1] (analytic) 1.5944589618306093 y2[1] (numeric) 1.594458961830443 absolute error 1.6631140908884845e-13 relative error 1.0430585739121512e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5944589618306093 y1[1] (numeric) 1.5944589618304745 absolute error 1.34781075189494e-13 relative error 8.453091513547073e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.505999999999835 y2[1] (analytic) 1.5936545387856493 y2[1] (numeric) 1.5936545387854828 absolute error 1.6653345369377348e-13 relative error 1.0449783791954717e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5936545387856493 y1[1] (numeric) 1.5936545387855143 absolute error 1.3500311979441904e-13 relative error 8.47129139401129e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.506999999999835 y2[1] (analytic) 1.5928495220862002 y2[1] (numeric) 1.5928495220860333 absolute error 1.6697754290362354e-13 relative error 1.0482945224162062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5928495220862002 y1[1] (numeric) 1.5928495220860648 absolute error 1.354472090042691e-13 relative error 8.503452907897417e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.507999999999835 y2[1] (analytic) 1.5920439125372783 y2[1] (numeric) 1.592043912537111 absolute error 1.6719958750854857e-13 relative error 1.0502196967800882e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5920439125372783 y1[1] (numeric) 1.5920439125371426 absolute error 1.3566925360919413e-13 relative error 8.52170298449713e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5089999999998347 y2[1] (analytic) 1.591237710944493 y2[1] (numeric) 1.5912377109443256 absolute error 1.674216321134736e-13 relative error 1.0521472119592932e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.591237710944493 y1[1] (numeric) 1.5912377109443574 absolute error 1.3566925360919413e-13 relative error 8.526020510704617e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5099999999998346 y2[1] (analytic) 1.5904309181140464 y2[1] (numeric) 1.5904309181138785 absolute error 1.6786572132332367e-13 relative error 1.0554732017054913e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5904309181140464 y1[1] (numeric) 1.5904309181139105 absolute error 1.3589129821411916e-13 relative error 8.544306870949215e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5109999999998345 y2[1] (analytic) 1.5896235348527306 y2[1] (numeric) 1.5896235348525625 absolute error 1.680877659282487e-13 relative error 1.0574061231662694e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5896235348527306 y1[1] (numeric) 1.5896235348525944 absolute error 1.361133428190442e-13 relative error 8.562614973592116e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5119999999998344 y2[1] (analytic) 1.5888155619679292 y2[1] (numeric) 1.5888155619677609 absolute error 1.6830981053317373e-13 relative error 1.059341402250006e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5888155619679292 y1[1] (numeric) 1.5888155619677928 absolute error 1.3633538742396922e-13 relative error 8.580944867829864e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5129999999998343 y2[1] (analytic) 1.588007000267615 y2[1] (numeric) 1.5880070002674462 absolute error 1.687538997430238e-13 relative error 1.0626773037813117e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.588007000267615 y1[1] (numeric) 1.5880070002674782 absolute error 1.3677947663381929e-13 relative error 8.61327919906958e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.513999999999834 y2[1] (analytic) 1.5871978505603492 y2[1] (numeric) 1.5871978505601805 absolute error 1.687538997430238e-13 relative error 1.0632190541553871e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5871978505603492 y1[1] (numeric) 1.5871978505602125 absolute error 1.3677947663381929e-13 relative error 8.617670228417348e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.514999999999834 y2[1] (analytic) 1.586388113655282 y2[1] (numeric) 1.586388113655113 absolute error 1.6897594434794883e-13 relative error 1.06516143744044e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.586388113655282 y1[1] (numeric) 1.586388113655145 absolute error 1.3700152123874432e-13 relative error 8.636065793702384e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.515999999999834 y2[1] (analytic) 1.58557779036215 y2[1] (numeric) 1.5855777903619808 absolute error 1.6919798895287386e-13 relative error 1.0671061992753355e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.58557779036215 y1[1] (numeric) 1.5855777903620127 absolute error 1.3722356584366935e-13 relative error 8.654483348453509e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.516999999999834 y2[1] (analytic) 1.5847668814912763 y2[1] (numeric) 1.584766881491107 absolute error 1.694200335577989e-13 relative error 1.069053344920822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5847668814912763 y1[1] (numeric) 1.5847668814911389 absolute error 1.3744561044859438e-13 relative error 8.672922942411387e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5179999999998337 y2[1] (analytic) 1.5839553878535702 y2[1] (numeric) 1.5839553878534003 absolute error 1.6986412276764895e-13 relative error 1.0724047158792338e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5839553878535702 y1[1] (numeric) 1.5839553878534323 absolute error 1.3788969965844444e-13 relative error 8.705402987725545e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5189999999998336 y2[1] (analytic) 1.5831433102605246 y2[1] (numeric) 1.5831433102603545 absolute error 1.7008616737257398e-13 relative error 1.0743573640505377e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5831433102605246 y1[1] (numeric) 1.5831433102603865 absolute error 1.3811174426336947e-13 relative error 8.72389400051481e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5199999999998335 y2[1] (analytic) 1.5823306495242173 y2[1] (numeric) 1.582330649524047 absolute error 1.7030821197749901e-13 relative error 1.076312413140124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5823306495242173 y1[1] (numeric) 1.582330649524079 absolute error 1.383337888682945e-13 relative error 8.742407214945206e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5209999999998334 y2[1] (analytic) 1.581517406457309 y2[1] (numeric) 1.5815174064571385 absolute error 1.7053025658242404e-13 relative error 1.0782698684576716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.581517406457309 y1[1] (numeric) 1.5815174064571706 absolute error 1.383337888682945e-13 relative error 8.746902708973038e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5219999999998333 y2[1] (analytic) 1.5807035818730428 y2[1] (numeric) 1.580703581872872 absolute error 1.7075230118734908e-13 relative error 1.0802297353246801e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5807035818730428 y1[1] (numeric) 1.5807035818729043 absolute error 1.3855583347321954e-13 relative error 8.765453248928483e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.522999999999833 y2[1] (analytic) 1.5798891765852432 y2[1] (numeric) 1.5798891765850722 absolute error 1.709743457922741e-13 relative error 1.0821920190745047e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5798891765852432 y1[1] (numeric) 1.5798891765851044 absolute error 1.3877787807814457e-13 relative error 8.7840261288515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.523999999999833 y2[1] (analytic) 1.5790741914083153 y2[1] (numeric) 1.579074191408144 absolute error 1.7119639039719914e-13 relative error 1.0841567250523909e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5790741914083153 y1[1] (numeric) 1.5790741914081763 absolute error 1.389999226830696e-13 relative error 8.802621399258063e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.524999999999833 y2[1] (analytic) 1.5782586271572443 y2[1] (numeric) 1.5782586271570727 absolute error 1.716404796070492e-13 relative error 1.0875307548054253e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5782586271572443 y1[1] (numeric) 1.578258627157105 absolute error 1.3922196728799463e-13 relative error 8.821239110776218e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.525999999999833 y2[1] (analytic) 1.577442484647594 y2[1] (numeric) 1.5774424846474224 absolute error 1.716404796070492e-13 relative error 1.0880934251329884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.577442484647594 y1[1] (numeric) 1.5774424846474548 absolute error 1.3922196728799463e-13 relative error 8.825803073200307e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5269999999998327 y2[1] (analytic) 1.5766257646955075 y2[1] (numeric) 1.5766257646953357 absolute error 1.7186252421197423e-13 relative error 1.0900654299859543e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5766257646955075 y1[1] (numeric) 1.576625764695368 absolute error 1.3944401189291966e-13 relative error 8.844458527534615e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5279999999998326 y2[1] (analytic) 1.5758084681177043 y2[1] (numeric) 1.5758084681175322 absolute error 1.7208456881689926e-13 relative error 1.0920398785675613e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5758084681177043 y1[1] (numeric) 1.5758084681175646 absolute error 1.396660564978447e-13 relative error 8.863136562825755e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5289999999998325 y2[1] (analytic) 1.574990595731481 y2[1] (numeric) 1.5749905957313086 absolute error 1.723066134218243e-13 relative error 1.0940167762830295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.574990595731481 y1[1] (numeric) 1.574990595731341 absolute error 1.3988810110276972e-13 relative error 8.881837230132842e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5299999999998324 y2[1] (analytic) 1.5741721483547098 y2[1] (numeric) 1.5741721483545372 absolute error 1.7252865802674933e-13 relative error 1.0959961285496792e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5741721483547098 y1[1] (numeric) 1.5741721483545696 absolute error 1.4011014570769476e-13 relative error 8.90056058062867e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5309999999998323 y2[1] (analytic) 1.573353126805838 y2[1] (numeric) 1.5733531268056653 absolute error 1.7275070263167436e-13 relative error 1.0979779407969671e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.573353126805838 y1[1] (numeric) 1.5733531268056977 absolute error 1.4033219031261979e-13 relative error 8.919306665600042e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.531999999999832 y2[1] (analytic) 1.5725335319038873 y2[1] (numeric) 1.5725335319037144 absolute error 1.729727472365994e-13 relative error 1.0999622184665211e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5725335319038873 y1[1] (numeric) 1.5725335319037468 absolute error 1.4055423491754482e-13 relative error 8.938075536448112e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.532999999999832 y2[1] (analytic) 1.5717133644684524 y2[1] (numeric) 1.5717133644682793 absolute error 1.7319479184152442e-13 relative error 1.1019489670121768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5717133644684524 y1[1] (numeric) 1.5717133644683117 absolute error 1.4077627952246985e-13 relative error 8.95686724468872e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.533999999999832 y2[1] (analytic) 1.5708926253197006 y2[1] (numeric) 1.5708926253195272 absolute error 1.7341683644644945e-13 relative error 1.1039381919000127e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5708926253197006 y1[1] (numeric) 1.5708926253195596 absolute error 1.4099832412739488e-13 relative error 8.97568184195273e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.534999999999832 y2[1] (analytic) 1.5700713152783712 y2[1] (numeric) 1.5700713152781975 absolute error 1.7363888105137448e-13 relative error 1.1059298986083863e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5700713152783712 y1[1] (numeric) 1.57007131527823 absolute error 1.412203687323199e-13 relative error 8.994519379986364e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5359999999998317 y2[1] (analytic) 1.569249435165774 y2[1] (numeric) 1.5692494351656001 absolute error 1.7386092565629951e-13 relative error 1.1079240926279704e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.569249435165774 y1[1] (numeric) 1.5692494351656325 absolute error 1.4144241333724494e-13 relative error 9.01337991065156e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5369999999998316 y2[1] (analytic) 1.568426985803789 y2[1] (numeric) 1.5684269858036148 absolute error 1.7408297026122455e-13 relative error 1.1099207794617889e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.568426985803789 y1[1] (numeric) 1.5684269858036475 absolute error 1.4144241333724494e-13 relative error 9.018106333127035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5379999999998315 y2[1] (analytic) 1.5676039680148657 y2[1] (numeric) 1.5676039680146912 absolute error 1.745270594710746e-13 relative error 1.1133364231789158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5676039680148657 y1[1] (numeric) 1.5676039680147238 absolute error 1.41886502547095e-13 relative error 9.051170157904926e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5389999999998314 y2[1] (analytic) 1.5667803826220215 y2[1] (numeric) 1.5667803826218467 absolute error 1.7474910407599964e-13 relative error 1.1153388567678859e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5667803826220215 y1[1] (numeric) 1.5667803826218796 absolute error 1.41886502547095e-13 relative error 9.055927947581691e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5399999999998313 y2[1] (analytic) 1.565956230448842 y2[1] (numeric) 1.565956230448667 absolute error 1.7497114868092467e-13 relative error 1.1173438010510268e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.565956230448842 y1[1] (numeric) 1.5659562304486998 absolute error 1.4210854715202004e-13 relative error 9.07487351107433e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.540999999999831 y2[1] (analytic) 1.5651315123194791 y2[1] (numeric) 1.565131512319304 absolute error 1.751931932858497e-13 relative error 1.1193512615832423e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5651315123194791 y1[1] (numeric) 1.5651315123193368 absolute error 1.4233059175694507e-13 relative error 9.093842315270702e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.541999999999831 y2[1] (analytic) 1.564306229058651 y2[1] (numeric) 1.5643062290584757 absolute error 1.751931932858497e-13 relative error 1.1199417993194038e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.564306229058651 y1[1] (numeric) 1.5643062290585086 absolute error 1.4233059175694507e-13 relative error 9.098639966587299e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.542999999999831 y2[1] (analytic) 1.5634803814916411 y2[1] (numeric) 1.5634803814914655 absolute error 1.7563728249569976e-13 relative error 1.1233737536772461e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5634803814916411 y1[1] (numeric) 1.5634803814914984 absolute error 1.4277468096679513e-13 relative error 9.131849856061559e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.543999999999831 y2[1] (analytic) 1.5626539704442965 y2[1] (numeric) 1.5626539704441207 absolute error 1.758593271006248e-13 relative error 1.1253887964116852e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5626539704442965 y1[1] (numeric) 1.5626539704441536 absolute error 1.4299672557172016e-13 relative error 9.150888698095016e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5449999999998307 y2[1] (analytic) 1.5618269967430283 y2[1] (numeric) 1.5618269967428522 absolute error 1.7608137170554983e-13 relative error 1.127406377740575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5618269967430283 y1[1] (numeric) 1.5618269967428853 absolute error 1.4299672557172016e-13 relative error 9.155734013429134e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5459999999998306 y2[1] (analytic) 1.5609994612148101 y2[1] (numeric) 1.5609994612146338 absolute error 1.7630341631047486e-13 relative error 1.1294265032818844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5609994612148101 y1[1] (numeric) 1.560999461214667 absolute error 1.432187701766452e-13 relative error 9.174812274770975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5469999999998305 y2[1] (analytic) 1.5601713646871778 y2[1] (numeric) 1.560171364687001 absolute error 1.7674750552032492e-13 relative error 1.1328723851803528e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5601713646871778 y1[1] (numeric) 1.560171364687034 absolute error 1.4366285938649526e-13 relative error 9.208146145875481e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5479999999998304 y2[1] (analytic) 1.5593427079882272 y2[1] (numeric) 1.5593427079880502 absolute error 1.7696955012524995e-13 relative error 1.1348983723633513e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5593427079882272 y1[1] (numeric) 1.5593427079880833 absolute error 1.438849039914203e-13 relative error 9.227279112816205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5489999999998303 y2[1] (analytic) 1.558513491946615 y2[1] (numeric) 1.558513491946438 absolute error 1.7696955012524995e-13 relative error 1.1355022015511164e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.558513491946615 y1[1] (numeric) 1.5585134919464712 absolute error 1.438849039914203e-13 relative error 9.232188539587496e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.54999999999983 y2[1] (analytic) 1.5576837173915579 y2[1] (numeric) 1.5576837173913805 absolute error 1.7741363933510002e-13 relative error 1.1389580397758194e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5576837173915579 y1[1] (numeric) 1.5576837173914135 absolute error 1.4432899320127035e-13 relative error 9.265616093295152e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55099999999983 y2[1] (analytic) 1.5568533851528294 y2[1] (numeric) 1.556853385152652 absolute error 1.7741363933510002e-13 relative error 1.1395654916964715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5568533851528294 y1[1] (numeric) 1.5568533851526851 absolute error 1.4432899320127035e-13 relative error 9.270557817305463e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55199999999983 y2[1] (analytic) 1.5560224960607627 y2[1] (numeric) 1.5560224960605848 absolute error 1.7785772854495008e-13 relative error 1.1430280024563651e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5560224960607627 y1[1] (numeric) 1.556022496060618 absolute error 1.4477308241112041e-13 relative error 9.3040481598196e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55299999999983 y2[1] (analytic) 1.5551910509462459 y2[1] (numeric) 1.5551910509460678 absolute error 1.780797731498751e-13 relative error 1.1450668587729053e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5551910509462459 y1[1] (numeric) 1.555191050946101 absolute error 1.4477308241112041e-13 relative error 9.309022343141325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5539999999998297 y2[1] (analytic) 1.5543590506407243 y2[1] (numeric) 1.5543590506405462 absolute error 1.780797731498751e-13 relative error 1.145679777632257e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5543590506407243 y1[1] (numeric) 1.5543590506405796 absolute error 1.4477308241112041e-13 relative error 9.31400517476598e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5549999999998296 y2[1] (analytic) 1.5535264959761985 y2[1] (numeric) 1.5535264959760202 absolute error 1.7830181775480014e-13 relative error 1.1477230560059395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5535264959761985 y1[1] (numeric) 1.5535264959760535 absolute error 1.4499512701604544e-13 relative error 9.333289608616171e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5559999999998295 y2[1] (analytic) 1.552693387785223 y2[1] (numeric) 1.5526933877850442 absolute error 1.787459069646502e-13 relative error 1.1511989963428331e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.552693387785223 y1[1] (numeric) 1.5526933877850777 absolute error 1.4521717162097048e-13 relative error 9.35259805724488e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5569999999998294 y2[1] (analytic) 1.5518597269009056 y2[1] (numeric) 1.5518597269007266 absolute error 1.7896795156957523e-13 relative error 1.1532482509033066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5518597269009056 y1[1] (numeric) 1.5518597269007601 absolute error 1.454392162258955e-13 relative error 9.371930574958632e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5579999999998293 y2[1] (analytic) 1.5510255141569071 y2[1] (numeric) 1.551025514156728 absolute error 1.7918999617450027e-13 relative error 1.155300119430355e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5510255141569071 y1[1] (numeric) 1.5510255141567617 absolute error 1.454392162258955e-13 relative error 9.376971229577231e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.558999999999829 y2[1] (analytic) 1.5501907503874406 y2[1] (numeric) 1.5501907503872612 absolute error 1.794120407794253e-13 relative error 1.1573546077125327e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5501907503874406 y1[1] (numeric) 1.550190750387295 absolute error 1.4566126083082054e-13 relative error 9.396344339844325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.559999999999829 y2[1] (analytic) 1.5493554364272695 y2[1] (numeric) 1.5493554364270898 absolute error 1.7963408538435033e-13 relative error 1.1594117215516208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5493554364272695 y1[1] (numeric) 1.5493554364271236 absolute error 1.4588330543574557e-13 relative error 9.415741669461247e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.560999999999829 y2[1] (analytic) 1.5485195731117076 y2[1] (numeric) 1.5485195731115278 absolute error 1.7985612998927536e-13 relative error 1.1614714667626668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5485195731117076 y1[1] (numeric) 1.5485195731115617 absolute error 1.4588330543574557e-13 relative error 9.420824119297186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.561999999999829 y2[1] (analytic) 1.5476831612766184 y2[1] (numeric) 1.5476831612764383 absolute error 1.800781745942004e-13 relative error 1.1635338491740229e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5476831612766184 y1[1] (numeric) 1.5476831612764723 absolute error 1.461053500406706e-13 relative error 9.440262302792936e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5629999999998287 y2[1] (analytic) 1.546846201758414 y2[1] (numeric) 1.5468462017582334 absolute error 1.8052226380405045e-13 relative error 1.167034341221755e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.546846201758414 y1[1] (numeric) 1.5468462017582674 absolute error 1.4654943925052066e-13 relative error 9.474079522833436e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5639999999998286 y2[1] (analytic) 1.5460086953940528 y2[1] (numeric) 1.546008695393872 absolute error 1.8074430840897548e-13 relative error 1.1691027931955238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5460086953940528 y1[1] (numeric) 1.5460086953939063 absolute error 1.4654943925052066e-13 relative error 9.479211836720463e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5649999999998285 y2[1] (analytic) 1.545170643021042 y2[1] (numeric) 1.545170643020861 absolute error 1.8096635301390052e-13 relative error 1.1711739012856469e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.545170643021042 y1[1] (numeric) 1.5451706430208951 absolute error 1.467714838554457e-13 relative error 9.498723297543712e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5659999999998284 y2[1] (analytic) 1.5443320454774336 y2[1] (numeric) 1.5443320454772522 absolute error 1.8141044222375058e-13 relative error 1.1746854748951812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5443320454774336 y1[1] (numeric) 1.5443320454772864 absolute error 1.4721557306529576e-13 relative error 9.532637329932744e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5669999999998283 y2[1] (analytic) 1.543492903601825 y2[1] (numeric) 1.5434929036016434 absolute error 1.816324868286756e-13 relative error 1.176762694566501e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.543492903601825 y1[1] (numeric) 1.5434929036016776 absolute error 1.474376176702208e-13 relative error 9.552205735845436e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.567999999999828 y2[1] (analytic) 1.542653218233358 y2[1] (numeric) 1.5426532182331762 absolute error 1.8185453143360064e-13 relative error 1.1788425894048949e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.542653218233358 y1[1] (numeric) 1.5426532182332104 absolute error 1.4765966227514582e-13 relative error 9.571798802860258e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.568999999999828 y2[1] (analytic) 1.5418129902117181 y2[1] (numeric) 1.541812990211536 absolute error 1.8207657603852567e-13 relative error 1.1809251653374858e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5418129902117181 y1[1] (numeric) 1.5418129902115703 absolute error 1.4788170688007085e-13 relative error 9.591416586765435e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.569999999999828 y2[1] (analytic) 1.540972220377133 y2[1] (numeric) 1.540972220376951 absolute error 1.8207657603852567e-13 relative error 1.1815694899027108e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.540972220377133 y1[1] (numeric) 1.5409722203769851 absolute error 1.4788170688007085e-13 relative error 9.596649759453724e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.570999999999828 y2[1] (analytic) 1.5401309095703728 y2[1] (numeric) 1.5401309095701905 absolute error 1.822986206434507e-13 relative error 1.1836566587336645e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5401309095703728 y1[1] (numeric) 1.5401309095702247 absolute error 1.4810375148499588e-13 relative error 9.616309273755837e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5719999999998278 y2[1] (analytic) 1.5392890586327481 y2[1] (numeric) 1.5392890586325654 absolute error 1.8274270985330077e-13 relative error 1.1871890391764326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5392890586327481 y1[1] (numeric) 1.5392890586325998 absolute error 1.4832579608992091e-13 relative error 9.63599365941503e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5729999999998276 y2[1] (analytic) 1.5384466684061096 y2[1] (numeric) 1.5384466684059266 absolute error 1.829647544582258e-13 relative error 1.1892823990303439e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5384466684061096 y1[1] (numeric) 1.538446668405961 absolute error 1.4854784069484595e-13 relative error 9.655702972709953e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5739999999998275 y2[1] (analytic) 1.5376037397328475 y2[1] (numeric) 1.5376037397326643 absolute error 1.8318679906315083e-13 relative error 1.1913784698194009e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5376037397328475 y1[1] (numeric) 1.5376037397326987 absolute error 1.4876988529977098e-13 relative error 9.675437270048469e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5749999999998274 y2[1] (analytic) 1.5367602734558905 y2[1] (numeric) 1.536760273455707 absolute error 1.8340884366807586e-13 relative error 1.1934772575531458e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5367602734558905 y1[1] (numeric) 1.5367602734557415 absolute error 1.48991929904696e-13 relative error 9.695196607968049e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5759999999998273 y2[1] (analytic) 1.5359162704187048 y2[1] (numeric) 1.5359162704185212 absolute error 1.836308882730009e-13 relative error 1.1955787682550003e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5359162704187048 y1[1] (numeric) 1.5359162704185556 absolute error 1.4921397450962104e-13 relative error 9.714981043136156e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.576999999999827 y2[1] (analytic) 1.5350717314652933 y2[1] (numeric) 1.5350717314651094 absolute error 1.8385293287792592e-13 relative error 1.197683007962307e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5350717314652933 y1[1] (numeric) 1.5350717314651439 absolute error 1.4943601911454607e-13 relative error 9.734790632350636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.577999999999827 y2[1] (analytic) 1.534226657440195 y2[1] (numeric) 1.534226657440011 absolute error 1.8407497748285095e-13 relative error 1.199789982726371e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.534226657440195 y1[1] (numeric) 1.5342266574400454 absolute error 1.496580637194711e-13 relative error 9.754625432540098e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.578999999999827 y2[1] (analytic) 1.5333810491884838 y2[1] (numeric) 1.5333810491882995 absolute error 1.8429702208777599e-13 relative error 1.2018996986125013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5333810491884838 y1[1] (numeric) 1.533381049188334 absolute error 1.4988010832439613e-13 relative error 9.774485500764318e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.579999999999827 y2[1] (analytic) 1.5325349075557677 y2[1] (numeric) 1.5325349075555832 absolute error 1.8451906669270102e-13 relative error 1.2040121617000526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5325349075557677 y1[1] (numeric) 1.5325349075556178 absolute error 1.4988010832439613e-13 relative error 9.779882179874074e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5809999999998268 y2[1] (analytic) 1.5316882333881887 y2[1] (numeric) 1.5316882333880038 absolute error 1.8496315590255108e-13 relative error 1.2075770504118921e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5316882333881887 y1[1] (numeric) 1.5316882333880384 absolute error 1.503241975342462e-13 relative error 9.814281670214298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5819999999998267 y2[1] (analytic) 1.5308410275324202 y2[1] (numeric) 1.5308410275322353 absolute error 1.8496315590255108e-13 relative error 1.2082453538673134e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5308410275324202 y1[1] (numeric) 1.53084102753227 absolute error 1.503241975342462e-13 relative error 9.819713140074084e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5829999999998265 y2[1] (analytic) 1.5299932908356686 y2[1] (numeric) 1.5299932908354834 absolute error 1.851852005074761e-13 relative error 1.2103660951763364e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5299932908356686 y1[1] (numeric) 1.5299932908355183 absolute error 1.503241975342462e-13 relative error 9.825154033985369e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5839999999998264 y2[1] (analytic) 1.5291450241456706 y2[1] (numeric) 1.529145024145485 absolute error 1.8562928971732617e-13 relative error 1.2139416915085395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5291450241456706 y1[1] (numeric) 1.5291450241455198 absolute error 1.5076828674409626e-13 relative error 9.859646035099262e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5849999999998263 y2[1] (analytic) 1.5282962283106922 y2[1] (numeric) 1.5282962283105064 absolute error 1.858513343222512e-13 relative error 1.216068788756239e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5282962283106922 y1[1] (numeric) 1.5282962283105412 absolute error 1.509903313490213e-13 relative error 9.87965085249991e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.585999999999826 y2[1] (analytic) 1.5274469041795298 y2[1] (numeric) 1.5274469041793435 absolute error 1.8629542353210127e-13 relative error 1.2196523690764238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5274469041795298 y1[1] (numeric) 1.5274469041793786 absolute error 1.5121237595394632e-13 relative error 9.899681327068469e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.586999999999826 y2[1] (analytic) 1.526597052601507 y2[1] (numeric) 1.5265970526013204 absolute error 1.865174681370263e-13 relative error 1.2217858525219728e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.526597052601507 y1[1] (numeric) 1.5265970526013557 absolute error 1.5121237595394632e-13 relative error 9.905192447231708e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.587999999999826 y2[1] (analytic) 1.5257466744264754 y2[1] (numeric) 1.5257466744262886 absolute error 1.8673951274195133e-13 relative error 1.2239221351221118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5257466744264754 y1[1] (numeric) 1.525746674426324 absolute error 1.5143442055887135e-13 relative error 9.925266303843998e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.588999999999826 y2[1] (analytic) 1.5248957705048132 y2[1] (numeric) 1.5248957705046262 absolute error 1.8696155734687636e-13 relative error 1.2260612230892554e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5248957705048132 y1[1] (numeric) 1.5248957705046617 absolute error 1.5143442055887135e-13 relative error 9.930804681079241e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5899999999998258 y2[1] (analytic) 1.5240443416874245 y2[1] (numeric) 1.5240443416872371 absolute error 1.8740564655672642e-13 relative error 1.2296600658562897e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5240443416874245 y1[1] (numeric) 1.5240443416872727 absolute error 1.5187850976872141e-13 relative error 9.965491528977514e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5909999999998257 y2[1] (analytic) 1.5231923888257375 y2[1] (numeric) 1.52319238882555 absolute error 1.8740564655672642e-13 relative error 1.2303478400466638e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5231923888257375 y1[1] (numeric) 1.5231923888255856 absolute error 1.5187850976872141e-13 relative error 9.971065433553531e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5919999999998256 y2[1] (analytic) 1.5223399127717054 y2[1] (numeric) 1.5223399127715178 absolute error 1.8762769116165146e-13 relative error 1.2324953815343384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5223399127717054 y1[1] (numeric) 1.5223399127715533 absolute error 1.5210055437364645e-13 relative error 9.991234749716235e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5929999999998254 y2[1] (analytic) 1.521486914377804 y2[1] (numeric) 1.5214869143776162 absolute error 1.8784973576657649e-13 relative error 1.2346457533839235e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.521486914377804 y1[1] (numeric) 1.5214869143776517 absolute error 1.5232259897857148e-13 relative error 1.0011430104271531e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5939999999998253 y2[1] (analytic) 1.5206333944970316 y2[1] (numeric) 1.5206333944968435 absolute error 1.8807178037150152e-13 relative error 1.2367989618806747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5206333944970316 y1[1] (numeric) 1.5206333944968793 absolute error 1.5232259897857148e-13 relative error 1.0017049443331085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5949999999998252 y2[1] (analytic) 1.5197793539829083 y2[1] (numeric) 1.5197793539827198 absolute error 1.8851586958135158e-13 relative error 1.2404160451798825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5197793539829083 y1[1] (numeric) 1.5197793539827558 absolute error 1.525446435834965e-13 relative error 1.0037288846155233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.595999999999825 y2[1] (analytic) 1.5189247936894743 y2[1] (numeric) 1.5189247936892856 absolute error 1.887379141862766e-13 relative error 1.242575767874797e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5189247936894743 y1[1] (numeric) 1.5189247936893215 absolute error 1.5276668818842154e-13 relative error 1.0057554450563062e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.596999999999825 y2[1] (analytic) 1.5180697144712898 y2[1] (numeric) 1.5180697144711008 absolute error 1.8895995879120164e-13 relative error 1.2447383475864429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5180697144712898 y1[1] (numeric) 1.5180697144711368 absolute error 1.5298873279334657e-13 relative error 1.0077846315946641e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.597999999999825 y2[1] (analytic) 1.517214117183434 y2[1] (numeric) 1.5172141171832447 absolute error 1.8918200339612667e-13 relative error 1.2469037906615671e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.517214117183434 y1[1] (numeric) 1.517214117183281 absolute error 1.5298873279334657e-13 relative error 1.008352948081948e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.598999999999825 y2[1] (analytic) 1.516358002681504 y2[1] (numeric) 1.5163580026813146 absolute error 1.894040480010517e-13 relative error 1.249072103461798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.516358002681504 y1[1] (numeric) 1.5163580026813508 absolute error 1.532107773982716e-13 relative error 1.010386578415757e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5999999999998247 y2[1] (analytic) 1.5155013718216144 y2[1] (numeric) 1.5155013718214247 absolute error 1.8962609260597674e-13 relative error 1.2512432923636912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5155013718216144 y1[1] (numeric) 1.5155013718214612 absolute error 1.532107773982716e-13 relative error 1.0109576952353008e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6009999999998246 y2[1] (analytic) 1.514644225460396 y2[1] (numeric) 1.5146442254602062 absolute error 1.8984813721090177e-13 relative error 1.2534173637587727e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.514644225460396 y1[1] (numeric) 1.5146442254602426 absolute error 1.5343282200319663e-13 relative error 1.0129957875524116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6019999999998245 y2[1] (analytic) 1.513786564454995 y2[1] (numeric) 1.513786564454805 absolute error 1.900701818158268e-13 relative error 1.2555943240535849e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.513786564454995 y1[1] (numeric) 1.5137865644548414 absolute error 1.5365486660812167e-13 relative error 1.0150365329965897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6029999999998243 y2[1] (analytic) 1.5129283896630725 y2[1] (numeric) 1.512928389662882 absolute error 1.9051427102567686e-13 relative error 1.2592418274873153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5129283896630725 y1[1] (numeric) 1.5129283896629186 absolute error 1.538769112130467e-13 relative error 1.0170799375859086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6039999999998242 y2[1] (analytic) 1.5120697019428029 y2[1] (numeric) 1.5120697019426121 absolute error 1.907363156306019e-13 relative error 1.261425418322527e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5120697019428029 y1[1] (numeric) 1.512069701942649 absolute error 1.538769112130467e-13 relative error 1.0176575260739363e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.604999999999824 y2[1] (analytic) 1.5112105021528741 y2[1] (numeric) 1.5112105021526832 absolute error 1.9095836023552692e-13 relative error 1.2636119188126816e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5112105021528741 y1[1] (numeric) 1.51121050215272 absolute error 1.5409895581797173e-13 relative error 1.0197054321581407e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.605999999999824 y2[1] (analytic) 1.5103507911524856 y2[1] (numeric) 1.5103507911522946 absolute error 1.9095836023552692e-13 relative error 1.2643311828890729e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5103507911524856 y1[1] (numeric) 1.5103507911523315 absolute error 1.5409895581797173e-13 relative error 1.020285861540717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.606999999999824 y2[1] (analytic) 1.5094905698013488 y2[1] (numeric) 1.5094905698011574 absolute error 1.91402449445377e-13 relative error 1.2679936746512158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5094905698013488 y1[1] (numeric) 1.5094905698011944 absolute error 1.5432100042289676e-13 relative error 1.0223382875668155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.607999999999824 y2[1] (analytic) 1.5086298389596844 y2[1] (numeric) 1.5086298389594928 absolute error 1.9162449405030202e-13 relative error 1.2701889429844617e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5086298389596844 y1[1] (numeric) 1.5086298389595298 absolute error 1.545430450278218e-13 relative error 1.0243934001357884e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6089999999998237 y2[1] (analytic) 1.5077685994882235 y2[1] (numeric) 1.5077685994880317 absolute error 1.9184653865522705e-13 relative error 1.272387146942474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5077685994882235 y1[1] (numeric) 1.5077685994880687 absolute error 1.5476508963274682e-13 relative error 1.0264512053459541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6099999999998236 y2[1] (analytic) 1.5069068522482054 y2[1] (numeric) 1.5069068522480134 absolute error 1.9206858326015208e-13 relative error 1.2745882930560602e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5069068522482054 y1[1] (numeric) 1.5069068522480504 absolute error 1.5498713423767185e-13 relative error 1.0285117093099769e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6109999999998235 y2[1] (analytic) 1.5060445981013775 y2[1] (numeric) 1.506044598101185 absolute error 1.9251267247000214e-13 relative error 1.2782667439775473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5060445981013775 y1[1] (numeric) 1.5060445981012223 absolute error 1.5520917884259688e-13 relative error 1.0305749181549083e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6119999999998234 y2[1] (analytic) 1.5051818379099933 y2[1] (numeric) 1.5051818379098008 absolute error 1.9251267247000214e-13 relative error 1.2789994379503933e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5051818379099933 y1[1] (numeric) 1.505181837909838 absolute error 1.5520917884259688e-13 relative error 1.0311656368250576e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6129999999998232 y2[1] (analytic) 1.5043185725368136 y2[1] (numeric) 1.5043185725366206 absolute error 1.929567616798522e-13 relative error 1.282685497623411e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5043185725368136 y1[1] (numeric) 1.5043185725366581 absolute error 1.5543122344752192e-13 relative error 1.0332334273146005e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.613999999999823 y2[1] (analytic) 1.5034548028451034 y2[1] (numeric) 1.50345480284491 absolute error 1.9340085088970227e-13 relative error 1.2863762217774352e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5034548028451034 y1[1] (numeric) 1.5034548028449477 absolute error 1.5565326805244695e-13 relative error 1.0353039396853985e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.614999999999823 y2[1] (analytic) 1.502590529698632 y2[1] (numeric) 1.5025905296984385 absolute error 1.9340085088970227e-13 relative error 1.2871161308895767e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.502590529698632 y1[1] (numeric) 1.5025905296984763 absolute error 1.5565326805244695e-13 relative error 1.0358994348491311e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.615999999999823 y2[1] (analytic) 1.501725753961673 y2[1] (numeric) 1.5017257539614792 absolute error 1.9384494009955233e-13 relative error 1.2908145151548065e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.501725753961673 y1[1] (numeric) 1.501725753961517 absolute error 1.56097357262297e-13 relative error 1.0394531548153826e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.616999999999823 y2[1] (analytic) 1.500860476499002 y2[1] (numeric) 1.5008604764988078 absolute error 1.9406698470447736e-13 relative error 1.2930381454055595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.500860476499002 y1[1] (numeric) 1.5008604764988456 absolute error 1.5631940186722204e-13 relative error 1.0415318699834254e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6179999999998227 y2[1] (analytic) 1.4999946981758958 y2[1] (numeric) 1.4999946981757015 absolute error 1.942890293094024e-13 relative error 1.2952647735733478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4999946981758958 y1[1] (numeric) 1.4999946981757395 absolute error 1.5631940186722204e-13 relative error 1.0421330292521565e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6189999999998226 y2[1] (analytic) 1.4991284198581334 y2[1] (numeric) 1.4991284198579389 absolute error 1.9451107391432743e-13 relative error 1.2974944063346791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4991284198581334 y1[1] (numeric) 1.4991284198579768 absolute error 1.5654144647214707e-13 relative error 1.0442163886597589e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6199999999998225 y2[1] (analytic) 1.4982616424119926 y2[1] (numeric) 1.4982616424117978 absolute error 1.9473311851925246e-13 relative error 1.2997270503819296e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4982616424119926 y1[1] (numeric) 1.498261642411836 absolute error 1.5654144647214707e-13 relative error 1.0448204908999548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6209999999998224 y2[1] (analytic) 1.4973943667042509 y2[1] (numeric) 1.497394366704056 absolute error 1.949551631241775e-13 relative error 1.3019627124233927e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4973943667042509 y1[1] (numeric) 1.4973943667040943 absolute error 1.5654144647214707e-13 relative error 1.0454256403855261e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6219999999998223 y2[1] (analytic) 1.496526593602184 y2[1] (numeric) 1.4965265936019887 absolute error 1.9539925233402755e-13 relative error 1.305685132288199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.496526593602184 y1[1] (numeric) 1.4965265936020273 absolute error 1.567634910770721e-13 relative error 1.047515572040305e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.622999999999822 y2[1] (analytic) 1.495658323973565 y2[1] (numeric) 1.4956583239733694 absolute error 1.9562129693895258e-13 relative error 1.3079277118535938e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.495658323973565 y1[1] (numeric) 1.495658323973408 absolute error 1.5698553568199713e-13 relative error 1.04960827727638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.623999999999822 y2[1] (analytic) 1.4947895586866633 y2[1] (numeric) 1.4947895586864675 absolute error 1.9584334154387761e-13 relative error 1.3101733311272758e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4947895586866633 y1[1] (numeric) 1.494789558686506 absolute error 1.5720758028692217e-13 relative error 1.0517037624014866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.624999999999822 y2[1] (analytic) 1.493920298610244 y2[1] (numeric) 1.493920298610048 absolute error 1.9606538614880265e-13 relative error 1.3124219968842868e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.493920298610244 y1[1] (numeric) 1.4939202986100868 absolute error 1.5720758028692217e-13 relative error 1.0523157121110702e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.625999999999822 y2[1] (analytic) 1.4930505446135673 y2[1] (numeric) 1.493050544613371 absolute error 1.9628743075372768e-13 relative error 1.314673715915833e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4930505446135673 y1[1] (numeric) 1.49305054461341 absolute error 1.574296248918472e-13 relative error 1.0544159101632643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6269999999998217 y2[1] (analytic) 1.4921802975663871 y2[1] (numeric) 1.4921802975661906 absolute error 1.965094753586527e-13 relative error 1.3169284950293348e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4921802975663871 y1[1] (numeric) 1.4921802975662295 absolute error 1.5765166949677223e-13 relative error 1.0565189056167545e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6279999999998216 y2[1] (analytic) 1.4913095583389504 y2[1] (numeric) 1.4913095583387537 absolute error 1.9673151996357774e-13 relative error 1.3191863410484752e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4913095583389504 y1[1] (numeric) 1.4913095583387925 absolute error 1.5787371410169726e-13 relative error 1.0586247048368689e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6289999999998215 y2[1] (analytic) 1.4904383278019964 y2[1] (numeric) 1.4904383278017992 absolute error 1.971756091734278e-13 relative error 1.322937054793873e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4904383278019964 y1[1] (numeric) 1.4904383278018383 absolute error 1.580957587066223e-13 relative error 1.0607333142040963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6299999999998214 y2[1] (analytic) 1.4895666068267552 y2[1] (numeric) 1.4895666068265578 absolute error 1.9739765377835283e-13 relative error 1.325201927014676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4895666068267552 y1[1] (numeric) 1.489566606826597 absolute error 1.5831780331154732e-13 relative error 1.0628447401141327e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6309999999998213 y2[1] (analytic) 1.4886943962849482 y2[1] (numeric) 1.4886943962847505 absolute error 1.9761969838327786e-13 relative error 1.3274698882217856e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4886943962849482 y1[1] (numeric) 1.4886943962847896 absolute error 1.5853984791647235e-13 relative error 1.0649589889779268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.631999999999821 y2[1] (analytic) 1.4878216970487854 y2[1] (numeric) 1.4878216970485876 absolute error 1.978417429882029e-13 relative error 1.3297409453070754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4878216970487854 y1[1] (numeric) 1.4878216970486267 absolute error 1.5876189252139739e-13 relative error 1.0670760672217272e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.632999999999821 y2[1] (analytic) 1.4869485099909663 y2[1] (numeric) 1.4869485099907682 absolute error 1.9806378759312793e-13 relative error 1.332015105178936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4869485099909663 y1[1] (numeric) 1.4869485099908075 absolute error 1.5876189252139739e-13 relative error 1.0677026908104701e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.633999999999821 y2[1] (analytic) 1.4860748359846778 y2[1] (numeric) 1.4860748359844795 absolute error 1.9828583219805296e-13 relative error 1.3342923747623258e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4860748359846778 y1[1] (numeric) 1.4860748359845188 absolute error 1.5898393712632242e-13 relative error 1.0698245692383262e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.634999999999821 y2[1] (analytic) 1.4852006759035938 y2[1] (numeric) 1.4852006759033953 absolute error 1.98507876802978e-13 relative error 1.3365727609988198e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4852006759035938 y1[1] (numeric) 1.4852006759034346 absolute error 1.5920598173124745e-13 relative error 1.0719492948950267e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6359999999998207 y2[1] (analytic) 1.4843260306218746 y2[1] (numeric) 1.4843260306216757 absolute error 1.9895196601282805e-13 relative error 1.3403521996409034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4843260306218746 y1[1] (numeric) 1.484326030621715 absolute error 1.596500709410975e-13 relative error 1.0755728030600553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6369999999998206 y2[1] (analytic) 1.4834509010141648 y2[1] (numeric) 1.4834509010139658 absolute error 1.9895196601282805e-13 relative error 1.341142911280812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4834509010141648 y1[1] (numeric) 1.4834509010140051 absolute error 1.596500709410975e-13 relative error 1.0762073138514552e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6379999999998205 y2[1] (analytic) 1.4825752879555945 y2[1] (numeric) 1.482575287955395 absolute error 1.9939605522267811e-13 relative error 1.344930384598791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4825752879555945 y1[1] (numeric) 1.4825752879554346 absolute error 1.5987211554602254e-13 relative error 1.0783406201682958e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6389999999998204 y2[1] (analytic) 1.4816991923217762 y2[1] (numeric) 1.4816991923215768 absolute error 1.9939605522267811e-13 relative error 1.3457256118917818e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4816991923217762 y1[1] (numeric) 1.4816991923216163 absolute error 1.5987211554602254e-13 relative error 1.0789782188887338e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6399999999998203 y2[1] (analytic) 1.480822614988806 y2[1] (numeric) 1.4808226149886061 absolute error 1.9984014443252818e-13 relative error 1.349521154051519e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.480822614988806 y1[1] (numeric) 1.4808226149886459 absolute error 1.6009416015094757e-13 relative error 1.0811163911901614e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64099999999982 y2[1] (analytic) 1.4799455568332607 y2[1] (numeric) 1.4799455568330606 absolute error 2.000621890374532e-13 relative error 1.3518212755443502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4799455568332607 y1[1] (numeric) 1.4799455568331004 absolute error 1.603162047558726e-13 relative error 1.0832574483274372e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64199999999982 y2[1] (analytic) 1.4790680187321987 y2[1] (numeric) 1.4790680187319982 absolute error 2.0050627824730327e-13 relative error 1.3556258110372077e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4790680187321987 y1[1] (numeric) 1.4790680187320382 absolute error 1.6053824936079764e-13 relative error 1.0854013968769669e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64299999999982 y2[1] (analytic) 1.4781900015631577 y2[1] (numeric) 1.478190001562957 absolute error 2.007283228522283e-13 relative error 1.3579331658309278e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4781900015631577 y1[1] (numeric) 1.4781900015629972 absolute error 1.6053824936079764e-13 relative error 1.0860461049731869e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64399999999982 y2[1] (analytic) 1.477311506204155 y2[1] (numeric) 1.4773115062039541 absolute error 2.0095036745715333e-13 relative error 1.3602437036010148e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.477311506204155 y1[1] (numeric) 1.4773115062039943 absolute error 1.6076029396572267e-13 relative error 1.0881949628808117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6449999999998197 y2[1] (analytic) 1.476432533533686 y2[1] (numeric) 1.476432533533485 absolute error 2.0117241206207837e-13 relative error 1.3625574314634841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.476432533533686 y1[1] (numeric) 1.476432533533525 absolute error 1.609823385706477e-13 relative error 1.090346730475746e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6459999999998196 y2[1] (analytic) 1.4755530844307232 y2[1] (numeric) 1.4755530844305218 absolute error 2.013944566670034e-13 relative error 1.3648743565515471e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4755530844307232 y1[1] (numeric) 1.475553084430562 absolute error 1.6120438317557273e-13 relative error 1.0925014143951745e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6469999999998195 y2[1] (analytic) 1.4746731597747156 y2[1] (numeric) 1.474673159774514 absolute error 2.0161650127192843e-13 relative error 1.3671944860156619e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4746731597747156 y1[1] (numeric) 1.4746731597745542 absolute error 1.6142642778049776e-13 relative error 1.0946590212922755e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6479999999998194 y2[1] (analytic) 1.4737927604455876 y2[1] (numeric) 1.4737927604453858 absolute error 2.0183854587685346e-13 relative error 1.3695178270235867e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4737927604455876 y1[1] (numeric) 1.4737927604454262 absolute error 1.6142642778049776e-13 relative error 1.0953129375645187e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6489999999998193 y2[1] (analytic) 1.4729118873237388 y2[1] (numeric) 1.4729118873235367 absolute error 2.020605904817785e-13 relative error 1.371844386760432e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4729118873237388 y1[1] (numeric) 1.4729118873235771 absolute error 1.616484723854228e-13 relative error 1.0974755094083455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.649999999999819 y2[1] (analytic) 1.472030541290042 y2[1] (numeric) 1.4720305412898398 absolute error 2.0228263508670352e-13 relative error 1.3741741724287139e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.472030541290042 y1[1] (numeric) 1.4720305412898802 absolute error 1.6187051699034782e-13 relative error 1.0996410227228676e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.650999999999819 y2[1] (analytic) 1.4711487232258433 y2[1] (numeric) 1.4711487232256408 absolute error 2.0250467969162855e-13 relative error 1.3765071912484068e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4711487232258433 y1[1] (numeric) 1.4711487232256812 absolute error 1.6209256159527285e-13 relative error 1.1018094842229572e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.651999999999819 y2[1] (analytic) 1.4702664340129605 y2[1] (numeric) 1.4702664340127578 absolute error 2.0272672429655358e-13 relative error 1.3788434504569975e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4702664340129605 y1[1] (numeric) 1.4702664340127984 absolute error 1.6209256159527285e-13 relative error 1.102470666849516e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.652999999999819 y2[1] (analytic) 1.469383674533683 y2[1] (numeric) 1.46938367453348 absolute error 2.0294876890147862e-13 relative error 1.3811829573095367e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.469383674533683 y1[1] (numeric) 1.4693836745335207 absolute error 1.6231460620019789e-13 relative error 1.1046441376293998e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6539999999998187 y2[1] (analytic) 1.4685004456707702 y2[1] (numeric) 1.4685004456705668 absolute error 2.0339285811132868e-13 relative error 1.3850377690449013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4685004456707702 y1[1] (numeric) 1.4685004456706077 absolute error 1.6253665080512292e-13 relative error 1.106820575262956e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6549999999998186 y2[1] (analytic) 1.4676167483074507 y2[1] (numeric) 1.467616748307247 absolute error 2.036149027162537e-13 relative error 1.3873847034729973e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4676167483074507 y1[1] (numeric) 1.467616748307288 absolute error 1.6275869541004795e-13 relative error 1.1089999865274886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6559999999998185 y2[1] (analytic) 1.4667325833274216 y2[1] (numeric) 1.466732583327218 absolute error 2.036149027162537e-13 relative error 1.3882210365459669e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4667325833274216 y1[1] (numeric) 1.4667325833272589 absolute error 1.6275869541004795e-13 relative error 1.1096685057668417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6569999999998184 y2[1] (analytic) 1.4658479516148484 y2[1] (numeric) 1.4658479516146445 absolute error 2.0383694732117874e-13 relative error 1.3905736068779998e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4658479516148484 y1[1] (numeric) 1.4658479516146854 absolute error 1.6298074001497298e-13 relative error 1.111852971076745e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6579999999998183 y2[1] (analytic) 1.4649628540543622 y2[1] (numeric) 1.4649628540541582 absolute error 2.0405899192610377e-13 relative error 1.3929294613945993e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4649628540543622 y1[1] (numeric) 1.464962854054199 absolute error 1.63202784619898e-13 relative error 1.1140404288629275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.658999999999818 y2[1] (analytic) 1.4640772915310607 y2[1] (numeric) 1.4640772915308564 absolute error 2.042810365310288e-13 relative error 1.3952886074573403e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4640772915310607 y1[1] (numeric) 1.4640772915308975 absolute error 1.63202784619898e-13 relative error 1.1147142679142882e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.659999999999818 y2[1] (analytic) 1.4631912649305066 y2[1] (numeric) 1.4631912649303018 absolute error 2.0472512574087887e-13 relative error 1.399168588876193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4631912649305066 y1[1] (numeric) 1.4631912649303431 absolute error 1.6342482922482304e-13 relative error 1.1169068128122322e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.660999999999818 y2[1] (analytic) 1.462304775138726 y2[1] (numeric) 1.462304775138521 absolute error 2.049471703458039e-13 relative error 1.4015352601605295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.462304775138726 y1[1] (numeric) 1.4623047751385623 absolute error 1.6364687382974807e-13 relative error 1.1191023691639332e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.661999999999818 y2[1] (analytic) 1.4614178230422086 y2[1] (numeric) 1.4614178230420034 absolute error 2.0516921495072893e-13 relative error 1.4039052467803607e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4614178230422086 y1[1] (numeric) 1.461417823042045 absolute error 1.6364687382974807e-13 relative error 1.1197815658843352e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6629999999998177 y2[1] (analytic) 1.4605304095279068 y2[1] (numeric) 1.4605304095277014 absolute error 2.0539125955565396e-13 relative error 1.4062785561722293e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4605304095279068 y1[1] (numeric) 1.460530409527743 absolute error 1.638689184346731e-13 relative error 1.1219822426541678e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6639999999998176 y2[1] (analytic) 1.4596425354832339 y2[1] (numeric) 1.4596425354830282 absolute error 2.05613304160579e-13 relative error 1.4086551957908517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4596425354832339 y1[1] (numeric) 1.4596425354830698 absolute error 1.6409096303959814e-13 relative error 1.1241859499885955e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6649999999998175 y2[1] (analytic) 1.4587542017960637 y2[1] (numeric) 1.458754201795858 absolute error 2.0583534876550402e-13 relative error 1.4110351731091716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4587542017960637 y1[1] (numeric) 1.4587542017958994 absolute error 1.6431300764452317e-13 relative error 1.1263926948228554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6659999999998174 y2[1] (analytic) 1.45786540935473 y2[1] (numeric) 1.457865409354524 absolute error 2.0605739337042905e-13 relative error 1.4134184956184171e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.45786540935473 y1[1] (numeric) 1.4578654093545655 absolute error 1.645350522494482e-13 relative error 1.1286024841091026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6669999999998173 y2[1] (analytic) 1.456976159048025 y2[1] (numeric) 1.456976159047819 absolute error 2.0605739337042905e-13 relative error 1.4142811609564365e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.456976159048025 y1[1] (numeric) 1.4569761590478605 absolute error 1.645350522494482e-13 relative error 1.1292913149447408e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.667999999999817 y2[1] (analytic) 1.4560864517651992 y2[1] (numeric) 1.4560864517649927 absolute error 2.0650148258027912e-13 relative error 1.4181952062663546e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4560864517651992 y1[1] (numeric) 1.4560864517650345 absolute error 1.6475709685437323e-13 relative error 1.13150628284907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.668999999999817 y2[1] (analytic) 1.4551962883959595 y2[1] (numeric) 1.4551962883957528 absolute error 2.0672352718520415e-13 relative error 1.4205886094794285e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4551962883959595 y1[1] (numeric) 1.4551962883957947 absolute error 1.6475709685437323e-13 relative error 1.13219844063774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.669999999999817 y2[1] (analytic) 1.4543056698304695 y2[1] (numeric) 1.4543056698302623 absolute error 2.071676163950542e-13 relative error 1.4245121963885628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4543056698304695 y1[1] (numeric) 1.4543056698303045 absolute error 1.6497914145929826e-13 relative error 1.1344186086995736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.670999999999817 y2[1] (analytic) 1.4534145969593473 y2[1] (numeric) 1.45341459695914 absolute error 2.071676163950542e-13 relative error 1.4253855495084778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4534145969593473 y1[1] (numeric) 1.4534145969591823 absolute error 1.6497914145929826e-13 relative error 1.1351141085581983e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6719999999998167 y2[1] (analytic) 1.4525230706736663 y2[1] (numeric) 1.4525230706734586 absolute error 2.0761170560490427e-13 relative error 1.4293177836315947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4525230706736663 y1[1] (numeric) 1.4525230706735008 absolute error 1.6542323066914832e-13 relative error 1.1388681805406823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6729999999998166 y2[1] (analytic) 1.451631091864952 y2[1] (numeric) 1.4516310918647441 absolute error 2.078337502098293e-13 relative error 1.4317256731034834e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.451631091864952 y1[1] (numeric) 1.4516310918647863 absolute error 1.6564527527407336e-13 relative error 1.1410975984350414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6739999999998165 y2[1] (analytic) 1.4507386614251834 y2[1] (numeric) 1.4507386614249755 absolute error 2.078337502098293e-13 relative error 1.4326064075914032e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4507386614251834 y1[1] (numeric) 1.4507386614250177 absolute error 1.6564527527407336e-13 relative error 1.1417995513495586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6749999999998164 y2[1] (analytic) 1.4498457802467912 y2[1] (numeric) 1.449845780246583 absolute error 2.0827783941967937e-13 relative error 1.4365516819604532e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4498457802467912 y1[1] (numeric) 1.4498457802466251 absolute error 1.6608936448392342e-13 relative error 1.1455657335889328e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6759999999998163 y2[1] (analytic) 1.4489524492226562 y2[1] (numeric) 1.4489524492224477 absolute error 2.084998840246044e-13 relative error 1.4389698166869576e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4489524492226562 y1[1] (numeric) 1.44895244922249 absolute error 1.6631140908884845e-13 relative error 1.1478044650676585e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.676999999999816 y2[1] (analytic) 1.4480586692461093 y2[1] (numeric) 1.4480586692459005 absolute error 2.0872192862952943e-13 relative error 1.441391381871251e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4480586692461093 y1[1] (numeric) 1.4480586692459427 absolute error 1.6653345369377348e-13 relative error 1.1500463153228067e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.677999999999816 y2[1] (analytic) 1.4471644412109304 y2[1] (numeric) 1.4471644412107214 absolute error 2.0894397323445446e-13 relative error 1.4438163852313725e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4471644412109304 y1[1] (numeric) 1.4471644412107638 absolute error 1.6653345369377348e-13 relative error 1.1507569489091704e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.678999999999816 y2[1] (analytic) 1.4462697660113477 y2[1] (numeric) 1.4462697660111383 absolute error 2.0938806244430452e-13 relative error 1.4477801262607714e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4462697660113477 y1[1] (numeric) 1.446269766011181 absolute error 1.667554982986985e-13 relative error 1.1530041090369452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.679999999999816 y2[1] (analytic) 1.4453746445420361 y2[1] (numeric) 1.4453746445418265 absolute error 2.0961010704922955e-13 relative error 1.4502129800100656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4453746445420361 y1[1] (numeric) 1.4453746445418691 absolute error 1.6697754290362354e-13 relative error 1.1552544078046286e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6809999999998158 y2[1] (analytic) 1.4444790776981171 y2[1] (numeric) 1.4444790776979073 absolute error 2.0983215165415459e-13 relative error 1.4526492968561195e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4444790776981171 y1[1] (numeric) 1.44447907769795 absolute error 1.6719958750854857e-13 relative error 1.1575078524155111e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6819999999998156 y2[1] (analytic) 1.4435830663751577 y2[1] (numeric) 1.4435830663749474 absolute error 2.1027624086400465e-13 relative error 1.4566272337345232e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4435830663751577 y1[1] (numeric) 1.44358306637499 absolute error 1.6764367671839864e-13 relative error 1.1613025992286854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6829999999998155 y2[1] (analytic) 1.4426866114691685 y2[1] (numeric) 1.442686611468958 absolute error 2.1049828546892968e-13 relative error 1.459071455959292e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4426866114691685 y1[1] (numeric) 1.4426866114690007 absolute error 1.6786572132332367e-13 relative error 1.1635633129801947e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6839999999998154 y2[1] (analytic) 1.441789713876605 y2[1] (numeric) 1.4417897138763942 absolute error 2.107203300738547e-13 relative error 1.461519166392729e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.441789713876605 y1[1] (numeric) 1.4417897138764368 absolute error 1.680877659282487e-13 relative error 1.1658271959528936e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6849999999998153 y2[1] (analytic) 1.4408923744943642 y2[1] (numeric) 1.4408923744941533 absolute error 2.1094237467877974e-13 relative error 1.4639703728934184e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4408923744943642 y1[1] (numeric) 1.440892374494196 absolute error 1.6830981053317373e-13 relative error 1.1680942554244327e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.685999999999815 y2[1] (analytic) 1.4399945942197858 y2[1] (numeric) 1.4399945942195747 absolute error 2.1116441928370477e-13 relative error 1.4664250833394088e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4399945942197858 y1[1] (numeric) 1.4399945942196173 absolute error 1.6853185513809876e-13 relative error 1.170364498690443e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.686999999999815 y2[1] (analytic) 1.4390963739506497 y2[1] (numeric) 1.4390963739504383 absolute error 2.113864638886298e-13 relative error 1.4688833056282776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4390963739506497 y1[1] (numeric) 1.4390963739504812 absolute error 1.6853185513809876e-13 relative error 1.171094988415822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.687999999999815 y2[1] (analytic) 1.4381977145851763 y2[1] (numeric) 1.4381977145849647 absolute error 2.1160850849355484e-13 relative error 1.4713450476771875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4381977145851763 y1[1] (numeric) 1.4381977145850076 absolute error 1.687538997430238e-13 relative error 1.1733706571192681e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.688999999999815 y2[1] (analytic) 1.437298617022025 y2[1] (numeric) 1.437298617021813 absolute error 2.120525977034049e-13 relative error 1.4753551919695157e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.437298617022025 y1[1] (numeric) 1.437298617021856 absolute error 1.6897594434794883e-13 relative error 1.1756495299359177e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6899999999998148 y2[1] (analytic) 1.436399082160293 y2[1] (numeric) 1.4363990821600807 absolute error 2.1227464230832993e-13 relative error 1.4778249648355137e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.436399082160293 y1[1] (numeric) 1.4363990821601238 absolute error 1.6919798895287386e-13 relative error 1.1779316142308175e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6909999999998147 y2[1] (analytic) 1.4354991108995152 y2[1] (numeric) 1.4354991108993027 absolute error 2.1249668691325496e-13 relative error 1.480298283013912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4354991108995152 y1[1] (numeric) 1.4354991108993458 absolute error 1.694200335577989e-13 relative error 1.1802169173872674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6919999999998145 y2[1] (analytic) 1.4345987041396628 y2[1] (numeric) 1.4345987041394501 absolute error 2.1271873151818e-13 relative error 1.4827751545039115e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4345987041396628 y1[1] (numeric) 1.4345987041394932 absolute error 1.6964207816272392e-13 relative error 1.1825054468068773e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6929999999998144 y2[1] (analytic) 1.4336978627811425 y2[1] (numeric) 1.4336978627809296 absolute error 2.1294077612310502e-13 relative error 1.4852555873246143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4336978627811425 y1[1] (numeric) 1.4336978627809727 absolute error 1.6986412276764895e-13 relative error 1.1847972099096246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6939999999998143 y2[1] (analytic) 1.4327965877247955 y2[1] (numeric) 1.4327965877245823 absolute error 2.1316282072803006e-13 relative error 1.487739589515084e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4327965877247955 y1[1] (numeric) 1.4327965877246256 absolute error 1.6986412276764895e-13 relative error 1.1855424853948327e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.694999999999814 y2[1] (analytic) 1.431894879871897 y2[1] (numeric) 1.4318948798716835 absolute error 2.1338486533295509e-13 relative error 1.4902271691344086e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.431894879871897 y1[1] (numeric) 1.4318948798717268 absolute error 1.7008616737257398e-13 relative error 1.1878397622861155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.695999999999814 y2[1] (analytic) 1.4309927401241542 y2[1] (numeric) 1.4309927401239408 absolute error 2.1338486533295509e-13 relative error 1.491166652001614e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4309927401241542 y1[1] (numeric) 1.4309927401239841 absolute error 1.7008616737257398e-13 relative error 1.1885886112728787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.696999999999814 y2[1] (analytic) 1.4300901693837076 y2[1] (numeric) 1.430090169383494 absolute error 2.1360690993788012e-13 relative error 1.4936604314253366e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4300901693837076 y1[1] (numeric) 1.4300901693835373 absolute error 1.7030821197749901e-13 relative error 1.1908914250553359e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.697999999999814 y2[1] (analytic) 1.4291871685531272 y2[1] (numeric) 1.4291871685529134 absolute error 2.1382895454280515e-13 relative error 1.496157810871477e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4291871685531272 y1[1] (numeric) 1.429187168552957 absolute error 1.7030821197749901e-13 relative error 1.1916438639028275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6989999999998138 y2[1] (analytic) 1.4282837385354143 y2[1] (numeric) 1.4282837385352 absolute error 2.142730437526552e-13 relative error 1.5002134237863292e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4282837385354143 y1[1] (numeric) 1.4282837385352436 absolute error 1.7075230118734908e-13 relative error 1.195506863100194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6999999999998137 y2[1] (analytic) 1.4273798802339983 y2[1] (numeric) 1.427379880233784 absolute error 2.142730437526552e-13 relative error 1.5011634023980236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4273798802339983 y1[1] (numeric) 1.4273798802338276 absolute error 1.7075230118734908e-13 relative error 1.1962638926881659e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7009999999998136 y2[1] (analytic) 1.4264755945527379 y2[1] (numeric) 1.4264755945525234 absolute error 2.1449508835758024e-13 relative error 1.50367163081282e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4264755945527379 y1[1] (numeric) 1.426475594552567 absolute error 1.709743457922741e-13 relative error 1.1985788361551465e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7019999999998134 y2[1] (analytic) 1.4255708823959183 y2[1] (numeric) 1.4255708823957036 absolute error 2.1471713296250527e-13 relative error 1.5061834919189427e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4255708823959183 y1[1] (numeric) 1.4255708823957471 absolute error 1.7119639039719914e-13 relative error 1.2008970757699119e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7029999999998133 y2[1] (analytic) 1.424665744668252 y2[1] (numeric) 1.4246657446680369 absolute error 2.1516122217235534e-13 relative error 1.5102575672755985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.424665744668252 y1[1] (numeric) 1.4246657446680806 absolute error 1.7141843500212417e-13 relative error 1.2032186191297854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.703999999999813 y2[1] (analytic) 1.4237601822748762 y2[1] (numeric) 1.4237601822746608 absolute error 2.1538326677728037e-13 relative error 1.5127777097484366e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4237601822748762 y1[1] (numeric) 1.4237601822747048 absolute error 1.7141843500212417e-13 relative error 1.2039839092018485e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.704999999999813 y2[1] (analytic) 1.4228541961213534 y2[1] (numeric) 1.4228541961211378 absolute error 2.156053113822054e-13 relative error 1.515301511356099e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4228541961213534 y1[1] (numeric) 1.422854196121182 absolute error 1.7141843500212417e-13 relative error 1.2047505322007294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.705999999999813 y2[1] (analytic) 1.4219477871136699 y2[1] (numeric) 1.421947787113454 absolute error 2.1582735598713043e-13 relative error 1.5178289803820855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4219477871136699 y1[1] (numeric) 1.4219477871134982 absolute error 1.716404796070492e-13 relative error 1.2070800430404857e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.706999999999813 y2[1] (analytic) 1.4210409561582344 y2[1] (numeric) 1.4210409561580182 absolute error 2.162714451969805e-13 relative error 1.5219226740773716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4210409561582344 y1[1] (numeric) 1.4210409561580626 absolute error 1.7186252421197423e-13 relative error 1.2094128847391021e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.707999999999813 y2[1] (analytic) 1.4201337041618778 y2[1] (numeric) 1.4201337041616613 absolute error 2.1649348980190553e-13 relative error 1.524458501107639e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4201337041618778 y1[1] (numeric) 1.4201337041617057 absolute error 1.7208456881689926e-13 relative error 1.211749064982995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7089999999998127 y2[1] (analytic) 1.419226032031852 y2[1] (numeric) 1.4192260320316352 absolute error 2.1671553440683056e-13 relative error 1.526998022271105e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.419226032031852 y1[1] (numeric) 1.4192260320316799 absolute error 1.7208456881689926e-13 relative error 1.2125240443238794e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7099999999998126 y2[1] (analytic) 1.4183179406758293 y2[1] (numeric) 1.4183179406756121 absolute error 2.1715962361668062e-13 relative error 1.5311067948079675e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4183179406758293 y1[1] (numeric) 1.4183179406756568 absolute error 1.7252865802674933e-13 relative error 1.2164314719486614e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7109999999998124 y2[1] (analytic) 1.4174094310019005 y2[1] (numeric) 1.4174094310016832 absolute error 2.1738166822160565e-13 relative error 1.533654732831492e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4174094310019005 y1[1] (numeric) 1.417409431001728 absolute error 1.7252865802674933e-13 relative error 1.2172111618080379e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7119999999998123 y2[1] (analytic) 1.4165005039185756 y2[1] (numeric) 1.416500503918358 absolute error 2.1760371282653068e-13 relative error 1.5362063919113095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4165005039185756 y1[1] (numeric) 1.4165005039184029 absolute error 1.7275070263167436e-13 relative error 1.2195597682724477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7129999999998122 y2[1] (analytic) 1.4155911603347815 y2[1] (numeric) 1.4155911603345637 absolute error 2.1782575743145571e-13 relative error 1.5387617804842806e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4155911603347815 y1[1] (numeric) 1.4155911603346085 absolute error 1.729727472365994e-13 relative error 1.2219117502520434e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.713999999999812 y2[1] (analytic) 1.4146814011598616 y2[1] (numeric) 1.4146814011596436 absolute error 2.1804780203638074e-13 relative error 1.541320907008524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4146814011598616 y1[1] (numeric) 1.4146814011596887 absolute error 1.729727472365994e-13 relative error 1.2226975423214258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.714999999999812 y2[1] (analytic) 1.4137712273035754 y2[1] (numeric) 1.413771227303357 absolute error 2.184918912462308e-13 relative error 1.5454543636663968e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4137712273035754 y1[1] (numeric) 1.413771227303402 absolute error 1.7341683644644945e-13 relative error 1.226625871975057e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.715999999999812 y2[1] (analytic) 1.412860639676096 y2[1] (numeric) 1.4128606396758774 absolute error 2.1871393585115584e-13 relative error 1.548022003792935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.412860639676096 y1[1] (numeric) 1.4128606396759227 absolute error 1.7341683644644945e-13 relative error 1.2274164314337891e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.716999999999812 y2[1] (analytic) 1.4119496391880118 y2[1] (numeric) 1.4119496391877926 absolute error 2.191580250610059e-13 relative error 1.552166019087196e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4119496391880118 y1[1] (numeric) 1.4119496391878381 absolute error 1.7363888105137448e-13 relative error 1.2297809796617905e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7179999999998117 y2[1] (analytic) 1.4110382267503223 y2[1] (numeric) 1.411038226750103 absolute error 2.1938006966593093e-13 relative error 1.5547422139736925e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4110382267503223 y1[1] (numeric) 1.4110382267501487 absolute error 1.7363888105137448e-13 relative error 1.2305753151087324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7189999999998116 y2[1] (analytic) 1.4101264032744405 y2[1] (numeric) 1.410126403274221 absolute error 2.1960211427085596e-13 relative error 1.5573221929673828e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4101264032744405 y1[1] (numeric) 1.4101264032742666 absolute error 1.7386092565629951e-13 relative error 1.2329456795687165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7199999999998115 y2[1] (analytic) 1.4092141696721896 y2[1] (numeric) 1.4092141696719698 absolute error 2.19824158875781e-13 relative error 1.5599059646619673e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4092141696721896 y1[1] (numeric) 1.4092141696720155 absolute error 1.7408297026122455e-13 relative error 1.2353194710050326e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7209999999998113 y2[1] (analytic) 1.408301526855803 y2[1] (numeric) 1.408301526855583 absolute error 2.2004620348070603e-13 relative error 1.562493537672893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.408301526855803 y1[1] (numeric) 1.408301526855629 absolute error 1.7408297026122455e-13 relative error 1.2361200136584744e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7219999999998112 y2[1] (analytic) 1.4073884757379236 y2[1] (numeric) 1.4073884757377033 absolute error 2.2026824808563106e-13 relative error 1.565084920637422e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4073884757379236 y1[1] (numeric) 1.4073884757377495 absolute error 1.7408297026122455e-13 relative error 1.2369219534069949e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.722999999999811 y2[1] (analytic) 1.4064750172316025 y2[1] (numeric) 1.406475017231382 absolute error 2.204902926905561e-13 relative error 1.5676801222147e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4064750172316025 y1[1] (numeric) 1.4064750172314282 absolute error 1.7430501486614958e-13 relative error 1.2393040241072904e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.723999999999811 y2[1] (analytic) 1.405561152250298 y2[1] (numeric) 1.4055611522500773 absolute error 2.2071233729548112e-13 relative error 1.5702791510858245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.405561152250298 y1[1] (numeric) 1.4055611522501235 absolute error 1.745270594710746e-13 relative error 1.2416895500537807e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.724999999999811 y2[1] (analytic) 1.4046468817078752 y2[1] (numeric) 1.404646881707654 absolute error 2.2115642650533118e-13 relative error 1.5744628018995962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4046468817078752 y1[1] (numeric) 1.4046468817077002 absolute error 1.7497114868092467e-13 relative error 1.2456593251976725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.725999999999811 y2[1] (analytic) 1.4037322065186042 y2[1] (numeric) 1.4037322065183828 absolute error 2.2137847111025621e-13 relative error 1.5770705415336795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4037322065186042 y1[1] (numeric) 1.4037322065184292 absolute error 1.7497114868092467e-13 relative error 1.2464709997277226e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7269999999998107 y2[1] (analytic) 1.4028171275971604 y2[1] (numeric) 1.4028171275969388 absolute error 2.2160051571518125e-13 relative error 1.5796821364360836e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4028171275971604 y1[1] (numeric) 1.4028171275969852 absolute error 1.751931932858497e-13 relative error 1.2488669395271242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7279999999998106 y2[1] (analytic) 1.4019016458586226 y2[1] (numeric) 1.4019016458584006 absolute error 2.220446049250313e-13 relative error 1.5838814768566424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4019016458586226 y1[1] (numeric) 1.4019016458584472 absolute error 1.7541523789077473e-13 relative error 1.2512663667167476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7289999999998105 y2[1] (analytic) 1.4009857622184723 y2[1] (numeric) 1.4009857622182502 absolute error 2.220446049250313e-13 relative error 1.5849169271600725e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4009857622184723 y1[1] (numeric) 1.4009857622182968 absolute error 1.7541523789077473e-13 relative error 1.2520843724564573e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7299999999998104 y2[1] (analytic) 1.4000694775925933 y2[1] (numeric) 1.400069477592371 absolute error 2.2226664952995634e-13 relative error 1.587540140594607e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4000694775925933 y1[1] (numeric) 1.4000694775924176 absolute error 1.7563728249569976e-13 relative error 1.2544897614488851e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7309999999998102 y2[1] (analytic) 1.39915279289727 y2[1] (numeric) 1.3991527928970475 absolute error 2.2248869413488137e-13 relative error 1.590167244523502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.39915279289727 y1[1] (numeric) 1.3991527928970942 absolute error 1.758593271006248e-13 relative error 1.2568986603419296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73199999999981 y2[1] (analytic) 1.398235709049187 y2[1] (numeric) 1.3982357090489643 absolute error 2.227107387398064e-13 relative error 1.592798247809389e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.398235709049187 y1[1] (numeric) 1.3982357090490112 absolute error 1.758593271006248e-13 relative error 1.2577230431356293e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73299999999981 y2[1] (analytic) 1.3973182269654285 y2[1] (numeric) 1.3973182269652054 absolute error 2.2315482794965646e-13 relative error 1.5970222361894203e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3973182269654285 y1[1] (numeric) 1.3973182269652522 absolute error 1.7630341631047486e-13 relative error 1.2617270204322386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73399999999981 y2[1] (analytic) 1.3964003475634759 y2[1] (numeric) 1.3964003475632525 absolute error 2.233768725545815e-13 relative error 1.5996621093968003e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3964003475634759 y1[1] (numeric) 1.3964003475632993 absolute error 1.765254609153999e-13 relative error 1.264146497982561e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73499999999981 y2[1] (analytic) 1.3954820717612086 y2[1] (numeric) 1.395482071760985 absolute error 2.2359891715950653e-13 relative error 1.6023059105109606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3954820717612086 y1[1] (numeric) 1.3954820717610321 absolute error 1.765254609153999e-13 relative error 1.26497835040339e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7359999999998097 y2[1] (analytic) 1.3945634004769027 y2[1] (numeric) 1.394563400476679 absolute error 2.2382096176443156e-13 relative error 1.6049536484887736e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3945634004769027 y1[1] (numeric) 1.394563400476726 absolute error 1.7674750552032492e-13 relative error 1.2674038732113727e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7369999999998096 y2[1] (analytic) 1.393644334629229 y2[1] (numeric) 1.393644334629005 absolute error 2.240430063693566e-13 relative error 1.6076053323099966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.393644334629229 y1[1] (numeric) 1.3936443346290524 absolute error 1.7674750552032492e-13 relative error 1.2682396873327623e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7379999999998095 y2[1] (analytic) 1.3927248751372538 y2[1] (numeric) 1.3927248751370294 absolute error 2.2448709557920665e-13 relative error 1.611855288770392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3927248751372538 y1[1] (numeric) 1.3927248751370769 absolute error 1.7696955012524995e-13 relative error 1.2706712810583604e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7389999999998094 y2[1] (analytic) 1.391805022920436 y2[1] (numeric) 1.3918050229202112 absolute error 2.2470914018413168e-13 relative error 1.6145159450037236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.391805022920436 y1[1] (numeric) 1.391805022920259 absolute error 1.7696955012524995e-13 relative error 1.2715110752647903e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7399999999998093 y2[1] (analytic) 1.390884778898628 y2[1] (numeric) 1.390884778898403 absolute error 2.2515322939398175e-13 relative error 1.6187770030258674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.390884778898628 y1[1] (numeric) 1.3908847788984509 absolute error 1.7719159473017498e-13 relative error 1.2739487656949134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.740999999999809 y2[1] (analytic) 1.3899641439920736 y2[1] (numeric) 1.3899641439918482 absolute error 2.2537527399890678e-13 relative error 1.6214466752474155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3899641439920736 y1[1] (numeric) 1.3899641439918964 absolute error 1.7719159473017498e-13 relative error 1.2747925584703819e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.741999999999809 y2[1] (analytic) 1.3890431191214079 y2[1] (numeric) 1.389043119121182 absolute error 2.2581936320875684e-13 relative error 1.6257188859017653e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3890431191214079 y1[1] (numeric) 1.3890431191212302 absolute error 1.7763568394002505e-13 relative error 1.2788349151636306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.742999999999809 y2[1] (analytic) 1.388121705207655 y2[1] (numeric) 1.3881217052074293 absolute error 2.2581936320875684e-13 relative error 1.6267980131826808e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.388121705207655 y1[1] (numeric) 1.3881217052074775 absolute error 1.7763568394002505e-13 relative error 1.2796837861810666e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.743999999999809 y2[1] (analytic) 1.3871999031722297 y2[1] (numeric) 1.3871999031720037 absolute error 2.2604140781368187e-13 relative error 1.629479697171067e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3871999031722297 y1[1] (numeric) 1.3871999031720519 absolute error 1.7785772854495008e-13 relative error 1.2821348108389242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7449999999998087 y2[1] (analytic) 1.3862777139369333 y2[1] (numeric) 1.386277713936707 absolute error 2.262634524186069e-13 relative error 1.632165403395502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3862777139369333 y1[1] (numeric) 1.3862777139367555 absolute error 1.7785772854495008e-13 relative error 1.282987721412951e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7459999999998086 y2[1] (analytic) 1.3853551384239553 y2[1] (numeric) 1.3853551384237288 absolute error 2.2648549702353193e-13 relative error 1.63485514105208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3853551384239553 y1[1] (numeric) 1.3853551384237772 absolute error 1.780797731498751e-13 relative error 1.2854449246311454e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7469999999998085 y2[1] (analytic) 1.384432177555871 y2[1] (numeric) 1.384432177555644 absolute error 2.26929586233382e-13 relative error 1.6391527870582444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.384432177555871 y1[1] (numeric) 1.3844321775556927 absolute error 1.7830181775480014e-13 relative error 1.287905761260049e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7479999999998084 y2[1] (analytic) 1.383508832255641 y2[1] (numeric) 1.3835088322554139 absolute error 2.2715163083830703e-13 relative error 1.6418516856734787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.383508832255641 y1[1] (numeric) 1.3835088322554625 absolute error 1.7852386235972517e-13 relative error 1.2903702397668396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7489999999998083 y2[1] (analytic) 1.3825851034466108 y2[1] (numeric) 1.3825851034463834 absolute error 2.2737367544323206e-13 relative error 1.6445546453264835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3825851034466108 y1[1] (numeric) 1.382585103446432 absolute error 1.787459069646502e-13 relative error 1.2928383686404485e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.749999999999808 y2[1] (analytic) 1.3816609920525091 y2[1] (numeric) 1.3816609920522813 absolute error 2.278177646530821e-13 relative error 1.6488687598732182e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3816609920525091 y1[1] (numeric) 1.3816609920523302 absolute error 1.7896795156957523e-13 relative error 1.2953101563916315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.750999999999808 y2[1] (analytic) 1.380736498997447 y2[1] (numeric) 1.380736498997219 absolute error 2.2803980925800715e-13 relative error 1.6515809455575838e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.380736498997447 y1[1] (numeric) 1.380736498997268 absolute error 1.7918999617450027e-13 relative error 1.297785611553038e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.751999999999808 y2[1] (analytic) 1.3798116252059178 y2[1] (numeric) 1.3798116252056896 absolute error 2.282618538629322e-13 relative error 1.6542972221216593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3798116252059178 y1[1] (numeric) 1.3798116252057384 absolute error 1.794120407794253e-13 relative error 1.3002647426792808e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.752999999999808 y2[1] (analytic) 1.3788863716027948 y2[1] (numeric) 1.3788863716025666 absolute error 2.282618538629322e-13 relative error 1.6554072805694957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3788863716027948 y1[1] (numeric) 1.3788863716026154 absolute error 1.794120407794253e-13 relative error 1.3011372399806932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7539999999998077 y2[1] (analytic) 1.377960739113332 y2[1] (numeric) 1.3779607391131035 absolute error 2.284838984678572e-13 relative error 1.6581306853116758e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.377960739113332 y1[1] (numeric) 1.3779607391131523 absolute error 1.7963408538435033e-13 relative error 1.303622667072056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7549999999998076 y2[1] (analytic) 1.3770347286631615 y2[1] (numeric) 1.3770347286629327 absolute error 2.2870594307278225e-13 relative error 1.6608582072204683e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3770347286631615 y1[1] (numeric) 1.3770347286629816 absolute error 1.7985612998927536e-13 relative error 1.306111794027747e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7559999999998075 y2[1] (analytic) 1.3761083411782937 y2[1] (numeric) 1.3761083411780648 absolute error 2.289279876777073e-13 relative error 1.663589855735396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3761083411782937 y1[1] (numeric) 1.3761083411781136 absolute error 1.800781745942004e-13 relative error 1.3086046294873e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7569999999998074 y2[1] (analytic) 1.3751815775851162 y2[1] (numeric) 1.375181577584887 absolute error 2.291500322826323e-13 relative error 1.6663256403203903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3751815775851162 y1[1] (numeric) 1.3751815775849359 absolute error 1.8030021919912542e-13 relative error 1.3111011821125551e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7579999999998073 y2[1] (analytic) 1.3742544388103923 y2[1] (numeric) 1.374254438810163 absolute error 2.2937207688755734e-13 relative error 1.6690655704638703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3742544388103923 y1[1] (numeric) 1.3742544388102118 absolute error 1.8052226380405045e-13 relative error 1.3136014605877315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.758999999999807 y2[1] (analytic) 1.3733269257812608 y2[1] (numeric) 1.3733269257810312 absolute error 2.2959412149248237e-13 relative error 1.6718096556788212e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3733269257812608 y1[1] (numeric) 1.37332692578108 absolute error 1.8074430840897548e-13 relative error 1.3161054736194975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.759999999999807 y2[1] (analytic) 1.3723990394252346 y2[1] (numeric) 1.3723990394250047 absolute error 2.298161660974074e-13 relative error 1.6745579055028718e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3723990394252346 y1[1] (numeric) 1.3723990394250538 absolute error 1.8074430840897548e-13 relative error 1.316995299593563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.760999999999807 y2[1] (analytic) 1.3714707806702 y2[1] (numeric) 1.37147078066997 absolute error 2.3003821070233244e-13 relative error 1.6773103294983733e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3714707806702 y1[1] (numeric) 1.371470780670019 absolute error 1.8096635301390052e-13 relative error 1.3195057128775812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.761999999999807 y2[1] (analytic) 1.3705421504444157 y2[1] (numeric) 1.3705421504441855 absolute error 2.3026025530725747e-13 relative error 1.680066937252478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3705421504444157 y1[1] (numeric) 1.3705421504442346 absolute error 1.8118839761882555e-13 relative error 1.3220198850511303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7629999999998067 y2[1] (analytic) 1.3696131496765118 y2[1] (numeric) 1.3696131496762813 absolute error 2.304822999121825e-13 relative error 1.68282773837722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3696131496765118 y1[1] (numeric) 1.3696131496763306 absolute error 1.8118839761882555e-13 relative error 1.3229166035797798e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7639999999998066 y2[1] (analytic) 1.3686837792954891 y2[1] (numeric) 1.3686837792952584 absolute error 2.3070434451710753e-13 relative error 1.685592742509591e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3686837792954891 y1[1] (numeric) 1.3686837792953077 absolute error 1.8141044222375058e-13 relative error 1.3254372190859825e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7649999999998065 y2[1] (analytic) 1.3677540402307178 y2[1] (numeric) 1.3677540402304869 absolute error 2.3092638912203256e-13 relative error 1.6883619593116248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3677540402307178 y1[1] (numeric) 1.3677540402305361 absolute error 1.816324868286756e-13 relative error 1.327961617997028e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7659999999998064 y2[1] (analytic) 1.366823933411937 y2[1] (numeric) 1.3668239334117058 absolute error 2.311484337269576e-13 relative error 1.6911353984704735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.366823933411937 y1[1] (numeric) 1.3668239334117551 absolute error 1.8185453143360064e-13 relative error 1.3304898091712946e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7669999999998063 y2[1] (analytic) 1.3658934597692531 y2[1] (numeric) 1.3658934597690218 absolute error 2.313704783318826e-13 relative error 1.6939130696984898e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3658934597692531 y1[1] (numeric) 1.3658934597690713 absolute error 1.8185453143360064e-13 relative error 1.3313961651468937e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.767999999999806 y2[1] (analytic) 1.3649626202331402 y2[1] (numeric) 1.3649626202329086 absolute error 2.3159252293680765e-13 relative error 1.6966949827333066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3649626202331402 y1[1] (numeric) 1.3649626202329581 absolute error 1.8207657603852567e-13 relative error 1.3339308589082563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.768999999999806 y2[1] (analytic) 1.3640314157344373 y2[1] (numeric) 1.3640314157342055 absolute error 2.318145675417327e-13 relative error 1.6994811473379185e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3640314157344373 y1[1] (numeric) 1.364031415734255 absolute error 1.822986206434507e-13 relative error 1.3364693696977309e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.769999999999806 y2[1] (analytic) 1.3630998472043492 y2[1] (numeric) 1.363099847204117 absolute error 2.3225865675158275e-13 relative error 1.7039005413134912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3630998472043492 y1[1] (numeric) 1.3630998472041667 absolute error 1.8252066524837574e-13 relative error 1.3390117064624183e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.770999999999806 y2[1] (analytic) 1.362167915574444 y2[1] (numeric) 1.3621679155742115 absolute error 2.324807013565078e-13 relative error 1.7066963529123182e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.362167915574444 y1[1] (numeric) 1.3621679155742614 absolute error 1.8252066524837574e-13 relative error 1.3399277956962039e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7719999999998057 y2[1] (analytic) 1.3612356217766535 y2[1] (numeric) 1.3612356217764205 absolute error 2.3292479056635784e-13 relative error 1.7111276463831424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3612356217766535 y1[1] (numeric) 1.3612356217764707 absolute error 1.8274270985330077e-13 relative error 1.3424766949221412e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7729999999998056 y2[1] (analytic) 1.3603029667432711 y2[1] (numeric) 1.360302966743038 absolute error 2.3314683517128287e-13 relative error 1.7139331521820056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3603029667432711 y1[1] (numeric) 1.3603029667430884 absolute error 1.8274270985330077e-13 relative error 1.343397127853134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7739999999998055 y2[1] (analytic) 1.3593699514069522 y2[1] (numeric) 1.3593699514067188 absolute error 2.333688797762079e-13 relative error 1.7167429626840757e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3593699514069522 y1[1] (numeric) 1.3593699514067692 absolute error 1.829647544582258e-13 relative error 1.3459526177466018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7749999999998054 y2[1] (analytic) 1.3584365767007118 y2[1] (numeric) 1.358436576700478 absolute error 2.3381296898605797e-13 relative error 1.7211916477832825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3584365767007118 y1[1] (numeric) 1.3584365767005286 absolute error 1.8318679906315083e-13 relative error 1.348511974758982e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7759999999998053 y2[1] (analytic) 1.3575028435579246 y2[1] (numeric) 1.3575028435576906 absolute error 2.34035013590983e-13 relative error 1.7240112217930445e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3575028435579246 y1[1] (numeric) 1.3575028435577412 absolute error 1.8340884366807586e-13 relative error 1.3510752079706403e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.776999999999805 y2[1] (analytic) 1.3565687529123234 y2[1] (numeric) 1.3565687529120893 absolute error 2.34035013590983e-13 relative error 1.7251983217846457e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3565687529123234 y1[1] (numeric) 1.35656875291214 absolute error 1.8340884366807586e-13 relative error 1.3520055159336977e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.777999999999805 y2[1] (analytic) 1.3556343056979994 y2[1] (numeric) 1.3556343056977649 absolute error 2.3447910280083306e-13 relative error 1.7296633894205167e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3556343056979994 y1[1] (numeric) 1.3556343056978155 absolute error 1.8385293287792592e-13 relative error 1.356213339431996e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.778999999999805 y2[1] (analytic) 1.354699502849399 y2[1] (numeric) 1.3546995028491644 absolute error 2.347011474057581e-13 relative error 1.7324960030774413e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.354699502849399 y1[1] (numeric) 1.354699502849215 absolute error 1.8407497748285095e-13 relative error 1.3587882559613991e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.779999999999805 y2[1] (analytic) 1.3537643453013255 y2[1] (numeric) 1.3537643453010906 absolute error 2.349231920106831e-13 relative error 1.7353329833664154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3537643453013255 y1[1] (numeric) 1.3537643453011412 absolute error 1.8429702208777599e-13 relative error 1.3613670852496453e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7809999999998047 y2[1] (analytic) 1.352828833988936 y2[1] (numeric) 1.352828833988701 absolute error 2.3514523661560816e-13 relative error 1.7381743403728433e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.352828833988936 y1[1] (numeric) 1.3528288339887518 absolute error 1.8429702208777599e-13 relative error 1.36230850095322e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7819999999998046 y2[1] (analytic) 1.351892969847742 y2[1] (numeric) 1.3518929698475066 absolute error 2.353672812205332e-13 relative error 1.7410200842086013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.351892969847742 y1[1] (numeric) 1.3518929698475577 absolute error 1.8429702208777599e-13 relative error 1.3632515753708859e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7829999999998045 y2[1] (analytic) 1.3509567538136076 y2[1] (numeric) 1.3509567538133718 absolute error 2.3581137043038325e-13 relative error 1.7455138350262714e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3509567538136076 y1[1] (numeric) 1.350956753813423 absolute error 1.8451906669270102e-13 relative error 1.365839921757845e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7839999999998044 y2[1] (analytic) 1.3500201868227486 y2[1] (numeric) 1.3500201868225126 absolute error 2.360334150353083e-13 relative error 1.7483695232054953e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3500201868227486 y1[1] (numeric) 1.3500201868225639 absolute error 1.8474111129762605e-13 relative error 1.3684322138353454e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7849999999998043 y2[1] (analytic) 1.3490832698117319 y2[1] (numeric) 1.3490832698114956 absolute error 2.362554596402333e-13 relative error 1.751229630719558e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3490832698117319 y1[1] (numeric) 1.349083269811547 absolute error 1.8496315590255108e-13 relative error 1.3710284608922855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.785999999999804 y2[1] (analytic) 1.3481460037174744 y2[1] (numeric) 1.348146003717238 absolute error 2.3647750424515834e-13 relative error 1.754094167791013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3481460037174744 y1[1] (numeric) 1.3481460037172892 absolute error 1.851852005074761e-13 relative error 1.3736286722419766e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.786999999999804 y2[1] (analytic) 1.3472083894772422 y2[1] (numeric) 1.3472083894770055 absolute error 2.3669954885008337e-13 relative error 1.756963144669326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3472083894772422 y1[1] (numeric) 1.3472083894770568 absolute error 1.8540724511240114e-13 relative error 1.3762328572222207e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.787999999999804 y2[1] (analytic) 1.3462704280286495 y2[1] (numeric) 1.3462704280284126 absolute error 2.369215934550084e-13 relative error 1.7598365716309604e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3462704280286495 y1[1] (numeric) 1.3462704280284639 absolute error 1.8562928971732617e-13 relative error 1.3788410251953915e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.788999999999804 y2[1] (analytic) 1.3453321203096578 y2[1] (numeric) 1.3453321203094204 absolute error 2.3736568266485847e-13 relative error 1.764364940682629e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3453321203096578 y1[1] (numeric) 1.345332120309472 absolute error 1.858513343222512e-13 relative error 1.3814531855485129e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7899999999998037 y2[1] (analytic) 1.3443934672585742 y2[1] (numeric) 1.3443934672583369 absolute error 2.3736568266485847e-13 relative error 1.7655968170455612e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3443934672585742 y1[1] (numeric) 1.3443934672583884 absolute error 1.858513343222512e-13 relative error 1.3824177136268802e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7909999999998036 y2[1] (analytic) 1.3434544698140523 y2[1] (numeric) 1.3434544698138147 absolute error 2.375877272697835e-13 relative error 1.7684836561872325e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3434544698140523 y1[1] (numeric) 1.3434544698138662 absolute error 1.8607337892717624e-13 relative error 1.385036732602711e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7919999999998035 y2[1] (analytic) 1.3425151289150892 y2[1] (numeric) 1.3425151289148514 absolute error 2.3780977187470853e-13 relative error 1.7713749867898092e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3425151289150892 y1[1] (numeric) 1.3425151289149029 absolute error 1.8629542353210127e-13 relative error 1.3876597702302989e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7929999999998034 y2[1] (analytic) 1.3415754455010256 y2[1] (numeric) 1.3415754455007876 absolute error 2.3803181647963356e-13 relative error 1.7742708192660612e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3415754455010256 y1[1] (numeric) 1.3415754455008393 absolute error 1.8629542353210127e-13 relative error 1.3886317326158818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7939999999998033 y2[1] (analytic) 1.3406354205115452 y2[1] (numeric) 1.3406354205113067 absolute error 2.384759056894836e-13 relative error 1.7788274279556822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3406354205115452 y1[1] (numeric) 1.3406354205113586 absolute error 1.865174681370263e-13 relative error 1.3912616754960643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.794999999999803 y2[1] (analytic) 1.3396950548866724 y2[1] (numeric) 1.3396950548864337 absolute error 2.3869795029440866e-13 relative error 1.781733458101035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3396950548866724 y1[1] (numeric) 1.3396950548864859 absolute error 1.865174681370263e-13 relative error 1.3922382370277854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.795999999999803 y2[1] (analytic) 1.338754349566773 y2[1] (numeric) 1.3387543495665342 absolute error 2.389199948993337e-13 relative error 1.784644023577957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.338754349566773 y1[1] (numeric) 1.3387543495665866 absolute error 1.865174681370263e-13 relative error 1.3932165239827918e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.796999999999803 y2[1] (analytic) 1.3378133054925527 y2[1] (numeric) 1.3378133054923134 absolute error 2.3936408410918375e-13 relative error 1.7892188926993462e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3378133054925527 y1[1] (numeric) 1.3378133054923658 absolute error 1.8696155734687636e-13 relative error 1.3975160553365951e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.797999999999803 y2[1] (analytic) 1.3368719236050546 y2[1] (numeric) 1.3368719236048152 absolute error 2.3936408410918375e-13 relative error 1.790478802664255e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3368719236050546 y1[1] (numeric) 1.3368719236048676 absolute error 1.8696155734687636e-13 relative error 1.398500140856496e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7989999999998028 y2[1] (analytic) 1.3359302048456612 y2[1] (numeric) 1.3359302048454216 absolute error 2.395861287141088e-13 relative error 1.7934030374123322e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3359302048456612 y1[1] (numeric) 1.335930204845474 absolute error 1.871836019518014e-13 relative error 1.4011480635204783e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7999999999998026 y2[1] (analytic) 1.3349881501560907 y2[1] (numeric) 1.334988150155851 absolute error 2.398081733190338e-13 relative error 1.7963318497695635e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3349881501560907 y1[1] (numeric) 1.3349881501559036 absolute error 1.871836019518014e-13 relative error 1.4021368049590203e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8009999999998025 y2[1] (analytic) 1.3340457604783982 y2[1] (numeric) 1.3340457604781581 absolute error 2.4003021792395884e-13 relative error 1.7992652503755368e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3340457604783982 y1[1] (numeric) 1.3340457604782108 absolute error 1.8740564655672642e-13 relative error 1.4047917403487078e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8019999999998024 y2[1] (analytic) 1.3331030367549732 y2[1] (numeric) 1.3331030367547327 absolute error 2.404743071338089e-13 relative error 1.8038688721253623e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3331030367549732 y1[1] (numeric) 1.3331030367547854 absolute error 1.8784973576657649e-13 relative error 1.4091164042641335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8029999999998023 y2[1] (analytic) 1.3321599799285389 y2[1] (numeric) 1.3321599799282984 absolute error 2.404743071338089e-13 relative error 1.8051458590334524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3321599799285389 y1[1] (numeric) 1.332159979928351 absolute error 1.8784973576657649e-13 relative error 1.4101139397435834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.803999999999802 y2[1] (analytic) 1.3312165909421525 y2[1] (numeric) 1.3312165909419116 absolute error 2.4091839634365897e-13 relative error 1.8097610710602088e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3312165909421525 y1[1] (numeric) 1.3312165909419644 absolute error 1.8807178037150152e-13 relative error 1.4127812232147435e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.804999999999802 y2[1] (analytic) 1.3302728707392026 y2[1] (numeric) 1.3302728707389615 absolute error 2.41140440948584e-13 relative error 1.812714114921307e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3302728707392026 y1[1] (numeric) 1.3302728707390146 absolute error 1.8807178037150152e-13 relative error 1.4137834763704854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.805999999999802 y2[1] (analytic) 1.3293288202634097 y2[1] (numeric) 1.3293288202631683 absolute error 2.4136248555350903e-13 relative error 1.8156718027499207e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3293288202634097 y1[1] (numeric) 1.3293288202632214 absolute error 1.8829382497642655e-13 relative error 1.4164578553191653e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.806999999999802 y2[1] (analytic) 1.3283844404588239 y2[1] (numeric) 1.3283844404585823 absolute error 2.4158453015843406e-13 relative error 1.818634145360742e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3283844404588239 y1[1] (numeric) 1.3283844404586354 absolute error 1.8851586958135158e-13 relative error 1.4191363873265349e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8079999999998018 y2[1] (analytic) 1.3274397322698248 y2[1] (numeric) 1.3274397322695832 absolute error 2.4158453015843406e-13 relative error 1.819928425265245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3274397322698248 y1[1] (numeric) 1.3274397322696363 absolute error 1.8851586958135158e-13 relative error 1.4201463539064273e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8089999999998017 y2[1] (analytic) 1.326494696641121 y2[1] (numeric) 1.326494696640879 absolute error 2.4202861936828413e-13 relative error 1.8245728383320043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.326494696641121 y1[1] (numeric) 1.3264946966409323 absolute error 1.887379141862766e-13 relative error 1.42283202989193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8099999999998015 y2[1] (analytic) 1.3255493345177478 y2[1] (numeric) 1.3255493345175056 absolute error 2.4225066397320916e-13 relative error 1.8275492104663395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3255493345177478 y1[1] (numeric) 1.3255493345175589 absolute error 1.8895995879120164e-13 relative error 1.4255218864407469e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8109999999998014 y2[1] (analytic) 1.324603646845067 y2[1] (numeric) 1.3246036468448246 absolute error 2.424727085781342e-13 relative error 1.8305302809308598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.324603646845067 y1[1] (numeric) 1.3246036468448779 absolute error 1.8918200339612667e-13 relative error 1.4282159334735279e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8119999999998013 y2[1] (analytic) 1.3236576345687665 y2[1] (numeric) 1.3236576345685238 absolute error 2.426947531830592e-13 relative error 1.833516060685334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3236576345687665 y1[1] (numeric) 1.323657634568577 absolute error 1.894040480010517e-13 relative error 1.4309141809374107e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.812999999999801 y2[1] (analytic) 1.3227112986348584 y2[1] (numeric) 1.3227112986346155 absolute error 2.4291679778798425e-13 relative error 1.836506560718831e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3227112986348584 y1[1] (numeric) 1.3227112986346687 absolute error 1.8962609260597674e-13 relative error 1.4336166388061077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.813999999999801 y2[1] (analytic) 1.3217646399896785 y2[1] (numeric) 1.3217646399894354 absolute error 2.431388423929093e-13 relative error 1.8395017920498155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3217646399896785 y1[1] (numeric) 1.3217646399894887 absolute error 1.8984813721090177e-13 relative error 1.436323317079993e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.814999999999801 y2[1] (analytic) 1.3208176595798855 y2[1] (numeric) 1.3208176595796421 absolute error 2.433608869978343e-13 relative error 1.8425017657262432e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3208176595798855 y1[1] (numeric) 1.3208176595796954 absolute error 1.900701818158268e-13 relative error 1.43903422578619e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.815999999999801 y2[1] (analytic) 1.3198703583524596 y2[1] (numeric) 1.319870358352216 absolute error 2.4358293160275934e-13 relative error 1.845506492825659e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3198703583524596 y1[1] (numeric) 1.3198703583522693 absolute error 1.9029222642075183e-13 relative error 1.4417493749786598e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8169999999998008 y2[1] (analytic) 1.318922737254702 y2[1] (numeric) 1.318922737254458 absolute error 2.440270208126094e-13 relative error 1.8501995144957792e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.318922737254702 y1[1] (numeric) 1.3189227372545116 absolute error 1.9051427102567686e-13 relative error 1.444468774738288e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8179999999998007 y2[1] (analytic) 1.3179747972342337 y2[1] (numeric) 1.3179747972339897 absolute error 2.440270208126094e-13 relative error 1.8515302517521534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3179747972342337 y1[1] (numeric) 1.3179747972340432 absolute error 1.9051427102567686e-13 relative error 1.445507694270562e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8189999999998006 y2[1] (analytic) 1.3170265392389948 y2[1] (numeric) 1.3170265392387506 absolute error 2.4424906541753444e-13 relative error 1.8545493058831343e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3170265392389948 y1[1] (numeric) 1.317026539238804 absolute error 1.907363156306019e-13 relative error 1.448234412503284e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8199999999998004 y2[1] (analytic) 1.3160779642172429 y2[1] (numeric) 1.3160779642169986 absolute error 2.4424906541753444e-13 relative error 1.855885988964227e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3160779642172429 y1[1] (numeric) 1.3160779642170521 absolute error 1.907363156306019e-13 relative error 1.4492782404729736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8209999999998003 y2[1] (analytic) 1.3151290731175533 y2[1] (numeric) 1.3151290731173086 absolute error 2.446931546273845e-13 relative error 1.8606018194650048e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3151290731175533 y1[1] (numeric) 1.3151290731173624 absolute error 1.9095836023552692e-13 relative error 1.4520123092013649e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8219999999998002 y2[1] (analytic) 1.3141798668888167 y2[1] (numeric) 1.3141798668885718 absolute error 2.4491519923230953e-13 relative error 1.863635301399957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3141798668888167 y1[1] (numeric) 1.3141798668886258 absolute error 1.9095836023552692e-13 relative error 1.4530610690879084e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8229999999998 y2[1] (analytic) 1.3132303464802395 y2[1] (numeric) 1.3132303464799944 absolute error 2.4513724383723456e-13 relative error 1.8666736151373517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3132303464802395 y1[1] (numeric) 1.3132303464800483 absolute error 1.9118040484045196e-13 relative error 1.4558025205011412e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8239999999998 y2[1] (analytic) 1.312280512841342 y2[1] (numeric) 1.3122805128410966 absolute error 2.453592884421596e-13 relative error 1.8697167719949536e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.312280512841342 y1[1] (numeric) 1.3122805128411505 absolute error 1.91402449445377e-13 relative error 1.458548287293801e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8249999999998 y2[1] (analytic) 1.3113303669219576 y2[1] (numeric) 1.311330366921712 absolute error 2.4558133304708463e-13 relative error 1.8727647833209992e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3113303669219576 y1[1] (numeric) 1.311330366921766 absolute error 1.9162449405030202e-13 relative error 1.4612983797522806e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8259999999998 y2[1] (analytic) 1.310379909672232 y2[1] (numeric) 1.3103799096719864 absolute error 2.4558133304708463e-13 relative error 1.874123154929263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.310379909672232 y1[1] (numeric) 1.3103799096720403 absolute error 1.9162449405030202e-13 relative error 1.4623583026256368e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8269999999997997 y2[1] (analytic) 1.3094291420426227 y2[1] (numeric) 1.309429142042377 absolute error 2.4580337765200966e-13 relative error 1.8771796789902862e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3094291420426227 y1[1] (numeric) 1.3094291420424309 absolute error 1.9184653865522705e-13 relative error 1.465115847016809e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8279999999997996 y2[1] (analytic) 1.3084780649838974 y2[1] (numeric) 1.3084780649836512 absolute error 2.462474668618597e-13 relative error 1.88193805805136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3084780649838974 y1[1] (numeric) 1.3084780649837053 absolute error 1.9206858326015208e-13 relative error 1.4678777459102132e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8289999999997995 y2[1] (analytic) 1.3075266794471325 y2[1] (numeric) 1.307526679446886 absolute error 2.4646951146678475e-13 relative error 1.88500560134651e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3075266794471325 y1[1] (numeric) 1.3075266794469405 absolute error 1.9206858326015208e-13 relative error 1.4689458064547127e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8299999999997993 y2[1] (analytic) 1.306574986383714 y2[1] (numeric) 1.3065749863834673 absolute error 2.466915560717098e-13 relative error 1.8880780563118907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.306574986383714 y1[1] (numeric) 1.3065749863835217 absolute error 1.9229062786507711e-13 relative error 1.4717152086103488e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8309999999997992 y2[1] (analytic) 1.3056229867453346 y2[1] (numeric) 1.3056229867450877 absolute error 2.469136006766348e-13 relative error 1.891155434480689e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3056229867453346 y1[1] (numeric) 1.305622986745142 absolute error 1.9251267247000214e-13 relative error 1.474488994329818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.831999999999799 y2[1] (analytic) 1.304670681483994 y2[1] (numeric) 1.3046706814837468 absolute error 2.4713564528155985e-13 relative error 1.8942377474172724e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.304670681483994 y1[1] (numeric) 1.3046706814838012 absolute error 1.9273471707492718e-13 relative error 1.4772671740864262e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.832999999999799 y2[1] (analytic) 1.3037180715519971 y2[1] (numeric) 1.3037180715517498 absolute error 2.473576898864849e-13 relative error 1.8973250067172926e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3037180715519971 y1[1] (numeric) 1.3037180715518042 absolute error 1.929567616798522e-13 relative error 1.4800497583818017e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.833999999999799 y2[1] (analytic) 1.3027651579019541 y2[1] (numeric) 1.3027651579017065 absolute error 2.475797344914099e-13 relative error 1.900417224007788e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3027651579019541 y1[1] (numeric) 1.302765157901761 absolute error 1.9317880628477724e-13 relative error 1.4828367577459868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.834999999999799 y2[1] (analytic) 1.3018119414867784 y2[1] (numeric) 1.3018119414865306 absolute error 2.4780177909633494e-13 relative error 1.9035144109472874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3018119414867784 y1[1] (numeric) 1.3018119414865852 absolute error 1.9317880628477724e-13 relative error 1.483922524663208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8359999999997987 y2[1] (analytic) 1.3008584232596863 y2[1] (numeric) 1.3008584232594382 absolute error 2.4802382370125997e-13 relative error 1.9066165792259145e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3008584232596863 y1[1] (numeric) 1.300858423259493 absolute error 1.9317880628477724e-13 relative error 1.485010227329047e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8369999999997986 y2[1] (analytic) 1.2999046041741962 y2[1] (numeric) 1.2999046041739477 absolute error 2.4846791291111003e-13 relative error 1.9114319013352276e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2999046041741962 y1[1] (numeric) 1.2999046041740028 absolute error 1.9340085088970227e-13 relative error 1.4878080304405572e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8379999999997985 y2[1] (analytic) 1.2989504851841267 y2[1] (numeric) 1.298950485183878 absolute error 2.4868995751603507e-13 relative error 1.9145453221858812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2989504851841267 y1[1] (numeric) 1.2989504851839333 absolute error 1.9340085088970227e-13 relative error 1.48890087109277e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8389999999997984 y2[1] (analytic) 1.297996067243597 y2[1] (numeric) 1.2979960672433482 absolute error 2.489120021209601e-13 relative error 1.917663761875223e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.297996067243597 y1[1] (numeric) 1.2979960672434034 absolute error 1.936228954946273e-13 relative error 1.4917063339475417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8399999999997982 y2[1] (analytic) 1.297041351307025 y2[1] (numeric) 1.2970413513067758 absolute error 2.4913404672588513e-13 relative error 1.9207872322253524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.297041351307025 y1[1] (numeric) 1.2970413513068313 absolute error 1.936228954946273e-13 relative error 1.4928043373444806e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.840999999999798 y2[1] (analytic) 1.2960863383291263 y2[1] (numeric) 1.296086338328877 absolute error 2.4935609133081016e-13 relative error 1.923915745090502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2960863383291263 y1[1] (numeric) 1.2960863383289325 absolute error 1.9384494009955233e-13 relative error 1.4956174937346466e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.841999999999798 y2[1] (analytic) 1.295131029264914 y2[1] (numeric) 1.2951310292646645 absolute error 2.495781359357352e-13 relative error 1.9270493123571434e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.295131029264914 y1[1] (numeric) 1.29513102926472 absolute error 1.9406698470447736e-13 relative error 1.4984351414592023e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.842999999999798 y2[1] (analytic) 1.294175425069697 y2[1] (numeric) 1.2941754250694473 absolute error 2.498001805406602e-13 relative error 1.930187945944093e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.294175425069697 y1[1] (numeric) 1.2941754250695028 absolute error 1.942890293094024e-13 relative error 1.5012572912898503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.843999999999798 y2[1] (analytic) 1.2932195266990796 y2[1] (numeric) 1.2932195266988296 absolute error 2.5002222514558525e-13 relative error 1.933331657802621e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2932195266990796 y1[1] (numeric) 1.293219526698885 absolute error 1.9451107391432743e-13 relative error 1.5040839540276164e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8449999999997977 y2[1] (analytic) 1.2922633351089596 y2[1] (numeric) 1.2922633351087096 absolute error 2.5002222514558525e-13 relative error 1.934762198638903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2922633351089596 y1[1] (numeric) 1.2922633351087651 absolute error 1.9451107391432743e-13 relative error 1.5051968792252925e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8459999999997976 y2[1] (analytic) 1.2913068512555292 y2[1] (numeric) 1.2913068512552788 absolute error 2.504663143554353e-13 relative error 1.9396343643024008e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2913068512555292 y1[1] (numeric) 1.2913068512553345 absolute error 1.9473311851925246e-13 relative error 1.5080313275648983e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8469999999997975 y2[1] (analytic) 1.2903500760952715 y2[1] (numeric) 1.290350076095021 absolute error 2.504663143554353e-13 relative error 1.9410725739899318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2903500760952715 y1[1] (numeric) 1.2903500760950768 absolute error 1.9473311851925246e-13 relative error 1.509149510096782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8479999999997974 y2[1] (analytic) 1.2893930105849623 y2[1] (numeric) 1.2893930105847113 absolute error 2.509104035652854e-13 relative error 1.945957528119795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2893930105849623 y1[1] (numeric) 1.2893930105847673 absolute error 1.949551631241775e-13 relative error 1.511991778486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8489999999997973 y2[1] (analytic) 1.2884356556816663 y2[1] (numeric) 1.2884356556814152 absolute error 2.511324481702104e-13 relative error 1.9491268117486628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2884356556816663 y1[1] (numeric) 1.2884356556814713 absolute error 1.949551631241775e-13 relative error 1.513115243780129e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.849999999999797 y2[1] (analytic) 1.2874780123427387 y2[1] (numeric) 1.2874780123424874 absolute error 2.5135449277513544e-13 relative error 1.95230124604429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2874780123427387 y1[1] (numeric) 1.2874780123425436 absolute error 1.9517720772910252e-13 relative error 1.5159653668488787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.850999999999797 y2[1] (analytic) 1.2865200815258229 y2[1] (numeric) 1.2865200815255713 absolute error 2.5157653738006047e-13 relative error 1.955480843188151e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2865200815258229 y1[1] (numeric) 1.2865200815256275 absolute error 1.9539925233402755e-13 relative error 1.5188200723791462e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.851999999999797 y2[1] (analytic) 1.2855618641888493 y2[1] (numeric) 1.2855618641885975 absolute error 2.517985819849855e-13 relative error 1.958665615395046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2855618641888493 y1[1] (numeric) 1.2855618641886537 absolute error 1.9562129693895258e-13 relative error 1.521679371395975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.852999999999797 y2[1] (analytic) 1.2846033612900354 y2[1] (numeric) 1.2846033612897834 absolute error 2.5202062658991053e-13 relative error 1.9618555749132107e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2846033612900354 y1[1] (numeric) 1.2846033612898395 absolute error 1.9584334154387761e-13 relative error 1.524543274954583e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8539999999997967 y2[1] (analytic) 1.2836445737878837 y2[1] (numeric) 1.2836445737876316 absolute error 2.5202062658991053e-13 relative error 1.963320935843069e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2836445737878837 y1[1] (numeric) 1.2836445737876878 absolute error 1.9584334154387761e-13 relative error 1.5256819959591074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8549999999997966 y2[1] (analytic) 1.282685502641182 y2[1] (numeric) 1.2826855026409296 absolute error 2.524647157997606e-13 relative error 1.9682511050441408e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.282685502641182 y1[1] (numeric) 1.282685502640986 absolute error 1.9606538614880265e-13 relative error 1.5285538485083345e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8559999999997965 y2[1] (analytic) 1.2817261488090013 y2[1] (numeric) 1.2817261488087486 absolute error 2.5268676040468563e-13 relative error 1.9714567003215615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2817261488090013 y1[1] (numeric) 1.281726148808805 absolute error 1.9628743075372768e-13 relative error 1.5314303366294028e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8569999999997964 y2[1] (analytic) 1.2807665132506951 y2[1] (numeric) 1.2807665132504422 absolute error 2.5290880500961066e-13 relative error 1.974667532239787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2807665132506951 y1[1] (numeric) 1.2807665132504986 absolute error 1.965094753586527e-13 relative error 1.534311471494479e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8579999999997963 y2[1] (analytic) 1.2798065969258992 y2[1] (numeric) 1.279806596925646 absolute error 2.531308496145357e-13 relative error 1.9778836132159114e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2798065969258992 y1[1] (numeric) 1.2798065969257024 absolute error 1.9673151996357774e-13 relative error 1.5371972643064014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.858999999999796 y2[1] (analytic) 1.2788464007945297 y2[1] (numeric) 1.2788464007942761 absolute error 2.5357493882438575e-13 relative error 1.982841244005872e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2788464007945297 y1[1] (numeric) 1.2788464007943328 absolute error 1.9695356456850277e-13 relative error 1.5400877262987815e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.859999999999796 y2[1] (analytic) 1.2778859258167827 y2[1] (numeric) 1.2778859258165287 absolute error 2.540190280342358e-13 relative error 1.9878067588221946e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2778859258167827 y1[1] (numeric) 1.2778859258165856 absolute error 1.971756091734278e-13 relative error 1.542982868736109e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.860999999999796 y2[1] (analytic) 1.2769251729531328 y2[1] (numeric) 1.2769251729528788 absolute error 2.540190280342358e-13 relative error 1.9893023758531474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2769251729531328 y1[1] (numeric) 1.2769251729529356 absolute error 1.971756091734278e-13 relative error 1.5441438022356598e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.861999999999796 y2[1] (analytic) 1.2759641431643332 y2[1] (numeric) 1.275964143164079 absolute error 2.5424107263916085e-13 relative error 1.9925408876197298e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2759641431643332 y1[1] (numeric) 1.2759641431641358 absolute error 1.9739765377835283e-13 relative error 1.5470470297763668e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8629999999997957 y2[1] (analytic) 1.2750028374114133 y2[1] (numeric) 1.2750028374111588 absolute error 2.544631172440859e-13 relative error 1.995784713394929e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2750028374114133 y1[1] (numeric) 1.2750028374112157 absolute error 1.9761969838327786e-13 relative error 1.549954969390477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8639999999997956 y2[1] (analytic) 1.274041256655679 y2[1] (numeric) 1.2740412566554242 absolute error 2.546851618490109e-13 relative error 1.9990338658070776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.274041256655679 y1[1] (numeric) 1.2740412566554813 absolute error 1.9761969838327786e-13 relative error 1.551124795613164e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8649999999997955 y2[1] (analytic) 1.2730794018587108 y2[1] (numeric) 1.273079401858456 absolute error 2.5490720645393594e-13 relative error 2.0022883575193225e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2730794018587108 y1[1] (numeric) 1.273079401858513 absolute error 1.978417429882029e-13 relative error 1.554040876785467e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8659999999997954 y2[1] (analytic) 1.2721172739823636 y2[1] (numeric) 1.2721172739821085 absolute error 2.5512925105886097e-13 relative error 2.00554820122974e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2721172739823636 y1[1] (numeric) 1.2721172739821656 absolute error 1.9806378759312793e-13 relative error 1.556961701912035e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8669999999997953 y2[1] (analytic) 1.271154873988765 y2[1] (numeric) 1.2711548739885097 absolute error 2.55351295663786e-13 relative error 2.0088134096714552e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.271154873988765 y1[1] (numeric) 1.271154873988567 absolute error 1.9806378759312793e-13 relative error 1.5581404881973375e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.867999999999795 y2[1] (analytic) 1.2701922028403152 y2[1] (numeric) 1.2701922028400594 absolute error 2.5579538487363607e-13 relative error 2.0138321137670682e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2701922028403152 y1[1] (numeric) 1.270192202840117 absolute error 1.9828583219805296e-13 relative error 1.56106951180034e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.868999999999795 y2[1] (analytic) 1.269229261499685 y2[1] (numeric) 1.269229261499429 absolute error 2.560174294785611e-13 relative error 2.0171094162772315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.269229261499685 y1[1] (numeric) 1.2692292614994864 absolute error 1.98507876802978e-13 relative error 1.5640033114933605e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.869999999999795 y2[1] (analytic) 1.2682660509298156 y2[1] (numeric) 1.2682660509295594 absolute error 2.5623947408348613e-13 relative error 2.0203921243151383e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2682660509298156 y1[1] (numeric) 1.2682660509296169 absolute error 1.9872992140790302e-13 relative error 1.5669418988405968e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.870999999999795 y2[1] (analytic) 1.2673025720939177 y2[1] (numeric) 1.2673025720936613 absolute error 2.5646151868841116e-13 relative error 2.023680250760236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2673025720939177 y1[1] (numeric) 1.2673025720937188 absolute error 1.9895196601282805e-13 relative error 1.5698852854382438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8719999999997947 y2[1] (analytic) 1.26633882595547 y2[1] (numeric) 1.2663388259552133 absolute error 2.566835632933362e-13 relative error 2.0269738085276265e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.26633882595547 y1[1] (numeric) 1.2663388259552708 absolute error 1.9917401061775308e-13 relative error 1.5728334829146027e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8729999999997946 y2[1] (analytic) 1.2653748134782186 y2[1] (numeric) 1.2653748134779617 absolute error 2.569056078982612e-13 relative error 2.0302728105681824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2653748134782186 y1[1] (numeric) 1.2653748134780192 absolute error 1.9939605522267811e-13 relative error 1.5757865029301882e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8739999999997945 y2[1] (analytic) 1.2644105356261757 y2[1] (numeric) 1.2644105356259185 absolute error 2.5712765250318625e-13 relative error 2.0335772698686712e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2644105356261757 y1[1] (numeric) 1.2644105356259763 absolute error 1.9939605522267811e-13 relative error 1.5769882455458264e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8749999999997944 y2[1] (analytic) 1.2634459933636193 y2[1] (numeric) 1.263445993363362 absolute error 2.573496971081113e-13 relative error 2.0368871994518734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2634459933636193 y1[1] (numeric) 1.2634459933634197 absolute error 1.9961809982760315e-13 relative error 1.579949605096837e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8759999999997943 y2[1] (analytic) 1.2624811876550912 y2[1] (numeric) 1.2624811876548339 absolute error 2.573496971081113e-13 relative error 2.0384438170212087e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2624811876550912 y1[1] (numeric) 1.2624811876548916 absolute error 1.9961809982760315e-13 relative error 1.581157024591947e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.876999999999794 y2[1] (analytic) 1.2615161194653977 y2[1] (numeric) 1.26151611946514 absolute error 2.575717417130363e-13 relative error 2.0417633808927424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2615161194653977 y1[1] (numeric) 1.2615161194651978 absolute error 1.9984014443252818e-13 relative error 1.5841267610374727e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.877999999999794 y2[1] (analytic) 1.2605507897596064 y2[1] (numeric) 1.2605507897593486 absolute error 2.5779378631796135e-13 relative error 2.045088451906995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2605507897596064 y1[1] (numeric) 1.2605507897594064 absolute error 2.000621890374532e-13 relative error 1.5871013739605533e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.878999999999794 y2[1] (analytic) 1.2595851995030471 y2[1] (numeric) 1.2595851995027891 absolute error 2.580158309228864e-13 relative error 2.048419043226954e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2595851995030471 y1[1] (numeric) 1.2595851995028469 absolute error 2.0028423364237824e-13 relative error 1.5900808752071536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.879999999999794 y2[1] (analytic) 1.2586193496613098 y2[1] (numeric) 1.2586193496610516 absolute error 2.582378755278114e-13 relative error 2.051755168052218e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2586193496613098 y1[1] (numeric) 1.2586193496611096 absolute error 2.0028423364237824e-13 relative error 1.5913010847662085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8809999999997937 y2[1] (analytic) 1.2576532412002446 y2[1] (numeric) 1.2576532411999861 absolute error 2.5845992013273644e-13 relative error 2.055096839619119e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2576532412002446 y1[1] (numeric) 1.257653241200044 absolute error 2.0050627824730327e-13 relative error 1.5942890431065847e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8819999999997936 y2[1] (analytic) 1.2566868750859594 y2[1] (numeric) 1.2566868750857008 absolute error 2.5868196473766147e-13 relative error 2.0584440712008487e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2566868750859594 y1[1] (numeric) 1.256686875085759 absolute error 2.0050627824730327e-13 relative error 1.595515018278426e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8829999999997935 y2[1] (analytic) 1.2557202522848208 y2[1] (numeric) 1.2557202522845619 absolute error 2.589040093425865e-13 relative error 2.0617968761075794e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2557202522848208 y1[1] (numeric) 1.25572025228462 absolute error 2.007283228522283e-13 relative error 1.598511471699187e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8839999999997934 y2[1] (analytic) 1.254753373763451 y2[1] (numeric) 1.254753373763192 absolute error 2.5912605394751154e-13 relative error 2.065155267686593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.254753373763451 y1[1] (numeric) 1.2547533737632501 absolute error 2.0095036745715333e-13 relative error 1.6015128682573834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8849999999997933 y2[1] (analytic) 1.2537862404887288 y2[1] (numeric) 1.2537862404884694 absolute error 2.5934809855243657e-13 relative error 2.0685192593224033e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2537862404887288 y1[1] (numeric) 1.2537862404885278 absolute error 2.0095036745715333e-13 relative error 1.6027482274715537e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.885999999999793 y2[1] (analytic) 1.252818853427787 y2[1] (numeric) 1.2528188534275275 absolute error 2.595701431573616e-13 relative error 2.0718888644368833e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.252818853427787 y1[1] (numeric) 1.2528188534275861 absolute error 2.0095036745715333e-13 relative error 1.603985818918203e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.886999999999793 y2[1] (analytic) 1.2518512135480133 y2[1] (numeric) 1.2518512135477533 absolute error 2.6001423236721166e-13 relative error 2.0770378264863912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2518512135480133 y1[1] (numeric) 1.251851213547812 absolute error 2.013944566670034e-13 relative error 1.6087731072785284e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.887999999999793 y2[1] (analytic) 1.2508833218170468 y2[1] (numeric) 1.2508833218167865 absolute error 2.602362769721367e-13 relative error 2.0804200714269228e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2508833218170468 y1[1] (numeric) 1.2508833218168451 absolute error 2.0161650127192843e-13 relative error 1.6117930246208583e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.888999999999793 y2[1] (analytic) 1.2499151792027792 y2[1] (numeric) 1.249915179202519 absolute error 2.602362769721367e-13 relative error 2.0820314954341187e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2499151792027792 y1[1] (numeric) 1.2499151792025776 absolute error 2.0161650127192843e-13 relative error 1.6130414657458874e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8899999999997927 y2[1] (analytic) 1.2489467866733535 y2[1] (numeric) 1.2489467866730928 absolute error 2.6068036618198676e-13 relative error 2.0872015442413277e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2489467866733535 y1[1] (numeric) 1.2489467866731516 absolute error 2.0183854587685346e-13 relative error 1.616070020200483e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8909999999997926 y2[1] (analytic) 1.2479781451971617 y2[1] (numeric) 1.2479781451969008 absolute error 2.609024107869118e-13 relative error 2.0906007993088145e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2479781451971617 y1[1] (numeric) 1.2479781451969598 absolute error 2.0183854587685346e-13 relative error 1.6173243630397552e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8919999999997925 y2[1] (analytic) 1.2470092557428454 y2[1] (numeric) 1.2470092557425843 absolute error 2.611244553918368e-13 relative error 2.094005751675713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2470092557428454 y1[1] (numeric) 1.2470092557426433 absolute error 2.020605904817785e-13 relative error 1.6203615935585872e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8929999999997924 y2[1] (analytic) 1.246040119279294 y2[1] (numeric) 1.2460401192790327 absolute error 2.6134649999676185e-13 relative error 2.0974164150342438e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.246040119279294 y1[1] (numeric) 1.2460401192790918 absolute error 2.0228263508670352e-13 relative error 1.6234038692406085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8939999999997923 y2[1] (analytic) 1.2450707367756437 y2[1] (numeric) 1.2450707367753822 absolute error 2.615685446016869e-13 relative error 2.100832803115028e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2450707367756437 y1[1] (numeric) 1.2450707367754414 absolute error 2.0228263508670352e-13 relative error 1.624667812935306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.894999999999792 y2[1] (analytic) 1.2441011092012773 y2[1] (numeric) 1.2441011092010155 absolute error 2.617905892066119e-13 relative error 2.1042549296872143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2441011092012773 y1[1] (numeric) 1.2441011092010748 absolute error 2.0250467969162855e-13 relative error 1.6277188260175906e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.895999999999792 y2[1] (analytic) 1.2431312375258219 y2[1] (numeric) 1.2431312375255599 absolute error 2.6201263381153694e-13 relative error 2.1076828085586136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2431312375258219 y1[1] (numeric) 1.2431312375256192 absolute error 2.0272672429655358e-13 relative error 1.6307749188254358e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.896999999999792 y2[1] (analytic) 1.2421611227191491 y2[1] (numeric) 1.242161122718887 absolute error 2.62234678416462e-13 relative error 2.1111164535758286e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2421611227191491 y1[1] (numeric) 1.2421611227189464 absolute error 2.0272672429655358e-13 relative error 1.63204853693034e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.897999999999792 y2[1] (analytic) 1.2411907657513739 y2[1] (numeric) 1.2411907657511114 absolute error 2.62456723021387e-13 relative error 2.1145558786243855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2411907657513739 y1[1] (numeric) 1.241190765751171 absolute error 2.0294876890147862e-13 relative error 1.635113428987046e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8989999999997917 y2[1] (analytic) 1.240220167592853 y2[1] (numeric) 1.2402201675925904 absolute error 2.6267876762631204e-13 relative error 2.1180010976288672e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.240220167592853 y1[1] (numeric) 1.2402201675926499 absolute error 2.0317081350640365e-13 relative error 1.6381834356131984e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8999999999997916 y2[1] (analytic) 1.2392493292141846 y2[1] (numeric) 1.2392493292139217 absolute error 2.6290081223123707e-13 relative error 2.1214521245530473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2392493292141846 y1[1] (numeric) 1.2392493292139812 absolute error 2.0339285811132868e-13 relative error 1.6412585693332696e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9009999999997915 y2[1] (analytic) 1.238278251586207 y2[1] (numeric) 1.2382782515859438 absolute error 2.631228568361621e-13 relative error 2.1249089734000218e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.238278251586207 y1[1] (numeric) 1.2382782515860034 absolute error 2.036149027162537e-13 relative error 1.644338842707021e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9019999999997914 y2[1] (analytic) 1.2373069356799975 y2[1] (numeric) 1.2373069356797342 absolute error 2.6334490144108713e-13 relative error 2.1283716582123447e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2373069356799975 y1[1] (numeric) 1.2373069356797937 absolute error 2.0383694732117874e-13 relative error 1.6474242683296227e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9029999999997913 y2[1] (analytic) 1.2363353824668721 y2[1] (numeric) 1.2363353824666086 absolute error 2.6356694604601216e-13 relative error 2.1318401930721616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2363353824668721 y1[1] (numeric) 1.236335382466668 absolute error 2.0405899192610377e-13 relative error 1.6505148588317748e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.903999999999791 y2[1] (analytic) 1.235363592918384 y2[1] (numeric) 1.2353635929181201 absolute error 2.637889906509372e-13 relative error 2.1353145921013457e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.235363592918384 y1[1] (numeric) 1.2353635929181799 absolute error 2.0405899192610377e-13 relative error 1.651813224024526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.904999999999791 y2[1] (analytic) 1.2343915680063227 y2[1] (numeric) 1.2343915680060584 absolute error 2.6423307986078726e-13 relative error 2.1405936876865788e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2343915680063227 y1[1] (numeric) 1.2343915680061184 absolute error 2.042810365310288e-13 relative error 1.6549127669509684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.905999999999791 y2[1] (analytic) 1.2334193087027128 y2[1] (numeric) 1.2334193087024483 absolute error 2.644551244657123e-13 relative error 2.1440812755222813e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2334193087027128 y1[1] (numeric) 1.2334193087025083 absolute error 2.0450308113595383e-13 relative error 1.6580175102905298e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.906999999999791 y2[1] (analytic) 1.2324468159798134 y2[1] (numeric) 1.232446815979549 absolute error 2.644551244657123e-13 relative error 2.145773116022589e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2324468159798134 y1[1] (numeric) 1.232446815979609 absolute error 2.0450308113595383e-13 relative error 1.6593258101232617e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9079999999997908 y2[1] (analytic) 1.2314740908101178 y2[1] (numeric) 1.231474090809853 absolute error 2.6489921367556235e-13 relative error 2.151074193540686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2314740908101178 y1[1] (numeric) 1.231474090809913 absolute error 2.0472512574087887e-13 relative error 1.6624395695259952e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9089999999997906 y2[1] (analytic) 1.2305011341663505 y2[1] (numeric) 1.2305011341660854 absolute error 2.651212582804874e-13 relative error 2.1545795523390867e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2305011341663505 y1[1] (numeric) 1.2305011341661456 absolute error 2.049471703458039e-13 relative error 1.6655585651666472e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9099999999997905 y2[1] (analytic) 1.2295279470214682 y2[1] (numeric) 1.229527947021203 absolute error 2.651212582804874e-13 relative error 2.1562849296979684e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2295279470214682 y1[1] (numeric) 1.2295279470212632 absolute error 2.049471703458039e-13 relative error 1.6668768761400543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9109999999997904 y2[1] (analytic) 1.228554530348658 y2[1] (numeric) 1.2285545303483927 absolute error 2.653433028854124e-13 relative error 2.1598007766908745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.228554530348658 y1[1] (numeric) 1.2285545303484529 absolute error 2.0516921495072893e-13 relative error 1.670004952018718e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9119999999997903 y2[1] (analytic) 1.2275808851213366 y2[1] (numeric) 1.227580885121071 absolute error 2.6556534749033744e-13 relative error 2.1633226022747042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2275808851213366 y1[1] (numeric) 1.2275808851211312 absolute error 2.0539125955565396e-13 relative error 1.6731383002542653e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91299999999979 y2[1] (analytic) 1.2266070123131492 y2[1] (numeric) 1.2266070123128832 absolute error 2.660094367001875e-13 relative error 2.1686606552048318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2266070123131492 y1[1] (numeric) 1.2266070123129433 absolute error 2.0583534876550402e-13 relative error 1.6780871680925533e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91399999999979 y2[1] (analytic) 1.225632912897968 y2[1] (numeric) 1.225632912897702 absolute error 2.660094367001875e-13 relative error 2.170384247198593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.225632912897968 y1[1] (numeric) 1.225632912897762 absolute error 2.0583534876550402e-13 relative error 1.679420865737142e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91499999999979 y2[1] (analytic) 1.224658587849893 y2[1] (numeric) 1.2246585878496266 absolute error 2.6645352591003757e-13 relative error 2.1757372099749396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.224658587849893 y1[1] (numeric) 1.2246585878496867 absolute error 2.0627943797535409e-13 relative error 1.6843832233889324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91599999999979 y2[1] (analytic) 1.2236840381432486 y2[1] (numeric) 1.223684038142982 absolute error 2.6645352591003757e-13 relative error 2.1774699808484846e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2236840381432486 y1[1] (numeric) 1.2236840381430423 absolute error 2.0627943797535409e-13 relative error 1.6857246768402018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9169999999997898 y2[1] (analytic) 1.2227092647525848 y2[1] (numeric) 1.2227092647523181 absolute error 2.666755705149626e-13 relative error 2.181021917495034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2227092647525848 y1[1] (numeric) 1.2227092647523783 absolute error 2.0650148258027912e-13 relative error 1.688884582240118e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9179999999997897 y2[1] (analytic) 1.2217342686526749 y2[1] (numeric) 1.221734268652408 absolute error 2.6689761511988763e-13 relative error 2.1845799202654894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2217342686526749 y1[1] (numeric) 1.2217342686524681 absolute error 2.0672352718520415e-13 relative error 1.6920498384086278e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9189999999997895 y2[1] (analytic) 1.2207590508185149 y2[1] (numeric) 1.2207590508182475 absolute error 2.673417043297377e-13 relative error 2.189962909965615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2207590508185149 y1[1] (numeric) 1.220759050818308 absolute error 2.0694557179012918e-13 relative error 1.6952204585448116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9199999999997894 y2[1] (analytic) 1.2197836122253223 y2[1] (numeric) 1.2197836122250547 absolute error 2.6756374893466273e-13 relative error 2.1935345437747814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2197836122253223 y1[1] (numeric) 1.2197836122251153 absolute error 2.0694557179012918e-13 relative error 1.6965760952681297e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9209999999997893 y2[1] (analytic) 1.218807953848536 y2[1] (numeric) 1.2188079538482681 absolute error 2.6778579353958776e-13 relative error 2.1971122906937158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.218807953848536 y1[1] (numeric) 1.2188079538483287 absolute error 2.071676163950542e-13 relative error 1.6997560258849396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.921999999999789 y2[1] (analytic) 1.2178320766638138 y2[1] (numeric) 1.2178320766635458 absolute error 2.680078381445128e-13 relative error 2.2006961655888226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2178320766638138 y1[1] (numeric) 1.2178320766636066 absolute error 2.071676163950542e-13 relative error 1.7011180799456266e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.922999999999789 y2[1] (analytic) 1.2168559816470332 y2[1] (numeric) 1.216855981646765 absolute error 2.682298827494378e-13 relative error 2.204286183368919e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2168559816470332 y1[1] (numeric) 1.2168559816468258 absolute error 2.0738966099997924e-13 relative error 1.7043073636312667e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.923999999999789 y2[1] (analytic) 1.215879669774289 y2[1] (numeric) 1.2158796697740206 absolute error 2.6845192735436285e-13 relative error 2.2078823589853853e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.215879669774289 y1[1] (numeric) 1.2158796697740815 absolute error 2.0761170560490427e-13 relative error 1.7075020724990366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.924999999999789 y2[1] (analytic) 1.2149031420218932 y2[1] (numeric) 1.2149031420216245 absolute error 2.686739719592879e-13 relative error 2.2114847074323084e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2149031420218932 y1[1] (numeric) 1.2149031420216854 absolute error 2.078337502098293e-13 relative error 1.710702219964166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9259999999997888 y2[1] (analytic) 1.2139263993663731 y2[1] (numeric) 1.2139263993661042 absolute error 2.688960165642129e-13 relative error 2.2150932437466323e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2139263993663731 y1[1] (numeric) 1.213926399366165 absolute error 2.0805579481475434e-13 relative error 1.7139078194802594e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9269999999997887 y2[1] (analytic) 1.2129494427844714 y2[1] (numeric) 1.2129494427842025 absolute error 2.688960165642129e-13 relative error 2.2168773658606062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2129494427844714 y1[1] (numeric) 1.2129494427842633 absolute error 2.0805579481475434e-13 relative error 1.7152882673917325e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9279999999997885 y2[1] (analytic) 1.2119722732531448 y2[1] (numeric) 1.2119722732528757 absolute error 2.6911806116913795e-13 relative error 2.2204968472321413e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2119722732531448 y1[1] (numeric) 1.2119722732529365 absolute error 2.0827783941967937e-13 relative error 1.718503335564149e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9289999999997884 y2[1] (analytic) 1.2109948917495625 y2[1] (numeric) 1.2109948917492932 absolute error 2.69340105774063e-13 relative error 2.2241225591376263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2109948917495625 y1[1] (numeric) 1.2109948917493543 absolute error 2.0827783941967937e-13 relative error 1.719890321905271e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9299999999997883 y2[1] (analytic) 1.2100172992511062 y2[1] (numeric) 1.2100172992508367 absolute error 2.69562150378988e-13 relative error 2.227754516781067e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2100172992511062 y1[1] (numeric) 1.2100172992508977 absolute error 2.084998840246044e-13 relative error 1.7231149021889802e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.930999999999788 y2[1] (analytic) 1.2090394967353681 y2[1] (numeric) 1.2090394967350984 absolute error 2.6978419498391304e-13 relative error 2.231392735410056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2090394967353681 y1[1] (numeric) 1.2090394967351594 absolute error 2.0872192862952943e-13 relative error 1.7263449969427593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.931999999999788 y2[1] (analytic) 1.2080614851801506 y2[1] (numeric) 1.2080614851798808 absolute error 2.6978419498391304e-13 relative error 2.2331992062778315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2080614851801506 y1[1] (numeric) 1.2080614851799418 absolute error 2.0872192862952943e-13 relative error 1.727742595803425e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.932999999999788 y2[1] (analytic) 1.2070832655634653 y2[1] (numeric) 1.2070832655631953 absolute error 2.7000623958883807e-13 relative error 2.2368485032621128e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2070832655634653 y1[1] (numeric) 1.2070832655632564 absolute error 2.0894397323445446e-13 relative error 1.730982271027671e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.933999999999788 y2[1] (analytic) 1.2061048388635318 y2[1] (numeric) 1.2061048388632616 absolute error 2.702282841937631e-13 relative error 2.240504104505453e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2061048388635318 y1[1] (numeric) 1.2061048388633226 absolute error 2.091660178393795e-13 relative error 1.7342274991324048e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.934999999999788 y2[1] (analytic) 1.2051262060587766 y2[1] (numeric) 1.2051262060585062 absolute error 2.7045032879868813e-13 relative error 2.244166025425371e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2051262060587766 y1[1] (numeric) 1.2051262060585672 absolute error 2.0938806244430452e-13 relative error 1.7374782939048643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9359999999997877 y2[1] (analytic) 1.2041473681278323 y2[1] (numeric) 1.2041473681275616 absolute error 2.7067237340361316e-13 relative error 2.2478342814837144e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2041473681278323 y1[1] (numeric) 1.204147368127623 absolute error 2.0938806244430452e-13 relative error 1.7388906705817412e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9369999999997876 y2[1] (analytic) 1.203168326049537 y2[1] (numeric) 1.203168326049266 absolute error 2.708944180085382e-13 relative error 2.2515088881868132e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.203168326049537 y1[1] (numeric) 1.2031683260493273 absolute error 2.0961010704922955e-13 relative error 1.7421511397117637e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9379999999997874 y2[1] (analytic) 1.2021890808029325 y2[1] (numeric) 1.2021890808026614 absolute error 2.7111646261346323e-13 relative error 2.2551898610856348e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2021890808029325 y1[1] (numeric) 1.2021890808027227 absolute error 2.0983215165415459e-13 relative error 1.745417214353747e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9389999999997873 y2[1] (analytic) 1.201209633367264 y2[1] (numeric) 1.2012096333669928 absolute error 2.7111646261346323e-13 relative error 2.2570287074160578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.201209633367264 y1[1] (numeric) 1.201209633367054 absolute error 2.0983215165415459e-13 relative error 1.746840400088595e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9399999999997872 y2[1] (analytic) 1.2002299847219788 y2[1] (numeric) 1.2002299847217075 absolute error 2.7133850721838826e-13 relative error 2.260720950753793e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2002299847219788 y1[1] (numeric) 1.200229984721769 absolute error 2.0983215165415459e-13 relative error 1.7482662016876713e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.940999999999787 y2[1] (analytic) 1.1992501358467258 y2[1] (numeric) 1.1992501358464542 absolute error 2.715605518233133e-13 relative error 2.264419604435392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1992501358467258 y1[1] (numeric) 1.1992501358465157 absolute error 2.1005419625907962e-13 relative error 1.7515461535534592e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.941999999999787 y2[1] (analytic) 1.1982700877213535 y2[1] (numeric) 1.1982700877210817 absolute error 2.717825964282383e-13 relative error 2.2681246841858814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1982700877213535 y1[1] (numeric) 1.1982700877211432 absolute error 2.1027624086400465e-13 relative error 1.7548317613758413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.942999999999787 y2[1] (analytic) 1.19728984132591 y2[1] (numeric) 1.1972898413256379 absolute error 2.722266856380884e-13 relative error 2.2736907659436703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.19728984132591 y1[1] (numeric) 1.1972898413256996 absolute error 2.1049828546892968e-13 relative error 1.7581230392451872e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.943999999999787 y2[1] (analytic) 1.1963093976406416 y2[1] (numeric) 1.1963093976403691 absolute error 2.724487302430134e-13 relative error 2.2774102651064692e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1963093976406416 y1[1] (numeric) 1.196309397640431 absolute error 2.1049828546892968e-13 relative error 1.7595639212069543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9449999999997867 y2[1] (analytic) 1.195328757645992 y2[1] (numeric) 1.1953287576457192 absolute error 2.7267077484793845e-13 relative error 2.281136240584722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.195328757645992 y1[1] (numeric) 1.1953287576457812 absolute error 2.107203300738547e-13 relative error 1.7628650588883563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9459999999997866 y2[1] (analytic) 1.194347922322601 y2[1] (numeric) 1.194347922322328 absolute error 2.731148640577885e-13 relative error 2.2867278366145844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.194347922322601 y1[1] (numeric) 1.19434792232239 absolute error 2.1094237467877974e-13 relative error 1.7661719063283376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9469999999997865 y2[1] (analytic) 1.1933668926513037 y2[1] (numeric) 1.1933668926510306 absolute error 2.731148640577885e-13 relative error 2.2886076841884654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1933668926513037 y1[1] (numeric) 1.1933668926510927 absolute error 2.1094237467877974e-13 relative error 1.7676238211211726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9479999999997863 y2[1] (analytic) 1.19238566961313 y2[1] (numeric) 1.1923856696128565 absolute error 2.7355895326763857e-13 relative error 2.2942153720817095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.19238566961313 y1[1] (numeric) 1.192385669612919 absolute error 2.1116441928370477e-13 relative error 1.7709405997156705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9489999999997862 y2[1] (analytic) 1.1914042541893026 y2[1] (numeric) 1.191404254189029 absolute error 2.7355895326763857e-13 relative error 2.2961052246181814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1914042541893026 y1[1] (numeric) 1.1914042541890915 absolute error 2.1116441928370477e-13 relative error 1.7723994063408202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.949999999999786 y2[1] (analytic) 1.1904226473612372 y2[1] (numeric) 1.1904226473609634 absolute error 2.737809978725636e-13 relative error 2.2998638213028215e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1904226473612372 y1[1] (numeric) 1.1904226473610258 absolute error 2.113864638886298e-13 relative error 1.77572616210891e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.950999999999786 y2[1] (analytic) 1.1894408501105402 y2[1] (numeric) 1.189440850110266 absolute error 2.7422508708241367e-13 relative error 2.3054957886886822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1894408501105402 y1[1] (numeric) 1.1894408501103286 absolute error 2.1160850849355484e-13 relative error 1.7790586936196875e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.951999999999786 y2[1] (analytic) 1.1884588634190087 y2[1] (numeric) 1.1884588634187345 absolute error 2.7422508708241367e-13 relative error 2.3074007483398402e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1884588634190087 y1[1] (numeric) 1.1884588634187971 absolute error 2.1160850849355484e-13 relative error 1.7805286746298524e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.952999999999786 y2[1] (analytic) 1.1874766882686298 y2[1] (numeric) 1.1874766882683552 absolute error 2.7466917629226373e-13 relative error 2.3130489971364248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1874766882686298 y1[1] (numeric) 1.187476688268418 absolute error 2.1183055309847987e-13 relative error 1.7838712556735242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9539999999997857 y2[1] (analytic) 1.186494325641578 y2[1] (numeric) 1.1864943256413032 absolute error 2.7489122089718876e-13 relative error 2.3168355293106493e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.186494325641578 y1[1] (numeric) 1.1864943256413663 absolute error 2.1183055309847987e-13 relative error 1.7853482188710496e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9549999999997856 y2[1] (analytic) 1.185511776520216 y2[1] (numeric) 1.1855117765199412 absolute error 2.7489122089718876e-13 relative error 2.3187557166582153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.185511776520216 y1[1] (numeric) 1.1855117765200043 absolute error 2.1183055309847987e-13 relative error 1.786827910898172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9559999999997855 y2[1] (analytic) 1.1845290418870933 y2[1] (numeric) 1.1845290418868182 absolute error 2.751132655021138e-13 relative error 2.3225539921235378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1845290418870933 y1[1] (numeric) 1.1845290418868812 absolute error 2.120525977034049e-13 relative error 1.790184876899095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9569999999997854 y2[1] (analytic) 1.183546122724944 y2[1] (numeric) 1.1835461227246686 absolute error 2.753353101070388e-13 relative error 2.32635893794421e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.183546122724944 y1[1] (numeric) 1.1835461227247317 absolute error 2.1227464230832993e-13 relative error 1.793547697318278e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9579999999997852 y2[1] (analytic) 1.1825630200166872 y2[1] (numeric) 1.1825630200164117 absolute error 2.7555735471196385e-13 relative error 2.3301705705973745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1825630200166872 y1[1] (numeric) 1.1825630200164747 absolute error 2.1249668691325496e-13 relative error 1.7969163868345587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.958999999999785 y2[1] (analytic) 1.1815797347454255 y2[1] (numeric) 1.1815797347451498 absolute error 2.757793993168889e-13 relative error 2.333988906608205e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1815797347454255 y1[1] (numeric) 1.181579734745213 absolute error 2.1249668691325496e-13 relative error 1.7984117420483513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.959999999999785 y2[1] (analytic) 1.1805962678944444 y2[1] (numeric) 1.1805962678941684 absolute error 2.760014439218139e-13 relative error 2.3378139625500734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1805962678944444 y1[1] (numeric) 1.1805962678942317 absolute error 2.1271873151818e-13 relative error 1.8017906485301452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.960999999999785 y2[1] (analytic) 1.1796126204472102 y2[1] (numeric) 1.1796126204469342 absolute error 2.760014439218139e-13 relative error 2.3397634031515984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1796126204472102 y1[1] (numeric) 1.1796126204469974 absolute error 2.1271873151818e-13 relative error 1.80329311361161e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.961999999999785 y2[1] (analytic) 1.1786287933873707 y2[1] (numeric) 1.1786287933870945 absolute error 2.7622348852673895e-13 relative error 2.343600377629284e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1786287933873707 y1[1] (numeric) 1.1786287933871578 absolute error 2.1294077612310502e-13 relative error 1.8066822846836685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9629999999997847 y2[1] (analytic) 1.1776447876987526 y2[1] (numeric) 1.1776447876984761 absolute error 2.76445533131664e-13 relative error 2.347444119137732e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1776447876987526 y1[1] (numeric) 1.1776447876985396 absolute error 2.1294077612310502e-13 relative error 1.8081918957856104e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9639999999997846 y2[1] (analytic) 1.1766606043653618 y2[1] (numeric) 1.176660604365085 absolute error 2.7688962234151404e-13 relative error 2.353181718791851e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1766606043653618 y1[1] (numeric) 1.1766606043651486 absolute error 2.1316282072803006e-13 relative error 1.8115913793425637e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9649999999997845 y2[1] (analytic) 1.175676244371381 y2[1] (numeric) 1.1756762443711042 absolute error 2.7688962234151404e-13 relative error 2.3551519703416596e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.175676244371381 y1[1] (numeric) 1.175676244371168 absolute error 2.1316282072803006e-13 relative error 1.8131081728372037e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9659999999997844 y2[1] (analytic) 1.1746917087011708 y2[1] (numeric) 1.1746917087008937 absolute error 2.7711166694643907e-13 relative error 2.3590161137072718e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1746917087011708 y1[1] (numeric) 1.1746917087009574 absolute error 2.1338486533295509e-13 relative error 1.8165180170454233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9669999999997843 y2[1] (analytic) 1.1737069983392663 y2[1] (numeric) 1.173706998338989 absolute error 2.773337115513641e-13 relative error 2.3628870914442594e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1737069983392663 y1[1] (numeric) 1.173706998339053 absolute error 2.1338486533295509e-13 relative error 1.8180420295259673e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.967999999999784 y2[1] (analytic) 1.172722114270378 y2[1] (numeric) 1.1727221142701003 absolute error 2.7777780076121417e-13 relative error 2.3686583324476377e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.172722114270378 y1[1] (numeric) 1.1727221142701645 absolute error 2.1360690993788012e-13 relative error 1.8214622828254416e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.968999999999784 y2[1] (analytic) 1.1717370574793897 y2[1] (numeric) 1.171737057479112 absolute error 2.7777780076121417e-13 relative error 2.3706496179165193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1717370574793897 y1[1] (numeric) 1.1717370574791761 absolute error 2.1360690993788012e-13 relative error 1.822993551107667e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.969999999999784 y2[1] (analytic) 1.1707518289513583 y2[1] (numeric) 1.1707518289510803 absolute error 2.779998453661392e-13 relative error 2.374541200718375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1707518289513583 y1[1] (numeric) 1.1707518289511445 absolute error 2.1382895454280515e-13 relative error 1.826424262213894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.970999999999784 y2[1] (analytic) 1.1697664296715122 y2[1] (numeric) 1.169766429671234 absolute error 2.7822188997106423e-13 relative error 2.3784396860251244e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1697664296715122 y1[1] (numeric) 1.1697664296712982 absolute error 2.1405099914773018e-13 relative error 1.8298610194159775e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9719999999997837 y2[1] (analytic) 1.1687808606252508 y2[1] (numeric) 1.168780860624972 absolute error 2.786659791809143e-13 relative error 2.384244887718637e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1687808606252508 y1[1] (numeric) 1.1687808606250365 absolute error 2.142730437526552e-13 relative error 1.8333038379669202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9729999999997836 y2[1] (analytic) 1.1677951227981425 y2[1] (numeric) 1.1677951227978638 absolute error 2.786659791809143e-13 relative error 2.3862574328380947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1677951227981425 y1[1] (numeric) 1.1677951227979282 absolute error 2.142730437526552e-13 relative error 1.8348513328197302e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9739999999997835 y2[1] (analytic) 1.1668092171759255 y2[1] (numeric) 1.1668092171756466 absolute error 2.788880237858393e-13 relative error 2.390176728812985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1668092171759255 y1[1] (numeric) 1.166809217175711 absolute error 2.1449508835758024e-13 relative error 1.8383047134023435e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9749999999997834 y2[1] (analytic) 1.1658231447445053 y2[1] (numeric) 1.165823144744226 absolute error 2.793321129956894e-13 relative error 2.3960076127748012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1658231447445053 y1[1] (numeric) 1.1658231447442906 absolute error 2.1471713296250527e-13 relative error 1.8417641983729992e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9759999999997833 y2[1] (analytic) 1.164836906489954 y2[1] (numeric) 1.1648369064896746 absolute error 2.793321129956894e-13 relative error 2.3980362524519517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.164836906489954 y1[1] (numeric) 1.1648369064897393 absolute error 2.1471713296250527e-13 relative error 1.8433235740230822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.976999999999783 y2[1] (analytic) 1.16385050339851 y2[1] (numeric) 1.1638505033982305 absolute error 2.795541576006144e-13 relative error 2.4019765148900163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.16385050339851 y1[1] (numeric) 1.163850503398295 absolute error 2.149391775674303e-13 relative error 1.846793698501617e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.977999999999783 y2[1] (analytic) 1.1628639364565765 y2[1] (numeric) 1.1628639364562965 absolute error 2.799982468104645e-13 relative error 2.4078332643427037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1628639364565765 y1[1] (numeric) 1.1628639364563613 absolute error 2.1516122217235534e-13 relative error 1.850269970775638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.978999999999783 y2[1] (analytic) 1.16187720665072 y2[1] (numeric) 1.1618772066504397 absolute error 2.802202914153895e-13 relative error 2.411789213278099e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.16187720665072 y1[1] (numeric) 1.1618772066505045 absolute error 2.1538326677728037e-13 relative error 1.8537524064023424e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.979999999999783 y2[1] (analytic) 1.1608903149676701 y2[1] (numeric) 1.1608903149673897 absolute error 2.8044233602031454e-13 relative error 2.4157522239999448e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1608903149676701 y1[1] (numeric) 1.1608903149674548 absolute error 2.1538326677728037e-13 relative error 1.8553283113855474e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9809999999997827 y2[1] (analytic) 1.1599032623943188 y2[1] (numeric) 1.1599032623940382 absolute error 2.8066438062523957e-13 relative error 2.419722314134033e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1599032623943188 y1[1] (numeric) 1.1599032623941032 absolute error 2.156053113822054e-13 relative error 1.8588214928988497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9819999999997826 y2[1] (analytic) 1.1589160499177185 y2[1] (numeric) 1.1589160499174376 absolute error 2.808864252301646e-13 relative error 2.4236995013582492e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1589160499177185 y1[1] (numeric) 1.1589160499175026 absolute error 2.1582735598713043e-13 relative error 1.8623208816760618e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9829999999997825 y2[1] (analytic) 1.1579286785250813 y2[1] (numeric) 1.1579286785248002 absolute error 2.8110846983508964e-13 relative error 2.4276838034027557e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1579286785250813 y1[1] (numeric) 1.1579286785248655 absolute error 2.1582735598713043e-13 relative error 1.8639088917120684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9839999999997824 y2[1] (analytic) 1.1569411492037789 y2[1] (numeric) 1.1569411492034976 absolute error 2.8133051444001467e-13 relative error 2.431675238050179e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1569411492037789 y1[1] (numeric) 1.1569411492035628 absolute error 2.1604940059205546e-13 relative error 1.8674191054639497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9849999999997823 y2[1] (analytic) 1.1559534629413404 y2[1] (numeric) 1.1559534629410588 absolute error 2.815525590449397e-13 relative error 2.435673823135796e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1559534629413404 y1[1] (numeric) 1.155953462941124 absolute error 2.162714451969805e-13 relative error 1.870935570768348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.985999999999782 y2[1] (analytic) 1.154965620725452 y2[1] (numeric) 1.1549656207251702 absolute error 2.8177460364986473e-13 relative error 2.439679576547722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.154965620725452 y1[1] (numeric) 1.1549656207252355 absolute error 2.1649348980190553e-13 relative error 1.8744583034941124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.986999999999782 y2[1] (analytic) 1.1539776235439556 y2[1] (numeric) 1.1539776235436736 absolute error 2.8199664825478976e-13 relative error 2.4436925162270997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1539776235439556 y1[1] (numeric) 1.1539776235437391 absolute error 2.1649348980190553e-13 relative error 1.8760631522215924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.987999999999782 y2[1] (analytic) 1.1529894723848486 y2[1] (numeric) 1.1529894723845664 absolute error 2.822186928597148e-13 relative error 2.4477126601682874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1529894723848486 y1[1] (numeric) 1.152989472384632 absolute error 2.1671553440683056e-13 relative error 1.8795968185084568e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.988999999999782 y2[1] (analytic) 1.152001168236282 y2[1] (numeric) 1.1520011682359996 absolute error 2.824407374646398e-13 relative error 2.4517400264190497e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.152001168236282 y1[1] (numeric) 1.1520011682360651 absolute error 2.169375790117556e-13 relative error 1.88313679702155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9899999999997817 y2[1] (analytic) 1.1510127120865599 y2[1] (numeric) 1.1510127120862772 absolute error 2.8266278206956486e-13 relative error 2.4557746330807484e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1510127120865599 y1[1] (numeric) 1.1510127120863427 absolute error 2.1715962361668062e-13 relative error 1.8866831038122323e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9909999999997816 y2[1] (analytic) 1.1500241049241382 y2[1] (numeric) 1.1500241049238553 absolute error 2.828848266744899e-13 relative error 2.459816498308533e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1500241049241382 y1[1] (numeric) 1.1500241049239208 absolute error 2.1738166822160565e-13 relative error 1.8902357549796342e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9919999999997815 y2[1] (analytic) 1.149035347737624 y2[1] (numeric) 1.149035347737341 absolute error 2.831068712794149e-13 relative error 2.4638656403115358e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.149035347737624 y1[1] (numeric) 1.1490353477374065 absolute error 2.1760371282653068e-13 relative error 1.8937947666708274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9929999999997814 y2[1] (analytic) 1.1480464415157745 y2[1] (numeric) 1.1480464415154912 absolute error 2.8332891588433995e-13 relative error 2.467922077353061e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1480464415157745 y1[1] (numeric) 1.148046441515557 absolute error 2.1760371282653068e-13 relative error 1.8954260468699056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9939999999997813 y2[1] (analytic) 1.1470573872474958 y2[1] (numeric) 1.1470573872472123 absolute error 2.83550960489265e-13 relative error 2.4719858277507817e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1470573872474958 y1[1] (numeric) 1.1470573872472782 absolute error 2.1760371282653068e-13 relative error 1.8970603846482115e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.994999999999781 y2[1] (analytic) 1.1460681859218422 y2[1] (numeric) 1.1460681859215585 absolute error 2.8377300509419e-13 relative error 2.476056909876934e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1460681859218422 y1[1] (numeric) 1.1460681859216244 absolute error 2.1782575743145571e-13 relative error 1.9006352336379282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.995999999999781 y2[1] (analytic) 1.1450788385280148 y2[1] (numeric) 1.1450788385277308 absolute error 2.8399504969911504e-13 relative error 2.4801353421585127e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1450788385280148 y1[1] (numeric) 1.1450788385277968 absolute error 2.1804780203638074e-13 relative error 1.904216501954386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.996999999999781 y2[1] (analytic) 1.1440893460553612 y2[1] (numeric) 1.1440893460550767 absolute error 2.844391389089651e-13 relative error 2.4861619408454962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1440893460553612 y1[1] (numeric) 1.144089346055143 absolute error 2.1826984664130578e-13 relative error 1.9078042059727734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.997999999999781 y2[1] (analytic) 1.1430997094933733 y2[1] (numeric) 1.1430997094930886 absolute error 2.8466118351389014e-13 relative error 2.49025680918118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1430997094933733 y1[1] (numeric) 1.143099709493155 absolute error 2.1826984664130578e-13 relative error 1.909455884106942e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9989999999997807 y2[1] (analytic) 1.142109929831688 y2[1] (numeric) 1.142109929831403 absolute error 2.8488322811881517e-13 relative error 2.4943590864392384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.142109929831688 y1[1] (numeric) 1.1421099298314694 absolute error 2.184918912462308e-13 relative error 1.913054825453009e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9999999999997806 y2[1] (analytic) 1.1411200080600845 y2[1] (numeric) 1.1411200080597994 absolute error 2.851052727237402e-13 relative error 2.4984687912748287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1411200080600845 y1[1] (numeric) 1.1411200080598658 absolute error 2.1871393585115584e-13 relative error 1.9166602487583383e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0009999999997805 y2[1] (analytic) 1.1401299451684848 y2[1] (numeric) 1.1401299451681994 absolute error 2.8532731732866523e-13 relative error 2.5025859423988768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1401299451684848 y1[1] (numeric) 1.140129945168266 absolute error 2.1871393585115584e-13 relative error 1.9183246328894115e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0019999999997804 y2[1] (analytic) 1.1391397421469516 y2[1] (numeric) 1.139139742146666 absolute error 2.8554936193359026e-13 relative error 2.5067105585782798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1391397421469516 y1[1] (numeric) 1.1391397421467326 absolute error 2.1893598045608087e-13 relative error 1.9219413769503764e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0029999999997803 y2[1] (analytic) 1.1381493999856878 y2[1] (numeric) 1.138149399985402 absolute error 2.857714065385153e-13 relative error 2.510842658636106e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1381493999856878 y1[1] (numeric) 1.1381493999854688 absolute error 2.1893598045608087e-13 relative error 1.9236137229333336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00399999999978 y2[1] (analytic) 1.1371589196750356 y2[1] (numeric) 1.1371589196747496 absolute error 2.859934511434403e-13 relative error 2.514982261451797e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1371589196750356 y1[1] (numeric) 1.1371589196748164 absolute error 2.191580250610059e-13 relative error 1.9272418416559967e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00499999999978 y2[1] (analytic) 1.136168302205475 y2[1] (numeric) 1.136168302205189 absolute error 2.859934511434403e-13 relative error 2.5171750575005805e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.136168302205475 y1[1] (numeric) 1.1361683022052558 absolute error 2.191580250610059e-13 relative error 1.9289221908020752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00599999999978 y2[1] (analytic) 1.1351775485676237 y2[1] (numeric) 1.1351775485673374 absolute error 2.8621549574836536e-13 relative error 2.5213280170094486e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1351775485676237 y1[1] (numeric) 1.1351775485674043 absolute error 2.1938006966593093e-13 relative error 1.932561738406001e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00699999999978 y2[1] (analytic) 1.134186659752235 y2[1] (numeric) 1.1341866597519485 absolute error 2.864375403532904e-13 relative error 2.525488533041494e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.134186659752235 y1[1] (numeric) 1.1341866597520156 absolute error 2.1938006966593093e-13 relative error 1.9342501322829426e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0079999999997797 y2[1] (analytic) 1.1331956367501979 y2[1] (numeric) 1.1331956367499112 absolute error 2.866595849582154e-13 relative error 2.5296566246963655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1331956367501979 y1[1] (numeric) 1.1331956367499783 absolute error 2.1960211427085596e-13 relative error 1.9379011633034123e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0089999999997796 y2[1] (analytic) 1.132204480552535 y2[1] (numeric) 1.1322044805522482 absolute error 2.8688162956314045e-13 relative error 2.5338323111310895e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.132204480552535 y1[1] (numeric) 1.1322044805523153 absolute error 2.19824158875781e-13 relative error 1.9415588142567944e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0099999999997795 y2[1] (analytic) 1.1312131921504025 y2[1] (numeric) 1.1312131921501156 absolute error 2.8688162956314045e-13 relative error 2.536052722456207e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1312131921504025 y1[1] (numeric) 1.1312131921501827 absolute error 2.19824158875781e-13 relative error 1.9432602130275887e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0109999999997794 y2[1] (analytic) 1.130221772535089 y2[1] (numeric) 1.1302217725348018 absolute error 2.871036741680655e-13 relative error 2.540241934324903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.130221772535089 y1[1] (numeric) 1.1302217725348689 absolute error 2.2004620348070603e-13 relative error 1.9469294330363333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0119999999997793 y2[1] (analytic) 1.1292302226980138 y2[1] (numeric) 1.1292302226977262 absolute error 2.8754776337791554e-13 relative error 2.5464051315496315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1292302226980138 y1[1] (numeric) 1.1292302226977935 absolute error 2.2026824808563106e-13 relative error 1.9506053208472852e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.012999999999779 y2[1] (analytic) 1.1282385436307265 y2[1] (numeric) 1.1282385436304387 absolute error 2.877698079828406e-13 relative error 2.5506113898288153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1282385436307265 y1[1] (numeric) 1.1282385436305062 absolute error 2.2026824808563106e-13 relative error 1.9523198292516858e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.013999999999779 y2[1] (analytic) 1.1272467363249064 y2[1] (numeric) 1.1272467363246184 absolute error 2.879918525877656e-13 relative error 2.5548253395409052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1272467363249064 y1[1] (numeric) 1.1272467363246859 absolute error 2.204902926905561e-13 relative error 1.9560073725243784e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.014999999999779 y2[1] (analytic) 1.1262548017723604 y2[1] (numeric) 1.1262548017720722 absolute error 2.8821389719269064e-13 relative error 2.5590470001915665e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1262548017723604 y1[1] (numeric) 1.1262548017721399 absolute error 2.204902926905561e-13 relative error 1.9577301010710523e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.015999999999779 y2[1] (analytic) 1.1252627409650233 y2[1] (numeric) 1.1252627409647349 absolute error 2.8843594179761567e-13 relative error 2.5632763913453093e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1252627409650233 y1[1] (numeric) 1.1252627409648026 absolute error 2.2071233729548112e-13 relative error 1.961429355656072e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0169999999997787 y2[1] (analytic) 1.1242705548949556 y2[1] (numeric) 1.124270554894667 absolute error 2.886579864025407e-13 relative error 2.567513532625703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1242705548949556 y1[1] (numeric) 1.1242705548947347 absolute error 2.2093438190040615e-13 relative error 1.965135357663519e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0179999999997786 y2[1] (analytic) 1.1232782445543434 y2[1] (numeric) 1.1232782445540546 absolute error 2.8888003100746573e-13 relative error 2.571758443715589e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1232782445543434 y1[1] (numeric) 1.1232782445541223 absolute error 2.2115642650533118e-13 relative error 1.9688481244740407e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0189999999997785 y2[1] (analytic) 1.122285810935497 y2[1] (numeric) 1.1222858109352079 absolute error 2.8910207561239076e-13 relative error 2.576011144357298e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.122285810935497 y1[1] (numeric) 1.1222858109352756 absolute error 2.2137847111025621e-13 relative error 1.972567673520911e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0199999999997784 y2[1] (analytic) 1.1212932550308496 y2[1] (numeric) 1.1212932550305603 absolute error 2.893241202173158e-13 relative error 2.5802716543528637e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1212932550308496 y1[1] (numeric) 1.1212932550306283 absolute error 2.2137847111025621e-13 relative error 1.974313767758868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0209999999997783 y2[1] (analytic) 1.1203005778329576 y2[1] (numeric) 1.120300577832668 absolute error 2.8954616482224083e-13 relative error 2.5845399935642415e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1203005778329576 y1[1] (numeric) 1.120300577832736 absolute error 2.2160051571518125e-13 relative error 1.978045179123553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.021999999999778 y2[1] (analytic) 1.1193077803344975 y2[1] (numeric) 1.1193077803342077 absolute error 2.8976820942716586e-13 relative error 2.588816181913527e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1193077803344975 y1[1] (numeric) 1.119307780334276 absolute error 2.2160051571518125e-13 relative error 1.9797996548273562e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.022999999999778 y2[1] (analytic) 1.1183148635282674 y2[1] (numeric) 1.1183148635279772 absolute error 2.902122986370159e-13 relative error 2.5950857678972473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1183148635282674 y1[1] (numeric) 1.1183148635280453 absolute error 2.220446049250313e-13 relative error 1.9855285140759352e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.023999999999778 y2[1] (analytic) 1.1173218284071833 y2[1] (numeric) 1.1173218284068929 absolute error 2.9043434324194095e-13 relative error 2.5993794791960204e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1173218284071833 y1[1] (numeric) 1.1173218284069613 absolute error 2.220446049250313e-13 relative error 1.9872931798134712e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.024999999999778 y2[1] (analytic) 1.1163286759642805 y2[1] (numeric) 1.11632867596399 absolute error 2.9043434324194095e-13 relative error 2.6016920419164622e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1163286759642805 y1[1] (numeric) 1.1163286759640585 absolute error 2.220446049250313e-13 relative error 1.9890611941257355e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0259999999997778 y2[1] (analytic) 1.1153354071927117 y2[1] (numeric) 1.1153354071924209 absolute error 2.90878432451791e-13 relative error 2.607990659813528e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1153354071927117 y1[1] (numeric) 1.1153354071924895 absolute error 2.2226664952995634e-13 relative error 1.9928233973078943e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0269999999997776 y2[1] (analytic) 1.1143420230857453 y2[1] (numeric) 1.1143420230854542 absolute error 2.9110047705671604e-13 relative error 2.612308169538687e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1143420230857453 y1[1] (numeric) 1.1143420230855228 absolute error 2.2248869413488137e-13 relative error 1.9965925140181268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0279999999997775 y2[1] (analytic) 1.1133485246367651 y2[1] (numeric) 1.1133485246364738 absolute error 2.913225216616411e-13 relative error 2.6166336525813994e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1133485246367651 y1[1] (numeric) 1.1133485246365427 absolute error 2.2248869413488137e-13 relative error 1.9983741767428064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0289999999997774 y2[1] (analytic) 1.1123549128392698 y2[1] (numeric) 1.1123549128389782 absolute error 2.915445662665661e-13 relative error 2.620967129298713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1123549128392698 y1[1] (numeric) 1.1123549128390473 absolute error 2.2248869413488137e-13 relative error 2.000159225862384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0299999999997773 y2[1] (analytic) 1.111361188686871 y2[1] (numeric) 1.1113611886865793 absolute error 2.9176661087149114e-13 relative error 2.6253086201096154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.111361188686871 y1[1] (numeric) 1.1113611886866483 absolute error 2.227107387398064e-13 relative error 2.0039456209816927e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.030999999999777 y2[1] (analytic) 1.110367353173293 y2[1] (numeric) 1.110367353173001 absolute error 2.9198865547641617e-13 relative error 2.6296581454952597e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.110367353173293 y1[1] (numeric) 1.11036735317307 absolute error 2.2293278334473143e-13 relative error 2.0077389947355443e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.031999999999777 y2[1] (analytic) 1.1093734072923709 y2[1] (numeric) 1.1093734072920787 absolute error 2.922107000813412e-13 relative error 2.6340157259991923e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1093734072923709 y1[1] (numeric) 1.1093734072921477 absolute error 2.2315482794965646e-13 relative error 2.011539365219748e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.032999999999777 y2[1] (analytic) 1.1083793520380505 y2[1] (numeric) 1.108379352037758 absolute error 2.9243274468626623e-13 relative error 2.638381382227581e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1083793520380505 y1[1] (numeric) 1.1083793520378273 absolute error 2.2315482794965646e-13 relative error 2.0133434237955345e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.033999999999777 y2[1] (analytic) 1.1073851884043873 y2[1] (numeric) 1.1073851884040946 absolute error 2.9265478929119126e-13 relative error 2.6427551348494434e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1073851884043873 y1[1] (numeric) 1.107385188404164 absolute error 2.233768725545815e-13 relative error 2.0171560437469953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0349999999997768 y2[1] (analytic) 1.1063909173855446 y2[1] (numeric) 1.1063909173852517 absolute error 2.928768338961163e-13 relative error 2.6471370045968785e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1063909173855446 y1[1] (numeric) 1.106390917385321 absolute error 2.2359891715950653e-13 relative error 2.020975711621726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0359999999997767 y2[1] (analytic) 1.1053965399757932 y2[1] (numeric) 1.1053965399755004 absolute error 2.928768338961163e-13 relative error 2.6495182796802488e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1053965399757932 y1[1] (numeric) 1.1053965399755696 absolute error 2.2359891715950653e-13 relative error 2.0227937131448146e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0369999999997765 y2[1] (analytic) 1.1044020571695108 y2[1] (numeric) 1.1044020571692177 absolute error 2.9309887850104133e-13 relative error 2.6539146373217467e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1044020571695108 y1[1] (numeric) 1.104402057169287 absolute error 2.2382096176443156e-13 relative error 2.0266257230456977e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0379999999997764 y2[1] (analytic) 1.10340746996118 y2[1] (numeric) 1.1034074699608865 absolute error 2.935429677108914e-13 relative error 2.6603315248646884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.10340746996118 y1[1] (numeric) 1.103407469960956 absolute error 2.240430063693566e-13 relative error 2.0304648325177538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0389999999997763 y2[1] (analytic) 1.1024127793453875 y2[1] (numeric) 1.102412779345094 absolute error 2.935429677108914e-13 relative error 2.6627319023387694e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1024127793453875 y1[1] (numeric) 1.1024127793451635 absolute error 2.240430063693566e-13 relative error 2.032296890665521e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.039999999999776 y2[1] (analytic) 1.1014179863168245 y2[1] (numeric) 1.1014179863165308 absolute error 2.937650123158164e-13 relative error 2.66715285173593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1014179863168245 y1[1] (numeric) 1.1014179863166003 absolute error 2.2426505097428162e-13 relative error 2.0361484355656006e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.040999999999776 y2[1] (analytic) 1.1004230918702835 y2[1] (numeric) 1.1004230918699895 absolute error 2.9398705692074145e-13 relative error 2.671582040513889e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1004230918702835 y1[1] (numeric) 1.1004230918700593 absolute error 2.2426505097428162e-13 relative error 2.0379893209358216e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.041999999999776 y2[1] (analytic) 1.0994280970006591 y2[1] (numeric) 1.099428097000365 absolute error 2.942091015256665e-13 relative error 2.6760194898447288e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0994280970006591 y1[1] (numeric) 1.0994280970004346 absolute error 2.2448709557920665e-13 relative error 2.0418533616852987e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.042999999999776 y2[1] (analytic) 1.0984330027029459 y2[1] (numeric) 1.0984330027026514 absolute error 2.944311461305915e-13 relative error 2.6804652209654688e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0984330027029459 y1[1] (numeric) 1.0984330027027214 absolute error 2.2448709557920665e-13 relative error 2.0437031209623598e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0439999999997758 y2[1] (analytic) 1.0974378099722384 y2[1] (numeric) 1.0974378099719435 absolute error 2.948752353404416e-13 relative error 2.686942555295238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0974378099722384 y1[1] (numeric) 1.0974378099720137 absolute error 2.2470914018413168e-13 relative error 2.047579718342455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0449999999997757 y2[1] (analytic) 1.0964425198037289 y2[1] (numeric) 1.0964425198034338 absolute error 2.950972799453666e-13 relative error 2.6914067506082414e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0964425198037289 y1[1] (numeric) 1.096442519803504 absolute error 2.2493118478905672e-13 relative error 2.05146353526422e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0459999999997756 y2[1] (analytic) 1.0954471331927076 y2[1] (numeric) 1.0954471331924123 absolute error 2.9531932455029164e-13 relative error 2.695879295330083e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0954471331927076 y1[1] (numeric) 1.0954471331924824 absolute error 2.2515322939398175e-13 relative error 2.0553545905749656e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0469999999997754 y2[1] (analytic) 1.094451651134561 y2[1] (numeric) 1.0944516511342655 absolute error 2.9554136915521667e-13 relative error 2.700360210968153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.094451651134561 y1[1] (numeric) 1.0944516511343358 absolute error 2.2515322939398175e-13 relative error 2.0572240825858058e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0479999999997753 y2[1] (analytic) 1.0934560746247712 y2[1] (numeric) 1.0934560746244755 absolute error 2.957634137601417e-13 relative error 2.7048495190960044e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0934560746247712 y1[1] (numeric) 1.0934560746245459 absolute error 2.2537527399890678e-13 relative error 2.0611278242360693e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0489999999997752 y2[1] (analytic) 1.0924604046589146 y2[1] (numeric) 1.0924604046586186 absolute error 2.9598545836506673e-13 relative error 2.7093472413535995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0924604046589146 y1[1] (numeric) 1.0924604046586892 absolute error 2.2537527399890678e-13 relative error 2.063006339065194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.049999999999775 y2[1] (analytic) 1.091464642232661 y2[1] (numeric) 1.0914646422323648 absolute error 2.9620750296999176e-13 relative error 2.713853399447556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.091464642232661 y1[1] (numeric) 1.0914646422324354 absolute error 2.255973186038318e-13 relative error 2.0669228289645555e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.050999999999775 y2[1] (analytic) 1.0904687883417727 y2[1] (numeric) 1.0904687883414763 absolute error 2.964295475749168e-13 relative error 2.7183680151513918e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0904687883417727 y1[1] (numeric) 1.0904687883415471 absolute error 2.255973186038318e-13 relative error 2.0688104145272014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.051999999999775 y2[1] (analytic) 1.0894728439821038 y2[1] (numeric) 1.089472843981807 absolute error 2.9665159217984183e-13 relative error 2.7228911103057726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0894728439821038 y1[1] (numeric) 1.089472843981878 absolute error 2.2581936320875684e-13 relative error 2.0727397149558163e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.052999999999775 y2[1] (analytic) 1.0884768101495983 y2[1] (numeric) 1.0884768101493014 absolute error 2.9687363678476686e-13 relative error 2.7274227068187616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0884768101495983 y1[1] (numeric) 1.0884768101493723 absolute error 2.2604140781368187e-13 relative error 2.076676376620418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0539999999997747 y2[1] (analytic) 1.08748068784029 y2[1] (numeric) 1.087480687839993 absolute error 2.970956813896919e-13 relative error 2.731962826666068e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.08748068784029 y1[1] (numeric) 1.0874806878400638 absolute error 2.262634524186069e-13 relative error 2.0806204188136947e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0549999999997746 y2[1] (analytic) 1.0864844780503011 y2[1] (numeric) 1.0864844780500038 absolute error 2.973177259946169e-13 relative error 2.7365114918912993e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0864844780503011 y1[1] (numeric) 1.0864844780500749 absolute error 2.262634524186069e-13 relative error 2.0825281629852384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0559999999997745 y2[1] (analytic) 1.0854881817758415 y2[1] (numeric) 1.085488181775544 absolute error 2.9753977059954195e-13 relative error 2.74106872460621e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0854881817758415 y1[1] (numeric) 1.085488181775615 absolute error 2.2648549702353193e-13 relative error 2.0864851485808462e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0569999999997743 y2[1] (analytic) 1.084491800013207 y2[1] (numeric) 1.0844918000129093 absolute error 2.97761815204467e-13 relative error 2.7456345469909575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.084491800013207 y1[1] (numeric) 1.0844918000129806 absolute error 2.2648549702353193e-13 relative error 2.0884021162794755e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0579999999997742 y2[1] (analytic) 1.0834953337587798 y2[1] (numeric) 1.0834953337584818 absolute error 2.97983859809392e-13 relative error 2.750208981294354e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0834953337587798 y1[1] (numeric) 1.0834953337585531 absolute error 2.2670754162845697e-13 relative error 2.0923721087194753e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.058999999999774 y2[1] (analytic) 1.0824987840090257 y2[1] (numeric) 1.0824987840087275 absolute error 2.9820590441431705e-13 relative error 2.754792049834124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0824987840090257 y1[1] (numeric) 1.082498784008799 absolute error 2.2670754162845697e-13 relative error 2.094298349129293e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.059999999999774 y2[1] (analytic) 1.0815021517604944 y2[1] (numeric) 1.081502151760196 absolute error 2.984279490192421e-13 relative error 2.7593837749971568e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0815021517604944 y1[1] (numeric) 1.0815021517602676 absolute error 2.2670754162845697e-13 relative error 2.096228299309596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.060999999999774 y2[1] (analytic) 1.0805054380098182 y2[1] (numeric) 1.0805054380095196 absolute error 2.986499936241671e-13 relative error 2.7639841792397658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0805054380098182 y1[1] (numeric) 1.0805054380095913 absolute error 2.26929586233382e-13 relative error 2.1002169748572793e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.061999999999774 y2[1] (analytic) 1.0795086437537107 y2[1] (numeric) 1.0795086437534118 absolute error 2.9887203822909214e-13 relative error 2.768593285087948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0795086437537107 y1[1] (numeric) 1.0795086437534838 absolute error 2.26929586233382e-13 relative error 2.1021562684694525e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0629999999997737 y2[1] (analytic) 1.0785117699889661 y2[1] (numeric) 1.078511769988667 absolute error 2.9909408283401717e-13 relative error 2.773211115137641e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0785117699889661 y1[1] (numeric) 1.078511769988739 absolute error 2.2715163083830703e-13 relative error 2.106158107487607e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0639999999997736 y2[1] (analytic) 1.077514817712458 y2[1] (numeric) 1.0775148177121587 absolute error 2.993161274389422e-13 relative error 2.7778376920549848e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.077514817712458 y1[1] (numeric) 1.0775148177122307 absolute error 2.2737367544323206e-13 relative error 2.110167504943846e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0649999999997735 y2[1] (analytic) 1.0765177879211385 y2[1] (numeric) 1.0765177879208392 absolute error 2.993161274389422e-13 relative error 2.780410419570967e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0765177879211385 y1[1] (numeric) 1.0765177879209111 absolute error 2.2737367544323206e-13 relative error 2.1121218617512392e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0659999999997734 y2[1] (analytic) 1.0755206816120377 y2[1] (numeric) 1.075520681611738 absolute error 2.9976021664879227e-13 relative error 2.7871171775097664e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0755206816120377 y1[1] (numeric) 1.0755206816118101 absolute error 2.275957200481571e-13 relative error 2.1161445236648226e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0669999999997732 y2[1] (analytic) 1.0745234997822615 y2[1] (numeric) 1.0745234997819615 absolute error 2.999822612537173e-13 relative error 2.7917701317328555e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0745234997822615 y1[1] (numeric) 1.0745234997820339 absolute error 2.275957200481571e-13 relative error 2.1181083530911746e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.067999999999773 y2[1] (analytic) 1.0735262434289918 y2[1] (numeric) 1.0735262434286914 absolute error 3.0042635046356736e-13 relative error 2.798500291003263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0735262434289918 y1[1] (numeric) 1.073526243428764 absolute error 2.278177646530821e-13 relative error 2.122144344840612e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.068999999999773 y2[1] (analytic) 1.0725289135494847 y2[1] (numeric) 1.072528913549184 absolute error 3.006483950684924e-13 relative error 2.8031728680722506e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0725289135494847 y1[1] (numeric) 1.0725289135492568 absolute error 2.278177646530821e-13 relative error 2.1241176976677468e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.069999999999773 y2[1] (analytic) 1.0715315111410701 y2[1] (numeric) 1.0715315111407693 absolute error 3.008704396734174e-13 relative error 2.807854333215283e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0715315111410701 y1[1] (numeric) 1.071531511140842 absolute error 2.2803980925800715e-13 relative error 2.128167085027377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.070999999999773 y2[1] (analytic) 1.0705340372011503 y2[1] (numeric) 1.0705340372008494 absolute error 3.008704396734174e-13 relative error 2.8104705615902312e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0705340372011503 y1[1] (numeric) 1.0705340372009222 absolute error 2.2803980925800715e-13 relative error 2.1301500123639614e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0719999999997727 y2[1] (analytic) 1.0695364927271993 y2[1] (numeric) 1.069536492726898 absolute error 3.013145288832675e-13 relative error 2.817244020491053e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0695364927271993 y1[1] (numeric) 1.069536492726971 absolute error 2.282618538629322e-13 relative error 2.134212861506855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0729999999997726 y2[1] (analytic) 1.0685388787167611 y2[1] (numeric) 1.0685388787164598 absolute error 3.013145288832675e-13 relative error 2.8198742683572236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0685388787167611 y1[1] (numeric) 1.0685388787165329 absolute error 2.282618538629322e-13 relative error 2.1362054147908813e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0739999999997725 y2[1] (analytic) 1.0675411961674501 y2[1] (numeric) 1.0675411961671486 absolute error 3.015365734881925e-13 relative error 2.8245895762217943e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0675411961674501 y1[1] (numeric) 1.0675411961672217 absolute error 2.284838984678572e-13 relative error 2.1402817922917717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0749999999997724 y2[1] (analytic) 1.0665434460769485 y2[1] (numeric) 1.0665434460766468 absolute error 3.0175861809311755e-13 relative error 2.8293138849905454e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0665434460769485 y1[1] (numeric) 1.06654344607672 absolute error 2.284838984678572e-13 relative error 2.142284023293062e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0759999999997722 y2[1] (analytic) 1.0655456294430066 y2[1] (numeric) 1.0655456294427044 absolute error 3.022027073029676e-13 relative error 2.8361310764414496e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0655456294430066 y1[1] (numeric) 1.0655456294427779 absolute error 2.2870594307278225e-13 relative error 2.1463739961312953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.076999999999772 y2[1] (analytic) 1.0645477472634404 y2[1] (numeric) 1.0645477472631382 absolute error 3.022027073029676e-13 relative error 2.8387895994314893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0645477472634404 y1[1] (numeric) 1.0645477472632117 absolute error 2.2870594307278225e-13 relative error 2.1483859569540294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.077999999999772 y2[1] (analytic) 1.0635498005361324 y2[1] (numeric) 1.06354980053583 absolute error 3.0242475190789264e-13 relative error 2.8435410523836422e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0635498005361324 y1[1] (numeric) 1.0635498005359036 absolute error 2.2870594307278225e-13 relative error 2.1504018237556177e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.078999999999772 y2[1] (analytic) 1.0625517902590291 y2[1] (numeric) 1.0625517902587265 absolute error 3.0264679651281767e-13 relative error 2.8483016008004502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0625517902590291 y1[1] (numeric) 1.0625517902588004 absolute error 2.2870594307278225e-13 relative error 2.152421605887354e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.079999999999772 y2[1] (analytic) 1.061553717430141 y2[1] (numeric) 1.061553717429838 absolute error 3.0309088572266774e-13 relative error 2.855162962986031e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.061553717430141 y1[1] (numeric) 1.0615537174299121 absolute error 2.289279876777073e-13 relative error 2.1565370072077642e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0809999999997717 y2[1] (analytic) 1.0605555830475404 y2[1] (numeric) 1.0605555830472373 absolute error 3.0309088572266774e-13 relative error 2.8578500794057997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0605555830475404 y1[1] (numeric) 1.0605555830473115 absolute error 2.289279876777073e-13 relative error 2.1585666167526588e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0819999999997716 y2[1] (analytic) 1.0595573881093618 y2[1] (numeric) 1.0595573881090585 absolute error 3.0331293032759277e-13 relative error 2.862638057470526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0595573881093618 y1[1] (numeric) 1.0595573881091327 absolute error 2.291500322826323e-13 relative error 2.1626958091578205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0829999999997715 y2[1] (analytic) 1.0585591336138003 y2[1] (numeric) 1.0585591336134965 absolute error 3.0375701953744283e-13 relative error 2.8695328384768735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0585591336138003 y1[1] (numeric) 1.058559133613571 absolute error 2.2937207688755734e-13 relative error 2.166832910925885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0839999999997714 y2[1] (analytic) 1.0575608205591098 y2[1] (numeric) 1.0575608205588058 absolute error 3.0397906414236786e-13 relative error 2.8743412032005936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0575608205591098 y1[1] (numeric) 1.0575608205588805 absolute error 2.2937207688755734e-13 relative error 2.1688783512828438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0849999999997713 y2[1] (analytic) 1.0565624499436035 y2[1] (numeric) 1.0565624499432995 absolute error 3.0397906414236786e-13 relative error 2.8770572355528388e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0565624499436035 y1[1] (numeric) 1.0565624499433741 absolute error 2.2937207688755734e-13 relative error 2.170927775256452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.085999999999771 y2[1] (analytic) 1.0555640227656522 y2[1] (numeric) 1.0555640227653478 absolute error 3.044231533522179e-13 relative error 2.883985687145795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0555640227656522 y1[1] (numeric) 1.0555640227654226 absolute error 2.2959412149248237e-13 relative error 2.1750847560238892e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.086999999999771 y2[1] (analytic) 1.0545655400236826 y2[1] (numeric) 1.054565540023378 absolute error 3.0464519795714295e-13 relative error 2.8888218550200443e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0545655400236826 y1[1] (numeric) 1.0545655400234528 absolute error 2.298161660974074e-13 relative error 2.179249722992526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.087999999999771 y2[1] (analytic) 1.0535670027161774 y2[1] (numeric) 1.0535670027158728 absolute error 3.0464519795714295e-13 relative error 2.891559788525495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0535670027161774 y1[1] (numeric) 1.0535670027159476 absolute error 2.298161660974074e-13 relative error 2.1813151465917545e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.088999999999771 y2[1] (analytic) 1.0525684118416743 y2[1] (numeric) 1.0525684118413692 absolute error 3.05089287166993e-13 relative error 2.8985221647795762e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0525684118416743 y1[1] (numeric) 1.0525684118414442 absolute error 2.3003821070233244e-13 relative error 2.1854941504451534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0899999999997707 y2[1] (analytic) 1.0515697683987635 y2[1] (numeric) 1.0515697683984582 absolute error 3.0531133177191805e-13 relative error 2.9033863557795015e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0515697683987635 y1[1] (numeric) 1.0515697683985334 absolute error 2.3003821070233244e-13 relative error 2.1875696469727736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0909999999997706 y2[1] (analytic) 1.0505710733860887 y2[1] (numeric) 1.0505710733857831 absolute error 3.055333763768431e-13 relative error 2.9082599370652807e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0505710733860887 y1[1] (numeric) 1.0505710733858584 absolute error 2.3026025530725747e-13 relative error 2.1917627578028316e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0919999999997705 y2[1] (analytic) 1.0495723278023446 y2[1] (numeric) 1.049572327802039 absolute error 3.055333763768431e-13 relative error 2.9110273611784965e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0495723278023446 y1[1] (numeric) 1.0495723278021143 absolute error 2.3026025530725747e-13 relative error 2.1938483819346663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0929999999997704 y2[1] (analytic) 1.0485735326462768 y2[1] (numeric) 1.048573532645971 absolute error 3.057554209817681e-13 relative error 2.9159177822287344e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0485735326462768 y1[1] (numeric) 1.0485735326460466 absolute error 2.3026025530725747e-13 relative error 2.1959380829129975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0939999999997703 y2[1] (analytic) 1.0475746889166806 y2[1] (numeric) 1.0475746889163746 absolute error 3.0597746558669314e-13 relative error 2.9208176641143456e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0475746889166806 y1[1] (numeric) 1.0475746889164501 absolute error 2.304822999121825e-13 relative error 2.2001514770324318e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09499999999977 y2[1] (analytic) 1.0465757976123993 y2[1] (numeric) 1.046575797612093 absolute error 3.0619951019161817e-13 relative error 2.925727031813319e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0465757976123993 y1[1] (numeric) 1.0465757976121688 absolute error 2.304822999121825e-13 relative error 2.2022513843525926e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09599999999977 y2[1] (analytic) 1.0455768597323245 y2[1] (numeric) 1.0455768597320179 absolute error 3.0664359940146824e-13 relative error 2.9327695668396035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0455768597323245 y1[1] (numeric) 1.0455768597320938 absolute error 2.3070434451710753e-13 relative error 2.2064790586142998e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09699999999977 y2[1] (analytic) 1.0445778762753934 y2[1] (numeric) 1.0445778762750868 absolute error 3.0664359940146824e-13 relative error 2.9355743249594196e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0445778762753934 y1[1] (numeric) 1.0445778762751627 absolute error 2.3070434451710753e-13 relative error 2.2085892278297154e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09799999999977 y2[1] (analytic) 1.04357884824059 y2[1] (numeric) 1.043578848240283 absolute error 3.070876886113183e-13 relative error 2.9426400231189936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.04357884824059 y1[1] (numeric) 1.0435788482403592 absolute error 2.3092638912203256e-13 relative error 2.212831253827732e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0989999999997697 y2[1] (analytic) 1.042579776626942 y2[1] (numeric) 1.0425797766266347 absolute error 3.0730973321624333e-13 relative error 2.947589624368913e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.042579776626942 y1[1] (numeric) 1.042579776626711 absolute error 2.3092638912203256e-13 relative error 2.2149517408552526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0999999999997696 y2[1] (analytic) 1.0415806624335209 y2[1] (numeric) 1.0415806624332133 absolute error 3.0753177782116836e-13 relative error 2.952548841514199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0415806624335209 y1[1] (numeric) 1.0415806624332897 absolute error 2.311484337269576e-13 relative error 2.2192081906254735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1009999999997695 y2[1] (analytic) 1.0405815066594406 y2[1] (numeric) 1.040581506659133 absolute error 3.0753177782116836e-13 relative error 2.9553838488676576e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0405815066594406 y1[1] (numeric) 1.0405815066592095 absolute error 2.311484337269576e-13 relative error 2.2213390517481815e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1019999999997694 y2[1] (analytic) 1.0395823103038573 y2[1] (numeric) 1.0395823103035495 absolute error 3.077538224260934e-13 relative error 2.960360323331595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0395823103038573 y1[1] (numeric) 1.039582310303626 absolute error 2.313704783318826e-13 relative error 2.225609997771661e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1029999999997693 y2[1] (analytic) 1.0385830743659668 y2[1] (numeric) 1.038583074365659 absolute error 3.077538224260934e-13 relative error 2.963208529216314e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0385830743659668 y1[1] (numeric) 1.0385830743657354 absolute error 2.313704783318826e-13 relative error 2.227751289641702e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.103999999999769 y2[1] (analytic) 1.0375837998450053 y2[1] (numeric) 1.0375837998446973 absolute error 3.079758670310184e-13 relative error 2.968202347386534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0375837998450053 y1[1] (numeric) 1.0375837998447737 absolute error 2.3159252293680765e-13 relative error 2.2320368048479847e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.104999999999769 y2[1] (analytic) 1.036584487740247 y2[1] (numeric) 1.0365844877399388 absolute error 3.0819791163594346e-13 relative error 2.9732059015065385e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.036584487740247 y1[1] (numeric) 1.0365844877400152 absolute error 2.318145675417327e-13 relative error 2.2363306636691832e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.105999999999769 y2[1] (analytic) 1.035585139051004 y2[1] (numeric) 1.0355851390506956 absolute error 3.084199562408685e-13 relative error 2.978219217431995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.035585139051004 y1[1] (numeric) 1.0355851390507722 absolute error 2.318145675417327e-13 relative error 2.2384887422599012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.106999999999769 y2[1] (analytic) 1.034585754776625 y2[1] (numeric) 1.0345857547763164 absolute error 3.086420008457935e-13 relative error 2.983242321101083e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.034585754776625 y1[1] (numeric) 1.034585754776393 absolute error 2.320366121466577e-13 relative error 2.2427972845688e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1079999999997687 y2[1] (analytic) 1.033586335916494 y2[1] (numeric) 1.0335863359161852 absolute error 3.0886404545071855e-13 relative error 2.988275238534814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.033586335916494 y1[1] (numeric) 1.033586335916262 absolute error 2.320366121466577e-13 relative error 2.2449659412429046e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1089999999997686 y2[1] (analytic) 1.03258688347003 y2[1] (numeric) 1.032586883469721 absolute error 3.090860900556436e-13 relative error 2.99331799583734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.03258688347003 y1[1] (numeric) 1.0325868834697978 absolute error 2.3225865675158275e-13 relative error 2.249289241124898e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1099999999997685 y2[1] (analytic) 1.0315873984366852 y2[1] (numeric) 1.031587398436376 absolute error 3.093081346605686e-13 relative error 2.9983706191962825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0315873984366852 y1[1] (numeric) 1.0315873984364528 absolute error 2.324807013565078e-13 relative error 2.253620989446165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1109999999997684 y2[1] (analytic) 1.0305878818159446 y2[1] (numeric) 1.030587881815635 absolute error 3.0953017926549364e-13 relative error 3.003433134883042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0305878818159446 y1[1] (numeric) 1.030587881815712 absolute error 2.327027459614328e-13 relative error 2.257961209008198e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1119999999997683 y2[1] (analytic) 1.0295883346073247 y2[1] (numeric) 1.029588334607015 absolute error 3.097522238704187e-13 relative error 3.008505569253125e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0295883346073247 y1[1] (numeric) 1.029588334607092 absolute error 2.327027459614328e-13 relative error 2.2601532878690148e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.112999999999768 y2[1] (analytic) 1.0285887578103725 y2[1] (numeric) 1.0285887578100628 absolute error 3.097522238704187e-13 relative error 3.0114292181241556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0285887578103725 y1[1] (numeric) 1.0285887578101398 absolute error 2.327027459614328e-13 relative error 2.2623496921821614e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.113999999999768 y2[1] (analytic) 1.0275891524246652 y2[1] (numeric) 1.027589152424355 absolute error 3.1019631308026874e-13 relative error 3.01868029988775e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0275891524246652 y1[1] (numeric) 1.0275891524244323 absolute error 2.3292479056635784e-13 relative error 2.266711263122584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.114999999999768 y2[1] (analytic) 1.0265895194498076 y2[1] (numeric) 1.0265895194494972 absolute error 3.1041835768519377e-13 relative error 3.023782649286737e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0265895194498076 y1[1] (numeric) 1.0265895194495747 absolute error 2.3292479056635784e-13 relative error 2.268918454293124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.115999999999768 y2[1] (analytic) 1.0255898598854327 y2[1] (numeric) 1.025589859885122 absolute error 3.106404022901188e-13 relative error 3.028895023638592e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0255898598854327 y1[1] (numeric) 1.0255898598851998 absolute error 2.3292479056635784e-13 relative error 2.2711300070027756e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1169999999997677 y2[1] (analytic) 1.0245901747312003 y2[1] (numeric) 1.0245901747308892 absolute error 3.1108449149996886e-13 relative error 3.036184605045441e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0245901747312003 y1[1] (numeric) 1.0245901747309671 absolute error 2.3314683517128287e-13 relative error 2.275513087293157e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1179999999997676 y2[1] (analytic) 1.0235904649867948 y2[1] (numeric) 1.0235904649864838 absolute error 3.1108449149996886e-13 relative error 3.039149954410547e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0235904649867948 y1[1] (numeric) 1.0235904649865617 absolute error 2.3314683517128287e-13 relative error 2.27773551187086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1189999999997675 y2[1] (analytic) 1.0225907316519267 y2[1] (numeric) 1.0225907316516152 absolute error 3.115285807098189e-13 relative error 3.046463957350419e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0225907316519267 y1[1] (numeric) 1.0225907316516933 absolute error 2.333688797762079e-13 relative error 2.2821337271384822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1199999999997674 y2[1] (analytic) 1.0215909757263286 y2[1] (numeric) 1.0215909757260169 absolute error 3.1175062531474396e-13 relative error 3.051618825167246e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0215909757263286 y1[1] (numeric) 1.0215909757260953 absolute error 2.333688797762079e-13 relative error 2.2843670835119486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1209999999997673 y2[1] (analytic) 1.0205911982097566 y2[1] (numeric) 1.0205911982094447 absolute error 3.11972669919669e-13 relative error 3.056783856914577e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0205911982097566 y1[1] (numeric) 1.0205911982095233 absolute error 2.333688797762079e-13 relative error 2.2866048637844988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.121999999999767 y2[1] (analytic) 1.0195914001019881 y2[1] (numeric) 1.019591400101676 absolute error 3.12194714524594e-13 relative error 3.061959079817324e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0195914001019881 y1[1] (numeric) 1.0195914001017548 absolute error 2.333688797762079e-13 relative error 2.288847078867715e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.122999999999767 y2[1] (analytic) 1.0185915824028213 y2[1] (numeric) 1.0185915824025087 absolute error 3.126388037344441e-13 relative error 3.0693244391136655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0185915824028213 y1[1] (numeric) 1.0185915824025877 absolute error 2.3359092438113294e-13 relative error 2.293273657633222e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.123999999999767 y2[1] (analytic) 1.0175917461120734 y2[1] (numeric) 1.0175917461117607 absolute error 3.126388037344441e-13 relative error 3.072340208427863e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0175917461120734 y1[1] (numeric) 1.0175917461118398 absolute error 2.3359092438113294e-13 relative error 2.295526917092409e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.124999999999767 y2[1] (analytic) 1.016591892229581 y2[1] (numeric) 1.016591892229268 absolute error 3.128608483393691e-13 relative error 3.077546169025658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.016591892229581 y1[1] (numeric) 1.0165918922293473 absolute error 2.3359092438113294e-13 relative error 2.2977846485557076e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1259999999997667 y2[1] (analytic) 1.0155920217551977 y2[1] (numeric) 1.0155920217548846 absolute error 3.1308289294429414e-13 relative error 3.082762430559551e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0155920217551977 y1[1] (numeric) 1.0155920217549639 absolute error 2.3381296898605797e-13 relative error 2.3022332194178772e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1269999999997666 y2[1] (analytic) 1.014592135688794 y2[1] (numeric) 1.0145921356884806 absolute error 3.133049375492192e-13 relative error 3.08798902069668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.014592135688794 y1[1] (numeric) 1.01459213568856 absolute error 2.3381296898605797e-13 relative error 2.3045020827736386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1279999999997665 y2[1] (analytic) 1.0135922350302558 y2[1] (numeric) 1.0135922350299422 absolute error 3.135269821541442e-13 relative error 3.093225967193656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0135922350302558 y1[1] (numeric) 1.0135922350300217 absolute error 2.34035013590983e-13 relative error 2.3089661256530547e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1289999999997664 y2[1] (analytic) 1.0125923207794836 y2[1] (numeric) 1.0125923207791698 absolute error 3.1374902675906924e-13 relative error 3.09847329789691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0125923207794836 y1[1] (numeric) 1.0125923207792495 absolute error 2.34035013590983e-13 relative error 2.3112461825784455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1299999999997663 y2[1] (analytic) 1.0115923939363918 y2[1] (numeric) 1.0115923939360778 absolute error 3.1397107136399427e-13 relative error 3.103731040743042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0115923939363918 y1[1] (numeric) 1.0115923939361575 absolute error 2.3425705819590803e-13 relative error 2.3157257765091296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.130999999999766 y2[1] (analytic) 1.0105924555009071 y2[1] (numeric) 1.0105924555005927 absolute error 3.1441516057384433e-13 relative error 3.1111963963554654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0105924555009071 y1[1] (numeric) 1.0105924555006727 absolute error 2.3447910280083306e-13 relative error 2.3202142616888218e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.131999999999766 y2[1] (analytic) 1.0095925064729676 y2[1] (numeric) 1.0095925064726532 absolute error 3.1441516057384433e-13 relative error 3.114277875063279e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0095925064729676 y1[1] (numeric) 1.0095925064727331 absolute error 2.3447910280083306e-13 relative error 2.3225123136065132e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.132999999999766 y2[1] (analytic) 1.0085925478525226 y2[1] (numeric) 1.008592547852208 absolute error 3.1463720517876936e-13 relative error 3.119567022864578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0085925478525226 y1[1] (numeric) 1.008592547852288 absolute error 2.347011474057581e-13 relative error 2.3270164736540997e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.133999999999766 y2[1] (analytic) 1.0075925806395303 y2[1] (numeric) 1.0075925806392156 absolute error 3.1463720517876936e-13 relative error 3.122662981292157e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0075925806395303 y1[1] (numeric) 1.0075925806392956 absolute error 2.347011474057581e-13 relative error 2.32932587948187e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1349999999997658 y2[1] (analytic) 1.006592605833958 y2[1] (numeric) 1.0065926058336432 absolute error 3.148592497836944e-13 relative error 3.1279710178561735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.006592605833958 y1[1] (numeric) 1.0065926058337231 absolute error 2.349231920106831e-13 relative error 2.3338457947050998e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1359999999997656 y2[1] (analytic) 1.0055926244357805 y2[1] (numeric) 1.0055926244354654 absolute error 3.1508129438861943e-13 relative error 3.133289631727418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0055926244357805 y1[1] (numeric) 1.0055926244355455 absolute error 2.349231920106831e-13 relative error 2.3361666175952137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1369999999997655 y2[1] (analytic) 1.004592637444979 y2[1] (numeric) 1.0045926374446636 absolute error 3.1530333899354446e-13 relative error 3.138618851472654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.004592637444979 y1[1] (numeric) 1.004592637444744 absolute error 2.349231920106831e-13 relative error 2.33849207384371e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1379999999997654 y2[1] (analytic) 1.0035926458615405 y2[1] (numeric) 1.003592645861225 absolute error 3.155253835984695e-13 relative error 3.143958705751622e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0035926458615405 y1[1] (numeric) 1.0035926458613054 absolute error 2.3514523661560816e-13 relative error 2.3430346723370638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1389999999997653 y2[1] (analytic) 1.0025926506854563 y2[1] (numeric) 1.0025926506851406 absolute error 3.157474282033945e-13 relative error 3.1493092233173976e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0025926506854563 y1[1] (numeric) 1.0025926506852212 absolute error 2.3514523661560816e-13 relative error 2.3453716367743488e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.139999999999765 y2[1] (analytic) 1.0015926529167218 y2[1] (numeric) 1.0015926529164059 absolute error 3.1596947280831955e-13 relative error 3.154670433016755e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0015926529167218 y1[1] (numeric) 1.0015926529164865 absolute error 2.353672812205332e-13 relative error 2.3499301890356716e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.140999999999765 y2[1] (analytic) 1.0005926535553344 y2[1] (numeric) 1.0005926535550183 absolute error 3.161915174132446e-13 relative error 3.160042363790538e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0005926535553344 y1[1] (numeric) 1.000592653555099 absolute error 2.353672812205332e-13 relative error 2.3522787258553162e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.141999999999765 y2[1] (analytic) 0.9995926536012935 y2[1] (numeric) 0.9995926536009772 absolute error 3.163025397157071e-13 relative error 3.164314369219748e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9995926536012935 y1[1] (numeric) 0.9995926536010581 absolute error 2.353672812205332e-13 relative error 2.354631963055762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.142999999999765 y2[1] (analytic) 0.998592654054599 y2[1] (numeric) 0.9985926540542824 absolute error 3.1652458432063213e-13 relative error 3.169706717102746e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.998592654054599 y1[1] (numeric) 0.9985926540543635 absolute error 2.354783035229957e-13 relative error 2.358101700096431e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1439999999997648 y2[1] (analytic) 0.9975926559152503 y2[1] (numeric) 0.9975926559149335 absolute error 3.1674662892555716e-13 relative error 3.1751098712224894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9975926559152503 y1[1] (numeric) 0.9975926559150147 absolute error 2.355893258254582e-13 relative error 2.3615783900224755e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1449999999997647 y2[1] (analytic) 0.9965926601832454 y2[1] (numeric) 0.9965926601829285 absolute error 3.169686735304822e-13 relative error 3.1805238608941844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9965926601832454 y1[1] (numeric) 0.9965926601830097 absolute error 2.3570034812792073e-13 relative error 2.3650620513759558e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1459999999997645 y2[1] (analytic) 0.9955926678585802 y2[1] (numeric) 0.995592667858263 absolute error 3.1730174043786974e-13 relative error 3.1870638533362636e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9955926678585802 y1[1] (numeric) 0.9955926678583443 absolute error 2.3592239273284576e-13 relative error 2.3696678405666757e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1469999999997644 y2[1] (analytic) 0.9945926799412467 y2[1] (numeric) 0.9945926799409293 absolute error 3.1741276274033225e-13 relative error 3.1913844646341326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9945926799412467 y1[1] (numeric) 0.9945926799410107 absolute error 2.3592239273284576e-13 relative error 2.372050362835793e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1479999999997643 y2[1] (analytic) 0.9935926974312328 y2[1] (numeric) 0.9935926974309152 absolute error 3.176348073452573e-13 relative error 3.1968311378138025e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9935926974312328 y1[1] (numeric) 0.9935926974309968 absolute error 2.360334150353083e-13 relative error 2.3755550503293055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.148999999999764 y2[1] (analytic) 0.9925927213285209 y2[1] (numeric) 0.9925927213282031 absolute error 3.178568519501823e-13 relative error 3.202288764769014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9925927213285209 y1[1] (numeric) 0.9925927213282848 absolute error 2.361444373377708e-13 relative error 2.379066784025041e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.149999999999764 y2[1] (analytic) 0.9915927526330872 y2[1] (numeric) 0.9915927526327691 absolute error 3.1807889655510735e-13 relative error 3.207757375298245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9915927526330872 y1[1] (numeric) 0.9915927526328508 absolute error 2.3636648194269583e-13 relative error 2.3837052188516452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.150999999999764 y2[1] (analytic) 0.9905927923449 y2[1] (numeric) 0.9905927923445818 absolute error 3.183009411600324e-13 relative error 3.2132369992977684e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9905927923449 y1[1] (numeric) 0.9905927923446636 absolute error 2.3647750424515834e-13 relative error 2.387232231776856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.151999999999764 y2[1] (analytic) 0.9895928414639198 y2[1] (numeric) 0.9895928414636013 absolute error 3.185229857649574e-13 relative error 3.218727666762034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9895928414639198 y1[1] (numeric) 0.9895928414636832 absolute error 2.3658852654762086e-13 relative error 2.3907663499023684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1529999999997638 y2[1] (analytic) 0.9885929009900972 y2[1] (numeric) 0.9885929009897785 absolute error 3.1874503036988244e-13 relative error 3.2242294077840574e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9885929009900972 y1[1] (numeric) 0.9885929009898605 absolute error 2.3669954885008337e-13 relative error 2.3943075922659736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1539999999997637 y2[1] (analytic) 0.9875929719233727 y2[1] (numeric) 0.9875929719230537 absolute error 3.1896707497480747e-13 relative error 3.229742252555804e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9875929719233727 y1[1] (numeric) 0.9875929719231359 absolute error 2.368105711525459e-13 relative error 2.3978559779678143e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1549999999997635 y2[1] (analytic) 0.9865930552636751 y2[1] (numeric) 0.9865930552633561 absolute error 3.1907809727727e-13 relative error 3.234140921375062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9865930552636751 y1[1] (numeric) 0.9865930552634383 absolute error 2.368105711525459e-13 relative error 2.4002862161771078e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1559999999997634 y2[1] (analytic) 0.9855931520109213 y2[1] (numeric) 0.9855931520106019 absolute error 3.1941116418465754e-13 relative error 3.240801374613428e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9855931520109213 y1[1] (numeric) 0.9855931520106843 absolute error 2.370326157574709e-13 relative error 2.4049742560999892e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1569999999997633 y2[1] (analytic) 0.9845932631650143 y2[1] (numeric) 0.9845932631646946 absolute error 3.1963320878958257e-13 relative error 3.246347712781508e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9845932631650143 y1[1] (numeric) 0.9845932631647771 absolute error 2.3714363805993344e-13 relative error 2.4085441870445648e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.157999999999763 y2[1] (analytic) 0.9835933897258426 y2[1] (numeric) 0.9835933897255229 absolute error 3.197442310920451e-13 relative error 3.250776534612209e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9835933897258426 y1[1] (numeric) 0.9835933897256055 absolute error 2.3714363805993344e-13 relative error 2.410992596504055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.158999999999763 y2[1] (analytic) 0.9825935326932801 y2[1] (numeric) 0.9825935326929601 absolute error 3.199662756969701e-13 relative error 3.256344205929642e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9825935326932801 y1[1] (numeric) 0.9825935326930427 absolute error 2.3736568266485847e-13 relative error 2.4157057294509283e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.159999999999763 y2[1] (analytic) 0.9815936930671832 y2[1] (numeric) 0.9815936930668632 absolute error 3.2007729799943263e-13 relative error 3.2607921206103914e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9815936930671832 y1[1] (numeric) 0.9815936930669459 absolute error 2.3736568266485847e-13 relative error 2.4181663384894268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.160999999999763 y2[1] (analytic) 0.9805938718473919 y2[1] (numeric) 0.9805938718470716 absolute error 3.2029934260435766e-13 relative error 3.266381238962151e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9805938718473919 y1[1] (numeric) 0.9805938718471544 absolute error 2.37476704967321e-13 relative error 2.4217641144332897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.161999999999763 y2[1] (analytic) 0.9795940700337271 y2[1] (numeric) 0.9795940700334066 absolute error 3.205213872092827e-13 relative error 3.271981701545491e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9795940700337271 y1[1] (numeric) 0.9795940700334894 absolute error 2.37698749572246e-13 relative error 2.4265025365462054e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1629999999997627 y2[1] (analytic) 0.9785942886259905 y2[1] (numeric) 0.9785942886256698 absolute error 3.207434318142077e-13 relative error 3.2775935394488374e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9785942886259905 y1[1] (numeric) 0.9785942886257527 absolute error 2.3780977187470853e-13 relative error 2.4301160822081723e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1639999999997626 y2[1] (analytic) 0.9775945286239636 y2[1] (numeric) 0.9775945286236426 absolute error 3.2096547641913276e-13 relative error 3.2832167838635037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9775945286239636 y1[1] (numeric) 0.9775945286237256 absolute error 2.3792079417717105e-13 relative error 2.4337369656933546e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1649999999997624 y2[1] (analytic) 0.9765947910274061 y2[1] (numeric) 0.9765947910270849 absolute error 3.211875210240578e-13 relative error 3.288851466084098e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9765947910274061 y1[1] (numeric) 0.9765947910271681 absolute error 2.3803181647963356e-13 relative error 2.4373652068041154e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1659999999997623 y2[1] (analytic) 0.9755950768360556 y2[1] (numeric) 0.9755950768357342 absolute error 3.214095656289828e-13 relative error 3.2944976175089315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9755950768360556 y1[1] (numeric) 0.9755950768358175 absolute error 2.381428387820961e-13 relative error 2.441000825408172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1669999999997622 y2[1] (analytic) 0.9745953870496263 y2[1] (numeric) 0.9745953870493047 absolute error 3.2163161023390785e-13 relative error 3.3001552696404295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9745953870496263 y1[1] (numeric) 0.9745953870493881 absolute error 2.382538610845586e-13 relative error 2.4446438414388548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.167999999999762 y2[1] (analytic) 0.9735957226678078 y2[1] (numeric) 0.9735957226674861 absolute error 3.2174263253637037e-13 relative error 3.3046841214004533e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9735957226678078 y1[1] (numeric) 0.9735957226675696 absolute error 2.382538610845586e-13 relative error 2.4471539422102735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.168999999999762 y2[1] (analytic) 0.9725960846902645 y2[1] (numeric) 0.9725960846899425 absolute error 3.219646771412954e-13 relative error 3.310363697832787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9725960846902645 y1[1] (numeric) 0.9725960846900261 absolute error 2.383648833870211e-13 relative error 2.4508106411196526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.169999999999762 y2[1] (analytic) 0.9715964741166342 y2[1] (numeric) 0.971596474116312 absolute error 3.2218672174622043e-13 relative error 3.316054867728389e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9715964741166342 y1[1] (numeric) 0.9715964741163957 absolute error 2.384759056894836e-13 relative error 2.4544747952724257e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.170999999999762 y2[1] (analytic) 0.9705968919465273 y2[1] (numeric) 0.970596891946205 absolute error 3.2229774404868294e-13 relative error 3.320613807059658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9705968919465273 y1[1] (numeric) 0.9705968919462888 absolute error 2.384759056894836e-13 relative error 2.4570025689163434e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1719999999997617 y2[1] (analytic) 0.9695973391795262 y2[1] (numeric) 0.9695973391792037 absolute error 3.22519788653608e-13 relative error 3.32632708054381e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9695973391795262 y1[1] (numeric) 0.9695973391792876 absolute error 2.3858692799194614e-13 relative error 2.460680515004698e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1729999999997616 y2[1] (analytic) 0.9685978168151832 y2[1] (numeric) 0.9685978168148606 absolute error 3.226308109560705e-13 relative error 3.330905824430856e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9685978168151832 y1[1] (numeric) 0.9685978168149446 absolute error 2.3858692799194614e-13 relative error 2.4632197579841394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1739999999997615 y2[1] (analytic) 0.9675983258530209 y2[1] (numeric) 0.967598325852698 absolute error 3.228528555609955e-13 relative error 3.336641320419535e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9675983258530209 y1[1] (numeric) 0.9675983258527822 absolute error 2.3869795029440866e-13 relative error 2.4669115677104543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1749999999997613 y2[1] (analytic) 0.96659886729253 y2[1] (numeric) 0.9665988672922069 absolute error 3.2307490016592055e-13 relative error 3.3423885657021534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.96659886729253 y1[1] (numeric) 0.9665988672922912 absolute error 2.3880897259687117e-13 relative error 2.4706109294932415e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1759999999997612 y2[1] (analytic) 0.965599442133169 y2[1] (numeric) 0.9655994421328458 absolute error 3.2318592246838307e-13 relative error 3.34699781675942e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.965599442133169 y1[1] (numeric) 0.96559944213293 absolute error 2.389199948993337e-13 relative error 2.4743178638496297e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.176999999999761 y2[1] (analytic) 0.964600051374363 y2[1] (numeric) 0.9646000513740396 absolute error 3.234079670733081e-13 relative error 3.352767466811931e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.964600051374363 y1[1] (numeric) 0.964600051374124 absolute error 2.390310172017962e-13 relative error 2.4780323913649456e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.177999999999761 y2[1] (analytic) 0.9636006960155027 y2[1] (numeric) 0.9636006960151791 absolute error 3.2363001167823313e-13 relative error 3.358548961374209e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9636006960155027 y1[1] (numeric) 0.9636006960152635 absolute error 2.391420395042587e-13 relative error 2.481754532692983e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.178999999999761 y2[1] (analytic) 0.9626013770559433 y2[1] (numeric) 0.9626013770556195 absolute error 3.2374103398069565e-13 relative error 3.3631889762181474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9626013770559433 y1[1] (numeric) 0.9626013770557041 absolute error 2.391420395042587e-13 relative error 2.484330951568549e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.179999999999761 y2[1] (analytic) 0.9616020954950039 y2[1] (numeric) 0.9616020954946798 absolute error 3.240741008880832e-13 relative error 3.3701476151761046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9616020954950039 y1[1] (numeric) 0.9616020954947645 absolute error 2.3936408410918375e-13 relative error 2.4892217397463794e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1809999999997607 y2[1] (analytic) 0.9606028523319656 y2[1] (numeric) 0.9606028523316413 absolute error 3.2429614549300823e-13 relative error 3.375964840264057e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9606028523319656 y1[1] (numeric) 0.9606028523317262 absolute error 2.3947510641164627e-13 relative error 2.492966847124126e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1819999999997606 y2[1] (analytic) 0.9596036485660717 y2[1] (numeric) 0.9596036485657473 absolute error 3.2440716779547074e-13 relative error 3.380637081572479e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9596036485660717 y1[1] (numeric) 0.9596036485658322 absolute error 2.3947510641164627e-13 relative error 2.4955626916330722e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1829999999997605 y2[1] (analytic) 0.958604485196526 y2[1] (numeric) 0.9586044851962013 absolute error 3.2462921240039577e-13 relative error 3.3864770863641713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.958604485196526 y1[1] (numeric) 0.9586044851962864 absolute error 2.395861287141088e-13 relative error 2.4993220083358008e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1839999999997604 y2[1] (analytic) 0.9576053632224916 y2[1] (numeric) 0.9576053632221667 absolute error 3.248512570053208e-13 relative error 3.392329131409056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9576053632224916 y1[1] (numeric) 0.9576053632222519 absolute error 2.396971510165713e-13 relative error 2.503089061760817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1849999999997602 y2[1] (analytic) 0.9566062836430904 y2[1] (numeric) 0.9566062836427653 absolute error 3.2507330161024584e-13 relative error 3.398193250124318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9566062836430904 y1[1] (numeric) 0.9566062836428506 absolute error 2.398081733190338e-13 relative error 2.5068638730425296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18599999999976 y2[1] (analytic) 0.955607247457402 y2[1] (numeric) 0.9556072474570767 absolute error 3.2529534621517087e-13 relative error 3.404069476039334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.955607247457402 y1[1] (numeric) 0.9556072474571621 absolute error 2.3991919562149633e-13 relative error 2.5106464633860072e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18699999999976 y2[1] (analytic) 0.9546082556644624 y2[1] (numeric) 0.9546082556641369 absolute error 3.255173908200959e-13 relative error 3.409957842796122e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9546082556644624 y1[1] (numeric) 0.9546082556642224 absolute error 2.4003021792395884e-13 relative error 2.514436854067263e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18799999999976 y2[1] (analytic) 0.9536093092632634 y2[1] (numeric) 0.9536093092629376 absolute error 3.2573943542502093e-13 relative error 3.415858384149791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9536093092632634 y1[1] (numeric) 0.9536093092630232 absolute error 2.4014124022642136e-13 relative error 2.518235066433537e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18899999999976 y2[1] (analytic) 0.9526104092527512 y2[1] (numeric) 0.9526104092524252 absolute error 3.2596148002994596e-13 relative error 3.421771133969e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9526104092527512 y1[1] (numeric) 0.952610409252511 absolute error 2.402522625288839e-13 relative error 2.5220411219035816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1899999999997597 y2[1] (analytic) 0.9516115566318258 y2[1] (numeric) 0.9516115566314997 absolute error 3.26183524634871e-13 relative error 3.4276961262364107e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9516115566318258 y1[1] (numeric) 0.9516115566315855 absolute error 2.403632848313464e-13 relative error 2.5258550419679472e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1909999999997596 y2[1] (analytic) 0.9506127523993398 y2[1] (numeric) 0.9506127523990134 absolute error 3.26405569239796e-13 relative error 3.433633395049148e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9506127523993398 y1[1] (numeric) 0.9506127523990994 absolute error 2.404743071338089e-13 relative error 2.52967684818927e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1919999999997595 y2[1] (analytic) 0.9496139975540973 y2[1] (numeric) 0.9496139975537707 absolute error 3.2651659154225854e-13 relative error 3.4384138437645306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9496139975540973 y1[1] (numeric) 0.9496139975538568 absolute error 2.404743071338089e-13 relative error 2.532337431347832e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1929999999997594 y2[1] (analytic) 0.9486152930948529 y2[1] (numeric) 0.9486152930945262 absolute error 3.2673863614718357e-13 relative error 3.444374537555686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9486152930948529 y1[1] (numeric) 0.9486152930946123 absolute error 2.405853294362714e-13 relative error 2.5361738439970003e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1939999999997593 y2[1] (analytic) 0.9476166400203113 y2[1] (numeric) 0.9476166400199844 absolute error 3.269606807521086e-13 relative error 3.4503476083440294e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9476166400203113 y1[1] (numeric) 0.9476166400200706 absolute error 2.4069635173873394e-13 relative error 2.5400182053955365e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.194999999999759 y2[1] (analytic) 0.9466180393291252 y2[1] (numeric) 0.9466180393287981 absolute error 3.2718272535703363e-13 relative error 3.456333090682598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9466180393291252 y1[1] (numeric) 0.9466180393288844 absolute error 2.4080737404119645e-13 relative error 2.5438705373907548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.195999999999759 y2[1] (analytic) 0.9456194920198954 y2[1] (numeric) 0.9456194920195681 absolute error 3.2729374765949615e-13 relative error 3.461156949719582e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9456194920198954 y1[1] (numeric) 0.9456194920196546 absolute error 2.4080737404119645e-13 relative error 2.5465567923818767e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.196999999999759 y2[1] (analytic) 0.944620999091169 y2[1] (numeric) 0.9446209990908415 absolute error 3.275157922644212e-13 relative error 3.4671661182583064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.944620999091169 y1[1] (numeric) 0.9446209990909281 absolute error 2.4091839634365897e-13 relative error 2.550423890379839e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.197999999999759 y2[1] (analytic) 0.9436225615414389 y2[1] (numeric) 0.9436225615411112 absolute error 3.276268145668837e-13 relative error 3.4720112460186874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9436225615414389 y1[1] (numeric) 0.943622561541198 absolute error 2.4091839634365897e-13 relative error 2.5531224682685708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1989999999997587 y2[1] (analytic) 0.9426241803691425 y2[1] (numeric) 0.9426241803688147 absolute error 3.2784885917180873e-13 relative error 3.478044230134425e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9426241803691425 y1[1] (numeric) 0.9426241803689015 absolute error 2.410294186461215e-13 relative error 2.55700441030201e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1999999999997586 y2[1] (analytic) 0.9416258565726611 y2[1] (numeric) 0.941625856572333 absolute error 3.2807090377673376e-13 relative error 3.4840897951852066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9416258565726611 y1[1] (numeric) 0.9416258565724199 absolute error 2.41140440948584e-13 relative error 2.5608944281361318e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2009999999997585 y2[1] (analytic) 0.9406275911503181 y2[1] (numeric) 0.9406275911499898 absolute error 3.282929483816588e-13 relative error 3.4901479764183905e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9406275911503181 y1[1] (numeric) 0.9406275911500769 absolute error 2.412514632510465e-13 relative error 2.5647925440504438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2019999999997584 y2[1] (analytic) 0.9396293851003792 y2[1] (numeric) 0.9396293851000507 absolute error 3.285149929865838e-13 relative error 3.496218809200918e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9396293851003792 y1[1] (numeric) 0.9396293851001377 absolute error 2.4147350785597155e-13 relative error 2.5698803345765447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2029999999997583 y2[1] (analytic) 0.93863123942105 y2[1] (numeric) 0.9386312394207214 absolute error 3.2862601528904634e-13 relative error 3.5011195183717055e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.93863123942105 y1[1] (numeric) 0.9386312394208085 absolute error 2.4147350785597155e-13 relative error 2.5726131596143443e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.203999999999758 y2[1] (analytic) 0.9376331551104763 y2[1] (numeric) 0.9376331551101474 absolute error 3.2884805989397137e-13 relative error 3.507214501765618e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9376331551104763 y1[1] (numeric) 0.9376331551102347 absolute error 2.4158453015843406e-13 relative error 2.5765357042005353e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.204999999999758 y2[1] (analytic) 0.9366351331667423 y2[1] (numeric) 0.9366351331664132 absolute error 3.290701044988964e-13 relative error 3.513322240927668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9366351331667423 y1[1] (numeric) 0.9366351331665006 absolute error 2.416955524608966e-13 relative error 2.5804664367407334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.205999999999758 y2[1] (analytic) 0.9356371745878699 y2[1] (numeric) 0.9356371745875406 absolute error 3.2929214910382143e-13 relative error 3.519442771701202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9356371745878699 y1[1] (numeric) 0.9356371745876281 absolute error 2.418065747633591e-13 relative error 2.58440537989387e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.206999999999758 y2[1] (analytic) 0.9346392803718175 y2[1] (numeric) 0.934639280371488 absolute error 3.2951419370874646e-13 relative error 3.525576130051578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9346392803718175 y1[1] (numeric) 0.9346392803715756 absolute error 2.419175970658216e-13 relative error 2.5883525563956837e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2079999999997577 y2[1] (analytic) 0.9336414515164793 y2[1] (numeric) 0.9336414515161496 absolute error 3.29625216011209e-13 relative error 3.5305332199615916e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9336414515164793 y1[1] (numeric) 0.9336414515162373 absolute error 2.419175970658216e-13 relative error 2.5911188569539603e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2089999999997576 y2[1] (analytic) 0.932643689019684 y2[1] (numeric) 0.9326436890193541 absolute error 3.29847260616134e-13 relative error 3.53669106969288e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.932643689019684 y1[1] (numeric) 0.932643689019442 absolute error 2.4202861936828413e-13 relative error 2.595081296509754e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2099999999997575 y2[1] (analytic) 0.9316459938791941 y2[1] (numeric) 0.931645993878864 absolute error 3.3006930522105904e-13 relative error 3.5428618529954085e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9316459938791941 y1[1] (numeric) 0.931645993878952 absolute error 2.4213964167074664e-13 relative error 2.5990520354466818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2109999999997574 y2[1] (analytic) 0.9306483670927046 y2[1] (numeric) 0.9306483670923744 absolute error 3.3018032752352156e-13 relative error 3.547852649814313e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9306483670927046 y1[1] (numeric) 0.9306483670924625 absolute error 2.4213964167074664e-13 relative error 2.6018381402975847e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2119999999997573 y2[1] (analytic) 0.9296508096578423 y2[1] (numeric) 0.9296508096575119 absolute error 3.304023721284466e-13 relative error 3.5540481296418286e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9296508096578423 y1[1] (numeric) 0.9296508096576 absolute error 2.4225066397320916e-13 relative error 2.60582426709626e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.212999999999757 y2[1] (analytic) 0.9286533225721645 y2[1] (numeric) 0.9286533225718339 absolute error 3.306244167333716e-13 relative error 3.560256650109376e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9286533225721645 y1[1] (numeric) 0.9286533225719221 absolute error 2.4236168627567167e-13 relative error 2.6098187599693646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.213999999999757 y2[1] (analytic) 0.9276559068331581 y2[1] (numeric) 0.9276559068328273 absolute error 3.3084646133829665e-13 relative error 3.566478248036429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9276559068331581 y1[1] (numeric) 0.9276559068329157 absolute error 2.424727085781342e-13 relative error 2.6138216421850875e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.214999999999757 y2[1] (analytic) 0.9266585634382388 y2[1] (numeric) 0.9266585634379079 absolute error 3.3095748364075916e-13 relative error 3.5715148674910754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9266585634382388 y1[1] (numeric) 0.9266585634379964 absolute error 2.424727085781342e-13 relative error 2.6166348442135217e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.215999999999757 y2[1] (analytic) 0.9256612933847501 y2[1] (numeric) 0.9256612933844189 absolute error 3.311795282456842e-13 relative error 3.577761440523254e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9256612933847501 y1[1] (numeric) 0.9256612933845074 absolute error 2.426947531830592e-13 relative error 2.6218526681139232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2169999999997567 y2[1] (analytic) 0.9246640976699617 y2[1] (numeric) 0.9246640976696304 absolute error 3.312905505481467e-13 relative error 3.582820522424928e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9246640976699617 y1[1] (numeric) 0.9246640976697189 absolute error 2.4280577548552174e-13 relative error 2.6258808587611657e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2179999999997566 y2[1] (analytic) 0.9236669772910694 y2[1] (numeric) 0.9236669772907379 absolute error 3.3151259515307174e-13 relative error 3.58909220859375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9236669772910694 y1[1] (numeric) 0.9236669772908265 absolute error 2.4291679778798425e-13 relative error 2.6299175326199348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2189999999997565 y2[1] (analytic) 0.9226699332451934 y2[1] (numeric) 0.9226699332448617 absolute error 3.3173463975799677e-13 relative error 3.59537715281593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9226699332451934 y1[1] (numeric) 0.9226699332449504 absolute error 2.4302782009044677e-13 relative error 2.6339627133581227e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2199999999997564 y2[1] (analytic) 0.9216729665293778 y2[1] (numeric) 0.9216729665290458 absolute error 3.319566843629218e-13 relative error 3.601675392660449e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9216729665293778 y1[1] (numeric) 0.9216729665291347 absolute error 2.431388423929093e-13 relative error 2.6380164247245433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2209999999997563 y2[1] (analytic) 0.920676078140589 y2[1] (numeric) 0.920676078140257 absolute error 3.320677066653843e-13 relative error 3.606781087828774e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.920676078140589 y1[1] (numeric) 0.9206760781403459 absolute error 2.431388423929093e-13 relative error 2.640872812552663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.221999999999756 y2[1] (analytic) 0.9196792690757156 y2[1] (numeric) 0.9196792690753833 absolute error 3.3228975127030935e-13 relative error 3.613104725131653e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9196792690757156 y1[1] (numeric) 0.9196792690754724 absolute error 2.432498646953718e-13 relative error 2.6449423497372044e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.222999999999756 y2[1] (analytic) 0.9186825403315664 y2[1] (numeric) 0.9186825403312339 absolute error 3.325117958752344e-13 relative error 3.619441768809777e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9186825403315664 y1[1] (numeric) 0.918682540331323 absolute error 2.433608869978343e-13 relative error 2.6490204865546014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.223999999999756 y2[1] (analytic) 0.91768589290487 y2[1] (numeric) 0.9176858929045373 absolute error 3.327338404801594e-13 relative error 3.625792256944409e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.91768589290487 y1[1] (numeric) 0.9176858929046265 absolute error 2.4347190930029683e-13 relative error 2.6531072470734366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.224999999999756 y2[1] (analytic) 0.9166893277922739 y2[1] (numeric) 0.916689327791941 absolute error 3.3284486278262193e-13 relative error 3.630945105297944e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9166893277922739 y1[1] (numeric) 0.9166893277920304 absolute error 2.4347190930029683e-13 relative error 2.6559915329947935e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2259999999997557 y2[1] (analytic) 0.9156928459903431 y2[1] (numeric) 0.91569284599001 absolute error 3.3306690738754696e-13 relative error 3.6373212791383925e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9156928459903431 y1[1] (numeric) 0.9156928459900995 absolute error 2.4358293160275934e-13 relative error 2.6600942954765443e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2269999999997556 y2[1] (analytic) 0.9146964484955592 y2[1] (numeric) 0.9146964484952259 absolute error 3.33288951992472e-13 relative error 3.6437110097087046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9146964484955592 y1[1] (numeric) 0.9146964484953155 absolute error 2.4369395390522186e-13 relative error 2.664205751602467e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2279999999997555 y2[1] (analytic) 0.9137001363043198 y2[1] (numeric) 0.9137001363039863 absolute error 3.33510996597397e-13 relative error 3.6501143356108334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9137001363043198 y1[1] (numeric) 0.913700136304076 absolute error 2.438049762076844e-13 relative error 2.6683259257661086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2289999999997554 y2[1] (analytic) 0.9127039104129367 y2[1] (numeric) 0.9127039104126031 absolute error 3.3362201889985954e-13 relative error 3.6553148846367726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9127039104129367 y1[1] (numeric) 0.9127039104126929 absolute error 2.438049762076844e-13 relative error 2.671238431501615e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2299999999997553 y2[1] (analytic) 0.9117077718176362 y2[1] (numeric) 0.9117077718173023 absolute error 3.3384406350478457e-13 relative error 3.661744188482815e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9117077718176362 y1[1] (numeric) 0.9117077718173923 absolute error 2.439159985101469e-13 relative error 2.6753747861977868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.230999999999755 y2[1] (analytic) 0.9107117215145564 y2[1] (numeric) 0.9107117215142223 absolute error 3.340661081097096e-13 relative error 3.6681872014795416e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9107117215145564 y1[1] (numeric) 0.9107117215143123 absolute error 2.440270208126094e-13 relative error 2.6795199298278603e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.231999999999755 y2[1] (analytic) 0.9097157604997476 y2[1] (numeric) 0.9097157604994134 absolute error 3.341771304121721e-13 relative error 3.673423556261064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9097157604997476 y1[1] (numeric) 0.9097157604995035 absolute error 2.440270208126094e-13 relative error 2.6824534806185445e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.232999999999755 y2[1] (analytic) 0.9087198897691707 y2[1] (numeric) 0.9087198897688364 absolute error 3.3428815271463463e-13 relative error 3.678671023691901e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9087198897691707 y1[1] (numeric) 0.9087198897689267 absolute error 2.440270208126094e-13 relative error 2.6853931949766848e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.233999999999755 y2[1] (analytic) 0.9077241103186966 y2[1] (numeric) 0.9077241103183621 absolute error 3.3451019731955967e-13 relative error 3.685152718947997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9077241103186966 y1[1] (numeric) 0.9077241103184525 absolute error 2.441380431150719e-13 relative error 2.6895621735700784e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2349999999997547 y2[1] (analytic) 0.9067284231441044 y2[1] (numeric) 0.9067284231437697 absolute error 3.347322419244847e-13 relative error 3.6916482750567356e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9067284231441044 y1[1] (numeric) 0.9067284231438602 absolute error 2.4424906541753444e-13 relative error 2.6937400348672698e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2359999999997546 y2[1] (analytic) 0.9057328292410813 y2[1] (numeric) 0.9057328292407464 absolute error 3.3495428652940973e-13 relative error 3.698157731679769e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9057328292410813 y1[1] (numeric) 0.905732829240837 absolute error 2.4436008771999695e-13 relative error 2.6979268039201764e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2369999999997545 y2[1] (analytic) 0.9047373296052211 y2[1] (numeric) 0.904737329604886 absolute error 3.3517633113433476e-13 relative error 3.7046811286164986e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9047373296052211 y1[1] (numeric) 0.9047373296049767 absolute error 2.4447111002245947e-13 relative error 2.70212250586735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2379999999997544 y2[1] (analytic) 0.9037419252320233 y2[1] (numeric) 0.9037419252316881 absolute error 3.352873534367973e-13 relative error 3.7099900322840154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9037419252320233 y1[1] (numeric) 0.9037419252317789 absolute error 2.4447111002245947e-13 relative error 2.7050986924137095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2389999999997543 y2[1] (analytic) 0.9027466171168924 y2[1] (numeric) 0.9027466171165569 absolute error 3.355093980417223e-13 relative error 3.716540075367336e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9027466171168924 y1[1] (numeric) 0.9027466171166478 absolute error 2.44582132324922e-13 relative error 2.7093109814805566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.239999999999754 y2[1] (analytic) 0.9017514062551362 y2[1] (numeric) 0.9017514062548005 absolute error 3.356204203441848e-13 relative error 3.721872990894193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9017514062551362 y1[1] (numeric) 0.9017514062548916 absolute error 2.44582132324922e-13 relative error 2.7123010912801546e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.240999999999754 y2[1] (analytic) 0.9007562936419655 y2[1] (numeric) 0.9007562936416297 absolute error 3.3584246494910985e-13 relative error 3.72844982954514e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9007562936419655 y1[1] (numeric) 0.9007562936417208 absolute error 2.446931546273845e-13 relative error 2.716530057625616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.241999999999754 y2[1] (analytic) 0.8997612802724929 y2[1] (numeric) 0.899761280272157 absolute error 3.3595348725157237e-13 relative error 3.7338068954226255e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8997612802724929 y1[1] (numeric) 0.8997612802722482 absolute error 2.446931546273845e-13 relative error 2.7195341696997576e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.242999999999754 y2[1] (analytic) 0.8987663671417317 y2[1] (numeric) 0.8987663671413956 absolute error 3.361755318564974e-13 relative error 3.740410680092615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8987663671417317 y1[1] (numeric) 0.8987663671414869 absolute error 2.44804176929847e-13 relative error 2.7237799040965047e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2439999999997537 y2[1] (analytic) 0.897771555244595 y2[1] (numeric) 0.8977715552442586 absolute error 3.3639757646142243e-13 relative error 3.747028678913446e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.897771555244595 y1[1] (numeric) 0.89777155524435 absolute error 2.4491519923230953e-13 relative error 2.7280347411495253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2449999999997536 y2[1] (analytic) 0.8967768455758944 y2[1] (numeric) 0.8967768455755578 absolute error 3.3661962106634746e-13 relative error 3.753660932783966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8967768455758944 y1[1] (numeric) 0.8967768455756494 absolute error 2.4502622153477205e-13 relative error 2.7322987066801495e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2459999999997535 y2[1] (analytic) 0.8957822391303397 y2[1] (numeric) 0.8957822391300029 absolute error 3.368416656712725e-13 relative error 3.760307482745935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8957822391303397 y1[1] (numeric) 0.8957822391300946 absolute error 2.4513724383723456e-13 relative error 2.7365718265995466e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2469999999997534 y2[1] (analytic) 0.8947877369025372 y2[1] (numeric) 0.8947877369022001 absolute error 3.3706371027619753e-13 relative error 3.7669683699846176e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8947877369025372 y1[1] (numeric) 0.894787736902292 absolute error 2.452482661396971e-13 relative error 2.7408541269090975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2479999999997533 y2[1] (analytic) 0.893793339886989 y2[1] (numeric) 0.8937933398866518 absolute error 3.3717473257866004e-13 relative error 3.772401488483818e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.893793339886989 y1[1] (numeric) 0.8937933398867437 absolute error 2.452482661396971e-13 relative error 2.743903486355204e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.248999999999753 y2[1] (analytic) 0.892799049078092 y2[1] (numeric) 0.8927990490777546 absolute error 3.3739677718358507e-13 relative error 3.7790897910563676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.892799049078092 y1[1] (numeric) 0.8927990490778467 absolute error 2.453592884421596e-13 relative error 2.74820284245955e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.249999999999753 y2[1] (analytic) 0.891804865470137 y2[1] (numeric) 0.8918048654697995 absolute error 3.375077994860476e-13 relative error 3.7845476354081333e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.891804865470137 y1[1] (numeric) 0.8918048654698917 absolute error 2.453592884421596e-13 relative error 2.7512665375828866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.250999999999753 y2[1] (analytic) 0.8908107900573077 y2[1] (numeric) 0.89081079005697 absolute error 3.377298440909726e-13 relative error 3.791263508036828e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8908107900573077 y1[1] (numeric) 0.8908107900570622 absolute error 2.454703107446221e-13 relative error 2.7555830428236114e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.251999999999753 y2[1] (analytic) 0.8898168238336791 y2[1] (numeric) 0.8898168238333412 absolute error 3.3795188869589765e-13 relative error 3.797993920140425e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8898168238336791 y1[1] (numeric) 0.8898168238334335 absolute error 2.4558133304708463e-13 relative error 2.759908853925959e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2529999999997528 y2[1] (analytic) 0.8888229677932175 y2[1] (numeric) 0.8888229677928794 absolute error 3.3806291099836017e-13 relative error 3.803489820224917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8888229677932175 y1[1] (numeric) 0.8888229677929719 absolute error 2.4558133304708463e-13 relative error 2.7629949038875258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2539999999997526 y2[1] (analytic) 0.8878292229297788 y2[1] (numeric) 0.8878292229294406 absolute error 3.382849556032852e-13 relative error 3.8102480394480237e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8878292229297788 y1[1] (numeric) 0.8878292229295331 absolute error 2.4569235534954714e-13 relative error 2.7673380083027488e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2549999999997525 y2[1] (analytic) 0.8868355902371079 y2[1] (numeric) 0.8868355902367694 absolute error 3.3850700020821023e-13 relative error 3.8170209217438564e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8868355902371079 y1[1] (numeric) 0.8868355902368621 absolute error 2.4580337765200966e-13 relative error 2.7716904954873394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2559999999997524 y2[1] (analytic) 0.8858420707088372 y2[1] (numeric) 0.8858420707084986 absolute error 3.3861802251067274e-13 relative error 3.822555212801259e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8858420707088372 y1[1] (numeric) 0.8858420707085914 absolute error 2.4580337765200966e-13 relative error 2.7747990954563894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2569999999997523 y2[1] (analytic) 0.8848486653384864 y2[1] (numeric) 0.8848486653381477 absolute error 3.3872904481313526e-13 relative error 3.828101437928476e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8848486653384864 y1[1] (numeric) 0.8848486653382406 absolute error 2.4580337765200966e-13 relative error 2.7779143177888056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.257999999999752 y2[1] (analytic) 0.8838553751194607 y2[1] (numeric) 0.8838553751191217 absolute error 3.389510894180603e-13 relative error 3.834915744810039e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8838553751194607 y1[1] (numeric) 0.8838553751192147 absolute error 2.4591439995447217e-13 relative error 2.782292294383962e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.258999999999752 y2[1] (analytic) 0.8828622010450501 y2[1] (numeric) 0.8828622010447109 absolute error 3.391731340229853e-13 relative error 3.841744879569017e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8828622010450501 y1[1] (numeric) 0.8828622010448041 absolute error 2.460254222569347e-13 relative error 2.7866797555237124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.259999999999752 y2[1] (analytic) 0.8818691441084286 y2[1] (numeric) 0.8818691441080894 absolute error 3.3928415632544784e-13 relative error 3.847329942227027e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8818691441084286 y1[1] (numeric) 0.8818691441081826 absolute error 2.460254222569347e-13 relative error 2.7898177853321633e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.260999999999752 y2[1] (analytic) 0.8808762053026533 y2[1] (numeric) 0.8808762053023138 absolute error 3.3950620093037287e-13 relative error 3.854187442987231e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8808762053026533 y1[1] (numeric) 0.8808762053024072 absolute error 2.461364445593972e-13 relative error 2.7942228780584342e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2619999999997518 y2[1] (analytic) 0.8798833856206628 y2[1] (numeric) 0.8798833856203231 absolute error 3.397282455352979e-13 relative error 3.861059898246133e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8798833856206628 y1[1] (numeric) 0.8798833856204166 absolute error 2.462474668618597e-13 relative error 2.79863753408821e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2629999999997517 y2[1] (analytic) 0.8788906860552766 y2[1] (numeric) 0.8788906860549367 absolute error 3.3995029014022293e-13 relative error 3.867947351519006e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8788906860552766 y1[1] (numeric) 0.8788906860550303 absolute error 2.4635848916432224e-13 relative error 2.8030617808689332e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2639999999997515 y2[1] (analytic) 0.8778981075991943 y2[1] (numeric) 0.8778981075988542 absolute error 3.4006131244268545e-13 relative error 3.8735852087967017e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8778981075991943 y1[1] (numeric) 0.8778981075989479 absolute error 2.4635848916432224e-13 relative error 2.8062310082663668e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2649999999997514 y2[1] (analytic) 0.8769056512449942 y2[1] (numeric) 0.8769056512446539 absolute error 3.402833570476105e-13 relative error 3.8805013579795076e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8769056512449942 y1[1] (numeric) 0.8769056512447477 absolute error 2.4646951146678475e-13 relative error 2.810673087998208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2659999999997513 y2[1] (analytic) 0.8759133179851326 y2[1] (numeric) 0.8759133179847921 absolute error 3.405054016525355e-13 relative error 3.8874326335829855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8759133179851326 y1[1] (numeric) 0.875913317984886 absolute error 2.4658053376924727e-13 relative error 2.815124838339684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.266999999999751 y2[1] (analytic) 0.8749211088119426 y2[1] (numeric) 0.874921108811602 absolute error 3.4061642395499803e-13 relative error 3.893110139010383e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8749211088119426 y1[1] (numeric) 0.874921108811696 absolute error 2.4658053376924727e-13 relative error 2.8183173463957172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.267999999999751 y2[1] (analytic) 0.8739290247176335 y2[1] (numeric) 0.8739290247172926 absolute error 3.4083846855992306e-13 relative error 3.9000703594899824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8739290247176335 y1[1] (numeric) 0.8739290247173868 absolute error 2.466915560717098e-13 relative error 2.8227870810380265e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.268999999999751 y2[1] (analytic) 0.872937066694289 y2[1] (numeric) 0.872937066693948 absolute error 3.410605131648481e-13 relative error 3.907045836149501e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.872937066694289 y1[1] (numeric) 0.8729370666940423 absolute error 2.468025783741723e-13 relative error 2.8272665669792773e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.269999999999751 y2[1] (analytic) 0.8719452357338674 y2[1] (numeric) 0.8719452357335261 absolute error 3.412825577697731e-13 relative error 3.914036613578544e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8719452357338674 y1[1] (numeric) 0.8719452357336205 absolute error 2.469136006766348e-13 relative error 2.8317558323352897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2709999999997508 y2[1] (analytic) 0.8709535328281993 y2[1] (numeric) 0.8709535328278578 absolute error 3.4150460237469815e-13 relative error 3.9210427365252095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8709535328281993 y1[1] (numeric) 0.8709535328279523 absolute error 2.4702462297909733e-13 relative error 2.8362549053213887e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2719999999997507 y2[1] (analytic) 0.8699619589689876 y2[1] (numeric) 0.8699619589686459 absolute error 3.417266469796232e-13 relative error 3.928064249896759e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8699619589689876 y1[1] (numeric) 0.8699619589687405 absolute error 2.4713564528155985e-13 relative error 2.840763814252822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2729999999997506 y2[1] (analytic) 0.8689705151478062 y2[1] (numeric) 0.8689705151474643 absolute error 3.419486915845482e-13 relative error 3.9351011987602935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8689705151478062 y1[1] (numeric) 0.868970515147559 absolute error 2.4724666758402236e-13 relative error 2.8452825875451863e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2739999999997504 y2[1] (analytic) 0.8679792023560986 y2[1] (numeric) 0.8679792023557565 absolute error 3.4205971388701073e-13 relative error 3.940874538911783e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8679792023560986 y1[1] (numeric) 0.8679792023558514 absolute error 2.4724666758402236e-13 relative error 2.8485321642832004e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2749999999997503 y2[1] (analytic) 0.8669880215851777 y2[1] (numeric) 0.8669880215848355 absolute error 3.4228175849193576e-13 relative error 3.9479410322892e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8669880215851777 y1[1] (numeric) 0.8669880215849304 absolute error 2.473576898864849e-13 relative error 2.8530692896335832e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2759999999997502 y2[1] (analytic) 0.8659969738262242 y2[1] (numeric) 0.8659969738258817 absolute error 3.425038030968608e-13 relative error 3.9550230941752635e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8659969738262242 y1[1] (numeric) 0.8659969738259767 absolute error 2.474687121889474e-13 relative error 2.8576163620475404e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27699999999975 y2[1] (analytic) 0.8650060600702856 y2[1] (numeric) 0.865006060069943 absolute error 3.426148253993233e-13 relative error 3.9608372844403466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8650060600702856 y1[1] (numeric) 0.8650060600700381 absolute error 2.474687121889474e-13 relative error 2.860889924503413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27799999999975 y2[1] (analytic) 0.8640152813082758 y2[1] (numeric) 0.8640152813079329 absolute error 3.4283687000424834e-13 relative error 3.9679491488290715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8640152813082758 y1[1] (numeric) 0.8640152813080282 absolute error 2.475797344914099e-13 relative error 2.8654555057930145e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27899999999975 y2[1] (analytic) 0.8630246385309732 y2[1] (numeric) 0.8630246385306303 absolute error 3.4294789230671086e-13 relative error 3.9737902835598216e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8630246385309732 y1[1] (numeric) 0.8630246385307256 absolute error 2.475797344914099e-13 relative error 2.8687446851208812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27999999999975 y2[1] (analytic) 0.8620341327290207 y2[1] (numeric) 0.8620341327286777 absolute error 3.4305891460917337e-13 relative error 3.97964421110705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8620341327290207 y1[1] (numeric) 0.862034132728773 absolute error 2.476907567938724e-13 relative error 2.8733288786342488e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2809999999997497 y2[1] (analytic) 0.8610437648929241 y2[1] (numeric) 0.8610437648925808 absolute error 3.432809592140984e-13 relative error 3.986800360336938e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8610437648929241 y1[1] (numeric) 0.8610437648926763 absolute error 2.4780177909633494e-13 relative error 2.8779231579146336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2819999999997496 y2[1] (analytic) 0.8600535360130509 y2[1] (numeric) 0.8600535360127075 absolute error 3.433919815165609e-13 relative error 3.9926814685097706e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8600535360130509 y1[1] (numeric) 0.8600535360128031 absolute error 2.4780177909633494e-13 relative error 2.8812366756268374e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2829999999997495 y2[1] (analytic) 0.8590634470796301 y2[1] (numeric) 0.8590634470792865 absolute error 3.4361402612148595e-13 relative error 3.999867847824224e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8590634470796301 y1[1] (numeric) 0.8590634470793822 absolute error 2.4791280139879746e-13 relative error 2.8858497267177683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2839999999997493 y2[1] (analytic) 0.8580734990827504 y2[1] (numeric) 0.8580734990824067 absolute error 3.4372504842394846e-13 relative error 4.0057762976176064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8580734990827504 y1[1] (numeric) 0.8580734990825025 absolute error 2.4791280139879746e-13 relative error 2.8891790932106314e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2849999999997492 y2[1] (analytic) 0.8570836930123599 y2[1] (numeric) 0.8570836930120159 absolute error 3.439470930288735e-13 relative error 4.012993081457606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8570836930123599 y1[1] (numeric) 0.8570836930121118 absolute error 2.4802382370125997e-13 relative error 2.8938110212964144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.285999999999749 y2[1] (analytic) 0.8560940298582643 y2[1] (numeric) 0.8560940298579203 absolute error 3.44058115331336e-13 relative error 4.0189290350301654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8560940298582643 y1[1] (numeric) 0.8560940298580163 absolute error 2.4802382370125997e-13 relative error 2.8971563292214875e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.286999999999749 y2[1] (analytic) 0.855104510610127 y2[1] (numeric) 0.8551045106097828 absolute error 3.4428015993626104e-13 relative error 4.0261763990768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.855104510610127 y1[1] (numeric) 0.8551045106098789 absolute error 2.481348460037225e-13 relative error 2.9018072402246525e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.287999999999749 y2[1] (analytic) 0.854115136257467 y2[1] (numeric) 0.8541151362571225 absolute error 3.4450220454118607e-13 relative error 4.0334398714758085e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.854115136257467 y1[1] (numeric) 0.8541151362572188 absolute error 2.48245868306185e-13 relative error 2.906468434618082e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.288999999999749 y2[1] (analytic) 0.8531259077896586 y2[1] (numeric) 0.853125907789314 absolute error 3.446132268436486e-13 relative error 4.0394181409458997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8531259077896586 y1[1] (numeric) 0.8531259077894103 absolute error 2.48245868306185e-13 relative error 2.9098385834906676e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2899999999997487 y2[1] (analytic) 0.8521368261959301 y2[1] (numeric) 0.8521368261955853 absolute error 3.448352714485736e-13 relative error 4.046712462691835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8521368261959301 y1[1] (numeric) 0.8521368261956818 absolute error 2.483568906086475e-13 relative error 2.9145189243533914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2909999999997486 y2[1] (analytic) 0.851147892465363 y2[1] (numeric) 0.8511478924650181 absolute error 3.4494629375103614e-13 relative error 4.0527186497741754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.851147892465363 y1[1] (numeric) 0.8511478924651147 absolute error 2.483568906086475e-13 relative error 2.9179052525087963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2919999999997485 y2[1] (analytic) 0.8501591075868913 y2[1] (numeric) 0.8501591075865461 absolute error 3.4516833835596117e-13 relative error 4.0600439997131114e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8501591075868913 y1[1] (numeric) 0.8501591075866427 absolute error 2.4857893521357255e-13 relative error 2.923910747943923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2929999999997484 y2[1] (analytic) 0.8491704725492992 y2[1] (numeric) 0.8491704725489541 absolute error 3.4516833835596117e-13 relative error 4.06477085007124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8491704725492992 y1[1] (numeric) 0.8491704725490506 absolute error 2.4857893521357255e-13 relative error 2.9273148707975253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2939999999997482 y2[1] (analytic) 0.8481819883412223 y2[1] (numeric) 0.8481819883408769 absolute error 3.453903829608862e-13 relative error 4.0721258846389955e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8481819883412223 y1[1] (numeric) 0.8481819883409736 absolute error 2.4868995751603507e-13 relative error 2.93203535248838e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.294999999999748 y2[1] (analytic) 0.8471936559511442 y2[1] (numeric) 0.8471936559507987 absolute error 3.455014052633487e-13 relative error 4.0781868801349125e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8471936559511442 y1[1] (numeric) 0.8471936559508955 absolute error 2.4868995751603507e-13 relative error 2.93545585202513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.295999999999748 y2[1] (analytic) 0.8462054763673974 y2[1] (numeric) 0.8462054763670518 absolute error 3.4561242756581123e-13 relative error 4.084261296079778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8462054763673974 y1[1] (numeric) 0.8462054763671487 absolute error 2.4868995751603507e-13 relative error 2.938883810863701e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.296999999999748 y2[1] (analytic) 0.8452174505781616 y2[1] (numeric) 0.8452174505778157 absolute error 3.4583447217073626e-13 relative error 4.091662706847475e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8452174505781616 y1[1] (numeric) 0.8452174505779128 absolute error 2.488009798184976e-13 relative error 2.943632785247253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.297999999999748 y2[1] (analytic) 0.8442295795714622 y2[1] (numeric) 0.8442295795711161 absolute error 3.460565167756613e-13 relative error 4.099080690246869e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8442295795714622 y1[1] (numeric) 0.8442295795712133 absolute error 2.489120021209601e-13 relative error 2.94839233478777e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2989999999997477 y2[1] (analytic) 0.8432418643351702 y2[1] (numeric) 0.843241864334824 absolute error 3.462785613805863e-13 relative error 4.1065152956275446e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8432418643351702 y1[1] (numeric) 0.8432418643349212 absolute error 2.490230244234226e-13 relative error 2.9531624905715235e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2999999999997476 y2[1] (analytic) 0.8422543058570009 y2[1] (numeric) 0.8422543058566544 absolute error 3.4650060598551136e-13 relative error 4.113966572518072e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8422543058570009 y1[1] (numeric) 0.8422543058567518 absolute error 2.4913404672588513e-13 relative error 2.9579432837970374e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3009999999997475 y2[1] (analytic) 0.8412669051245125 y2[1] (numeric) 0.8412669051241659 absolute error 3.4661162828797387e-13 relative error 4.120114866953827e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8412669051245125 y1[1] (numeric) 0.8412669051242634 absolute error 2.4913404672588513e-13 relative error 2.961415042102623e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3019999999997474 y2[1] (analytic) 0.8402796631251058 y2[1] (numeric) 0.840279663124759 absolute error 3.468336728928989e-13 relative error 4.127598085653779e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8402796631251058 y1[1] (numeric) 0.8402796631248566 absolute error 2.4924506902834764e-13 relative error 2.9662156537428726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3029999999997472 y2[1] (analytic) 0.8392925808460228 y2[1] (numeric) 0.8392925808456757 absolute error 3.4705571749782393e-13 relative error 4.1350981221350154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8392925808460228 y1[1] (numeric) 0.8392925808457734 absolute error 2.4935609133081016e-13 relative error 2.971026993702893e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.303999999999747 y2[1] (analytic) 0.8383056592743453 y2[1] (numeric) 0.8383056592739981 absolute error 3.4716673980028645e-13 relative error 4.141290661222556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8383056592743453 y1[1] (numeric) 0.838305659274096 absolute error 2.4935609133081016e-13 relative error 2.974524728207823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.304999999999747 y2[1] (analytic) 0.8373188993969952 y2[1] (numeric) 0.8373188993966478 absolute error 3.473887844052115e-13 relative error 4.1488229234451474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8373188993969952 y1[1] (numeric) 0.8373188993967458 absolute error 2.4946711363327267e-13 relative error 2.979356059118327e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.305999999999747 y2[1] (analytic) 0.8363323022007322 y2[1] (numeric) 0.8363323022003846 absolute error 3.476108290101365e-13 relative error 4.1563721513019444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8363323022007322 y1[1] (numeric) 0.8363323022004826 absolute error 2.495781359357352e-13 relative error 2.9841982101969886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.306999999999747 y2[1] (analytic) 0.8353458686721532 y2[1] (numeric) 0.8353458686718055 absolute error 3.4772185131259903e-13 relative error 4.162609337678652e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8353458686721532 y1[1] (numeric) 0.8353458686719036 absolute error 2.495781359357352e-13 relative error 2.9877221555241415e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3079999999997467 y2[1] (analytic) 0.8343595997976919 y2[1] (numeric) 0.834359599797344 absolute error 3.4794389591752406e-13 relative error 4.1701910783059296e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8343595997976919 y1[1] (numeric) 0.8343595997974422 absolute error 2.496891582381977e-13 relative error 2.992584471955978e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3089999999997466 y2[1] (analytic) 0.833373496563617 y2[1] (numeric) 0.8333734965632689 absolute error 3.481659405224491e-13 relative error 4.177789934022353e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.833373496563617 y1[1] (numeric) 0.8333734965633672 absolute error 2.498001805406602e-13 relative error 2.997457701387211e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3099999999997465 y2[1] (analytic) 0.8323875599560316 y2[1] (numeric) 0.8323875599556834 absolute error 3.482769628249116e-13 relative error 4.184072174784884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8323875599560316 y1[1] (numeric) 0.8323875599557818 absolute error 2.498001805406602e-13 relative error 3.001008094761233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3109999999997464 y2[1] (analytic) 0.8314017909608724 y2[1] (numeric) 0.8314017909605239 absolute error 3.4849900742983664e-13 relative error 4.191703833438552e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8314017909608724 y1[1] (numeric) 0.8314017909606225 absolute error 2.4991120284312274e-13 relative error 3.005901665839497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3119999999997463 y2[1] (analytic) 0.830416190563908 y2[1] (numeric) 0.8304161905635594 absolute error 3.4861002973229915e-13 relative error 4.1980158105488005e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.830416190563908 y1[1] (numeric) 0.8304161905636581 absolute error 2.4991120284312274e-13 relative error 3.009469296033551e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.312999999999746 y2[1] (analytic) 0.8294307597507391 y2[1] (numeric) 0.8294307597503903 absolute error 3.488320743372242e-13 relative error 4.2056804650222444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8294307597507391 y1[1] (numeric) 0.8294307597504891 absolute error 2.5002222514558525e-13 relative error 3.0143833250254914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.313999999999746 y2[1] (analytic) 0.8284454995067961 y2[1] (numeric) 0.8284454995064472 absolute error 3.489430966396867e-13 relative error 4.212022358108352e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8284454995067961 y1[1] (numeric) 0.8284454995065461 absolute error 2.5002222514558525e-13 relative error 3.0179682947693315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.314999999999746 y2[1] (analytic) 0.8274604108173393 y2[1] (numeric) 0.8274604108169903 absolute error 3.490541189421492e-13 relative error 4.218378479247902e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8274604108173393 y1[1] (numeric) 0.8274604108170893 absolute error 2.5002222514558525e-13 relative error 3.021561175339146e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.315999999999746 y2[1] (analytic) 0.8264754946674575 y2[1] (numeric) 0.8264754946671081 absolute error 3.4938718584953676e-13 relative error 4.2274355150737646e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8264754946674575 y1[1] (numeric) 0.8264754946672073 absolute error 2.502442697505103e-13 relative error 3.027848633929541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3169999999997457 y2[1] (analytic) 0.8254907520420663 y2[1] (numeric) 0.8254907520417168 absolute error 3.494982081519993e-13 relative error 4.233823423065909e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8254907520420663 y1[1] (numeric) 0.8254907520418161 absolute error 2.502442697505103e-13 relative error 3.031460608510343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3179999999997456 y2[1] (analytic) 0.8245061839259087 y2[1] (numeric) 0.824506183925559 absolute error 3.497202527569243e-13 relative error 4.2415722231666206e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8245061839259087 y1[1] (numeric) 0.8245061839256583 absolute error 2.503552920529728e-13 relative error 3.0364270994415015e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3189999999997455 y2[1] (analytic) 0.8235217913035525 y2[1] (numeric) 0.8235217913032026 absolute error 3.4994229736184934e-13 relative error 4.2493386460111244e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8235217913035525 y1[1] (numeric) 0.823521791303302 absolute error 2.504663143554353e-13 relative error 3.0414048177033937e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3199999999997454 y2[1] (analytic) 0.8225375751593903 y2[1] (numeric) 0.8225375751590401 absolute error 3.5016434196677437e-13 relative error 4.257122744804941e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8225375751593903 y1[1] (numeric) 0.8225375751591397 absolute error 2.5057733665789783e-13 relative error 3.046393796773859e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3209999999997453 y2[1] (analytic) 0.8215535364776381 y2[1] (numeric) 0.8215535364772878 absolute error 3.502753642692369e-13 relative error 4.2635732026791785e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8215535364776381 y1[1] (numeric) 0.8215535364773875 absolute error 2.5057733665789783e-13 relative error 3.050042699983172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.321999999999745 y2[1] (analytic) 0.8205696762423346 y2[1] (numeric) 0.8205696762419841 absolute error 3.504974088741619e-13 relative error 4.271391193484115e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8205696762423346 y1[1] (numeric) 0.8205696762420839 absolute error 2.5068835896036035e-13 relative error 3.055052681307295e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.322999999999745 y2[1] (analytic) 0.8195859954373399 y2[1] (numeric) 0.8195859954369892 absolute error 3.5071945347908695e-13 relative error 4.279227017439937e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8195859954373399 y1[1] (numeric) 0.8195859954370891 absolute error 2.5079938126282286e-13 relative error 3.0600740210183024e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.323999999999745 y2[1] (analytic) 0.8186024950463346 y2[1] (numeric) 0.8186024950459838 absolute error 3.5083047578154947e-13 relative error 4.285724486604353e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8186024950463346 y1[1] (numeric) 0.8186024950460838 absolute error 2.5079938126282286e-13 relative error 3.063750511151656e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.324999999999745 y2[1] (analytic) 0.8176191760528193 y2[1] (numeric) 0.8176191760524683 absolute error 3.510525203864745e-13 relative error 4.2935945079130095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8176191760528193 y1[1] (numeric) 0.8176191760525684 absolute error 2.509104035652854e-13 relative error 3.0687930385463005e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3259999999997447 y2[1] (analytic) 0.8166360394401128 y2[1] (numeric) 0.8166360394397615 absolute error 3.5127456499139953e-13 relative error 4.301482521298399e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8166360394401128 y1[1] (numeric) 0.8166360394398617 absolute error 2.510214258677479e-13 relative error 3.0738470229632367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3269999999997446 y2[1] (analytic) 0.8156530861913515 y2[1] (numeric) 0.815653086191 absolute error 3.5149660959632456e-13 relative error 4.309388581334489e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8156530861913515 y1[1] (numeric) 0.8156530861911003 absolute error 2.511324481702104e-13 relative error 3.078912498729821e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3279999999997445 y2[1] (analytic) 0.8146703172894886 y2[1] (numeric) 0.814670317289137 absolute error 3.516076318987871e-13 relative error 4.3159499546838806e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8146703172894886 y1[1] (numeric) 0.8146703172892374 absolute error 2.511324481702104e-13 relative error 3.0826267121865924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3289999999997444 y2[1] (analytic) 0.813687733717293 y2[1] (numeric) 0.8136877337169411 absolute error 3.518296765037121e-13 relative error 4.323890626891907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.813687733717293 y1[1] (numeric) 0.8136877337170417 absolute error 2.512434704726729e-13 relative error 3.087713628481031e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3299999999997443 y2[1] (analytic) 0.8127053364573481 y2[1] (numeric) 0.8127053364569962 absolute error 3.519406988061746e-13 relative error 4.330483423922306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8127053364573481 y1[1] (numeric) 0.8127053364570969 absolute error 2.512434704726729e-13 relative error 3.091446053102895e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.330999999999744 y2[1] (analytic) 0.8117231264920511 y2[1] (numeric) 0.8117231264916991 absolute error 3.5205172110863714e-13 relative error 4.3370911782453035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8117231264920511 y1[1] (numeric) 0.8117231264917999 absolute error 2.512434704726729e-13 relative error 3.0951867979719715e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.331999999999744 y2[1] (analytic) 0.8107411048036121 y2[1] (numeric) 0.8107411048032598 absolute error 3.5227376571356217e-13 relative error 4.3450833271725424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8107411048036121 y1[1] (numeric) 0.8107411048033607 absolute error 2.5135449277513544e-13 relative error 3.100305279772656e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.332999999999744 y2[1] (analytic) 0.8097592723740524 y2[1] (numeric) 0.8097592723736999 absolute error 3.524958103184872e-13 relative error 4.3530938433719923e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8097592723740524 y1[1] (numeric) 0.809759272373801 absolute error 2.5146551507759796e-13 relative error 3.105435450468524e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.333999999999744 y2[1] (analytic) 0.8087776301852045 y2[1] (numeric) 0.8087776301848518 absolute error 3.5271785492341223e-13 relative error 4.3611227828178466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8087776301852045 y1[1] (numeric) 0.808777630184953 absolute error 2.5157653738006047e-13 relative error 3.1105773452518853e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3349999999997437 y2[1] (analytic) 0.8077961792187105 y2[1] (numeric) 0.8077961792183577 absolute error 3.5282887722587475e-13 relative error 4.367795816602228e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8077961792187105 y1[1] (numeric) 0.8077961792184589 absolute error 2.5157653738006047e-13 relative error 3.114356614355144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3359999999997436 y2[1] (analytic) 0.8068149204560212 y2[1] (numeric) 0.8068149204556683 absolute error 3.5293989952833726e-13 relative error 4.374484043116747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8068149204560212 y1[1] (numeric) 0.8068149204557696 absolute error 2.5157653738006047e-13 relative error 3.118144335232007e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3369999999997435 y2[1] (analytic) 0.8058338548783954 y2[1] (numeric) 0.8058338548780423 absolute error 3.531619441332623e-13 relative error 4.3825652396616705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8058338548783954 y1[1] (numeric) 0.8058338548781437 absolute error 2.51687559682523e-13 relative error 3.123318264166302e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3379999999997434 y2[1] (analytic) 0.8048529834668985 y2[1] (numeric) 0.8048529834665452 absolute error 3.532729664357248e-13 relative error 4.389285666979875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8048529834668985 y1[1] (numeric) 0.8048529834666468 absolute error 2.51687559682523e-13 relative error 3.127124640805587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3389999999997433 y2[1] (analytic) 0.8038723072024019 y2[1] (numeric) 0.8038723072020485 absolute error 3.5338398873818733e-13 relative error 4.3960214274331384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8038723072024019 y1[1] (numeric) 0.8038723072021502 absolute error 2.51687559682523e-13 relative error 3.13093954633708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.339999999999743 y2[1] (analytic) 0.8028918270655818 y2[1] (numeric) 0.8028918270652282 absolute error 3.5360603334311236e-13 relative error 4.4041553472461625e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8028918270655818 y1[1] (numeric) 0.80289182706533 absolute error 2.517985819849855e-13 relative error 3.136145785731333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.340999999999743 y2[1] (analytic) 0.8019115440369182 y2[1] (numeric) 0.8019115440365644 absolute error 3.538280779480374e-13 relative error 4.4123080728682956e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8019115440369182 y1[1] (numeric) 0.8019115440366663 absolute error 2.51909604287448e-13 relative error 3.1413639841035964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.341999999999743 y2[1] (analytic) 0.8009314590966939 y2[1] (numeric) 0.80093145909634 absolute error 3.539391002504999e-13 relative error 4.4190934970849976e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8009314590966939 y1[1] (numeric) 0.800931459096442 absolute error 2.51909604287448e-13 relative error 3.1452080128249246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.342999999999743 y2[1] (analytic) 0.7999515732249941 y2[1] (numeric) 0.79995157322464 absolute error 3.5416114485542494e-13 relative error 4.427282309448171e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7999515732249941 y1[1] (numeric) 0.7999515732247421 absolute error 2.5202062658991053e-13 relative error 3.150448539952147e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3439999999997427 y2[1] (analytic) 0.7989718874017043 y2[1] (numeric) 0.7989718874013501 absolute error 3.5427216715788745e-13 relative error 4.434100532748378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7989718874017043 y1[1] (numeric) 0.7989718874014523 absolute error 2.5202062658991053e-13 relative error 3.154311566699724e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3449999999997426 y2[1] (analytic) 0.7979924026065104 y2[1] (numeric) 0.797992402606156 absolute error 3.5438318946034997e-13 relative error 4.440934378608315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7979924026065104 y1[1] (numeric) 0.7979924026062584 absolute error 2.5202062658991053e-13 relative error 3.158183283032856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3459999999997425 y2[1] (analytic) 0.7970131198188971 y2[1] (numeric) 0.7970131198185425 absolute error 3.54605234065275e-13 relative error 4.449176873598403e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7970131198188971 y1[1] (numeric) 0.797013119818645 absolute error 2.5213164889237305e-13 relative error 3.1634566937827093e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3469999999997424 y2[1] (analytic) 0.7960340400181469 y2[1] (numeric) 0.7960340400177922 absolute error 3.547162563677375e-13 relative error 4.456043818925773e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7960340400181469 y1[1] (numeric) 0.7960340400178948 absolute error 2.5213164889237305e-13 relative error 3.167347578335033e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3479999999997423 y2[1] (analytic) 0.7950551641833399 y2[1] (numeric) 0.7950551641829849 absolute error 3.5493830097266255e-13 relative error 4.46432294213504e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7950551641833399 y1[1] (numeric) 0.7950551641830876 absolute error 2.5224267119483557e-13 relative error 3.1726436423305634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.348999999999742 y2[1] (analytic) 0.7940764932933515 y2[1] (numeric) 0.7940764932929965 absolute error 3.5504932327512506e-13 relative error 4.471223191642333e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7940764932933515 y1[1] (numeric) 0.7940764932930993 absolute error 2.5224267119483557e-13 relative error 3.1765538121986807e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.349999999999742 y2[1] (analytic) 0.7930980283268527 y2[1] (numeric) 0.7930980283264975 absolute error 3.552713678800501e-13 relative error 4.479539164024187e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7930980283268527 y1[1] (numeric) 0.7930980283266004 absolute error 2.523536934972981e-13 relative error 3.1818726624459306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.350999999999742 y2[1] (analytic) 0.7921197702623083 y2[1] (numeric) 0.7921197702619529 absolute error 3.553823901825126e-13 relative error 4.486472923972453e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7921197702623083 y1[1] (numeric) 0.7921197702620559 absolute error 2.523536934972981e-13 relative error 3.185802235610555e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.351999999999742 y2[1] (analytic) 0.7911417200779763 y2[1] (numeric) 0.7911417200776207 absolute error 3.5560443478743764e-13 relative error 4.494825968126022e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7911417200779763 y1[1] (numeric) 0.7911417200777239 absolute error 2.524647157997606e-13 relative error 3.1911440060938416e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3529999999997417 y2[1] (analytic) 0.7901638787519069 y2[1] (numeric) 0.7901638787515511 absolute error 3.5571545708990016e-13 relative error 4.5017934463388266e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7901638787519069 y1[1] (numeric) 0.7901638787516544 absolute error 2.524647157997606e-13 relative error 3.195093101427744e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3539999999997416 y2[1] (analytic) 0.7891862472619411 y2[1] (numeric) 0.7891862472615853 absolute error 3.5582647939236267e-13 relative error 4.508776991830412e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7891862472619411 y1[1] (numeric) 0.7891862472616886 absolute error 2.524647157997606e-13 relative error 3.1990511324250724e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3549999999997415 y2[1] (analytic) 0.7882088265857106 y2[1] (numeric) 0.7882088265853545 absolute error 3.560485239972877e-13 relative error 4.5171851924011745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7882088265857106 y1[1] (numeric) 0.788208826585458 absolute error 2.525757381022231e-13 relative error 3.2044266643943473e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3559999999997414 y2[1] (analytic) 0.7872316177006359 y2[1] (numeric) 0.7872316177002796 absolute error 3.5627056860221273e-13 relative error 4.525613054552051e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7872316177006359 y1[1] (numeric) 0.7872316177003832 absolute error 2.5268676040468563e-13 relative error 3.209814681259105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3569999999997413 y2[1] (analytic) 0.7862546215839257 y2[1] (numeric) 0.7862546215835693 absolute error 3.5638159090467525e-13 relative error 4.532648599085337e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7862546215839257 y1[1] (numeric) 0.786254621583673 absolute error 2.5268676040468563e-13 relative error 3.213803181158326e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.357999999999741 y2[1] (analytic) 0.7852778392125761 y2[1] (numeric) 0.7852778392122195 absolute error 3.566036355096003e-13 relative error 4.5411142108273226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7852778392125761 y1[1] (numeric) 0.7852778392123233 absolute error 2.5279778270714814e-13 relative error 3.2192145261686844e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.358999999999741 y2[1] (analytic) 0.7843012715633694 y2[1] (numeric) 0.7843012715630127 absolute error 3.567146578120628e-13 relative error 4.548184106612675e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7843012715633694 y1[1] (numeric) 0.7843012715631166 absolute error 2.5279778270714814e-13 relative error 3.223222910288534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.359999999999741 y2[1] (analytic) 0.7833249196128731 y2[1] (numeric) 0.7833249196125163 absolute error 3.568256801145253e-13 relative error 4.555270376064023e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7833249196128731 y1[1] (numeric) 0.7833249196126203 absolute error 2.5279778270714814e-13 relative error 3.2272404002171065e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.360999999999741 y2[1] (analytic) 0.7823487843374393 y2[1] (numeric) 0.7823487843370822 absolute error 3.5704772471945034e-13 relative error 4.56379215852977e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7823487843374393 y1[1] (numeric) 0.7823487843371864 absolute error 2.5290880500961066e-13 relative error 3.2326861122919204e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3619999999997408 y2[1] (analytic) 0.7813728667132028 y2[1] (numeric) 0.7813728667128457 absolute error 3.5715874702191286e-13 relative error 4.570913097152698e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7813728667132028 y1[1] (numeric) 0.7813728667129499 absolute error 2.5290880500961066e-13 relative error 3.236723666556993e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3629999999997406 y2[1] (analytic) 0.7803971677160815 y2[1] (numeric) 0.7803971677157242 absolute error 3.5726976932437537e-13 relative error 4.5780505632787575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7803971677160815 y1[1] (numeric) 0.7803971677158286 absolute error 2.5290880500961066e-13 relative error 3.2407704111712274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3639999999997405 y2[1] (analytic) 0.7794216883217742 y2[1] (numeric) 0.7794216883214167 absolute error 3.574918139293004e-13 relative error 4.586629026182737e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7794216883217742 y1[1] (numeric) 0.7794216883215211 absolute error 2.530198273120732e-13 relative error 3.246250792133683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3649999999997404 y2[1] (analytic) 0.7784464295057602 y2[1] (numeric) 0.7784464295054024 absolute error 3.5771385853422544e-13 relative error 4.5952276865260966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7784464295057602 y1[1] (numeric) 0.778446429505507 absolute error 2.531308496145357e-13 relative error 3.2517439867409995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3659999999997403 y2[1] (analytic) 0.7774713922432982 y2[1] (numeric) 0.7774713922429403 absolute error 3.5793590313915047e-13 relative error 4.6038466072220406e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7774713922432982 y1[1] (numeric) 0.777471392243045 absolute error 2.532418719169982e-13 relative error 3.2572500344520705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36699999999974 y2[1] (analytic) 0.7764965775094254 y2[1] (numeric) 0.7764965775090673 absolute error 3.58046925441613e-13 relative error 4.6110560665963386e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7764965775094254 y1[1] (numeric) 0.7764965775091721 absolute error 2.532418719169982e-13 relative error 3.261339190048449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36799999999974 y2[1] (analytic) 0.7755219862789564 y2[1] (numeric) 0.7755219862785983 absolute error 3.581579477440755e-13 relative error 4.618282319274512e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7755219862789564 y1[1] (numeric) 0.7755219862787032 absolute error 2.532418719169982e-13 relative error 3.2654376845211286e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36899999999974 y2[1] (analytic) 0.7745476195264825 y2[1] (numeric) 0.7745476195261242 absolute error 3.5837999234900053e-13 relative error 4.626958799099984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7745476195264825 y1[1] (numeric) 0.7745476195262292 absolute error 2.533528942194607e-13 relative error 3.270978927988279e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36999999999974 y2[1] (analytic) 0.7735734782263703 y2[1] (numeric) 0.7735734782260117 absolute error 3.5860203695392556e-13 relative error 4.6356557850990346e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7735734782263703 y1[1] (numeric) 0.7735734782261169 absolute error 2.5346391652192324e-13 relative error 3.276533175659782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3709999999997398 y2[1] (analytic) 0.772599563352761 y2[1] (numeric) 0.7725995633524023 absolute error 3.587130592563881e-13 relative error 4.6429363446663426e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.772599563352761 y1[1] (numeric) 0.7725995633525076 absolute error 2.5346391652192324e-13 relative error 3.280663471022365e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3719999999997397 y2[1] (analytic) 0.7716258758795693 y2[1] (numeric) 0.7716258758792105 absolute error 3.588240815588506e-13 relative error 4.6502339122548256e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7716258758795693 y1[1] (numeric) 0.7716258758793159 absolute error 2.5346391652192324e-13 relative error 3.284803224529012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3729999999997395 y2[1] (analytic) 0.7706524167804829 y2[1] (numeric) 0.7706524167801239 absolute error 3.590461261637756e-13 relative error 4.658989167434849e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7706524167804829 y1[1] (numeric) 0.7706524167802293 absolute error 2.5357493882438575e-13 relative error 3.29039309165776e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3739999999997394 y2[1] (analytic) 0.7696791870289604 y2[1] (numeric) 0.7696791870286013 absolute error 3.5915714846623814e-13 relative error 4.666322729248027e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7696791870289604 y1[1] (numeric) 0.7696791870287069 absolute error 2.5357493882438575e-13 relative error 3.2945536672650674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3749999999997393 y2[1] (analytic) 0.7687061875982317 y2[1] (numeric) 0.7687061875978725 absolute error 3.5926817076870066e-13 relative error 4.673673460222933e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7687061875982317 y1[1] (numeric) 0.7687061875979782 absolute error 2.5357493882438575e-13 relative error 3.2987237896011056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.375999999999739 y2[1] (analytic) 0.7677334194612963 y2[1] (numeric) 0.7677334194609368 absolute error 3.594902153736257e-13 relative error 4.6824875179443544e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7677334194612963 y1[1] (numeric) 0.7677334194610426 absolute error 2.5368596112684827e-13 relative error 3.304349591878582e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.376999999999739 y2[1] (analytic) 0.7667608835909219 y2[1] (numeric) 0.7667608835905623 absolute error 3.596012376760882e-13 relative error 4.6898745798297753e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7667608835909219 y1[1] (numeric) 0.7667608835906682 absolute error 2.5368596112684827e-13 relative error 3.3085407270487915e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.377999999999739 y2[1] (analytic) 0.7657885809596445 y2[1] (numeric) 0.7657885809592847 absolute error 3.5982328228101323e-13 relative error 4.6987287513493906e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7657885809596445 y1[1] (numeric) 0.7657885809593907 absolute error 2.537969834293108e-13 relative error 3.314191276021199e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.378999999999739 y2[1] (analytic) 0.7648165125397668 y2[1] (numeric) 0.7648165125394067 absolute error 3.6004532688593827e-13 relative error 4.7076039936731574e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7648165125397668 y1[1] (numeric) 0.7648165125395129 absolute error 2.539080057317733e-13 relative error 3.3198551753100556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3799999999997388 y2[1] (analytic) 0.7638446793033568 y2[1] (numeric) 0.7638446793029966 absolute error 3.601563491884008e-13 relative error 4.7150469060918426e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7638446793033568 y1[1] (numeric) 0.7638446793031028 absolute error 2.539080057317733e-13 relative error 3.324078999455007e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3809999999997387 y2[1] (analytic) 0.7628730822222478 y2[1] (numeric) 0.7628730822218874 absolute error 3.603783937933258e-13 relative error 4.723962637973072e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7628730822222478 y1[1] (numeric) 0.7628730822219938 absolute error 2.540190280342358e-13 relative error 3.329767872976706e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3819999999997385 y2[1] (analytic) 0.7619017222680369 y2[1] (numeric) 0.7619017222676764 absolute error 3.6048941609578833e-13 relative error 4.731442462456703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7619017222680369 y1[1] (numeric) 0.7619017222677829 absolute error 2.540190280342358e-13 relative error 3.3340130440717386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3829999999997384 y2[1] (analytic) 0.7609306004120837 y2[1] (numeric) 0.7609306004117232 absolute error 3.6048941609578833e-13 relative error 4.7374808675136005e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7609306004120837 y1[1] (numeric) 0.7609306004118298 absolute error 2.539080057317733e-13 relative error 3.336808975670959e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3839999999997383 y2[1] (analytic) 0.7599597176255104 y2[1] (numeric) 0.7599597176251497 absolute error 3.6071146070071336e-13 relative error 4.746455007217411e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7599597176255104 y1[1] (numeric) 0.7599597176252564 absolute error 2.540190280342358e-13 relative error 3.3425327967108144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.384999999999738 y2[1] (analytic) 0.7589890748791994 y2[1] (numeric) 0.7589890748788385 absolute error 3.609335053056384e-13 relative error 4.755450602014061e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7589890748791994 y1[1] (numeric) 0.7589890748789453 absolute error 2.5413005033669833e-13 relative error 3.348270202402395e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.385999999999738 y2[1] (analytic) 0.7580186731437935 y2[1] (numeric) 0.7580186731434323 absolute error 3.611555499105634e-13 relative error 4.764467719676524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7580186731437935 y1[1] (numeric) 0.7580186731435392 absolute error 2.5424107263916085e-13 relative error 3.354021235185749e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.386999999999738 y2[1] (analytic) 0.757048513389694 y2[1] (numeric) 0.7570485133893329 absolute error 3.611555499105634e-13 relative error 4.770573398176096e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.757048513389694 y1[1] (numeric) 0.7570485133894399 absolute error 2.5413005033669833e-13 relative error 3.356852907600702e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.387999999999738 y2[1] (analytic) 0.7560785965870611 y2[1] (numeric) 0.7560785965866998 absolute error 3.6126657221302594e-13 relative error 4.7781616070575636e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7560785965870611 y1[1] (numeric) 0.756078596586807 absolute error 2.5413005033669833e-13 relative error 3.3611591636615746e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3889999999997378 y2[1] (analytic) 0.7551089237058113 y2[1] (numeric) 0.7551089237054498 absolute error 3.6148861681795097e-13 relative error 4.787238045656922e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7551089237058113 y1[1] (numeric) 0.7551089237055572 absolute error 2.5413005033669833e-13 relative error 3.365475395119378e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3899999999997377 y2[1] (analytic) 0.7541394957156173 y2[1] (numeric) 0.7541394957152557 absolute error 3.615996391204135e-13 relative error 4.794864095763672e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7541394957156173 y1[1] (numeric) 0.7541394957153632 absolute error 2.5413005033669833e-13 relative error 3.36980163193216e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3909999999997376 y2[1] (analytic) 0.7531703135859072 y2[1] (numeric) 0.7531703135855454 absolute error 3.618216837253385e-13 relative error 4.803982275969894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7531703135859072 y1[1] (numeric) 0.753170313585653 absolute error 2.5424107263916085e-13 relative error 3.37561197053423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3919999999997374 y2[1] (analytic) 0.7522013782858629 y2[1] (numeric) 0.7522013782855009 absolute error 3.6193270602780103e-13 relative error 4.811646408473529e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7522013782858629 y1[1] (numeric) 0.7522013782856086 absolute error 2.5424107263916085e-13 relative error 3.379960207179258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3929999999997373 y2[1] (analytic) 0.7512326907844197 y2[1] (numeric) 0.7512326907840575 absolute error 3.6215475063272606e-13 relative error 4.8208065899604626e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7512326907844197 y1[1] (numeric) 0.7512326907841653 absolute error 2.5435209494162336e-13 relative error 3.385796412507486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3939999999997372 y2[1] (analytic) 0.7502642520502649 y2[1] (numeric) 0.7502642520499027 absolute error 3.622657729351886e-13 relative error 4.828509047915002e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7502642520502649 y1[1] (numeric) 0.7502642520500106 absolute error 2.5435209494162336e-13 relative error 3.390166787855737e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.394999999999737 y2[1] (analytic) 0.7492960630518373 y2[1] (numeric) 0.7492960630514749 absolute error 3.623767952376511e-13 relative error 4.836229804300752e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7492960630518373 y1[1] (numeric) 0.7492960630515829 absolute error 2.5435209494162336e-13 relative error 3.394547328937813e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.395999999999737 y2[1] (analytic) 0.7483281247573257 y2[1] (numeric) 0.7483281247569632 absolute error 3.624878175401136e-13 relative error 4.8439689161444295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7483281247573257 y1[1] (numeric) 0.7483281247570713 absolute error 2.5435209494162336e-13 relative error 3.398938066427837e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.396999999999737 y2[1] (analytic) 0.7473604381346683 y2[1] (numeric) 0.7473604381343057 absolute error 3.6259883984257613e-13 relative error 4.851726440692847e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7473604381346683 y1[1] (numeric) 0.747360438134414 absolute error 2.5435209494162336e-13 relative error 3.403339031116752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.397999999999737 y2[1] (analytic) 0.7463930041515519 y2[1] (numeric) 0.7463930041511891 absolute error 3.6270986214503864e-13 relative error 4.8595024354139306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7463930041515519 y1[1] (numeric) 0.7463930041512975 absolute error 2.5435209494162336e-13 relative error 3.4077502539128606e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3989999999997367 y2[1] (analytic) 0.7454258237754101 y2[1] (numeric) 0.7454258237750472 absolute error 3.6293190674996367e-13 relative error 4.868786338951838e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7454258237754101 y1[1] (numeric) 0.7454258237751556 absolute error 2.544631172440859e-13 relative error 3.413661146796455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3999999999997366 y2[1] (analytic) 0.7444588979734234 y2[1] (numeric) 0.7444588979730603 absolute error 3.630429290524262e-13 relative error 4.876601381764753e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7444588979734234 y1[1] (numeric) 0.7444588979731689 absolute error 2.544631172440859e-13 relative error 3.4180949134571297e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4009999999997365 y2[1] (analytic) 0.7434922277125173 y2[1] (numeric) 0.7434922277121542 absolute error 3.631539513548887e-13 relative error 4.8844350730093674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7434922277125173 y1[1] (numeric) 0.7434922277122629 absolute error 2.544631172440859e-13 relative error 3.4225390361777654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4019999999997363 y2[1] (analytic) 0.7425258139593622 y2[1] (numeric) 0.7425258139589989 absolute error 3.6337599595981374e-13 relative error 4.8937826689443686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7425258139593622 y1[1] (numeric) 0.7425258139591077 absolute error 2.545741395465484e-13 relative error 3.4284887442375307e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4029999999997362 y2[1] (analytic) 0.7415596576803717 y2[1] (numeric) 0.7415596576800082 absolute error 3.6348701826227625e-13 relative error 4.9016557804570734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7415596576803717 y1[1] (numeric) 0.7415596576801171 absolute error 2.545741395465484e-13 relative error 3.4329556214380175e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.403999999999736 y2[1] (analytic) 0.740593759841702 y2[1] (numeric) 0.7405937598413384 absolute error 3.6359804056473877e-13 relative error 4.9095477207701016e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.740593759841702 y1[1] (numeric) 0.7405937598414474 absolute error 2.545741395465484e-13 relative error 3.4374329538094176e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.404999999999736 y2[1] (analytic) 0.7396281214092507 y2[1] (numeric) 0.739628121408887 absolute error 3.637090628672013e-13 relative error 4.9174585489557656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7396281214092507 y1[1] (numeric) 0.7396281214089961 absolute error 2.545741395465484e-13 relative error 3.441920773124411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.405999999999736 y2[1] (analytic) 0.7386627433486563 y2[1] (numeric) 0.7386627433482925 absolute error 3.638200851696638e-13 relative error 4.9253883243159186e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7386627433486563 y1[1] (numeric) 0.7386627433484018 absolute error 2.545741395465484e-13 relative error 3.44641911127751e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.406999999999736 y2[1] (analytic) 0.737697626625297 y2[1] (numeric) 0.7376976266249329 absolute error 3.6415315207705135e-13 relative error 4.936347074111135e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.737697626625297 y1[1] (numeric) 0.7376976266250422 absolute error 2.5479618415147343e-13 relative error 3.453937968013736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4079999999997357 y2[1] (analytic) 0.736732772204289 y2[1] (numeric) 0.7367327722039247 absolute error 3.6426417437951386e-13 relative error 4.944318864622285e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.736732772204289 y1[1] (numeric) 0.7367327722040343 absolute error 2.546851618490109e-13 relative error 3.456954427139141e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4089999999997356 y2[1] (analytic) 0.735768181050487 y2[1] (numeric) 0.7357681810501225 absolute error 3.644862189844389e-13 relative error 4.953818721326691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.735768181050487 y1[1] (numeric) 0.7357681810502322 absolute error 2.5479618415147343e-13 relative error 3.4629954204827155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4099999999997355 y2[1] (analytic) 0.7348038541284818 y2[1] (numeric) 0.7348038541281172 absolute error 3.645972412869014e-13 relative error 4.9618308238098994e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7348038541284818 y1[1] (numeric) 0.734803854128227 absolute error 2.5479618415147343e-13 relative error 3.467540115908562e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4109999999997354 y2[1] (analytic) 0.7338397924026004 y2[1] (numeric) 0.7338397924022357 absolute error 3.647082635893639e-13 relative error 4.969862187430646e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7338397924026004 y1[1] (numeric) 0.7338397924023456 absolute error 2.5479618415147343e-13 relative error 3.472095500807712e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4119999999997352 y2[1] (analytic) 0.7328759968369045 y2[1] (numeric) 0.7328759968365396 absolute error 3.6493030819428895e-13 relative error 4.979427758165495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7328759968369045 y1[1] (numeric) 0.7328759968366496 absolute error 2.5490720645393594e-13 relative error 3.478176493078179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.412999999999735 y2[1] (analytic) 0.7319124683951894 y2[1] (numeric) 0.7319124683948244 absolute error 3.6504133049675147e-13 relative error 4.9874998208071345e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7319124683951894 y1[1] (numeric) 0.7319124683949345 absolute error 2.5490720645393594e-13 relative error 3.4827553493227437e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.413999999999735 y2[1] (analytic) 0.7309492080409836 y2[1] (numeric) 0.7309492080406185 absolute error 3.65152352799214e-13 relative error 4.995591332233036e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7309492080409836 y1[1] (numeric) 0.7309492080407287 absolute error 2.5490720645393594e-13 relative error 3.487344998117072e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.414999999999735 y2[1] (analytic) 0.7299862167375474 y2[1] (numeric) 0.7299862167371821 absolute error 3.652633751016765e-13 relative error 5.0037023539171836e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7299862167375474 y1[1] (numeric) 0.7299862167372925 absolute error 2.5490720645393594e-13 relative error 3.491945472520928e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.415999999999735 y2[1] (analytic) 0.7290234954478719 y2[1] (numeric) 0.7290234954475064 absolute error 3.6548541970660153e-13 relative error 5.0133558381690756e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7290234954478719 y1[1] (numeric) 0.7290234954476169 absolute error 2.5501822875639846e-13 relative error 3.4980796963166364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4169999999997347 y2[1] (analytic) 0.7280610451346784 y2[1] (numeric) 0.7280610451343128 absolute error 3.6559644200906405e-13 relative error 5.0215080789198824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7280610451346784 y1[1] (numeric) 0.7280610451344234 absolute error 2.5501822875639846e-13 relative error 3.5027039347947066e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4179999999997346 y2[1] (analytic) 0.727098866760417 y2[1] (numeric) 0.7270988667600513 absolute error 3.6570746431152656e-13 relative error 5.029680020558045e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.727098866760417 y1[1] (numeric) 0.727098866760162 absolute error 2.5501822875639846e-13 relative error 3.5073391035888977e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4189999999997345 y2[1] (analytic) 0.7261369612872662 y2[1] (numeric) 0.7261369612869003 absolute error 3.659295089164516e-13 relative error 5.039400669919715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7261369612872662 y1[1] (numeric) 0.7261369612870111 absolute error 2.5512925105886097e-13 relative error 3.5135141806661125e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4199999999997344 y2[1] (analytic) 0.7251753296771313 y2[1] (numeric) 0.7251753296767652 absolute error 3.660405312189141e-13 relative error 5.047614228436119e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7251753296771313 y1[1] (numeric) 0.7251753296768761 absolute error 2.5512925105886097e-13 relative error 3.5181733384732185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4209999999997343 y2[1] (analytic) 0.7242139728916439 y2[1] (numeric) 0.7242139728912775 absolute error 3.6637359812630166e-13 relative error 5.0589136890502673e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7242139728916439 y1[1] (numeric) 0.7242139728913886 absolute error 2.55351295663786e-13 relative error 3.5259095408532165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.421999999999734 y2[1] (analytic) 0.7232528918921605 y2[1] (numeric) 0.723252891891794 absolute error 3.6648462042876417e-13 relative error 5.06717117258908e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7232528918921605 y1[1] (numeric) 0.7232528918919051 absolute error 2.55351295663786e-13 relative error 3.530594879416808e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.422999999999734 y2[1] (analytic) 0.722292087639762 y2[1] (numeric) 0.7222920876393955 absolute error 3.665956427312267e-13 relative error 5.075448686266983e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.722292087639762 y1[1] (numeric) 0.7222920876395067 absolute error 2.55351295663786e-13 relative error 3.5352913320454455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.423999999999734 y2[1] (analytic) 0.721331561095253 y2[1] (numeric) 0.7213315610948862 absolute error 3.668176873361517e-13 relative error 5.0852854237957416e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.721331561095253 y1[1] (numeric) 0.7213315610949975 absolute error 2.554623179662485e-13 relative error 3.5415380630006056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.424999999999734 y2[1] (analytic) 0.7203713132191596 y2[1] (numeric) 0.7203713132187926 absolute error 3.6703973194107675e-13 relative error 5.0951464224868676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7203713132191596 y1[1] (numeric) 0.720371313218904 absolute error 2.5557334026871104e-13 relative error 3.5478000800256406e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4259999999997337 y2[1] (analytic) 0.7194113449717296 y2[1] (numeric) 0.7194113449713625 absolute error 3.6715075424353927e-13 relative error 5.103488523078087e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7194113449717296 y1[1] (numeric) 0.7194113449714741 absolute error 2.5557334026871104e-13 relative error 3.552534194171683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4269999999997336 y2[1] (analytic) 0.7184516573129314 y2[1] (numeric) 0.718451657312564 absolute error 3.673727988484643e-13 relative error 5.113396219621358e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7184516573129314 y1[1] (numeric) 0.7184516573126757 absolute error 2.5568436257117355e-13 relative error 3.558824869685098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4279999999997335 y2[1] (analytic) 0.7174922512024522 y2[1] (numeric) 0.7174922512020848 absolute error 3.673727988484643e-13 relative error 5.120233678242248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7174922512024522 y1[1] (numeric) 0.7174922512021966 absolute error 2.5557334026871104e-13 relative error 3.562036242766291e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4289999999997334 y2[1] (analytic) 0.7165331275996984 y2[1] (numeric) 0.7165331275993309 absolute error 3.6759484345338933e-13 relative error 5.130186299756841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7165331275996984 y1[1] (numeric) 0.7165331275994428 absolute error 2.5568436257117355e-13 relative error 3.5683536841860476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4299999999997333 y2[1] (analytic) 0.7155742874637934 y2[1] (numeric) 0.7155742874634257 absolute error 3.6770586575585185e-13 relative error 5.1386120518543234e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7155742874637934 y1[1] (numeric) 0.7155742874635377 absolute error 2.5568436257117355e-13 relative error 3.573135131467544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.430999999999733 y2[1] (analytic) 0.7146157317535771 y2[1] (numeric) 0.7146157317532092 absolute error 3.6781688805831436e-13 relative error 5.147058365979965e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7146157317535771 y1[1] (numeric) 0.7146157317533215 absolute error 2.5557334026871104e-13 relative error 3.576374391332895e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.431999999999733 y2[1] (analytic) 0.7136574614276054 y2[1] (numeric) 0.7136574614272374 absolute error 3.680389326632394e-13 relative error 5.1570809885040886e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7136574614276054 y1[1] (numeric) 0.7136574614273498 absolute error 2.5568436257117355e-13 relative error 3.582732282511287e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.432999999999733 y2[1] (analytic) 0.7126994774441484 y2[1] (numeric) 0.7126994774437803 absolute error 3.681499549657019e-13 relative error 5.1655707155271827e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7126994774441484 y1[1] (numeric) 0.7126994774438927 absolute error 2.5568436257117355e-13 relative error 3.587548057255459e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.433999999999733 y2[1] (analytic) 0.7117417807611899 y2[1] (numeric) 0.7117417807608217 absolute error 3.681499549657019e-13 relative error 5.1725213401407294e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7117417807611899 y1[1] (numeric) 0.7117417807609343 absolute error 2.5557334026871104e-13 relative error 3.590815477986719e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4349999999997327 y2[1] (analytic) 0.7107843723364267 y2[1] (numeric) 0.7107843723360584 absolute error 3.682609772681644e-13 relative error 5.1810505633044516e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7107843723364267 y1[1] (numeric) 0.7107843723361711 absolute error 2.5557334026871104e-13 relative error 3.595652214870922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4359999999997326 y2[1] (analytic) 0.7098272531272671 y2[1] (numeric) 0.7098272531268986 absolute error 3.6848302187308946e-13 relative error 5.1911647552228174e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7098272531272671 y1[1] (numeric) 0.7098272531270114 absolute error 2.5568436257117355e-13 relative error 3.60206460719438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4369999999997325 y2[1] (analytic) 0.7088704240908301 y2[1] (numeric) 0.7088704240904615 absolute error 3.6859404417555197e-13 relative error 5.199737944325953e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7088704240908301 y1[1] (numeric) 0.7088704240905744 absolute error 2.5568436257117355e-13 relative error 3.606926652344178e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4379999999997324 y2[1] (analytic) 0.7079138861839448 y2[1] (numeric) 0.7079138861835761 absolute error 3.687050664780145e-13 relative error 5.208332166862029e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7079138861839448 y1[1] (numeric) 0.7079138861836891 absolute error 2.5568436257117355e-13 relative error 3.6118003553999554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4389999999997323 y2[1] (analytic) 0.706957640363149 y2[1] (numeric) 0.7069576403627801 absolute error 3.689271110829395e-13 relative error 5.218517914219437e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.706957640363149 y1[1] (numeric) 0.7069576403628932 absolute error 2.5579538487363607e-13 relative error 3.618256176455487e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.439999999999732 y2[1] (analytic) 0.7060016875846884 y2[1] (numeric) 0.7060016875843194 absolute error 3.6903813338540203e-13 relative error 5.227156533406078e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7060016875846884 y1[1] (numeric) 0.7060016875844326 absolute error 2.5579538487363607e-13 relative error 3.6231554310973536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.440999999999732 y2[1] (analytic) 0.7050460288045157 y2[1] (numeric) 0.7050460288041465 absolute error 3.6926017799032707e-13 relative error 5.2373910766712486e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7050460288045157 y1[1] (numeric) 0.7050460288042599 absolute error 2.5579538487363607e-13 relative error 3.628066458403655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.441999999999732 y2[1] (analytic) 0.7040906649782895 y2[1] (numeric) 0.7040906649779203 absolute error 3.6926017799032707e-13 relative error 5.2444975676777804e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7040906649782895 y1[1] (numeric) 0.7040906649780339 absolute error 2.5568436257117355e-13 relative error 3.631412476957886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.442999999999732 y2[1] (analytic) 0.7031355970613739 y2[1] (numeric) 0.7031355970610044 absolute error 3.694822225952521e-13 relative error 5.254779080158012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7031355970613739 y1[1] (numeric) 0.7031355970611181 absolute error 2.5579538487363607e-13 relative error 3.637923978570932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4439999999997317 y2[1] (analytic) 0.7021808260088362 y2[1] (numeric) 0.7021808260084667 absolute error 3.695932448977146e-13 relative error 5.263505228396306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7021808260088362 y1[1] (numeric) 0.7021808260085806 absolute error 2.5568436257117355e-13 relative error 3.641289438569147e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4449999999997316 y2[1] (analytic) 0.701226352775448 y2[1] (numeric) 0.7012263527750782 absolute error 3.6981528950263964e-13 relative error 5.273836159164781e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.701226352775448 y1[1] (numeric) 0.7012263527751922 absolute error 2.5579538487363607e-13 relative error 3.647829033538173e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4459999999997315 y2[1] (analytic) 0.700272178315682 y2[1] (numeric) 0.700272178315312 absolute error 3.700373341075647e-13 relative error 5.284192997608313e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.700272178315682 y1[1] (numeric) 0.7002721783154261 absolute error 2.559064071760986e-13 relative error 3.654384896335782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4469999999997314 y2[1] (analytic) 0.6993183035837126 y2[1] (numeric) 0.6993183035833425 absolute error 3.701483564100272e-13 relative error 5.292988250317092e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6993183035837126 y1[1] (numeric) 0.6993183035834568 absolute error 2.5579538487363607e-13 relative error 3.657781922234727e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4479999999997313 y2[1] (analytic) 0.6983647295334147 y2[1] (numeric) 0.6983647295330444 absolute error 3.702593787124897e-13 relative error 5.3018052466633613e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6983647295334147 y1[1] (numeric) 0.6983647295331589 absolute error 2.5579538487363607e-13 relative error 3.662776398294568e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.448999999999731 y2[1] (analytic) 0.697411457118362 y2[1] (numeric) 0.6974114571179917 absolute error 3.703704010149522e-13 relative error 5.310644057172326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.697411457118362 y1[1] (numeric) 0.6974114571181063 absolute error 2.5579538487363607e-13 relative error 3.6677829459607433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.449999999999731 y2[1] (analytic) 0.6964584872918271 y2[1] (numeric) 0.6964584872914565 absolute error 3.7059244561987725e-13 relative error 5.321098850570733e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6964584872918271 y1[1] (numeric) 0.6964584872915712 absolute error 2.559064071760986e-13 relative error 3.6743957011879984e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.450999999999731 y2[1] (analytic) 0.6955058210067795 y2[1] (numeric) 0.6955058210064089 absolute error 3.7059244561987725e-13 relative error 5.3283874041977984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6955058210067795 y1[1] (numeric) 0.6955058210065237 absolute error 2.5579538487363607e-13 relative error 3.6778324084097446e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.451999999999731 y2[1] (analytic) 0.6945534592158856 y2[1] (numeric) 0.6945534592155148 absolute error 3.708144902248023e-13 relative error 5.338890553413014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6945534592158856 y1[1] (numeric) 0.6945534592156297 absolute error 2.559064071760986e-13 relative error 3.684473869945209e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4529999999997307 y2[1] (analytic) 0.693601402871507 y2[1] (numeric) 0.693601402871136 absolute error 3.709255125272648e-13 relative error 5.3478195256185284e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.693601402871507 y1[1] (numeric) 0.693601402871251 absolute error 2.559064071760986e-13 relative error 3.6895312800211634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4539999999997306 y2[1] (analytic) 0.6926496529257 y2[1] (numeric) 0.6926496529253289 absolute error 3.7114755713218983e-13 relative error 5.358373537971043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6926496529257 y1[1] (numeric) 0.692649652925444 absolute error 2.560174294785611e-13 relative error 3.6962038224831666e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4549999999997305 y2[1] (analytic) 0.6916982103302145 y2[1] (numeric) 0.6916982103298432 absolute error 3.7125857943465235e-13 relative error 5.367349139987144e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6916982103302145 y1[1] (numeric) 0.6916982103299585 absolute error 2.560174294785611e-13 relative error 3.7012880134002256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4559999999997304 y2[1] (analytic) 0.6907470760364929 y2[1] (numeric) 0.6907470760361215 absolute error 3.7136960173711486e-13 relative error 5.376347068568627e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6907470760364929 y1[1] (numeric) 0.6907470760362369 absolute error 2.560174294785611e-13 relative error 3.7063845560894625e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4569999999997303 y2[1] (analytic) 0.6897962509956695 y2[1] (numeric) 0.689796250995298 absolute error 3.715916463420399e-13 relative error 5.386976890722079e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6897962509956695 y1[1] (numeric) 0.6897962509954134 absolute error 2.561284517810236e-13 relative error 3.7131029838350276e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45799999999973 y2[1] (analytic) 0.6888457361585694 y2[1] (numeric) 0.6888457361581976 absolute error 3.7181369094696493e-13 relative error 5.397633627238929e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6888457361585694 y1[1] (numeric) 0.6888457361583131 absolute error 2.5623947408348613e-13 relative error 3.719838283567467e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45899999999973 y2[1] (analytic) 0.687895532475707 y2[1] (numeric) 0.6878955324753351 absolute error 3.7192471324942744e-13 relative error 5.4067034264764895e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.687895532475707 y1[1] (numeric) 0.6878955324754508 absolute error 2.5623947408348613e-13 relative error 3.724976569644101e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45999999999973 y2[1] (analytic) 0.6869456408972863 y2[1] (numeric) 0.6869456408969141 absolute error 3.7214675785435247e-13 relative error 5.417412029403892e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6869456408972863 y1[1] (numeric) 0.6869456408970299 absolute error 2.5635049638594865e-13 relative error 3.731743548894268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.46099999999973 y2[1] (analytic) 0.6859960623731984 y2[1] (numeric) 0.6859960623728262 absolute error 3.72257780156815e-13 relative error 5.4265294011891537e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6859960623731984 y1[1] (numeric) 0.6859960623729421 absolute error 2.5635049638594865e-13 relative error 3.736909152205713e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4619999999997297 y2[1] (analytic) 0.6850467978530221 y2[1] (numeric) 0.6850467978526498 absolute error 3.723688024592775e-13 relative error 5.4356695575587495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6850467978530221 y1[1] (numeric) 0.6850467978527658 absolute error 2.5635049638594865e-13 relative error 3.742087360883468e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4629999999997296 y2[1] (analytic) 0.6840978482860217 y2[1] (numeric) 0.6840978482856492 absolute error 3.7247982476174e-13 relative error 5.4448325732199346e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6840978482860217 y1[1] (numeric) 0.6840978482857654 absolute error 2.5635049638594865e-13 relative error 3.7472782150714845e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4639999999997295 y2[1] (analytic) 0.6831492146211466 y2[1] (numeric) 0.683149214620774 absolute error 3.7259084706420253e-13 relative error 5.454018523183546e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6831492146211466 y1[1] (numeric) 0.6831492146208903 absolute error 2.5635049638594865e-13 relative error 3.752481755074734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4649999999997294 y2[1] (analytic) 0.6822008978070306 y2[1] (numeric) 0.6822008978066578 absolute error 3.7281289166912757e-13 relative error 5.464854896373686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6822008978070306 y1[1] (numeric) 0.6822008978067742 absolute error 2.5646151868841116e-13 relative error 3.7593254349682e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4659999999997293 y2[1] (analytic) 0.6812528987919904 y2[1] (numeric) 0.6812528987916173 absolute error 3.730349362740526e-13 relative error 5.475718884066765e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6812528987919904 y1[1] (numeric) 0.6812528987917338 absolute error 2.565725409908737e-13 relative error 3.7661864110352064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.466999999999729 y2[1] (analytic) 0.6803052185240246 y2[1] (numeric) 0.6803052185236514 absolute error 3.731459585765151e-13 relative error 5.484978630416572e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6803052185240246 y1[1] (numeric) 0.680305218523768 absolute error 2.565725409908737e-13 relative error 3.771432792291788e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.467999999999729 y2[1] (analytic) 0.6793578579508137 y2[1] (numeric) 0.6793578579504405 absolute error 3.7325698087897763e-13 relative error 5.4942616253067886e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6793578579508137 y1[1] (numeric) 0.6793578579505571 absolute error 2.565725409908737e-13 relative error 3.776692033338486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.468999999999729 y2[1] (analytic) 0.6784108180197181 y2[1] (numeric) 0.6784108180193448 absolute error 3.7336800318144014e-13 relative error 5.5035679453240697e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6784108180197181 y1[1] (numeric) 0.6784108180194616 absolute error 2.565725409908737e-13 relative error 3.781964175332716e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.469999999999729 y2[1] (analytic) 0.6774640996777779 y2[1] (numeric) 0.6774640996774043 absolute error 3.735900477863652e-13 relative error 5.5145364597778055e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6774640996777779 y1[1] (numeric) 0.6774640996775212 absolute error 2.566835632933362e-13 relative error 3.788888052007812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4709999999997287 y2[1] (analytic) 0.676517703871711 y2[1] (numeric) 0.6765177038713373 absolute error 3.737010700888277e-13 relative error 5.523891953605004e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.676517703871711 y1[1] (numeric) 0.6765177038714543 absolute error 2.566835632933362e-13 relative error 3.794188412577174e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4719999999997286 y2[1] (analytic) 0.6755716315479132 y2[1] (numeric) 0.6755716315475394 absolute error 3.738120923912902e-13 relative error 5.533271009837815e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6755716315479132 y1[1] (numeric) 0.6755716315476565 absolute error 2.566835632933362e-13 relative error 3.7995018042010776e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4729999999997285 y2[1] (analytic) 0.6746258836524569 y2[1] (numeric) 0.674625883652083 absolute error 3.739231146937527e-13 relative error 5.5426737063409875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6746258836524569 y1[1] (numeric) 0.6746258836522002 absolute error 2.566835632933362e-13 relative error 3.804828268723386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4739999999997284 y2[1] (analytic) 0.6736804611310898 y2[1] (numeric) 0.6736804611307158 absolute error 3.7403413699621524e-13 relative error 5.552100121298202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6736804611310898 y1[1] (numeric) 0.6736804611308331 absolute error 2.566835632933362e-13 relative error 3.8101678481571514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4749999999997283 y2[1] (analytic) 0.6727353649292345 y2[1] (numeric) 0.6727353649288602 absolute error 3.7425618160114027e-13 relative error 5.563200644885208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6727353649292345 y1[1] (numeric) 0.6727353649289777 absolute error 2.567945855957987e-13 relative error 3.817170896357011e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.475999999999728 y2[1] (analytic) 0.6717905959919868 y2[1] (numeric) 0.6717905959916125 absolute error 3.7425618160114027e-13 relative error 5.571024420913514e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6717905959919868 y1[1] (numeric) 0.6717905959917301 absolute error 2.566835632933362e-13 relative error 3.8208865206621316e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.476999999999728 y2[1] (analytic) 0.6708461552641158 y2[1] (numeric) 0.6708461552637415 absolute error 3.743672039036028e-13 relative error 5.580522463547732e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6708461552641158 y1[1] (numeric) 0.6708461552638592 absolute error 2.566835632933362e-13 relative error 3.826265698612798e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.477999999999728 y2[1] (analytic) 0.6699020436900622 y2[1] (numeric) 0.6699020436896876 absolute error 3.745892485085278e-13 relative error 5.591701832183628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6699020436900622 y1[1] (numeric) 0.6699020436898055 absolute error 2.566835632933362e-13 relative error 3.831658161235492e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.478999999999728 y2[1] (analytic) 0.6689582622139374 y2[1] (numeric) 0.6689582622135627 absolute error 3.7470027081099033e-13 relative error 5.601250361583226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6689582622139374 y1[1] (numeric) 0.6689582622136807 absolute error 2.566835632933362e-13 relative error 3.8370639514016055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4799999999997278 y2[1] (analytic) 0.6680148117795227 y2[1] (numeric) 0.6680148117791479 absolute error 3.7481129311345285e-13 relative error 5.610823091107728e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6680148117795227 y1[1] (numeric) 0.668014811779266 absolute error 2.566835632933362e-13 relative error 3.842483112156714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4809999999997276 y2[1] (analytic) 0.6670716933302686 y2[1] (numeric) 0.6670716933298937 absolute error 3.7492231541591536e-13 relative error 5.620420101236263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6670716933302686 y1[1] (numeric) 0.6670716933300119 absolute error 2.566835632933362e-13 relative error 3.847915686721421e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4819999999997275 y2[1] (analytic) 0.6661289078092933 y2[1] (numeric) 0.6661289078089184 absolute error 3.7492231541591536e-13 relative error 5.6283747938357335e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6661289078092933 y1[1] (numeric) 0.6661289078090368 absolute error 2.565725409908737e-13 relative error 3.851695039548232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4829999999997274 y2[1] (analytic) 0.6651864561593827 y2[1] (numeric) 0.6651864561590075 absolute error 3.751443600208404e-13 relative error 5.639687286882365e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6651864561593827 y1[1] (numeric) 0.665186456159126 absolute error 2.566835632933362e-13 relative error 3.858821251042328e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4839999999997273 y2[1] (analytic) 0.6642443393229878 y2[1] (numeric) 0.6642443393226125 absolute error 3.752553823233029e-13 relative error 5.649357625023517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6642443393229878 y1[1] (numeric) 0.6642443393227311 absolute error 2.566835632933362e-13 relative error 3.864294328122595e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.484999999999727 y2[1] (analytic) 0.6633025582422256 y2[1] (numeric) 0.6633025582418502 absolute error 3.7536640462576543e-13 relative error 5.65905256901917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6633025582422256 y1[1] (numeric) 0.6633025582419689 absolute error 2.566835632933362e-13 relative error 3.8697809936623246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.485999999999727 y2[1] (analytic) 0.6623611138588772 y2[1] (numeric) 0.6623611138585016 absolute error 3.7558844923069046e-13 relative error 5.670448360751948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6623611138588772 y1[1] (numeric) 0.6623611138586205 absolute error 2.566835632933362e-13 relative error 3.8752812917701756e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.486999999999727 y2[1] (analytic) 0.6614200071143868 y2[1] (numeric) 0.661420007114011 absolute error 3.7569947153315297e-13 relative error 5.680195148196947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6614200071143868 y1[1] (numeric) 0.6614200071141301 absolute error 2.566835632933362e-13 relative error 3.88079526673503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.487999999999727 y2[1] (analytic) 0.6604792389498608 y2[1] (numeric) 0.6604792389494851 absolute error 3.7569947153315297e-13 relative error 5.688285859378444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6604792389498608 y1[1] (numeric) 0.6604792389496043 absolute error 2.565725409908737e-13 relative error 3.8846420274892385e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4889999999997268 y2[1] (analytic) 0.6595388103060679 y2[1] (numeric) 0.659538810305692 absolute error 3.75921516138078e-13 relative error 5.699763384108155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6595388103060679 y1[1] (numeric) 0.6595388103058112 absolute error 2.566835632933362e-13 relative error 3.8918644252977124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4899999999997267 y2[1] (analytic) 0.6585987221234362 y2[1] (numeric) 0.6585987221230601 absolute error 3.760325384405405e-13 relative error 5.709584999317135e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6585987221234362 y1[1] (numeric) 0.6585987221231795 absolute error 2.566835632933362e-13 relative error 3.897419698382408e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4909999999997265 y2[1] (analytic) 0.6576589753420539 y2[1] (numeric) 0.6576589753416777 absolute error 3.7614356074300304e-13 relative error 5.719431724433893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6576589753420539 y1[1] (numeric) 0.6576589753417972 absolute error 2.566835632933362e-13 relative error 3.902988827299634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4919999999997264 y2[1] (analytic) 0.6567195709016678 y2[1] (numeric) 0.6567195709012914 absolute error 3.7636560534792807e-13 relative error 5.730994202459701e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6567195709016678 y1[1] (numeric) 0.656719570901411 absolute error 2.567945855957987e-13 relative error 3.9102624160145393e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4929999999997263 y2[1] (analytic) 0.655780509741682 y2[1] (numeric) 0.6557805097413056 absolute error 3.7636560534792807e-13 relative error 5.739200841699031e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.655780509741682 y1[1] (numeric) 0.6557805097414253 absolute error 2.566835632933362e-13 relative error 3.9141688336307253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.493999999999726 y2[1] (analytic) 0.654841792801158 y2[1] (numeric) 0.6548417928007815 absolute error 3.764766276503906e-13 relative error 5.749123403379163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.654841792801158 y1[1] (numeric) 0.6548417928009013 absolute error 2.566835632933362e-13 relative error 3.919779802009031e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.494999999999726 y2[1] (analytic) 0.6539034210188124 y2[1] (numeric) 0.6539034210184357 absolute error 3.766986722553156e-13 relative error 5.7607692534839676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6539034210188124 y1[1] (numeric) 0.6539034210185556 absolute error 2.567945855957987e-13 relative error 3.927102647600476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.495999999999726 y2[1] (analytic) 0.6529653953330168 y2[1] (numeric) 0.6529653953326401 absolute error 3.766986722553156e-13 relative error 5.769044959315137e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6529653953330168 y1[1] (numeric) 0.6529653953327601 absolute error 2.566835632933362e-13 relative error 3.93104389800666e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.496999999999726 y2[1] (analytic) 0.652027716681797 y2[1] (numeric) 0.6520277166814202 absolute error 3.7680969455777813e-13 relative error 5.7790441252310906e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.652027716681797 y1[1] (numeric) 0.6520277166815404 absolute error 2.566835632933362e-13 relative error 3.93669711771782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4979999999997258 y2[1] (analytic) 0.6510903860028316 y2[1] (numeric) 0.6510903860024546 absolute error 3.7703173916270316e-13 relative error 5.790774173112478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6510903860028316 y1[1] (numeric) 0.651090386002575 absolute error 2.566835632933362e-13 relative error 3.9423645136148554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4989999999997257 y2[1] (analytic) 0.6501534042334511 y2[1] (numeric) 0.650153404233074 absolute error 3.771427614651657e-13 relative error 5.800827297210378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6501534042334511 y1[1] (numeric) 0.6501534042331945 absolute error 2.566835632933362e-13 relative error 3.948046132219722e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4999999999997256 y2[1] (analytic) 0.6492167723106372 y2[1] (numeric) 0.64921677231026 absolute error 3.772537837676282e-13 relative error 5.810906308303443e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6492167723106372 y1[1] (numeric) 0.6492167723103806 absolute error 2.566835632933362e-13 relative error 3.953742020246486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5009999999997254 y2[1] (analytic) 0.6482804911710217 y2[1] (numeric) 0.6482804911706445 absolute error 3.772537837676282e-13 relative error 5.8192987280270563e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6482804911710217 y1[1] (numeric) 0.6482804911707651 absolute error 2.565725409908737e-13 relative error 3.957739658761191e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5019999999997253 y2[1] (analytic) 0.6473445617508857 y2[1] (numeric) 0.6473445617505084 absolute error 3.773648060700907e-13 relative error 5.829427299882224e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6473445617508857 y1[1] (numeric) 0.6473445617506292 absolute error 2.565725409908737e-13 relative error 3.9634617505230414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5029999999997252 y2[1] (analytic) 0.6464089849861587 y2[1] (numeric) 0.6464089849857811 absolute error 3.7758685067501574e-13 relative error 5.841299540152599e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6464089849861587 y1[1] (numeric) 0.646408984985902 absolute error 2.566835632933362e-13 relative error 3.970915770900561e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.503999999999725 y2[1] (analytic) 0.6454737618124171 y2[1] (numeric) 0.6454737618120395 absolute error 3.7758685067501574e-13 relative error 5.84976296503199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6454737618124171 y1[1] (numeric) 0.6454737618121605 absolute error 2.565725409908737e-13 relative error 3.974949194998215e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.504999999999725 y2[1] (analytic) 0.6445388931648843 y2[1] (numeric) 0.6445388931645065 absolute error 3.7780889527994077e-13 relative error 5.861692743238237e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6445388931648843 y1[1] (numeric) 0.6445388931646276 absolute error 2.566835632933362e-13 relative error 3.9824371502694106e-11% Correct digits 12 h 0.001 NO POLE NO POLE Finished! Maximum Time Reached before Solution Completed! diff ( y2 , x , 4 ) = y1 - 1.0; diff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; Iterations 3406 Total Elapsed Time 3 Minutes 0 Seconds Elapsed Time(since restart) 3 Minutes 0 Seconds Expected Time Remaining 1 Minutes 24.162019371902772 Seconds Optimized Time Remaining 1 Minutes 24.162019371902772 Seconds Expected Total Time 4 Minutes 24.162019371902772 Seconds Time to Timeout 0.0 Seconds Percent Done 68.1399999999945%