##############ECHO OF PROBLEM################# ##############temp/mtest7postode.ode################# diff ( y2 , x , 5 ) = y1 ; diff ( y1 , x , 1 ) = m1 * y2 ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=30 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=0.0 x_end=5.0 $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) $array_y2_init[4 + 1] = exact_soln_y2pppp(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( cos(x)) end def exact_soln_y2 (x) return( 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 def exact_soln_y2pppp (x) return( sin(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 4.591844931897776e-110 value3 2.4795962624048263e-105 max_value3 2.4795962624048263e-105 value3 2.4795962624048263e-105 best_h 0.001 START of Soultion x[1] 0.0 y2[1] (analytic) 0.0 y2[1] (numeric) 0.0 absolute error 0.0 relative error -1.0% Correct digits -1 h 0.001 y1[1] (analytic) 1.0 y1[1] (numeric) 1.0 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 x[1] 0.0 y2[1] (analytic) 0.0 y2[1] (numeric) 0.0 absolute error 0.0 relative error -1.0% Correct digits -1 h 0.001 y1[1] (analytic) 1.0 y1[1] (numeric) 1.0 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.0 y2[1] (analytic) 0.0 y2[1] (numeric) 0.0 absolute error 0.0 relative error -1.0% Correct digits -1 h 0.001 y1[1] (analytic) 1.0 y1[1] (numeric) 1.0 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.001 y2[1] (analytic) 0.0009999998333333417 y2[1] (numeric) 0.0009999998333333417 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9999995000000417 y1[1] (numeric) 0.9999995000000417 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.002 y2[1] (analytic) 0.0019999986666669333 y2[1] (numeric) 0.0019999986666669337 absolute error 4.336808689942018e-19 relative error 2.16840579057458e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999980000006666 y1[1] (numeric) 0.9999980000006666 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.003 y2[1] (analytic) 0.002999995500002025 y2[1] (numeric) 0.002999995500002025 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.999995500003375 y1[1] (numeric) 0.999995500003375 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.004 y2[1] (analytic) 0.003999989333341867 y2[1] (numeric) 0.003999989333341867 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9999920000106667 y1[1] (numeric) 0.9999920000106667 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.005 y2[1] (analytic) 0.004999979166692708 y2[1] (numeric) 0.004999979166692708 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9999875000260416 y1[1] (numeric) 0.9999875000260416 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.006 y2[1] (analytic) 0.0059999640000648 y2[1] (numeric) 0.0059999640000648 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.999982000054 y1[1] (numeric) 0.999982000054 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.007 y2[1] (analytic) 0.006999942833473391 y2[1] (numeric) 0.006999942833473391 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9999755001000415 y1[1] (numeric) 0.9999755001000415 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.008 y2[1] (analytic) 0.007999914666939733 y2[1] (numeric) 0.007999914666939733 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9999680001706663 y1[1] (numeric) 0.9999680001706663 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.009000000000000001 y2[1] (analytic) 0.008999878500492076 y2[1] (numeric) 0.008999878500492074 absolute error 1.734723475976807e-18 relative error 1.9274965499611573e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999595002733742 y1[1] (numeric) 0.9999595002733743 absolute error 1.1102230246251565e-16 relative error 1.11026799017524e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.010000000000000002 y2[1] (analytic) 0.009999833334166666 y2[1] (numeric) 0.009999833334166664 absolute error 1.734723475976807e-18 relative error 1.7347523883720505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999500004166653 y1[1] (numeric) 0.9999500004166654 absolute error 1.1102230246251565e-16 relative error 1.1102785380894466e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.011000000000000003 y2[1] (analytic) 0.010999778168008758 y2[1] (numeric) 0.010999778168008754 absolute error 3.469446951953614e-18 relative error 3.15410629101957e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999395006100392 y1[1] (numeric) 0.9999395006100393 absolute error 1.1102230246251565e-16 relative error 1.1102901965047245e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.012000000000000004 y2[1] (analytic) 0.011999712002073597 y2[1] (numeric) 0.011999712002073594 absolute error 3.469446951953614e-18 relative error 2.891275183399468e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999280008639958 y1[1] (numeric) 0.999928000863996 absolute error 2.220446049250313e-16 relative error 2.2206059309587478e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.013000000000000005 y2[1] (analytic) 0.012999633836427434 y2[1] (numeric) 0.01299963383642743 absolute error 3.469446951953614e-18 relative error 2.6688805204894057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999155011900349 y1[1] (numeric) 0.9999155011900351 absolute error 2.220446049250313e-16 relative error 2.2206336901544994e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.014000000000000005 y2[1] (analytic) 0.013999542671148517 y2[1] (numeric) 0.013999542671148515 absolute error 1.734723475976807e-18 relative error 1.2391286749329869e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9999020016006562 y1[1] (numeric) 0.9999020016006563 absolute error 1.1102230246251565e-16 relative error 1.110331835367763e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.015000000000000006 y2[1] (analytic) 0.014999437506328097 y2[1] (numeric) 0.014999437506328095 absolute error 1.734723475976807e-18 relative error 1.1565256865432096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998875021093592 y1[1] (numeric) 0.9998875021093593 absolute error 1.1102230246251565e-16 relative error 1.1103479364258818e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.016000000000000007 y2[1] (analytic) 0.015999317342071422 y2[1] (numeric) 0.01599931734207142 absolute error 3.469446951953614e-18 relative error 2.1684968663196894e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998720027306434 y1[1] (numeric) 0.9998720027306435 absolute error 1.1102230246251565e-16 relative error 1.1103651483321318e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.017000000000000008 y2[1] (analytic) 0.016999181178498735 y2[1] (numeric) 0.016999181178498732 absolute error 3.469446951953614e-18 relative error 2.0409494525194622e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998555034800082 y1[1] (numeric) 0.9998555034800083 absolute error 1.1102230246251565e-16 relative error 1.1103834711725974e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.01800000000000001 y2[1] (analytic) 0.017999028015746286 y2[1] (numeric) 0.017999028015746283 absolute error 3.469446951953614e-18 relative error 1.927574616206164e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998380043739528 y1[1] (numeric) 0.9998380043739529 absolute error 1.1102230246251565e-16 relative error 1.110402905038923e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.01900000000000001 y2[1] (analytic) 0.018998856853967325 y2[1] (numeric) 0.01899885685396732 absolute error 6.938893903907228e-18 relative error 3.6522691640040724e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998195054299763 y1[1] (numeric) 0.9998195054299764 absolute error 1.1102230246251565e-16 relative error 1.1104234500283136e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.02000000000000001 y2[1] (analytic) 0.01999866669333309 y2[1] (numeric) 0.019998666693333084 absolute error 6.938893903907228e-18 relative error 3.469678259211366e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9998000066665778 y1[1] (numeric) 0.9998000066665779 absolute error 1.1102230246251565e-16 relative error 1.1104451062435366e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.02100000000000001 y2[1] (analytic) 0.02099845653403383 y2[1] (numeric) 0.020998456534033823 absolute error 6.938893903907228e-18 relative error 3.304478066119204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9997795081032559 y1[1] (numeric) 0.999779508103256 absolute error 1.1102230246251565e-16 relative error 1.1104678737929226e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.022000000000000013 y2[1] (analytic) 0.021998225376279785 y2[1] (numeric) 0.021998225376279778 absolute error 6.938893903907228e-18 relative error 3.1542971240713306e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9997580097605092 y1[1] (numeric) 0.9997580097605093 absolute error 1.1102230246251565e-16 relative error 1.1104917527903668e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.023000000000000013 y2[1] (analytic) 0.022997972220302195 y2[1] (numeric) 0.022997972220302188 absolute error 6.938893903907228e-18 relative error 3.017176400353114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9997355116598361 y1[1] (numeric) 0.9997355116598362 absolute error 1.1102230246251565e-16 relative error 1.1105167433553307e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.024000000000000014 y2[1] (analytic) 0.023997696066354303 y2[1] (numeric) 0.023997696066354296 absolute error 6.938893903907228e-18 relative error 2.891483367703713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9997120138237345 y1[1] (numeric) 0.9997120138237348 absolute error 2.220446049250313e-16 relative error 2.221085691225687e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.025000000000000015 y2[1] (analytic) 0.024997395914712346 y2[1] (numeric) 0.024997395914712336 absolute error 1.0408340855860843e-17 relative error 4.163770054837976e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9996875162757026 y1[1] (numeric) 0.9996875162757027 absolute error 1.1102230246251565e-16 relative error 1.1105700596935027e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.026000000000000016 y2[1] (analytic) 0.025997070765676557 y2[1] (numeric) 0.025997070765676547 absolute error 1.0408340855860843e-17 relative error 4.0036590851623096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9996620190402377 y1[1] (numeric) 0.9996620190402378 absolute error 1.1102230246251565e-16 relative error 1.1105983857334772e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.027000000000000017 y2[1] (analytic) 0.026996719619572167 y2[1] (numeric) 0.026996719619572156 absolute error 1.0408340855860843e-17 relative error 3.855409472903134e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9996355221428369 y1[1] (numeric) 0.999635522142837 absolute error 1.1102230246251565e-16 relative error 1.110627823874508e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.028000000000000018 y2[1] (analytic) 0.027996341476750407 y2[1] (numeric) 0.027996341476750397 absolute error 1.0408340855860843e-17 relative error 3.717750358383241e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9996080256099974 y1[1] (numeric) 0.9996080256099975 absolute error 1.1102230246251565e-16 relative error 1.1106583742639099e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.02900000000000002 y2[1] (analytic) 0.028995935337589505 y2[1] (numeric) 0.028995935337589495 absolute error 1.0408340855860843e-17 relative error 3.589586172917059e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9995795294692156 y1[1] (numeric) 0.9995795294692157 absolute error 1.1102230246251565e-16 relative error 1.1106900370545738e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.03000000000000002 y2[1] (analytic) 0.02999550020249568 y2[1] (numeric) 0.02999550020249567 absolute error 1.0408340855860843e-17 relative error 3.4699674236453807e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9995500337489875 y1[1] (numeric) 0.9995500337489877 absolute error 1.1102230246251565e-16 relative error 1.1107228124049684e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.03100000000000002 y2[1] (analytic) 0.030995035071904153 y2[1] (numeric) 0.030995035071904143 absolute error 1.0408340855860843e-17 relative error 3.358067132918206e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.999519538478809 y1[1] (numeric) 0.9995195384788091 absolute error 1.1102230246251565e-16 relative error 1.1107567004791419e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.03200000000000002 y2[1] (analytic) 0.03199453894628014 y2[1] (numeric) 0.03199453894628013 absolute error 1.3877787807814457e-17 relative error 4.337548927057742e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9994880436891754 y1[1] (numeric) 0.9994880436891754 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.03300000000000002 y2[1] (analytic) 0.03299401082611984 y2[1] (numeric) 0.03299401082611983 absolute error 1.3877787807814457e-17 relative error 4.2061536201073344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9994555494115813 y1[1] (numeric) 0.9994555494115813 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.03400000000000002 y2[1] (analytic) 0.03399344971195147 y2[1] (numeric) 0.03399344971195146 absolute error 1.3877787807814457e-17 relative error 4.082488810464941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9994220556785212 y1[1] (numeric) 0.9994220556785212 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.035000000000000024 y2[1] (analytic) 0.03499285460433622 y2[1] (numeric) 0.0349928546043362 absolute error 1.3877787807814457e-17 relative error 3.965891884137615e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9993875625234886 y1[1] (numeric) 0.9993875625234886 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.036000000000000025 y2[1] (analytic) 0.035992224503869276 y2[1] (numeric) 0.03599222450386926 absolute error 1.3877787807814457e-17 relative error 3.855773850911202e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9993520699809768 y1[1] (numeric) 0.9993520699809768 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.037000000000000026 y2[1] (analytic) 0.03699155841118083 y2[1] (numeric) 0.03699155841118082 absolute error 1.3877787807814457e-17 relative error 3.751609395191051e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9993155780864782 y1[1] (numeric) 0.9993155780864783 absolute error 1.1102230246251565e-16 relative error 1.1109834060137914e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.03800000000000003 y2[1] (analytic) 0.03799085532693706 y2[1] (numeric) 0.037990855326937044 absolute error 1.3877787807814457e-17 relative error 3.652928497762603e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9992780868764849 y1[1] (numeric) 0.999278086876485 absolute error 1.1102230246251565e-16 relative error 1.1110250882168948e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.03900000000000003 y2[1] (analytic) 0.038990114251841124 y2[1] (numeric) 0.03899011425184111 absolute error 1.3877787807814457e-17 relative error 3.5593093465118904e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.999239596388488 y1[1] (numeric) 0.999239596388488 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.04000000000000003 y2[1] (analytic) 0.03998933418663419 y2[1] (numeric) 0.039989334186634175 absolute error 1.3877787807814457e-17 relative error 3.470372310537966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9992001066609779 y1[1] (numeric) 0.999200106660978 absolute error 1.1102230246251565e-16 relative error 1.1111117955493254e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.04100000000000003 y2[1] (analytic) 0.0409885141320964 y2[1] (numeric) 0.040988514132096386 absolute error 1.3877787807814457e-17 relative error 3.385774796102535e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9991596177334445 y1[1] (numeric) 0.9991596177334446 absolute error 1.1102230246251565e-16 relative error 1.111156821112982e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.04200000000000003 y2[1] (analytic) 0.04198765308904789 y2[1] (numeric) 0.04198765308904788 absolute error 6.938893903907228e-18 relative error 1.6526034187219618e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9991181296463766 y1[1] (numeric) 0.9991181296463767 absolute error 1.1102230246251565e-16 relative error 1.111202961573827e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.04300000000000003 y2[1] (analytic) 0.042986750058349794 y2[1] (numeric) 0.04298675005834978 absolute error 1.3877787807814457e-17 relative error 3.2283873028263087e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9990756424412622 y1[1] (numeric) 0.9990756424412623 absolute error 1.1102230246251565e-16 relative error 1.1112502171630402e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.04400000000000003 y2[1] (analytic) 0.04398580404090522 y2[1] (numeric) 0.043985804040905206 absolute error 1.3877787807814457e-17 relative error 3.1550606179458744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9990321561605888 y1[1] (numeric) 0.9990321561605888 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.04500000000000003 y2[1] (analytic) 0.04498481403766027 y2[1] (numeric) 0.044984814037660255 absolute error 1.3877787807814457e-17 relative error 3.084993926216142e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9989876708478425 y1[1] (numeric) 0.9989876708478425 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.046000000000000034 y2[1] (analytic) 0.04598377904960503 y2[1] (numeric) 0.04598377904960502 absolute error 1.3877787807814457e-17 relative error 3.017974619450869e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9989421865475084 y1[1] (numeric) 0.9989421865475084 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.047000000000000035 y2[1] (analytic) 0.046982698077774575 y2[1] (numeric) 0.04698269807777456 absolute error 1.3877787807814457e-17 relative error 2.953808183778918e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9988957033050712 y1[1] (numeric) 0.9988957033050712 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.048000000000000036 y2[1] (analytic) 0.04798157012324996 y2[1] (numeric) 0.04798157012324994 absolute error 2.0816681711721685e-17 relative error 4.338474472229651e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9988482211670138 y1[1] (numeric) 0.9988482211670138 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.04900000000000004 y2[1] (analytic) 0.048980394187159215 y2[1] (numeric) 0.048980394187159194 absolute error 2.0816681711721685e-17 relative error 4.2500028954807847e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9987997401808185 y1[1] (numeric) 0.9987997401808185 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.05000000000000004 y2[1] (analytic) 0.049979169270678366 y2[1] (numeric) 0.049979169270678345 absolute error 2.0816681711721685e-17 relative error 4.165071571914733e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9987502603949663 y1[1] (numeric) 0.9987502603949663 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.05100000000000004 y2[1] (analytic) 0.05097789437503241 y2[1] (numeric) 0.05097789437503239 absolute error 2.0816681711721685e-17 relative error 4.083472251438681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9986997818589368 y1[1] (numeric) 0.9986997818589369 absolute error 1.1102230246251565e-16 relative error 1.1116684360926115e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.05200000000000004 y2[1] (analytic) 0.05197656850149633 y2[1] (numeric) 0.05197656850149631 absolute error 2.0816681711721685e-17 relative error 4.005012703199597e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9986483046232089 y1[1] (numeric) 0.9986483046232089 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.05300000000000004 y2[1] (analytic) 0.05297519065139608 y2[1] (numeric) 0.05297519065139606 absolute error 2.0816681711721685e-17 relative error 3.9295152043352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9985958287392593 y1[1] (numeric) 0.9985958287392595 absolute error 1.1102230246251565e-16 relative error 1.1117841599907623e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.05400000000000004 y2[1] (analytic) 0.053973759826109594 y2[1] (numeric) 0.05397375982610957 absolute error 2.0816681711721685e-17 relative error 3.8568151966414794e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9985423542595644 y1[1] (numeric) 0.9985423542595645 absolute error 1.1102230246251565e-16 relative error 1.1118436988568254e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.05500000000000004 y2[1] (analytic) 0.05497227502706777 y2[1] (numeric) 0.05497227502706776 absolute error 1.3877787807814457e-17 relative error 2.524506726523721e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9984878812375984 y1[1] (numeric) 0.9984878812375985 absolute error 1.1102230246251565e-16 relative error 1.111904356063957e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.05600000000000004 y2[1] (analytic) 0.055970735255755515 y2[1] (numeric) 0.055970735255755494 absolute error 2.0816681711721685e-17 relative error 3.719208192745885e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9984324097278344 y1[1] (numeric) 0.9984324097278344 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.057000000000000044 y2[1] (analytic) 0.05696913951371266 y2[1] (numeric) 0.05696913951371264 absolute error 2.0816681711721685e-17 relative error 3.6540277577320686e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9983759397857438 y1[1] (numeric) 0.9983759397857439 absolute error 1.1102230246251565e-16 relative error 1.1120290267245579e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.058000000000000045 y2[1] (analytic) 0.05796748680253504 y2[1] (numeric) 0.057967486802535016 absolute error 2.0816681711721685e-17 relative error 3.591096123009999e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9983184714677966 y1[1] (numeric) 0.9983184714677967 absolute error 1.1102230246251565e-16 relative error 1.1120930408037329e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.059000000000000045 y2[1] (analytic) 0.05896577612387545 y2[1] (numeric) 0.05896577612387542 absolute error 2.7755575615628914e-17 relative error 4.707065257195959e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9982600048314613 y1[1] (numeric) 0.9982600048314613 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.060000000000000046 y2[1] (analytic) 0.059964006479444644 y2[1] (numeric) 0.059964006479444616 absolute error 2.7755575615628914e-17 relative error 4.6287059930098874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9982005399352042 y1[1] (numeric) 0.9982005399352042 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.06100000000000005 y2[1] (analytic) 0.06096217687101236 y2[1] (numeric) 0.06096217687101233 absolute error 2.7755575615628914e-17 relative error 4.552917405550645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9981400768384904 y1[1] (numeric) 0.9981400768384904 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.06200000000000005 y2[1] (analytic) 0.061960286300408285 y2[1] (numeric) 0.06196028630040826 absolute error 2.7755575615628914e-17 relative error 4.4795751073613133e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9980786156017829 y1[1] (numeric) 0.9980786156017829 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.06300000000000004 y2[1] (analytic) 0.06295833376952306 y2[1] (numeric) 0.06295833376952305 absolute error 1.3877787807814457e-17 relative error 2.2042813043016763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9980161562865429 y1[1] (numeric) 0.9980161562865429 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.06400000000000004 y2[1] (analytic) 0.06395631828030933 y2[1] (numeric) 0.06395631828030932 absolute error 1.3877787807814457e-17 relative error 2.169885350027584e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.99795269895523 y1[1] (numeric) 0.9979526989552299 absolute error 1.1102230246251565e-16 relative error 1.1125006483648613e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.06500000000000004 y2[1] (analytic) 0.06495423883478264 y2[1] (numeric) 0.06495423883478263 absolute error 1.3877787807814457e-17 relative error 2.1365484465323265e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9978882436713011 y1[1] (numeric) 0.997888243671301 absolute error 1.1102230246251565e-16 relative error 1.1125725066572262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.06600000000000004 y2[1] (analytic) 0.06595209443502253 y2[1] (numeric) 0.06595209443502252 absolute error 1.3877787807814457e-17 relative error 2.1042224552075692e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9978227904992117 y1[1] (numeric) 0.9978227904992117 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.06700000000000005 y2[1] (analytic) 0.06694988408317348 y2[1] (numeric) 0.06694988408317347 absolute error 1.3877787807814457e-17 relative error 2.072862111392716e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9977563395044151 y1[1] (numeric) 0.9977563395044151 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.06800000000000005 y2[1] (analytic) 0.06794760678144594 y2[1] (numeric) 0.06794760678144592 absolute error 2.7755575615628914e-17 relative error 4.084849626110447e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9976888907533621 y1[1] (numeric) 0.9976888907533621 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.06900000000000005 y2[1] (analytic) 0.06894526153211727 y2[1] (numeric) 0.06894526153211725 absolute error 2.7755575615628914e-17 relative error 4.025740855693082e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9976204443135014 y1[1] (numeric) 0.9976204443135014 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.07000000000000005 y2[1] (analytic) 0.06994284733753281 y2[1] (numeric) 0.0699428473375328 absolute error 1.3877787807814457e-17 relative error 1.984161116696109e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9975510002532796 y1[1] (numeric) 0.9975510002532796 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.07100000000000005 y2[1] (analytic) 0.07094036320010684 y2[1] (numeric) 0.07094036320010683 absolute error 1.3877787807814457e-17 relative error 1.9562611723129093e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9974805586421406 y1[1] (numeric) 0.9974805586421406 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.07200000000000005 y2[1] (analytic) 0.07193780812232359 y2[1] (numeric) 0.07193780812232357 absolute error 1.3877787807814457e-17 relative error 1.9291368711452208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9974091195505261 y1[1] (numeric) 0.9974091195505261 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.07300000000000005 y2[1] (analytic) 0.07293518110673822 y2[1] (numeric) 0.07293518110673819 absolute error 2.7755575615628914e-17 relative error 3.805512675016128e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9973366830498752 y1[1] (numeric) 0.9973366830498752 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.07400000000000005 y2[1] (analytic) 0.0739324811559778 y2[1] (numeric) 0.07393248115597778 absolute error 1.3877787807814457e-17 relative error 1.8770894187273425e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9972632492126244 y1[1] (numeric) 0.9972632492126243 absolute error 1.1102230246251565e-16 relative error 1.1132697665352834e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.07500000000000005 y2[1] (analytic) 0.0749297072727424 y2[1] (numeric) 0.07492970727274237 absolute error 2.7755575615628914e-17 relative error 3.7042151405448924e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9971888181122074 y1[1] (numeric) 0.9971888181122074 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.07600000000000005 y2[1] (analytic) 0.07592685845980596 y2[1] (numeric) 0.07592685845980593 absolute error 2.7755575615628914e-17 relative error 3.655567499914687e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9971133898230555 y1[1] (numeric) 0.9971133898230554 absolute error 1.1102230246251565e-16 relative error 1.1134370834416065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.07700000000000005 y2[1] (analytic) 0.07692393372001739 y2[1] (numeric) 0.07692393372001737 absolute error 2.7755575615628914e-17 relative error 3.608184640771467e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9970369644205967 y1[1] (numeric) 0.9970369644205967 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.07800000000000006 y2[1] (analytic) 0.07792093205630152 y2[1] (numeric) 0.07792093205630149 absolute error 2.7755575615628914e-17 relative error 3.562017917800856e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9969595419812568 y1[1] (numeric) 0.9969595419812567 absolute error 1.1102230246251565e-16 relative error 1.1136089057523953e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.07900000000000006 y2[1] (analytic) 0.07891785247166008 y2[1] (numeric) 0.07891785247166005 absolute error 2.7755575615628914e-17 relative error 3.517021148744021e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9968811225824579 y1[1] (numeric) 0.9968811225824578 absolute error 1.1102230246251565e-16 relative error 1.1136965075124326e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.08000000000000006 y2[1] (analytic) 0.07991469396917275 y2[1] (numeric) 0.07991469396917272 absolute error 2.7755575615628914e-17 relative error 3.4731504604567064e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9968017063026193 y1[1] (numeric) 0.9968017063026193 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.08100000000000006 y2[1] (analytic) 0.08091145555199811 y2[1] (numeric) 0.08091145555199808 absolute error 2.7755575615628914e-17 relative error 3.430364146371297e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9967212932211577 y1[1] (numeric) 0.9967212932211577 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.08200000000000006 y2[1] (analytic) 0.08190813622337464 y2[1] (numeric) 0.08190813622337463 absolute error 1.3877787807814457e-17 relative error 1.694311267194243e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9966398834184859 y1[1] (numeric) 0.9966398834184859 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.08300000000000006 y2[1] (analytic) 0.08290473498662179 y2[1] (numeric) 0.08290473498662178 absolute error 1.3877787807814457e-17 relative error 1.673943932159471e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9965574769760137 y1[1] (numeric) 0.9965574769760137 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.08400000000000006 y2[1] (analytic) 0.08390125084514087 y2[1] (numeric) 0.08390125084514084 absolute error 2.7755575615628914e-17 relative error 3.308124174079149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9964740739761475 y1[1] (numeric) 0.9964740739761476 absolute error 1.1102230246251565e-16 relative error 1.114151440182609e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.08500000000000006 y2[1] (analytic) 0.08489768280241608 y2[1] (numeric) 0.08489768280241607 absolute error 1.3877787807814457e-17 relative error 1.6346485969602355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9963896745022904 y1[1] (numeric) 0.9963896745022905 absolute error 1.1102230246251565e-16 relative error 1.1142458147006866e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.08600000000000006 y2[1] (analytic) 0.08589402986201558 y2[1] (numeric) 0.08589402986201555 absolute error 2.7755575615628914e-17 relative error 3.2313742480375925e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.996304278638842 y1[1] (numeric) 0.996304278638842 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.08700000000000006 y2[1] (analytic) 0.08689029102759237 y2[1] (numeric) 0.08689029102759234 absolute error 2.7755575615628914e-17 relative error 3.194324162962582e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9962178864711978 y1[1] (numeric) 0.9962178864711978 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.08800000000000006 y2[1] (analytic) 0.08788646530288537 y2[1] (numeric) 0.08788646530288534 absolute error 2.7755575615628914e-17 relative error 3.15811718220481e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9961304980857502 y1[1] (numeric) 0.9961304980857502 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.08900000000000007 y2[1] (analytic) 0.08888255169172038 y2[1] (numeric) 0.08888255169172037 absolute error 1.3877787807814457e-17 relative error 1.5613624433227433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9960421135698875 y1[1] (numeric) 0.9960421135698875 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.09000000000000007 y2[1] (analytic) 0.08987854919801111 y2[1] (numeric) 0.0898785491980111 absolute error 1.3877787807814457e-17 relative error 1.5440600601196122e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9959527330119943 y1[1] (numeric) 0.9959527330119943 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.09100000000000007 y2[1] (analytic) 0.09087445682576015 y2[1] (numeric) 0.09087445682576012 absolute error 2.7755575615628914e-17 relative error 3.054276920614402e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9958623565014509 y1[1] (numeric) 0.995862356501451 absolute error 1.1102230246251565e-16 relative error 1.1148358177986206e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09200000000000007 y2[1] (analytic) 0.09187027357905991 y2[1] (numeric) 0.0918702735790599 absolute error 1.3877787807814457e-17 relative error 1.5105852270997955e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9957709841286342 y1[1] (numeric) 0.9957709841286343 absolute error 1.1102230246251565e-16 relative error 1.114938115611669e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09300000000000007 y2[1] (analytic) 0.09286599846209377 y2[1] (numeric) 0.09286599846209376 absolute error 1.3877787807814457e-17 relative error 1.494388477767686e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9956786159849162 y1[1] (numeric) 0.9956786159849164 absolute error 1.1102230246251565e-16 relative error 1.1150415473440031e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09400000000000007 y2[1] (analytic) 0.0938616304791369 y2[1] (numeric) 0.09386163047913688 absolute error 1.3877787807814457e-17 relative error 1.478536835229934e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9955852521626654 y1[1] (numeric) 0.9955852521626655 absolute error 1.1102230246251565e-16 relative error 1.1151461135181228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09500000000000007 y2[1] (analytic) 0.09485716863455737 y2[1] (numeric) 0.09485716863455736 absolute error 1.3877787807814457e-17 relative error 1.4630194014412788e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9954908927552453 y1[1] (numeric) 0.9954908927552454 absolute error 1.1102230246251565e-16 relative error 1.1152518146623765e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09600000000000007 y2[1] (analytic) 0.0958526119328171 y2[1] (numeric) 0.09585261193281709 absolute error 1.3877787807814457e-17 relative error 1.4478257324423635e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9953955378570153 y1[1] (numeric) 0.9953955378570154 absolute error 1.1102230246251565e-16 relative error 1.1153586513109683e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09700000000000007 y2[1] (analytic) 0.0968479593784729 y2[1] (numeric) 0.09684795937847289 absolute error 1.3877787807814457e-17 relative error 1.4329458149532444e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9952991875633305 y1[1] (numeric) 0.9952991875633306 absolute error 1.1102230246251565e-16 relative error 1.1154666240039641e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09800000000000007 y2[1] (analytic) 0.09784320997617739 y2[1] (numeric) 0.09784320997617738 absolute error 1.3877787807814457e-17 relative error 1.4183700443999522e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.995201841970541 y1[1] (numeric) 0.9952018419705411 absolute error 1.1102230246251565e-16 relative error 1.1155757332872986e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.09900000000000007 y2[1] (analytic) 0.09883836273068006 y2[1] (numeric) 0.09883836273068004 absolute error 1.3877787807814457e-17 relative error 1.4040892042727761e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9951035011759926 y1[1] (numeric) 0.9951035011759926 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.10000000000000007 y2[1] (analytic) 0.09983341664682822 y2[1] (numeric) 0.09983341664682821 absolute error 1.3877787807814457e-17 relative error 1.3900944467230516e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9950041652780257 y1[1] (numeric) 0.9950041652780258 absolute error 1.1102230246251565e-16 relative error 1.1157973638381064e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10100000000000008 y2[1] (analytic) 0.10082837072956807 y2[1] (numeric) 0.10082837072956806 absolute error 1.3877787807814457e-17 relative error 1.3763772743126131e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9949038343759766 y1[1] (numeric) 0.9949038343759767 absolute error 1.1102230246251565e-16 relative error 1.1159098862268536e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10200000000000008 y2[1] (analytic) 0.10182322398394558 y2[1] (numeric) 0.10182322398394558 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.994802508570176 y1[1] (numeric) 0.9948025085701762 absolute error 1.1102230246251565e-16 relative error 1.1160235474485018e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10300000000000008 y2[1] (analytic) 0.10281797541510761 y2[1] (numeric) 0.10281797541510761 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9947001879619498 y1[1] (numeric) 0.9947001879619499 absolute error 1.1102230246251565e-16 relative error 1.116138348078432e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10400000000000008 y2[1] (analytic) 0.10381262402830277 y2[1] (numeric) 0.10381262402830278 absolute error 1.3877787807814457e-17 relative error 1.3368111959130241e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9945968726536185 y1[1] (numeric) 0.9945968726536186 absolute error 1.1102230246251565e-16 relative error 1.116254288697936e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10500000000000008 y2[1] (analytic) 0.10480716882888257 y2[1] (numeric) 0.10480716882888258 absolute error 1.3877787807814457e-17 relative error 1.3241258172399025e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9944925627484974 y1[1] (numeric) 0.9944925627484975 absolute error 1.1102230246251565e-16 relative error 1.116371369894223e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10600000000000008 y2[1] (analytic) 0.10580160882230227 y2[1] (numeric) 0.10580160882230227 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9943872583508965 y1[1] (numeric) 0.9943872583508966 absolute error 1.1102230246251565e-16 relative error 1.1164895922604273e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10700000000000008 y2[1] (analytic) 0.10679594301412196 y2[1] (numeric) 0.10679594301412197 absolute error 1.3877787807814457e-17 relative error 1.2994676966314491e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9942809595661201 y1[1] (numeric) 0.9942809595661202 absolute error 1.1102230246251565e-16 relative error 1.1166089563956155e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10800000000000008 y2[1] (analytic) 0.10779017041000755 y2[1] (numeric) 0.10779017041000755 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9941736665004669 y1[1] (numeric) 0.994173666500467 absolute error 1.1102230246251565e-16 relative error 1.1167294629047944e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.10900000000000008 y2[1] (analytic) 0.10878429001573169 y2[1] (numeric) 0.1087842900157317 absolute error 1.3877787807814457e-17 relative error 1.2757161724186039e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9940653792612301 y1[1] (numeric) 0.9940653792612302 absolute error 1.1102230246251565e-16 relative error 1.1168511123989174e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11000000000000008 y2[1] (analytic) 0.1097783008371749 y2[1] (numeric) 0.1097783008371749 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9939560979566968 y1[1] (numeric) 0.9939560979566969 absolute error 1.1102230246251565e-16 relative error 1.1169739054948934e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11100000000000008 y2[1] (analytic) 0.11077220188032641 y2[1] (numeric) 0.11077220188032641 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9938458226961485 y1[1] (numeric) 0.9938458226961485 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.11200000000000009 y2[1] (analytic) 0.11176599215128527 y2[1] (numeric) 0.11176599215128527 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9937345535898603 y1[1] (numeric) 0.9937345535898603 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.11300000000000009 y2[1] (analytic) 0.11275967065626129 y2[1] (numeric) 0.1127596706562613 absolute error 1.3877787807814457e-17 relative error 1.2307403637351662e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9936222907491012 y1[1] (numeric) 0.9936222907491012 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.11400000000000009 y2[1] (analytic) 0.11375323640157606 y2[1] (numeric) 0.11375323640157607 absolute error 1.3877787807814457e-17 relative error 1.2199905907575724e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9935090342861342 y1[1] (numeric) 0.9935090342861342 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.11500000000000009 y2[1] (analytic) 0.1147466883936639 y2[1] (numeric) 0.11474668839366392 absolute error 1.3877787807814457e-17 relative error 1.2094281762802283e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9933947843142158 y1[1] (numeric) 0.9933947843142158 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.11600000000000009 y2[1] (analytic) 0.11574002563907292 y2[1] (numeric) 0.11574002563907293 absolute error 1.3877787807814457e-17 relative error 1.199048274889048e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9932795409475959 y1[1] (numeric) 0.9932795409475959 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.11700000000000009 y2[1] (analytic) 0.11673324714446592 y2[1] (numeric) 0.11673324714446595 absolute error 2.7755575615628914e-17 relative error 2.3776924136513878e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9931633043015177 y1[1] (numeric) 0.9931633043015177 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.11800000000000009 y2[1] (analytic) 0.11772635191662154 y2[1] (numeric) 0.11772635191662155 absolute error 1.3877787807814457e-17 relative error 1.1788174509682637e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.993046074492218 y1[1] (numeric) 0.9930460744922179 absolute error 1.1102230246251565e-16 relative error 1.1179974959297388e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.11900000000000009 y2[1] (analytic) 0.11871933896243503 y2[1] (numeric) 0.11871933896243504 absolute error 1.3877787807814457e-17 relative error 1.1689576381658967e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9929278516369265 y1[1] (numeric) 0.9929278516369265 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.12000000000000009 y2[1] (analytic) 0.11971220728891946 y2[1] (numeric) 0.11971220728891947 absolute error 1.3877787807814457e-17 relative error 1.1592625449066448e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9928086358538663 y1[1] (numeric) 0.9928086358538663 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.1210000000000001 y2[1] (analytic) 0.12070495590320657 y2[1] (numeric) 0.12070495590320658 absolute error 1.3877787807814457e-17 relative error 1.1497280872993376e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9926884272622528 y1[1] (numeric) 0.9926884272622528 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.1220000000000001 y2[1] (analytic) 0.12169758381254783 y2[1] (numeric) 0.12169758381254785 absolute error 1.3877787807814457e-17 relative error 1.1403503153514182e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9925672259822949 y1[1] (numeric) 0.9925672259822949 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.1230000000000001 y2[1] (analytic) 0.12269009002431543 y2[1] (numeric) 0.12269009002431544 absolute error 1.3877787807814457e-17 relative error 1.1311254075259116e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9924450321351935 y1[1] (numeric) 0.9924450321351936 absolute error 1.1102230246251565e-16 relative error 1.1186745750911462e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1240000000000001 y2[1] (analytic) 0.12368247354600323 y2[1] (numeric) 0.12368247354600324 absolute error 1.3877787807814457e-17 relative error 1.1220496655617634e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9923218458431429 y1[1] (numeric) 0.992321845843143 absolute error 1.1102230246251565e-16 relative error 1.1188134467420063e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12500000000000008 y2[1] (analytic) 0.12467473338522778 y2[1] (numeric) 0.1246747333852278 absolute error 2.7755575615628914e-17 relative error 2.2262390190856077e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.992197667229329 y1[1] (numeric) 0.9921976672293291 absolute error 1.1102230246251565e-16 relative error 1.1189534719683513e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.12600000000000008 y2[1] (analytic) 0.12566686854972933 y2[1] (numeric) 0.12566686854972936 absolute error 2.7755575615628914e-17 relative error 2.2086629464030434e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9920724964179307 y1[1] (numeric) 0.9920724964179307 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.12700000000000009 y2[1] (analytic) 0.12665887804737283 y2[1] (numeric) 0.12665887804737286 absolute error 2.7755575615628914e-17 relative error 2.191364398889417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9919463335341185 y1[1] (numeric) 0.9919463335341185 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.12800000000000009 y2[1] (analytic) 0.12765076088614882 y2[1] (numeric) 0.12765076088614885 absolute error 2.7755575615628914e-17 relative error 2.174336872177675e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9918191787040556 y1[1] (numeric) 0.9918191787040556 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.1290000000000001 y2[1] (analytic) 0.12864251607417457 y2[1] (numeric) 0.1286425160741746 absolute error 2.7755575615628914e-17 relative error 2.1575740635875934e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9916910320548965 y1[1] (numeric) 0.9916910320548965 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.1300000000000001 y2[1] (analytic) 0.12963414261969494 y2[1] (numeric) 0.129634142619695 absolute error 5.551115123125783e-17 relative error 4.282139728737187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.991561893714788 y1[1] (numeric) 0.9915618937147881 absolute error 1.1102230246251565e-16 relative error 1.1196709269108925e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1310000000000001 y2[1] (analytic) 0.13062563953108353 y2[1] (numeric) 0.13062563953108358 absolute error 5.551115123125783e-17 relative error 4.2496367045956897e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9914317638128685 y1[1] (numeric) 0.9914317638128686 absolute error 1.1102230246251565e-16 relative error 1.1198178887828228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1320000000000001 y2[1] (analytic) 0.13161700581684344 y2[1] (numeric) 0.13161700581684352 absolute error 8.326672684688674e-17 relative error 6.326441353844477e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9913006424792677 y1[1] (numeric) 0.9913006424792679 absolute error 1.1102230246251565e-16 relative error 1.1199660093515737e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1330000000000001 y2[1] (analytic) 0.13260824048560851 y2[1] (numeric) 0.1326082404856086 absolute error 8.326672684688674e-17 relative error 6.279151773823843e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9911685298451072 y1[1] (numeric) 0.9911685298451073 absolute error 1.1102230246251565e-16 relative error 1.1201152893732959e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1340000000000001 y2[1] (analytic) 0.13359934254614417 y2[1] (numeric) 0.13359934254614425 absolute error 8.326672684688674e-17 relative error 6.232570105509843e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9910354260424993 y1[1] (numeric) 0.9910354260424994 absolute error 1.1102230246251565e-16 relative error 1.1202657296103016e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1350000000000001 y2[1] (analytic) 0.1345903110073484 y2[1] (numeric) 0.13459031100734847 absolute error 8.326672684688674e-17 relative error 6.18668061791911e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9909013312045479 y1[1] (numeric) 0.990901331204548 absolute error 1.1102230246251565e-16 relative error 1.1204173308310729e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1360000000000001 y2[1] (analytic) 0.13558114487825285 y2[1] (numeric) 0.1355811448782529 absolute error 5.551115123125783e-17 relative error 4.0943120284981303e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.990766245465348 y1[1] (numeric) 0.9907662454653481 absolute error 1.1102230246251565e-16 relative error 1.1205700938102726e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1370000000000001 y2[1] (analytic) 0.1365718431680237 y2[1] (numeric) 0.13657184316802376 absolute error 5.551115123125783e-17 relative error 4.06461170498832e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9906301689599851 y1[1] (numeric) 0.9906301689599852 absolute error 1.1102230246251565e-16 relative error 1.1207240193287534e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1380000000000001 y2[1] (analytic) 0.13756240488596277 y2[1] (numeric) 0.13756240488596283 absolute error 5.551115123125783e-17 relative error 4.0353431795028416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9904931018245359 y1[1] (numeric) 0.990493101824536 absolute error 1.1102230246251565e-16 relative error 1.1208791081735677e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1390000000000001 y2[1] (analytic) 0.13855282904150842 y2[1] (numeric) 0.13855282904150848 absolute error 5.551115123125783e-17 relative error 4.0064971329187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9903550441960673 y1[1] (numeric) 0.9903550441960675 absolute error 1.1102230246251565e-16 relative error 1.121035361137978e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1400000000000001 y2[1] (analytic) 0.13954311464423658 y2[1] (numeric) 0.13954311464423663 absolute error 5.551115123125783e-17 relative error 3.978064512375463e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9902159962126371 y1[1] (numeric) 0.9902159962126372 absolute error 1.1102230246251565e-16 relative error 1.1211927790214665e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1410000000000001 y2[1] (analytic) 0.1405332607038617 y2[1] (numeric) 0.14053326070386177 absolute error 5.551115123125783e-17 relative error 3.9500365218333285e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9900759580132933 y1[1] (numeric) 0.9900759580132933 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.1420000000000001 y2[1] (analytic) 0.14152326623023787 y2[1] (numeric) 0.14152326623023792 absolute error 5.551115123125783e-17 relative error 3.9224046130301444e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9899349297380738 y1[1] (numeric) 0.9899349297380738 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.1430000000000001 y2[1] (analytic) 0.14251313023335957 y2[1] (numeric) 0.14251313023335963 absolute error 5.551115123125783e-17 relative error 3.895160476817857e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9897929115280072 y1[1] (numeric) 0.9897929115280072 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.1440000000000001 y2[1] (analytic) 0.1435028517233629 y2[1] (numeric) 0.14350285172336297 absolute error 5.551115123125783e-17 relative error 3.868296034859937e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9896499035251115 y1[1] (numeric) 0.9896499035251115 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.1450000000000001 y2[1] (analytic) 0.1444924297105265 y2[1] (numeric) 0.14449242971052656 absolute error 5.551115123125783e-17 relative error 3.841803431672362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9895059058723947 y1[1] (numeric) 0.9895059058723947 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.1460000000000001 y2[1] (analytic) 0.14548186320527243 y2[1] (numeric) 0.14548186320527248 absolute error 5.551115123125783e-17 relative error 3.8156750269916833e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9893609187138546 y1[1] (numeric) 0.9893609187138546 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.1470000000000001 y2[1] (analytic) 0.14647115121816726 y2[1] (numeric) 0.1464711512181673 absolute error 5.551115123125783e-17 relative error 3.7899033884546e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9892149421944781 y1[1] (numeric) 0.9892149421944781 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.1480000000000001 y2[1] (analytic) 0.1474602927599231 y2[1] (numeric) 0.14746029275992315 absolute error 5.551115123125783e-17 relative error 3.764481284574304e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.989067976460242 y1[1] (numeric) 0.9890679764602419 absolute error 1.1102230246251565e-16 relative error 1.1224941571746303e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1490000000000001 y2[1] (analytic) 0.14844928684139844 y2[1] (numeric) 0.1484492868413985 absolute error 5.551115123125783e-17 relative error 3.739401677999661e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9889200216581118 y1[1] (numeric) 0.9889200216581117 absolute error 1.1102230246251565e-16 relative error 1.1226620963378386e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1500000000000001 y2[1] (analytic) 0.14943813247359933 y2[1] (numeric) 0.14943813247359938 absolute error 5.551115123125783e-17 relative error 3.714657719044018e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9887710779360422 y1[1] (numeric) 0.9887710779360421 absolute error 1.1102230246251565e-16 relative error 1.1228312087592942e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1510000000000001 y2[1] (analytic) 0.15042682866768017 y2[1] (numeric) 0.15042682866768026 absolute error 8.326672684688674e-17 relative error 5.535364109206734e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9886211454429773 y1[1] (numeric) 0.9886211454429771 absolute error 2.220446049250313e-16 relative error 2.246002990615161e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1520000000000001 y2[1] (analytic) 0.1514153744349449 y2[1] (numeric) 0.151415374434945 absolute error 8.326672684688674e-17 relative error 5.499225369789777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9884702243288492 y1[1] (numeric) 0.988470224328849 absolute error 2.220446049250313e-16 relative error 2.246345913715256e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1530000000000001 y2[1] (analytic) 0.15240376878684783 y2[1] (numeric) 0.1524037687868479 absolute error 5.551115123125783e-17 relative error 3.642373917202521e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9883183147445792 y1[1] (numeric) 0.988318314744579 absolute error 2.220446049250313e-16 relative error 2.2466911885814487e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1540000000000001 y2[1] (analytic) 0.15339201073499464 y2[1] (numeric) 0.1533920107349947 absolute error 5.551115123125783e-17 relative error 3.618907592727291e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9881654168420767 y1[1] (numeric) 0.9881654168420766 absolute error 1.1102230246251565e-16 relative error 1.1235194084945257e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1550000000000001 y2[1] (analytic) 0.15438009929114352 y2[1] (numeric) 0.15438009929114357 absolute error 5.551115123125783e-17 relative error 3.5957452732667336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9880115307742399 y1[1] (numeric) 0.9880115307742396 absolute error 2.220446049250313e-16 relative error 2.2473888007261362e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1560000000000001 y2[1] (analytic) 0.15536803346720598 y2[1] (numeric) 0.155368033467206 absolute error 2.7755575615628914e-17 relative error 1.7864405564151886e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9878566566949545 y1[1] (numeric) 0.9878566566949543 absolute error 2.220446049250313e-16 relative error 2.2477411415935585e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1570000000000001 y2[1] (analytic) 0.1563558122752479 y2[1] (numeric) 0.15635581227524795 absolute error 5.551115123125783e-17 relative error 3.5503094143719014e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9877007947590948 y1[1] (numeric) 0.9877007947590946 absolute error 2.220446049250313e-16 relative error 2.2480958414049783e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1580000000000001 y2[1] (analytic) 0.15734343472749057 y2[1] (numeric) 0.15734343472749063 absolute error 5.551115123125783e-17 relative error 3.528024625075703e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9875439451225226 y1[1] (numeric) 0.9875439451225224 absolute error 2.220446049250313e-16 relative error 2.2484529019868848e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.1590000000000001 y2[1] (analytic) 0.15833089983631166 y2[1] (numeric) 0.15833089983631168 absolute error 2.7755575615628914e-17 relative error 1.7530106659106752e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9873861079420876 y1[1] (numeric) 0.9873861079420874 absolute error 2.220446049250313e-16 relative error 2.2488123251786192e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16000000000000011 y2[1] (analytic) 0.1593182066142461 y2[1] (numeric) 0.15931820661424612 absolute error 2.7755575615628914e-17 relative error 1.7421471284090537e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9872272833756269 y1[1] (numeric) 0.9872272833756267 absolute error 2.220446049250313e-16 relative error 2.249174112832397e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16100000000000012 y2[1] (analytic) 0.16030535407398716 y2[1] (numeric) 0.16030535407398722 absolute error 5.551115123125783e-17 relative error 3.462838253402146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9870674715819652 y1[1] (numeric) 0.987067471581965 absolute error 2.220446049250313e-16 relative error 2.2495382668133333e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16200000000000012 y2[1] (analytic) 0.16129234122838754 y2[1] (numeric) 0.1612923412283876 absolute error 5.551115123125783e-17 relative error 3.441648301989421e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.986906672720914 y1[1] (numeric) 0.9869066727209138 absolute error 2.220446049250313e-16 relative error 2.249904788999466e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16300000000000012 y2[1] (analytic) 0.1622791670904601 y2[1] (numeric) 0.16227916709046017 absolute error 5.551115123125783e-17 relative error 3.420719506177522e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9867448869532724 y1[1] (numeric) 0.9867448869532722 absolute error 2.220446049250313e-16 relative error 2.250273681281779e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16400000000000012 y2[1] (analytic) 0.16326583067337913 y2[1] (numeric) 0.1632658306733792 absolute error 5.551115123125783e-17 relative error 3.4000470889901306e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9865821144408262 y1[1] (numeric) 0.9865821144408259 absolute error 3.3306690738754696e-16 relative error 3.37596741834634e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16500000000000012 y2[1] (analytic) 0.1642523309904811 y2[1] (numeric) 0.16425233099048114 absolute error 5.551115123125783e-17 relative error 3.3796263892580535e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9864183553463477 y1[1] (numeric) 0.9864183553463474 absolute error 3.3306690738754696e-16 relative error 3.37652787564564e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16600000000000012 y2[1] (analytic) 0.16523866705526574 y2[1] (numeric) 0.1652386670552658 absolute error 5.551115123125783e-17 relative error 3.359452858131055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.986253609833596 y1[1] (numeric) 0.9862536098335957 absolute error 3.3306690738754696e-16 relative error 3.3770918967155224e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16700000000000012 y2[1] (analytic) 0.16622483788139708 y2[1] (numeric) 0.16622483788139716 absolute error 8.326672684688674e-17 relative error 5.0092830835725225e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9860878780673167 y1[1] (numeric) 0.9860878780673163 absolute error 3.3306690738754696e-16 relative error 3.377659484470508e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16800000000000012 y2[1] (analytic) 0.16721084248270443 y2[1] (numeric) 0.16721084248270449 absolute error 5.551115123125783e-17 relative error 3.319829647829187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9859211602132415 y1[1] (numeric) 0.9859211602132412 absolute error 3.3306690738754696e-16 relative error 3.37823064184472e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.16900000000000012 y2[1] (analytic) 0.1681966798731832 y2[1] (numeric) 0.16819667987318326 absolute error 5.551115123125783e-17 relative error 3.300371402878587e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9857534564380882 y1[1] (numeric) 0.9857534564380879 absolute error 3.3306690738754696e-16 relative error 3.378805371791925e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17000000000000012 y2[1] (analytic) 0.16918234906699614 y2[1] (numeric) 0.1691823490669962 absolute error 5.551115123125783e-17 relative error 3.281143188836764e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9855847669095607 y1[1] (numeric) 0.9855847669095603 absolute error 3.3306690738754696e-16 relative error 3.379383677285567e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17100000000000012 y2[1] (analytic) 0.1701678490784741 y2[1] (numeric) 0.17016784907847415 absolute error 5.551115123125783e-17 relative error 3.2621409703344416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9854150917963483 y1[1] (numeric) 0.985415091796348 absolute error 3.3306690738754696e-16 relative error 3.3799655613188086e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17200000000000013 y2[1] (analytic) 0.17115317892211715 y2[1] (numeric) 0.1711531789221172 absolute error 5.551115123125783e-17 relative error 3.243360805849715e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9852444312681263 y1[1] (numeric) 0.985244431268126 absolute error 3.3306690738754696e-16 relative error 3.380551026904566e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17300000000000013 y2[1] (analytic) 0.17213833761259556 y2[1] (numeric) 0.17213833761259562 absolute error 5.551115123125783e-17 relative error 3.224798844995701e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9850727854955552 y1[1] (numeric) 0.9850727854955549 absolute error 3.3306690738754696e-16 relative error 3.3811400770755516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17400000000000013 y2[1] (analytic) 0.17312332416475068 y2[1] (numeric) 0.17312332416475074 absolute error 5.551115123125783e-17 relative error 3.206451325901721e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9849001546502806 y1[1] (numeric) 0.9849001546502804 absolute error 2.220446049250313e-16 relative error 2.2544884765895396e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17500000000000013 y2[1] (analytic) 0.17410813759359609 y2[1] (numeric) 0.17410813759359614 absolute error 5.551115123125783e-17 relative error 3.188314572684258e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9847265389049334 y1[1] (numeric) 0.9847265389049332 absolute error 2.220446049250313e-16 relative error 2.2548859622688377e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17600000000000013 y2[1] (analytic) 0.17509277691431838 y2[1] (numeric) 0.17509277691431846 absolute error 8.326672684688674e-17 relative error 4.755577489506223e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9845519384331295 y1[1] (numeric) 0.9845519384331293 absolute error 2.220446049250313e-16 relative error 2.2552858438164815e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17700000000000013 y2[1] (analytic) 0.17607724114227838 y2[1] (numeric) 0.17607724114227843 absolute error 5.551115123125783e-17 relative error 3.1526590757065703e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.984376353409469 y1[1] (numeric) 0.9843763534094689 absolute error 1.1102230246251565e-16 relative error 1.1278440616536623e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17800000000000013 y2[1] (analytic) 0.1770615292930119 y2[1] (numeric) 0.17706152929301194 absolute error 5.551115123125783e-17 relative error 3.135133388540584e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9841997840095373 y1[1] (numeric) 0.9841997840095372 absolute error 1.1102230246251565e-16 relative error 1.1280464014147741e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.17900000000000013 y2[1] (analytic) 0.17804564038223086 y2[1] (numeric) 0.17804564038223092 absolute error 5.551115123125783e-17 relative error 3.1178045759551155e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9840222304099036 y1[1] (numeric) 0.9840222304099034 absolute error 1.1102230246251565e-16 relative error 1.1282499422423444e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18000000000000013 y2[1] (analytic) 0.17902957342582432 y2[1] (numeric) 0.17902957342582435 absolute error 2.7755575615628914e-17 relative error 1.550334678484202e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9838436927881213 y1[1] (numeric) 0.9838436927881212 absolute error 1.1102230246251565e-16 relative error 1.1284546851938319e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18100000000000013 y2[1] (analytic) 0.18001332743985923 y2[1] (numeric) 0.18001332743985926 absolute error 2.7755575615628914e-17 relative error 1.5418622615540393e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9836641713227284 y1[1] (numeric) 0.9836641713227282 absolute error 2.220446049250313e-16 relative error 2.2573212626668002e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18200000000000013 y2[1] (analytic) 0.18099690144058173 y2[1] (numeric) 0.18099690144058175 absolute error 2.7755575615628914e-17 relative error 1.533483468209571e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9834836661932461 y1[1] (numeric) 0.9834836661932459 absolute error 2.220446049250313e-16 relative error 2.2577355634638617e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18300000000000013 y2[1] (analytic) 0.18198029444441785 y2[1] (numeric) 0.18198029444441788 absolute error 2.7755575615628914e-17 relative error 1.5251967637686335e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9833021775801796 y1[1] (numeric) 0.9833021775801793 absolute error 2.220446049250313e-16 relative error 2.2581522749340757e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18400000000000014 y2[1] (analytic) 0.1829635054679747 y2[1] (numeric) 0.18296350546797474 absolute error 2.7755575615628914e-17 relative error 1.5170006469124605e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9831197056650174 y1[1] (numeric) 0.9831197056650172 absolute error 2.220446049250313e-16 relative error 2.2585713992461617e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18500000000000014 y2[1] (analytic) 0.18394653352804136 y2[1] (numeric) 0.18394653352804138 absolute error 2.7755575615628914e-17 relative error 1.5088936487839697e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9829362506302315 y1[1] (numeric) 0.9829362506302313 absolute error 2.220446049250313e-16 relative error 2.2589929385823594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18600000000000014 y2[1] (analytic) 0.1849293776415898 y2[1] (numeric) 0.18492937764158981 absolute error 2.7755575615628914e-17 relative error 1.5008743321151377e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9827518126592768 y1[1] (numeric) 0.9827518126592766 absolute error 2.220446049250313e-16 relative error 2.2594168951384562e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18700000000000014 y2[1] (analytic) 0.18591203682577598 y2[1] (numeric) 0.185912036825776 absolute error 2.7755575615628914e-17 relative error 1.4929412903823723e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9825663919365913 y1[1] (numeric) 0.9825663919365911 absolute error 2.220446049250313e-16 relative error 2.259843271123817e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18800000000000014 y2[1] (analytic) 0.18689451009794084 y2[1] (numeric) 0.18689451009794086 absolute error 2.7755575615628914e-17 relative error 1.4850931469888435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9823799886475959 y1[1] (numeric) 0.9823799886475957 absolute error 2.220446049250313e-16 relative error 2.260272068761411e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.18900000000000014 y2[1] (analytic) 0.1878767964756112 y2[1] (numeric) 0.1878767964756112 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9821926029786937 y1[1] (numeric) 0.9821926029786935 absolute error 2.220446049250313e-16 relative error 2.2607032902878423e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19000000000000014 y2[1] (analytic) 0.1888588949765007 y2[1] (numeric) 0.18885889497650074 absolute error 2.7755575615628914e-17 relative error 1.4696461937407014e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9820042351172703 y1[1] (numeric) 0.9820042351172701 absolute error 2.220446049250313e-16 relative error 2.2611369379533774e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19100000000000014 y2[1] (analytic) 0.189840804618511 y2[1] (numeric) 0.18984080461851102 absolute error 2.7755575615628914e-17 relative error 1.4620447733249083e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9818148852516936 y1[1] (numeric) 0.9818148852516935 absolute error 1.1102230246251565e-16 relative error 1.130786507010988e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19200000000000014 y2[1] (analytic) 0.1908225244197325 y2[1] (numeric) 0.19082252441973252 absolute error 2.7755575615628914e-17 relative error 1.4545230286639463e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9816245535713135 y1[1] (numeric) 0.9816245535713134 absolute error 1.1102230246251565e-16 relative error 1.131005760385659e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19300000000000014 y2[1] (analytic) 0.19180405339844547 y2[1] (numeric) 0.1918040533984455 absolute error 2.7755575615628914e-17 relative error 1.4470797214056096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9814332402664616 y1[1] (numeric) 0.9814332402664615 absolute error 1.1102230246251565e-16 relative error 1.1312262302464181e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19400000000000014 y2[1] (analytic) 0.19278539057312102 y2[1] (numeric) 0.19278539057312105 absolute error 2.7755575615628914e-17 relative error 1.4397136387314358e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9812409455284513 y1[1] (numeric) 0.9812409455284512 absolute error 1.1102230246251565e-16 relative error 1.1314479177458717e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19500000000000015 y2[1] (analytic) 0.19376653496242208 y2[1] (numeric) 0.1937665349624221 absolute error 2.7755575615628914e-17 relative error 1.4324235927019938e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9810476695495772 y1[1] (numeric) 0.9810476695495771 absolute error 1.1102230246251565e-16 relative error 1.1316708240435317e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19600000000000015 y2[1] (analytic) 0.1947474855852043 y2[1] (numeric) 0.19474748558520433 absolute error 2.7755575615628914e-17 relative error 1.425208419622215e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9808534125231153 y1[1] (numeric) 0.9808534125231152 absolute error 1.1102230246251565e-16 relative error 1.1318949503058312e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19700000000000015 y2[1] (analytic) 0.19572824146051718 y2[1] (numeric) 0.1957282414605172 absolute error 2.7755575615628914e-17 relative error 1.418066979426055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9806581746433226 y1[1] (numeric) 0.9806581746433225 absolute error 1.1102230246251565e-16 relative error 1.1321202977061383e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19800000000000015 y2[1] (analytic) 0.1967088016076049 y2[1] (numeric) 0.19670880160760493 absolute error 2.7755575615628914e-17 relative error 1.4109981550798011e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9804619561054371 y1[1] (numeric) 0.9804619561054368 absolute error 2.220446049250313e-16 relative error 2.264693734849545e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.19900000000000015 y2[1] (analytic) 0.19768916504590742 y2[1] (numeric) 0.19768916504590744 absolute error 2.7755575615628914e-17 relative error 1.4040008520033715e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9802647571056771 y1[1] (numeric) 0.9802647571056768 absolute error 2.220446049250313e-16 relative error 2.2651493212980406e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20000000000000015 y2[1] (analytic) 0.19866933079506136 y2[1] (numeric) 0.19866933079506138 absolute error 2.7755575615628914e-17 relative error 1.3970739975089743e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9800665778412416 y1[1] (numeric) 0.9800665778412414 absolute error 2.220446049250313e-16 relative error 2.265607357146299e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20100000000000015 y2[1] (analytic) 0.19964929787490107 y2[1] (numeric) 0.19964929787490107 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.97986741851031 y1[1] (numeric) 0.9798674185103098 absolute error 2.220446049250313e-16 relative error 2.266067844796852e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20200000000000015 y2[1] (analytic) 0.20062906530545951 y2[1] (numeric) 0.20062906530545954 absolute error 2.7755575615628914e-17 relative error 1.3834274497252333e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9796672793120416 y1[1] (numeric) 0.9796672793120413 absolute error 2.220446049250313e-16 relative error 2.2665307866662566e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20300000000000015 y2[1] (analytic) 0.20160863210696942 y2[1] (numeric) 0.20160863210696942 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9794661604465754 y1[1] (numeric) 0.9794661604465752 absolute error 2.220446049250313e-16 relative error 2.26699618518513e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20400000000000015 y2[1] (analytic) 0.202587997299864 y2[1] (numeric) 0.202587997299864 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9792640621150305 y1[1] (numeric) 0.9792640621150303 absolute error 2.220446049250313e-16 relative error 2.267464042798178e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20500000000000015 y2[1] (analytic) 0.20356715990477814 y2[1] (numeric) 0.20356715990477814 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9790609845195051 y1[1] (numeric) 0.9790609845195049 absolute error 2.220446049250313e-16 relative error 2.2679343619642285e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20600000000000016 y2[1] (analytic) 0.20454611894254934 y2[1] (numeric) 0.20454611894254934 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9788569278630767 y1[1] (numeric) 0.9788569278630764 absolute error 2.220446049250313e-16 relative error 2.2684071451562643e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20700000000000016 y2[1] (analytic) 0.20552487343421866 y2[1] (numeric) 0.20552487343421866 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.978651892349802 y1[1] (numeric) 0.9786518923498018 absolute error 2.220446049250313e-16 relative error 2.2688823948614544e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20800000000000016 y2[1] (analytic) 0.20650342240103167 y2[1] (numeric) 0.20650342240103167 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9784458781847165 y1[1] (numeric) 0.9784458781847163 absolute error 2.220446049250313e-16 relative error 2.2693601135811875e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.20900000000000016 y2[1] (analytic) 0.20748176486443948 y2[1] (numeric) 0.20748176486443948 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9782388855738344 y1[1] (numeric) 0.9782388855738342 absolute error 2.220446049250313e-16 relative error 2.269840303831104e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.21000000000000016 y2[1] (analytic) 0.20845989984609972 y2[1] (numeric) 0.20845989984609972 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9780309147241482 y1[1] (numeric) 0.978030914724148 absolute error 1.1102230246251565e-16 relative error 1.1351614840705653e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.21100000000000016 y2[1] (analytic) 0.2094378263678775 y2[1] (numeric) 0.2094378263678775 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9778219658436288 y1[1] (numeric) 0.9778219658436287 absolute error 1.1102230246251565e-16 relative error 1.1354040545277555e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.21200000000000016 y2[1] (analytic) 0.21041554345184635 y2[1] (numeric) 0.21041554345184635 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9776120391412251 y1[1] (numeric) 0.977612039141225 absolute error 1.1102230246251565e-16 relative error 1.1356478645664209e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.21300000000000016 y2[1] (analytic) 0.21139305012028928 y2[1] (numeric) 0.21139305012028928 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9774011348268636 y1[1] (numeric) 0.9774011348268635 absolute error 1.1102230246251565e-16 relative error 1.1358929154730528e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.21400000000000016 y2[1] (analytic) 0.2123703453956997 y2[1] (numeric) 0.2123703453956997 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9771892531114488 y1[1] (numeric) 0.9771892531114488 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.21500000000000016 y2[1] (analytic) 0.21334742830078246 y2[1] (numeric) 0.21334742830078243 absolute error 2.7755575615628914e-17 relative error 1.300956652568524e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9769763942068623 y1[1] (numeric) 0.9769763942068623 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.21600000000000016 y2[1] (analytic) 0.21432429785845467 y2[1] (numeric) 0.21432429785845464 absolute error 2.7755575615628914e-17 relative error 1.2950270171401386e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.976762558325963 y1[1] (numeric) 0.976762558325963 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.21700000000000016 y2[1] (analytic) 0.21530095309184688 y2[1] (numeric) 0.21530095309184685 absolute error 2.7755575615628914e-17 relative error 1.289152473179645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9765477456825868 y1[1] (numeric) 0.9765477456825868 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.21800000000000017 y2[1] (analytic) 0.21627739302430393 y2[1] (numeric) 0.2162773930243039 absolute error 2.7755575615628914e-17 relative error 1.2833322626794336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9763319564915464 y1[1] (numeric) 0.9763319564915464 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.21900000000000017 y2[1] (analytic) 0.217253616679386 y2[1] (numeric) 0.21725361667938597 absolute error 2.7755575615628914e-17 relative error 1.2775656414774192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9761151909686308 y1[1] (numeric) 0.9761151909686308 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.22000000000000017 y2[1] (analytic) 0.2182296230808695 y2[1] (numeric) 0.21822962308086946 absolute error 2.7755575615628914e-17 relative error 1.2718518789423704e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9758974493306054 y1[1] (numeric) 0.9758974493306055 absolute error 1.1102230246251565e-16 relative error 1.1376431257061782e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22100000000000017 y2[1] (analytic) 0.2192054112527481 y2[1] (numeric) 0.21920541125274806 absolute error 2.7755575615628914e-17 relative error 1.2661902576677816e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9756787317952121 y1[1] (numeric) 0.9756787317952123 absolute error 1.1102230246251565e-16 relative error 1.1378981507390121e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22200000000000017 y2[1] (analytic) 0.22018098021923369 y2[1] (numeric) 0.22018098021923366 absolute error 2.7755575615628914e-17 relative error 1.2605800731740203e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9754590385811684 y1[1] (numeric) 0.9754590385811684 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.22300000000000017 y2[1] (analytic) 0.22115632900475743 y2[1] (numeric) 0.2211563290047574 absolute error 2.7755575615628914e-17 relative error 1.2550206336184865e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9752383699081674 y1[1] (numeric) 0.9752383699081674 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.22400000000000017 y2[1] (analytic) 0.22213145663397058 y2[1] (numeric) 0.22213145663397058 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9750167259968777 y1[1] (numeric) 0.9750167259968777 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.22500000000000017 y2[1] (analytic) 0.22310636213174562 y2[1] (numeric) 0.22310636213174562 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9747941070689432 y1[1] (numeric) 0.9747941070689433 absolute error 1.1102230246251565e-16 relative error 1.1389307922299893e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22600000000000017 y2[1] (analytic) 0.22408104452317712 y2[1] (numeric) 0.22408104452317712 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.974570513346983 y1[1] (numeric) 0.9745705133469831 absolute error 1.1102230246251565e-16 relative error 1.1391920947949677e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22700000000000017 y2[1] (analytic) 0.22505550283358275 y2[1] (numeric) 0.22505550283358278 absolute error 2.7755575615628914e-17 relative error 1.2332769146352652e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9743459450545906 y1[1] (numeric) 0.9743459450545907 absolute error 1.1102230246251565e-16 relative error 1.1394546570037328e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22800000000000017 y2[1] (analytic) 0.22602973608850432 y2[1] (numeric) 0.22602973608850435 absolute error 2.7755575615628914e-17 relative error 1.227961245097456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9741204024163344 y1[1] (numeric) 0.9741204024163345 absolute error 1.1102230246251565e-16 relative error 1.139718480252765e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.22900000000000018 y2[1] (analytic) 0.22700374331370865 y2[1] (numeric) 0.22700374331370868 absolute error 2.7755575615628914e-17 relative error 1.2226924195374169e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9738938856577568 y1[1] (numeric) 0.9738938856577569 absolute error 1.1102230246251565e-16 relative error 1.1399835659460216e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23000000000000018 y2[1] (analytic) 0.22797752353518858 y2[1] (numeric) 0.2279775235351886 absolute error 2.7755575615628914e-17 relative error 1.2174698270790196e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9736663950053748 y1[1] (numeric) 0.9736663950053749 absolute error 1.1102230246251565e-16 relative error 1.1402499154949555e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23100000000000018 y2[1] (analytic) 0.22895107577916396 y2[1] (numeric) 0.228951075779164 absolute error 2.7755575615628914e-17 relative error 1.2122928674246854e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9734379306866789 y1[1] (numeric) 0.973437930686679 absolute error 1.1102230246251565e-16 relative error 1.1405175303185352e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23200000000000018 y2[1] (analytic) 0.22992439907208262 y2[1] (numeric) 0.22992439907208267 absolute error 5.551115123125783e-17 relative error 2.4143219012548016e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9732084929301335 y1[1] (numeric) 0.9732084929301336 absolute error 1.1102230246251565e-16 relative error 1.140786411843263e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23300000000000018 y2[1] (analytic) 0.2308974924406214 y2[1] (numeric) 0.23089749244062144 absolute error 2.7755575615628914e-17 relative error 1.202073496868601e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9729780819651762 y1[1] (numeric) 0.9729780819651763 absolute error 1.1102230246251565e-16 relative error 1.1410565615031937e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23400000000000018 y2[1] (analytic) 0.23187035491168698 y2[1] (numeric) 0.231870354911687 absolute error 2.7755575615628914e-17 relative error 1.1970299362417522e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.972746698022218 y1[1] (numeric) 0.9727466980222181 absolute error 1.1102230246251565e-16 relative error 1.1413279807399547e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23500000000000018 y2[1] (analytic) 0.23284298551241697 y2[1] (numeric) 0.232842985512417 absolute error 2.7755575615628914e-17 relative error 1.1920297085414572e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9725143413326429 y1[1] (numeric) 0.972514341332643 absolute error 1.1102230246251565e-16 relative error 1.1416006710027643e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23600000000000018 y2[1] (analytic) 0.23381538327018084 y2[1] (numeric) 0.23381538327018087 absolute error 2.7755575615628914e-17 relative error 1.1870722630579227e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9722810121288076 y1[1] (numeric) 0.9722810121288076 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.23700000000000018 y2[1] (analytic) 0.2347875472125809 y2[1] (numeric) 0.23478754721258097 absolute error 5.551115123125783e-17 relative error 2.364314116753263e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.972046710644041 y1[1] (numeric) 0.972046710644041 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.23800000000000018 y2[1] (analytic) 0.23575947636745337 y2[1] (numeric) 0.2357594763674534 absolute error 2.7755575615628914e-17 relative error 1.177283562183063e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.971811437112645 y1[1] (numeric) 0.9718114371126448 absolute error 1.1102230246251565e-16 relative error 1.1424263825539521e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.23900000000000018 y2[1] (analytic) 0.2367311697628691 y2[1] (numeric) 0.23673116976286912 absolute error 2.7755575615628914e-17 relative error 1.1724512510723178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9715751917698926 y1[1] (numeric) 0.9715751917698926 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.24000000000000019 y2[1] (analytic) 0.23770262642713477 y2[1] (numeric) 0.2377026264271348 absolute error 2.7755575615628914e-17 relative error 1.1676596103635015e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9713379748520296 y1[1] (numeric) 0.9713379748520296 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.2410000000000002 y2[1] (analytic) 0.23867384538879383 y2[1] (numeric) 0.23867384538879388 absolute error 5.551115123125783e-17 relative error 2.3258162678374552e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9710997865962726 y1[1] (numeric) 0.9710997865962726 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.2420000000000002 y2[1] (analytic) 0.2396448256766274 y2[1] (numeric) 0.23964482567662745 absolute error 5.551115123125783e-17 relative error 2.316392647933222e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9708606272408099 y1[1] (numeric) 0.9708606272408099 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.2430000000000002 y2[1] (analytic) 0.24061556631965528 y2[1] (numeric) 0.2406155663196553 absolute error 2.7755575615628914e-17 relative error 1.1535236909301172e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9706204970248009 y1[1] (numeric) 0.9706204970248009 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.2440000000000002 y2[1] (analytic) 0.24158606634713686 y2[1] (numeric) 0.2415860663471369 absolute error 2.7755575615628914e-17 relative error 1.1488897532586468e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9703793961883758 y1[1] (numeric) 0.9703793961883758 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.2450000000000002 y2[1] (analytic) 0.24255632478857223 y2[1] (numeric) 0.24255632478857228 absolute error 5.551115123125783e-17 relative error 2.28858807452846e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9701373249726354 y1[1] (numeric) 0.9701373249726353 absolute error 1.1102230246251565e-16 relative error 1.1443978043587515e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2460000000000002 y2[1] (analytic) 0.24352634067370305 y2[1] (numeric) 0.24352634067370307 absolute error 2.7755575615628914e-17 relative error 1.1397360769617178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9698942836196508 y1[1] (numeric) 0.9698942836196507 absolute error 1.1102230246251565e-16 relative error 1.1446845737473554e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2470000000000002 y2[1] (analytic) 0.24449611303251345 y2[1] (numeric) 0.2444961130325135 absolute error 5.551115123125783e-17 relative error 2.2704308278257117e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9696502723724634 y1[1] (numeric) 0.9696502723724633 absolute error 1.1102230246251565e-16 relative error 1.144972632151952e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2480000000000002 y2[1] (analytic) 0.24546564089523124 y2[1] (numeric) 0.24546564089523126 absolute error 2.7755575615628914e-17 relative error 1.1307315970741277e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9694052914750845 y1[1] (numeric) 0.9694052914750844 absolute error 1.1102230246251565e-16 relative error 1.1452619811222594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2490000000000002 y2[1] (analytic) 0.24643492329232855 y2[1] (numeric) 0.24643492329232858 absolute error 2.7755575615628914e-17 relative error 1.126284182648269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9691593411724948 y1[1] (numeric) 0.9691593411724947 absolute error 1.1102230246251565e-16 relative error 1.1455526222158702e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25000000000000017 y2[1] (analytic) 0.2474039592545231 y2[1] (numeric) 0.24740395925452316 absolute error 5.551115123125783e-17 relative error 2.2437454678786818e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9689124217106447 y1[1] (numeric) 0.9689124217106446 absolute error 1.1102230246251565e-16 relative error 1.1458445569982719e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25100000000000017 y2[1] (analytic) 0.24837274781277902 y2[1] (numeric) 0.2483727478127791 absolute error 8.326672684688674e-17 relative error 3.352490463633812e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9686645333364537 y1[1] (numeric) 0.9686645333364536 absolute error 1.1102230246251565e-16 relative error 1.1461377870428691e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25200000000000017 y2[1] (analytic) 0.24934128799830785 y2[1] (numeric) 0.2493412879983079 absolute error 5.551115123125783e-17 relative error 2.226312043099519e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9684156762978101 y1[1] (numeric) 0.96841567629781 absolute error 1.1102230246251565e-16 relative error 1.1464323139310039e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25300000000000017 y2[1] (analytic) 0.25030957884256944 y2[1] (numeric) 0.2503095788425695 absolute error 5.551115123125783e-17 relative error 2.2176998374549303e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9681658508435709 y1[1] (numeric) 0.9681658508435708 absolute error 1.1102230246251565e-16 relative error 1.1467281392519785e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25400000000000017 y2[1] (analytic) 0.25127761937727305 y2[1] (numeric) 0.2512776193772731 absolute error 5.551115123125783e-17 relative error 2.209156206144739e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9679150572235615 y1[1] (numeric) 0.9679150572235614 absolute error 1.1102230246251565e-16 relative error 1.1470252646030754e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25500000000000017 y2[1] (analytic) 0.2522454086343782 y2[1] (numeric) 0.2522454086343783 absolute error 5.551115123125783e-17 relative error 2.2006803426784864e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9676632956885756 y1[1] (numeric) 0.9676632956885755 absolute error 1.1102230246251565e-16 relative error 1.1473236915895808e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.25600000000000017 y2[1] (analytic) 0.2532129456460958 y2[1] (numeric) 0.25321294564609587 absolute error 5.551115123125783e-17 relative error 2.192271453168245e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9674105664903745 y1[1] (numeric) 0.9674105664903745 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.2570000000000002 y2[1] (analytic) 0.2541802294448888 y2[1] (numeric) 0.2541802294448889 absolute error 5.551115123125783e-17 relative error 2.1839287560834353e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9671568698816877 y1[1] (numeric) 0.9671568698816876 absolute error 1.1102230246251565e-16 relative error 1.147924456930105e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2580000000000002 y2[1] (analytic) 0.2551472590634736 y2[1] (numeric) 0.25514725906347363 absolute error 5.551115123125783e-17 relative error 2.1756514820113425e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9669022061162115 y1[1] (numeric) 0.9669022061162115 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.2590000000000002 y2[1] (analytic) 0.2561140335348205 y2[1] (numeric) 0.2561140335348206 absolute error 1.1102230246251565e-16 relative error 4.3348777468463634e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9666465754486098 y1[1] (numeric) 0.9666465754486098 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.2600000000000002 y2[1] (analytic) 0.2570805518921553 y2[1] (numeric) 0.25708055189215534 absolute error 5.551115123125783e-17 relative error 2.1592901844455598e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9663899781345132 y1[1] (numeric) 0.9663899781345132 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.2610000000000002 y2[1] (analytic) 0.25804681316895955 y2[1] (numeric) 0.2580468131689596 absolute error 5.551115123125783e-17 relative error 2.151204680637198e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.966132414430519 y1[1] (numeric) 0.966132414430519 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.2620000000000002 y2[1] (analytic) 0.25901281639897217 y2[1] (numeric) 0.2590128163989722 absolute error 5.551115123125783e-17 relative error 2.1431816387707567e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9658738845941909 y1[1] (numeric) 0.9658738845941909 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.2630000000000002 y2[1] (analytic) 0.25997856061619 y2[1] (numeric) 0.25997856061619 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9656143888840586 y1[1] (numeric) 0.9656143888840587 absolute error 1.1102230246251565e-16 relative error 1.1497581616489987e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2640000000000002 y2[1] (analytic) 0.2609440448548689 y2[1] (numeric) 0.2609440448548689 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.965353927559618 y1[1] (numeric) 0.965353927559618 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.2650000000000002 y2[1] (analytic) 0.2619092681495246 y2[1] (numeric) 0.26190926814952464 absolute error 5.551115123125783e-17 relative error 2.1194802163154603e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9650925008813303 y1[1] (numeric) 0.9650925008813303 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.2660000000000002 y2[1] (analytic) 0.26287422953493406 y2[1] (numeric) 0.26287422953493406 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9648301091106221 y1[1] (numeric) 0.9648301091106221 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.2670000000000002 y2[1] (analytic) 0.26383892804613585 y2[1] (numeric) 0.26383892804613585 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9645667525098851 y1[1] (numeric) 0.9645667525098851 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.2680000000000002 y2[1] (analytic) 0.2648033627184316 y2[1] (numeric) 0.2648033627184316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9643024313424761 y1[1] (numeric) 0.9643024313424761 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.2690000000000002 y2[1] (analytic) 0.26576753258738667 y2[1] (numeric) 0.26576753258738667 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.964037145872716 y1[1] (numeric) 0.964037145872716 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.2700000000000002 y2[1] (analytic) 0.2667314366888313 y2[1] (numeric) 0.2667314366888313 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9637708963658904 y1[1] (numeric) 0.9637708963658905 absolute error 1.1102230246251565e-16 relative error 1.151957408977067e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2710000000000002 y2[1] (analytic) 0.2676950740588615 y2[1] (numeric) 0.2676950740588615 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9635036830882489 y1[1] (numeric) 0.963503683088249 absolute error 1.1102230246251565e-16 relative error 1.1522768870655884e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2720000000000002 y2[1] (analytic) 0.2686584437338399 y2[1] (numeric) 0.26865844373383996 absolute error 5.551115123125783e-17 relative error 2.066235122178135e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9632355063070044 y1[1] (numeric) 0.9632355063070045 absolute error 1.1102230246251565e-16 relative error 1.1525976953255127e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2730000000000002 y2[1] (analytic) 0.269621544750397 y2[1] (numeric) 0.26962154475039707 absolute error 5.551115123125783e-17 relative error 2.0588544317794576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9629663662903339 y1[1] (numeric) 0.962966366290334 absolute error 1.1102230246251565e-16 relative error 1.152919835510044e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2740000000000002 y2[1] (analytic) 0.27058437614543185 y2[1] (numeric) 0.2705843761454319 absolute error 5.551115123125783e-17 relative error 2.0515283262852572e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9626962633073775 y1[1] (numeric) 0.9626962633073776 absolute error 1.1102230246251565e-16 relative error 1.1532433093808276e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2750000000000002 y2[1] (analytic) 0.27154693695611304 y2[1] (numeric) 0.2715469369561131 absolute error 5.551115123125783e-17 relative error 2.0442562104918698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9624251976282379 y1[1] (numeric) 0.962425197628238 absolute error 1.1102230246251565e-16 relative error 1.1535681187079741e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2760000000000002 y2[1] (analytic) 0.27250922621987994 y2[1] (numeric) 0.27250922621988 absolute error 5.551115123125783e-17 relative error 2.0370374978228245e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9621531695239809 y1[1] (numeric) 0.962153169523981 absolute error 1.1102230246251565e-16 relative error 1.153894265270084e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2770000000000002 y2[1] (analytic) 0.2734712429744433 y2[1] (numeric) 0.27347124297444336 absolute error 5.551115123125783e-17 relative error 2.029871610173122e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9618801792666345 y1[1] (numeric) 0.9618801792666346 absolute error 1.1102230246251565e-16 relative error 1.1542217508542727e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2780000000000002 y2[1] (analytic) 0.2744329862577865 y2[1] (numeric) 0.27443298625778656 absolute error 5.551115123125783e-17 relative error 2.022757977756867e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9616062271291891 y1[1] (numeric) 0.9616062271291892 absolute error 1.1102230246251565e-16 relative error 1.1545505772561946e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2790000000000002 y2[1] (analytic) 0.2753944551081663 y2[1] (numeric) 0.27539445510816635 absolute error 5.551115123125783e-17 relative error 2.0156960389581843e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9613313133855966 y1[1] (numeric) 0.9613313133855967 absolute error 1.1102230246251565e-16 relative error 1.1548807462800689e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2800000000000002 y2[1] (analytic) 0.27635564856411393 y2[1] (numeric) 0.276355648564114 absolute error 5.551115123125783e-17 relative error 2.0086852401853244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9610554383107709 y1[1] (numeric) 0.961055438310771 absolute error 1.1102230246251565e-16 relative error 1.1552122597387043e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2810000000000002 y2[1] (analytic) 0.277316565664436 y2[1] (numeric) 0.2773165656644361 absolute error 5.551115123125783e-17 relative error 2.0017250357278877e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.960778602180587 y1[1] (numeric) 0.9607786021805871 absolute error 1.1102230246251565e-16 relative error 1.1555451194535244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2820000000000002 y2[1] (analytic) 0.2782772054482156 y2[1] (numeric) 0.2782772054482156 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9605008052718809 y1[1] (numeric) 0.960500805271881 absolute error 1.1102230246251565e-16 relative error 1.155879327254593e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2830000000000002 y2[1] (analytic) 0.2792375669548129 y2[1] (numeric) 0.2792375669548129 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9602220478624496 y1[1] (numeric) 0.9602220478624497 absolute error 1.1102230246251565e-16 relative error 1.1562148849806398e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2840000000000002 y2[1] (analytic) 0.2801976492238665 y2[1] (numeric) 0.2801976492238665 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9599423302310505 y1[1] (numeric) 0.9599423302310506 absolute error 1.1102230246251565e-16 relative error 1.1565517944790857e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2850000000000002 y2[1] (analytic) 0.28115745129529424 y2[1] (numeric) 0.28115745129529424 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.959661652657401 y1[1] (numeric) 0.9596616526574012 absolute error 2.220446049250313e-16 relative error 2.3137801152121392e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2860000000000002 y2[1] (analytic) 0.2821169722092941 y2[1] (numeric) 0.2821169722092941 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.959380015422179 y1[1] (numeric) 0.9593800154221792 absolute error 2.220446049250313e-16 relative error 2.3144593524529453e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2870000000000002 y2[1] (analytic) 0.2830762110063452 y2[1] (numeric) 0.2830762110063453 absolute error 5.551115123125783e-17 relative error 1.960996688273941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9590974188070215 y1[1] (numeric) 0.9590974188070217 absolute error 2.220446049250313e-16 relative error 2.3151413044278932e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2880000000000002 y2[1] (analytic) 0.284035166727209 y2[1] (numeric) 0.284035166727209 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.958813863094525 y1[1] (numeric) 0.9588138630945253 absolute error 3.3306690738754696e-16 relative error 3.473738962352816e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2890000000000002 y2[1] (analytic) 0.2849938384129297 y2[1] (numeric) 0.2849938384129297 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9585293485682455 y1[1] (numeric) 0.9585293485682457 absolute error 2.220446049250313e-16 relative error 2.3165133676574343e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2900000000000002 y2[1] (analytic) 0.2859522251048357 y2[1] (numeric) 0.2859522251048357 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9582438755126971 y1[1] (numeric) 0.9582438755126974 absolute error 3.3306690738754696e-16 relative error 3.4758052297422036e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2910000000000002 y2[1] (analytic) 0.28691032584454046 y2[1] (numeric) 0.28691032584454046 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9579574442133532 y1[1] (numeric) 0.9579574442133535 absolute error 3.3306690738754696e-16 relative error 3.476844502847951e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2920000000000002 y2[1] (analytic) 0.2878681396739433 y2[1] (numeric) 0.28786813967394326 absolute error 5.551115123125783e-17 relative error 1.928353422304152e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9576700549566448 y1[1] (numeric) 0.9576700549566451 absolute error 3.3306690738754696e-16 relative error 3.477887876557082e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2930000000000002 y2[1] (analytic) 0.28882566563523043 y2[1] (numeric) 0.2888256656352304 absolute error 5.551115123125783e-17 relative error 1.9219604708317403e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9573817080299613 y1[1] (numeric) 0.9573817080299617 absolute error 4.440892098500626e-16 relative error 4.6385804755334313e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2940000000000002 y2[1] (analytic) 0.289782902770876 y2[1] (numeric) 0.2897829027708759 absolute error 5.551115123125783e-17 relative error 1.9156116768955514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9570924037216496 y1[1] (numeric) 0.9570924037216499 absolute error 3.3306690738754696e-16 relative error 3.4799869489342693e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2950000000000002 y2[1] (analytic) 0.29073985012364295 y2[1] (numeric) 0.2907398501236429 absolute error 5.551115123125783e-17 relative error 1.9093065917056294e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9568021423210138 y1[1] (numeric) 0.9568021423210142 absolute error 4.440892098500626e-16 relative error 4.641390212325294e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2960000000000002 y2[1] (analytic) 0.291696506736584 y2[1] (numeric) 0.2916965067365839 absolute error 5.551115123125783e-17 relative error 1.9030447725377485e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9565109241183155 y1[1] (numeric) 0.956510924118316 absolute error 4.440892098500626e-16 relative error 4.642803324587342e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2970000000000002 y2[1] (analytic) 0.2926528716530426 y2[1] (numeric) 0.29265287165304255 absolute error 5.551115123125783e-17 relative error 1.8968257826312943e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9562187494047728 y1[1] (numeric) 0.9562187494047732 absolute error 4.440892098500626e-16 relative error 4.6442219432164384e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2980000000000002 y2[1] (analytic) 0.293608943916654 y2[1] (numeric) 0.29360894391665393 absolute error 5.551115123125783e-17 relative error 1.8906491910892073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9559256184725604 y1[1] (numeric) 0.9559256184725609 absolute error 4.440892098500626e-16 relative error 4.645646076100115e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.2990000000000002 y2[1] (analytic) 0.2945647225713459 y2[1] (numeric) 0.29456472257134586 absolute error 5.551115123125783e-17 relative error 1.884514572779929e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9556315316148092 y1[1] (numeric) 0.9556315316148096 absolute error 4.440892098500626e-16 relative error 4.647075731162288e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3000000000000002 y2[1] (analytic) 0.29552020666133977 y2[1] (numeric) 0.29552020666133977 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.955336489125606 y1[1] (numeric) 0.9553364891256064 absolute error 4.440892098500626e-16 relative error 4.6485109163633603e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3010000000000002 y2[1] (analytic) 0.29647539523115163 y2[1] (numeric) 0.29647539523115163 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9550404912999932 y1[1] (numeric) 0.9550404912999937 absolute error 4.440892098500626e-16 relative error 4.649951639700344e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3020000000000002 y2[1] (analytic) 0.29743028732559296 y2[1] (numeric) 0.29743028732559296 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9547435384339688 y1[1] (numeric) 0.9547435384339692 absolute error 4.440892098500626e-16 relative error 4.6513979092069697e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3030000000000002 y2[1] (analytic) 0.29838488198977176 y2[1] (numeric) 0.29838488198977176 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9544456308244854 y1[1] (numeric) 0.9544456308244859 absolute error 4.440892098500626e-16 relative error 4.652849732953798e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3040000000000002 y2[1] (analytic) 0.2993391782690934 y2[1] (numeric) 0.2993391782690934 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9541467687694508 y1[1] (numeric) 0.9541467687694513 absolute error 4.440892098500626e-16 relative error 4.654307119048341e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3050000000000002 y2[1] (analytic) 0.30029317520926174 y2[1] (numeric) 0.30029317520926174 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.953846952567727 y1[1] (numeric) 0.9538469525677274 absolute error 4.440892098500626e-16 relative error 4.6557700756351736e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3060000000000002 y2[1] (analytic) 0.3012468718562799 y2[1] (numeric) 0.3012468718562799 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.95354618251913 y1[1] (numeric) 0.9535461825191305 absolute error 4.440892098500626e-16 relative error 4.657238610896052e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3070000000000002 y2[1] (analytic) 0.30220026725645127 y2[1] (numeric) 0.3022002672564513 absolute error 5.551115123125783e-17 relative error 1.8368994751467345e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9532444589244301 y1[1] (numeric) 0.9532444589244304 absolute error 3.3306690738754696e-16 relative error 3.4940345497875205e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3080000000000002 y2[1] (analytic) 0.3031533604563806 y2[1] (numeric) 0.30315336045638064 absolute error 5.551115123125783e-17 relative error 1.831124390232352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9529417820853505 y1[1] (numeric) 0.952941782085351 absolute error 4.440892098500626e-16 relative error 4.660192450353569e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3090000000000002 y2[1] (analytic) 0.30410615050297474 y2[1] (numeric) 0.3041061505029748 absolute error 5.551115123125783e-17 relative error 1.8253873241118423e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9526381523045684 y1[1] (numeric) 0.9526381523045688 absolute error 4.440892098500626e-16 relative error 4.661677771100675e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3100000000000002 y2[1] (analytic) 0.3050586364434437 y2[1] (numeric) 0.3050586364434438 absolute error 5.551115123125783e-17 relative error 1.819687909132489e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9523335698857134 y1[1] (numeric) 0.9523335698857137 absolute error 3.3306690738754696e-16 relative error 3.49737652771725e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3110000000000002 y2[1] (analytic) 0.30601081732530167 y2[1] (numeric) 0.3060108173253017 absolute error 5.551115123125783e-17 relative error 1.814025782371192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9520280351333678 y1[1] (numeric) 0.9520280351333681 absolute error 3.3306690738754696e-16 relative error 3.4984989422174764e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3120000000000002 y2[1] (analytic) 0.3069626921963678 y2[1] (numeric) 0.30696269219636785 absolute error 5.551115123125783e-17 relative error 1.8084005855586732e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9517215483530663 y1[1] (numeric) 0.9517215483530667 absolute error 3.3306690738754696e-16 relative error 3.499625578131672e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3130000000000002 y2[1] (analytic) 0.3079142601047673 y2[1] (numeric) 0.30791426010476736 absolute error 5.551115123125783e-17 relative error 1.8028119650051367e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9514141098512959 y1[1] (numeric) 0.9514141098512963 absolute error 3.3306690738754696e-16 relative error 3.500756441793833e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3140000000000002 y2[1] (analytic) 0.30886552009893237 y2[1] (numeric) 0.3088655200989324 absolute error 5.551115123125783e-17 relative error 1.7972595715273468e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9511057199354949 y1[1] (numeric) 0.9511057199354953 absolute error 4.440892098500626e-16 relative error 4.6691887194220775e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3150000000000002 y2[1] (analytic) 0.3098164712276031 y2[1] (numeric) 0.30981647122760314 absolute error 5.551115123125783e-17 relative error 1.7917430603770966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9507963789140532 y1[1] (numeric) 0.9507963789140537 absolute error 4.440892098500626e-16 relative error 4.670707837121515e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3160000000000002 y2[1] (analytic) 0.31076711253982836 y2[1] (numeric) 0.3107671125398284 absolute error 5.551115123125783e-17 relative error 1.7862620911710354e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9504860870963118 y1[1] (numeric) 0.9504860870963123 absolute error 5.551115123125783e-16 relative error 5.840290771729406e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3170000000000002 y2[1] (analytic) 0.311717443084967 y2[1] (numeric) 0.31171744308496707 absolute error 5.551115123125783e-17 relative error 1.7808163278218204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9501748447925625 y1[1] (numeric) 0.9501748447925631 absolute error 5.551115123125783e-16 relative error 5.842203836008387e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3180000000000002 y2[1] (analytic) 0.31266746191268857 y2[1] (numeric) 0.3126674619126886 absolute error 5.551115123125783e-17 relative error 1.7754054384705737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9498626523140477 y1[1] (numeric) 0.9498626523140482 absolute error 5.551115123125783e-16 relative error 5.844124000035374e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.31900000000000023 y2[1] (analytic) 0.31361716807297424 y2[1] (numeric) 0.3136171680729743 absolute error 5.551115123125783e-17 relative error 1.7700290954206045e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9495495099729596 y1[1] (numeric) 0.9495495099729602 absolute error 5.551115123125783e-16 relative error 5.846051274655349e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32000000000000023 y2[1] (analytic) 0.314566560616118 y2[1] (numeric) 0.31456656061611804 absolute error 5.551115123125783e-17 relative error 1.7646869750723754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9492354180824408 y1[1] (numeric) 0.9492354180824413 absolute error 4.440892098500626e-16 relative error 4.678388536609509e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32100000000000023 y2[1] (analytic) 0.31551563859272735 y2[1] (numeric) 0.3155156385927274 absolute error 5.551115123125783e-17 relative error 1.759378757859686e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9489203769565829 y1[1] (numeric) 0.9489203769565834 absolute error 4.440892098500626e-16 relative error 4.679941759437858e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32200000000000023 y2[1] (analytic) 0.31646440105372436 y2[1] (numeric) 0.3164644010537245 absolute error 1.1102230246251565e-16 relative error 3.5082082563740884e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9486043869104273 y1[1] (numeric) 0.9486043869104277 absolute error 4.440892098500626e-16 relative error 4.681500697002323e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32300000000000023 y2[1] (analytic) 0.3174128470503467 y2[1] (numeric) 0.31741284705034684 absolute error 1.1102230246251565e-16 relative error 3.4977255487363987e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9482874482599636 y1[1] (numeric) 0.9482874482599641 absolute error 5.551115123125783e-16 relative error 5.853831697668954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32400000000000023 y2[1] (analytic) 0.3183609756341485 y2[1] (numeric) 0.3183609756341486 absolute error 1.1102230246251565e-16 relative error 3.487308777131635e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9479695613221308 y1[1] (numeric) 0.9479695613221313 absolute error 4.440892098500626e-16 relative error 4.684635751708024e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32500000000000023 y2[1] (analytic) 0.3193087858570012 y2[1] (numeric) 0.3193087858570013 absolute error 1.1102230246251565e-16 relative error 3.4769573334645336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9476507264148156 y1[1] (numeric) 0.9476507264148162 absolute error 5.551115123125783e-16 relative error 5.857764858290089e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32600000000000023 y2[1] (analytic) 0.3202562767710946 y2[1] (numeric) 0.3202562767710947 absolute error 1.1102230246251565e-16 relative error 3.46667061710299e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.947330943856853 y1[1] (numeric) 0.9473309438568536 absolute error 5.551115123125783e-16 relative error 5.859742214822645e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32700000000000023 y2[1] (analytic) 0.3212034474289379 y2[1] (numeric) 0.321203447428938 absolute error 1.1102230246251565e-16 relative error 3.4564480347639447e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9470102139680255 y1[1] (numeric) 0.9470102139680261 absolute error 5.551115123125783e-16 relative error 5.861726770470934e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32800000000000024 y2[1] (analytic) 0.32215029688336055 y2[1] (numeric) 0.3221502968833607 absolute error 1.6653345369377348e-16 relative error 5.1694335006020335e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.946688537069063 y1[1] (numeric) 0.9466885370690635 absolute error 5.551115123125783e-16 relative error 5.863718536523081e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.32900000000000024 y2[1] (analytic) 0.32309682418751323 y2[1] (numeric) 0.32309682418751334 absolute error 1.1102230246251565e-16 relative error 3.436192935096214e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9463659134816422 y1[1] (numeric) 0.9463659134816428 absolute error 5.551115123125783e-16 relative error 5.865717524317262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33000000000000024 y2[1] (analytic) 0.3240430283948686 y2[1] (numeric) 0.3240430283948687 absolute error 1.1102230246251565e-16 relative error 3.4261592669485665e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9460423435283869 y1[1] (numeric) 0.9460423435283875 absolute error 5.551115123125783e-16 relative error 5.86772374524187e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33100000000000024 y2[1] (analytic) 0.3249889085592225 y2[1] (numeric) 0.3249889085592227 absolute error 1.6653345369377348e-16 relative error 5.1242811464572244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9457178275328668 y1[1] (numeric) 0.9457178275328674 absolute error 5.551115123125783e-16 relative error 5.869737210735686e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33200000000000024 y2[1] (analytic) 0.32593446373469503 y2[1] (numeric) 0.3259344637346952 absolute error 1.6653345369377348e-16 relative error 5.10941530348042e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9453923658195981 y1[1] (numeric) 0.9453923658195986 absolute error 5.551115123125783e-16 relative error 5.871757932288042e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33300000000000024 y2[1] (analytic) 0.326879692975731 y2[1] (numeric) 0.3268796929757311 absolute error 1.1102230246251565e-16 relative error 3.396427029523625e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9450659587140423 y1[1] (numeric) 0.9450659587140429 absolute error 5.551115123125783e-16 relative error 5.873785921438989e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33400000000000024 y2[1] (analytic) 0.3278245953371012 y2[1] (numeric) 0.3278245953371013 absolute error 1.1102230246251565e-16 relative error 3.386637367716468e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9447386065426066 y1[1] (numeric) 0.9447386065426071 absolute error 5.551115123125783e-16 relative error 5.875821189779476e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33500000000000024 y2[1] (analytic) 0.3287691698739033 y2[1] (numeric) 0.3287691698739035 absolute error 1.6653345369377348e-16 relative error 5.065361017812163e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9444103096326429 y1[1] (numeric) 0.9444103096326435 absolute error 5.551115123125783e-16 relative error 5.877863748951509e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33600000000000024 y2[1] (analytic) 0.32971341564156303 y2[1] (numeric) 0.3297134156415632 absolute error 1.6653345369377348e-16 relative error 5.050854645078039e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9440810683124484 y1[1] (numeric) 0.944081068312449 absolute error 5.551115123125783e-16 relative error 5.879913610648331e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33700000000000024 y2[1] (analytic) 0.33065733169583456 y2[1] (numeric) 0.3306573316958347 absolute error 1.6653345369377348e-16 relative error 5.036436144926146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9437508829112643 y1[1] (numeric) 0.9437508829112649 absolute error 5.551115123125783e-16 relative error 5.881970786614589e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33800000000000024 y2[1] (analytic) 0.33160091709280193 y2[1] (numeric) 0.3316009170928021 absolute error 1.6653345369377348e-16 relative error 5.022104738243754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9434197537592759 y1[1] (numeric) 0.9434197537592764 absolute error 5.551115123125783e-16 relative error 5.884035288646513e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.33900000000000025 y2[1] (analytic) 0.3325441708888799 y2[1] (numeric) 0.33254417088888 absolute error 1.1102230246251565e-16 relative error 3.3385731034092885e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9430876811876123 y1[1] (numeric) 0.9430876811876129 absolute error 5.551115123125783e-16 relative error 5.886107128592083e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34000000000000025 y2[1] (analytic) 0.3334870921408146 y2[1] (numeric) 0.33348709214081473 absolute error 1.1102230246251565e-16 relative error 3.3291334231202146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9427546655283462 y1[1] (numeric) 0.9427546655283467 absolute error 5.551115123125783e-16 relative error 5.888186318351214e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34100000000000025 y2[1] (analytic) 0.334429679905685 y2[1] (numeric) 0.3344296799056851 absolute error 1.1102230246251565e-16 relative error 3.3197502833428506e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.942420707114493 y1[1] (numeric) 0.9424207071144937 absolute error 6.661338147750939e-16 relative error 7.068327443851109e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34200000000000025 y2[1] (analytic) 0.3353719332409034 y2[1] (numeric) 0.3353719332409035 absolute error 5.551115123125783e-17 relative error 1.655211594328116e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9420858062800114 y1[1] (numeric) 0.9420858062800119 absolute error 5.551115123125783e-16 relative error 5.892366795170516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34300000000000025 y2[1] (analytic) 0.3363138512042165 y2[1] (numeric) 0.33631385120421653 absolute error 5.551115123125783e-17 relative error 1.6505758247093532e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9417499633598019 y1[1] (numeric) 0.9417499633598024 absolute error 5.551115123125783e-16 relative error 5.894468106291757e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34400000000000025 y2[1] (analytic) 0.33725543285370635 y2[1] (numeric) 0.3372554328537064 absolute error 5.551115123125783e-17 relative error 1.6459675908419624e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9414131786897075 y1[1] (numeric) 0.9414131786897081 absolute error 5.551115123125783e-16 relative error 5.896576815349051e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34500000000000025 y2[1] (analytic) 0.3381966772477915 y2[1] (numeric) 0.33819667724779157 absolute error 5.551115123125783e-17 relative error 1.6413866535591556e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9410754526065129 y1[1] (numeric) 0.9410754526065135 absolute error 5.551115123125783e-16 relative error 5.898692934504628e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34600000000000025 y2[1] (analytic) 0.3391375834452276 y2[1] (numeric) 0.33913758344522765 absolute error 5.551115123125783e-17 relative error 1.636832776459975e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9407367854479441 y1[1] (numeric) 0.9407367854479447 absolute error 5.551115123125783e-16 relative error 5.900816475973719e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34700000000000025 y2[1] (analytic) 0.3400781505051085 y2[1] (numeric) 0.34007815050510853 absolute error 5.551115123125783e-17 relative error 1.6323057258694415e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9403971775526683 y1[1] (numeric) 0.9403971775526688 absolute error 5.551115123125783e-16 relative error 5.902947452024743e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34800000000000025 y2[1] (analytic) 0.3410183774868672 y2[1] (numeric) 0.34101837748686725 absolute error 5.551115123125783e-17 relative error 1.6278052707993895e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9400566292602933 y1[1] (numeric) 0.9400566292602938 absolute error 4.440892098500626e-16 relative error 4.7240686999835865e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.34900000000000025 y2[1] (analytic) 0.34195826345027686 y2[1] (numeric) 0.3419582634502769 absolute error 5.551115123125783e-17 relative error 1.6233311829099735e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9397151409113673 y1[1] (numeric) 0.9397151409113679 absolute error 5.551115123125783e-16 relative error 5.907231757213282e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35000000000000026 y2[1] (analytic) 0.34289780745545156 y2[1] (numeric) 0.3428978074554516 absolute error 5.551115123125783e-17 relative error 1.618883236471837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9393727128473789 y1[1] (numeric) 0.9393727128473793 absolute error 4.440892098500626e-16 relative error 4.727508088924171e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35100000000000026 y2[1] (analytic) 0.34383700856284743 y2[1] (numeric) 0.34383700856284743 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9390293454107558 y1[1] (numeric) 0.9390293454107562 absolute error 4.440892098500626e-16 relative error 4.7292367594306276e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35200000000000026 y2[1] (analytic) 0.34477586583326336 y2[1] (numeric) 0.34477586583326336 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9386850389448654 y1[1] (numeric) 0.938685038944866 absolute error 5.551115123125783e-16 relative error 5.913714284149609e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35300000000000026 y2[1] (analytic) 0.34571437832784213 y2[1] (numeric) 0.3457143783278422 absolute error 5.551115123125783e-17 relative error 1.6056940269523998e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9383397937940144 y1[1] (numeric) 0.938339793794015 absolute error 5.551115123125783e-16 relative error 5.915890128330601e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35400000000000026 y2[1] (analytic) 0.3466525451080715 y2[1] (numeric) 0.3466525451080715 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9379936103034479 y1[1] (numeric) 0.9379936103034484 absolute error 5.551115123125783e-16 relative error 5.91807349447717e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35500000000000026 y2[1] (analytic) 0.3475903652357845 y2[1] (numeric) 0.34759036523578457 absolute error 5.551115123125783e-17 relative error 1.5970279036244972e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9376464888193492 y1[1] (numeric) 0.9376464888193496 absolute error 4.440892098500626e-16 relative error 4.7362115162319204e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35600000000000026 y2[1] (analytic) 0.3485278377731613 y2[1] (numeric) 0.3485278377731614 absolute error 5.551115123125783e-17 relative error 1.5927322071583606e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9372984296888398 y1[1] (numeric) 0.9372984296888403 absolute error 4.440892098500626e-16 relative error 4.737970274819402e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35700000000000026 y2[1] (analytic) 0.3494649617827294 y2[1] (numeric) 0.34946496178272946 absolute error 5.551115123125783e-17 relative error 1.588461142086411e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9369494332599788 y1[1] (numeric) 0.9369494332599793 absolute error 4.440892098500626e-16 relative error 4.7397350815926e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35800000000000026 y2[1] (analytic) 0.3504017363273648 y2[1] (numeric) 0.3504017363273649 absolute error 5.551115123125783e-17 relative error 1.5842145022762162e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9365994998817626 y1[1] (numeric) 0.936599499881763 absolute error 4.440892098500626e-16 relative error 4.7415059468441415e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.35900000000000026 y2[1] (analytic) 0.35133816047029315 y2[1] (numeric) 0.35133816047029315 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9362486299041246 y1[1] (numeric) 0.936248629904125 absolute error 4.440892098500626e-16 relative error 4.7432828809110146e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36000000000000026 y2[1] (analytic) 0.3522742332750902 y2[1] (numeric) 0.3522742332750903 absolute error 5.551115123125783e-17 relative error 1.5757936853675383e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9358968236779348 y1[1] (numeric) 0.9358968236779351 absolute error 3.3306690738754696e-16 relative error 3.558799420631045e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36100000000000027 y2[1] (analytic) 0.35320995380568343 y2[1] (numeric) 0.35320995380568343 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9355440815549992 y1[1] (numeric) 0.9355440815549996 absolute error 3.3306690738754696e-16 relative error 3.560141247796098e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36200000000000027 y2[1] (analytic) 0.3541453211263522 y2[1] (numeric) 0.3541453211263522 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9351904038880601 y1[1] (numeric) 0.9351904038880604 absolute error 3.3306690738754696e-16 relative error 3.561487650031685e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36300000000000027 y2[1] (analytic) 0.3550803343017294 y2[1] (numeric) 0.3550803343017294 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.934835791030795 y1[1] (numeric) 0.9348357910307953 absolute error 3.3306690738754696e-16 relative error 3.562838635224817e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36400000000000027 y2[1] (analytic) 0.3560149923968019 y2[1] (numeric) 0.3560149923968019 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9344802433378167 y1[1] (numeric) 0.9344802433378171 absolute error 4.440892098500626e-16 relative error 4.75225894839516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36500000000000027 y2[1] (analytic) 0.35694929447691165 y2[1] (numeric) 0.35694929447691165 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.934123761164673 y1[1] (numeric) 0.9341237611646734 absolute error 4.440892098500626e-16 relative error 4.7540725149349444e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36600000000000027 y2[1] (analytic) 0.35788323960775664 y2[1] (numeric) 0.3578832396077567 absolute error 5.551115123125783e-17 relative error 1.5510967010385443e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9337663448678459 y1[1] (numeric) 0.9337663448678464 absolute error 4.440892098500626e-16 relative error 4.755892223904404e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36700000000000027 y2[1] (analytic) 0.3588168268553919 y2[1] (numeric) 0.35881682685539196 absolute error 5.551115123125783e-17 relative error 1.547060981441363e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9334079948047519 y1[1] (numeric) 0.9334079948047523 absolute error 4.440892098500626e-16 relative error 4.75771808600114e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36800000000000027 y2[1] (analytic) 0.35975005528623016 y2[1] (numeric) 0.3597500552862302 absolute error 5.551115123125783e-17 relative error 1.5430477470556924e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9330487113337408 y1[1] (numeric) 0.9330487113337412 absolute error 4.440892098500626e-16 relative error 4.7595501119685594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.36900000000000027 y2[1] (analytic) 0.36068292396704316 y2[1] (numeric) 0.3606829239670432 absolute error 5.551115123125783e-17 relative error 1.539056815352037e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9326884948140961 y1[1] (numeric) 0.9326884948140965 absolute error 4.440892098500626e-16 relative error 4.761388312596037e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3700000000000003 y2[1] (analytic) 0.3616154319649622 y2[1] (numeric) 0.36161543196496226 absolute error 5.551115123125783e-17 relative error 1.5350880057750533e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9323273456060344 y1[1] (numeric) 0.9323273456060348 absolute error 4.440892098500626e-16 relative error 4.7632326987190785e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3710000000000003 y2[1] (analytic) 0.36254757834747947 y2[1] (numeric) 0.3625475783474795 absolute error 5.551115123125783e-17 relative error 1.5311411397169455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9319652640707047 y1[1] (numeric) 0.9319652640707051 absolute error 4.440892098500626e-16 relative error 4.765083281219494e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3720000000000003 y2[1] (analytic) 0.3634793621824486 y2[1] (numeric) 0.36347936218244864 absolute error 5.551115123125783e-17 relative error 1.527216040491289e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9316022505701885 y1[1] (numeric) 0.9316022505701891 absolute error 5.551115123125783e-16 relative error 5.95867508878195e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3730000000000003 y2[1] (analytic) 0.3644107825380858 y2[1] (numeric) 0.36441078253808584 absolute error 5.551115123125783e-17 relative error 1.5233125333072758e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9312383054674995 y1[1] (numeric) 0.9312383054675001 absolute error 5.551115123125783e-16 relative error 5.961003848890233e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3740000000000003 y2[1] (analytic) 0.3653418384829708 y2[1] (numeric) 0.36534183848297086 absolute error 5.551115123125783e-17 relative error 1.5194304452443733e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9308734291265827 y1[1] (numeric) 0.9308734291265832 absolute error 5.551115123125783e-16 relative error 5.963340395626361e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3750000000000003 y2[1] (analytic) 0.3662725290860478 y2[1] (numeric) 0.36627252908604785 absolute error 5.551115123125783e-17 relative error 1.5155696052273875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9305076219123142 y1[1] (numeric) 0.9305076219123147 absolute error 5.551115123125783e-16 relative error 5.9656847428262e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3760000000000003 y2[1] (analytic) 0.3672028534166263 y2[1] (numeric) 0.3672028534166263 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9301408841905013 y1[1] (numeric) 0.9301408841905019 absolute error 5.551115123125783e-16 relative error 5.968036904384544e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3770000000000003 y2[1] (analytic) 0.3681328105443819 y2[1] (numeric) 0.3681328105443819 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9297732163278819 y1[1] (numeric) 0.9297732163278823 absolute error 4.440892098500626e-16 relative error 4.7763175154042705e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3780000000000003 y2[1] (analytic) 0.36906239953935766 y2[1] (numeric) 0.36906239953935766 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9294046186921235 y1[1] (numeric) 0.929404618692124 absolute error 4.440892098500626e-16 relative error 4.77821178116151e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3790000000000003 y2[1] (analytic) 0.36999161947196463 y2[1] (numeric) 0.36999161947196463 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.929035091651824 y1[1] (numeric) 0.9290350916518244 absolute error 4.440892098500626e-16 relative error 4.780112332037665e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3800000000000003 y2[1] (analytic) 0.37092046941298296 y2[1] (numeric) 0.37092046941298296 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9286646355765101 y1[1] (numeric) 0.9286646355765106 absolute error 4.440892098500626e-16 relative error 4.7820191793388836e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3810000000000003 y2[1] (analytic) 0.37184894843356275 y2[1] (numeric) 0.3718489484335628 absolute error 5.551115123125783e-17 relative error 1.4928414202891274e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9282932508366382 y1[1] (numeric) 0.9282932508366386 absolute error 4.440892098500626e-16 relative error 4.783932334419329e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3820000000000003 y2[1] (analytic) 0.3727770556052251 y2[1] (numeric) 0.37277705560522517 absolute error 5.551115123125783e-17 relative error 1.4891246764405138e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9279209378035926 y1[1] (numeric) 0.9279209378035931 absolute error 4.440892098500626e-16 relative error 4.7858518086813587e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3830000000000003 y2[1] (analytic) 0.373704789999863 y2[1] (numeric) 0.373704789999863 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9275476968496867 y1[1] (numeric) 0.9275476968496871 absolute error 3.3306690738754696e-16 relative error 3.590833210181772e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3840000000000003 y2[1] (analytic) 0.374632150689742 y2[1] (numeric) 0.374632150689742 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9271735283481612 y1[1] (numeric) 0.9271735283481616 absolute error 3.3306690738754696e-16 relative error 3.592282320451211e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3850000000000003 y2[1] (analytic) 0.37555913674750147 y2[1] (numeric) 0.3755591367475015 absolute error 5.551115123125783e-17 relative error 1.478093482480749e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9267984326731846 y1[1] (numeric) 0.926798432673185 absolute error 3.3306690738754696e-16 relative error 3.5937361959803376e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3860000000000003 y2[1] (analytic) 0.3764857472461555 y2[1] (numeric) 0.3764857472461556 absolute error 5.551115123125783e-17 relative error 1.4744555839709727e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9264224101998526 y1[1] (numeric) 0.9264224101998529 absolute error 3.3306690738754696e-16 relative error 3.595194845466832e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3870000000000003 y2[1] (analytic) 0.37741198125909375 y2[1] (numeric) 0.37741198125909375 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9260454613041875 y1[1] (numeric) 0.9260454613041879 absolute error 3.3306690738754696e-16 relative error 3.5966582776451953e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3880000000000003 y2[1] (analytic) 0.3783378378600821 y2[1] (numeric) 0.3783378378600821 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9256675863631384 y1[1] (numeric) 0.9256675863631387 absolute error 3.3306690738754696e-16 relative error 3.5981265012868796e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3890000000000003 y2[1] (analytic) 0.37926331612326414 y2[1] (numeric) 0.3792633161232642 absolute error 5.551115123125783e-17 relative error 1.4636572763925362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.92528878575458 y1[1] (numeric) 0.9252887857545803 absolute error 3.3306690738754696e-16 relative error 3.599599525200431e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3900000000000003 y2[1] (analytic) 0.3801884151231617 y2[1] (numeric) 0.3801884151231617 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.924909059857313 y1[1] (numeric) 0.9249090598573132 absolute error 2.220446049250313e-16 relative error 2.4007182388210842e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3910000000000003 y2[1] (analytic) 0.3811131339346758 y2[1] (numeric) 0.3811131339346758 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9245284090510631 y1[1] (numeric) 0.9245284090510634 absolute error 2.220446049250313e-16 relative error 2.4017066728424075e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3920000000000003 y2[1] (analytic) 0.3820374716330877 y2[1] (numeric) 0.3820374716330877 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9241468337164813 y1[1] (numeric) 0.9241468337164815 absolute error 2.220446049250313e-16 relative error 2.402698324811361e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3930000000000003 y2[1] (analytic) 0.3829614272940598 y2[1] (numeric) 0.38296142729405985 absolute error 5.551115123125783e-17 relative error 1.449523301171352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9237643342351427 y1[1] (numeric) 0.923764334235143 absolute error 3.3306690738754696e-16 relative error 3.6055398010502246e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3940000000000003 y2[1] (analytic) 0.38388499999363657 y2[1] (numeric) 0.38388499999363657 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.923380910989547 y1[1] (numeric) 0.9233809109895472 absolute error 2.220446049250313e-16 relative error 2.404691306506172e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3950000000000003 y2[1] (analytic) 0.3848081888082453 y2[1] (numeric) 0.3848081888082453 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9229965643631172 y1[1] (numeric) 0.9229965643631174 absolute error 2.220446049250313e-16 relative error 2.4056926482521173e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3960000000000003 y2[1] (analytic) 0.3857309928146973 y2[1] (numeric) 0.3857309928146973 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9226112947401999 y1[1] (numeric) 0.9226112947402001 absolute error 2.220446049250313e-16 relative error 2.406697231986059e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3970000000000003 y2[1] (analytic) 0.38665341109018864 y2[1] (numeric) 0.38665341109018864 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9222251025060647 y1[1] (numeric) 0.9222251025060649 absolute error 2.220446049250313e-16 relative error 2.4077050637815522e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3980000000000003 y2[1] (analytic) 0.38757544271230104 y2[1] (numeric) 0.3875754427123011 absolute error 5.551115123125783e-17 relative error 1.4322669889192127e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.921837988046904 y1[1] (numeric) 0.9218379880469042 absolute error 2.220446049250313e-16 relative error 2.4087161497377288e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.3990000000000003 y2[1] (analytic) 0.38849708675900313 y2[1] (numeric) 0.38849708675900313 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9214499517498319 y1[1] (numeric) 0.9214499517498322 absolute error 3.3306690738754696e-16 relative error 3.614595743969094e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4000000000000003 y2[1] (analytic) 0.38941834230865074 y2[1] (numeric) 0.3894183423086508 absolute error 5.551115123125783e-17 relative error 1.4254888689156816e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.921060994002885 y1[1] (numeric) 0.9210609940028852 absolute error 2.220446049250313e-16 relative error 2.4107481086571322e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4010000000000003 y2[1] (analytic) 0.3903392084399886 y2[1] (numeric) 0.3903392084399886 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9206711151950208 y1[1] (numeric) 0.920671115195021 absolute error 2.220446049250313e-16 relative error 2.411768993947386e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4020000000000003 y2[1] (analytic) 0.39125968423215046 y2[1] (numeric) 0.39125968423215046 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.920280315716118 y1[1] (numeric) 0.9202803157161182 absolute error 2.220446049250313e-16 relative error 2.4127931580525748e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4030000000000003 y2[1] (analytic) 0.3921797687646607 y2[1] (numeric) 0.3921797687646607 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9198885959569764 y1[1] (numeric) 0.9198885959569765 absolute error 1.1102230246251565e-16 relative error 1.2069103036005918e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4040000000000003 y2[1] (analytic) 0.3930994611174349 y2[1] (numeric) 0.3930994611174349 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9194959563093154 y1[1] (numeric) 0.9194959563093155 absolute error 1.1102230246251565e-16 relative error 1.2074256738239328e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4050000000000003 y2[1] (analytic) 0.3940187603707807 y2[1] (numeric) 0.3940187603707807 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9191023971657746 y1[1] (numeric) 0.9191023971657748 absolute error 2.220446049250313e-16 relative error 2.4158853856735406e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4060000000000003 y2[1] (analytic) 0.394937665605399 y2[1] (numeric) 0.394937665605399 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9187079189199133 y1[1] (numeric) 0.9187079189199135 absolute error 2.220446049250313e-16 relative error 2.4169227275854977e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4070000000000003 y2[1] (analytic) 0.3958561759023846 y2[1] (numeric) 0.3958561759023846 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9183125219662097 y1[1] (numeric) 0.9183125219662099 absolute error 2.220446049250313e-16 relative error 2.4179633797174954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4080000000000003 y2[1] (analytic) 0.39677429034322725 y2[1] (numeric) 0.39677429034322725 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9179162067000606 y1[1] (numeric) 0.9179162067000609 absolute error 3.3306690738754696e-16 relative error 3.628511022644797e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4090000000000003 y2[1] (analytic) 0.39769200800981264 y2[1] (numeric) 0.39769200800981264 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9175189735177813 y1[1] (numeric) 0.9175189735177817 absolute error 3.3306690738754696e-16 relative error 3.630081960164415e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4100000000000003 y2[1] (analytic) 0.39860932798442317 y2[1] (numeric) 0.39860932798442317 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.917120822816605 y1[1] (numeric) 0.9171208228166053 absolute error 3.3306690738754696e-16 relative error 3.6316578917557706e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4110000000000003 y2[1] (analytic) 0.39952624934973896 y2[1] (numeric) 0.3995262493497389 absolute error 5.551115123125783e-17 relative error 1.3894243825432417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9167217549946822 y1[1] (numeric) 0.9167217549946826 absolute error 3.3306690738754696e-16 relative error 3.6332388270798594e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4120000000000003 y2[1] (analytic) 0.40044277118883864 y2[1] (numeric) 0.4004427711888386 absolute error 5.551115123125783e-17 relative error 1.3862443081805609e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9163217704510809 y1[1] (numeric) 0.9163217704510812 absolute error 3.3306690738754696e-16 relative error 3.634824775838153e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4130000000000003 y2[1] (analytic) 0.4013588925852005 y2[1] (numeric) 0.40135889258520047 absolute error 5.551115123125783e-17 relative error 1.383080137422741e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9159208695857854 y1[1] (numeric) 0.9159208695857858 absolute error 3.3306690738754696e-16 relative error 3.636415747772759e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4140000000000003 y2[1] (analytic) 0.40227461262270325 y2[1] (numeric) 0.4022746126227032 absolute error 5.551115123125783e-17 relative error 1.37993175530871e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9155190527996968 y1[1] (numeric) 0.9155190527996971 absolute error 3.3306690738754696e-16 relative error 3.638011752666577e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4150000000000003 y2[1] (analytic) 0.4031899303856269 y2[1] (numeric) 0.40318993038562684 absolute error 5.551115123125783e-17 relative error 1.3767990479862618e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9151163204946317 y1[1] (numeric) 0.915116320494632 absolute error 3.3306690738754696e-16 relative error 3.6396128003434604e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4160000000000003 y2[1] (analytic) 0.4041048449586538 y2[1] (numeric) 0.4041048449586537 absolute error 1.1102230246251565e-16 relative error 2.7473638053974573e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9147126730733222 y1[1] (numeric) 0.9147126730733226 absolute error 4.440892098500626e-16 relative error 4.8549585342244954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4170000000000003 y2[1] (analytic) 0.40501935542686934 y2[1] (numeric) 0.40501935542686923 absolute error 1.1102230246251565e-16 relative error 2.7411604155436946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9143081109394159 y1[1] (numeric) 0.9143081109394163 absolute error 4.440892098500626e-16 relative error 4.857106751396729e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4180000000000003 y2[1] (analytic) 0.40593346087576326 y2[1] (numeric) 0.40593346087576315 absolute error 1.1102230246251565e-16 relative error 2.7349877052016227e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9139026344974749 y1[1] (numeric) 0.9139026344974753 absolute error 4.440892098500626e-16 relative error 4.8592617319048735e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4190000000000003 y2[1] (analytic) 0.4068471603912301 y2[1] (numeric) 0.40684716039123003 absolute error 5.551115123125783e-17 relative error 1.3644227276375115e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9134962441529755 y1[1] (numeric) 0.9134962441529759 absolute error 4.440892098500626e-16 relative error 4.86142348906795e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4200000000000003 y2[1] (analytic) 0.4077604530595705 y2[1] (numeric) 0.4077604530595704 absolute error 5.551115123125783e-17 relative error 1.3613667243779548e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9130889403123081 y1[1] (numeric) 0.9130889403123086 absolute error 4.440892098500626e-16 relative error 4.863592036260659e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4210000000000003 y2[1] (analytic) 0.4086733379674918 y2[1] (numeric) 0.4086733379674917 absolute error 5.551115123125783e-17 relative error 1.3583257353498676e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9126807233827765 y1[1] (numeric) 0.912680723382777 absolute error 4.440892098500626e-16 relative error 4.8657673869136e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4220000000000003 y2[1] (analytic) 0.40958581420210916 y2[1] (numeric) 0.4095858142021091 absolute error 5.551115123125783e-17 relative error 1.3552996541004709e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9122715937725976 y1[1] (numeric) 0.912271593772598 absolute error 4.440892098500626e-16 relative error 4.867949554513488e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4230000000000003 y2[1] (analytic) 0.41049788085094646 y2[1] (numeric) 0.4104978808509464 absolute error 5.551115123125783e-17 relative error 1.3522883751844303e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9118615518909009 y1[1] (numeric) 0.9118615518909013 absolute error 4.440892098500626e-16 relative error 4.8701385526033827e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4240000000000003 y2[1] (analytic) 0.4114095370019371 y2[1] (numeric) 0.41140953700193705 absolute error 5.551115123125783e-17 relative error 1.349291794151978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9114505981477283 y1[1] (numeric) 0.9114505981477288 absolute error 4.440892098500626e-16 relative error 4.872334394782902e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4250000000000003 y2[1] (analytic) 0.41232078174342507 y2[1] (numeric) 0.412320781743425 absolute error 5.551115123125783e-17 relative error 1.3463098075371995e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9110387329540336 y1[1] (numeric) 0.911038732954034 absolute error 4.440892098500626e-16 relative error 4.874537094708454e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4260000000000003 y2[1] (analytic) 0.4132316141641656 y2[1] (numeric) 0.4132316141641656 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9106259567216817 y1[1] (numeric) 0.9106259567216822 absolute error 5.551115123125783e-16 relative error 6.095933332616822e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4270000000000003 y2[1] (analytic) 0.41414203335332644 y2[1] (numeric) 0.41414203335332644 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.910212269863449 y1[1] (numeric) 0.9102122698634496 absolute error 5.551115123125783e-16 relative error 6.098703903385709e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4280000000000003 y2[1] (analytic) 0.41505203840048843 y2[1] (numeric) 0.41505203840048843 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9097976727930224 y1[1] (numeric) 0.9097976727930229 absolute error 5.551115123125783e-16 relative error 6.101483097977383e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4290000000000003 y2[1] (analytic) 0.4159616283956466 y2[1] (numeric) 0.4159616283956466 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9093821659249988 y1[1] (numeric) 0.9093821659249993 absolute error 5.551115123125783e-16 relative error 6.104270933749112e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4300000000000003 y2[1] (analytic) 0.41687080242921104 y2[1] (numeric) 0.41687080242921104 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.908965749674885 y1[1] (numeric) 0.9089657496748855 absolute error 5.551115123125783e-16 relative error 6.107067428130578e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4310000000000003 y2[1] (analytic) 0.4177795595920078 y2[1] (numeric) 0.4177795595920078 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9085484244590972 y1[1] (numeric) 0.9085484244590978 absolute error 5.551115123125783e-16 relative error 6.109872598624151e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43200000000000033 y2[1] (analytic) 0.4186878989752798 y2[1] (numeric) 0.4186878989752798 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9081301906949608 y1[1] (numeric) 0.9081301906949614 absolute error 5.551115123125783e-16 relative error 6.11268646280519e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43300000000000033 y2[1] (analytic) 0.4195958196706877 y2[1] (numeric) 0.4195958196706877 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9077110488007093 y1[1] (numeric) 0.9077110488007099 absolute error 5.551115123125783e-16 relative error 6.115509038322334e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43400000000000033 y2[1] (analytic) 0.4205033207703109 y2[1] (numeric) 0.4205033207703109 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9072909991954847 y1[1] (numeric) 0.9072909991954852 absolute error 4.440892098500626e-16 relative error 4.8946722743182336e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43500000000000033 y2[1] (analytic) 0.42141040136664837 y2[1] (numeric) 0.42141040136664837 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9068700422993364 y1[1] (numeric) 0.906870042299337 absolute error 5.551115123125783e-16 relative error 6.121180394327647e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43600000000000033 y2[1] (analytic) 0.4223170605526196 y2[1] (numeric) 0.4223170605526196 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9064481785332216 y1[1] (numeric) 0.906448178533222 absolute error 4.440892098500626e-16 relative error 4.8992233683857154e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43700000000000033 y2[1] (analytic) 0.4232232974215654 y2[1] (numeric) 0.42322329742156545 absolute error 5.551115123125783e-17 relative error 1.3116279649407895e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9060254083190036 y1[1] (numeric) 0.906025408319004 absolute error 4.440892098500626e-16 relative error 4.9015094474447974e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43800000000000033 y2[1] (analytic) 0.4241291110672491 y2[1] (numeric) 0.42412911106724915 absolute error 5.551115123125783e-17 relative error 1.3088267176844667e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9056017320794528 y1[1] (numeric) 0.9056017320794533 absolute error 4.440892098500626e-16 relative error 4.903802567054946e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.43900000000000033 y2[1] (analytic) 0.4250345005838571 y2[1] (numeric) 0.4250345005838571 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9051771502382454 y1[1] (numeric) 0.9051771502382459 absolute error 4.440892098500626e-16 relative error 4.9061027416918e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44000000000000034 y2[1] (analytic) 0.4259394650659999 y2[1] (numeric) 0.42593946506599994 absolute error 5.551115123125783e-17 relative error 1.3032638622170477e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9047516632199633 y1[1] (numeric) 0.9047516632199637 absolute error 4.440892098500626e-16 relative error 4.908409985891296e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44100000000000034 y2[1] (analytic) 0.42684400360871316 y2[1] (numeric) 0.42684400360871316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9043252714500932 y1[1] (numeric) 0.9043252714500937 absolute error 4.440892098500626e-16 relative error 4.9107243142499136e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44200000000000034 y2[1] (analytic) 0.4277481153074584 y2[1] (numeric) 0.4277481153074584 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9038979753550271 y1[1] (numeric) 0.9038979753550276 absolute error 4.440892098500626e-16 relative error 4.9130457414249233e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44300000000000034 y2[1] (analytic) 0.4286517992581239 y2[1] (numeric) 0.4286517992581239 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9034697753620611 y1[1] (numeric) 0.9034697753620614 absolute error 3.3306690738754696e-16 relative error 3.6865307116009725e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44400000000000034 y2[1] (analytic) 0.4295550545570259 y2[1] (numeric) 0.4295550545570259 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9030406718993949 y1[1] (numeric) 0.9030406718993952 absolute error 3.3306690738754696e-16 relative error 3.68828246336897e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44500000000000034 y2[1] (analytic) 0.43045788030090915 y2[1] (numeric) 0.43045788030090915 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.902610665396132 y1[1] (numeric) 0.9026106653961323 absolute error 3.3306690738754696e-16 relative error 3.6900395725035297e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44600000000000034 y2[1] (analytic) 0.43136027558694795 y2[1] (numeric) 0.43136027558694795 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.902179756282279 y1[1] (numeric) 0.9021797562822793 absolute error 3.3306690738754696e-16 relative error 3.6918020501818396e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44700000000000034 y2[1] (analytic) 0.4322622395127471 y2[1] (numeric) 0.4322622395127471 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9017479449887449 y1[1] (numeric) 0.9017479449887452 absolute error 3.3306690738754696e-16 relative error 3.6935699076276144e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44800000000000034 y2[1] (analytic) 0.4331637711763428 y2[1] (numeric) 0.4331637711763428 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9013152319473409 y1[1] (numeric) 0.9013152319473412 absolute error 3.3306690738754696e-16 relative error 3.695343156111294e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.44900000000000034 y2[1] (analytic) 0.43406486967620345 y2[1] (numeric) 0.4340648696762034 absolute error 5.551115123125783e-17 relative error 1.2788676326805052e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.9008816175907801 y1[1] (numeric) 0.9008816175907804 absolute error 3.3306690738754696e-16 relative error 3.697121806950228e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45000000000000034 y2[1] (analytic) 0.4349655341112305 y2[1] (numeric) 0.4349655341112305 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9004471023526768 y1[1] (numeric) 0.9004471023526771 absolute error 3.3306690738754696e-16 relative error 3.6989058715088755e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45100000000000035 y2[1] (analytic) 0.43586576358075974 y2[1] (numeric) 0.43586576358075974 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.9000116866675462 y1[1] (numeric) 0.9000116866675465 absolute error 3.3306690738754696e-16 relative error 3.700695361198993e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45200000000000035 y2[1] (analytic) 0.4367655571845617 y2[1] (numeric) 0.4367655571845617 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8995753709708039 y1[1] (numeric) 0.8995753709708042 absolute error 3.3306690738754696e-16 relative error 3.7024902874798337e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45300000000000035 y2[1] (analytic) 0.4376649140228429 y2[1] (numeric) 0.4376649140228429 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8991381556987655 y1[1] (numeric) 0.8991381556987659 absolute error 3.3306690738754696e-16 relative error 3.7042906618583423e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45400000000000035 y2[1] (analytic) 0.4385638331962466 y2[1] (numeric) 0.43856383319624653 absolute error 5.551115123125783e-17 relative error 1.2657484961013176e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8987000412886464 y1[1] (numeric) 0.8987000412886468 absolute error 3.3306690738754696e-16 relative error 3.706096495889353e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45500000000000035 y2[1] (analytic) 0.43946231380585354 y2[1] (numeric) 0.43946231380585354 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.898261028178561 y1[1] (numeric) 0.8982610281785613 absolute error 3.3306690738754696e-16 relative error 3.7079078011757865e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45600000000000035 y2[1] (analytic) 0.4403603549531834 y2[1] (numeric) 0.4403603549531834 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8978211168075222 y1[1] (numeric) 0.8978211168075225 absolute error 3.3306690738754696e-16 relative error 3.709724589368852e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45700000000000035 y2[1] (analytic) 0.4412579557401949 y2[1] (numeric) 0.44125795574019494 absolute error 5.551115123125783e-17 relative error 1.2580204052783547e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8973803076154414 y1[1] (numeric) 0.8973803076154417 absolute error 3.3306690738754696e-16 relative error 3.7115468721682456e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45800000000000035 y2[1] (analytic) 0.44215511526928747 y2[1] (numeric) 0.4421551152692875 absolute error 5.551115123125783e-17 relative error 1.2554678056240434e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8969386010431277 y1[1] (numeric) 0.8969386010431282 absolute error 4.440892098500626e-16 relative error 4.951166215096471e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.45900000000000035 y2[1] (analytic) 0.44305183264330167 y2[1] (numeric) 0.44305183264330167 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8964959975322878 y1[1] (numeric) 0.8964959975322883 absolute error 4.440892098500626e-16 relative error 4.953610624837937e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46000000000000035 y2[1] (analytic) 0.44394810696552006 y2[1] (numeric) 0.4439481069655201 absolute error 5.551115123125783e-17 relative error 1.250397295546283e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8960524975255251 y1[1] (numeric) 0.8960524975255255 absolute error 4.440892098500626e-16 relative error 4.9560624079105615e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46100000000000035 y2[1] (analytic) 0.44484393733966854 y2[1] (numeric) 0.4448439373396686 absolute error 5.551115123125783e-17 relative error 1.2478792352040373e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8956081014663395 y1[1] (numeric) 0.89560810146634 absolute error 4.440892098500626e-16 relative error 4.958521580175246e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46200000000000035 y2[1] (analytic) 0.44573932286991674 y2[1] (numeric) 0.4457393228699168 absolute error 5.551115123125783e-17 relative error 1.2453725391299623e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8951628097991271 y1[1] (numeric) 0.8951628097991275 absolute error 4.440892098500626e-16 relative error 4.960988157558907e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46300000000000036 y2[1] (analytic) 0.4466342626608792 y2[1] (numeric) 0.44663426266087924 absolute error 5.551115123125783e-17 relative error 1.2428771339785541e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8947166229691794 y1[1] (numeric) 0.8947166229691799 absolute error 4.440892098500626e-16 relative error 4.9634621560547476e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46400000000000036 y2[1] (analytic) 0.44752875581761625 y2[1] (numeric) 0.44752875581761625 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8942695414226833 y1[1] (numeric) 0.8942695414226838 absolute error 4.440892098500626e-16 relative error 4.965943591722537e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46500000000000036 y2[1] (analytic) 0.44842280144563473 y2[1] (numeric) 0.44842280144563473 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8938215656067204 y1[1] (numeric) 0.8938215656067209 absolute error 4.440892098500626e-16 relative error 4.968432480688891e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46600000000000036 y2[1] (analytic) 0.4493163986508892 y2[1] (numeric) 0.4493163986508892 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8933726959692664 y1[1] (numeric) 0.8933726959692668 absolute error 4.440892098500626e-16 relative error 4.970928839147554e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46700000000000036 y2[1] (analytic) 0.4502095465397824 y2[1] (numeric) 0.4502095465397824 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8929229329591908 y1[1] (numeric) 0.8929229329591912 absolute error 4.440892098500626e-16 relative error 4.9734326833596826e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46800000000000036 y2[1] (analytic) 0.4511022442191666 y2[1] (numeric) 0.4511022442191666 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8924722770262566 y1[1] (numeric) 0.8924722770262571 absolute error 4.440892098500626e-16 relative error 4.975944029654127e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.46900000000000036 y2[1] (analytic) 0.4519944907963442 y2[1] (numeric) 0.4519944907963442 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8920207286211198 y1[1] (numeric) 0.8920207286211203 absolute error 4.440892098500626e-16 relative error 4.978462894427723e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47000000000000036 y2[1] (analytic) 0.4528862853790686 y2[1] (numeric) 0.4528862853790686 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8915682881953287 y1[1] (numeric) 0.8915682881953292 absolute error 4.440892098500626e-16 relative error 4.9809892941455715e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47100000000000036 y2[1] (analytic) 0.4537776270755454 y2[1] (numeric) 0.4537776270755454 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8911149562013237 y1[1] (numeric) 0.8911149562013242 absolute error 4.440892098500626e-16 relative error 4.983523245341339e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47200000000000036 y2[1] (analytic) 0.45466851499443295 y2[1] (numeric) 0.45466851499443295 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8906607330924369 y1[1] (numeric) 0.8906607330924373 absolute error 4.440892098500626e-16 relative error 4.986064764617539e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47300000000000036 y2[1] (analytic) 0.4555589482448434 y2[1] (numeric) 0.4555589482448434 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8902056193228911 y1[1] (numeric) 0.8902056193228916 absolute error 4.440892098500626e-16 relative error 4.988613868645831e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47400000000000037 y2[1] (analytic) 0.45644892593634356 y2[1] (numeric) 0.45644892593634356 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8897496153478002 y1[1] (numeric) 0.8897496153478006 absolute error 4.440892098500626e-16 relative error 4.9911705741673134e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47500000000000037 y2[1] (analytic) 0.45733844717895583 y2[1] (numeric) 0.45733844717895583 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8892927216231681 y1[1] (numeric) 0.8892927216231685 absolute error 4.440892098500626e-16 relative error 4.9937348979928176e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47600000000000037 y2[1] (analytic) 0.458227511083159 y2[1] (numeric) 0.458227511083159 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8888349386058884 y1[1] (numeric) 0.8888349386058889 absolute error 5.551115123125783e-16 relative error 6.245383571254011e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47700000000000037 y2[1] (analytic) 0.4591161167598893 y2[1] (numeric) 0.4591161167598893 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8883762667537443 y1[1] (numeric) 0.8883762667537447 absolute error 4.440892098500626e-16 relative error 4.998886468149684e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47800000000000037 y2[1] (analytic) 0.46000426332054106 y2[1] (numeric) 0.46000426332054106 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8879167065254073 y1[1] (numeric) 0.8879167065254078 absolute error 4.440892098500626e-16 relative error 5.001473748454075e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.47900000000000037 y2[1] (analytic) 0.4608919498769679 y2[1] (numeric) 0.46089194987696785 absolute error 5.551115123125783e-17 relative error 1.2044287440055346e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8874562583804378 y1[1] (numeric) 0.8874562583804383 absolute error 4.440892098500626e-16 relative error 5.0040687150091506e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.48000000000000037 y2[1] (analytic) 0.46177917554148323 y2[1] (numeric) 0.4617791755414832 absolute error 5.551115123125783e-17 relative error 1.2021146507129806e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.886994922779284 y1[1] (numeric) 0.8869949227792844 absolute error 3.3306690738754696e-16 relative error 3.755003538734188e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.48100000000000037 y2[1] (analytic) 0.4626659394268615 y2[1] (numeric) 0.46266593942686146 absolute error 5.551115123125783e-17 relative error 1.1998106301065427e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8865327001832813 y1[1] (numeric) 0.8865327001832817 absolute error 3.3306690738754696e-16 relative error 3.7569613316992015e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4820000000000004 y2[1] (analytic) 0.4635522406463389 y2[1] (numeric) 0.4635522406463389 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8860695910546522 y1[1] (numeric) 0.8860695910546527 absolute error 4.440892098500626e-16 relative error 5.0118999041766173e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4830000000000004 y2[1] (analytic) 0.4644380783136143 y2[1] (numeric) 0.4644380783136143 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.885605595856506 y1[1] (numeric) 0.8856055958565064 absolute error 4.440892098500626e-16 relative error 5.014525788091543e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4840000000000004 y2[1] (analytic) 0.46532345154285004 y2[1] (numeric) 0.46532345154285004 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8851407150528378 y1[1] (numeric) 0.8851407150528381 absolute error 3.3306690738754696e-16 relative error 3.762869583596827e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4850000000000004 y2[1] (analytic) 0.46620835944867306 y2[1] (numeric) 0.46620835944867306 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8846749491085282 y1[1] (numeric) 0.8846749491085285 absolute error 3.3306690738754696e-16 relative error 3.764850668860611e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4860000000000004 y2[1] (analytic) 0.46709280114617546 y2[1] (numeric) 0.46709280114617546 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8842082984893431 y1[1] (numeric) 0.8842082984893436 absolute error 4.440892098500626e-16 relative error 5.022450146744636e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4870000000000004 y2[1] (analytic) 0.4679767757509157 y2[1] (numeric) 0.4679767757509157 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8837407636619333 y1[1] (numeric) 0.8837407636619338 absolute error 4.440892098500626e-16 relative error 5.025107227258612e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4880000000000004 y2[1] (analytic) 0.46886028237891914 y2[1] (numeric) 0.46886028237891914 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8832723450938336 y1[1] (numeric) 0.883272345093834 absolute error 4.440892098500626e-16 relative error 5.027772151101201e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4890000000000004 y2[1] (analytic) 0.46974332014667924 y2[1] (numeric) 0.46974332014667924 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8828030432534623 y1[1] (numeric) 0.8828030432534627 absolute error 4.440892098500626e-16 relative error 5.030444936091592e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4900000000000004 y2[1] (analytic) 0.47062588817115836 y2[1] (numeric) 0.47062588817115836 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8823328586101213 y1[1] (numeric) 0.8823328586101218 absolute error 4.440892098500626e-16 relative error 5.0331256001233595e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4910000000000004 y2[1] (analytic) 0.47150798556978857 y2[1] (numeric) 0.4715079855697885 absolute error 5.551115123125783e-17 relative error 1.1773109455225025e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8818617916339953 y1[1] (numeric) 0.8818617916339957 absolute error 4.440892098500626e-16 relative error 5.03581416116479e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4920000000000004 y2[1] (analytic) 0.4723896114604724 y2[1] (numeric) 0.4723896114604724 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8813898427961511 y1[1] (numeric) 0.8813898427961515 absolute error 4.440892098500626e-16 relative error 5.0385106372592054e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4930000000000004 y2[1] (analytic) 0.47327076496158427 y2[1] (numeric) 0.4732707649615842 absolute error 5.551115123125783e-17 relative error 1.1729258458583156e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8809170125685375 y1[1] (numeric) 0.8809170125685379 absolute error 4.440892098500626e-16 relative error 5.041215046525298e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4940000000000004 y2[1] (analytic) 0.47415144519197056 y2[1] (numeric) 0.4741514451919705 absolute error 5.551115123125783e-17 relative error 1.1707472748244588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8804433014239849 y1[1] (numeric) 0.8804433014239852 absolute error 3.3306690738754696e-16 relative error 3.782945555368088e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4950000000000004 y2[1] (analytic) 0.47503165127095115 y2[1] (numeric) 0.4750316512709511 absolute error 5.551115123125783e-17 relative error 1.16857794807435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.879968709836204 y1[1] (numeric) 0.8799687098362045 absolute error 4.440892098500626e-16 relative error 5.046647737426081e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4960000000000004 y2[1] (analytic) 0.47591138231832003 y2[1] (numeric) 0.47591138231832003 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8794932382797868 y1[1] (numeric) 0.8794932382797872 absolute error 4.440892098500626e-16 relative error 5.0493760556779604e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4970000000000004 y2[1] (analytic) 0.4767906374543463 y2[1] (numeric) 0.4767906374543463 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8790168872302045 y1[1] (numeric) 0.879016887230205 absolute error 4.440892098500626e-16 relative error 5.052112380336564e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4980000000000004 y2[1] (analytic) 0.47766941579977484 y2[1] (numeric) 0.47766941579977484 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8785396571638083 y1[1] (numeric) 0.8785396571638088 absolute error 4.440892098500626e-16 relative error 5.0548567299024027e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.4990000000000004 y2[1] (analytic) 0.4785477164758274 y2[1] (numeric) 0.4785477164758274 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.8780615485578281 y1[1] (numeric) 0.8780615485578286 absolute error 4.440892098500626e-16 relative error 5.0576091229533596e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y2[1] (analytic) 0.4794255386042033 y2[1] (numeric) 0.47942553860420334 absolute error 5.551115123125783e-17 relative error 1.1578680475152132e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8775825618903725 y1[1] (numeric) 0.877582561890373 absolute error 4.440892098500626e-16 relative error 5.060369578145038e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5010000000000003 y2[1] (analytic) 0.4803028813070806 y2[1] (numeric) 0.48030288130708065 absolute error 5.551115123125783e-17 relative error 1.1557530340062003e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8771026976404283 y1[1] (numeric) 0.8771026976404287 absolute error 4.440892098500626e-16 relative error 5.0631381142110994e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5020000000000003 y2[1] (analytic) 0.4811797437071166 y2[1] (numeric) 0.4811797437071167 absolute error 1.1102230246251565e-16 relative error 2.3072937694171196e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8766219562878593 y1[1] (numeric) 0.8766219562878598 absolute error 4.440892098500626e-16 relative error 5.065914749963615e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5030000000000003 y2[1] (analytic) 0.482056124927449 y2[1] (numeric) 0.4820561249274491 absolute error 1.1102230246251565e-16 relative error 2.3030990940987394e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8761403383134072 y1[1] (numeric) 0.8761403383134077 absolute error 4.440892098500626e-16 relative error 5.0686995042934084e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5040000000000003 y2[1] (analytic) 0.48293202409169667 y2[1] (numeric) 0.4829320240916967 absolute error 5.551115123125783e-17 relative error 1.1494609688736991e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8756578441986899 y1[1] (numeric) 0.8756578441986902 absolute error 3.3306690738754696e-16 relative error 3.8036192971278047e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5050000000000003 y2[1] (analytic) 0.48380744032396045 y2[1] (numeric) 0.4838074403239605 absolute error 5.551115123125783e-17 relative error 1.1473810984404708e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8751744744262012 y1[1] (numeric) 0.8751744744262016 absolute error 3.3306690738754696e-16 relative error 3.805720083482996e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5060000000000003 y2[1] (analytic) 0.48468237274882425 y2[1] (numeric) 0.4846823727488243 absolute error 5.551115123125783e-17 relative error 1.145309884418372e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8746902294793111 y1[1] (numeric) 0.8746902294793114 absolute error 3.3306690738754696e-16 relative error 3.807827001632524e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5070000000000003 y2[1] (analytic) 0.4855568204913557 y2[1] (numeric) 0.48555682049135573 absolute error 5.551115123125783e-17 relative error 1.143247275881816e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8742051098422643 y1[1] (numeric) 0.8742051098422646 absolute error 3.3306690738754696e-16 relative error 3.809940065983409e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5080000000000003 y2[1] (analytic) 0.4864307826771071 y2[1] (numeric) 0.48643078267710715 absolute error 5.551115123125783e-17 relative error 1.1411932223069473e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8737191160001806 y1[1] (numeric) 0.8737191160001809 absolute error 3.3306690738754696e-16 relative error 3.812059291003061e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5090000000000003 y2[1] (analytic) 0.48730425843211633 y2[1] (numeric) 0.48730425843211644 absolute error 1.1102230246251565e-16 relative error 2.2782953471353987e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8732322484390537 y1[1] (numeric) 0.873232248439054 absolute error 3.3306690738754696e-16 relative error 3.814184691219555e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y2[1] (analytic) 0.4881772468829078 y2[1] (numeric) 0.48817724688290787 absolute error 5.551115123125783e-17 relative error 1.1371105799318932e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8727445076457511 y1[1] (numeric) 0.8727445076457514 absolute error 3.3306690738754696e-16 relative error 3.8163162812218985e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5110000000000003 y2[1] (analytic) 0.489049747156493 y2[1] (numeric) 0.48904974715649313 absolute error 1.1102230246251565e-16 relative error 2.270163784114772e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8722558941080136 y1[1] (numeric) 0.8722558941080139 absolute error 2.220446049250313e-16 relative error 2.5456360504402044e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5120000000000003 y2[1] (analytic) 0.4899217583803719 y2[1] (numeric) 0.489921758380372 absolute error 1.1102230246251565e-16 relative error 2.266123121976524e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8717664083144547 y1[1] (numeric) 0.871766408314455 absolute error 2.220446049250313e-16 relative error 2.5470653928309845e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5130000000000003 y2[1] (analytic) 0.49079327968253317 y2[1] (numeric) 0.4907932796825333 absolute error 1.1102230246251565e-16 relative error 2.2620990763021407e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.87127605075456 y1[1] (numeric) 0.8712760507545604 absolute error 3.3306690738754696e-16 relative error 3.822748336753864e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5140000000000003 y2[1] (analytic) 0.4916643101914557 y2[1] (numeric) 0.4916643101914558 absolute error 1.1102230246251565e-16 relative error 2.25809155070221e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8707848219186873 y1[1] (numeric) 0.8707848219186877 absolute error 3.3306690738754696e-16 relative error 3.824904833017959e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5150000000000003 y2[1] (analytic) 0.49253484903610895 y2[1] (numeric) 0.49253484903610906 absolute error 1.1102230246251565e-16 relative error 2.2541004495374568e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8702927222980653 y1[1] (numeric) 0.8702927222980655 absolute error 2.220446049250313e-16 relative error 2.551378395291045e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5160000000000003 y2[1] (analytic) 0.4934048953459542 y2[1] (numeric) 0.49340489534595433 absolute error 1.1102230246251565e-16 relative error 2.2501256779114768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8697997523847935 y1[1] (numeric) 0.8697997523847937 absolute error 2.220446049250313e-16 relative error 2.5528244209800638e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5170000000000003 y2[1] (analytic) 0.4942744482509453 y2[1] (numeric) 0.4942744482509454 absolute error 1.1102230246251565e-16 relative error 2.246167141663555e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8693059126718417 y1[1] (numeric) 0.8693059126718419 absolute error 2.220446049250313e-16 relative error 2.5542746424278834e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5180000000000003 y2[1] (analytic) 0.4951435068815293 y2[1] (numeric) 0.4951435068815294 absolute error 1.1102230246251565e-16 relative error 2.2422247473615654e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8688112036530496 y1[1] (numeric) 0.8688112036530499 absolute error 2.220446049250313e-16 relative error 2.5557290696921356e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5190000000000003 y2[1] (analytic) 0.4960120703686477 y2[1] (numeric) 0.4960120703686478 absolute error 1.1102230246251565e-16 relative error 2.2382984022949542e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8683156258231264 y1[1] (numeric) 0.8683156258231266 absolute error 2.220446049250313e-16 relative error 2.5571877128727523e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y2[1] (analytic) 0.496880137843737 y2[1] (numeric) 0.49688013784373714 absolute error 1.1102230246251565e-16 relative error 2.2343880144678044e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8678191796776498 y1[1] (numeric) 0.8678191796776499 absolute error 1.1102230246251565e-16 relative error 1.2793252910560785e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5210000000000004 y2[1] (analytic) 0.49774770843872995 y2[1] (numeric) 0.49774770843873006 absolute error 1.1102230246251565e-16 relative error 2.2304934925919784e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8673218657130657 y1[1] (numeric) 0.8673218657130658 absolute error 1.1102230246251565e-16 relative error 1.2800588437977295e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5220000000000004 y2[1] (analytic) 0.49861478128605585 y2[1] (numeric) 0.498614781286056 absolute error 1.6653345369377348e-16 relative error 3.339922119120513e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8668236844266881 y1[1] (numeric) 0.8668236844266883 absolute error 2.220446049250313e-16 relative error 2.561589039550647e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5230000000000004 y2[1] (analytic) 0.4994813555186421 y2[1] (numeric) 0.49948135551864226 absolute error 1.6653345369377348e-16 relative error 3.334127527560095e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8663246363166984 y1[1] (numeric) 0.8663246363166986 absolute error 2.220446049250313e-16 relative error 2.5630646482487825e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5240000000000004 y2[1] (analytic) 0.5003474302699145 y2[1] (numeric) 0.5003474302699146 absolute error 1.1102230246251565e-16 relative error 2.2189042202659903e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8658247218821447 y1[1] (numeric) 0.8658247218821449 absolute error 2.220446049250313e-16 relative error 2.5645445240041995e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5250000000000004 y2[1] (analytic) 0.5012130046737981 y2[1] (numeric) 0.5012130046737984 absolute error 2.220446049250313e-16 relative error 4.4301445264682116e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8653239416229411 y1[1] (numeric) 0.8653239416229414 absolute error 2.220446049250313e-16 relative error 2.5660286771747e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5260000000000004 y2[1] (analytic) 0.502078077864719 y2[1] (numeric) 0.5020780778647193 absolute error 2.220446049250313e-16 relative error 4.422511452190101e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.864822296039868 y1[1] (numeric) 0.8648222960398683 absolute error 2.220446049250313e-16 relative error 2.5675171181617536e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5270000000000004 y2[1] (analytic) 0.5029426489776038 y2[1] (numeric) 0.5029426489776041 absolute error 3.3306690738754696e-16 relative error 6.622363565003185e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.864319785634571 y1[1] (numeric) 0.8643197856345712 absolute error 2.220446049250313e-16 relative error 2.5690098574106966e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5280000000000004 y2[1] (analytic) 0.5038067171478816 y2[1] (numeric) 0.5038067171478818 absolute error 2.220446049250313e-16 relative error 4.4073371268659545e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8638164109095604 y1[1] (numeric) 0.8638164109095606 absolute error 2.220446049250313e-16 relative error 2.5705069054109332e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5290000000000004 y2[1] (analytic) 0.5046702815114842 y2[1] (numeric) 0.5046702815114844 absolute error 2.220446049250313e-16 relative error 4.399795531054636e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8633121723682108 y1[1] (numeric) 0.8633121723682111 absolute error 3.3306690738754696e-16 relative error 3.8580124090442083e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y2[1] (analytic) 0.5055333412048473 y2[1] (numeric) 0.5055333412048475 absolute error 2.220446049250313e-16 relative error 4.392284085473535e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8628070705147608 y1[1] (numeric) 0.8628070705147611 absolute error 3.3306690738754696e-16 relative error 3.8602709547666935e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5310000000000004 y2[1] (analytic) 0.5063958953649114 y2[1] (numeric) 0.5063958953649116 absolute error 2.220446049250313e-16 relative error 4.3848026209814533e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8623011058543122 y1[1] (numeric) 0.8623011058543125 absolute error 3.3306690738754696e-16 relative error 3.862536011218098e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5320000000000004 y2[1] (analytic) 0.5072579431291222 y2[1] (numeric) 0.5072579431291224 absolute error 2.220446049250313e-16 relative error 4.377350969711873e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8617942788928297 y1[1] (numeric) 0.8617942788928299 absolute error 2.220446049250313e-16 relative error 2.5765383962666588e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5330000000000004 y2[1] (analytic) 0.5081194836354322 y2[1] (numeric) 0.5081194836354325 absolute error 2.220446049250313e-16 relative error 4.369928965060998e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8612865901371399 y1[1] (numeric) 0.8612865901371403 absolute error 3.3306690738754696e-16 relative error 3.8670857203815724e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5340000000000004 y2[1] (analytic) 0.508980516022301 y2[1] (numeric) 0.5089805160223012 absolute error 2.220446049250313e-16 relative error 4.362536441675941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8607780400949319 y1[1] (numeric) 0.8607780400949322 absolute error 3.3306690738754696e-16 relative error 3.869370405300004e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5350000000000004 y2[1] (analytic) 0.5098410394286961 y2[1] (numeric) 0.5098410394286963 absolute error 2.220446049250313e-16 relative error 4.3551732354430325e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8602686292747556 y1[1] (numeric) 0.8602686292747558 absolute error 2.220446049250313e-16 relative error 2.5811077769071355e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5360000000000004 y2[1] (analytic) 0.5107010529940943 y2[1] (numeric) 0.5107010529940945 absolute error 2.220446049250313e-16 relative error 4.347839183476268e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8597583581860215 y1[1] (numeric) 0.8597583581860218 absolute error 2.220446049250313e-16 relative error 2.582639677891781e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5370000000000004 y2[1] (analytic) 0.511560555858482 y2[1] (numeric) 0.5115605558584823 absolute error 2.220446049250313e-16 relative error 4.340534124105879e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.859247227339001 y1[1] (numeric) 0.8592472273390013 absolute error 2.220446049250313e-16 relative error 2.584175984049204e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5380000000000004 y2[1] (analytic) 0.5124195471623566 y2[1] (numeric) 0.5124195471623568 absolute error 2.220446049250313e-16 relative error 4.3332578968670376e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8587352372448247 y1[1] (numeric) 0.858735237244825 absolute error 3.3306690738754696e-16 relative error 3.878575059481225e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5390000000000004 y2[1] (analytic) 0.5132780260467267 y2[1] (numeric) 0.5132780260467269 absolute error 2.220446049250313e-16 relative error 4.3260103424886785e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8582223884154828 y1[1] (numeric) 0.858222388415483 absolute error 2.220446049250313e-16 relative error 2.5872618556943893e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y2[1] (analytic) 0.5141359916531134 y2[1] (numeric) 0.5141359916531136 absolute error 2.220446049250313e-16 relative error 4.3187913028824555e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8577086813638239 y1[1] (numeric) 0.8577086813638242 absolute error 2.220446049250313e-16 relative error 2.588811443204271e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5410000000000004 y2[1] (analytic) 0.5149934431235514 y2[1] (numeric) 0.5149934431235517 absolute error 2.220446049250313e-16 relative error 4.311600621131809e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8571941166035553 y1[1] (numeric) 0.8571941166035555 absolute error 2.220446049250313e-16 relative error 2.5903654799316007e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5420000000000004 y2[1] (analytic) 0.5158503796005892 y2[1] (numeric) 0.5158503796005894 absolute error 2.220446049250313e-16 relative error 4.304438141481164e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8566786946492413 y1[1] (numeric) 0.8566786946492416 absolute error 3.3306690738754696e-16 relative error 3.887885965506799e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5430000000000004 y2[1] (analytic) 0.5167068002272903 y2[1] (numeric) 0.5167068002272907 absolute error 3.3306690738754696e-16 relative error 6.445955563987867e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8561624160163042 y1[1] (numeric) 0.8561624160163045 absolute error 3.3306690738754696e-16 relative error 3.890230418397673e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5440000000000004 y2[1] (analytic) 0.5175627041472344 y2[1] (numeric) 0.5175627041472346 absolute error 2.220446049250313e-16 relative error 4.290197171198504e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8556452812210223 y1[1] (numeric) 0.8556452812210227 absolute error 3.3306690738754696e-16 relative error 3.892581595404278e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5450000000000004 y2[1] (analytic) 0.5184180905045173 y2[1] (numeric) 0.5184180905045176 absolute error 3.3306690738754696e-16 relative error 6.42467756214701e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8551272907805306 y1[1] (numeric) 0.855127290780531 absolute error 3.3306690738754696e-16 relative error 3.8949395134323804e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5460000000000004 y2[1] (analytic) 0.519272958443753 y2[1] (numeric) 0.5192729584437533 absolute error 3.3306690738754696e-16 relative error 6.414100753209632e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8546084452128193 y1[1] (numeric) 0.8546084452128196 absolute error 3.3306690738754696e-16 relative error 3.8973041894595926e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5470000000000004 y2[1] (analytic) 0.5201273071100735 y2[1] (numeric) 0.5201273071100738 absolute error 3.3306690738754696e-16 relative error 6.403565104822706e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.854088745036734 y1[1] (numeric) 0.8540887450367344 absolute error 3.3306690738754696e-16 relative error 3.8996756405357137e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5480000000000004 y2[1] (analytic) 0.5209811356491302 y2[1] (numeric) 0.5209811356491305 absolute error 3.3306690738754696e-16 relative error 6.393070393471224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8535681907719749 y1[1] (numeric) 0.8535681907719752 absolute error 3.3306690738754696e-16 relative error 3.902053883783066e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5490000000000004 y2[1] (analytic) 0.5218344432070947 y2[1] (numeric) 0.521834443207095 absolute error 3.3306690738754696e-16 relative error 6.382616397273078e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8530467829390962 y1[1] (numeric) 0.8530467829390964 absolute error 2.220446049250313e-16 relative error 2.6029592909312258e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y2[1] (analytic) 0.5226872289306594 y2[1] (numeric) 0.5226872289306598 absolute error 3.3306690738754696e-16 relative error 6.372202895964236e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8525245220595056 y1[1] (numeric) 0.8525245220595058 absolute error 2.220446049250313e-16 relative error 2.6045538770969542e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5510000000000004 y2[1] (analytic) 0.5235394919670389 y2[1] (numeric) 0.5235394919670392 absolute error 3.3306690738754696e-16 relative error 6.36182967088405e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8520014086554639 y1[1] (numeric) 0.8520014086554641 absolute error 2.220446049250313e-16 relative error 2.6061530259138653e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5520000000000004 y2[1] (analytic) 0.5243912314639699 y2[1] (numeric) 0.5243912314639703 absolute error 3.3306690738754696e-16 relative error 6.351496504960752e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8514774432500847 y1[1] (numeric) 0.8514774432500849 absolute error 2.220446049250313e-16 relative error 2.607756748992531e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5530000000000004 y2[1] (analytic) 0.5252424465697133 y2[1] (numeric) 0.5252424465697135 absolute error 2.220446049250313e-16 relative error 4.227468788464723e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.850952626367333 y1[1] (numeric) 0.8509526263673333 absolute error 2.220446049250313e-16 relative error 2.6093650579930253e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5540000000000004 y2[1] (analytic) 0.5260931364330538 y2[1] (numeric) 0.526093136433054 absolute error 2.220446049250313e-16 relative error 4.220632993437405e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.850426958532026 y1[1] (numeric) 0.8504269585320262 absolute error 2.220446049250313e-16 relative error 2.610977964625158e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5550000000000004 y2[1] (analytic) 0.5269433002033017 y2[1] (numeric) 0.5269433002033019 absolute error 2.220446049250313e-16 relative error 4.2138234766314245e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8499004402698312 y1[1] (numeric) 0.8499004402698315 absolute error 2.220446049250313e-16 relative error 2.6125954806487135e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5560000000000004 y2[1] (analytic) 0.5277929370302933 y2[1] (numeric) 0.5277929370302935 absolute error 2.220446049250313e-16 relative error 4.2070400974745673e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8493730721072672 y1[1] (numeric) 0.8493730721072673 absolute error 1.1102230246251565e-16 relative error 1.3071088089368422e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5570000000000004 y2[1] (analytic) 0.5286420460643919 y2[1] (numeric) 0.5286420460643921 absolute error 2.220446049250313e-16 relative error 4.2002827164070276e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8488448545717017 y1[1] (numeric) 0.8488448545717019 absolute error 2.220446049250313e-16 relative error 2.6158443881605135e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5580000000000004 y2[1] (analytic) 0.5294906264564885 y2[1] (numeric) 0.5294906264564887 absolute error 2.220446049250313e-16 relative error 4.193551194872344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8483157881913523 y1[1] (numeric) 0.8483157881913526 absolute error 2.220446049250313e-16 relative error 2.6174758034203332e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5590000000000004 y2[1] (analytic) 0.5303386773580027 y2[1] (numeric) 0.5303386773580029 absolute error 2.220446049250313e-16 relative error 4.1868453953084236e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8477858734952856 y1[1] (numeric) 0.8477858734952858 absolute error 2.220446049250313e-16 relative error 2.619111875615206e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y2[1] (analytic) 0.5311861979208837 y2[1] (numeric) 0.531186197920884 absolute error 2.220446049250313e-16 relative error 4.1801651811386717e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8472551110134159 y1[1] (numeric) 0.8472551110134161 absolute error 2.220446049250313e-16 relative error 2.6207526167583702e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5610000000000004 y2[1] (analytic) 0.5320331872976112 y2[1] (numeric) 0.5320331872976114 absolute error 2.220446049250313e-16 relative error 4.1735104167632114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8467235012765059 y1[1] (numeric) 0.8467235012765061 absolute error 2.220446049250313e-16 relative error 2.6223980389144823e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5620000000000004 y2[1] (analytic) 0.5328796446411956 y2[1] (numeric) 0.5328796446411959 absolute error 2.220446049250313e-16 relative error 4.166880967550202e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8461910448161651 y1[1] (numeric) 0.8461910448161654 absolute error 2.220446049250313e-16 relative error 2.6240481541998647e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5630000000000004 y2[1] (analytic) 0.5337255691051798 y2[1] (numeric) 0.5337255691051801 absolute error 3.3306690738754696e-16 relative error 6.240415049740861e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.84565774216485 y1[1] (numeric) 0.8456577421648502 absolute error 2.220446049250313e-16 relative error 2.625702974782753e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5640000000000004 y2[1] (analytic) 0.5345709598436394 y2[1] (numeric) 0.5345709598436397 absolute error 2.220446049250313e-16 relative error 4.153697480872862e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8451235938558632 y1[1] (numeric) 0.8451235938558634 absolute error 2.220446049250313e-16 relative error 2.627362512883545e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5650000000000004 y2[1] (analytic) 0.5354158160111837 y2[1] (numeric) 0.5354158160111839 absolute error 2.220446049250313e-16 relative error 4.1471431789081345e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.844588600423353 y1[1] (numeric) 0.8445886004233533 absolute error 2.220446049250313e-16 relative error 2.62902678077505e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5660000000000004 y2[1] (analytic) 0.5362601367629566 y2[1] (numeric) 0.5362601367629568 absolute error 2.220446049250313e-16 relative error 4.140613663088327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8440527624023128 y1[1] (numeric) 0.844052762402313 absolute error 2.220446049250313e-16 relative error 2.6306957907827456e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5670000000000004 y2[1] (analytic) 0.5371039212546374 y2[1] (numeric) 0.5371039212546377 absolute error 3.3306690738754696e-16 relative error 6.20116320524203e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8435160803285805 y1[1] (numeric) 0.8435160803285807 absolute error 2.220446049250313e-16 relative error 2.6323695552850253e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5680000000000004 y2[1] (analytic) 0.5379471686424417 y2[1] (numeric) 0.537947168642442 absolute error 2.220446049250313e-16 relative error 4.1276284711262806e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8429785547388382 y1[1] (numeric) 0.8429785547388384 absolute error 2.220446049250313e-16 relative error 2.6340480867134584e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5690000000000004 y2[1] (analytic) 0.5387898780831223 y2[1] (numeric) 0.5387898780831225 absolute error 2.220446049250313e-16 relative error 4.121172537891946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8424401861706113 y1[1] (numeric) 0.8424401861706116 absolute error 2.220446049250313e-16 relative error 2.635731397553045e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y2[1] (analytic) 0.5396320487339695 y2[1] (numeric) 0.5396320487339699 absolute error 3.3306690738754696e-16 relative error 6.172111314903462e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8419009751622685 y1[1] (numeric) 0.8419009751622688 absolute error 3.3306690738754696e-16 relative error 3.956129250513713e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5710000000000004 y2[1] (analytic) 0.5404736797528131 y2[1] (numeric) 0.5404736797528135 absolute error 3.3306690738754696e-16 relative error 6.162500041442829e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8413609222530207 y1[1] (numeric) 0.841360922253021 absolute error 2.220446049250313e-16 relative error 2.639112407674388e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5720000000000004 y2[1] (analytic) 0.541314770298022 y2[1] (numeric) 0.5413147702980223 absolute error 3.3306690738754696e-16 relative error 6.152924798341938e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8408200279829208 y1[1] (numeric) 0.840820027982921 absolute error 2.220446049250313e-16 relative error 2.6408101321956333e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5730000000000004 y2[1] (analytic) 0.5421553195285057 y2[1] (numeric) 0.542155319528506 absolute error 3.3306690738754696e-16 relative error 6.14338539880424e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8402782928928629 y1[1] (numeric) 0.8402782928928632 absolute error 2.220446049250313e-16 relative error 2.642512686607536e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5740000000000004 y2[1] (analytic) 0.542995326603715 y2[1] (numeric) 0.5429953266037153 absolute error 3.3306690738754696e-16 relative error 6.133881657339263e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8397357175245822 y1[1] (numeric) 0.8397357175245824 absolute error 2.220446049250313e-16 relative error 2.6442200836661595e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5750000000000004 y2[1] (analytic) 0.5438347906836429 y2[1] (numeric) 0.5438347906836433 absolute error 3.3306690738754696e-16 relative error 6.124413389751248e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8391923024206539 y1[1] (numeric) 0.8391923024206541 absolute error 2.220446049250313e-16 relative error 2.645932336182573e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5760000000000004 y2[1] (analytic) 0.5446737109288255 y2[1] (numeric) 0.5446737109288259 absolute error 3.3306690738754696e-16 relative error 6.114980413127925e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8386480481244931 y1[1] (numeric) 0.8386480481244933 absolute error 2.220446049250313e-16 relative error 2.6476494570231193e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5770000000000004 y2[1] (analytic) 0.5455120865003426 y2[1] (numeric) 0.5455120865003429 absolute error 3.3306690738754696e-16 relative error 6.1055825458294e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8381029551803542 y1[1] (numeric) 0.8381029551803544 absolute error 2.220446049250313e-16 relative error 2.649371459109684e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5780000000000004 y2[1] (analytic) 0.5463499165598186 y2[1] (numeric) 0.5463499165598189 absolute error 3.3306690738754696e-16 relative error 6.096219607477148e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8375570241333299 y1[1] (numeric) 0.83755702413333 absolute error 1.1102230246251565e-16 relative error 1.3255491777099839e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5790000000000004 y2[1] (analytic) 0.5471872002694236 y2[1] (numeric) 0.5471872002694239 absolute error 3.3306690738754696e-16 relative error 6.086891418943129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8370102555293512 y1[1] (numeric) 0.8370102555293514 absolute error 2.220446049250313e-16 relative error 2.6528301589877587e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y2[1] (analytic) 0.5480239367918739 y2[1] (numeric) 0.5480239367918742 absolute error 3.3306690738754696e-16 relative error 6.077597802339018e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8364626499151867 y1[1] (numeric) 0.8364626499151869 absolute error 2.220446049250313e-16 relative error 2.6545668829032064e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5810000000000004 y2[1] (analytic) 0.548860125290433 y2[1] (numeric) 0.5488601252904334 absolute error 3.3306690738754696e-16 relative error 6.06833858100554e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8359142078384421 y1[1] (numeric) 0.8359142078384423 absolute error 2.220446049250313e-16 relative error 2.6563085403130998e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5820000000000004 y2[1] (analytic) 0.5496957649289127 y2[1] (numeric) 0.549695764928913 absolute error 3.3306690738754696e-16 relative error 6.059113579501918e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8353649298475592 y1[1] (numeric) 0.8353649298475594 absolute error 2.220446049250313e-16 relative error 2.6580551444211445e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5830000000000004 y2[1] (analytic) 0.5505308548716732 y2[1] (numeric) 0.5505308548716735 absolute error 3.3306690738754696e-16 relative error 6.049922623595433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8348148164918161 y1[1] (numeric) 0.8348148164918163 absolute error 2.220446049250313e-16 relative error 2.659806708488242e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5840000000000004 y2[1] (analytic) 0.5513653942836247 y2[1] (numeric) 0.5513653942836251 absolute error 3.3306690738754696e-16 relative error 6.040765540251079e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8342638683213262 y1[1] (numeric) 0.8342638683213264 absolute error 2.220446049250313e-16 relative error 2.661563245832772e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5850000000000004 y2[1] (analytic) 0.5521993823302279 y2[1] (numeric) 0.5521993823302283 absolute error 3.3306690738754696e-16 relative error 6.031642157621345e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8337120858870374 y1[1] (numeric) 0.8337120858870376 absolute error 2.220446049250313e-16 relative error 2.6633247698308756e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5860000000000004 y2[1] (analytic) 0.5530328181774948 y2[1] (numeric) 0.5530328181774952 absolute error 3.3306690738754696e-16 relative error 6.022552305036078e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8331594697407322 y1[1] (numeric) 0.8331594697407324 absolute error 2.220446049250313e-16 relative error 2.6650912939167403e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5870000000000004 y2[1] (analytic) 0.5538657009919896 y2[1] (numeric) 0.55386570099199 absolute error 3.3306690738754696e-16 relative error 6.013495812992472e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8326060204350266 y1[1] (numeric) 0.8326060204350269 absolute error 2.220446049250313e-16 relative error 2.6668628315828856e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5880000000000004 y2[1] (analytic) 0.5546980299408295 y2[1] (numeric) 0.55469802994083 absolute error 4.440892098500626e-16 relative error 8.005963350860184e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.83205173852337 y1[1] (numeric) 0.8320517385233703 absolute error 3.3306690738754696e-16 relative error 4.0029590945706805e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5890000000000004 y2[1] (analytic) 0.5555298041916857 y2[1] (numeric) 0.5555298041916862 absolute error 4.440892098500626e-16 relative error 7.993976317728391e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8314966245600443 y1[1] (numeric) 0.8314966245600446 absolute error 3.3306690738754696e-16 relative error 4.0056315028792454e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y2[1] (analytic) 0.5563610229127841 y2[1] (numeric) 0.5563610229127846 absolute error 4.440892098500626e-16 relative error 7.982033096514718e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8309406791001632 y1[1] (numeric) 0.8309406791001636 absolute error 3.3306690738754696e-16 relative error 4.00831149280391e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5910000000000004 y2[1] (analytic) 0.5571916852729059 y2[1] (numeric) 0.5571916852729063 absolute error 4.440892098500626e-16 relative error 7.970133467310321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8303839026996724 y1[1] (numeric) 0.8303839026996727 absolute error 2.220446049250313e-16 relative error 2.6739993899585368e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5920000000000004 y2[1] (analytic) 0.5580217904413889 y2[1] (numeric) 0.5580217904413892 absolute error 3.3306690738754696e-16 relative error 5.968707908773505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.829826295915348 y1[1] (numeric) 0.8298262959153483 absolute error 3.3306690738754696e-16 relative error 4.013694299963757e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5930000000000004 y2[1] (analytic) 0.5588513375881279 y2[1] (numeric) 0.5588513375881282 absolute error 3.3306690738754696e-16 relative error 5.95984808455476e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8292678593047969 y1[1] (numeric) 0.8292678593047972 absolute error 3.3306690738754696e-16 relative error 4.0163971586547215e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5940000000000004 y2[1] (analytic) 0.5596803258835759 y2[1] (numeric) 0.5596803258835762 absolute error 3.3306690738754696e-16 relative error 5.951020466222913e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8287085934264555 y1[1] (numeric) 0.8287085934264559 absolute error 3.3306690738754696e-16 relative error 4.019107681874247e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5950000000000004 y2[1] (analytic) 0.5605087544987446 y2[1] (numeric) 0.5605087544987449 absolute error 3.3306690738754696e-16 relative error 5.942224893265123e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8281484988395899 y1[1] (numeric) 0.8281484988395902 absolute error 3.3306690738754696e-16 relative error 4.021825890576916e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5960000000000004 y2[1] (analytic) 0.5613366226052056 y2[1] (numeric) 0.5613366226052059 absolute error 3.3306690738754696e-16 relative error 5.933461206250153e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8275875761042942 y1[1] (numeric) 0.8275875761042947 absolute error 4.440892098500626e-16 relative error 5.3660690744117406e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5970000000000004 y2[1] (analytic) 0.5621639293750906 y2[1] (numeric) 0.562163929375091 absolute error 3.3306690738754696e-16 relative error 5.92472924681932e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8270258257814916 y1[1] (numeric) 0.827025825781492 absolute error 3.3306690738754696e-16 relative error 4.027285448707941e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5980000000000004 y2[1] (analytic) 0.5629906739810933 y2[1] (numeric) 0.5629906739810936 absolute error 3.3306690738754696e-16 relative error 5.916028857677529e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8264632484329321 y1[1] (numeric) 0.8264632484329324 absolute error 3.3306690738754696e-16 relative error 4.03002684050476e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.5990000000000004 y2[1] (analytic) 0.5638168555964688 y2[1] (numeric) 0.5638168555964691 absolute error 3.3306690738754696e-16 relative error 5.907359882584415e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8258998446211929 y1[1] (numeric) 0.8258998446211933 absolute error 3.3306690738754696e-16 relative error 4.032776002522574e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y2[1] (analytic) 0.5646424733950357 y2[1] (numeric) 0.564642473395036 absolute error 3.3306690738754696e-16 relative error 5.898722166345541e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8253356149096781 y1[1] (numeric) 0.8253356149096783 absolute error 2.220446049250313e-16 relative error 2.69035530411869e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6010000000000004 y2[1] (analytic) 0.5654675265511763 y2[1] (numeric) 0.5654675265511766 absolute error 3.3306690738754696e-16 relative error 5.890115554803722e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.824770559862617 y1[1] (numeric) 0.8247705598626173 absolute error 2.220446049250313e-16 relative error 2.6921984819877363e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6020000000000004 y2[1] (analytic) 0.5662920142398374 y2[1] (numeric) 0.5662920142398378 absolute error 3.3306690738754696e-16 relative error 5.881539894830401e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8242046800450649 y1[1] (numeric) 0.8242046800450651 absolute error 2.220446049250313e-16 relative error 2.69404688302535e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6030000000000004 y2[1] (analytic) 0.5671159356365315 y2[1] (numeric) 0.5671159356365318 absolute error 3.3306690738754696e-16 relative error 5.872995034317142e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8236379760229013 y1[1] (numeric) 0.8236379760229016 absolute error 2.220446049250313e-16 relative error 2.6959005216978646e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6040000000000004 y2[1] (analytic) 0.5679392899173372 y2[1] (numeric) 0.5679392899173376 absolute error 3.3306690738754696e-16 relative error 5.864480822167179e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8230704483628305 y1[1] (numeric) 0.8230704483628306 absolute error 1.1102230246251565e-16 relative error 1.3488797062675513e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6050000000000004 y2[1] (analytic) 0.5687620762589004 y2[1] (numeric) 0.5687620762589007 absolute error 3.3306690738754696e-16 relative error 5.855997108287067e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8225020976323798 y1[1] (numeric) 0.8225020976323799 absolute error 1.1102230246251565e-16 relative error 1.349811785065349e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6060000000000004 y2[1] (analytic) 0.5695842938384347 y2[1] (numeric) 0.569584293838435 absolute error 3.3306690738754696e-16 relative error 5.847543743578417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8219329243999 y1[1] (numeric) 0.8219329243999002 absolute error 2.220446049250313e-16 relative error 2.701493009142418e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6070000000000004 y2[1] (analytic) 0.5704059418337226 y2[1] (numeric) 0.570405941833723 absolute error 3.3306690738754696e-16 relative error 5.839120579929694e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8213629292345643 y1[1] (numeric) 0.8213629292345646 absolute error 2.220446049250313e-16 relative error 2.7033677442924863e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6080000000000004 y2[1] (analytic) 0.5712270194231162 y2[1] (numeric) 0.5712270194231166 absolute error 4.440892098500626e-16 relative error 7.774303293610824e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8207921127063679 y1[1] (numeric) 0.8207921127063681 absolute error 2.220446049250313e-16 relative error 2.7052477903679135e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6090000000000004 y2[1] (analytic) 0.572047525785538 y2[1] (numeric) 0.5720475257855384 absolute error 4.440892098500626e-16 relative error 7.763152357668841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8202204753861271 y1[1] (numeric) 0.8202204753861273 absolute error 2.220446049250313e-16 relative error 2.7071331622208232e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y2[1] (analytic) 0.5728674601004816 y2[1] (numeric) 0.5728674601004821 absolute error 4.440892098500626e-16 relative error 7.752041105147931e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8196480178454792 y1[1] (numeric) 0.8196480178454795 absolute error 2.220446049250313e-16 relative error 2.7090238747687834e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6110000000000004 y2[1] (analytic) 0.5736868215480129 y2[1] (numeric) 0.5736868215480133 absolute error 4.440892098500626e-16 relative error 7.740969343722253e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8190747406568819 y1[1] (numeric) 0.8190747406568821 absolute error 2.220446049250313e-16 relative error 2.7109199429951395e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6120000000000004 y2[1] (analytic) 0.5745056093087705 y2[1] (numeric) 0.5745056093087709 absolute error 4.440892098500626e-16 relative error 7.729936882328768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8185006443936121 y1[1] (numeric) 0.8185006443936124 absolute error 2.220446049250313e-16 relative error 2.7128213819493507e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6130000000000004 y2[1] (analytic) 0.5753238225639666 y2[1] (numeric) 0.5753238225639671 absolute error 4.440892098500626e-16 relative error 7.718943531156962e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8179257296297663 y1[1] (numeric) 0.8179257296297664 absolute error 1.1102230246251565e-16 relative error 1.3573641033736626e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6140000000000004 y2[1] (analytic) 0.5761414604953882 y2[1] (numeric) 0.5761414604953886 absolute error 4.440892098500626e-16 relative error 7.707989101638648e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8173499969402589 y1[1] (numeric) 0.817349996940259 absolute error 1.1102230246251565e-16 relative error 1.3583202162858808e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6150000000000004 y2[1] (analytic) 0.5769585222853971 y2[1] (numeric) 0.5769585222853977 absolute error 5.551115123125783e-16 relative error 9.621341758047348e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8167734469008227 y1[1] (numeric) 0.8167734469008228 absolute error 1.1102230246251565e-16 relative error 1.3592790373362447e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6160000000000004 y2[1] (analytic) 0.577775007116932 y2[1] (numeric) 0.5777750071169325 absolute error 5.551115123125783e-16 relative error 9.607745324301177e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8161960800880076 y1[1] (numeric) 0.8161960800880077 absolute error 1.1102230246251565e-16 relative error 1.3602405741834058e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6170000000000004 y2[1] (analytic) 0.5785909141735078 y2[1] (numeric) 0.5785909141735084 absolute error 5.551115123125783e-16 relative error 9.594196844683107e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8156178970791804 y1[1] (numeric) 0.8156178970791805 absolute error 1.1102230246251565e-16 relative error 1.3612048345199269e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6180000000000004 y2[1] (analytic) 0.5794062426392177 y2[1] (numeric) 0.5794062426392182 absolute error 5.551115123125783e-16 relative error 9.580696089569625e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8150388984525242 y1[1] (numeric) 0.8150388984525243 absolute error 1.1102230246251565e-16 relative error 1.3621718260724543e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6190000000000004 y2[1] (analytic) 0.5802209916987332 y2[1] (numeric) 0.5802209916987338 absolute error 5.551115123125783e-16 relative error 9.567242830828284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8144590847870373 y1[1] (numeric) 0.8144590847870375 absolute error 2.220446049250313e-16 relative error 2.726283113203789e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y2[1] (analytic) 0.5810351605373054 y2[1] (numeric) 0.581035160537306 absolute error 5.551115123125783e-16 relative error 9.553836841805674e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8138784566625337 y1[1] (numeric) 0.8138784566625339 absolute error 2.220446049250313e-16 relative error 2.7282280678071788e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6210000000000004 y2[1] (analytic) 0.5818487483407655 y2[1] (numeric) 0.581848748340766 absolute error 5.551115123125783e-16 relative error 9.540477897315536e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8132970146596411 y1[1] (numeric) 0.8132970146596413 absolute error 2.220446049250313e-16 relative error 2.730178531614989e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6220000000000004 y2[1] (analytic) 0.5826617542955257 y2[1] (numeric) 0.5826617542955262 absolute error 5.551115123125783e-16 relative error 9.527165773626975e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8127147593598018 y1[1] (numeric) 0.8127147593598019 absolute error 1.1102230246251565e-16 relative error 1.3660672601783563e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6230000000000004 y2[1] (analytic) 0.5834741775885802 y2[1] (numeric) 0.5834741775885808 absolute error 5.551115123125783e-16 relative error 9.513900248452794e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8121316913452706 y1[1] (numeric) 0.8121316913452709 absolute error 2.220446049250313e-16 relative error 2.7340960498317878e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6240000000000004 y2[1] (analytic) 0.5842860174075057 y2[1] (numeric) 0.5842860174075063 absolute error 5.551115123125783e-16 relative error 9.500681100937935e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8115478111991159 y1[1] (numeric) 0.8115478111991161 absolute error 2.220446049250313e-16 relative error 2.736063135909955e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6250000000000004 y2[1] (analytic) 0.5850972729404625 y2[1] (numeric) 0.5850972729404631 absolute error 5.551115123125783e-16 relative error 9.487508111648035e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8109631195052176 y1[1] (numeric) 0.8109631195052178 absolute error 2.220446049250313e-16 relative error 2.7380357945316242e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6260000000000004 y2[1] (analytic) 0.5859079433761951 y2[1] (numeric) 0.5859079433761957 absolute error 5.551115123125783e-16 relative error 9.474381062558094e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8103776168482675 y1[1] (numeric) 0.8103776168482676 absolute error 1.1102230246251565e-16 relative error 1.3700070208541201e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6270000000000004 y2[1] (analytic) 0.5867180279040332 y2[1] (numeric) 0.5867180279040337 absolute error 5.551115123125783e-16 relative error 9.461299737041239e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8097913038137678 y1[1] (numeric) 0.8097913038137681 absolute error 2.220446049250313e-16 relative error 2.7419978935226516e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6280000000000004 y2[1] (analytic) 0.5875275257138922 y2[1] (numeric) 0.5875275257138928 absolute error 5.551115123125783e-16 relative error 9.448263919857611e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.809204180988032 y1[1] (numeric) 0.8092041809880322 absolute error 1.1102230246251565e-16 relative error 1.37199368306474e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6290000000000004 y2[1] (analytic) 0.5883364359962745 y2[1] (numeric) 0.588336435996275 absolute error 5.551115123125783e-16 relative error 9.435273397143355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8086162489581826 y1[1] (numeric) 0.8086162489581827 absolute error 1.1102230246251565e-16 relative error 1.3729912378777482e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y2[1] (analytic) 0.5891447579422698 y2[1] (numeric) 0.5891447579422704 absolute error 5.551115123125783e-16 relative error 9.422327956399699e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8080275083121516 y1[1] (numeric) 0.8080275083121518 absolute error 1.1102230246251565e-16 relative error 1.3739916193499972e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6310000000000004 y2[1] (analytic) 0.5899524907435564 y2[1] (numeric) 0.5899524907435568 absolute error 4.440892098500626e-16 relative error 7.527541909185728e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8074379596386796 y1[1] (numeric) 0.8074379596386798 absolute error 2.220446049250313e-16 relative error 2.7499896713351704e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6320000000000005 y2[1] (analytic) 0.5907596335924012 y2[1] (numeric) 0.5907596335924017 absolute error 4.440892098500626e-16 relative error 7.517257182071873e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8068476035273153 y1[1] (numeric) 0.8068476035273154 absolute error 1.1102230246251565e-16 relative error 1.376000895053251e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6330000000000005 y2[1] (analytic) 0.5915661856816617 y2[1] (numeric) 0.5915661856816622 absolute error 4.440892098500626e-16 relative error 7.507008017003855e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8062564405684147 y1[1] (numeric) 0.8062564405684148 absolute error 1.1102230246251565e-16 relative error 1.3770098057665671e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6340000000000005 y2[1] (analytic) 0.592372146204786 y2[1] (numeric) 0.5923721462047864 absolute error 4.440892098500626e-16 relative error 7.496794248265326e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8056644713531407 y1[1] (numeric) 0.8056644713531408 absolute error 1.1102230246251565e-16 relative error 1.3780215761041312e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6350000000000005 y2[1] (analytic) 0.5931775143558132 y2[1] (numeric) 0.5931775143558137 absolute error 4.440892098500626e-16 relative error 7.486615711189601e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8050716964734626 y1[1] (numeric) 0.8050716964734626 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.6360000000000005 y2[1] (analytic) 0.5939822893293757 y2[1] (numeric) 0.593982289329376 absolute error 3.3306690738754696e-16 relative error 5.607354181613559e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.804478116522155 y1[1] (numeric) 0.804478116522155 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.6370000000000005 y2[1] (analytic) 0.5947864703206982 y2[1] (numeric) 0.5947864703206985 absolute error 3.3306690738754696e-16 relative error 5.599772758919066e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8038837320927978 y1[1] (numeric) 0.8038837320927978 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.6380000000000005 y2[1] (analytic) 0.5955900565256 y2[1] (numeric) 0.5955900565256004 absolute error 3.3306690738754696e-16 relative error 5.5922173941335914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8032885437797757 y1[1] (numeric) 0.8032885437797757 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.6390000000000005 y2[1] (analytic) 0.5963930471404949 y2[1] (numeric) 0.5963930471404952 absolute error 3.3306690738754696e-16 relative error 5.584687966844874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8026925521782766 y1[1] (numeric) 0.8026925521782766 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.6400000000000005 y2[1] (analytic) 0.5971954413623924 y2[1] (numeric) 0.5971954413623927 absolute error 2.220446049250313e-16 relative error 3.7181229049317096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8020957578842923 y1[1] (numeric) 0.8020957578842923 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.6410000000000005 y2[1] (analytic) 0.5979972383888983 y2[1] (numeric) 0.5979972383888985 absolute error 2.220446049250313e-16 relative error 3.7131376312582234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.801498161494617 y1[1] (numeric) 0.801498161494617 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.6420000000000005 y2[1] (analytic) 0.5987984374182156 y2[1] (numeric) 0.5987984374182158 absolute error 2.220446049250313e-16 relative error 3.708169411436688e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8008997636068469 y1[1] (numeric) 0.8008997636068469 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.6430000000000005 y2[1] (analytic) 0.5995990376491455 y2[1] (numeric) 0.5995990376491456 absolute error 1.1102230246251565e-16 relative error 1.8516090835936296e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.8003005648193801 y1[1] (numeric) 0.80030056481938 absolute error 1.1102230246251565e-16 relative error 1.3872575797515811e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6440000000000005 y2[1] (analytic) 0.6003990382810875 y2[1] (numeric) 0.6003990382810876 absolute error 1.1102230246251565e-16 relative error 1.8491419103595996e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.799700565731415 y1[1] (numeric) 0.7997005657314149 absolute error 1.1102230246251565e-16 relative error 1.388298410930514e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6450000000000005 y2[1] (analytic) 0.6011984385140414 y2[1] (numeric) 0.6011984385140415 absolute error 1.1102230246251565e-16 relative error 1.8466831473635415e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7990997669429508 y1[1] (numeric) 0.7990997669429508 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.6460000000000005 y2[1] (analytic) 0.6019972375486069 y2[1] (numeric) 0.601997237548607 absolute error 1.1102230246251565e-16 relative error 1.8442327561935267e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7984981690547863 y1[1] (numeric) 0.7984981690547863 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.6470000000000005 y2[1] (analytic) 0.602795434585985 y2[1] (numeric) 0.6027954345859851 absolute error 1.1102230246251565e-16 relative error 1.841790698676551e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7978957726685194 y1[1] (numeric) 0.7978957726685193 absolute error 1.1102230246251565e-16 relative error 1.3914386598541254e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6480000000000005 y2[1] (analytic) 0.6035930288279786 y2[1] (numeric) 0.6035930288279788 absolute error 2.220446049250313e-16 relative error 3.678713873753387e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7972925783865462 y1[1] (numeric) 0.7972925783865461 absolute error 1.1102230246251565e-16 relative error 1.3924913572779983e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6490000000000005 y2[1] (analytic) 0.6043900194769939 y2[1] (numeric) 0.604390019476994 absolute error 1.1102230246251565e-16 relative error 1.836931433093291e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7966885868120611 y1[1] (numeric) 0.796688586812061 absolute error 1.1102230246251565e-16 relative error 1.3935470433531618e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y2[1] (analytic) 0.6051864057360399 y2[1] (numeric) 0.6051864057360401 absolute error 2.220446049250313e-16 relative error 3.669028299718269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7960837985490555 y1[1] (numeric) 0.7960837985490554 absolute error 1.1102230246251565e-16 relative error 1.3946057269958916e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6510000000000005 y2[1] (analytic) 0.6059821868087307 y2[1] (numeric) 0.6059821868087308 absolute error 1.1102230246251565e-16 relative error 1.832105049938674e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7954782142023178 y1[1] (numeric) 0.7954782142023177 absolute error 1.1102230246251565e-16 relative error 1.3956674171629648e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6520000000000005 y2[1] (analytic) 0.6067773618992852 y2[1] (numeric) 0.6067773618992853 absolute error 1.1102230246251565e-16 relative error 1.8297040963262484e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7948718343774321 y1[1] (numeric) 0.794871834377432 absolute error 1.1102230246251565e-16 relative error 1.3967321228518772e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6530000000000005 y2[1] (analytic) 0.6075719302125283 y2[1] (numeric) 0.6075719302125284 absolute error 1.1102230246251565e-16 relative error 1.8273112522443246e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7942646596807783 y1[1] (numeric) 0.7942646596807782 absolute error 1.1102230246251565e-16 relative error 1.3977998531010616e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6540000000000005 y2[1] (analytic) 0.6083658909538918 y2[1] (numeric) 0.6083658909538919 absolute error 1.1102230246251565e-16 relative error 1.8249264811417586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.793656690719531 y1[1] (numeric) 0.7936566907195309 absolute error 1.1102230246251565e-16 relative error 1.3988706169901066e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6550000000000005 y2[1] (analytic) 0.6091592433294152 y2[1] (numeric) 0.6091592433294152 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7930479281016591 y1[1] (numeric) 0.793047928101659 absolute error 1.1102230246251565e-16 relative error 1.3999444236399788e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6560000000000005 y2[1] (analytic) 0.6099519865457459 y2[1] (numeric) 0.6099519865457459 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7924383724359253 y1[1] (numeric) 0.7924383724359252 absolute error 1.1102230246251565e-16 relative error 1.4010212822132444e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6570000000000005 y2[1] (analytic) 0.6107441198101409 y2[1] (numeric) 0.6107441198101409 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.791828024331885 y1[1] (numeric) 0.7918280243318849 absolute error 1.1102230246251565e-16 relative error 1.4021012019142936e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6580000000000005 y2[1] (analytic) 0.611535642330467 y2[1] (numeric) 0.611535642330467 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7912168843998864 y1[1] (numeric) 0.7912168843998862 absolute error 1.1102230246251565e-16 relative error 1.4031841919895661e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6590000000000005 y2[1] (analytic) 0.6123265533152017 y2[1] (numeric) 0.6123265533152017 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7906049532510693 y1[1] (numeric) 0.7906049532510692 absolute error 1.1102230246251565e-16 relative error 1.4042702617277777e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y2[1] (analytic) 0.6131168519734341 y2[1] (numeric) 0.6131168519734341 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7899922314973647 y1[1] (numeric) 0.7899922314973647 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.6610000000000005 y2[1] (analytic) 0.6139065375148657 y2[1] (numeric) 0.6139065375148657 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7893787197514947 y1[1] (numeric) 0.7893787197514947 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.6620000000000005 y2[1] (analytic) 0.6146956091498109 y2[1] (numeric) 0.6146956091498109 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.7887644186269706 y1[1] (numeric) 0.7887644186269706 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.6630000000000005 y2[1] (analytic) 0.6154840660891983 y2[1] (numeric) 0.6154840660891981 absolute error 1.1102230246251565e-16 relative error 1.8038209042185973e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7881493287380936 y1[1] (numeric) 0.7881493287380935 absolute error 1.1102230246251565e-16 relative error 1.4086455245768404e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6640000000000005 y2[1] (analytic) 0.6162719075445707 y2[1] (numeric) 0.6162719075445706 absolute error 1.1102230246251565e-16 relative error 1.8015149011880956e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7875334506999535 y1[1] (numeric) 0.7875334506999535 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.6650000000000005 y2[1] (analytic) 0.617059132728087 y2[1] (numeric) 0.6170591327280869 absolute error 1.1102230246251565e-16 relative error 1.799216583533473e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7869167851284284 y1[1] (numeric) 0.7869167851284283 absolute error 1.1102230246251565e-16 relative error 1.4108518786315672e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6660000000000005 y2[1] (analytic) 0.617845740852522 y2[1] (numeric) 0.6178457408525219 absolute error 1.1102230246251565e-16 relative error 1.7969259172900304e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7862993326401837 y1[1] (numeric) 0.7862993326401837 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.6670000000000005 y2[1] (analytic) 0.6186317311312676 y2[1] (numeric) 0.6186317311312675 absolute error 1.1102230246251565e-16 relative error 1.794642868698208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7856810938526719 y1[1] (numeric) 0.7856810938526719 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.6680000000000005 y2[1] (analytic) 0.6194171027783336 y2[1] (numeric) 0.6194171027783335 absolute error 1.1102230246251565e-16 relative error 1.7923674042020505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7850620693841317 y1[1] (numeric) 0.7850620693841318 absolute error 1.1102230246251565e-16 relative error 1.4141850280654983e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6690000000000005 y2[1] (analytic) 0.6202018550083485 y2[1] (numeric) 0.6202018550083483 absolute error 1.1102230246251565e-16 relative error 1.7900994904476898e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7844422598535876 y1[1] (numeric) 0.7844422598535876 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.6700000000000005 y2[1] (analytic) 0.62098598703656 y2[1] (numeric) 0.6209859870365599 absolute error 1.1102230246251565e-16 relative error 1.7878390942818377e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.783821665880849 y1[1] (numeric) 0.783821665880849 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.6710000000000005 y2[1] (analytic) 0.6217694980788363 y2[1] (numeric) 0.6217694980788362 absolute error 1.1102230246251565e-16 relative error 1.7855861827502957e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7832002880865098 y1[1] (numeric) 0.7832002880865099 absolute error 1.1102230246251565e-16 relative error 1.4175467521055418e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6720000000000005 y2[1] (analytic) 0.6225523873516663 y2[1] (numeric) 0.6225523873516662 absolute error 1.1102230246251565e-16 relative error 1.7833407230964738e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7825781270919479 y1[1] (numeric) 0.7825781270919479 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.6730000000000005 y2[1] (analytic) 0.6233346540721608 y2[1] (numeric) 0.6233346540721607 absolute error 1.1102230246251565e-16 relative error 1.7811026827599268e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7819551835193239 y1[1] (numeric) 0.781955183519324 absolute error 1.1102230246251565e-16 relative error 1.4198039069559035e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6740000000000005 y2[1] (analytic) 0.6241162974580533 y2[1] (numeric) 0.6241162974580531 absolute error 2.220446049250313e-16 relative error 3.557744058749802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7813314579915817 y1[1] (numeric) 0.7813314579915818 absolute error 1.1102230246251565e-16 relative error 1.4209373157443233e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6750000000000005 y2[1] (analytic) 0.6248973167277002 y2[1] (numeric) 0.6248973167277 absolute error 2.220446049250313e-16 relative error 3.553297461537789e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7807069511324466 y1[1] (numeric) 0.7807069511324467 absolute error 1.1102230246251565e-16 relative error 1.4220739587558863e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6760000000000005 y2[1] (analytic) 0.6256777111000825 y2[1] (numeric) 0.6256777111000823 absolute error 2.220446049250313e-16 relative error 3.548865509922462e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7800816635664254 y1[1] (numeric) 0.7800816635664255 absolute error 1.1102230246251565e-16 relative error 1.4232138460342353e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6770000000000005 y2[1] (analytic) 0.6264574797948058 y2[1] (numeric) 0.6264574797948056 absolute error 2.220446049250313e-16 relative error 3.544448140323288e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7794555959188056 y1[1] (numeric) 0.7794555959188058 absolute error 1.1102230246251565e-16 relative error 1.424356987669643e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6780000000000005 y2[1] (analytic) 0.6272366220321016 y2[1] (numeric) 0.6272366220321014 absolute error 2.220446049250313e-16 relative error 3.5400452895377524e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7788287488156549 y1[1] (numeric) 0.778828748815655 absolute error 1.1102230246251565e-16 relative error 1.4255033937992717e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6790000000000005 y2[1] (analytic) 0.6280151370328276 y2[1] (numeric) 0.6280151370328274 absolute error 2.220446049250313e-16 relative error 3.535656894738583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7782011228838203 y1[1] (numeric) 0.7782011228838204 absolute error 1.1102230246251565e-16 relative error 1.42665307460743e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y2[1] (analytic) 0.6287930240184689 y2[1] (numeric) 0.6287930240184687 absolute error 2.220446049250313e-16 relative error 3.5312828934709907e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7775727187509276 y1[1] (numeric) 0.7775727187509277 absolute error 1.1102230246251565e-16 relative error 1.4278060403258357e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6810000000000005 y2[1] (analytic) 0.6295702822111385 y2[1] (numeric) 0.6295702822111384 absolute error 1.1102230246251565e-16 relative error 1.7634616118249715e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.776943537045381 y1[1] (numeric) 0.7769435370453811 absolute error 1.1102230246251565e-16 relative error 1.4289623012338782e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6820000000000005 y2[1] (analytic) 0.6303469108335785 y2[1] (numeric) 0.6303469108335783 absolute error 2.220446049250313e-16 relative error 3.522577823557456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7763135783963621 y1[1] (numeric) 0.7763135783963622 absolute error 1.1102230246251565e-16 relative error 1.4301218676588837e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6830000000000005 y2[1] (analytic) 0.6311229091091601 y2[1] (numeric) 0.6311229091091599 absolute error 2.220446049250313e-16 relative error 3.518246631839917e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7756828434338294 y1[1] (numeric) 0.7756828434338295 absolute error 1.1102230246251565e-16 relative error 1.4312847499763805e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6840000000000005 y2[1] (analytic) 0.6318982762618852 y2[1] (numeric) 0.631898276261885 absolute error 2.220446049250313e-16 relative error 3.513929587505421e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7750513327885181 y1[1] (numeric) 0.7750513327885181 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.6850000000000005 y2[1] (analytic) 0.6326730115163868 y2[1] (numeric) 0.6326730115163864 absolute error 3.3306690738754696e-16 relative error 5.2644399448817054e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7744190470919384 y1[1] (numeric) 0.7744190470919385 absolute error 1.1102230246251565e-16 relative error 1.433620504033589e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6860000000000005 y2[1] (analytic) 0.6334471140979294 y2[1] (numeric) 0.6334471140979292 absolute error 2.220446049250313e-16 relative error 3.505337698810697e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7737859869763762 y1[1] (numeric) 0.7737859869763763 absolute error 1.1102230246251565e-16 relative error 1.434793396767796e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6870000000000005 y2[1] (analytic) 0.6342205832324108 y2[1] (numeric) 0.6342205832324106 absolute error 2.220446049250313e-16 relative error 3.5010627342516067e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7731521530748916 y1[1] (numeric) 0.7731521530748917 absolute error 1.1102230246251565e-16 relative error 1.435969647384031e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6880000000000005 y2[1] (analytic) 0.6349934181463618 y2[1] (numeric) 0.6349934181463616 absolute error 2.220446049250313e-16 relative error 3.4968016766726786e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7725175460213183 y1[1] (numeric) 0.7725175460213184 absolute error 1.1102230246251565e-16 relative error 1.4371492665028984e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6890000000000005 y2[1] (analytic) 0.6357656180669476 y2[1] (numeric) 0.6357656180669473 absolute error 3.3306690738754696e-16 relative error 5.238831700277227e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7718821664502634 y1[1] (numeric) 0.7718821664502634 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.6900000000000005 y2[1] (analytic) 0.6365371822219683 y2[1] (numeric) 0.636537182221968 absolute error 3.3306690738754696e-16 relative error 5.2324815688677623e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7712460149971063 y1[1] (numeric) 0.7712460149971063 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.6910000000000005 y2[1] (analytic) 0.6373081098398599 y2[1] (numeric) 0.6373081098398595 absolute error 3.3306690738754696e-16 relative error 5.226152032981953e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7706090922979985 y1[1] (numeric) 0.7706090922979986 absolute error 1.1102230246251565e-16 relative error 1.4407084418306183e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6920000000000005 y2[1] (analytic) 0.6380784001496946 y2[1] (numeric) 0.6380784001496943 absolute error 3.3306690738754696e-16 relative error 5.2198430053330234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7699713989898626 y1[1] (numeric) 0.7699713989898627 absolute error 1.1102230246251565e-16 relative error 1.4419016421670666e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6930000000000005 y2[1] (analytic) 0.6388480523811825 y2[1] (numeric) 0.6388480523811821 absolute error 3.3306690738754696e-16 relative error 5.213554399142402e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7693329357103919 y1[1] (numeric) 0.769332935710392 absolute error 1.1102230246251565e-16 relative error 1.4430982648623917e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6940000000000005 y2[1] (analytic) 0.6396170657646711 y2[1] (numeric) 0.6396170657646708 absolute error 3.3306690738754696e-16 relative error 5.207286128136072e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7686937030980495 y1[1] (numeric) 0.7686937030980496 absolute error 1.1102230246251565e-16 relative error 1.4442983208404712e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6950000000000005 y2[1] (analytic) 0.6403854395311473 y2[1] (numeric) 0.640385439531147 absolute error 3.3306690738754696e-16 relative error 5.2010381065409454e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7680537017920682 y1[1] (numeric) 0.7680537017920683 absolute error 1.1102230246251565e-16 relative error 1.4455018210767276e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6960000000000005 y2[1] (analytic) 0.6411531729122374 y2[1] (numeric) 0.6411531729122371 absolute error 3.3306690738754696e-16 relative error 5.194810249081275e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.767412932432449 y1[1] (numeric) 0.7674129324324492 absolute error 2.220446049250313e-16 relative error 2.893417553196846e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6970000000000005 y2[1] (analytic) 0.641920265140208 y2[1] (numeric) 0.6419202651402076 absolute error 3.3306690738754696e-16 relative error 5.1886024709750926e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7667713956599614 y1[1] (numeric) 0.7667713956599617 absolute error 2.220446049250313e-16 relative error 2.895838396969897e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6980000000000005 y2[1] (analytic) 0.6426867154479668 y2[1] (numeric) 0.6426867154479665 absolute error 3.3306690738754696e-16 relative error 5.182414687930681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7661290921161421 y1[1] (numeric) 0.7661290921161423 absolute error 2.220446049250313e-16 relative error 2.8982661957362434e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.6990000000000005 y2[1] (analytic) 0.6434525230690639 y2[1] (numeric) 0.6434525230690635 absolute error 3.3306690738754696e-16 relative error 5.176246816143074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7654860224432944 y1[1] (numeric) 0.7654860224432947 absolute error 2.220446049250313e-16 relative error 2.900700971864968e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y2[1] (analytic) 0.6442176872376915 y2[1] (numeric) 0.6442176872376911 absolute error 3.3306690738754696e-16 relative error 5.170098772290586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.764842187284488 y1[1] (numeric) 0.7648421872844884 absolute error 3.3306690738754696e-16 relative error 4.3547141217467985e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7010000000000005 y2[1] (analytic) 0.6449822071886855 y2[1] (numeric) 0.6449822071886852 absolute error 3.3306690738754696e-16 relative error 5.163970473531378e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7641975872835582 y1[1] (numeric) 0.7641975872835586 absolute error 3.3306690738754696e-16 relative error 4.358387319325065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7020000000000005 y2[1] (analytic) 0.645746082157526 y2[1] (numeric) 0.6457460821575257 absolute error 3.3306690738754696e-16 relative error 5.157861837500041e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7635522230851047 y1[1] (numeric) 0.7635522230851052 absolute error 4.440892098500626e-16 relative error 5.816094779421065e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7030000000000005 y2[1] (analytic) 0.6465093113803383 y2[1] (numeric) 0.646509311380338 absolute error 3.3306690738754696e-16 relative error 5.151772782304218e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7629060953344918 y1[1] (numeric) 0.7629060953344923 absolute error 4.440892098500626e-16 relative error 5.821020602219126e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7040000000000005 y2[1] (analytic) 0.647271894093893 y2[1] (numeric) 0.6472718940938927 absolute error 2.220446049250313e-16 relative error 3.430468817680837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7622592046778472 y1[1] (numeric) 0.7622592046778476 absolute error 3.3306690738754696e-16 relative error 4.3694704549787716e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7050000000000005 y2[1] (analytic) 0.6480338295356076 y2[1] (numeric) 0.6480338295356073 absolute error 3.3306690738754696e-16 relative error 5.139653089194873e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7616115517620614 y1[1] (numeric) 0.7616115517620617 absolute error 3.3306690738754696e-16 relative error 4.3731861290307995e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7060000000000005 y2[1] (analytic) 0.6487951169435466 y2[1] (numeric) 0.6487951169435463 absolute error 3.3306690738754696e-16 relative error 5.133622289831876e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7609631372347873 y1[1] (numeric) 0.7609631372347876 absolute error 3.3306690738754696e-16 relative error 4.3769125085067376e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7070000000000005 y2[1] (analytic) 0.6495557555564228 y2[1] (numeric) 0.6495557555564224 absolute error 3.3306690738754696e-16 relative error 5.127610748398881e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7603139617444393 y1[1] (numeric) 0.7603139617444397 absolute error 3.3306690738754696e-16 relative error 4.380649628258426e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7080000000000005 y2[1] (analytic) 0.6503157446135975 y2[1] (numeric) 0.6503157446135972 absolute error 3.3306690738754696e-16 relative error 5.1216183853190815e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.759664025940193 y1[1] (numeric) 0.7596640259401933 absolute error 3.3306690738754696e-16 relative error 4.3843975233041865e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7090000000000005 y2[1] (analytic) 0.6510750833550819 y2[1] (numeric) 0.6510750833550816 absolute error 3.3306690738754696e-16 relative error 5.1156451214690346e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.759013330471984 y1[1] (numeric) 0.7590133304719844 absolute error 3.3306690738754696e-16 relative error 4.388156228829776e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y2[1] (analytic) 0.6518337710215371 y2[1] (numeric) 0.6518337710215368 absolute error 2.220446049250313e-16 relative error 3.406460585450317e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7583618759905079 y1[1] (numeric) 0.7583618759905082 absolute error 3.3306690738754696e-16 relative error 4.391925780189349e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7110000000000005 y2[1] (analytic) 0.6525918068542756 y2[1] (numeric) 0.6525918068542753 absolute error 3.3306690738754696e-16 relative error 5.1037555772121593e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7577096631472189 y1[1] (numeric) 0.7577096631472192 absolute error 3.3306690738754696e-16 relative error 4.3957062129064316e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7120000000000005 y2[1] (analytic) 0.6533491900952616 y2[1] (numeric) 0.6533491900952614 absolute error 2.220446049250313e-16 relative error 3.398559427197822e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7570566925943298 y1[1] (numeric) 0.7570566925943303 absolute error 4.440892098500626e-16 relative error 5.865996750233191e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7130000000000005 y2[1] (analytic) 0.654105919987112 y2[1] (numeric) 0.6541059199871118 absolute error 2.220446049250313e-16 relative error 3.394627661058416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7564029649848114 y1[1] (numeric) 0.7564029649848117 absolute error 3.3306690738754696e-16 relative error 4.403299865359927e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7140000000000005 y2[1] (analytic) 0.654861995773097 y2[1] (numeric) 0.6548619957730967 absolute error 3.3306690738754696e-16 relative error 5.086062552680966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7557484809723909 y1[1] (numeric) 0.7557484809723913 absolute error 4.440892098500626e-16 relative error 5.876150875998732e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7150000000000005 y2[1] (analytic) 0.6556174166971407 y2[1] (numeric) 0.6556174166971404 absolute error 3.3306690738754696e-16 relative error 5.0802022476075497e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7550932412115525 y1[1] (numeric) 0.7550932412115529 absolute error 3.3306690738754696e-16 relative error 4.410937473803086e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7160000000000005 y2[1] (analytic) 0.6563721820038223 y2[1] (numeric) 0.656372182003822 absolute error 3.3306690738754696e-16 relative error 5.074360500329787e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7544372463575357 y1[1] (numeric) 0.7544372463575362 absolute error 4.440892098500626e-16 relative error 5.886363802876244e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7170000000000005 y2[1] (analytic) 0.6571262909383767 y2[1] (numeric) 0.6571262909383763 absolute error 4.440892098500626e-16 relative error 6.758049646984949e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7537804970663355 y1[1] (numeric) 0.753780497066336 absolute error 4.440892098500626e-16 relative error 5.89149243816242e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7180000000000005 y2[1] (analytic) 0.6578797427466948 y2[1] (numeric) 0.6578797427466945 absolute error 3.3306690738754696e-16 relative error 5.062732377151011e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7531229939947011 y1[1] (numeric) 0.7531229939947015 absolute error 4.440892098500626e-16 relative error 5.896635919911737e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7190000000000005 y2[1] (analytic) 0.6586325366753251 y2[1] (numeric) 0.6586325366753247 absolute error 3.3306690738754696e-16 relative error 5.056945851306057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7524647378001355 y1[1] (numeric) 0.7524647378001358 absolute error 3.3306690738754696e-16 relative error 4.4263457230073405e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y2[1] (analytic) 0.6593846719714735 y2[1] (numeric) 0.6593846719714732 absolute error 3.3306690738754696e-16 relative error 5.051177583362996e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7518057291408946 y1[1] (numeric) 0.751805729140895 absolute error 4.440892098500626e-16 relative error 5.90696761991337e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7210000000000005 y2[1] (analytic) 0.660136147883005 y2[1] (numeric) 0.6601361478830047 absolute error 3.3306690738754696e-16 relative error 5.0454274993978356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7511459686759874 y1[1] (numeric) 0.7511459686759878 absolute error 4.440892098500626e-16 relative error 5.912155937318541e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7220000000000005 y2[1] (analytic) 0.6608869636584436 y2[1] (numeric) 0.6608869636584432 absolute error 3.3306690738754696e-16 relative error 5.039695525900568e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.750485457065174 y1[1] (numeric) 0.7504854570651744 absolute error 4.440892098500626e-16 relative error 5.91735929949535e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7230000000000005 y2[1] (analytic) 0.6616371185469735 y2[1] (numeric) 0.6616371185469733 absolute error 2.220446049250313e-16 relative error 3.355987726514879e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7498241949689661 y1[1] (numeric) 0.7498241949689666 absolute error 4.440892098500626e-16 relative error 5.922577756622573e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7240000000000005 y2[1] (analytic) 0.66238661179844 y2[1] (numeric) 0.6623866117984398 absolute error 2.220446049250313e-16 relative error 3.3521904122150047e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7491621830486257 y1[1] (numeric) 0.7491621830486263 absolute error 5.551115123125783e-16 relative error 7.40976419890308e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7250000000000005 y2[1] (analytic) 0.6631354426633501 y2[1] (numeric) 0.6631354426633498 absolute error 3.3306690738754696e-16 relative error 5.022607539266047e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7484994219661647 y1[1] (numeric) 0.7484994219661653 absolute error 5.551115123125783e-16 relative error 7.416325197077729e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7260000000000005 y2[1] (analytic) 0.6638836103928726 y2[1] (numeric) 0.6638836103928724 absolute error 2.220446049250313e-16 relative error 3.3446315204803733e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7478359123843442 y1[1] (numeric) 0.7478359123843447 absolute error 4.440892098500626e-16 relative error 5.938324203155231e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7270000000000005 y2[1] (analytic) 0.6646311142388401 y2[1] (numeric) 0.6646311142388398 absolute error 3.3306690738754696e-16 relative error 5.011304771203608e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7471716549666735 y1[1] (numeric) 0.747171654966674 absolute error 5.551115123125783e-16 relative error 7.429504433453625e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7280000000000005 y2[1] (analytic) 0.6653779534537487 y2[1] (numeric) 0.6653779534537484 absolute error 3.3306690738754696e-16 relative error 5.0056799396299635e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7465066503774102 y1[1] (numeric) 0.7465066503774107 absolute error 5.551115123125783e-16 relative error 7.436122799869652e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7290000000000005 y2[1] (analytic) 0.6661241272907594 y2[1] (numeric) 0.666124127290759 absolute error 4.440892098500626e-16 relative error 6.666763620411848e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7458408992815587 y1[1] (numeric) 0.7458408992815592 absolute error 4.440892098500626e-16 relative error 5.954208334214945e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y2[1] (analytic) 0.6668696350036982 y2[1] (numeric) 0.6668696350036979 absolute error 3.3306690738754696e-16 relative error 4.994483027941434e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.74517440234487 y1[1] (numeric) 0.7451744023448705 absolute error 5.551115123125783e-16 relative error 7.449417352042511e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7310000000000005 y2[1] (analytic) 0.6676144758470577 y2[1] (numeric) 0.6676144758470574 absolute error 3.3306690738754696e-16 relative error 4.988910807617786e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7445071602338411 y1[1] (numeric) 0.7445071602338417 absolute error 5.551115123125783e-16 relative error 7.45609366790004e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7320000000000005 y2[1] (analytic) 0.668358649075997 y2[1] (numeric) 0.6683586490759965 absolute error 4.440892098500626e-16 relative error 6.644474646419464e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.743839173615714 y1[1] (numeric) 0.7438391736157146 absolute error 5.551115123125783e-16 relative error 7.462789430869135e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7330000000000005 y2[1] (analytic) 0.6691021539463428 y2[1] (numeric) 0.6691021539463423 absolute error 4.440892098500626e-16 relative error 6.637091320523165e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7431704431584754 y1[1] (numeric) 0.7431704431584759 absolute error 5.551115123125783e-16 relative error 7.469504706798532e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7340000000000005 y2[1] (analytic) 0.6698449897145904 y2[1] (numeric) 0.66984498971459 absolute error 4.440892098500626e-16 relative error 6.629731007457136e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7425009695308554 y1[1] (numeric) 0.742500969530856 absolute error 5.551115123125783e-16 relative error 7.476239561859724e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7350000000000005 y2[1] (analytic) 0.6705871556379042 y2[1] (numeric) 0.6705871556379037 absolute error 4.440892098500626e-16 relative error 6.622393616048572e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7418307534023278 y1[1] (numeric) 0.7418307534023284 absolute error 5.551115123125783e-16 relative error 7.482994062548881e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7360000000000005 y2[1] (analytic) 0.6713286509741182 y2[1] (numeric) 0.6713286509741178 absolute error 4.440892098500626e-16 relative error 6.615079055626119e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7411597954431086 y1[1] (numeric) 0.7411597954431093 absolute error 6.661338147750939e-16 relative error 8.987721930826539e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7370000000000005 y2[1] (analytic) 0.6720694749817371 y2[1] (numeric) 0.6720694749817367 absolute error 3.3306690738754696e-16 relative error 4.955840427012368e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7404880963241558 y1[1] (numeric) 0.7404880963241565 absolute error 6.661338147750939e-16 relative error 8.995874722116903e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7380000000000005 y2[1] (analytic) 0.6728096269199371 y2[1] (numeric) 0.6728096269199367 absolute error 3.3306690738754696e-16 relative error 4.9503885506558193e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7398156567171683 y1[1] (numeric) 0.739815656717169 absolute error 6.661338147750939e-16 relative error 9.004051329907945e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7390000000000005 y2[1] (analytic) 0.6735491060485662 y2[1] (numeric) 0.6735491060485659 absolute error 3.3306690738754696e-16 relative error 4.9449535957595225e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7391424772945858 y1[1] (numeric) 0.7391424772945865 absolute error 6.661338147750939e-16 relative error 9.012251835576834e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y2[1] (analytic) 0.6742879116281455 y2[1] (numeric) 0.674287911628145 absolute error 4.440892098500626e-16 relative error 6.586047327732129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7384685587295875 y1[1] (numeric) 0.7384685587295883 absolute error 7.771561172376096e-16 relative error 1.052388904105244e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7410000000000005 y2[1] (analytic) 0.6750260429198692 y2[1] (numeric) 0.6750260429198688 absolute error 4.440892098500626e-16 relative error 6.57884557948499e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7377939016960922 y1[1] (numeric) 0.7377939016960928 absolute error 6.661338147750939e-16 relative error 9.028724868065986e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7420000000000005 y2[1] (analytic) 0.6757634991856064 y2[1] (numeric) 0.6757634991856059 absolute error 5.551115123125783e-16 relative error 8.214582660672981e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7371185068687565 y1[1] (numeric) 0.7371185068687571 absolute error 6.661338147750939e-16 relative error 9.036997559656967e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7430000000000005 y2[1] (analytic) 0.6765002796879006 y2[1] (numeric) 0.6765002796879 absolute error 5.551115123125783e-16 relative error 8.205636109547149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7364423749229754 y1[1] (numeric) 0.736442374922976 absolute error 6.661338147750939e-16 relative error 9.045294478672075e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7440000000000005 y2[1] (analytic) 0.6772363836899715 y2[1] (numeric) 0.677236383689971 absolute error 5.551115123125783e-16 relative error 8.19671721250434e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7357655065348807 y1[1] (numeric) 0.7357655065348814 absolute error 6.661338147750939e-16 relative error 9.053615708519414e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7450000000000006 y2[1] (analytic) 0.6779718104557152 y2[1] (numeric) 0.6779718104557146 absolute error 5.551115123125783e-16 relative error 8.187825861660039e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7350879023813409 y1[1] (numeric) 0.7350879023813415 absolute error 5.551115123125783e-16 relative error 7.551634444183841e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7460000000000006 y2[1] (analytic) 0.6787065592497049 y2[1] (numeric) 0.6787065592497044 absolute error 5.551115123125783e-16 relative error 8.178961949715674e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7344095631399599 y1[1] (numeric) 0.7344095631399605 absolute error 6.661338147750939e-16 relative error 9.070331436413304e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7470000000000006 y2[1] (analytic) 0.679440629337192 y2[1] (numeric) 0.6794406293371914 absolute error 5.551115123125783e-16 relative error 8.170125369954705e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.733730489489077 y1[1] (numeric) 0.7337304894890776 absolute error 5.551115123125783e-16 relative error 7.565605086128046e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7480000000000006 y2[1] (analytic) 0.6801740199841063 y2[1] (numeric) 0.6801740199841058 absolute error 5.551115123125783e-16 relative error 8.16131601623875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7330506821077657 y1[1] (numeric) 0.7330506821077664 absolute error 6.661338147750939e-16 relative error 9.087145418918875e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7490000000000006 y2[1] (analytic) 0.6809067304570573 y2[1] (numeric) 0.6809067304570567 absolute error 5.551115123125783e-16 relative error 8.152533783003742e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7323701416758335 y1[1] (numeric) 0.732370141675834 absolute error 5.551115123125783e-16 relative error 7.579657890508122e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y2[1] (analytic) 0.6816387600233346 y2[1] (numeric) 0.681638760023334 absolute error 5.551115123125783e-16 relative error 8.143778565256106e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7316888688738205 y1[1] (numeric) 0.7316888688738211 absolute error 6.661338147750939e-16 relative error 9.104058338353218e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7510000000000006 y2[1] (analytic) 0.6823701079509087 y2[1] (numeric) 0.6823701079509081 absolute error 5.551115123125783e-16 relative error 8.13505025856898e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7310068643829997 y1[1] (numeric) 0.7310068643830003 absolute error 6.661338147750939e-16 relative error 9.112552114504954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7520000000000006 y2[1] (analytic) 0.6831007735084317 y2[1] (numeric) 0.6831007735084311 absolute error 5.551115123125783e-16 relative error 8.126348759078464e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7303241288853753 y1[1] (numeric) 0.730324128885376 absolute error 6.661338147750939e-16 relative error 9.121070883851954e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7530000000000006 y2[1] (analytic) 0.683830755965238 y2[1] (numeric) 0.6838307559652376 absolute error 4.440892098500626e-16 relative error 6.494139170783912e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.729640663063683 y1[1] (numeric) 0.7296406630636837 absolute error 6.661338147750939e-16 relative error 9.129614733615166e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7540000000000006 y2[1] (analytic) 0.6845600545913455 y2[1] (numeric) 0.684560054591345 absolute error 5.551115123125783e-16 relative error 8.109025769024126e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7289564676013884 y1[1] (numeric) 0.7289564676013891 absolute error 6.661338147750939e-16 relative error 9.138183751452117e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7550000000000006 y2[1] (analytic) 0.6852886686574553 y2[1] (numeric) 0.6852886686574549 absolute error 4.440892098500626e-16 relative error 6.480323258811137e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.728271543182687 y1[1] (numeric) 0.7282715431826877 absolute error 6.661338147750939e-16 relative error 9.146778025459579e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7560000000000006 y2[1] (analytic) 0.6860165974349537 y2[1] (numeric) 0.6860165974349531 absolute error 5.551115123125783e-16 relative error 8.091808775300258e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7275858904925031 y1[1] (numeric) 0.7275858904925038 absolute error 6.661338147750939e-16 relative error 9.155397644176246e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7570000000000006 y2[1] (analytic) 0.6867438401959117 y2[1] (numeric) 0.6867438401959112 absolute error 5.551115123125783e-16 relative error 8.083239773278755e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7268995102164894 y1[1] (numeric) 0.72689951021649 absolute error 6.661338147750939e-16 relative error 9.164042696585422e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7580000000000006 y2[1] (analytic) 0.6874703962130868 y2[1] (numeric) 0.6874703962130863 absolute error 5.551115123125783e-16 relative error 8.074696966886079e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7262124030410259 y1[1] (numeric) 0.7262124030410266 absolute error 7.771561172376096e-16 relative error 1.0701498817470703e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7590000000000006 y2[1] (analytic) 0.688196264759923 y2[1] (numeric) 0.6881962647599225 absolute error 5.551115123125783e-16 relative error 8.066180256096401e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.72552456965322 y1[1] (numeric) 0.7255245696532207 absolute error 6.661338147750939e-16 relative error 9.181409460653922e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y2[1] (analytic) 0.6889214451105518 y2[1] (numeric) 0.6889214451105512 absolute error 5.551115123125783e-16 relative error 8.057689541417876e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7248360107409048 y1[1] (numeric) 0.7248360107409055 absolute error 7.771561172376096e-16 relative error 1.0721819911282069e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7610000000000006 y2[1] (analytic) 0.6896459365397928 y2[1] (numeric) 0.6896459365397922 absolute error 5.551115123125783e-16 relative error 8.049224723889143e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7241467269926393 y1[1] (numeric) 0.72414672699264 absolute error 7.771561172376096e-16 relative error 1.0732025544948836e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7620000000000006 y2[1] (analytic) 0.6903697383231548 y2[1] (numeric) 0.6903697383231542 absolute error 6.661338147750939e-16 relative error 9.648942846091028e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7234567190977071 y1[1] (numeric) 0.7234567190977079 absolute error 7.771561172376096e-16 relative error 1.0742261378218674e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7630000000000006 y2[1] (analytic) 0.691092849736836 y2[1] (numeric) 0.6910928497368354 absolute error 6.661338147750939e-16 relative error 9.638846864480708e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7227659877461162 y1[1] (numeric) 0.722765987746117 absolute error 7.771561172376096e-16 relative error 1.0752527518085132e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7640000000000006 y2[1] (analytic) 0.691815270057725 y2[1] (numeric) 0.6918152700577245 absolute error 5.551115123125783e-16 relative error 8.023984672472751e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7220745336285977 y1[1] (numeric) 0.7220745336285985 absolute error 7.771561172376096e-16 relative error 1.0762824072083164e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7650000000000006 y2[1] (analytic) 0.6925369985634017 y2[1] (numeric) 0.6925369985634011 absolute error 5.551115123125783e-16 relative error 8.015622464418526e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7213823574366058 y1[1] (numeric) 0.7213823574366066 absolute error 7.771561172376096e-16 relative error 1.0773151148292465e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7660000000000006 y2[1] (analytic) 0.6932580345321375 y2[1] (numeric) 0.6932580345321369 absolute error 6.661338147750939e-16 relative error 9.608742799853029e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7206894598623166 y1[1] (numeric) 0.7206894598623174 absolute error 7.771561172376096e-16 relative error 1.0783508855340838e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7670000000000006 y2[1] (analytic) 0.6939783772428966 y2[1] (numeric) 0.6939783772428959 absolute error 6.661338147750939e-16 relative error 9.59876901959934e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7199958415986276 y1[1] (numeric) 0.7199958415986283 absolute error 6.661338147750939e-16 relative error 9.251911973492204e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7680000000000006 y2[1] (analytic) 0.6946980259753361 y2[1] (numeric) 0.6946980259753355 absolute error 6.661338147750939e-16 relative error 9.588825502128945e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7193015033391569 y1[1] (numeric) 0.7193015033391577 absolute error 7.771561172376096e-16 relative error 1.0804316599226872e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7690000000000006 y2[1] (analytic) 0.6954169800098077 y2[1] (numeric) 0.695416980009807 absolute error 6.661338147750939e-16 relative error 9.578912133633827e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7186064457782428 y1[1] (numeric) 0.7186064457782436 absolute error 7.771561172376096e-16 relative error 1.081476685609128e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y2[1] (analytic) 0.6961352386273572 y2[1] (numeric) 0.6961352386273565 absolute error 6.661338147750939e-16 relative error 9.569028800906269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.717910669610943 y1[1] (numeric) 0.7179106696109437 absolute error 7.771561172376096e-16 relative error 1.0825248183855151e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7710000000000006 y2[1] (analytic) 0.696852801109726 y2[1] (numeric) 0.6968528011097254 absolute error 6.661338147750939e-16 relative error 9.559175391334975e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7172141755330332 y1[1] (numeric) 0.717214175533034 absolute error 7.771561172376096e-16 relative error 1.0835760693938147e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7720000000000006 y2[1] (analytic) 0.6975696667393518 y2[1] (numeric) 0.6975696667393512 absolute error 6.661338147750939e-16 relative error 9.549351792901225e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7165169642410077 y1[1] (numeric) 0.7165169642410085 absolute error 7.771561172376096e-16 relative error 1.0846304498328741e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7730000000000006 y2[1] (analytic) 0.698285834799369 y2[1] (numeric) 0.6982858347993683 absolute error 6.661338147750939e-16 relative error 9.539557894175056e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7158190364320778 y1[1] (numeric) 0.7158190364320786 absolute error 7.771561172376096e-16 relative error 1.0856879709587772e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7740000000000006 y2[1] (analytic) 0.6990013045736096 y2[1] (numeric) 0.699001304573609 absolute error 6.661338147750939e-16 relative error 9.529793584311479e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.715120392804171 y1[1] (numeric) 0.7151203928041717 absolute error 7.771561172376096e-16 relative error 1.0867486440852017e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7750000000000006 y2[1] (analytic) 0.699716075346604 y2[1] (numeric) 0.6997160753466033 absolute error 6.661338147750939e-16 relative error 9.520058753046726e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7144210340559309 y1[1] (numeric) 0.7144210340559317 absolute error 7.771561172376096e-16 relative error 1.0878124805837775e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7760000000000006 y2[1] (analytic) 0.7004301464035813 y2[1] (numeric) 0.7004301464035806 absolute error 6.661338147750939e-16 relative error 9.510353290694514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7137209608867164 y1[1] (numeric) 0.7137209608867172 absolute error 7.771561172376096e-16 relative error 1.0888794918844505e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7770000000000006 y2[1] (analytic) 0.7011435170304704 y2[1] (numeric) 0.7011435170304698 absolute error 5.551115123125783e-16 relative error 7.917230906785296e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7130201739966004 y1[1] (numeric) 0.7130201739966013 absolute error 8.881784197001252e-16 relative error 1.2456567879723975e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7780000000000006 y2[1] (analytic) 0.701856186513901 y2[1] (numeric) 0.7018561865139005 absolute error 5.551115123125783e-16 relative error 7.909191697373229e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.71231867408637 y1[1] (numeric) 0.7123186740863708 absolute error 8.881784197001252e-16 relative error 1.2468835256064505e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7790000000000006 y2[1] (analytic) 0.7025681541412037 y2[1] (numeric) 0.7025681541412031 absolute error 5.551115123125783e-16 relative error 7.901176690695985e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7116164618575247 y1[1] (numeric) 0.7116164618575256 absolute error 8.881784197001252e-16 relative error 1.2481139311782118e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y2[1] (analytic) 0.7032794192004106 y2[1] (numeric) 0.7032794192004101 absolute error 4.440892098500626e-16 relative error 6.314548637794168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.710913538012277 y1[1] (numeric) 0.7109135380122777 absolute error 7.771561172376096e-16 relative error 1.093179515768609e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7810000000000006 y2[1] (analytic) 0.703989980980257 y2[1] (numeric) 0.7039899809802566 absolute error 4.440892098500626e-16 relative error 6.308175142374887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7102099032535504 y1[1] (numeric) 0.7102099032535512 absolute error 7.771561172376096e-16 relative error 1.0942625745957233e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7820000000000006 y2[1] (analytic) 0.704699838770181 y2[1] (numeric) 0.7046998387701806 absolute error 4.440892098500626e-16 relative error 6.301820795433592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7095055582849797 y1[1] (numeric) 0.7095055582849805 absolute error 7.771561172376096e-16 relative error 1.0953488780498846e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7830000000000006 y2[1] (analytic) 0.7054089918603251 y2[1] (numeric) 0.7054089918603247 absolute error 4.440892098500626e-16 relative error 6.295485526473055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.70880050381091 y1[1] (numeric) 0.7088005038109108 absolute error 7.771561172376096e-16 relative error 1.096438437979631e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7840000000000006 y2[1] (analytic) 0.706117439541536 y2[1] (numeric) 0.7061174395415356 absolute error 4.440892098500626e-16 relative error 6.289169265361841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7080947405363954 y1[1] (numeric) 0.7080947405363962 absolute error 7.771561172376096e-16 relative error 1.0975312662948165e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7850000000000006 y2[1] (analytic) 0.7068251811053663 y2[1] (numeric) 0.7068251811053659 absolute error 4.440892098500626e-16 relative error 6.28287194233198e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7073882691671993 y1[1] (numeric) 0.7073882691672001 absolute error 7.771561172376096e-16 relative error 1.0986273749669996e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7860000000000006 y2[1] (analytic) 0.7075322158440744 y2[1] (numeric) 0.7075322158440739 absolute error 5.551115123125783e-16 relative error 7.845741859970845e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7066810904097931 y1[1] (numeric) 0.7066810904097938 absolute error 6.661338147750939e-16 relative error 9.426229508827151e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7870000000000006 y2[1] (analytic) 0.7082385430506256 y2[1] (numeric) 0.7082385430506251 absolute error 5.551115123125783e-16 relative error 7.837917291560032e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7059732049713553 y1[1] (numeric) 0.705973204971356 absolute error 6.661338147750939e-16 relative error 9.435681270681119e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7880000000000006 y2[1] (analytic) 0.7089441620186927 y2[1] (numeric) 0.7089441620186921 absolute error 5.551115123125783e-16 relative error 7.830116136818426e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7052646135597713 y1[1] (numeric) 0.705264613559772 absolute error 6.661338147750939e-16 relative error 9.445161460927869e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7890000000000006 y2[1] (analytic) 0.7096490720426569 y2[1] (numeric) 0.7096490720426564 absolute error 5.551115123125783e-16 relative error 7.822338310324889e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7045553168836326 y1[1] (numeric) 0.7045553168836333 absolute error 6.661338147750939e-16 relative error 9.454670184330117e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y2[1] (analytic) 0.7103532724176083 y2[1] (numeric) 0.7103532724176077 absolute error 5.551115123125783e-16 relative error 7.814583727098462e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7038453156522356 y1[1] (numeric) 0.7038453156522364 absolute error 7.771561172376096e-16 relative error 1.1041575470562572e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7910000000000006 y2[1] (analytic) 0.7110567624393463 y2[1] (numeric) 0.7110567624393458 absolute error 5.551115123125783e-16 relative error 7.806852302595598e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7031346105755818 y1[1] (numeric) 0.7031346105755825 absolute error 6.661338147750939e-16 relative error 9.473773652385008e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7920000000000006 y2[1] (analytic) 0.7117595414043812 y2[1] (numeric) 0.7117595414043807 absolute error 5.551115123125783e-16 relative error 7.799143952707415e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7024232023643759 y1[1] (numeric) 0.7024232023643766 absolute error 6.661338147750939e-16 relative error 9.483368609306599e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7930000000000006 y2[1] (analytic) 0.712461608609934 y2[1] (numeric) 0.7124616086099335 absolute error 5.551115123125783e-16 relative error 7.791458593756966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7017110917300262 y1[1] (numeric) 0.7017110917300269 absolute error 6.661338147750939e-16 relative error 9.492992523928635e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7940000000000006 y2[1] (analytic) 0.7131629633539376 y2[1] (numeric) 0.713162963353937 absolute error 5.551115123125783e-16 relative error 7.783796142496542e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7009982793846432 y1[1] (numeric) 0.7009982793846439 absolute error 6.661338147750939e-16 relative error 9.502645503778492e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7950000000000006 y2[1] (analytic) 0.7138636049350372 y2[1] (numeric) 0.7138636049350366 absolute error 5.551115123125783e-16 relative error 7.776156516104983e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.7002847660410393 y1[1] (numeric) 0.70028476604104 absolute error 6.661338147750939e-16 relative error 9.512327656947146e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7960000000000006 y2[1] (analytic) 0.7145635326525914 y2[1] (numeric) 0.7145635326525909 absolute error 5.551115123125783e-16 relative error 7.768539632185008e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6995705524127277 y1[1] (numeric) 0.6995705524127284 absolute error 6.661338147750939e-16 relative error 9.522039092092787e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7970000000000006 y2[1] (analytic) 0.7152627458066725 y2[1] (numeric) 0.7152627458066719 absolute error 5.551115123125783e-16 relative error 7.760945408760583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6988556392139219 y1[1] (numeric) 0.6988556392139227 absolute error 7.771561172376096e-16 relative error 1.1120409904851889e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7980000000000006 y2[1] (analytic) 0.7159612436980674 y2[1] (numeric) 0.7159612436980668 absolute error 5.551115123125783e-16 relative error 7.753373764274284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6981400271595353 y1[1] (numeric) 0.6981400271595359 absolute error 6.661338147750939e-16 relative error 9.54155024580581e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.7990000000000006 y2[1] (analytic) 0.7166590256282782 y2[1] (numeric) 0.7166590256282777 absolute error 5.551115123125783e-16 relative error 7.745824617584701e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6974237169651796 y1[1] (numeric) 0.6974237169651802 absolute error 6.661338147750939e-16 relative error 9.551350184558637e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y2[1] (analytic) 0.7173560908995231 y2[1] (numeric) 0.7173560908995226 absolute error 5.551115123125783e-16 relative error 7.738297887963849e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6967067093471649 y1[1] (numeric) 0.6967067093471657 absolute error 7.771561172376096e-16 relative error 1.1154709819944582e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8010000000000006 y2[1] (analytic) 0.718052438814737 y2[1] (numeric) 0.7180524388147363 absolute error 6.661338147750939e-16 relative error 9.276952194113521e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6959890050224992 y1[1] (numeric) 0.6959890050224999 absolute error 7.771561172376096e-16 relative error 1.1166212564126448e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8020000000000006 y2[1] (analytic) 0.7187480686775719 y2[1] (numeric) 0.7187480686775712 absolute error 6.661338147750939e-16 relative error 9.267973630881775e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6952706047088864 y1[1] (numeric) 0.6952706047088871 absolute error 7.771561172376096e-16 relative error 1.1177750245359635e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8030000000000006 y2[1] (analytic) 0.7194429797923979 y2[1] (numeric) 0.7194429797923974 absolute error 5.551115123125783e-16 relative error 7.715851400381459e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6945515091247267 y1[1] (numeric) 0.6945515091247275 absolute error 7.771561172376096e-16 relative error 1.1189322995165342e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8040000000000006 y2[1] (analytic) 0.7201371714643041 y2[1] (numeric) 0.7201371714643036 absolute error 5.551115123125783e-16 relative error 7.708413539934789e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6938317189891159 y1[1] (numeric) 0.6938317189891167 absolute error 7.771561172376096e-16 relative error 1.1200930945761516e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8050000000000006 y2[1] (analytic) 0.7208306429990989 y2[1] (numeric) 0.7208306429990984 absolute error 5.551115123125783e-16 relative error 7.700997699029176e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6931112350218438 y1[1] (numeric) 0.6931112350218447 absolute error 8.881784197001252e-16 relative error 1.2814370548648427e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8060000000000006 y2[1] (analytic) 0.7215233937033108 y2[1] (numeric) 0.7215233937033102 absolute error 5.551115123125783e-16 relative error 7.693603799363978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6923900579433945 y1[1] (numeric) 0.6923900579433954 absolute error 8.881784197001252e-16 relative error 1.282771769338053e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8070000000000006 y2[1] (analytic) 0.722215422884189 y2[1] (numeric) 0.7222154228841885 absolute error 5.551115123125783e-16 relative error 7.686231763034411e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6916681884749449 y1[1] (numeric) 0.6916681884749458 absolute error 8.881784197001252e-16 relative error 1.284110552573575e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8080000000000006 y2[1] (analytic) 0.7229067298497046 y2[1] (numeric) 0.722906729849704 absolute error 5.551115123125783e-16 relative error 7.678881512529124e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6909456273383646 y1[1] (numeric) 0.6909456273383654 absolute error 7.771561172376096e-16 relative error 1.1247717425050389e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8090000000000006 y2[1] (analytic) 0.7235973139085505 y2[1] (numeric) 0.72359731390855 absolute error 5.551115123125783e-16 relative error 7.67155297072778e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6902223752562144 y1[1] (numeric) 0.6902223752562152 absolute error 7.771561172376096e-16 relative error 1.1259503387573097e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y2[1] (analytic) 0.7242871743701429 y2[1] (numeric) 0.7242871743701423 absolute error 5.551115123125783e-16 relative error 7.664246060898652e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6894984329517466 y1[1] (numeric) 0.6894984329517474 absolute error 7.771561172376096e-16 relative error 1.1271325359081673e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8110000000000006 y2[1] (analytic) 0.7249763105446213 y2[1] (numeric) 0.7249763105446206 absolute error 6.661338147750939e-16 relative error 9.188352848035499e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6887738011489032 y1[1] (numeric) 0.6887738011489041 absolute error 8.881784197001252e-16 relative error 1.2895066830628675e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8120000000000006 y2[1] (analytic) 0.7256647217428495 y2[1] (numeric) 0.7256647217428488 absolute error 6.661338147750939e-16 relative error 9.179636198590742e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.688048480572316 y1[1] (numeric) 0.6880484805723169 absolute error 8.881784197001252e-16 relative error 1.2908660432784356e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8130000000000006 y2[1] (analytic) 0.7263524072764164 y2[1] (numeric) 0.7263524072764157 absolute error 6.661338147750939e-16 relative error 9.170945234047996e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6873224719473058 y1[1] (numeric) 0.6873224719473066 absolute error 7.771561172376096e-16 relative error 1.1307008703437111e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8140000000000006 y2[1] (analytic) 0.7270393664576367 y2[1] (numeric) 0.7270393664576359 absolute error 7.771561172376096e-16 relative error 1.0689326508193874e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6865957759998808 y1[1] (numeric) 0.6865957759998815 absolute error 7.771561172376096e-16 relative error 1.1318976090492939e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8150000000000006 y2[1] (analytic) 0.727725598599551 y2[1] (numeric) 0.7277255985995502 absolute error 7.771561172376096e-16 relative error 1.0679246665682555e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6858683934567369 y1[1] (numeric) 0.6858683934567378 absolute error 8.881784197001252e-16 relative error 1.294969163433465e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8160000000000006 y2[1] (analytic) 0.7284111030159273 y2[1] (numeric) 0.7284111030159266 absolute error 6.661338147750939e-16 relative error 9.14502554967958e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.6851403250452568 y1[1] (numeric) 0.6851403250452577 absolute error 8.881784197001252e-16 relative error 1.2963452700604898e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8170000000000006 y2[1] (analytic) 0.7290958790212614 y2[1] (numeric) 0.7290958790212606 absolute error 7.771561172376096e-16 relative error 1.0659175831316785e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6844115714935087 y1[1] (numeric) 0.6844115714935096 absolute error 8.881784197001252e-16 relative error 1.297725603560385e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8180000000000006 y2[1] (analytic) 0.7297799259307771 y2[1] (numeric) 0.7297799259307763 absolute error 7.771561172376096e-16 relative error 1.0649184632564507e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6836821335302462 y1[1] (numeric) 0.6836821335302471 absolute error 8.881784197001252e-16 relative error 1.2991101802148118e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8190000000000006 y2[1] (analytic) 0.7304632430604279 y2[1] (numeric) 0.730463243060427 absolute error 8.881784197001252e-16 relative error 1.215911174365074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6829520118849072 y1[1] (numeric) 0.6829520118849081 absolute error 8.881784197001252e-16 relative error 1.300499016393268e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y2[1] (analytic) 0.7311458297268963 y2[1] (numeric) 0.7311458297268955 absolute error 8.881784197001252e-16 relative error 1.2147760181192376e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6822212072876132 y1[1] (numeric) 0.682221207287614 absolute error 8.881784197001252e-16 relative error 1.30189212855367e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8210000000000006 y2[1] (analytic) 0.731827685247596 y2[1] (numeric) 0.7318276852475951 absolute error 8.881784197001252e-16 relative error 1.213644191937931e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6814897204691687 y1[1] (numeric) 0.6814897204691696 absolute error 8.881784197001252e-16 relative error 1.3032895332429412e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8220000000000006 y2[1] (analytic) 0.7325088089406714 y2[1] (numeric) 0.7325088089406705 absolute error 8.881784197001252e-16 relative error 1.2125156842612962e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6807575521610605 y1[1] (numeric) 0.6807575521610614 absolute error 8.881784197001252e-16 relative error 1.3046912470976025e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8230000000000006 y2[1] (analytic) 0.7331892001249989 y2[1] (numeric) 0.733189200124998 absolute error 8.881784197001252e-16 relative error 1.2113904835869142e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6800247030954568 y1[1] (numeric) 0.6800247030954578 absolute error 9.992007221626409e-16 relative error 1.4693594476999176e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8240000000000006 y2[1] (analytic) 0.7338688581201874 y2[1] (numeric) 0.7338688581201865 absolute error 8.881784197001252e-16 relative error 1.2102685784694603e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6792911740052069 y1[1] (numeric) 0.6792911740052078 absolute error 8.881784197001252e-16 relative error 1.3075076693007602e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8250000000000006 y2[1] (analytic) 0.734547782246579 y2[1] (numeric) 0.734547782246578 absolute error 9.992007221626409e-16 relative error 1.3602937022104044e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6785569656238394 y1[1] (numeric) 0.6785569656238404 absolute error 9.992007221626409e-16 relative error 1.4725377127976482e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8260000000000006 y2[1] (analytic) 0.7352259718252495 y2[1] (numeric) 0.7352259718252485 absolute error 9.992007221626409e-16 relative error 1.3590389355833768e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.677822078685563 y1[1] (numeric) 0.6778220786855639 absolute error 8.881784197001252e-16 relative error 1.3103415300700837e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8270000000000006 y2[1] (analytic) 0.7359034261780094 y2[1] (numeric) 0.7359034261780084 absolute error 9.992007221626409e-16 relative error 1.3577878382114529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6770865139252642 y1[1] (numeric) 0.6770865139252652 absolute error 9.992007221626409e-16 relative error 1.4757356727872017e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8280000000000006 y2[1] (analytic) 0.7365801446274045 y2[1] (numeric) 0.7365801446274035 absolute error 9.992007221626409e-16 relative error 1.3565403974717262e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6763502720785081 y1[1] (numeric) 0.676350272078509 absolute error 8.881784197001252e-16 relative error 1.3131929657847894e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8290000000000006 y2[1] (analytic) 0.7372561264967163 y2[1] (numeric) 0.7372561264967153 absolute error 9.992007221626409e-16 relative error 1.3552966008036167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6756133538815361 y1[1] (numeric) 0.6756133538815371 absolute error 9.992007221626409e-16 relative error 1.4789534819316842e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y2[1] (analytic) 0.7379313711099631 y2[1] (numeric) 0.7379313711099621 absolute error 9.992007221626409e-16 relative error 1.3540564357084972e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6748757600712666 y1[1] (numeric) 0.6748757600712676 absolute error 9.992007221626409e-16 relative error 1.4805698786056944e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8310000000000006 y2[1] (analytic) 0.7386058777919003 y2[1] (numeric) 0.7386058777918992 absolute error 1.1102230246251565e-15 relative error 1.5031332108325817e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6741374913852933 y1[1] (numeric) 0.6741374913852942 absolute error 8.881784197001252e-16 relative error 1.3175033743858342e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8320000000000006 y2[1] (analytic) 0.7392796458680212 y2[1] (numeric) 0.7392796458680202 absolute error 9.992007221626409e-16 relative error 1.351586950550268e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6733985485618847 y1[1] (numeric) 0.6733985485618856 absolute error 8.881784197001252e-16 relative error 1.3189491150477322e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8330000000000006 y2[1] (analytic) 0.7399526746645579 y2[1] (numeric) 0.7399526746645568 absolute error 1.1102230246251565e-15 relative error 1.5003973397737266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6726589323399839 y1[1] (numeric) 0.6726589323399846 absolute error 7.771561172376096e-16 relative error 1.1553494347188858e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8340000000000006 y2[1] (analytic) 0.7406249635084816 y2[1] (numeric) 0.7406249635084805 absolute error 1.1102230246251565e-15 relative error 1.4990353813701045e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6719186434592066 y1[1] (numeric) 0.6719186434592074 absolute error 7.771561172376096e-16 relative error 1.15662234528367e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8350000000000006 y2[1] (analytic) 0.7412965117275034 y2[1] (numeric) 0.7412965117275023 absolute error 1.1102230246251565e-15 relative error 1.4976773896290348e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6711776826598418 y1[1] (numeric) 0.6711776826598427 absolute error 8.881784197001252e-16 relative error 1.3233133976986854e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8360000000000006 y2[1] (analytic) 0.7419673186500754 y2[1] (numeric) 0.7419673186500743 absolute error 1.1102230246251565e-15 relative error 1.496323351067646e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6704360506828504 y1[1] (numeric) 0.6704360506828512 absolute error 7.771561172376096e-16 relative error 1.1591800835382628e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8370000000000006 y2[1] (analytic) 0.7426373836053904 y2[1] (numeric) 0.7426373836053893 absolute error 1.1102230246251565e-15 relative error 1.4949732522690875e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.669693748269864 y1[1] (numeric) 0.6696937482698649 absolute error 8.881784197001252e-16 relative error 1.326245648842789e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8380000000000006 y2[1] (analytic) 0.7433067059233839 y2[1] (numeric) 0.7433067059233828 absolute error 1.1102230246251565e-15 relative error 1.4936270798821401e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6689507761631853 y1[1] (numeric) 0.6689507761631862 absolute error 8.881784197001252e-16 relative error 1.3277186473933636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8390000000000006 y2[1] (analytic) 0.7439752849347333 y2[1] (numeric) 0.7439752849347322 absolute error 1.1102230246251565e-15 relative error 1.4922848206208262e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6682071351057862 y1[1] (numeric) 0.6682071351057871 absolute error 8.881784197001252e-16 relative error 1.329196252236239e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y2[1] (analytic) 0.7446431199708597 y2[1] (numeric) 0.7446431199708586 absolute error 1.1102230246251565e-15 relative error 1.4909464612640256e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6674628258413077 y1[1] (numeric) 0.6674628258413086 absolute error 8.881784197001252e-16 relative error 1.3306784817276007e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8410000000000006 y2[1] (analytic) 0.7453102103639283 y2[1] (numeric) 0.7453102103639272 absolute error 1.1102230246251565e-15 relative error 1.4896119886550923e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6667178491140588 y1[1] (numeric) 0.6667178491140597 absolute error 8.881784197001252e-16 relative error 1.3321653543254396e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8420000000000006 y2[1] (analytic) 0.7459765554468486 y2[1] (numeric) 0.7459765554468475 absolute error 1.1102230246251565e-15 relative error 1.4882813897014768e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6659722056690165 y1[1] (numeric) 0.6659722056690174 absolute error 8.881784197001252e-16 relative error 1.333656888590248e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8430000000000006 y2[1] (analytic) 0.7466421545532756 y2[1] (numeric) 0.7466421545532745 absolute error 1.1102230246251565e-15 relative error 1.486954651374346e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.665225896251824 y1[1] (numeric) 0.6652258962518248 absolute error 7.771561172376096e-16 relative error 1.1682589652875057e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8440000000000006 y2[1] (analytic) 0.7473070070176103 y2[1] (numeric) 0.7473070070176092 absolute error 1.1102230246251565e-15 relative error 1.485631760708212e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6644789216087906 y1[1] (numeric) 0.6644789216087915 absolute error 8.881784197001252e-16 relative error 1.3366540168794653e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8450000000000006 y2[1] (analytic) 0.7479711121750002 y2[1] (numeric) 0.7479711121749991 absolute error 1.1102230246251565e-15 relative error 1.4843127048005585e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6637312824868911 y1[1] (numeric) 0.663731282486892 absolute error 8.881784197001252e-16 relative error 1.3381596485437117e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8460000000000006 y2[1] (analytic) 0.7486344693613404 y2[1] (numeric) 0.7486344693613393 absolute error 1.1102230246251565e-15 relative error 1.4829974708114724e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6629829796337644 y1[1] (numeric) 0.6629829796337652 absolute error 7.771561172376096e-16 relative error 1.1722112650115318e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8470000000000006 y2[1] (analytic) 0.7492970779132735 y2[1] (numeric) 0.7492970779132724 absolute error 1.1102230246251565e-15 relative error 1.4816860459632781e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6622340137977132 y1[1] (numeric) 0.6622340137977141 absolute error 8.881784197001252e-16 relative error 1.3411851418000848e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8480000000000006 y2[1] (analytic) 0.7499589371681911 y2[1] (numeric) 0.7499589371681901 absolute error 9.992007221626409e-16 relative error 1.3323405757861554e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6614843857277035 y1[1] (numeric) 0.6614843857277043 absolute error 7.771561172376096e-16 relative error 1.1748669114580155e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8490000000000006 y2[1] (analytic) 0.7506200464642341 y2[1] (numeric) 0.7506200464642331 absolute error 9.992007221626409e-16 relative error 1.3311671155990786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6607340961733631 y1[1] (numeric) 0.660734096173364 absolute error 8.881784197001252e-16 relative error 1.344229736052679e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y2[1] (analytic) 0.7512804051402932 y2[1] (numeric) 0.7512804051402922 absolute error 9.992007221626409e-16 relative error 1.3299970494718965e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6599831458849816 y1[1] (numeric) 0.6599831458849825 absolute error 8.881784197001252e-16 relative error 1.34575924436548e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8510000000000006 y2[1] (analytic) 0.7519400125360096 y2[1] (numeric) 0.7519400125360087 absolute error 8.881784197001252e-16 relative error 1.1811825476671136e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6592315356135093 y1[1] (numeric) 0.6592315356135102 absolute error 8.881784197001252e-16 relative error 1.3472935861200086e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8520000000000006 y2[1] (analytic) 0.7525988679917763 y2[1] (numeric) 0.7525988679917753 absolute error 9.992007221626409e-16 relative error 1.3276670543351908e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6584792661105563 y1[1] (numeric) 0.6584792661105572 absolute error 8.881784197001252e-16 relative error 1.3488327809413565e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8530000000000006 y2[1] (analytic) 0.7532569708487377 y2[1] (numeric) 0.7532569708487367 absolute error 9.992007221626409e-16 relative error 1.3265071029303379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6577263381283921 y1[1] (numeric) 0.6577263381283929 absolute error 7.771561172376096e-16 relative error 1.1815797424945208e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8540000000000006 y2[1] (analytic) 0.753914320448791 y2[1] (numeric) 0.7539143204487899 absolute error 1.1102230246251565e-15 relative error 1.4726116675489884e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6569727524199445 y1[1] (numeric) 0.6569727524199453 absolute error 8.881784197001252e-16 relative error 1.3519258088384028e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8550000000000006 y2[1] (analytic) 0.7545709161345867 y2[1] (numeric) 0.7545709161345856 absolute error 1.1102230246251565e-15 relative error 1.471330263181168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6562185097387992 y1[1] (numeric) 0.6562185097388001 absolute error 8.881784197001252e-16 relative error 1.3534796817201258e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8560000000000006 y2[1] (analytic) 0.7552267572495291 y2[1] (numeric) 0.755226757249528 absolute error 1.1102230246251565e-15 relative error 1.4700525556966402e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6554636108391989 y1[1] (numeric) 0.6554636108391998 absolute error 8.881784197001252e-16 relative error 1.355038487282274e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8570000000000007 y2[1] (analytic) 0.7558818431377772 y2[1] (numeric) 0.7558818431377762 absolute error 9.992007221626409e-16 relative error 1.3219006796284604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6547080564760425 y1[1] (numeric) 0.6547080564760432 absolute error 7.771561172376096e-16 relative error 1.1870269649966463e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8580000000000007 y2[1] (analytic) 0.7565361731442451 y2[1] (numeric) 0.7565361731442442 absolute error 9.992007221626409e-16 relative error 1.320757364462635e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.653951847404884 y1[1] (numeric) 0.6539518474048848 absolute error 7.771561172376096e-16 relative error 1.1883996051416392e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8590000000000007 y2[1] (analytic) 0.757189746614603 y2[1] (numeric) 0.757189746614602 absolute error 9.992007221626409e-16 relative error 1.3196173437768664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6531949843819327 y1[1] (numeric) 0.6531949843819335 absolute error 7.771561172376096e-16 relative error 1.189776614670383e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y2[1] (analytic) 0.7578425628952774 y2[1] (numeric) 0.7578425628952764 absolute error 9.992007221626409e-16 relative error 1.3184806067704535e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6524374681640513 y1[1] (numeric) 0.6524374681640521 absolute error 7.771561172376096e-16 relative error 1.1911580115478569e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8610000000000007 y2[1] (analytic) 0.758494621333452 y2[1] (numeric) 0.758494621333451 absolute error 9.992007221626409e-16 relative error 1.3173471426943301e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6516792995087562 y1[1] (numeric) 0.651679299508757 absolute error 7.771561172376096e-16 relative error 1.1925438138413162e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8620000000000007 y2[1] (analytic) 0.7591459212770685 y2[1] (numeric) 0.7591459212770675 absolute error 9.992007221626409e-16 relative error 1.3162169408507678e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.650920479174216 y1[1] (numeric) 0.6509204791742167 absolute error 6.661338147750939e-16 relative error 1.023372034046583e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8630000000000007 y2[1] (analytic) 0.759796462074827 y2[1] (numeric) 0.759796462074826 absolute error 9.992007221626409e-16 relative error 1.3150899905930815e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6501610079192508 y1[1] (numeric) 0.6501610079192515 absolute error 6.661338147750939e-16 relative error 1.0245674635379348e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8640000000000007 y2[1] (analytic) 0.7604462430761867 y2[1] (numeric) 0.7604462430761857 absolute error 9.992007221626409e-16 relative error 1.3139662813253378e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6494008865033318 y1[1] (numeric) 0.6494008865033325 absolute error 6.661338147750939e-16 relative error 1.02576671609098e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8650000000000007 y2[1] (analytic) 0.7610952636313667 y2[1] (numeric) 0.7610952636313657 absolute error 9.992007221626409e-16 relative error 1.3128458025020631e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6486401156865804 y1[1] (numeric) 0.6486401156865812 absolute error 7.771561172376096e-16 relative error 1.1981314421402938e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8660000000000007 y2[1] (analytic) 0.7617435230913465 y2[1] (numeric) 0.7617435230913455 absolute error 9.992007221626409e-16 relative error 1.3117285436279568e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6478786962297675 y1[1] (numeric) 0.6478786962297682 absolute error 7.771561172376096e-16 relative error 1.1995395461529335e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8670000000000007 y2[1] (analytic) 0.7623910208078667 y2[1] (numeric) 0.7623910208078657 absolute error 9.992007221626409e-16 relative error 1.3106144942576043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6471166288943122 y1[1] (numeric) 0.647116628894313 absolute error 7.771561172376096e-16 relative error 1.2009521661736428e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8680000000000007 y2[1] (analytic) 0.7630377561334296 y2[1] (numeric) 0.7630377561334286 absolute error 9.992007221626409e-16 relative error 1.3095036439951922e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6463539144422821 y1[1] (numeric) 0.6463539144422829 absolute error 7.771561172376096e-16 relative error 1.2023693210061124e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8690000000000007 y2[1] (analytic) 0.7636837284213 y2[1] (numeric) 0.763683728421299 absolute error 9.992007221626409e-16 relative error 1.3083959824942266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6455905536363913 y1[1] (numeric) 0.6455905536363921 absolute error 7.771561172376096e-16 relative error 1.2037910295622426e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y2[1] (analytic) 0.7643289370255055 y2[1] (numeric) 0.7643289370255045 absolute error 9.992007221626409e-16 relative error 1.3072914994572524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6448265472400007 y1[1] (numeric) 0.6448265472400014 absolute error 7.771561172376096e-16 relative error 1.2052173108629113e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8710000000000007 y2[1] (analytic) 0.7649733813008378 y2[1] (numeric) 0.7649733813008368 absolute error 9.992007221626409e-16 relative error 1.3061901846355743e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6440618960171166 y1[1] (numeric) 0.6440618960171173 absolute error 6.661338147750939e-16 relative error 1.0342698720332164e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8720000000000007 y2[1] (analytic) 0.7656170606028525 y2[1] (numeric) 0.7656170606028515 absolute error 9.992007221626409e-16 relative error 1.3050920278289815e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6432966007323901 y1[1] (numeric) 0.6432966007323908 absolute error 6.661338147750939e-16 relative error 1.0355002871408052e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8730000000000007 y2[1] (analytic) 0.7662599742878703 y2[1] (numeric) 0.7662599742878694 absolute error 8.881784197001252e-16 relative error 1.1591084612315302e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6425306621511165 y1[1] (numeric) 0.6425306621511172 absolute error 6.661338147750939e-16 relative error 1.0367346712216921e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8740000000000007 y2[1] (analytic) 0.7669021217129778 y2[1] (numeric) 0.7669021217129769 absolute error 8.881784197001252e-16 relative error 1.1581379090675363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6417640810392343 y1[1] (numeric) 0.641764081039235 absolute error 6.661338147750939e-16 relative error 1.0379730409598442e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8750000000000007 y2[1] (analytic) 0.7675435022360275 y2[1] (numeric) 0.7675435022360265 absolute error 9.992007221626409e-16 relative error 1.3018164042191011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6409968581633246 y1[1] (numeric) 0.6409968581633253 absolute error 6.661338147750939e-16 relative error 1.0392154131360257e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8760000000000007 y2[1] (analytic) 0.7681841152156389 y2[1] (numeric) 0.7681841152156379 absolute error 9.992007221626409e-16 relative error 1.3007307784308358e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6402289942906101 y1[1] (numeric) 0.6402289942906109 absolute error 7.771561172376096e-16 relative error 1.2138721053999095e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8770000000000007 y2[1] (analytic) 0.768823960011199 y2[1] (numeric) 0.7688239600111981 absolute error 8.881784197001252e-16 relative error 1.1552428981104956e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6394604901889547 y1[1] (numeric) 0.6394604901889555 absolute error 7.771561172376096e-16 relative error 1.2153309378159816e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8780000000000007 y2[1] (analytic) 0.7694630359828633 y2[1] (numeric) 0.7694630359828624 absolute error 8.881784197001252e-16 relative error 1.1542834134528925e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6386913466268623 y1[1] (numeric) 0.6386913466268631 absolute error 7.771561172376096e-16 relative error 1.2167944991614883e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8790000000000007 y2[1] (analytic) 0.7701013424915557 y2[1] (numeric) 0.7701013424915547 absolute error 9.992007221626409e-16 relative error 1.2974925078430146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6379215643734767 y1[1] (numeric) 0.6379215643734774 absolute error 6.661338147750939e-16 relative error 1.0442252652633328e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y2[1] (analytic) 0.7707388788989697 y2[1] (numeric) 0.7707388788989687 absolute error 9.992007221626409e-16 relative error 1.2964192536777666e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6371511441985797 y1[1] (numeric) 0.6371511441985804 absolute error 7.771561172376096e-16 relative error 1.219735888907695e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8810000000000007 y2[1] (analytic) 0.7713756445675691 y2[1] (numeric) 0.7713756445675681 absolute error 9.992007221626409e-16 relative error 1.295349067862766e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6363800868725916 y1[1] (numeric) 0.6363800868725924 absolute error 7.771561172376096e-16 relative error 1.2212137577353242e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8820000000000007 y2[1] (analytic) 0.7720116388605882 y2[1] (numeric) 0.7720116388605872 absolute error 9.992007221626409e-16 relative error 1.294281940667839e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6356083931665698 y1[1] (numeric) 0.6356083931665705 absolute error 6.661338147750939e-16 relative error 1.0480255168696687e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8830000000000007 y2[1] (analytic) 0.7726468611420328 y2[1] (numeric) 0.7726468611420317 absolute error 1.1102230246251565e-15 relative error 1.4369087360093064e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6348360638522077 y1[1] (numeric) 0.6348360638522084 absolute error 6.661338147750939e-16 relative error 1.0493005245054453e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8840000000000007 y2[1] (analytic) 0.7732813107766806 y2[1] (numeric) 0.7732813107766796 absolute error 9.992007221626409e-16 relative error 1.2921568234450769e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6340630997018346 y1[1] (numeric) 0.6340630997018353 absolute error 6.661338147750939e-16 relative error 1.0505796900787011e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8850000000000007 y2[1] (analytic) 0.7739149871300821 y2[1] (numeric) 0.7739149871300811 absolute error 9.992007221626409e-16 relative error 1.291098814183698e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6332895014884147 y1[1] (numeric) 0.6332895014884153 absolute error 6.661338147750939e-16 relative error 1.051863031377412e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8860000000000007 y2[1] (analytic) 0.7745478895685609 y2[1] (numeric) 0.7745478895685599 absolute error 9.992007221626409e-16 relative error 1.2900438250748011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6325152699855461 y1[1] (numeric) 0.6325152699855467 absolute error 6.661338147750939e-16 relative error 1.053150566294338e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8870000000000007 y2[1] (analytic) 0.7751800174592148 y2[1] (numeric) 0.7751800174592137 absolute error 1.1102230246251565e-15 relative error 1.4322131629038923e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6317404059674602 y1[1] (numeric) 0.6317404059674608 absolute error 6.661338147750939e-16 relative error 1.0544423128277872e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8880000000000007 y2[1] (analytic) 0.7758113701699157 y2[1] (numeric) 0.7758113701699146 absolute error 1.1102230246251565e-15 relative error 1.4310476325991447e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.630964910209021 y1[1] (numeric) 0.6309649102090217 absolute error 6.661338147750939e-16 relative error 1.0557382890823872e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8890000000000007 y2[1] (analytic) 0.7764419470693112 y2[1] (numeric) 0.7764419470693101 absolute error 1.1102230246251565e-15 relative error 1.4298854264838545e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6301887834857242 y1[1] (numeric) 0.6301887834857248 absolute error 6.661338147750939e-16 relative error 1.0570385132698638e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y2[1] (analytic) 0.7770717475268243 y2[1] (numeric) 0.7770717475268232 absolute error 1.1102230246251565e-15 relative error 1.4287265341439168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6294120265736963 y1[1] (numeric) 0.629412026573697 absolute error 6.661338147750939e-16 relative error 1.058343003709825e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8910000000000007 y2[1] (analytic) 0.7777007709126547 y2[1] (numeric) 0.7777007709126534 absolute error 1.2212453270876722e-15 relative error 1.5703280397350062e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6286346402496944 y1[1] (numeric) 0.6286346402496951 absolute error 6.661338147750939e-16 relative error 1.0596517788305538e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8920000000000007 y2[1] (analytic) 0.7783290165977789 y2[1] (numeric) 0.7783290165977776 absolute error 1.2212453270876722e-15 relative error 1.5690605143130383e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6278566252911046 y1[1] (numeric) 0.6278566252911053 absolute error 6.661338147750939e-16 relative error 1.0609648571698071e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8930000000000007 y2[1] (analytic) 0.7789564839539513 y2[1] (numeric) 0.7789564839539501 absolute error 1.2212453270876722e-15 relative error 1.5677965999957798e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6270779824759418 y1[1] (numeric) 0.6270779824759426 absolute error 7.771561172376096e-16 relative error 1.2393293002715585e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8940000000000007 y2[1] (analytic) 0.7795831723537047 y2[1] (numeric) 0.7795831723537036 absolute error 1.1102230246251565e-15 relative error 1.4241238959445333e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6262987125828489 y1[1] (numeric) 0.6262987125828496 absolute error 7.771561172376096e-16 relative error 1.2408713312416475e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8950000000000007 y2[1] (analytic) 0.7802090811703507 y2[1] (numeric) 0.7802090811703496 absolute error 1.1102230246251565e-15 relative error 1.4229814179550042e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6255188163910955 y1[1] (numeric) 0.6255188163910963 absolute error 7.771561172376096e-16 relative error 1.2424184482912586e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8960000000000007 y2[1] (analytic) 0.7808342097779807 y2[1] (numeric) 0.7808342097779795 absolute error 1.2212453270876722e-15 relative error 1.5640264114899835e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6247382946805778 y1[1] (numeric) 0.6247382946805786 absolute error 7.771561172376096e-16 relative error 1.2439706735681401e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8970000000000007 y2[1] (analytic) 0.7814585575514659 y2[1] (numeric) 0.7814585575514646 absolute error 1.2212453270876722e-15 relative error 1.5627768296685937e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6239571482318176 y1[1] (numeric) 0.6239571482318184 absolute error 7.771561172376096e-16 relative error 1.245528029352545e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8980000000000007 y2[1] (analytic) 0.7820821238664586 y2[1] (numeric) 0.7820821238664574 absolute error 1.2212453270876722e-15 relative error 1.5615308032487407e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6231753778259611 y1[1] (numeric) 0.6231753778259619 absolute error 7.771561172376096e-16 relative error 1.2470905380582156e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.8990000000000007 y2[1] (analytic) 0.7827049080993926 y2[1] (numeric) 0.7827049080993914 absolute error 1.2212453270876722e-15 relative error 1.5602883212437848e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6223929842447787 y1[1] (numeric) 0.6223929842447795 absolute error 7.771561172376096e-16 relative error 1.2486582222333736e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y2[1] (analytic) 0.7833269096274839 y2[1] (numeric) 0.7833269096274826 absolute error 1.2212453270876722e-15 relative error 1.5590493727177625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.621609968270664 y1[1] (numeric) 0.6216099682706647 absolute error 7.771561172376096e-16 relative error 1.2502311045617228e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9010000000000007 y2[1] (analytic) 0.7839481278287307 y2[1] (numeric) 0.7839481278287295 absolute error 1.2212453270876722e-15 relative error 1.557813946785109e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6208263306866326 y1[1] (numeric) 0.6208263306866335 absolute error 8.881784197001252e-16 relative error 1.4306390947010927e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9020000000000007 y2[1] (analytic) 0.7845685620819149 y2[1] (numeric) 0.7845685620819138 absolute error 1.1102230246251565e-15 relative error 1.4150745751003477e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6200420722763225 y1[1] (numeric) 0.6200420722763234 absolute error 8.881784197001252e-16 relative error 1.432448634395744e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9030000000000007 y2[1] (analytic) 0.7851882117666026 y2[1] (numeric) 0.7851882117666015 absolute error 1.1102230246251565e-15 relative error 1.4139578358254449e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6192571938239917 y1[1] (numeric) 0.6192571938239926 absolute error 8.881784197001252e-16 relative error 1.4342641935501966e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9040000000000007 y2[1] (analytic) 0.7858070762631439 y2[1] (numeric) 0.7858070762631427 absolute error 1.2212453270876722e-15 relative error 1.554128696441915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6184716961145187 y1[1] (numeric) 0.6184716961145196 absolute error 8.881784197001252e-16 relative error 1.4360857987196662e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9050000000000007 y2[1] (analytic) 0.7864251549526744 y2[1] (numeric) 0.7864251549526733 absolute error 1.1102230246251565e-15 relative error 1.4117338663867737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6176855799334011 y1[1] (numeric) 0.617685579933402 absolute error 8.881784197001252e-16 relative error 1.4379134766200768e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9060000000000007 y2[1] (analytic) 0.7870424472171156 y2[1] (numeric) 0.7870424472171144 absolute error 1.2212453270876722e-15 relative error 1.5516892785209287e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.616898846066755 y1[1] (numeric) 0.6168988460667559 absolute error 8.881784197001252e-16 relative error 1.439747254129269e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9070000000000007 y2[1] (analytic) 0.787658952439175 y2[1] (numeric) 0.7876589524391738 absolute error 1.2212453270876722e-15 relative error 1.5504747623394528e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6161114953013143 y1[1] (numeric) 0.6161114953013153 absolute error 9.992007221626409e-16 relative error 1.621785553074243e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9080000000000007 y2[1] (analytic) 0.7882746700023476 y2[1] (numeric) 0.7882746700023465 absolute error 1.1102230246251565e-15 relative error 1.408421539946032e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6153235284244296 y1[1] (numeric) 0.6153235284244306 absolute error 9.992007221626409e-16 relative error 1.6238623683400346e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9090000000000007 y2[1] (analytic) 0.7888895992909161 y2[1] (numeric) 0.7888895992909148 absolute error 1.2212453270876722e-15 relative error 1.5480560628323327e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6145349462240678 y1[1] (numeric) 0.6145349462240688 absolute error 9.992007221626409e-16 relative error 1.625946137485107e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y2[1] (analytic) 0.7895037396899508 y2[1] (numeric) 0.7895037396899497 absolute error 1.1102230246251565e-15 relative error 1.4062289623367163e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.613745749488811 y1[1] (numeric) 0.613745749488812 absolute error 9.992007221626409e-16 relative error 1.6280368914894732e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9110000000000007 y2[1] (analytic) 0.7901170905853118 y2[1] (numeric) 0.7901170905853105 absolute error 1.2212453270876722e-15 relative error 1.5456510707583661e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6129559390078558 y1[1] (numeric) 0.6129559390078568 absolute error 9.992007221626409e-16 relative error 1.6301346615222776e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9120000000000007 y2[1] (analytic) 0.7907296513636479 y2[1] (numeric) 0.7907296513636467 absolute error 1.2212453270876722e-15 relative error 1.544453689047301e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6121655155710127 y1[1] (numeric) 0.6121655155710137 absolute error 9.992007221626409e-16 relative error 1.6322394789432256e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9130000000000007 y2[1] (analytic) 0.7913414214123986 y2[1] (numeric) 0.7913414214123974 absolute error 1.2212453270876722e-15 relative error 1.543259703135436e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6113744799687051 y1[1] (numeric) 0.6113744799687061 absolute error 9.992007221626409e-16 relative error 1.6343513753040326e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9140000000000007 y2[1] (analytic) 0.7919524001197938 y2[1] (numeric) 0.7919524001197926 absolute error 1.2212453270876722e-15 relative error 1.5420691027679718e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6105828329919684 y1[1] (numeric) 0.6105828329919694 absolute error 9.992007221626409e-16 relative error 1.6364703823498824e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9150000000000007 y2[1] (analytic) 0.7925625868748549 y2[1] (numeric) 0.7925625868748537 absolute error 1.2212453270876722e-15 relative error 1.5408818777368126e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6097905754324496 y1[1] (numeric) 0.6097905754324505 absolute error 8.881784197001252e-16 relative error 1.4565302506852444e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9160000000000007 y2[1] (analytic) 0.7931719810673953 y2[1] (numeric) 0.793171981067394 absolute error 1.3322676295501878e-15 relative error 1.679670564960345e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6089977080824062 y1[1] (numeric) 0.6089977080824072 absolute error 9.992007221626409e-16 relative error 1.6407298564536381e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9170000000000007 y2[1] (analytic) 0.7937805820880205 y2[1] (numeric) 0.7937805820880193 absolute error 1.2212453270876722e-15 relative error 1.5385175130830438e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6082042317347055 y1[1] (numeric) 0.6082042317347064 absolute error 8.881784197001252e-16 relative error 1.460329233762291e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9180000000000007 y2[1] (analytic) 0.7943883893281299 y2[1] (numeric) 0.7943883893281286 absolute error 1.3322676295501878e-15 relative error 1.6770985672096495e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6074101471828237 y1[1] (numeric) 0.6074101471828246 absolute error 8.881784197001252e-16 relative error 1.4622383636814573e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9190000000000007 y2[1] (analytic) 0.7949954021799162 y2[1] (numeric) 0.7949954021799148 absolute error 1.3322676295501878e-15 relative error 1.6758180310188525e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6066154552208453 y1[1] (numeric) 0.6066154552208463 absolute error 9.992007221626409e-16 relative error 1.647173202665716e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y2[1] (analytic) 0.7956016200363665 y2[1] (numeric) 0.7956016200363651 absolute error 1.3322676295501878e-15 relative error 1.6745411220873214e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6058201566434622 y1[1] (numeric) 0.6058201566434632 absolute error 9.992007221626409e-16 relative error 1.6493355514922084e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9210000000000007 y2[1] (analytic) 0.796207042291263 y2[1] (numeric) 0.7962070422912617 absolute error 1.3322676295501878e-15 relative error 1.6732678295789637e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6050242522459731 y1[1] (numeric) 0.605024252245974 absolute error 8.881784197001252e-16 relative error 1.4680046566778542e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9220000000000007 y2[1] (analytic) 0.7968116683391837 y2[1] (numeric) 0.7968116683391824 absolute error 1.3322676295501878e-15 relative error 1.6719981427067573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.604227742824282 y1[1] (numeric) 0.604227742824283 absolute error 9.992007221626409e-16 relative error 1.6536822978239557e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9230000000000007 y2[1] (analytic) 0.7974154975755023 y2[1] (numeric) 0.7974154975755011 absolute error 1.2212453270876722e-15 relative error 1.5315043798381158e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6034306291748986 y1[1] (numeric) 0.6034306291748995 absolute error 8.881784197001252e-16 relative error 1.4718815664272406e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9240000000000007 y2[1] (analytic) 0.79801852939639 y2[1] (numeric) 0.7980185293963887 absolute error 1.2212453270876722e-15 relative error 1.530347081052623e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6026329120949362 y1[1] (numeric) 0.6026329120949372 absolute error 9.992007221626409e-16 relative error 1.6580586657458084e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9250000000000007 y2[1] (analytic) 0.7986207631988146 y2[1] (numeric) 0.7986207631988134 absolute error 1.2212453270876722e-15 relative error 1.5291930580367923e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.601834592382112 y1[1] (numeric) 0.6018345923821129 absolute error 8.881784197001252e-16 relative error 1.475784926527138e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9260000000000007 y2[1] (analytic) 0.7992221983805426 y2[1] (numeric) 0.7992221983805414 absolute error 1.2212453270876722e-15 relative error 1.5280423010800644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6010356708347455 y1[1] (numeric) 0.6010356708347464 absolute error 8.881784197001252e-16 relative error 1.477746601073748e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9270000000000007 y2[1] (analytic) 0.7998228343401389 y2[1] (numeric) 0.7998228343401377 absolute error 1.2212453270876722e-15 relative error 1.52689480051568e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.6002361482517583 y1[1] (numeric) 0.6002361482517592 absolute error 8.881784197001252e-16 relative error 1.4797149793244286e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9280000000000007 y2[1] (analytic) 0.8004226704769675 y2[1] (numeric) 0.8004226704769662 absolute error 1.2212453270876722e-15 relative error 1.5257505467204455e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5994360254326728 y1[1] (numeric) 0.5994360254326737 absolute error 8.881784197001252e-16 relative error 1.4816900920478348e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9290000000000007 y2[1] (analytic) 0.8010217061911923 y2[1] (numeric) 0.8010217061911911 absolute error 1.2212453270876722e-15 relative error 1.5246095301145044e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5986353031776119 y1[1] (numeric) 0.5986353031776128 absolute error 8.881784197001252e-16 relative error 1.4836719702055516e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y2[1] (analytic) 0.8016199408837775 y2[1] (numeric) 0.8016199408837764 absolute error 1.1102230246251565e-15 relative error 1.3849743101464608e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5978339822872977 y1[1] (numeric) 0.5978339822872986 absolute error 8.881784197001252e-16 relative error 1.485660644953599e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9310000000000007 y2[1] (analytic) 0.8022173739564888 y2[1] (numeric) 0.8022173739564877 absolute error 1.1102230246251565e-15 relative error 1.383942882151258e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5970320635630509 y1[1] (numeric) 0.5970320635630518 absolute error 8.881784197001252e-16 relative error 1.4876561476439483e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9320000000000007 y2[1] (analytic) 0.802814004811893 y2[1] (numeric) 0.8028140048118919 absolute error 1.1102230246251565e-15 relative error 1.3829143711628355e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5962295478067905 y1[1] (numeric) 0.5962295478067913 absolute error 7.771561172376096e-16 relative error 1.3034511960977968e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9330000000000007 y2[1] (analytic) 0.8034098328533592 y2[1] (numeric) 0.8034098328533582 absolute error 9.992007221626409e-16 relative error 1.2436998917649767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5954264358210318 y1[1] (numeric) 0.5954264358210326 absolute error 7.771561172376096e-16 relative error 1.3052092928423495e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9340000000000007 y2[1] (analytic) 0.8040048574850596 y2[1] (numeric) 0.8040048574850586 absolute error 9.992007221626409e-16 relative error 1.2427794594278414e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.594622728408887 y1[1] (numeric) 0.5946227284088877 absolute error 7.771561172376096e-16 relative error 1.3069734473775533e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9350000000000007 y2[1] (analytic) 0.8045990781119695 y2[1] (numeric) 0.8045990781119684 absolute error 1.1102230246251565e-15 relative error 1.3798462548954795e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5938184263740633 y1[1] (numeric) 0.593818426374064 absolute error 6.661338147750939e-16 relative error 1.1217803038592087e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9360000000000007 y2[1] (analytic) 0.8051924941398683 y2[1] (numeric) 0.8051924941398672 absolute error 1.1102230246251565e-15 relative error 1.3788293267824503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5930135305208627 y1[1] (numeric) 0.5930135305208635 absolute error 7.771561172376096e-16 relative error 1.3105200425275434e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9370000000000007 y2[1] (analytic) 0.8057851049753401 y2[1] (numeric) 0.805785104975339 absolute error 1.1102230246251565e-15 relative error 1.377815273290679e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5922080416541811 y1[1] (numeric) 0.5922080416541818 absolute error 7.771561172376096e-16 relative error 1.3123025399432664e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9380000000000007 y2[1] (analytic) 0.8063769100257739 y2[1] (numeric) 0.8063769100257728 absolute error 1.1102230246251565e-15 relative error 1.3768040860565699e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5914019605795071 y1[1] (numeric) 0.5914019605795079 absolute error 7.771561172376096e-16 relative error 1.3140912087543376e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9390000000000007 y2[1] (analytic) 0.8069679086993651 y2[1] (numeric) 0.806967908699364 absolute error 1.1102230246251565e-15 relative error 1.3757957567539018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5905952881029218 y1[1] (numeric) 0.5905952881029226 absolute error 7.771561172376096e-16 relative error 1.315886077814722e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y2[1] (analytic) 0.8075581004051147 y2[1] (numeric) 0.8075581004051137 absolute error 9.992007221626409e-16 relative error 1.2373112493842708e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5897880250310976 y1[1] (numeric) 0.5897880250310984 absolute error 7.771561172376096e-16 relative error 1.3176871761623724e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9410000000000007 y2[1] (analytic) 0.8081474845528313 y2[1] (numeric) 0.8081474845528303 absolute error 9.992007221626409e-16 relative error 1.236408874941341e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5889801721712976 y1[1] (numeric) 0.5889801721712984 absolute error 7.771561172376096e-16 relative error 1.319494533020686e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9420000000000007 y2[1] (analytic) 0.8087360605531306 y2[1] (numeric) 0.8087360605531296 absolute error 9.992007221626409e-16 relative error 1.2355090503559875e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5881717303313745 y1[1] (numeric) 0.5881717303313753 absolute error 7.771561172376096e-16 relative error 1.3213081777999798e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9430000000000007 y2[1] (analytic) 0.8093238278174367 y2[1] (numeric) 0.8093238278174358 absolute error 8.881784197001252e-16 relative error 1.0974326829043715e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.58736270031977 y1[1] (numeric) 0.5873627003197708 absolute error 7.771561172376096e-16 relative error 1.3231281400989762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9440000000000007 y2[1] (analytic) 0.8099107857579826 y2[1] (numeric) 0.8099107857579816 absolute error 9.992007221626409e-16 relative error 1.2337170213476104e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5865530829455142 y1[1] (numeric) 0.586553082945515 absolute error 7.771561172376096e-16 relative error 1.3249544497063034e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9450000000000007 y2[1] (analytic) 0.8104969337878101 y2[1] (numeric) 0.8104969337878091 absolute error 9.992007221626409e-16 relative error 1.2328248023011448e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5857428790182243 y1[1] (numeric) 0.5857428790182251 absolute error 7.771561172376096e-16 relative error 1.3267871366020137e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9460000000000007 y2[1] (analytic) 0.8110822713207714 y2[1] (numeric) 0.8110822713207704 absolute error 9.992007221626409e-16 relative error 1.2319351038650324e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5849320893481041 y1[1] (numeric) 0.584932089348105 absolute error 8.881784197001252e-16 relative error 1.518429978238984e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9470000000000007 y2[1] (analytic) 0.811666797771529 y2[1] (numeric) 0.811666797771528 absolute error 9.992007221626409e-16 relative error 1.23104791880855e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5841207147459435 y1[1] (numeric) 0.5841207147459443 absolute error 7.771561172376096e-16 relative error 1.3304717631450968e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9480000000000007 y2[1] (analytic) 0.8122505125555564 y2[1] (numeric) 0.8122505125555554 absolute error 9.992007221626409e-16 relative error 1.2301632399330712e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5833087560231167 y1[1] (numeric) 0.5833087560231175 absolute error 7.771561172376096e-16 relative error 1.3323237637235308e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9490000000000007 y2[1] (analytic) 0.812833415089139 y2[1] (numeric) 0.8128334150891379 absolute error 1.1102230246251565e-15 relative error 1.3658678445243351e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5824962139915826 y1[1] (numeric) 0.5824962139915834 absolute error 7.771561172376096e-16 relative error 1.334182263455604e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y2[1] (analytic) 0.8134155047893742 y2[1] (numeric) 0.8134155047893731 absolute error 1.1102230246251565e-15 relative error 1.3648904134334614e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5816830894638829 y1[1] (numeric) 0.5816830894638837 absolute error 7.771561172376096e-16 relative error 1.3360472933017313e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9510000000000007 y2[1] (analytic) 0.8139967810741724 y2[1] (numeric) 0.8139967810741713 absolute error 1.1102230246251565e-15 relative error 1.363915743204876e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5808693832531423 y1[1] (numeric) 0.5808693832531431 absolute error 7.771561172376096e-16 relative error 1.3379188844231539e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9520000000000007 y2[1] (analytic) 0.8145772433622573 y2[1] (numeric) 0.8145772433622562 absolute error 1.1102230246251565e-15 relative error 1.3629438259809328e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5800550961730668 y1[1] (numeric) 0.5800550961730676 absolute error 7.771561172376096e-16 relative error 1.339797068183563e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9530000000000007 y2[1] (analytic) 0.8151568910731668 y2[1] (numeric) 0.8151568910731657 absolute error 1.1102230246251565e-15 relative error 1.3619746539387412e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5792402290379435 y1[1] (numeric) 0.5792402290379443 absolute error 7.771561172376096e-16 relative error 1.341681876150735e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9540000000000007 y2[1] (analytic) 0.8157357236272532 y2[1] (numeric) 0.815735723627252 absolute error 1.2212453270876722e-15 relative error 1.497109041218985e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5784247826626394 y1[1] (numeric) 0.5784247826626402 absolute error 7.771561172376096e-16 relative error 1.3435733400981856e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9550000000000007 y2[1] (analytic) 0.8163137404456838 y2[1] (numeric) 0.8163137404456827 absolute error 1.1102230246251565e-15 relative error 1.3600445142807552e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5776087578626009 y1[1] (numeric) 0.5776087578626017 absolute error 7.771561172376096e-16 relative error 1.345471492006837e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9560000000000007 y2[1] (analytic) 0.8168909409504421 y2[1] (numeric) 0.816890940950441 absolute error 1.1102230246251565e-15 relative error 1.3590835311913563e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5767921554538527 y1[1] (numeric) 0.5767921554538534 absolute error 7.771561172376096e-16 relative error 1.3473763640667048e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9570000000000007 y2[1] (analytic) 0.8174673245643275 y2[1] (numeric) 0.8174673245643264 absolute error 1.1102230246251565e-15 relative error 1.3581252623361482e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.575974976252997 y1[1] (numeric) 0.5759749762529978 absolute error 7.771561172376096e-16 relative error 1.349287988678598e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9580000000000007 y2[1] (analytic) 0.8180428907109565 y2[1] (numeric) 0.8180428907109553 absolute error 1.2212453270876722e-15 relative error 1.492886670069701e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.575157221077213 y1[1] (numeric) 0.5751572210772139 absolute error 8.881784197001252e-16 relative error 1.54423588394953e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9590000000000007 y2[1] (analytic) 0.8186176388147629 y2[1] (numeric) 0.8186176388147617 absolute error 1.2212453270876722e-15 relative error 1.491838520430435e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.574338890744256 y1[1] (numeric) 0.5743388907442568 absolute error 7.771561172376096e-16 relative error 1.3531316262259955e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y2[1] (analytic) 0.8191915683009987 y2[1] (numeric) 0.8191915683009975 absolute error 1.2212453270876722e-15 relative error 1.4907933313089782e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.573519986072456 y1[1] (numeric) 0.5735199860724569 absolute error 8.881784197001252e-16 relative error 1.5486442343230156e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9610000000000007 y2[1] (analytic) 0.8197646785957344 y2[1] (numeric) 0.8197646785957332 absolute error 1.2212453270876722e-15 relative error 1.4897510943990393e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5727005078807178 y1[1] (numeric) 0.5727005078807187 absolute error 8.881784197001252e-16 relative error 1.550860192156692e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9620000000000007 y2[1] (analytic) 0.82033696912586 y2[1] (numeric) 0.8203369691258587 absolute error 1.2212453270876722e-15 relative error 1.4887118014308373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5718804569885194 y1[1] (numeric) 0.5718804569885203 absolute error 8.881784197001252e-16 relative error 1.55308405602319e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9630000000000007 y2[1] (analytic) 0.8209084393190847 y2[1] (numeric) 0.8209084393190834 absolute error 1.3322676295501878e-15 relative error 1.622918666368271e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5710598342159118 y1[1] (numeric) 0.5710598342159126 absolute error 7.771561172376096e-16 relative error 1.3609013813844503e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9640000000000007 y2[1] (analytic) 0.8214790886039385 y2[1] (numeric) 0.8214790886039373 absolute error 1.2212453270876722e-15 relative error 1.4866420144219568e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5702386403835175 y1[1] (numeric) 0.5702386403835182 absolute error 7.771561172376096e-16 relative error 1.3628611991550213e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9650000000000007 y2[1] (analytic) 0.8220489164097722 y2[1] (numeric) 0.822048916409771 absolute error 1.2212453270876722e-15 relative error 1.4856115040226023e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5694168763125302 y1[1] (numeric) 0.569416876312531 absolute error 7.771561172376096e-16 relative error 1.3648280364824656e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9660000000000007 y2[1] (analytic) 0.822617922166758 y2[1] (numeric) 0.8226179221667568 absolute error 1.2212453270876722e-15 relative error 1.4845839048472688e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5685945428247142 y1[1] (numeric) 0.568594542824715 absolute error 7.771561172376096e-16 relative error 1.3668019277441263e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9670000000000007 y2[1] (analytic) 0.8231861053058901 y2[1] (numeric) 0.823186105305889 absolute error 1.1102230246251565e-15 relative error 1.3486901898236068e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5677716407424027 y1[1] (numeric) 0.5677716407424035 absolute error 7.771561172376096e-16 relative error 1.3687829075461067e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9680000000000007 y2[1] (analytic) 0.8237534652589856 y2[1] (numeric) 0.8237534652589844 absolute error 1.2212453270876722e-15 relative error 1.4825374078441252e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5669481708884977 y1[1] (numeric) 0.5669481708884986 absolute error 8.881784197001252e-16 relative error 1.56659544082876e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9690000000000007 y2[1] (analytic) 0.8243200014586844 y2[1] (numeric) 0.8243200014586832 absolute error 1.2212453270876722e-15 relative error 1.4815184939424061e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5661241340864692 y1[1] (numeric) 0.56612413408647 absolute error 7.771561172376096e-16 relative error 1.3727662723506283e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y2[1] (analytic) 0.8248857133384505 y2[1] (numeric) 0.8248857133384493 absolute error 1.2212453270876722e-15 relative error 1.480502459116534e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5652995311603537 y1[1] (numeric) 0.5652995311603545 absolute error 7.771561172376096e-16 relative error 1.3747687277263288e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9710000000000008 y2[1] (analytic) 0.825450600332572 y2[1] (numeric) 0.8254506003325708 absolute error 1.2212453270876722e-15 relative error 1.4794892954171157e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5644743629347542 y1[1] (numeric) 0.564474362934755 absolute error 7.771561172376096e-16 relative error 1.3767784123925548e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9720000000000008 y2[1] (analytic) 0.8260146618761619 y2[1] (numeric) 0.8260146618761607 absolute error 1.2212453270876722e-15 relative error 1.4784789949294679e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5636486302348387 y1[1] (numeric) 0.5636486302348396 absolute error 8.881784197001252e-16 relative error 1.5757661281463141e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9730000000000008 y2[1] (analytic) 0.8265778974051587 y2[1] (numeric) 0.8265778974051575 absolute error 1.2212453270876722e-15 relative error 1.477471549773441e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5628223338863401 y1[1] (numeric) 0.5628223338863408 absolute error 7.771561172376096e-16 relative error 1.3808196129518796e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9740000000000008 y2[1] (analytic) 0.8271403063563271 y2[1] (numeric) 0.8271403063563258 absolute error 1.2212453270876722e-15 relative error 1.476466952103247e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5619954747155543 y1[1] (numeric) 0.5619954747155552 absolute error 8.881784197001252e-16 relative error 1.5804013727150802e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9750000000000008 y2[1] (analytic) 0.8277018881672581 y2[1] (numeric) 0.8277018881672568 absolute error 1.3322676295501878e-15 relative error 1.609598393571587e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5611680535493409 y1[1] (numeric) 0.5611680535493416 absolute error 7.771561172376096e-16 relative error 1.3848901631555153e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9760000000000008 y2[1] (analytic) 0.8282626422763698 y2[1] (numeric) 0.8282626422763685 absolute error 1.3322676295501878e-15 relative error 1.6085086560087117e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5603400712151204 y1[1] (numeric) 0.5603400712151213 absolute error 8.881784197001252e-16 relative error 1.5850703266216066e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9770000000000008 y2[1] (analytic) 0.8288225681229083 y2[1] (numeric) 0.828822568122907 absolute error 1.3322676295501878e-15 relative error 1.6074219993399386e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5595115285408756 y1[1] (numeric) 0.5595115285408765 absolute error 8.881784197001252e-16 relative error 1.5874175497623167e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9780000000000008 y2[1] (analytic) 0.8293816651469477 y2[1] (numeric) 0.8293816651469464 absolute error 1.2212453270876722e-15 relative error 1.4724768805581146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5586824263551489 y1[1] (numeric) 0.5586824263551498 absolute error 8.881784197001252e-16 relative error 1.58977332703055e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9790000000000008 y2[1] (analytic) 0.8299399327893912 y2[1] (numeric) 0.8299399327893898 absolute error 1.3322676295501878e-15 relative error 1.6052578950774132e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5578527654870422 y1[1] (numeric) 0.5578527654870432 absolute error 9.992007221626409e-16 relative error 1.7911549139498713e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y2[1] (analytic) 0.8304973704919709 y2[1] (numeric) 0.8304973704919696 absolute error 1.3322676295501878e-15 relative error 1.604180430771235e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5570225467662167 y1[1] (numeric) 0.5570225467662177 absolute error 9.992007221626409e-16 relative error 1.7938245551521764e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9810000000000008 y2[1] (analytic) 0.8310539776972494 y2[1] (numeric) 0.8310539776972481 absolute error 1.3322676295501878e-15 relative error 1.603106013933946e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5561917710228907 y1[1] (numeric) 0.5561917710228917 absolute error 9.992007221626409e-16 relative error 1.7965039653949097e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9820000000000008 y2[1] (analytic) 0.8316097538486195 y2[1] (numeric) 0.8316097538486181 absolute error 1.3322676295501878e-15 relative error 1.6020346362997382e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5553604390878402 y1[1] (numeric) 0.5553604390878412 absolute error 9.992007221626409e-16 relative error 1.7991931938900666e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9830000000000008 y2[1] (analytic) 0.8321646983903049 y2[1] (numeric) 0.8321646983903036 absolute error 1.3322676295501878e-15 relative error 1.600966289638644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5545285517923968 y1[1] (numeric) 0.5545285517923978 absolute error 9.992007221626409e-16 relative error 1.8018922901858432e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9840000000000008 y2[1] (analytic) 0.8327188107673614 y2[1] (numeric) 0.8327188107673601 absolute error 1.3322676295501878e-15 relative error 1.5999009657563586e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5536961099684478 y1[1] (numeric) 0.5536961099684488 absolute error 9.992007221626409e-16 relative error 1.804601304169502e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9850000000000008 y2[1] (analytic) 0.8332720904256765 y2[1] (numeric) 0.8332720904256752 absolute error 1.3322676295501878e-15 relative error 1.5988386564940628e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.552863114448435 y1[1] (numeric) 0.5528631144484359 absolute error 9.992007221626409e-16 relative error 1.807320286070261e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9860000000000008 y2[1] (analytic) 0.8338245368119706 y2[1] (numeric) 0.8338245368119692 absolute error 1.3322676295501878e-15 relative error 1.59777935372825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5520295660653538 y1[1] (numeric) 0.5520295660653548 absolute error 9.992007221626409e-16 relative error 1.8100492864622168e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9870000000000008 y2[1] (analytic) 0.8343761493737973 y2[1] (numeric) 0.834376149373796 absolute error 1.3322676295501878e-15 relative error 1.5967230493705508e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5511954656527525 y1[1] (numeric) 0.5511954656527536 absolute error 1.1102230246251565e-15 relative error 2.014209284741442e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9880000000000008 y2[1] (analytic) 0.8349269275595442 y2[1] (numeric) 0.8349269275595429 absolute error 1.3322676295501878e-15 relative error 1.5956697353675598e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5503608140447315 y1[1] (numeric) 0.5503608140447326 absolute error 1.1102230246251565e-15 relative error 2.0172639408424913e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9890000000000008 y2[1] (analytic) 0.8354768708184331 y2[1] (numeric) 0.8354768708184318 absolute error 1.3322676295501878e-15 relative error 1.5946194037006655e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5495256120759424 y1[1] (numeric) 0.5495256120759434 absolute error 9.992007221626409e-16 relative error 1.8182969095616148e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y2[1] (analytic) 0.836025978600521 y2[1] (numeric) 0.8360259786005195 absolute error 1.4432899320127035e-15 relative error 1.7263697169180338e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.548689860581587 y1[1] (numeric) 0.548689860581588 absolute error 9.992007221626409e-16 relative error 1.82106649666085e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9910000000000008 y2[1] (analytic) 0.8365742503566997 y2[1] (numeric) 0.8365742503566983 absolute error 1.4432899320127035e-15 relative error 1.725238293429796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5478535603974166 y1[1] (numeric) 0.5478535603974177 absolute error 1.1102230246251565e-15 relative error 2.0264959559992516e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9920000000000008 y2[1] (analytic) 0.8371216855386979 y2[1] (numeric) 0.8371216855386965 absolute error 1.4432899320127035e-15 relative error 1.7241100749694819e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5470167123597316 y1[1] (numeric) 0.5470167123597327 absolute error 1.1102230246251565e-15 relative error 2.0295961705371932e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9930000000000008 y2[1] (analytic) 0.8376682835990803 y2[1] (numeric) 0.8376682835990789 absolute error 1.4432899320127035e-15 relative error 1.722985052999192e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5461793173053798 y1[1] (numeric) 0.5461793173053809 absolute error 1.1102230246251565e-15 relative error 2.0327079210954606e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9940000000000008 y2[1] (analytic) 0.8382140439912489 y2[1] (numeric) 0.8382140439912474 absolute error 1.4432899320127035e-15 relative error 1.7218632190178047e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5453413760717561 y1[1] (numeric) 0.5453413760717574 absolute error 1.2212453270876722e-15 relative error 2.239414393759443e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9950000000000008 y2[1] (analytic) 0.8387589661694433 y2[1] (numeric) 0.8387589661694419 absolute error 1.4432899320127035e-15 relative error 1.7207445645607977e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5445028894968019 y1[1] (numeric) 0.5445028894968031 absolute error 1.2212453270876722e-15 relative error 2.2428628950275663e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9960000000000008 y2[1] (analytic) 0.8393030495887416 y2[1] (numeric) 0.8393030495887401 absolute error 1.4432899320127035e-15 relative error 1.7196290812000689e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5436638584190036 y1[1] (numeric) 0.5436638584190048 absolute error 1.2212453270876722e-15 relative error 2.2463242832420438e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9970000000000008 y2[1] (analytic) 0.8398462937050601 y2[1] (numeric) 0.8398462937050587 absolute error 1.4432899320127035e-15 relative error 1.7185167605437604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5428242836773921 y1[1] (numeric) 0.5428242836773933 absolute error 1.2212453270876722e-15 relative error 2.2497986250988635e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9980000000000008 y2[1] (analytic) 0.8403886979751549 y2[1] (numeric) 0.8403886979751535 absolute error 1.4432899320127035e-15 relative error 1.7174075942360814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5419841661115422 y1[1] (numeric) 0.5419841661115434 absolute error 1.2212453270876722e-15 relative error 2.2532859877613762e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 0.9990000000000008 y2[1] (analytic) 0.8409302618566218 y2[1] (numeric) 0.8409302618566203 absolute error 1.4432899320127035e-15 relative error 1.7163015739571324e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5411435065615714 y1[1] (numeric) 0.5411435065615726 absolute error 1.2212453270876722e-15 relative error 2.2567864388643805e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y2[1] (analytic) 0.8414709848078968 y2[1] (numeric) 0.8414709848078954 absolute error 1.4432899320127035e-15 relative error 1.7151986914227335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5403023058681392 y1[1] (numeric) 0.5403023058681403 absolute error 1.1102230246251565e-15 relative error 2.054818224107499e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0010000000000006 y2[1] (analytic) 0.8420108662882573 y2[1] (numeric) 0.8420108662882558 absolute error 1.4432899320127035e-15 relative error 1.7140989383842488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5394605648724461 y1[1] (numeric) 0.5394605648724472 absolute error 1.1102230246251565e-15 relative error 2.0580244357391826e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0020000000000004 y2[1] (analytic) 0.8425499057578215 y2[1] (numeric) 0.8425499057578201 absolute error 1.4432899320127035e-15 relative error 1.7130023066284168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.538618284416233 y1[1] (numeric) 0.5386182844162342 absolute error 1.1102230246251565e-15 relative error 2.0612427330209222e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0030000000000003 y2[1] (analytic) 0.8430881026775502 y2[1] (numeric) 0.8430881026775489 absolute error 1.3322676295501878e-15 relative error 1.5802234965943182e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5377754653417806 y1[1] (numeric) 0.5377754653417816 absolute error 9.992007221626409e-16 relative error 1.858025861272053e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0040000000000002 y2[1] (analytic) 0.8436254565092465 y2[1] (numeric) 0.8436254565092451 absolute error 1.3322676295501878e-15 relative error 1.5792169608807741e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5369321084919075 y1[1] (numeric) 0.5369321084919084 absolute error 8.881784197001252e-16 relative error 1.6541726703489023e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0050000000000001 y2[1] (analytic) 0.8441619667155564 y2[1] (numeric) 0.8441619667155552 absolute error 1.2212453270876722e-15 relative error 1.446695510151046e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5360882147099707 y1[1] (numeric) 0.5360882147099716 absolute error 8.881784197001252e-16 relative error 1.6567766187149608e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.006 y2[1] (analytic) 0.8446976327599702 y2[1] (numeric) 0.844697632759969 absolute error 1.2212453270876722e-15 relative error 1.445778086411072e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5352437848398639 y1[1] (numeric) 0.5352437848398647 absolute error 7.771561172376096e-16 relative error 1.4519666351102458e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.007 y2[1] (analytic) 0.8452324541068215 y2[1] (numeric) 0.8452324541068204 absolute error 1.1102230246251565e-15 relative error 1.3135120631381307e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5343988197260169 y1[1] (numeric) 0.5343988197260175 absolute error 6.661338147750939e-16 relative error 1.2465106399685103e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0079999999999998 y2[1] (analytic) 0.8457664302212892 y2[1] (numeric) 0.8457664302212881 absolute error 1.1102230246251565e-15 relative error 1.3126827750005093e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5335533202133946 y1[1] (numeric) 0.5335533202133952 absolute error 5.551115123125783e-16 relative error 1.0404049441404684e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0089999999999997 y2[1] (analytic) 0.846299560569397 y2[1] (numeric) 0.846299560569396 absolute error 9.992007221626409e-16 relative error 1.1806702599377114e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5327072871474966 y1[1] (numeric) 0.532707287147497 absolute error 4.440892098500626e-16 relative error 8.336458324571458e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0099999999999996 y2[1] (analytic) 0.846831844618015 y2[1] (numeric) 0.846831844618014 absolute error 9.992007221626409e-16 relative error 1.1799281386416872e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5318607213743558 y1[1] (numeric) 0.5318607213743561 absolute error 3.3306690738754696e-16 relative error 6.26229563497159e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0109999999999995 y2[1] (analytic) 0.8473632818348588 y2[1] (numeric) 0.8473632818348579 absolute error 8.881784197001252e-16 relative error 1.04816722501462e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5310136237405381 y1[1] (numeric) 0.5310136237405382 absolute error 1.1102230246251565e-16 relative error 2.090761846757494e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0119999999999993 y2[1] (analytic) 0.8478938716884914 y2[1] (numeric) 0.8478938716884905 absolute error 8.881784197001252e-16 relative error 1.0475113093239033e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5301659950931407 y1[1] (numeric) 0.5301659950931408 absolute error 1.1102230246251565e-16 relative error 2.0941045538579105e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0129999999999992 y2[1] (analytic) 0.848423613648323 y2[1] (numeric) 0.8484236136483221 absolute error 8.881784197001252e-16 relative error 1.0468572602321284e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5293178362797925 y1[1] (numeric) 0.5293178362797925 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.0139999999999991 y2[1] (analytic) 0.8489525071846116 y2[1] (numeric) 0.8489525071846108 absolute error 7.771561172376096e-16 relative error 9.154294388209053e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5284691481486521 y1[1] (numeric) 0.528469148148652 absolute error 1.1102230246251565e-16 relative error 2.1008284561445468e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.014999999999999 y2[1] (analytic) 0.8494805517684638 y2[1] (numeric) 0.849480551768463 absolute error 7.771561172376096e-16 relative error 9.148603998287096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5276199315484076 y1[1] (numeric) 0.5276199315484074 absolute error 2.220446049250313e-16 relative error 4.2084195772020294e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.015999999999999 y2[1] (analytic) 0.850007746871835 y2[1] (numeric) 0.8500077468718343 absolute error 6.661338147750939e-16 relative error 7.836796984810706e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5267701873282755 y1[1] (numeric) 0.5267701873282752 absolute error 3.3306690738754696e-16 relative error 6.322812402820825e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0169999999999988 y2[1] (analytic) 0.8505340919675302 y2[1] (numeric) 0.8505340919675296 absolute error 5.551115123125783e-16 relative error 6.526622713364089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5259199163380001 y1[1] (numeric) 0.5259199163379996 absolute error 4.440892098500626e-16 relative error 8.444046252179843e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0179999999999987 y2[1] (analytic) 0.8510595865292042 y2[1] (numeric) 0.8510595865292038 absolute error 4.440892098500626e-16 relative error 5.218074232159814e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5250691194278521 y1[1] (numeric) 0.5250691194278515 absolute error 5.551115123125783e-16 relative error 1.0572160726524201e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0189999999999986 y2[1] (analytic) 0.8515842300313627 y2[1] (numeric) 0.8515842300313623 absolute error 4.440892098500626e-16 relative error 5.214859484113596e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5242177974486283 y1[1] (numeric) 0.5242177974486277 absolute error 5.551115123125783e-16 relative error 1.0589329759773703e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0199999999999985 y2[1] (analytic) 0.8521080219493621 y2[1] (numeric) 0.8521080219493617 absolute error 3.3306690738754696e-16 relative error 3.908740427364971e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5233659512516509 y1[1] (numeric) 0.5233659512516502 absolute error 6.661338147750939e-16 relative error 1.2727878326475155e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0209999999999984 y2[1] (analytic) 0.8526309617594106 y2[1] (numeric) 0.8526309617594102 absolute error 3.3306690738754696e-16 relative error 3.9063430994842226e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5225135816887658 y1[1] (numeric) 0.522513581688765 absolute error 7.771561172376096e-16 relative error 1.4873414672319868e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0219999999999982 y2[1] (analytic) 0.8531530489385684 y2[1] (numeric) 0.853153048938568 absolute error 3.3306690738754696e-16 relative error 3.903952612042175e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5216606896123426 y1[1] (numeric) 0.5216606896123417 absolute error 8.881784197001252e-16 relative error 1.7025979480266185e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0229999999999981 y2[1] (analytic) 0.8536742829647482 y2[1] (numeric) 0.853674282964748 absolute error 2.220446049250313e-16 relative error 2.6010459651412558e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5208072758752732 y1[1] (numeric) 0.5208072758752722 absolute error 9.992007221626409e-16 relative error 1.9185613727906845e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.023999999999998 y2[1] (analytic) 0.8541946633167163 y2[1] (numeric) 0.8541946633167161 absolute error 2.220446049250313e-16 relative error 2.599461392826592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5199533413309714 y1[1] (numeric) 0.5199533413309703 absolute error 1.1102230246251565e-15 relative error 2.135235869017052e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.024999999999998 y2[1] (analytic) 0.8547141894740923 y2[1] (numeric) 0.8547141894740922 absolute error 1.1102230246251565e-16 relative error 1.2989406731486223e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5190988868333715 y1[1] (numeric) 0.5190988868333704 absolute error 1.1102230246251565e-15 relative error 2.1387505401866396e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0259999999999978 y2[1] (analytic) 0.8552328609173501 y2[1] (numeric) 0.85523286091735 absolute error 1.1102230246251565e-16 relative error 1.2981529070740989e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5182439132369281 y1[1] (numeric) 0.5182439132369269 absolute error 1.2212453270876722e-15 relative error 2.356506841459708e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0269999999999977 y2[1] (analytic) 0.8557506771278182 y2[1] (numeric) 0.855750677127818 absolute error 1.1102230246251565e-16 relative error 1.2973673925113698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5173884213966146 y1[1] (numeric) 0.5173884213966133 absolute error 1.2212453270876722e-15 relative error 2.3604032803654525e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0279999999999976 y2[1] (analytic) 0.8562676375876803 y2[1] (numeric) 0.8562676375876803 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.5165324121679228 y1[1] (numeric) 0.5165324121679215 absolute error 1.3322676295501878e-15 relative error 2.579252720963951e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0289999999999975 y2[1] (analytic) 0.8567837417799764 y2[1] (numeric) 0.8567837417799764 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.5156758864068619 y1[1] (numeric) 0.5156758864068605 absolute error 1.4432899320127035e-15 relative error 2.798831533638875e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0299999999999974 y2[1] (analytic) 0.857298989188602 y2[1] (numeric) 0.8572989891886021 absolute error 1.1102230246251565e-16 relative error 1.2950243014702917e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5148188449699576 y1[1] (numeric) 0.514818844969956 absolute error 1.5543122344752192e-15 relative error 3.0191440147571166e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0309999999999973 y2[1] (analytic) 0.8578133792983099 y2[1] (numeric) 0.8578133792983101 absolute error 2.220446049250313e-16 relative error 2.5884954733005385e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5139612887142512 y1[1] (numeric) 0.5139612887142495 absolute error 1.6653345369377348e-15 relative error 3.240194492281337e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0319999999999971 y2[1] (analytic) 0.85832691159471 y2[1] (numeric) 0.8583269115947103 absolute error 3.3306690738754696e-16 relative error 3.8804201859258086e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.513103218497299 y1[1] (numeric) 0.5131032184972971 absolute error 1.887379141862766e-15 relative error 3.678361533942905e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.032999999999997 y2[1] (analytic) 0.85883958556427 y2[1] (numeric) 0.8588395855642703 absolute error 3.3306690738754696e-16 relative error 3.878103815728489e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.512244635177171 y1[1] (numeric) 0.512244635177169 absolute error 1.9984014443252818e-15 relative error 3.901263785093798e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.033999999999997 y2[1] (analytic) 0.859351400694316 y2[1] (numeric) 0.8593514006943164 absolute error 3.3306690738754696e-16 relative error 3.8757940828215834e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5113855396124505 y1[1] (numeric) 0.5113855396124484 absolute error 2.1094237467877974e-15 relative error 4.124918644329301e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0349999999999968 y2[1] (analytic) 0.859862356473033 y2[1] (numeric) 0.8598623564730333 absolute error 3.3306690738754696e-16 relative error 3.873490970737624e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.510525932662233 y1[1] (numeric) 0.5105259326622308 absolute error 2.220446049250313e-15 relative error 4.3493305769432353e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0359999999999967 y2[1] (analytic) 0.860372452389465 y2[1] (numeric) 0.8603724523894655 absolute error 4.440892098500626e-16 relative error 5.1615926174381584e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5096658151861253 y1[1] (numeric) 0.5096658151861231 absolute error 2.220446049250313e-15 relative error 4.356670553702776e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0369999999999966 y2[1] (analytic) 0.8608816879335165 y2[1] (numeric) 0.8608816879335169 absolute error 4.440892098500626e-16 relative error 5.1585393913543016e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.508805188044245 y1[1] (numeric) 0.5088051880442427 absolute error 2.3314683517128287e-15 relative error 4.582241703695221e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0379999999999965 y2[1] (analytic) 0.8613900625959517 y2[1] (numeric) 0.8613900625959522 absolute error 4.440892098500626e-16 relative error 5.155494927718588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.507944052097219 y1[1] (numeric) 0.5079440520972166 absolute error 2.4424906541753444e-15 relative error 4.808582055623438e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0389999999999964 y2[1] (analytic) 0.8618975758683961 y2[1] (numeric) 0.8618975758683967 absolute error 5.551115123125783e-16 relative error 6.440574006177953e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5070824082061833 y1[1] (numeric) 0.5070824082061808 absolute error 2.55351295663786e-15 relative error 5.035696201078984e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0399999999999963 y2[1] (analytic) 0.8624042272433365 y2[1] (numeric) 0.8624042272433371 absolute error 5.551115123125783e-16 relative error 6.436790251909882e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5062202572327816 y1[1] (numeric) 0.506220257232779 absolute error 2.6645352591003757e-15 relative error 5.263588766016349e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0409999999999962 y2[1] (analytic) 0.8629100162141216 y2[1] (numeric) 0.8629100162141221 absolute error 5.551115123125783e-16 relative error 6.433017370085011e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5053576000391649 y1[1] (numeric) 0.5053576000391622 absolute error 2.6645352591003757e-15 relative error 5.272573834634873e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.041999999999996 y2[1] (analytic) 0.8634149422749622 y2[1] (numeric) 0.8634149422749628 absolute error 6.661338147750939e-16 relative error 7.715106400868352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5044944374879903 y1[1] (numeric) 0.5044944374879874 absolute error 2.886579864025407e-15 relative error 5.721727831923069e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.042999999999996 y2[1] (analytic) 0.8639190049209325 y2[1] (numeric) 0.8639190049209333 absolute error 7.771561172376096e-16 relative error 8.995705764208027e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5036307704424201 y1[1] (numeric) 0.5036307704424172 absolute error 2.886579864025407e-15 relative error 5.731539916613233e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0439999999999958 y2[1] (analytic) 0.8644222036479701 y2[1] (numeric) 0.8644222036479708 absolute error 7.771561172376096e-16 relative error 8.990469170712105e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.5027665997661216 y1[1] (numeric) 0.5027665997661186 absolute error 2.9976021664879227e-15 relative error 5.962214212086395e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0449999999999957 y2[1] (analytic) 0.8649245379528758 y2[1] (numeric) 0.8649245379528767 absolute error 8.881784197001252e-16 relative error 1.026885445754941e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5019019263232651 y1[1] (numeric) 0.501901926323262 absolute error 3.1086244689504383e-15 relative error 6.193689057388145e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0459999999999956 y2[1] (analytic) 0.8654260073333158 y2[1] (numeric) 0.8654260073333168 absolute error 9.992007221626409e-16 relative error 1.1545767214016742e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.5010367509785242 y1[1] (numeric) 0.501036750978521 absolute error 3.219646771412954e-15 relative error 6.425969282941796e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0469999999999955 y2[1] (analytic) 0.8659266112878206 y2[1] (numeric) 0.8659266112878216 absolute error 9.992007221626409e-16 relative error 1.1539092448915653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.500171074597074 y1[1] (numeric) 0.5001710745970707 absolute error 3.3306690738754696e-15 relative error 6.659059755821702e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0479999999999954 y2[1] (analytic) 0.8664263493157861 y2[1] (numeric) 0.8664263493157872 absolute error 1.1102230246251565e-15 relative error 1.2813818802970337e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4993048980445909 y1[1] (numeric) 0.4993048980445875 absolute error 3.3861802251067274e-15 relative error 6.781788519135099e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0489999999999953 y2[1] (analytic) 0.8669252209174747 y2[1] (numeric) 0.8669252209174758 absolute error 1.1102230246251565e-15 relative error 1.2806445098577218e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.49843822218725137 y1[1] (numeric) 0.49843822218724787 absolute error 3.497202527569243e-15 relative error 7.016320923830411e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0499999999999952 y2[1] (analytic) 0.8674232255940145 y2[1] (numeric) 0.8674232255940156 absolute error 1.1102230246251565e-15 relative error 1.2799092667421626e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4975710478917312 y1[1] (numeric) 0.4975710478917276 absolute error 3.552713678800501e-15 relative error 7.140113344322945e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.050999999999995 y2[1] (analytic) 0.867920362847401 y2[1] (numeric) 0.8679203628474021 absolute error 1.1102230246251565e-15 relative error 1.279176145819219e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4967033760252046 y1[1] (numeric) 0.4967033760252009 absolute error 3.6637359812630166e-15 relative error 7.376104448054134e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.051999999999995 y2[1] (analytic) 0.868416632180497 y2[1] (numeric) 0.8684166321804981 absolute error 1.1102230246251565e-15 relative error 1.2784451419792717e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4958352074553434 y1[1] (numeric) 0.4958352074553396 absolute error 3.774758283725532e-15 relative error 7.612929108237035e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0529999999999948 y2[1] (analytic) 0.8689120330970332 y2[1] (numeric) 0.8689120330970344 absolute error 1.1102230246251565e-15 relative error 1.277716250134121e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.49496654305031595 y1[1] (numeric) 0.4949665430503121 absolute error 3.83026943495679e-15 relative error 7.738441090082776e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0539999999999947 y2[1] (analytic) 0.8694065651016086 y2[1] (numeric) 0.8694065651016099 absolute error 1.2212453270876722e-15 relative error 1.404688411738579e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4940973836787868 y1[1] (numeric) 0.49409738367878286 absolute error 3.941291737419306e-15 relative error 7.976750874644468e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0549999999999946 y2[1] (analytic) 0.8699002276996916 y2[1] (numeric) 0.8699002276996928 absolute error 1.2212453270876722e-15 relative error 1.403891260400121e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4932277302099151 y1[1] (numeric) 0.49322773020991106 absolute error 4.052314039881821e-15 relative error 8.215908781440934e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0559999999999945 y2[1] (analytic) 0.8703930203976191 y2[1] (numeric) 0.8703930203976205 absolute error 1.3322676295501878e-15 relative error 1.5306506352056591e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.49235758351335435 y1[1] (numeric) 0.4923575835133502 absolute error 4.163336342344337e-15 relative error 8.455920009672023e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0569999999999944 y2[1] (analytic) 0.870884942702599 y2[1] (numeric) 0.8708849427026003 absolute error 1.3322676295501878e-15 relative error 1.529786042018122e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.49148694445925106 y1[1] (numeric) 0.49148694445924684 absolute error 4.218847493575595e-15 relative error 8.583844476718094e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0579999999999943 y2[1] (analytic) 0.8713759941227086 y2[1] (numeric) 0.87137599412271 absolute error 1.4432899320127035e-15 relative error 1.6563342824997047e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4906158139182443 y1[1] (numeric) 0.49061581391824 absolute error 4.3298697960381105e-15 relative error 8.825377562655645e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0589999999999942 y2[1] (analytic) 0.8718661741668967 y2[1] (numeric) 0.8718661741668983 absolute error 1.5543122344752192e-15 relative error 1.7827417561650756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4897441927614645 y1[1] (numeric) 0.4897441927614601 absolute error 4.440892098500626e-15 relative error 9.067778983677736e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.059999999999994 y2[1] (analytic) 0.8723554823449834 y2[1] (numeric) 0.872355482344985 absolute error 1.5543122344752192e-15 relative error 1.7817418081641032e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.48887208186053277 y1[1] (numeric) 0.4888720818605282 absolute error 4.551914400963142e-15 relative error 9.311054097504648e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.060999999999994 y2[1] (analytic) 0.8728439181676604 y2[1] (numeric) 0.8728439181676619 absolute error 1.5543122344752192e-15 relative error 1.7807447610314435e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4879994820875599 y1[1] (numeric) 0.4879994820875552 absolute error 4.6629367034256575e-15 relative error 9.555208303661693e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0619999999999938 y2[1] (analytic) 0.8733314811464918 y2[1] (numeric) 0.8733314811464935 absolute error 1.6653345369377348e-15 relative error 1.9068756513294555e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4871263943151456 y1[1] (numeric) 0.4871263943151408 absolute error 4.773959005888173e-15 relative error 9.800247043890767e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0629999999999937 y2[1] (analytic) 0.8738181707939151 y2[1] (numeric) 0.8738181707939168 absolute error 1.6653345369377348e-15 relative error 1.905813580672831e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.48625281941637755 y1[1] (numeric) 0.4862528194163727 absolute error 4.829470157119431e-15 relative error 9.932014713901253e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0639999999999936 y2[1] (analytic) 0.8743039866232403 y2[1] (numeric) 0.874303986623242 absolute error 1.7763568394002505e-15 relative error 2.0317382358748497e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4853787582648306 y1[1] (numeric) 0.4853787582648257 absolute error 4.9404924595819466e-15 relative error 1.0178633439262155e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0649999999999935 y2[1] (analytic) 0.8747889281486517 y2[1] (numeric) 0.8747889281486535 absolute error 1.7763568394002505e-15 relative error 2.030611936481204e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4845042117345659 y1[1] (numeric) 0.4845042117345609 absolute error 5.051514762044462e-15 relative error 1.0426152424887317e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0659999999999934 y2[1] (analytic) 0.8752729948852079 y2[1] (numeric) 0.8752729948852097 absolute error 1.7763568394002505e-15 relative error 2.0294889134940347e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.48362918070012983 y1[1] (numeric) 0.4836291807001247 absolute error 5.162537064506978e-15 relative error 1.0674577280538342e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0669999999999933 y2[1] (analytic) 0.8757561863488421 y2[1] (numeric) 0.875756186348844 absolute error 1.887379141862766e-15 relative error 2.1551422316884002e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.48275366603655334 y1[1] (numeric) 0.48275366603654807 absolute error 5.2735593669694936e-15 relative error 1.092391366028526e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0679999999999932 y2[1] (analytic) 0.876238502056363 y2[1] (numeric) 0.8762385020563649 absolute error 1.887379141862766e-15 relative error 2.1539559576912574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.48187766861935105 y1[1] (numeric) 0.48187766861934567 absolute error 5.384581669432009e-15 relative error 1.1174167262947901e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.068999999999993 y2[1] (analytic) 0.8767199415254548 y2[1] (numeric) 0.8767199415254567 absolute error 1.887379141862766e-15 relative error 2.152773140506885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4810011893245203 y1[1] (numeric) 0.4810011893245148 absolute error 5.495603971894525e-15 relative error 1.142534383254252e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.069999999999993 y2[1] (analytic) 0.8772005042746782 y2[1] (numeric) 0.8772005042746801 absolute error 1.887379141862766e-15 relative error 2.1515937720799237e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4801242290285403 y1[1] (numeric) 0.4801242290285347 absolute error 5.6066262743570405e-15 relative error 1.1677449158733797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0709999999999928 y2[1] (analytic) 0.8776801898234704 y2[1] (numeric) 0.8776801898234723 absolute error 1.887379141862766e-15 relative error 2.1504178443886018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4792467886083713 y1[1] (numeric) 0.47924678860836556 absolute error 5.717648576819556e-15 relative error 1.193048907729224e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0719999999999927 y2[1] (analytic) 0.8781589976921459 y2[1] (numeric) 0.8781589976921479 absolute error 1.9984014443252818e-15 relative error 2.275671546470741e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4783688689414536 y1[1] (numeric) 0.47836886894144776 absolute error 5.828670879282072e-15 relative error 1.21844694705571e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0729999999999926 y2[1] (analytic) 0.8786369274018969 y2[1] (numeric) 0.8786369274018989 absolute error 1.9984014443252818e-15 relative error 2.274433707486544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.47749047090570684 y1[1] (numeric) 0.4774904709057009 absolute error 5.9396931817445875e-15 relative error 1.2439396267904868e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0739999999999925 y2[1] (analytic) 0.8791139784747938 y2[1] (numeric) 0.8791139784747958 absolute error 1.9984014443252818e-15 relative error 2.2731994863651012e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.47661159537952896 y1[1] (numeric) 0.4766115953795229 absolute error 6.050715484207103e-15 relative error 1.2695275446223415e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0749999999999924 y2[1] (analytic) 0.8795901504337854 y2[1] (numeric) 0.8795901504337874 absolute error 1.9984014443252818e-15 relative error 2.2719688747534687e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4757322432417954 y1[1] (numeric) 0.47573224324178925 absolute error 6.161737786669619e-15 relative error 1.2952113030391882e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0759999999999923 y2[1] (analytic) 0.8800654428026998 y2[1] (numeric) 0.8800654428027019 absolute error 2.1094237467877974e-15 relative error 2.396894190129796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4748524153718583 y1[1] (numeric) 0.474852415371852 absolute error 6.2727600891321345e-15 relative error 1.3209915093766382e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0769999999999922 y2[1] (analytic) 0.8805398551062449 y2[1] (numeric) 0.880539855106247 absolute error 2.1094237467877974e-15 relative error 2.395602804978404e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.47397211264954536 y1[1] (numeric) 0.473972112649539 absolute error 6.38378239159465e-15 relative error 1.3468687758671603e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.077999999999992 y2[1] (analytic) 0.8810133868700082 y2[1] (numeric) 0.8810133868700103 absolute error 2.1094237467877974e-15 relative error 2.394315203633834e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4730913359551593 y1[1] (numeric) 0.4730913359551528 absolute error 6.494804694057166e-15 relative error 1.37284371968984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.078999999999992 y2[1] (analytic) 0.881486037620458 y2[1] (numeric) 0.8814860376204602 absolute error 2.220446049250313e-15 relative error 2.5189803972894827e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.47221008616947663 y1[1] (numeric) 0.4722100861694701 absolute error 6.5503158452884236e-15 relative error 1.3871613582894773e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0799999999999919 y2[1] (analytic) 0.8819578068849436 y2[1] (numeric) 0.8819578068849458 absolute error 2.220446049250313e-15 relative error 2.5176329660178207e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4713283641737472 y1[1] (numeric) 0.4713283641737405 absolute error 6.661338147750939e-15 relative error 1.4133115369427142e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0809999999999917 y2[1] (analytic) 0.8824286941916959 y2[1] (numeric) 0.8824286941916981 absolute error 2.220446049250313e-15 relative error 2.516289490432131e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.47044617084969287 y1[1] (numeric) 0.4704461708496861 absolute error 6.772360450213455e-15 relative error 1.4395611803963896e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0819999999999916 y2[1] (analytic) 0.8828986990698275 y2[1] (numeric) 0.8828986990698298 absolute error 2.220446049250313e-15 relative error 2.5149499615184056e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4695635070795069 y1[1] (numeric) 0.4695635070795 absolute error 6.8833827526759706e-15 relative error 1.4659109255503686e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0829999999999915 y2[1] (analytic) 0.8833678210493336 y2[1] (numeric) 0.883367821049336 absolute error 2.3314683517128287e-15 relative error 2.63929508881513e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.468680373745853 y1[1] (numeric) 0.468680373745846 absolute error 6.994405055138486e-15 relative error 1.492361414504478e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0839999999999914 y2[1] (analytic) 0.8838360596610924 y2[1] (numeric) 0.8838360596610947 absolute error 2.3314683517128287e-15 relative error 2.63789684322999e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46779677173186435 y1[1] (numeric) 0.46779677173185724 absolute error 7.105427357601002e-15 relative error 1.5189132946119924e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0849999999999913 y2[1] (analytic) 0.884303414436865 y2[1] (numeric) 0.8843034144368674 absolute error 2.4424906541753444e-15 relative error 2.762050461753279e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.466912701921143 y1[1] (numeric) 0.46691270192113576 absolute error 7.216449660063518e-15 relative error 1.5455672185337775e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0859999999999912 y2[1] (analytic) 0.884769884909297 y2[1] (numeric) 0.8847698849092994 absolute error 2.4424906541753444e-15 relative error 2.7605942469727467e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4660281651977586 y1[1] (numeric) 0.4660281651977513 absolute error 7.271960811294775e-15 relative error 1.5604123000181601e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.086999999999991 y2[1] (analytic) 0.8852354706119178 y2[1] (numeric) 0.8852354706119202 absolute error 2.4424906541753444e-15 relative error 2.7591423245692765e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46514316244624787 y1[1] (numeric) 0.4651431624462405 absolute error 7.382983113757291e-15 relative error 1.5872496276048068e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.087999999999991 y2[1] (analytic) 0.8857001710791417 y2[1] (numeric) 0.8857001710791441 absolute error 2.4424906541753444e-15 relative error 2.757694684872197e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4642576945516134 y1[1] (numeric) 0.464257694551606 absolute error 7.438494264988549e-15 relative error 1.6022339214372636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0889999999999909 y2[1] (analytic) 0.8861639858462683 y2[1] (numeric) 0.8861639858462708 absolute error 2.4424906541753444e-15 relative error 2.756251318251008e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46337176239932315 y1[1] (numeric) 0.4633717623993156 absolute error 7.549516567451064e-15 relative error 1.6292569336465229e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0899999999999908 y2[1] (analytic) 0.8866269144494829 y2[1] (numeric) 0.8866269144494855 absolute error 2.55351295663786e-15 relative error 2.880030952165902e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46248536687530906 y1[1] (numeric) 0.46248536687530145 absolute error 7.605027718682322e-15 relative error 1.644382344475932e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0909999999999906 y2[1] (analytic) 0.8870889564258571 y2[1] (numeric) 0.8870889564258596 absolute error 2.55351295663786e-15 relative error 2.878530882546595e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46159850886596665 y1[1] (numeric) 0.46159850886595893 absolute error 7.716050021144838e-15 relative error 1.67159335936792e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0919999999999905 y2[1] (analytic) 0.8875501113133486 y2[1] (numeric) 0.8875501113133513 absolute error 2.6645352591003757e-15 relative error 3.002123739421925e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.46071118925815385 y1[1] (numeric) 0.460711189258146 absolute error 7.827072323607354e-15 relative error 1.6989108374404056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0929999999999904 y2[1] (analytic) 0.8880103786508029 y2[1] (numeric) 0.8880103786508056 absolute error 2.6645352591003757e-15 relative error 3.000567699612625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4598234089391902 y1[1] (numeric) 0.4598234089391823 absolute error 7.93809462606987e-15 relative error 1.7263354739557528e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0939999999999903 y2[1] (analytic) 0.8884697579779525 y2[1] (numeric) 0.8884697579779551 absolute error 2.6645352591003757e-15 relative error 2.9990162694614716e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4589351687968559 y1[1] (numeric) 0.45893516879684787 absolute error 8.049116928532385e-15 relative error 1.7538679699866854e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0949999999999902 y2[1] (analytic) 0.8889282488354181 y2[1] (numeric) 0.8889282488354208 absolute error 2.6645352591003757e-15 relative error 2.997469438721488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.45804646971939106 y1[1] (numeric) 0.4580464697193829 absolute error 8.1601392309949e-15 relative error 1.7815090324774197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.09599999999999 y2[1] (analytic) 0.889385850764709 y2[1] (numeric) 0.8893858507647117 absolute error 2.6645352591003757e-15 relative error 2.9959271971882206e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.45715731259549464 y1[1] (numeric) 0.4571573125954864 absolute error 8.215650382226158e-15 relative error 1.7971166939411056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.09699999999999 y2[1] (analytic) 0.8898425633082232 y2[1] (numeric) 0.889842563308226 absolute error 2.7755575615628914e-15 relative error 3.1191557653120433e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4562676983143238 y1[1] (numeric) 0.4562676983143154 absolute error 8.382183835919932e-15 relative error 1.837119714344851e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0979999999999899 y2[1] (analytic) 0.8902983860092483 y2[1] (numeric) 0.890298386009251 absolute error 2.7755575615628914e-15 relative error 3.1175587928495463e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.45537762776549257 y1[1] (numeric) 0.4553776277654841 absolute error 8.43769498715119e-15 relative error 1.8529006417277e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0989999999999898 y2[1] (analytic) 0.8907533184119616 y2[1] (numeric) 0.8907533184119644 absolute error 2.7755575615628914e-15 relative error 3.1159665691856933e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4544871018390716 y1[1] (numeric) 0.45448710183906305 absolute error 8.548717289613705e-15 relative error 1.880959273656286e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.0999999999999897 y2[1] (analytic) 0.8912073600614306 y2[1] (numeric) 0.8912073600614335 absolute error 2.886579864025407e-15 relative error 3.2389542472207993e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4535961214255866 y1[1] (numeric) 0.453596121425578 absolute error 8.604228440844963e-15 relative error 1.896891978221314e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1009999999999895 y2[1] (analytic) 0.891660510503614 y2[1] (numeric) 0.8916605105036168 absolute error 2.886579864025407e-15 relative error 3.237308179539154e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.452704687416018 y1[1] (numeric) 0.4527046874160093 absolute error 8.715250743307479e-15 relative error 1.925151425546982e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1019999999999894 y2[1] (analytic) 0.892112769285361 y2[1] (numeric) 0.892112769285364 absolute error 2.9976021664879227e-15 relative error 3.3601157495920526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.45181280070179974 y1[1] (numeric) 0.4518128007017909 absolute error 8.826273045769994e-15 relative error 1.9535243428384868e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1029999999999893 y2[1] (analytic) 0.8925641359544132 y2[1] (numeric) 0.8925641359544162 absolute error 2.9976021664879227e-15 relative error 3.3584165504057653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4509204621748184 y1[1] (numeric) 0.45092046217480947 absolute error 8.93729534823251e-15 relative error 1.982011484936248e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1039999999999892 y2[1] (analytic) 0.8930146100594037 y2[1] (numeric) 0.8930146100594069 absolute error 3.1086244689504383e-15 relative error 3.4810454766732775e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.45002767272741245 y1[1] (numeric) 0.45002767272740346 absolute error 8.992806499463768e-15 relative error 1.9982785602855198e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.104999999999989 y2[1] (analytic) 0.8934641911498586 y2[1] (numeric) 0.8934641911498619 absolute error 3.219646771412954e-15 relative error 3.603554348685621e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4491344332523713 y1[1] (numeric) 0.4491344332523622 absolute error 9.103828801926284e-15 relative error 2.026971910392537e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.105999999999989 y2[1] (analytic) 0.893912878776197 y2[1] (numeric) 0.8939128787762002 absolute error 3.219646771412954e-15 relative error 3.601745592725749e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.44824074464293434 y1[1] (numeric) 0.4482407446429251 absolute error 9.2148511043888e-15 relative error 2.055781678599809e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1069999999999889 y2[1] (analytic) 0.8943606724897308 y2[1] (numeric) 0.8943606724897342 absolute error 3.3306690738754696e-15 relative error 3.7240781893992694e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.44734660779279006 y1[1] (numeric) 0.44734660779278074 absolute error 9.325873406851315e-15 relative error 2.084708645241597e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1079999999999888 y2[1] (analytic) 0.8948075718426669 y2[1] (numeric) 0.8948075718426702 absolute error 3.3306690738754696e-15 relative error 3.7222182496921226e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4464520235960753 y1[1] (numeric) 0.44645202359606584 absolute error 9.43689570931383e-15 relative error 2.1137535973746204e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1089999999999887 y2[1] (analytic) 0.8952535763881057 y2[1] (numeric) 0.895253576388109 absolute error 3.3306690738754696e-15 relative error 3.72036388540667e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4455569929473741 y1[1] (numeric) 0.44555699294736456 absolute error 9.547918011776346e-15 relative error 2.1429173288509187e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1099999999999886 y2[1] (analytic) 0.8956986856800425 y2[1] (numeric) 0.895698685680046 absolute error 3.4416913763379853e-15 relative error 3.842465587325212e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4446615167417171 y1[1] (numeric) 0.44466151674170745 absolute error 9.658940314238862e-15 relative error 2.1722006403916634e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1109999999999884 y2[1] (analytic) 0.8961428992733684 y2[1] (numeric) 0.8961428992733719 absolute error 3.4416913763379853e-15 relative error 3.8405608961792345e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4437655958745804 y1[1] (numeric) 0.44376559587457065 absolute error 9.769962616701378e-15 relative error 2.201604339661928e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1119999999999883 y2[1] (analytic) 0.8965862167238697 y2[1] (numeric) 0.8965862167238732 absolute error 3.4416913763379853e-15 relative error 3.83866192914937e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4428692312418849 y1[1] (numeric) 0.442869231241875 absolute error 9.880984919163893e-15 relative error 2.2311292413464435e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1129999999999882 y2[1] (analytic) 0.897028637588229 y2[1] (numeric) 0.8970286375882325 absolute error 3.4416913763379853e-15 relative error 3.8367686739538133e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.44197242373999496 y1[1] (numeric) 0.44197242373998497 absolute error 9.992007221626409e-15 relative error 2.260776167226338e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.113999999999988 y2[1] (analytic) 0.8974701614240255 y2[1] (numeric) 0.897470161424029 absolute error 3.552713678800501e-15 relative error 3.958586960889454e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.44107517426571813 y1[1] (numeric) 0.441075174265708 absolute error 1.0103029524088925e-14 relative error 2.290545946256891e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.114999999999988 y2[1] (analytic) 0.8979107877897353 y2[1] (numeric) 0.8979107877897389 absolute error 3.552713678800501e-15 relative error 3.956644387295683e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4401774837163038 y1[1] (numeric) 0.4401774837162936 absolute error 1.0158540675320182e-14 relative error 2.3078283308710547e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.115999999999988 y2[1] (analytic) 0.8983505162447322 y2[1] (numeric) 0.8983505162447357 absolute error 3.552713678800501e-15 relative error 3.954707672069347e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43927935298944243 y1[1] (numeric) 0.43927935298943216 absolute error 1.0269562977782698e-14 relative error 2.3378205481079178e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1169999999999878 y2[1] (analytic) 0.8987893463492876 y2[1] (numeric) 0.8987893463492912 absolute error 3.552713678800501e-15 relative error 3.952776802741323e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43838078298326466 y1[1] (numeric) 0.43838078298325434 absolute error 1.0325074129013956e-14 relative error 2.355275260642098e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1179999999999877 y2[1] (analytic) 0.8992272776645717 y2[1] (numeric) 0.8992272776645752 absolute error 3.552713678800501e-15 relative error 3.9508517668941626e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43748177459634047 y1[1] (numeric) 0.43748177459633003 absolute error 1.0436096431476471e-14 relative error 2.3854928450689726e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1189999999999876 y2[1] (analytic) 0.899664309752653 y2[1] (numeric) 0.8996643097526565 absolute error 3.552713678800501e-15 relative error 3.9489325521618807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43658232872767816 y1[1] (numeric) 0.4365823287276676 absolute error 1.0547118733938987e-14 relative error 2.415837298013461e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1199999999999875 y2[1] (analytic) 0.9001004421764995 y2[1] (numeric) 0.9001004421765031 absolute error 3.552713678800501e-15 relative error 3.9470191462297426e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4356824462767235 y1[1] (numeric) 0.4356824462767128 absolute error 1.0658141036401503e-14 relative error 2.4463094915768053e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1209999999999873 y2[1] (analytic) 0.9005356744999788 y2[1] (numeric) 0.9005356744999825 absolute error 3.6637359812630166e-15 relative error 4.0683962723601157e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4347821281433588 y1[1] (numeric) 0.43478212814334805 absolute error 1.0769163338864018e-14 relative error 2.476910305594058e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1219999999999872 y2[1] (analytic) 0.9009700062878588 y2[1] (numeric) 0.9009700062878624 absolute error 3.552713678800501e-15 relative error 3.94320971176194e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43388137522790227 y1[1] (numeric) 0.4338813752278914 absolute error 1.0880185641326534e-14 relative error 2.507640627720322e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1229999999999871 y2[1] (analytic) 0.9014034371058075 y2[1] (numeric) 0.9014034371058112 absolute error 3.6637359812630166e-15 relative error 4.064479710690258e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.43298018843110664 y1[1] (numeric) 0.43298018843109565 absolute error 1.099120794378905e-14 relative error 2.5385013535181434e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.123999999999987 y2[1] (analytic) 0.9018359665203942 y2[1] (numeric) 0.9018359665203979 absolute error 3.6637359812630166e-15 relative error 4.0625303461770556e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4320785686541586 y1[1] (numeric) 0.43207856865414757 absolute error 1.1046719095020308e-14 relative error 2.5566459196133486e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.124999999999987 y2[1] (analytic) 0.9022675940990895 y2[1] (numeric) 0.9022675940990933 absolute error 3.774758283725532e-15 relative error 4.1836349974362237e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.431176516798678 y1[1] (numeric) 0.4311765167986668 absolute error 1.1213252548714081e-14 relative error 2.600617638448454e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1259999999999868 y2[1] (analytic) 0.9026983194102659 y2[1] (numeric) 0.9026983194102698 absolute error 3.885780586188048e-15 relative error 4.3046281383648014e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4302740337667165 y1[1] (numeric) 0.4302740337667052 absolute error 1.1324274851176597e-14 relative error 2.6318750290463323e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1269999999999867 y2[1] (analytic) 0.9031281420231981 y2[1] (numeric) 0.903128142023202 absolute error 3.885780586188048e-15 relative error 4.302579451774227e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4293711204607571 y1[1] (numeric) 0.4293711204607457 absolute error 1.1379786002407855e-14 relative error 2.6503380083402523e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1279999999999866 y2[1] (analytic) 0.9035570615080637 y2[1] (numeric) 0.9035570615080675 absolute error 3.774758283725532e-15 relative error 4.1776645267154995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.428467777783713 y1[1] (numeric) 0.42846777778370154 absolute error 1.1435297153639112e-14 relative error 2.668881476406274e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1289999999999865 y2[1] (analytic) 0.9039850774359429 y2[1] (numeric) 0.9039850774359468 absolute error 3.885780586188048e-15 relative error 4.2985008084532206e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42756400663892685 y1[1] (numeric) 0.42756400663891525 absolute error 1.1601830607332886e-14 relative error 2.7134722350776608e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1299999999999863 y2[1] (analytic) 0.9044121893788201 y2[1] (numeric) 0.904412189378824 absolute error 3.885780586188048e-15 relative error 4.296470825826584e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42665980793016967 y1[1] (numeric) 0.42665980793015795 absolute error 1.1712852909795402e-14 relative error 2.745244030980395e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1309999999999862 y2[1] (analytic) 0.9048383969095832 y2[1] (numeric) 0.9048383969095871 absolute error 3.885780586188048e-15 relative error 4.294447052047834e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42575518256164013 y1[1] (numeric) 0.4257551825616283 absolute error 1.1823875212257917e-14 relative error 2.777153560672412e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1319999999999861 y2[1] (analytic) 0.9052636996020249 y2[1] (numeric) 0.9052636996020288 absolute error 3.885780586188048e-15 relative error 4.2924294743027117e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42485013143796346 y1[1] (numeric) 0.4248501314379516 absolute error 1.1879386363489175e-14 relative error 2.7961357392739326e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.132999999999986 y2[1] (analytic) 0.9056880970308424 y2[1] (numeric) 0.9056880970308463 absolute error 3.885780586188048e-15 relative error 4.290418079830104e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4239446554641908 y1[1] (numeric) 0.4239446554641788 absolute error 1.199040866595169e-14 relative error 2.8282957483738065e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.133999999999986 y2[1] (analytic) 0.9061115887716383 y2[1] (numeric) 0.9061115887716422 absolute error 3.885780586188048e-15 relative error 4.2884128559218295e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.423038755545798 y1[1] (numeric) 0.4230387555457859 absolute error 1.2101430968414206e-14 relative error 2.8605962952025823e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1349999999999858 y2[1] (analytic) 0.906534174400921 y2[1] (numeric) 0.9065341744009249 absolute error 3.885780586188048e-15 relative error 4.2864137899224244e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42213243258868494 y1[1] (numeric) 0.4221324325886727 absolute error 1.2212453270876722e-14 relative error 2.8930383756550223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1359999999999857 y2[1] (analytic) 0.9069558534961047 y2[1] (numeric) 0.9069558534961087 absolute error 3.9968028886505635e-15 relative error 4.406832894064043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4212256874991744 y1[1] (numeric) 0.4212256874991621 absolute error 1.226796442210798e-14 relative error 2.912444512808119e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1369999999999856 y2[1] (analytic) 0.9073766256355107 y2[1] (numeric) 0.9073766256355147 absolute error 3.9968028886505635e-15 relative error 4.4047893407561307e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.42031852118401153 y1[1] (numeric) 0.4203185211839991 absolute error 1.2434497875801753e-14 relative error 2.9583511668185675e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1379999999999855 y2[1] (analytic) 0.9077964903983665 y2[1] (numeric) 0.9077964903983706 absolute error 4.107825191113079e-15 relative error 4.525050751529619e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.41941093455036244 y1[1] (numeric) 0.41941093455034995 absolute error 1.2490009027033011e-14 relative error 2.9779884113949402e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1389999999999854 y2[1] (analytic) 0.9082154473648076 y2[1] (numeric) 0.9082154473648117 absolute error 4.107825191113079e-15 relative error 4.522963359665328e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4185029285058138 y1[1] (numeric) 0.4185029285058012 absolute error 1.2601031329495527e-14 relative error 3.010978053244489e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1399999999999852 y2[1] (analytic) 0.9086334961158771 y2[1] (numeric) 0.9086334961158812 absolute error 4.107825191113079e-15 relative error 4.5208824115253756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4175945039583715 y1[1] (numeric) 0.4175945039583588 absolute error 1.2712053631958042e-14 relative error 3.0441142092294543e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1409999999999851 y2[1] (analytic) 0.9090506362335261 y2[1] (numeric) 0.9090506362335302 absolute error 4.107825191113079e-15 relative error 4.5188078940608317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.41668566181646005 y1[1] (numeric) 0.41668566181644723 absolute error 1.2823075934420558e-14 relative error 3.07739793073773e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.141999999999985 y2[1] (analytic) 0.9094668673006148 y2[1] (numeric) 0.9094668673006188 absolute error 3.9968028886505635e-15 relative error 4.3946657457829767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4157764029889215 y1[1] (numeric) 0.4157764029889086 absolute error 1.2878587085651816e-14 relative error 3.0974790760299523e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.142999999999985 y2[1] (analytic) 0.9098821889009118 y2[1] (numeric) 0.9098821889009159 absolute error 4.107825191113079e-15 relative error 4.514678099232944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.41486672838501465 y1[1] (numeric) 0.4148667283850016 absolute error 1.304512053934559e-14 relative error 3.1444123249235695e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1439999999999848 y2[1] (analytic) 0.9102966006190958 y2[1] (numeric) 0.9102966006190999 absolute error 4.107825191113079e-15 relative error 4.5126227960417886e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4139566389144139 y1[1] (numeric) 0.4139566389144008 absolute error 1.3100631690576847e-14 relative error 3.1647352546229894e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1449999999999847 y2[1] (analytic) 0.910710102040755 y2[1] (numeric) 0.9107101020407591 absolute error 4.107825191113079e-15 relative error 4.5105738718699873e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4130461354872088 y1[1] (numeric) 0.4130461354871956 absolute error 1.3211653993039363e-14 relative error 3.1985903892928447e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1459999999999846 y2[1] (analytic) 0.911122692752388 y2[1] (numeric) 0.9111226927523922 absolute error 4.218847493575595e-15 relative error 4.630383511611354e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.41213521901390265 y1[1] (numeric) 0.41213521901388933 absolute error 1.3322676295501878e-14 relative error 3.2325983514290394e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1469999999999845 y2[1] (analytic) 0.9115343723414043 y2[1] (numeric) 0.9115343723414084 absolute error 4.107825191113079e-15 relative error 4.506495109516882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4112238904054118 y1[1] (numeric) 0.41122389040539836 absolute error 1.3433698597964394e-14 relative error 3.2667602518716903e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1479999999999844 y2[1] (analytic) 0.9119451403961242 y2[1] (numeric) 0.9119451403961283 absolute error 4.107825191113079e-15 relative error 4.504465245934368e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4103121505730648 y1[1] (numeric) 0.41031215057305126 absolute error 1.354472090042691e-14 relative error 3.3010772119493896e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1489999999999843 y2[1] (analytic) 0.9123549965057797 y2[1] (numeric) 0.9123549965057838 absolute error 4.107825191113079e-15 relative error 4.5024417105683673e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4094000004286014 y1[1] (numeric) 0.4094000004285878 absolute error 1.3600232051658168e-14 relative error 3.3219912157840904e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1499999999999841 y2[1] (analytic) 0.9127639402605146 y2[1] (numeric) 0.9127639402605188 absolute error 4.218847493575595e-15 relative error 4.6220575851972e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.40848744088417177 y1[1] (numeric) 0.40848744088415806 absolute error 1.3711254354120683e-14 relative error 3.3565914106055867e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.150999999999984 y2[1] (analytic) 0.9131719712513854 y2[1] (numeric) 0.9131719712513896 absolute error 4.218847493575595e-15 relative error 4.619992319512615e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4075744728523352 y1[1] (numeric) 0.40757447285232146 absolute error 1.3766765505351941e-14 relative error 3.377730064645059e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.151999999999984 y2[1] (analytic) 0.913579089070361 y2[1] (numeric) 0.9135790890703652 absolute error 4.218847493575595e-15 relative error 4.617933514512253e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.40666109724605987 y1[1] (numeric) 0.40666109724604593 absolute error 1.3933298959045715e-14 relative error 3.426267979259163e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1529999999999838 y2[1] (analytic) 0.9139852933103237 y2[1] (numeric) 0.913985293310328 absolute error 4.218847493575595e-15 relative error 4.615881157447878e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4057473149787211 y1[1] (numeric) 0.4057473149787071 absolute error 1.3988810110276972e-14 relative error 3.4476654789473093e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1539999999999837 y2[1] (analytic) 0.9143905835650693 y2[1] (numeric) 0.9143905835650735 absolute error 4.218847493575595e-15 relative error 4.613835235624313e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.4048331269641011 y1[1] (numeric) 0.4048331269640871 absolute error 1.404432126150823e-14 relative error 3.469163051657485e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1549999999999836 y2[1] (analytic) 0.9147949594293074 y2[1] (numeric) 0.9147949594293118 absolute error 4.3298697960381105e-15 relative error 4.733158782093955e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.403918534116388 y1[1] (numeric) 0.4039185341163738 absolute error 1.4210854715202004e-14 relative error 3.518247744261021e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1559999999999835 y2[1] (analytic) 0.9151984204986625 y2[1] (numeric) 0.9151984204986668 absolute error 4.3298697960381105e-15 relative error 4.731072190529898e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.40300353735017436 y1[1] (numeric) 0.4030035373501601 absolute error 1.426636586643326e-14 relative error 3.540010085330108e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1569999999999834 y2[1] (analytic) 0.9156009663696733 y2[1] (numeric) 0.9156009663696776 absolute error 4.3298697960381105e-15 relative error 4.728992164791937e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.402088137580457 y1[1] (numeric) 0.4020881375804426 absolute error 1.4377388168895777e-14 relative error 3.575680758803508e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1579999999999833 y2[1] (analytic) 0.9160025966397939 y2[1] (numeric) 0.9160025966397983 absolute error 4.440892098500626e-15 relative error 4.848121735452841e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.40117233572263555 y1[1] (numeric) 0.401172335722621 absolute error 1.454392162258955e-14 relative error 3.6253550725005617e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1589999999999832 y2[1] (analytic) 0.9164033109073944 y2[1] (numeric) 0.9164033109073987 absolute error 4.3298697960381105e-15 relative error 4.724851759593499e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.40025613269251176 y1[1] (numeric) 0.40025613269249716 absolute error 1.459943277382081e-14 relative error 3.647522569013705e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.159999999999983 y2[1] (analytic) 0.9168031087717602 y2[1] (numeric) 0.9168031087717645 absolute error 4.3298697960381105e-15 relative error 4.722791354665922e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3993395294062887 y1[1] (numeric) 0.399339529406274 absolute error 1.4710455076283324e-14 relative error 3.683696201614161e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.160999999999983 y2[1] (analytic) 0.9172019898330936 y2[1] (numeric) 0.917201989833098 absolute error 4.3298697960381105e-15 relative error 4.720737464629826e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3984225267805695 y1[1] (numeric) 0.3984225267805547 absolute error 1.482147737874584e-14 relative error 3.720040003387846e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1619999999999828 y2[1] (analytic) 0.9175999536925137 y2[1] (numeric) 0.9175999536925181 absolute error 4.440892098500626e-15 relative error 4.839682130137468e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3975051257323567 y1[1] (numeric) 0.39750512573234176 absolute error 1.4932499681208355e-14 relative error 3.7565552528906315e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1629999999999827 y2[1] (analytic) 0.9179969999520565 y2[1] (numeric) 0.917996999952061 absolute error 4.440892098500626e-15 relative error 4.837588901415317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3965873271790513 y1[1] (numeric) 0.3965873271790363 absolute error 1.504352198367087e-14 relative error 3.793243241198935e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1639999999999826 y2[1] (analytic) 0.918393128214676 y2[1] (numeric) 0.9183931282146803 absolute error 4.3298697960381105e-15 relative error 4.714614758121313e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3956691320384518 y1[1] (numeric) 0.3956691320384366 absolute error 1.5154544286133387e-14 relative error 3.83010527206369e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1649999999999825 y2[1] (analytic) 0.9187883380842436 y2[1] (numeric) 0.9187883380842481 absolute error 4.440892098500626e-15 relative error 4.833422361193967e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3947505412287532 y1[1] (numeric) 0.39475054122873793 absolute error 1.5265566588595902e-14 relative error 3.867142662066596e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1659999999999824 y2[1] (analytic) 0.9191826291655498 y2[1] (numeric) 0.9191826291655543 absolute error 4.440892098500626e-15 relative error 4.83134902422182e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3938315556685463 y1[1] (numeric) 0.3938315556685309 absolute error 1.5376588891058418e-14 relative error 3.904356740778678e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1669999999999823 y2[1] (analytic) 0.9195760010643035 y2[1] (numeric) 0.9195760010643079 absolute error 4.440892098500626e-15 relative error 4.829282292448698e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.39291217627681646 y1[1] (numeric) 0.39291217627680103 absolute error 1.5432100042289676e-14 relative error 3.927620718839056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1679999999999822 y2[1] (analytic) 0.9199684533871327 y2[1] (numeric) 0.9199684533871372 absolute error 4.440892098500626e-15 relative error 4.827222153270782e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.39199240397294316 y1[1] (numeric) 0.3919924039729276 absolute error 1.554312234475219e-14 relative error 3.965159066149924e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.168999999999982 y2[1] (analytic) 0.9203599857415852 y2[1] (numeric) 0.9203599857415896 absolute error 4.440892098500626e-15 relative error 4.825168594136948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3910722396766985 y1[1] (numeric) 0.3910722396766829 absolute error 1.559863349598345e-14 relative error 3.988683397440566e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.169999999999982 y2[1] (analytic) 0.9207505977361286 y2[1] (numeric) 0.9207505977361331 absolute error 4.551914400963142e-15 relative error 4.94369964261228e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3901516843082468 y1[1] (numeric) 0.3901516843082311 absolute error 1.5709655798445965e-14 relative error 4.026550808386168e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1709999999999818 y2[1] (analytic) 0.921140288980151 y2[1] (numeric) 0.9211402889801555 absolute error 4.551914400963142e-15 relative error 4.941608195210782e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.38923073878814335 y1[1] (numeric) 0.3892307387881275 absolute error 1.587618925213974e-14 relative error 4.078863170357437e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1719999999999817 y2[1] (analytic) 0.9215290590839612 y2[1] (numeric) 0.9215290590839658 absolute error 4.551914400963142e-15 relative error 4.939523454081781e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3883094040373335 y1[1] (numeric) 0.3883094040373175 absolute error 1.5987211554602254e-14 relative error 4.1171322116796286e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1729999999999816 y2[1] (analytic) 0.9219169076587891 y2[1] (numeric) 0.9219169076587937 absolute error 4.6629367034256575e-15 relative error 5.057870904295702e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.387387680977152 y1[1] (numeric) 0.3873876809771359 absolute error 1.609823385706477e-14 relative error 4.155587450911801e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1739999999999815 y2[1] (analytic) 0.9223038343167862 y2[1] (numeric) 0.9223038343167909 absolute error 4.6629367034256575e-15 relative error 5.055749016678234e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.38646557052932173 y1[1] (numeric) 0.3864655705293056 absolute error 1.6153745008296028e-14 relative error 4.1798665237296784e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1749999999999814 y2[1] (analytic) 0.9226898386710258 y2[1] (numeric) 0.9226898386710305 absolute error 4.6629367034256575e-15 relative error 5.053633960185155e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3855430736159532 y1[1] (numeric) 0.3855430736159369 absolute error 1.6264767310758543e-14 relative error 4.218664119215947e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1759999999999813 y2[1] (analytic) 0.9230749203355036 y2[1] (numeric) 0.9230749203355083 absolute error 4.6629367034256575e-15 relative error 5.05152572201924e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.38462019115954316 y1[1] (numeric) 0.3846201911595268 absolute error 1.637578961322106e-14 relative error 4.257652091496222e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1769999999999812 y2[1] (analytic) 0.9234590789251381 y2[1] (numeric) 0.9234590789251428 absolute error 4.6629367034256575e-15 relative error 5.049424289436941e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.383696924082974 y1[1] (numeric) 0.3836969240829575 absolute error 1.6486811915683575e-14 relative error 4.2968319214668296e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.177999999999981 y2[1] (analytic) 0.9238423140557706 y2[1] (numeric) 0.9238423140557752 absolute error 4.6629367034256575e-15 relative error 5.047329649748177e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3827732733095128 y1[1] (numeric) 0.3827732733094962 absolute error 1.659783421814609e-14 relative error 4.3362051050844875e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.178999999999981 y2[1] (analytic) 0.9242246253441659 y2[1] (numeric) 0.9242246253441706 absolute error 4.6629367034256575e-15 relative error 5.045241790316133e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3818492397628101 y1[1] (numeric) 0.3818492397627934 absolute error 1.6708856520608606e-14 relative error 4.375773153558587e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1799999999999808 y2[1] (analytic) 0.9246060124080131 y2[1] (numeric) 0.9246060124080177 absolute error 4.551914400963142e-15 relative error 4.923085443829515e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3809248243668995 y1[1] (numeric) 0.3809248243668827 absolute error 1.6819878823071122e-14 relative error 4.41553759354642e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1809999999999807 y2[1] (analytic) 0.9249864748659248 y2[1] (numeric) 0.9249864748659293 absolute error 4.551914400963142e-15 relative error 4.921060496179617e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.38000002804619626 y1[1] (numeric) 0.38000002804617933 absolute error 1.6930901125533637e-14 relative error 4.455499967351414e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1819999999999806 y2[1] (analytic) 0.9253660123374386 y2[1] (numeric) 0.9253660123374433 absolute error 4.6629367034256575e-15 relative error 5.039018767987016e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.37907485172549665 y1[1] (numeric) 0.3790748517254796 absolute error 1.7041923427996153e-14 relative error 4.495661833124423e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1829999999999805 y2[1] (analytic) 0.9257446244430174 y2[1] (numeric) 0.9257446244430221 absolute error 4.6629367034256575e-15 relative error 5.036957904272094e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3781492963299769 y1[1] (numeric) 0.37814929632995975 absolute error 1.715294573045867e-14 relative error 4.536024765068142e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1839999999999804 y2[1] (analytic) 0.9261223108040488 y2[1] (numeric) 0.9261223108040535 absolute error 4.6629367034256575e-15 relative error 5.034903758421875e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.37722336278519236 y1[1] (numeric) 0.3772233627851751 absolute error 1.7263968032921184e-14 relative error 4.576590353644679e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1849999999999803 y2[1] (analytic) 0.9264990710428466 y2[1] (numeric) 0.9264990710428513 absolute error 4.773959005888173e-15 relative error 5.152686230451059e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3762970520170764 y1[1] (numeric) 0.3762970520170591 absolute error 1.7319479184152442e-14 relative error 4.60260825624711e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1859999999999802 y2[1] (analytic) 0.9268749047826506 y2[1] (numeric) 0.9268749047826553 absolute error 4.773959005888173e-15 relative error 5.150596894202948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.37537036495193987 y1[1] (numeric) 0.37537036495192244 absolute error 1.7430501486614958e-14 relative error 4.6435475770301296e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.18699999999998 y2[1] (analytic) 0.9272498116476269 y2[1] (numeric) 0.9272498116476318 absolute error 4.884981308350689e-15 relative error 5.268247291062355e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3744433025164696 y1[1] (numeric) 0.3744433025164521 absolute error 1.7541523789077473e-14 relative error 4.684694230391776e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.18799999999998 y2[1] (analytic) 0.927623791262869 y2[1] (numeric) 0.9276237912628738 absolute error 4.773959005888173e-15 relative error 5.146438729637254e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3735158656377281 y1[1] (numeric) 0.37351586563771044 absolute error 1.765254609153999e-14 relative error 4.726049872446688e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1889999999999799 y2[1] (analytic) 0.927996843254397 y2[1] (numeric) 0.9279968432544018 absolute error 4.773959005888173e-15 relative error 5.144369876460303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.372588055243152 y1[1] (numeric) 0.37258805524313426 absolute error 1.7763568394002505e-14 relative error 4.767616176640432e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1899999999999797 y2[1] (analytic) 0.9283689672491592 y2[1] (numeric) 0.928368967249164 absolute error 4.773959005888173e-15 relative error 5.142307826201735e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.37165987226055175 y1[1] (numeric) 0.3716598722605339 absolute error 1.787459069646502e-14 relative error 4.809394833977142e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1909999999999796 y2[1] (analytic) 0.9287401628750315 y2[1] (numeric) 0.9287401628750362 absolute error 4.773959005888173e-15 relative error 5.140252566562628e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3707313176181102 y1[1] (numeric) 0.3707313176180922 absolute error 1.7985612998927536e-14 relative error 4.8513875532507594e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1919999999999795 y2[1] (analytic) 0.9291104297608183 y2[1] (numeric) 0.929110429760823 absolute error 4.773959005888173e-15 relative error 5.138204085296016e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.36980239224438194 y1[1] (numeric) 0.36980239224436384 absolute error 1.8096635301390052e-14 relative error 4.893596061279935e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1929999999999794 y2[1] (analytic) 0.9294797675362526 y2[1] (numeric) 0.9294797675362575 absolute error 4.884981308350689e-15 relative error 5.255608006723137e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.36887309706829224 y1[1] (numeric) 0.36887309706827404 absolute error 1.8207657603852567e-14 relative error 4.9360221031466676e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1939999999999793 y2[1] (analytic) 0.929848175831997 y2[1] (numeric) 0.9298481758320019 absolute error 4.884981308350689e-15 relative error 5.253525720991786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3679434330191362 y1[1] (numeric) 0.3679434330191179 absolute error 1.8263168755083825e-14 relative error 4.963580571401035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1949999999999792 y2[1] (analytic) 0.930215654279643 y2[1] (numeric) 0.9302156542796479 absolute error 4.884981308350689e-15 relative error 5.251450333991216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3670134010265778 y1[1] (numeric) 0.36701340102655944 absolute error 1.837419105754634e-14 relative error 5.006408759503511e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.195999999999979 y2[1] (analytic) 0.9305822025117123 y2[1] (numeric) 0.9305822025117172 absolute error 4.884981308350689e-15 relative error 5.249381833400373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.366083002020649 y1[1] (numeric) 0.3660830020206305 absolute error 1.8485213360008856e-14 relative error 5.049459619260387e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.196999999999979 y2[1] (analytic) 0.9309478201616566 y2[1] (numeric) 0.9309478201616616 absolute error 4.9960036108132044e-15 relative error 5.366577484381092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.36515223693174864 y1[1] (numeric) 0.36515223693173005 absolute error 1.8596235662471372e-14 relative error 5.092734969592212e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1979999999999789 y2[1] (analytic) 0.9313125068638584 y2[1] (numeric) 0.9313125068638632 absolute error 4.884981308350689e-15 relative error 5.24526544242446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3642211066906418 y1[1] (numeric) 0.3642211066906231 absolute error 1.8707257964933888e-14 relative error 5.136236648916466e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1989999999999787 y2[1] (analytic) 0.9316762622536308 y2[1] (numeric) 0.9316762622536358 absolute error 4.9960036108132044e-15 relative error 5.362381562377017e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3632896122284586 y1[1] (numeric) 0.3632896122284398 absolute error 1.8818280267396403e-14 relative error 5.179966515409839e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.1999999999999786 y2[1] (analytic) 0.9320390859672186 y2[1] (numeric) 0.9320390859672236 absolute error 4.9960036108132044e-15 relative error 5.360294097139315e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3623577544766935 y1[1] (numeric) 0.36235775447667457 absolute error 1.892930256985892e-14 relative error 5.2239264472747564e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2009999999999785 y2[1] (analytic) 0.9324009776417982 y2[1] (numeric) 0.9324009776418032 absolute error 4.9960036108132044e-15 relative error 5.358213612612198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3614255343672041 y1[1] (numeric) 0.36142553436718505 absolute error 1.9040324872321435e-14 relative error 5.2681183430102336e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2019999999999784 y2[1] (analytic) 0.9327619369154778 y2[1] (numeric) 0.9327619369154828 absolute error 4.9960036108132044e-15 relative error 5.356140096512019e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3604929528322104 y1[1] (numeric) 0.3604929528321913 absolute error 1.9095836023552692e-14 relative error 5.297145443073544e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2029999999999783 y2[1] (analytic) 0.9331219634272981 y2[1] (numeric) 0.9331219634273032 absolute error 5.10702591327572e-15 relative error 5.473052948531975e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35956001080429395 y1[1] (numeric) 0.35956001080427474 absolute error 1.9206858326015208e-14 relative error 5.341767090019744e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2039999999999782 y2[1] (analytic) 0.9334810568172329 y2[1] (numeric) 0.933481056817238 absolute error 5.10702591327572e-15 relative error 5.470947563401525e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35862670921639667 y1[1] (numeric) 0.35862670921637735 absolute error 1.9317880628477724e-14 relative error 5.386626297491201e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.204999999999978 y2[1] (analytic) 0.9338392167261886 y2[1] (numeric) 0.9338392167261937 absolute error 5.10702591327572e-15 relative error 5.468849264201713e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35769304900182003 y1[1] (numeric) 0.3576930490018006 absolute error 1.942890293094024e-14 relative error 5.431725046141833e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.205999999999978 y2[1] (analytic) 0.9341964427960054 y2[1] (numeric) 0.9341964427960106 absolute error 5.10702591327572e-15 relative error 5.466758038588367e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3567590310942242 y1[1] (numeric) 0.35675903109420465 absolute error 1.9539925233402755e-14 relative error 5.477065338324129e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2069999999999779 y2[1] (analytic) 0.9345527346694573 y2[1] (numeric) 0.9345527346694624 absolute error 5.10702591327572e-15 relative error 5.46467387426995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.355824656427627 y1[1] (numeric) 0.35582465642760736 absolute error 1.965094753586527e-14 relative error 5.522649198387458e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2079999999999778 y2[1] (analytic) 0.9349080919902525 y2[1] (numeric) 0.9349080919902575 absolute error 4.9960036108132044e-15 relative error 5.343844655550691e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35488992593640306 y1[1] (numeric) 0.3548899259363833 absolute error 1.9761969838327786e-14 relative error 5.568478672981314e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2089999999999776 y2[1] (analytic) 0.9352625144030334 y2[1] (numeric) 0.9352625144030385 absolute error 5.10702591327572e-15 relative error 5.460526680613808e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35395484055528276 y1[1] (numeric) 0.3539548405552629 absolute error 1.9872992140790302e-14 relative error 5.614555831363583e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2099999999999775 y2[1] (analytic) 0.935616001553378 y2[1] (numeric) 0.9356160015533831 absolute error 5.10702591327572e-15 relative error 5.458463626954502e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3530194012193514 y1[1] (numeric) 0.3530194012193314 absolute error 1.9984014443252818e-14 relative error 5.660882765713942e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2109999999999774 y2[1] (analytic) 0.9359685530877989 y2[1] (numeric) 0.935968553087804 absolute error 5.10702591327572e-15 relative error 5.45640758594659e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.35208360886404816 y1[1] (numeric) 0.3520836088640281 absolute error 2.0039525594484076e-14 relative error 5.691695122967806e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2119999999999773 y2[1] (analytic) 0.9363201686537448 y2[1] (numeric) 0.9363201686537499 absolute error 5.10702591327572e-15 relative error 5.454358545558918e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3511474644251655 y1[1] (numeric) 0.35114746442514533 absolute error 2.015054789694659e-14 relative error 5.738485946334082e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2129999999999772 y2[1] (analytic) 0.9366708478996001 y2[1] (numeric) 0.9366708478996052 absolute error 5.10702591327572e-15 relative error 5.45231649381185e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3502109688388476 y1[1] (numeric) 0.35021096883882735 absolute error 2.0261570199409107e-14 relative error 5.785532722343894e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.213999999999977 y2[1] (analytic) 0.9370205904746854 y2[1] (numeric) 0.9370205904746906 absolute error 5.10702591327572e-15 relative error 5.450281418777095e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.34927412304159006 y1[1] (numeric) 0.34927412304156974 absolute error 2.0317081350640365e-14 relative error 5.816944345522298e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.214999999999977 y2[1] (analytic) 0.9373693960292585 y2[1] (numeric) 0.9373693960292636 absolute error 5.10702591327572e-15 relative error 5.44825330857752e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.34833692797023863 y1[1] (numeric) 0.34833692797021815 absolute error 2.0483614804334138e-14 relative error 5.880402897187009e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2159999999999769 y2[1] (analytic) 0.9377172642145135 y2[1] (numeric) 0.9377172642145187 absolute error 5.218048215738236e-15 relative error 5.564628502504085e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3473993845619882 y1[1] (numeric) 0.3473993845619676 absolute error 2.0594637106796654e-14 relative error 5.92823074017906e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2169999999999768 y2[1] (analytic) 0.9380641946825826 y2[1] (numeric) 0.9380641946825877 absolute error 5.10702591327572e-15 relative error 5.444217935430111e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3464614937543822 y1[1] (numeric) 0.34646149375436147 absolute error 2.070565940925917e-14 relative error 5.976323424830029e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2179999999999767 y2[1] (analytic) 0.9384101870865351 y2[1] (numeric) 0.9384101870865402 absolute error 5.10702591327572e-15 relative error 5.4422106489822e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3455232564853113 y1[1] (numeric) 0.3455232564852905 absolute error 2.0816681711721685e-14 relative error 6.024683236512224e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2189999999999765 y2[1] (analytic) 0.9387552410803787 y2[1] (numeric) 0.9387552410803839 absolute error 5.218048215738236e-15 relative error 5.558475721246549e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3445846736930127 y1[1] (numeric) 0.3445846736929918 absolute error 2.09277040141842e-14 relative error 6.073312486564187e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2199999999999764 y2[1] (analytic) 0.9390993563190595 y2[1] (numeric) 0.9390993563190647 absolute error 5.218048215738236e-15 relative error 5.556438922704789e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.34364574631606915 y1[1] (numeric) 0.3436457463160481 absolute error 2.1038726316646716e-14 relative error 6.122213512660881e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2209999999999763 y2[1] (analytic) 0.9394425324584622 y2[1] (numeric) 0.9394425324584674 absolute error 5.218048215738236e-15 relative error 5.554409168683188e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3427064752934079 y1[1] (numeric) 0.34270647529338677 absolute error 2.1149748619109232e-14 relative error 6.171388679190228e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2219999999999762 y2[1] (analytic) 0.9397847691554108 y2[1] (numeric) 0.939784769155416 absolute error 5.218048215738236e-15 relative error 5.552386447407231e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3417668615642999 y1[1] (numeric) 0.34176686156427866 absolute error 2.1260770921571748e-14 relative error 6.220840377636131e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.222999999999976 y2[1] (analytic) 0.9401260660676685 y2[1] (numeric) 0.9401260660676737 absolute error 5.218048215738236e-15 relative error 5.550370747153234e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.34082690606835886 y1[1] (numeric) 0.3408269060683375 absolute error 2.1371793224034263e-14 relative error 6.270571026968092e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.223999999999976 y2[1] (analytic) 0.9404664228539384 y2[1] (numeric) 0.9404664228539437 absolute error 5.218048215738236e-15 relative error 5.548362056248167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.33988660974554014 y1[1] (numeric) 0.33988660974551865 absolute error 2.148281552649678e-14 relative error 6.320583074037581e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2249999999999759 y2[1] (analytic) 0.940805839173864 y2[1] (numeric) 0.9408058391738692 absolute error 5.218048215738236e-15 relative error 5.546360363069477e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.33894597353614 y1[1] (numeric) 0.3389459735361184 absolute error 2.1593837828959295e-14 relative error 6.370878993981281e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2259999999999758 y2[1] (analytic) 0.9411443146880286 y2[1] (numeric) 0.941144314688034 absolute error 5.329070518200751e-15 relative error 5.662330882769277e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.33800499838079456 y1[1] (numeric) 0.33800499838077286 absolute error 2.170486013142181e-14 relative error 6.42146129063134e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2269999999999757 y2[1] (analytic) 0.9414818490579571 y2[1] (numeric) 0.9414818490579624 absolute error 5.329070518200751e-15 relative error 5.660300858198167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3370636852204789 y1[1] (numeric) 0.3370636852204571 absolute error 2.1815882433884326e-14 relative error 6.472332496932797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2279999999999756 y2[1] (analytic) 0.941818441946115 y2[1] (numeric) 0.9418184419461203 absolute error 5.329070518200751e-15 relative error 5.658277944939251e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3361220349965061 y1[1] (numeric) 0.3361220349964842 absolute error 2.1926904736346842e-14 relative error 6.523495175368305e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2289999999999754 y2[1] (analytic) 0.9421540930159094 y2[1] (numeric) 0.9421540930159147 absolute error 5.329070518200751e-15 relative error 5.656262131327135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3351800486505263 y1[1] (numeric) 0.3351800486505043 absolute error 2.19824158875781e-14 relative error 6.558390326656331e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2299999999999753 y2[1] (analytic) 0.9424888019316893 y2[1] (numeric) 0.9424888019316946 absolute error 5.329070518200751e-15 relative error 5.654253405747093e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3342377271245258 y1[1] (numeric) 0.3342377271245037 absolute error 2.2093438190040615e-14 relative error 6.6100970647784886e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2309999999999752 y2[1] (analytic) 0.9428225683587458 y2[1] (numeric) 0.9428225683587511 absolute error 5.329070518200751e-15 relative error 5.652251756634903e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3332950713608261 y1[1] (numeric) 0.33329507136080383 absolute error 2.225997164373439e-14 relative error 6.6787581204990835e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2319999999999751 y2[1] (analytic) 0.9431553919633124 y2[1] (numeric) 0.9431553919633179 absolute error 5.440092820663267e-15 relative error 5.767970863569935e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.33235208230208274 y1[1] (numeric) 0.33235208230206037 absolute error 2.2370993946196904e-14 relative error 6.731112918336818e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.232999999999975 y2[1] (analytic) 0.9434872724125658 y2[1] (numeric) 0.9434872724125712 absolute error 5.440092820663267e-15 relative error 5.765941926013006e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3314087608912848 y1[1] (numeric) 0.3314087608912623 absolute error 2.248201624865942e-14 relative error 6.783772459182035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.233999999999975 y2[1] (analytic) 0.9438182093746255 y2[1] (numeric) 0.9438182093746308 absolute error 5.329070518200751e-15 relative error 5.646289153217119e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.33046510807175355 y1[1] (numeric) 0.33046510807173096 absolute error 2.2593038551121936e-14 relative error 6.836739492090745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2349999999999748 y2[1] (analytic) 0.9441482025185542 y2[1] (numeric) 0.9441482025185597 absolute error 5.440092820663267e-15 relative error 5.761905605657666e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3295211247871418 y1[1] (numeric) 0.3295211247871191 absolute error 2.270406085358445e-14 relative error 6.890016798847241e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2359999999999747 y2[1] (analytic) 0.9444772515143592 y2[1] (numeric) 0.9444772515143647 absolute error 5.440092820663267e-15 relative error 5.759898199708581e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3285768119814327 y1[1] (numeric) 0.32857681198140987 absolute error 2.2815083156046967e-14 relative error 6.943607194452969e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2369999999999746 y2[1] (analytic) 0.9448053560329914 y2[1] (numeric) 0.9448053560329969 absolute error 5.440092820663267e-15 relative error 5.757897947895742e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.327632170598939 y1[1] (numeric) 0.3276321705989161 absolute error 2.2926105458509483e-14 relative error 6.997513527624178e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2379999999999745 y2[1] (analytic) 0.9451325157463464 y2[1] (numeric) 0.9451325157463518 absolute error 5.440092820663267e-15 relative error 5.755904838770009e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.32668720158430203 y1[1] (numeric) 0.326687201584279 absolute error 2.3037127760971998e-14 relative error 7.051738681298551e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2389999999999743 y2[1] (analytic) 0.9454587303272642 y2[1] (numeric) 0.9454587303272697 absolute error 5.440092820663267e-15 relative error 5.753918860932423e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3257419058824907 y1[1] (numeric) 0.32574190588246754 absolute error 2.3148150063434514e-14 relative error 7.10628557315099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2399999999999742 y2[1] (analytic) 0.9457839994495306 y2[1] (numeric) 0.9457839994495361 absolute error 5.440092820663267e-15 relative error 5.751940003034027e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3247962844388006 y1[1] (numeric) 0.32479628443877734 absolute error 2.325917236589703e-14 relative error 7.161157156118766e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2409999999999741 y2[1] (analytic) 0.9461083227878764 y2[1] (numeric) 0.9461083227878818 absolute error 5.440092820663267e-15 relative error 5.749968253775705e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.32385033819885317 y1[1] (numeric) 0.3238503381988298 absolute error 2.3370194668359545e-14 relative error 7.216356418936204e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.241999999999974 y2[1] (analytic) 0.9464317000179782 y2[1] (numeric) 0.9464317000179836 absolute error 5.440092820663267e-15 relative error 5.748003601908018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3229040681085945 y1[1] (numeric) 0.32290406810857103 absolute error 2.348121697082206e-14 relative error 7.271886386679152e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.242999999999974 y2[1] (analytic) 0.9467541308164588 y2[1] (numeric) 0.9467541308164642 absolute error 5.440092820663267e-15 relative error 5.74604603623103e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3219574751142946 y1[1] (numeric) 0.32195747511427103 absolute error 2.3592239273284576e-14 relative error 7.327750121319392e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2439999999999738 y2[1] (analytic) 0.9470756148608875 y2[1] (numeric) 0.947075614860893 absolute error 5.440092820663267e-15 relative error 5.744095545594152e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3210105601625465 y1[1] (numeric) 0.3210105601625228 absolute error 2.3703261575747092e-14 relative error 7.383950722289242e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2449999999999737 y2[1] (analytic) 0.9473961518297803 y2[1] (numeric) 0.9473961518297858 absolute error 5.440092820663267e-15 relative error 5.742152118895976e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3200633242002649 y1[1] (numeric) 0.3200633242002411 absolute error 2.3814283878209608e-14 relative error 7.440491327056553e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2459999999999736 y2[1] (analytic) 0.9477157414026002 y2[1] (numeric) 0.9477157414026056 absolute error 5.440092820663267e-15 relative error 5.740215745084111e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31911576817468584 y1[1] (numeric) 0.31911576817466186 absolute error 2.398081733190338e-14 relative error 7.514770413593646e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2469999999999735 y2[1] (analytic) 0.9480343832597576 y2[1] (numeric) 0.9480343832597631 absolute error 5.440092820663267e-15 relative error 5.738286413155021e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3181678930333651 y1[1] (numeric) 0.3181678930333411 absolute error 2.403632848313464e-14 relative error 7.554605291557195e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2479999999999734 y2[1] (analytic) 0.9483520770826109 y2[1] (numeric) 0.9483520770826163 absolute error 5.329070518200751e-15 relative error 5.619295456803788e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31721969972417796 y1[1] (numeric) 0.3172196997241538 absolute error 2.4147350785597155e-14 relative error 7.612185121728958e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2489999999999732 y2[1] (analytic) 0.9486688225534661 y2[1] (numeric) 0.9486688225534714 absolute error 5.329070518200751e-15 relative error 5.617419263191196e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3162711891953175 y1[1] (numeric) 0.31627118919529323 absolute error 2.425837308805967e-14 relative error 7.670117897801494e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2499999999999731 y2[1] (analytic) 0.9489846193555778 y2[1] (numeric) 0.9489846193555831 absolute error 5.329070518200751e-15 relative error 5.615549935698153e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31532236239529415 y1[1] (numeric) 0.3153223623952698 absolute error 2.4369395390522186e-14 relative error 7.728406956425198e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.250999999999973 y2[1] (analytic) 0.9492994671731492 y2[1] (numeric) 0.9492994671731545 absolute error 5.329070518200751e-15 relative error 5.613687463735557e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31437322027293474 y1[1] (numeric) 0.31437322027291026 absolute error 2.4480417692984702e-14 relative error 7.787055675967285e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.251999999999973 y2[1] (analytic) 0.9496133656913325 y2[1] (numeric) 0.9496133656913378 absolute error 5.329070518200751e-15 relative error 5.611831836761386e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31342376377738124 y1[1] (numeric) 0.31342376377735665 absolute error 2.4591439995447217e-14 relative error 7.846067477166166e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2529999999999728 y2[1] (analytic) 0.9499263145962292 y2[1] (numeric) 0.9499263145962346 absolute error 5.329070518200751e-15 relative error 5.609983044280544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31247399385809005 y1[1] (numeric) 0.31247399385806535 absolute error 2.4702462297909733e-14 relative error 7.905445823798172e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2539999999999727 y2[1] (analytic) 0.9502383135748906 y2[1] (numeric) 0.9502383135748959 absolute error 5.218048215738236e-15 relative error 5.49130480343128e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.31152391146483105 y1[1] (numeric) 0.31152391146480624 absolute error 2.481348460037225e-14 relative error 7.96519422335692e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2549999999999726 y2[1] (analytic) 0.9505493623153175 y2[1] (numeric) 0.9505493623153228 absolute error 5.329070518200751e-15 relative error 5.606305921052194e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3105735175476866 y1[1] (numeric) 0.31057351754766166 absolute error 2.4924506902834764e-14 relative error 8.025316227745582e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2559999999999725 y2[1] (analytic) 0.9508594605064614 y2[1] (numeric) 0.9508594605064666 absolute error 5.218048215738236e-15 relative error 5.487717620182186e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3096228130570504 y1[1] (numeric) 0.3096228130570254 absolute error 2.503552920529728e-14 relative error 8.085815433982343e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2569999999999724 y2[1] (analytic) 0.951168607838224 y2[1] (numeric) 0.9511686078382292 absolute error 5.218048215738236e-15 relative error 5.485934010792888e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.308671798943627 y1[1] (numeric) 0.30867179894360186 absolute error 2.5146551507759796e-14 relative error 8.14669548491935e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2579999999999723 y2[1] (analytic) 0.951476804001458 y2[1] (numeric) 0.9514768040014632 absolute error 5.218048215738236e-15 relative error 5.484157042813458e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.30772047615843034 y1[1] (numeric) 0.3077204761584051 absolute error 2.525757381022231e-14 relative error 8.207960069975457e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2589999999999721 y2[1] (analytic) 0.9517840486879673 y2[1] (numeric) 0.9517840486879725 absolute error 5.218048215738236e-15 relative error 5.482386706240041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3067688456527832 y1[1] (numeric) 0.3067688456527578 absolute error 2.5368596112684827e-14 relative error 8.269612925883065e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.259999999999972 y2[1] (analytic) 0.9520903415905072 y2[1] (numeric) 0.9520903415905124 absolute error 5.218048215738236e-15 relative error 5.480622991113706e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.30581690837831593 y1[1] (numeric) 0.30581690837829045 absolute error 2.5479618415147343e-14 relative error 8.331657837449378e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.260999999999972 y2[1] (analytic) 0.9523956824027849 y2[1] (numeric) 0.95239568240279 absolute error 5.10702591327572e-15 relative error 5.362294272892208e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3048646652869658 y1[1] (numeric) 0.30486466528694023 absolute error 2.5590640717609858e-14 relative error 8.394098638332411e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2619999999999718 y2[1] (analytic) 0.9527000708194595 y2[1] (numeric) 0.9527000708194647 absolute error 5.218048215738236e-15 relative error 5.477115385590306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3039121173309758 y1[1] (numeric) 0.3039121173309501 absolute error 2.5701663020072374e-14 relative error 8.456939211832069e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2629999999999717 y2[1] (analytic) 0.9530035065361427 y2[1] (numeric) 0.953003506536148 absolute error 5.218048215738236e-15 relative error 5.475371475498701e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.3029592654628938 y1[1] (numeric) 0.30295926546286794 absolute error 2.5868196473766147e-14 relative error 8.538506466947604e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2639999999999716 y2[1] (analytic) 0.9533059892493988 y2[1] (numeric) 0.953305989249404 absolute error 5.218048215738236e-15 relative error 5.473634147464815e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.30200611063557153 y1[1] (numeric) 0.3020061106355456 absolute error 2.5923707624997405e-14 relative error 8.5838354629451e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2649999999999715 y2[1] (analytic) 0.9536075186567451 y2[1] (numeric) 0.9536075186567503 absolute error 5.218048215738236e-15 relative error 5.471903391752193e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.30105265380216384 y1[1] (numeric) 0.3010526538021378 absolute error 2.603472992745992e-14 relative error 8.64789916270547e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2659999999999714 y2[1] (analytic) 0.9539080944566523 y2[1] (numeric) 0.9539080944566574 absolute error 5.10702591327572e-15 relative error 5.353792407207417e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.30009889591612743 y1[1] (numeric) 0.3000988959161013 absolute error 2.6145752229922437e-14 relative error 8.712378681069768e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2669999999999713 y2[1] (analytic) 0.9542077163485443 y2[1] (numeric) 0.9542077163485495 absolute error 5.218048215738236e-15 relative error 5.468461558565132e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2991448379312201 y1[1] (numeric) 0.29914483793119384 absolute error 2.6256774532384952e-14 relative error 8.777278161965794e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2679999999999712 y2[1] (analytic) 0.9545063840327996 y2[1] (numeric) 0.9545063840328049 absolute error 5.218048215738236e-15 relative error 5.46675046183759e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2981904808014998 y1[1] (numeric) 0.2981904808014734 absolute error 2.6367796834847468e-14 relative error 8.842601804046204e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.268999999999971 y2[1] (analytic) 0.9548040972107504 y2[1] (numeric) 0.9548040972107557 absolute error 5.218048215738236e-15 relative error 5.46504589892483e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2972358254813235 y1[1] (numeric) 0.297235825481297 absolute error 2.6478819137309983e-14 relative error 8.908353861595244e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.269999999999971 y2[1] (analytic) 0.9551008555846836 y2[1] (numeric) 0.9551008555846888 absolute error 5.218048215738236e-15 relative error 5.463347860309376e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2962808729253465 y1[1] (numeric) 0.2962808729253199 absolute error 2.65898414397725e-14 relative error 8.974538645453602e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2709999999999708 y2[1] (analytic) 0.9553966588578408 y2[1] (numeric) 0.955396658857846 absolute error 5.218048215738236e-15 relative error 5.461656336517146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.29532562408852125 y1[1] (numeric) 0.29532562408849455 absolute error 2.6700863742235015e-14 relative error 9.041160523961735e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2719999999999707 y2[1] (analytic) 0.9556915067344187 y2[1] (numeric) 0.9556915067344239 absolute error 5.218048215738236e-15 relative error 5.459971318117303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.29437007992609654 y1[1] (numeric) 0.2943700799260697 absolute error 2.681188604469753e-14 relative error 9.108223923922167e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2729999999999706 y2[1] (analytic) 0.9559853989195696 y2[1] (numeric) 0.9559853989195748 absolute error 5.218048215738236e-15 relative error 5.458292795722133e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.29341424139361644 y1[1] (numeric) 0.2934142413935895 absolute error 2.6922908347160046e-14 relative error 9.175733331581152e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2739999999999705 y2[1] (analytic) 0.9562783351194012 y2[1] (numeric) 0.9562783351194064 absolute error 5.218048215738236e-15 relative error 5.456620759986901e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2924581094469194 y1[1] (numeric) 0.2924581094468924 absolute error 2.7033930649622562e-14 relative error 9.2436932936302e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2749999999999704 y2[1] (analytic) 0.9565703150409773 y2[1] (numeric) 0.9565703150409826 absolute error 5.218048215738236e-15 relative error 5.454955201609728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2915016850421373 y1[1] (numeric) 0.29150168504211016 absolute error 2.7144952952085077e-14 relative error 9.31210841822791e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2759999999999703 y2[1] (analytic) 0.9568613383923181 y2[1] (numeric) 0.9568613383923233 absolute error 5.218048215738236e-15 relative error 5.453296111331451e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.29054496913569444 y1[1] (numeric) 0.2905449691356672 absolute error 2.7255975254547593e-14 relative error 9.380983376042599e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2769999999999702 y2[1] (analytic) 0.9571514048824004 y2[1] (numeric) 0.9571514048824055 absolute error 5.10702591327572e-15 relative error 5.335651065468781e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28958796268430664 y1[1] (numeric) 0.2895879626842793 absolute error 2.736699755701011e-14 relative error 9.450322901316223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.27799999999997 y2[1] (analytic) 0.9574405142211574 y2[1] (numeric) 0.9574405142211625 absolute error 5.10702591327572e-15 relative error 5.334039908923321e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28863066664498027 y1[1] (numeric) 0.2886306666449528 absolute error 2.7478019859472624e-14 relative error 9.520131792950112e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.27899999999997 y2[1] (analytic) 0.95772866611948 y2[1] (numeric) 0.9577286661194852 absolute error 5.10702591327572e-15 relative error 5.332435055920734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28767308197501135 y1[1] (numeric) 0.28767308197498376 absolute error 2.758904216193514e-14 relative error 9.590414915613014e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2799999999999698 y2[1] (analytic) 0.9580158602892163 y2[1] (numeric) 0.9580158602892215 absolute error 5.218048215738236e-15 relative error 5.446724247511888e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28671520963198444 y1[1] (numeric) 0.2867152096319567 absolute error 2.7755575615628914e-14 relative error 9.68053827742686e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2809999999999697 y2[1] (analytic) 0.9583020964431722 y2[1] (numeric) 0.9583020964431773 absolute error 5.10702591327572e-15 relative error 5.329244225000576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28575705057377176 y1[1] (numeric) 0.2857570505737439 absolute error 2.786659791809143e-14 relative error 9.75184964365291e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2819999999999696 y2[1] (analytic) 0.9585873742951114 y2[1] (numeric) 0.9585873742951165 absolute error 5.10702591327572e-15 relative error 5.327658229414012e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2847986057585323 y1[1] (numeric) 0.28479860575850435 absolute error 2.7922109069322687e-14 relative error 9.804159326888197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2829999999999695 y2[1] (analytic) 0.9588716935597563 y2[1] (numeric) 0.9588716935597614 absolute error 5.10702591327572e-15 relative error 5.32607850203209e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28383987614471085 y1[1] (numeric) 0.28383987614468276 absolute error 2.808864252301646e-14 relative error 9.895946582465373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2839999999999694 y2[1] (analytic) 0.9591550539527876 y2[1] (numeric) 0.9591550539527927 absolute error 5.10702591327572e-15 relative error 5.324505034122567e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2828808626910369 y1[1] (numeric) 0.2828808626910087 absolute error 2.8199664825478976e-14 relative error 9.968742514858175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2849999999999693 y2[1] (analytic) 0.9594374551908447 y2[1] (numeric) 0.9594374551908499 absolute error 5.218048215738236e-15 relative error 5.438653856493749e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2819215663565238 y1[1] (numeric) 0.2819215663564955 absolute error 2.8310687127941492e-14 relative error 1.0042043783248286e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2859999999999692 y2[1] (analytic) 0.9597188969915267 y2[1] (numeric) 0.9597188969915318 absolute error 5.10702591327572e-15 relative error 5.321376841995026e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28096198810046785 y1[1] (numeric) 0.2809619881004395 absolute error 2.836619827917275e-14 relative error 1.0096098219887815e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.286999999999969 y2[1] (analytic) 0.9599993790733916 y2[1] (numeric) 0.9599993790733967 absolute error 5.10702591327572e-15 relative error 5.319822100515432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.28000212888244724 y1[1] (numeric) 0.28000212888241877 absolute error 2.8477220581635265e-14 relative error 1.0170358595234397e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.287999999999969 y2[1] (analytic) 0.9602789011559575 y2[1] (numeric) 0.9602789011559626 absolute error 5.10702591327572e-15 relative error 5.318273583984843e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2790419896623211 y1[1] (numeric) 0.2790419896622925 absolute error 2.858824288409778e-14 relative error 1.0245140137759718e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2889999999999688 y2[1] (analytic) 0.9605574629597021 y2[1] (numeric) 0.9605574629597073 absolute error 5.218048215738236e-15 relative error 5.432312398740008e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2780815714002285 y1[1] (numeric) 0.2780815714001998 absolute error 2.8699265186560297e-14 relative error 1.0320448436065159e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2899999999999687 y2[1] (analytic) 0.960835064206064 y2[1] (numeric) 0.9608350642060691 absolute error 5.10702591327572e-15 relative error 5.315195191690517e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.27712087505658767 y1[1] (numeric) 0.27712087505655886 absolute error 2.881028748902281e-14 relative error 1.0396289158346442e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2909999999999686 y2[1] (analytic) 0.9611117046174417 y2[1] (numeric) 0.9611117046174468 absolute error 5.10702591327572e-15 relative error 5.313665298986768e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2761599015920949 y1[1] (numeric) 0.276159901592066 absolute error 2.892130979148533e-14 relative error 1.0472668053816108e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2919999999999685 y2[1] (analytic) 0.9613873839171948 y2[1] (numeric) 0.9613873839171999 absolute error 5.10702591327572e-15 relative error 5.312141597351764e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2751986519677236 y1[1] (numeric) 0.27519865196769455 absolute error 2.9032332093947844e-14 relative error 1.054959095415659e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2929999999999684 y2[1] (analytic) 0.9616621018296442 y2[1] (numeric) 0.9616621018296493 absolute error 5.10702591327572e-15 relative error 5.310624078415035e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2742371271447232 y1[1] (numeric) 0.27423712714469406 absolute error 2.914335439641036e-14 relative error 1.0627063775004663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2939999999999683 y2[1] (analytic) 0.9619358580800719 y2[1] (numeric) 0.961935858080077 absolute error 5.10702591327572e-15 relative error 5.309112733845721e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2732753280846185 y1[1] (numeric) 0.27327532808458926 absolute error 2.9254376698872875e-14 relative error 1.0705092517468092e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2949999999999682 y2[1] (analytic) 0.9622086523947215 y2[1] (numeric) 0.9622086523947267 absolute error 5.218048215738236e-15 relative error 5.422990328294891e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2723132557492085 y1[1] (numeric) 0.27231325574917914 absolute error 2.936539900133539e-14 relative error 1.0783683269675256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.295999999999968 y2[1] (analytic) 0.9624804845007991 y2[1] (numeric) 0.9624804845008043 absolute error 5.10702591327572e-15 relative error 5.306108534683208e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2713509111005655 y1[1] (numeric) 0.271350911100536 absolute error 2.9476421303797906e-14 relative error 1.086284220835862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.296999999999968 y2[1] (analytic) 0.9627513541264724 y2[1] (numeric) 0.9627513541264775 absolute error 5.10702591327572e-15 relative error 5.304615663625266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.27038829510103396 y1[1] (numeric) 0.2703882951010044 absolute error 2.958744360626042e-14 relative error 1.0942575600472907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2979999999999678 y2[1] (analytic) 0.9630212610008717 y2[1] (numeric) 0.9630212610008768 absolute error 5.10702591327572e-15 relative error 5.303128934005017e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.26942540871322984 y1[1] (numeric) 0.26942540871320014 absolute error 2.969846590872294e-14 relative error 1.1022889804848843e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2989999999999677 y2[1] (analytic) 0.9632902048540903 y2[1] (numeric) 0.9632902048540954 absolute error 5.10702591327572e-15 relative error 5.301648337687895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2684622529000395 y1[1] (numeric) 0.2684622529000097 absolute error 2.980948821118545e-14 relative error 1.110379127388343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.2999999999999676 y2[1] (analytic) 0.9635581854171843 y2[1] (numeric) 0.9635581854171894 absolute error 5.10702591327572e-15 relative error 5.30017386657825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2674988286246186 y1[1] (numeric) 0.2674988286245887 absolute error 2.992051051364797e-14 relative error 1.1185286555267669e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3009999999999675 y2[1] (analytic) 0.9638252024221732 y2[1] (numeric) 0.9638252024221783 absolute error 5.10702591327572e-15 relative error 5.298705512619236e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2665351368503914 y1[1] (numeric) 0.26653513685036134 absolute error 3.0031532816110484e-14 relative error 1.1267382293752684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3019999999999674 y2[1] (analytic) 0.96409125560204 y2[1] (numeric) 0.9640912556020451 absolute error 5.10702591327572e-15 relative error 5.297243267792703e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2655711785410495 y1[1] (numeric) 0.26557117854101936 absolute error 3.0142555118573e-14 relative error 1.1350085232955295e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3029999999999673 y2[1] (analytic) 0.9643563446907315 y2[1] (numeric) 0.9643563446907366 absolute error 5.10702591327572e-15 relative error 5.295787124119083e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.26460695466055123 y1[1] (numeric) 0.264606954660521 absolute error 3.0253577421035516e-14 relative error 1.1433402217204026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3039999999999672 y2[1] (analytic) 0.9646204694231587 y2[1] (numeric) 0.9646204694231638 absolute error 5.10702591327572e-15 relative error 5.294337073657282e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.26364246617312037 y1[1] (numeric) 0.26364246617309 absolute error 3.036459972349803e-14 relative error 1.1517340193426642e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.304999999999967 y2[1] (analytic) 0.9648836295351969 y2[1] (numeric) 0.964883629535202 absolute error 5.10702591327572e-15 relative error 5.29289310850457e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2626777140432453 y1[1] (numeric) 0.2626777140432148 absolute error 3.047562202596055e-14 relative error 1.1601906213080287e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.305999999999967 y2[1] (analytic) 0.9651458247636859 y2[1] (numeric) 0.965145824763691 absolute error 5.10702591327572e-15 relative error 5.291455220796469e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.261712699235678 y1[1] (numeric) 0.2617126992356475 absolute error 3.0531133177191805e-14 relative error 1.1665896712829303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3069999999999669 y2[1] (analytic) 0.9654070548464306 y2[1] (numeric) 0.9654070548464357 absolute error 5.10702591327572e-15 relative error 5.29002340270665e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2607474227154334 y1[1] (numeric) 0.26074742271540274 absolute error 3.064215547965432e-14 relative error 1.1751661880507109e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3079999999999667 y2[1] (analytic) 0.965667319522201 y2[1] (numeric) 0.9656673195222061 absolute error 5.10702591327572e-15 relative error 5.288597646446818e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25978188544778774 y1[1] (numeric) 0.259781885447757 absolute error 3.0753177782116836e-14 relative error 1.1838076288155112e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3089999999999666 y2[1] (analytic) 0.9659266185307321 y2[1] (numeric) 0.9659266185307374 absolute error 5.218048215738236e-15 relative error 5.402116595228934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2588160883982783 y1[1] (numeric) 0.25881608839824743 absolute error 3.086420008457935e-14 relative error 1.1925147418611812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3099999999999665 y2[1] (analytic) 0.9661849516127254 y2[1] (numeric) 0.9661849516127305 absolute error 5.10702591327572e-15 relative error 5.285764288453503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.257850032532702 y1[1] (numeric) 0.257850032532671 absolute error 3.097522238704187e-14 relative error 1.2012882869469259e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3109999999999664 y2[1] (analytic) 0.9664423185098475 y2[1] (numeric) 0.9664423185098526 absolute error 5.10702591327572e-15 relative error 5.284356671332664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2568837188171147 y1[1] (numeric) 0.2568837188170836 absolute error 3.108624468950438e-14 relative error 1.210129035528167e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3119999999999663 y2[1] (analytic) 0.9666987189647317 y2[1] (numeric) 0.9666987189647368 absolute error 5.10702591327572e-15 relative error 5.282955085266892e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25591714821782996 y1[1] (numeric) 0.25591714821779876 absolute error 3.11972669919669e-14 relative error 1.2190377709825292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3129999999999662 y2[1] (analytic) 0.9669541527209774 y2[1] (numeric) 0.9669541527209825 absolute error 5.10702591327572e-15 relative error 5.281559522656494e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25495032170141835 y1[1] (numeric) 0.25495032170138704 absolute error 3.1308289294429414e-14 relative error 1.2280152888410824e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.313999999999966 y2[1] (analytic) 0.967208619523151 y2[1] (numeric) 0.9672086195231561 absolute error 5.10702591327572e-15 relative error 5.280169975939177e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25398324023470625 y1[1] (numeric) 0.25398324023467483 absolute error 3.141931159689193e-14 relative error 1.2370623970249889e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.314999999999966 y2[1] (analytic) 0.9674621191167857 y2[1] (numeric) 0.9674621191167907 absolute error 4.9960036108132044e-15 relative error 5.164030210685819e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2530159047847751 y1[1] (numeric) 0.25301590478474356 absolute error 3.1530333899354446e-14 relative error 1.2461799160876998e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3159999999999659 y2[1] (analytic) 0.9677146512483819 y2[1] (numeric) 0.9677146512483868 absolute error 4.9960036108132044e-15 relative error 5.162682619683607e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25204831631896024 y1[1] (numeric) 0.2520483163189286 absolute error 3.164135620181696e-14 relative error 1.255368679462857e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3169999999999658 y2[1] (analytic) 0.9679662156654074 y2[1] (numeric) 0.9679662156654124 absolute error 4.9960036108132044e-15 relative error 5.161340891819049e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25108047580485005 y1[1] (numeric) 0.25108047580481835 absolute error 3.169686735304822e-14 relative error 1.262418642924841e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3179999999999656 y2[1] (analytic) 0.9682168121162981 y2[1] (numeric) 0.968216812116303 absolute error 4.884981308350689e-15 relative error 5.045338241620954e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.25011238421028503 y1[1] (numeric) 0.25011238421025317 absolute error 3.186340080674199e-14 relative error 1.2739633388146207e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3189999999999655 y2[1] (analytic) 0.9684664403504571 y2[1] (numeric) 0.968466440350462 absolute error 4.884981308350689e-15 relative error 5.044037774383767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24914404250335662 y1[1] (numeric) 0.24914404250332464 absolute error 3.197442310920451e-14 relative error 1.2833709683735957e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3199999999999654 y2[1] (analytic) 0.9687151001182567 y2[1] (numeric) 0.9687151001182616 absolute error 4.884981308350689e-15 relative error 5.042743018823957e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24817545165240645 y1[1] (numeric) 0.24817545165237437 absolute error 3.2085445411667024e-14 relative error 1.2928533099480673e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3209999999999653 y2[1] (analytic) 0.9689627911710368 y2[1] (numeric) 0.9689627911710417 absolute error 4.884981308350689e-15 relative error 5.041453967955736e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24720661262602533 y1[1] (numeric) 0.24720661262599314 absolute error 3.219646771412954e-14 relative error 1.30241126530205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3219999999999652 y2[1] (analytic) 0.9692095132611065 y2[1] (numeric) 0.9692095132611114 absolute error 4.884981308350689e-15 relative error 5.040170614828321e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2462375263930522 y1[1] (numeric) 0.24623752639301988 absolute error 3.2307490016592055e-14 relative error 1.3120457506960906e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.322999999999965 y2[1] (analytic) 0.9694552661417437 y2[1] (numeric) 0.9694552661417486 absolute error 4.884981308350689e-15 relative error 5.038892952525834e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24526819392257315 y1[1] (numeric) 0.24526819392254073 absolute error 3.241851231905457e-14 relative error 1.321757697179787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.323999999999965 y2[1] (analytic) 0.9697000495671955 y2[1] (numeric) 0.9697000495672005 absolute error 4.9960036108132044e-15 relative error 5.15211235994374e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24429861618392065 y1[1] (numeric) 0.24429861618388812 absolute error 3.2529534621517087e-14 relative error 1.3315480508914208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3249999999999649 y2[1] (analytic) 0.9699438632926786 y2[1] (numeric) 0.9699438632926836 absolute error 4.9960036108132044e-15 relative error 5.150817279108524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2433287941466723 y1[1] (numeric) 0.2433287941466397 absolute error 3.2612801348363973e-14 relative error 1.3402771119929942e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3259999999999648 y2[1] (analytic) 0.9701867070743792 y2[1] (numeric) 0.9701867070743841 absolute error 4.9960036108132044e-15 relative error 5.149527997429248e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2423587287806501 y1[1] (numeric) 0.24235872878061737 absolute error 3.272382365082649e-14 relative error 1.3502226148596285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3269999999999647 y2[1] (analytic) 0.9704285806694536 y2[1] (numeric) 0.9704285806694585 absolute error 4.884981308350689e-15 relative error 5.033839074464158e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24138842105591932 y1[1] (numeric) 0.24138842105588648 absolute error 3.2834845953289005e-14 relative error 1.3602494191584519e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3279999999999645 y2[1] (analytic) 0.9706694838360281 y2[1] (numeric) 0.970669483836033 absolute error 4.884981308350689e-15 relative error 5.03258976376339e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.24041787194278758 y1[1] (numeric) 0.24041787194275463 absolute error 3.294586825575152e-14 relative error 1.3703585340607154e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3289999999999644 y2[1] (analytic) 0.9709094163331998 y2[1] (numeric) 0.9709094163332046 absolute error 4.773959005888173e-15 relative error 4.916997328049222e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23944708241180396 y1[1] (numeric) 0.23944708241177087 absolute error 3.3084646133829665e-14 relative error 1.3817101382313064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3299999999999643 y2[1] (analytic) 0.971148377921036 y2[1] (numeric) 0.9711483779210408 absolute error 4.773959005888173e-15 relative error 4.915787447545264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23847605343375786 y1[1] (numeric) 0.23847605343372466 absolute error 3.319566843629218e-14 relative error 1.3919916888222503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3309999999999642 y2[1] (analytic) 0.9713863683605752 y2[1] (numeric) 0.97138636836058 absolute error 4.773959005888173e-15 relative error 4.914583075676944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2375047859796782 y1[1] (numeric) 0.2375047859796449 absolute error 3.3306690738754696e-14 relative error 1.40235871885144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.331999999999964 y2[1] (analytic) 0.9716233874138271 y2[1] (numeric) 0.9716233874138318 absolute error 4.6629367034256575e-15 relative error 4.799119457012053e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23653328102083235 y1[1] (numeric) 0.23653328102079893 absolute error 3.341771304121721e-14 relative error 1.4128123068767644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.332999999999964 y2[1] (analytic) 0.9718594348437725 y2[1] (numeric) 0.9718594348437771 absolute error 4.6629367034256575e-15 relative error 4.797953835963151e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23556153952872522 y1[1] (numeric) 0.23556153952869166 absolute error 3.3556490919295356e-14 relative error 1.4245318224031797e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3339999999999639 y2[1] (analytic) 0.972094510414364 y2[1] (numeric) 0.9720945104143687 absolute error 4.6629367034256575e-15 relative error 4.796793576622543e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23458956247509816 y1[1] (numeric) 0.2345895624750645 absolute error 3.366751322175787e-14 relative error 1.4351667169903052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3349999999999638 y2[1] (analytic) 0.972328613890526 y2[1] (numeric) 0.9723286138905307 absolute error 4.6629367034256575e-15 relative error 4.795638672781726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2336173508319282 y1[1] (numeric) 0.2336173508318944 absolute error 3.3806291099836017e-14 relative error 1.447079635970932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3359999999999637 y2[1] (analytic) 0.9725617450381554 y2[1] (numeric) 0.97256174503816 absolute error 4.551914400963142e-15 relative error 4.680334615448567e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23264490557142684 y1[1] (numeric) 0.23264490557139295 absolute error 3.3889557826682903e-14 relative error 1.4567074977826282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3369999999999636 y2[1] (analytic) 0.9727939036241207 y2[1] (numeric) 0.9727939036241252 absolute error 4.551914400963142e-15 relative error 4.679217647237604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23167222766603932 y1[1] (numeric) 0.23167222766600531 absolute error 3.400058012914542e-14 relative error 1.4676157117182822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3379999999999634 y2[1] (analytic) 0.9730250894162633 y2[1] (numeric) 0.9730250894162679 absolute error 4.551914400963142e-15 relative error 4.678105889020728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.23069931808844343 y1[1] (numeric) 0.23069931808840932 absolute error 3.4111602431607935e-14 relative error 1.4786173931615408e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3389999999999633 y2[1] (analytic) 0.9732553021833976 y2[1] (numeric) 0.9732553021834022 absolute error 4.551914400963142e-15 relative error 4.676999334862489e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2297261778115487 y1[1] (numeric) 0.22972617781151447 absolute error 3.422262473407045e-14 relative error 1.489713756616118e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3399999999999632 y2[1] (analytic) 0.973484541695311 y2[1] (numeric) 0.9734845416953154 absolute error 4.440892098500626e-15 relative error 4.561851686691264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22875280780849527 y1[1] (numeric) 0.22875280780846094 absolute error 3.4333647036532966e-14 relative error 1.500906037633253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.340999999999963 y2[1] (analytic) 0.9737128077227637 y2[1] (numeric) 0.9737128077227681 absolute error 4.440892098500626e-15 relative error 4.560782258668863e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22777920905265311 y1[1] (numeric) 0.22777920905261867 absolute error 3.444466933899548e-14 relative error 1.512195493269682e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.341999999999963 y2[1] (analytic) 0.9739401000374898 y2[1] (numeric) 0.9739401000374942 absolute error 4.440892098500626e-15 relative error 4.55971789058658e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22680538251762086 y1[1] (numeric) 0.22680538251758633 absolute error 3.452793606584237e-14 relative error 1.5223596407885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.342999999999963 y2[1] (analytic) 0.9741664184121971 y2[1] (numeric) 0.9741664184122014 absolute error 4.3298697960381105e-15 relative error 4.444692112355305e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22583132917722504 y1[1] (numeric) 0.22583132917719037 absolute error 3.466671394392051e-14 relative error 1.5350710669871323e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3439999999999628 y2[1] (analytic) 0.9743917626205671 y2[1] (numeric) 0.9743917626205715 absolute error 4.3298697960381105e-15 relative error 4.4436642038036017e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2248570500055188 y1[1] (numeric) 0.22485705000548406 absolute error 3.47499806707674e-14 relative error 1.5454254456293236e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3449999999999627 y2[1] (analytic) 0.9746161324372558 y2[1] (numeric) 0.9746161324372601 absolute error 4.3298697960381105e-15 relative error 4.4426412121973167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22388254597678134 y1[1] (numeric) 0.22388254597674648 absolute error 3.4861002973229915e-14 relative error 1.557111244252391e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3459999999999626 y2[1] (analytic) 0.9748395276378932 y2[1] (numeric) 0.9748395276378975 absolute error 4.3298697960381105e-15 relative error 4.441623132096109e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22290781806551654 y1[1] (numeric) 0.22290781806548157 absolute error 3.497202527569243e-14 relative error 1.5689007940230044e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3469999999999624 y2[1] (analytic) 0.9750619479990841 y2[1] (numeric) 0.9750619479990885 absolute error 4.440892098500626e-15 relative error 4.554471751885858e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22193286724645225 y1[1] (numeric) 0.22193286724641717 absolute error 3.5083047578154947e-14 relative error 1.5807954907010634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3479999999999623 y2[1] (analytic) 0.9752833932984083 y2[1] (numeric) 0.9752833932984127 absolute error 4.440892098500626e-15 relative error 4.553437625428574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.22095769449453923 y1[1] (numeric) 0.22095769449450403 absolute error 3.519406988061746e-14 relative error 1.5927967551040524e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3489999999999622 y2[1] (analytic) 0.9755038633144206 y2[1] (numeric) 0.975503863314425 absolute error 4.3298697960381105e-15 relative error 4.438598306855217e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21998230078495012 y1[1] (numeric) 0.2199823007849148 absolute error 3.533284775869561e-14 relative error 1.6061677522518606e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3499999999999621 y2[1] (analytic) 0.9757233578266508 y2[1] (numeric) 0.9757233578266551 absolute error 4.3298697960381105e-15 relative error 4.4375998189513106e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21900668709307855 y1[1] (numeric) 0.2190066870930431 absolute error 3.544387006115812e-14 relative error 1.6183921382315765e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.350999999999962 y2[1] (analytic) 0.9759418766156045 y2[1] (numeric) 0.9759418766156087 absolute error 4.218847493575595e-15 relative error 4.3228470820473643e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21803085439453812 y1[1] (numeric) 0.2180308543945026 absolute error 3.552713678800501e-14 relative error 1.629454550671843e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.351999999999962 y2[1] (analytic) 0.9761594194627629 y2[1] (numeric) 0.9761594194627671 absolute error 4.218847493575595e-15 relative error 4.321883710242197e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2170548036651615 y1[1] (numeric) 0.21705480366512583 absolute error 3.5665914666083154e-14 relative error 1.6431755512355762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3529999999999618 y2[1] (analytic) 0.9763759861505832 y2[1] (numeric) 0.9763759861505873 absolute error 4.107825191113079e-15 relative error 4.207216532750267e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2160785358809993 y1[1] (numeric) 0.2160785358809635 absolute error 3.577693696854567e-14 relative error 1.6557376614329276e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3539999999999617 y2[1] (analytic) 0.9765915764624986 y2[1] (numeric) 0.9765915764625027 absolute error 4.107825191113079e-15 relative error 4.2062877564363476e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2151020520183192 y1[1] (numeric) 0.2151020520182833 absolute error 3.5887959271008185e-14 relative error 1.6684154769454167e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3549999999999616 y2[1] (analytic) 0.976806190182919 y2[1] (numeric) 0.9768061901829231 absolute error 4.107825191113079e-15 relative error 4.205363594536433e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.214125353053605 y1[1] (numeric) 0.214125353053569 absolute error 3.59989815734707e-14 relative error 1.6812106114523752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3559999999999615 y2[1] (analytic) 0.9770198270972307 y2[1] (numeric) 0.9770198270972348 absolute error 4.107825191113079e-15 relative error 4.20444404216198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21314843996355562 y1[1] (numeric) 0.2131484399635195 absolute error 3.6110003875933216e-14 relative error 1.694124708682238e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3569999999999613 y2[1] (analytic) 0.9772324869917967 y2[1] (numeric) 0.9772324869918008 absolute error 4.107825191113079e-15 relative error 4.2035290944513616e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21217131372508402 y1[1] (numeric) 0.2121713137250478 absolute error 3.622102617839573e-14 relative error 1.707159443115306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3579999999999612 y2[1] (analytic) 0.9774441696539571 y2[1] (numeric) 0.9774441696539612 absolute error 4.107825191113079e-15 relative error 4.2026187465698075e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2111939753153164 y1[1] (numeric) 0.21119397531528006 absolute error 3.633204848085825e-14 relative error 1.7203165207063245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3589999999999611 y2[1] (analytic) 0.9776548748720292 y2[1] (numeric) 0.9776548748720334 absolute error 4.218847493575595e-15 relative error 4.315272804350128e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.21021642571159102 y1[1] (numeric) 0.2102164257115546 absolute error 3.6415315207705135e-14 relative error 1.7322773462843273e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.359999999999961 y2[1] (analytic) 0.977864602435308 y2[1] (numeric) 0.9778646024353121 absolute error 4.107825191113079e-15 relative error 4.200811831088689e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20923866589145748 y1[1] (numeric) 0.20923866589142096 absolute error 3.652633751016765e-14 relative error 1.7456781878505993e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.360999999999961 y2[1] (analytic) 0.9780733521340659 y2[1] (numeric) 0.97807335213407 absolute error 4.107825191113079e-15 relative error 4.199915253953278e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20826069683267548 y1[1] (numeric) 0.20826069683263884 absolute error 3.6637359812630166e-14 relative error 1.759206627550373e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3619999999999608 y2[1] (analytic) 0.9782811237595531 y2[1] (numeric) 0.9782811237595572 absolute error 4.107825191113079e-15 relative error 4.1990232575751113e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.207282519513214 y1[1] (numeric) 0.20728251951317725 absolute error 3.674838211509268e-14 relative error 1.7728645040302116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3629999999999607 y2[1] (analytic) 0.9784879171039981 y2[1] (numeric) 0.9784879171040022 absolute error 4.107825191113079e-15 relative error 4.1981358372527367e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20630413491125027 y1[1] (numeric) 0.2063041349112134 absolute error 3.68594044175552e-14 relative error 1.786653691328664e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3639999999999606 y2[1] (analytic) 0.9786937319606075 y2[1] (numeric) 0.9786937319606116 absolute error 4.107825191113079e-15 relative error 4.1972529883111784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20532554400516884 y1[1] (numeric) 0.20532554400513187 absolute error 3.697042672001771e-14 relative error 1.8005760997319954e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3649999999999605 y2[1] (analytic) 0.9788985681235666 y2[1] (numeric) 0.9788985681235706 absolute error 3.9968028886505635e-15 relative error 4.082959173504528e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20434674777356052 y1[1] (numeric) 0.2043467477735234 absolute error 3.710920459809586e-14 relative error 1.815991935394885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3659999999999604 y2[1] (analytic) 0.979102425388039 y2[1] (numeric) 0.979102425388043 absolute error 3.9968028886505635e-15 relative error 4.0821090674620134e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20336774719522144 y1[1] (numeric) 0.20336774719518422 absolute error 3.722022690055837e-14 relative error 1.830193204865916e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3669999999999602 y2[1] (analytic) 0.9793053035501676 y2[1] (numeric) 0.9793053035501716 absolute error 3.9968028886505635e-15 relative error 4.0812633957575785e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2023885432491521 y1[1] (numeric) 0.2023885432491148 absolute error 3.730349362740526e-14 relative error 1.8431623168255372e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3679999999999601 y2[1] (analytic) 0.9795072024070745 y2[1] (numeric) 0.9795072024070783 absolute error 3.885780586188048e-15 relative error 3.967077094113242e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.2014091369145564 y1[1] (numeric) 0.20140913691451898 absolute error 3.7414515929867775e-14 relative error 1.8576374688373795e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.36899999999996 y2[1] (analytic) 0.9797081217568604 y2[1] (numeric) 0.9797081217568643 absolute error 3.885780586188048e-15 relative error 3.966263522670279e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.20042952917084056 y1[1] (numeric) 0.20042952917080303 absolute error 3.752553823233029e-14 relative error 1.8722559688470138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.36999999999996 y2[1] (analytic) 0.9799080613986062 y2[1] (numeric) 0.9799080613986101 absolute error 3.885780586188048e-15 relative error 3.9654542494955485e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19944972099761224 y1[1] (numeric) 0.1994497209975746 absolute error 3.7636560534792807e-14 relative error 1.8870199640561736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3709999999999598 y2[1] (analytic) 0.9801070211323724 y2[1] (numeric) 0.9801070211323761 absolute error 3.774758283725532e-15 relative error 3.851373576902187e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19846971337467956 y1[1] (numeric) 0.1984697133746418 absolute error 3.774758283725532e-14 relative error 1.9019316446531988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3719999999999597 y2[1] (analytic) 0.980305000759199 y2[1] (numeric) 0.9803050007592028 absolute error 3.774758283725532e-15 relative error 3.8505957643816607e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19748950728205003 y1[1] (numeric) 0.19748950728201217 absolute error 3.785860513971784e-14 relative error 1.916993244894223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3729999999999596 y2[1] (analytic) 0.9805020000811066 y2[1] (numeric) 0.9805020000811103 absolute error 3.774758283725532e-15 relative error 3.849822115011786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1965091036999297 y1[1] (numeric) 0.19650910369989172 absolute error 3.7969627442180354e-14 relative error 1.932207044217155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3739999999999595 y2[1] (analytic) 0.9806980189010958 y2[1] (numeric) 0.9806980189010995 absolute error 3.774758283725532e-15 relative error 3.8490526247368917e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19552850360872204 y1[1] (numeric) 0.19552850360868393 absolute error 3.81084053202585e-14 relative error 1.9489948839642516e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3749999999999594 y2[1] (analytic) 0.9808930570231478 y2[1] (numeric) 0.9808930570231515 absolute error 3.774758283725532e-15 relative error 3.8482872895250324e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19454770798902704 y1[1] (numeric) 0.19454770798898882 absolute error 3.8219427622721014e-14 relative error 1.9645272626330134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3759999999999593 y2[1] (analytic) 0.9810871142522245 y2[1] (numeric) 0.9810871142522283 absolute error 3.774758283725532e-15 relative error 3.84752610536794e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19356671782164028 y1[1] (numeric) 0.19356671782160195 absolute error 3.833044992518353e-14 relative error 1.980219035407867e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3769999999999591 y2[1] (analytic) 0.9812801903942688 y2[1] (numeric) 0.9812801903942725 absolute error 3.6637359812630166e-15 relative error 3.733628801566822e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19258553408755183 y1[1] (numeric) 0.1925855340875134 absolute error 3.8441472227646045e-14 relative error 1.9960726754362592e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.377999999999959 y2[1] (analytic) 0.9814722852562044 y2[1] (numeric) 0.9814722852562081 absolute error 3.6637359812630166e-15 relative error 3.732898051529424e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19160415776794534 y1[1] (numeric) 0.1916041577679068 absolute error 3.855249453010856e-14 relative error 2.012090707175575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.378999999999959 y2[1] (analytic) 0.9816633986459365 y2[1] (numeric) 0.9816633986459402 absolute error 3.6637359812630166e-15 relative error 3.73217131892318e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.19062258984419705 y1[1] (numeric) 0.1906225898441584 absolute error 3.8663516832571077e-14 relative error 2.0282757077307685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3799999999999588 y2[1] (analytic) 0.9818535303723519 y2[1] (numeric) 0.9818535303723555 absolute error 3.552713678800501e-15 relative error 3.618374399950665e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1896408312978748 y1[1] (numeric) 0.18964083129783604 absolute error 3.8746783559417963e-14 relative error 2.0431667217571504e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3809999999999587 y2[1] (analytic) 0.9820426802453187 y2[1] (numeric) 0.9820426802453222 absolute error 3.4416913763379853e-15 relative error 3.5046250489624697e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18865888311073706 y1[1] (numeric) 0.1886588831106982 absolute error 3.885780586188048e-14 relative error 2.0596859909889386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3819999999999586 y2[1] (analytic) 0.9822308480756871 y2[1] (numeric) 0.9822308480756905 absolute error 3.4416913763379853e-15 relative error 3.503953661281041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18767674626473194 y1[1] (numeric) 0.18767674626469297 absolute error 3.8968828164342995e-14 relative error 2.0763802090523553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3829999999999585 y2[1] (analytic) 0.9824180336752892 y2[1] (numeric) 0.9824180336752926 absolute error 3.3306690738754696e-15 relative error 3.3902768065191373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18669442174199616 y1[1] (numeric) 0.1866944217419571 absolute error 3.905209489118988e-14 relative error 2.0917654918023332e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3839999999999584 y2[1] (analytic) 0.9826042368569395 y2[1] (numeric) 0.9826042368569429 absolute error 3.3306690738754696e-15 relative error 3.3896343501726547e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18571191052485422 y1[1] (numeric) 0.18571191052481506 absolute error 3.91631171936524e-14 relative error 2.1088102040935664e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3849999999999583 y2[1] (analytic) 0.9827894574344349 y2[1] (numeric) 0.9827894574344382 absolute error 3.3306690738754696e-15 relative error 3.3889955256237263e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18472921359581723 y1[1] (numeric) 0.18472921359577796 absolute error 3.927413949611491e-14 relative error 2.1260383634851453e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3859999999999582 y2[1] (analytic) 0.9829736952225547 y2[1] (numeric) 0.9829736952225581 absolute error 3.3306690738754696e-15 relative error 3.3883603295420575e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18374633193758205 y1[1] (numeric) 0.18374633193754267 absolute error 3.938516179857743e-14 relative error 2.1434529540408143e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.386999999999958 y2[1] (analytic) 0.9831569500370613 y2[1] (numeric) 0.9831569500370646 absolute error 3.3306690738754696e-15 relative error 3.387728758617753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1827632665330302 y1[1] (numeric) 0.18276326653299074 absolute error 3.9468428525424315e-14 relative error 2.1595383620642014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.387999999999958 y2[1] (analytic) 0.9833392216946997 y2[1] (numeric) 0.983339221694703 absolute error 3.3306690738754696e-15 relative error 3.3871008095612735e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1817800183652271 y1[1] (numeric) 0.1817800183651875 absolute error 3.957945082788683e-14 relative error 2.1773268142357075e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3889999999999578 y2[1] (analytic) 0.9835205100131983 y2[1] (numeric) 0.9835205100132016 absolute error 3.3306690738754696e-15 relative error 3.3864764791033935e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.18079658841742077 y1[1] (numeric) 0.18079658841738105 absolute error 3.9718228705964975e-14 relative error 2.1968461381729202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3899999999999577 y2[1] (analytic) 0.9837008148112689 y2[1] (numeric) 0.9837008148112723 absolute error 3.3306690738754696e-15 relative error 3.3858557639951593e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17981297767304108 y1[1] (numeric) 0.17981297767300125 absolute error 3.982925100842749e-14 relative error 2.2150376198569006e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3909999999999576 y2[1] (analytic) 0.9838801359086067 y2[1] (numeric) 0.98388013590861 absolute error 3.3306690738754696e-15 relative error 3.385238661007846e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1788291871156987 y1[1] (numeric) 0.17882918711565876 absolute error 3.9940273310890007e-14 relative error 2.2334314635702894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3919999999999575 y2[1] (analytic) 0.9840584731258906 y2[1] (numeric) 0.9840584731258938 absolute error 3.219646771412954e-15 relative error 3.271804328035154e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1778452177291841 y1[1] (numeric) 0.17784521772914405 absolute error 4.005129561335252e-14 relative error 2.25203107087991e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3929999999999574 y2[1] (analytic) 0.9842358262847833 y2[1] (numeric) 0.9842358262847865 absolute error 3.1086244689504383e-15 relative error 3.158414260009851e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1768610704974666 y1[1] (numeric) 0.17686107049742644 absolute error 4.016231791581504e-14 relative error 2.2708399198788256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3939999999999573 y2[1] (analytic) 0.9844121952079318 y2[1] (numeric) 0.9844121952079349 absolute error 3.1086244689504383e-15 relative error 3.1578483932676407e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17587674640469333 y1[1] (numeric) 0.17587674640465306 absolute error 4.0273340218277554e-14 relative error 2.2898615673506024e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3949999999999572 y2[1] (analytic) 0.984587579718967 y2[1] (numeric) 0.9845875797189702 absolute error 3.1086244689504383e-15 relative error 3.1572858859724186e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17489224643518833 y1[1] (numeric) 0.17489224643514795 absolute error 4.038436252074007e-14 relative error 2.309099651007441e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.395999999999957 y2[1] (analytic) 0.9847619796425047 y2[1] (numeric) 0.9847619796425078 absolute error 3.1086244689504383e-15 relative error 3.1567267352045347e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17390757157345146 y1[1] (numeric) 0.17390757157341097 absolute error 4.0495384823202585e-14 relative error 2.3285578918051296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.396999999999957 y2[1] (analytic) 0.9849353948041447 y2[1] (numeric) 0.9849353948041478 absolute error 3.1086244689504383e-15 relative error 3.1561709380629893e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17292272280415752 y1[1] (numeric) 0.1729227228041169 absolute error 4.06064071256651e-14 relative error 2.348240096337924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3979999999999568 y2[1] (analytic) 0.9851078250304721 y2[1] (numeric) 0.9851078250304751 absolute error 2.9976021664879227e-15 relative error 3.042917831248776e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17193770111215517 y1[1] (numeric) 0.17193770111211445 absolute error 4.0717429428127616e-14 relative error 2.3681501593165763e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3989999999999567 y2[1] (analytic) 0.9852792701490565 y2[1] (numeric) 0.9852792701490595 absolute error 2.9976021664879227e-15 relative error 3.0423883433926655e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.17095250748246607 y1[1] (numeric) 0.17095250748242521 absolute error 4.085620730620576e-14 relative error 2.389915650134364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.3999999999999566 y2[1] (analytic) 0.9854497299884528 y2[1] (numeric) 0.9854497299884558 absolute error 2.9976021664879227e-15 relative error 3.0418620811059003e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1699671429002837 y1[1] (numeric) 0.16996714290024273 absolute error 4.0967229608668276e-14 relative error 2.410302892053844e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4009999999999565 y2[1] (analytic) 0.9856192043782013 y2[1] (numeric) 0.9856192043782043 absolute error 2.9976021664879227e-15 relative error 3.041339041662671e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1689816083509726 y1[1] (numeric) 0.1689816083509315 absolute error 4.107825191113079e-14 relative error 2.4309303427750433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4019999999999564 y2[1] (analytic) 0.9857876931488275 y2[1] (numeric) 0.9857876931488305 absolute error 2.9976021664879227e-15 relative error 3.040819222354975e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16799590482006724 y1[1] (numeric) 0.16799590482002602 absolute error 4.1217029789208937e-14 relative error 2.4534544358896498e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4029999999999563 y2[1] (analytic) 0.9859551961318428 y2[1] (numeric) 0.9859551961318457 absolute error 2.886579864025407e-15 relative error 2.9276988197336006e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16701003329327105 y1[1] (numeric) 0.16701003329322972 absolute error 4.132805209167145e-14 relative error 2.4745849861067352e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4039999999999562 y2[1] (analytic) 0.9861217131597441 y2[1] (numeric) 0.986121713159747 absolute error 2.886579864025407e-15 relative error 2.9272044469806777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16602399475645546 y1[1] (numeric) 0.16602399475641405 absolute error 4.141131881851834e-14 relative error 2.4942972176561336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.404999999999956 y2[1] (analytic) 0.9862872440660143 y2[1] (numeric) 0.9862872440660172 absolute error 2.886579864025407e-15 relative error 2.92671316737845e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16503779019565898 y1[1] (numeric) 0.16503779019561746 absolute error 4.1522341120980855e-14 relative error 2.515929295451329e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.405999999999956 y2[1] (analytic) 0.9864517886851227 y2[1] (numeric) 0.9864517886851256 absolute error 2.886579864025407e-15 relative error 2.9262249783874725e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16405142059708605 y1[1] (numeric) 0.16405142059704442 absolute error 4.163336342344337e-14 relative error 2.5378240110273618e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4069999999999558 y2[1] (analytic) 0.9866153468525246 y2[1] (numeric) 0.9866153468525275 absolute error 2.886579864025407e-15 relative error 2.9257398774852846e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16306488694710622 y1[1] (numeric) 0.16306488694706445 absolute error 4.1772141301521515e-14 relative error 2.5616882998895557e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4079999999999557 y2[1] (analytic) 0.9867779184046619 y2[1] (numeric) 0.9867779184046648 absolute error 2.886579864025407e-15 relative error 2.925257862166375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.162078190232253 y1[1] (numeric) 0.16207819023221112 absolute error 4.188316360398403e-14 relative error 2.5841332226110594e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4089999999999556 y2[1] (analytic) 0.9869395031789631 y2[1] (numeric) 0.9869395031789658 absolute error 2.7755575615628914e-15 relative error 2.812287432636685e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16109133143922305 y1[1] (numeric) 0.16109133143918108 absolute error 4.196643033083092e-14 relative error 2.6051327502165514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4099999999999555 y2[1] (analytic) 0.9871001010138433 y2[1] (numeric) 0.9871001010138459 absolute error 2.6645352591003757e-15 relative error 2.699356687699303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.16010431155487512 y1[1] (numeric) 0.160104311554833 absolute error 4.210520820890906e-14 relative error 2.6298609825056252e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4109999999999554 y2[1] (analytic) 0.9872597117487046 y2[1] (numeric) 0.9872597117487073 absolute error 2.6645352591003757e-15 relative error 2.698920281453359e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15911713156622895 y1[1] (numeric) 0.15911713156618673 absolute error 4.221623051137158e-14 relative error 2.6531543207087048e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4119999999999553 y2[1] (analytic) 0.9874183352239366 y2[1] (numeric) 0.9874183352239392 absolute error 2.55351295663786e-15 relative error 2.5860497679119446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15812979246046446 y1[1] (numeric) 0.15812979246042214 absolute error 4.232725281383409e-14 relative error 2.6767411855306605e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4129999999999552 y2[1] (analytic) 0.9875759712809156 y2[1] (numeric) 0.9875759712809181 absolute error 2.55351295663786e-15 relative error 2.5856369847940684e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1571422952249207 y1[1] (numeric) 0.15714229522487827 absolute error 4.243827511629661e-14 relative error 2.7006271644151507e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.413999999999955 y2[1] (analytic) 0.9877326197620057 y2[1] (numeric) 0.9877326197620081 absolute error 2.4424906541753444e-15 relative error 2.4728257478869767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15615464084709482 y1[1] (numeric) 0.15615464084705227 absolute error 4.2549297418759124e-14 relative error 2.7248179873451857e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.414999999999955 y2[1] (analytic) 0.9878882805105582 y2[1] (numeric) 0.9878882805105607 absolute error 2.4424906541753444e-15 relative error 2.4724361067559397e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1551668303146411 y1[1] (numeric) 0.15516683031459844 absolute error 4.266031972122164e-14 relative error 2.7493195314176845e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4159999999999549 y2[1] (analytic) 0.9880429533709126 y2[1] (numeric) 0.988042953370915 absolute error 2.3314683517128287e-15 relative error 2.3596831936896495e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15417886461537 y1[1] (numeric) 0.15417886461532723 absolute error 4.2771342023684156e-14 relative error 2.7741378255953447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4169999999999547 y2[1] (analytic) 0.988196638188396 y2[1] (numeric) 0.9881966381883983 absolute error 2.3314683517128287e-15 relative error 2.3593162146219963e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15319074473724714 y1[1] (numeric) 0.15319074473720426 absolute error 4.288236432614667e-14 relative error 2.7992790556438986e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4179999999999546 y2[1] (analytic) 0.9883493348093235 y2[1] (numeric) 0.9883493348093257 absolute error 2.220446049250313e-15 relative error 2.2466206745398285e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1522024716683923 y1[1] (numeric) 0.1522024716683493 absolute error 4.299338662860919e-14 relative error 2.8247495692632417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4189999999999545 y2[1] (analytic) 0.9885010430809986 y2[1] (numeric) 0.9885010430810007 absolute error 2.1094237467877974e-15 relative error 2.1339620848684825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15121404639707847 y1[1] (numeric) 0.15121404639703537 absolute error 4.31044089310717e-14 relative error 2.850555881421377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4199999999999544 y2[1] (analytic) 0.988651762851713 y2[1] (numeric) 0.9886517628517151 absolute error 2.1094237467877974e-15 relative error 2.1336367627599002e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.15022546991173086 y1[1] (numeric) 0.15022546991168764 absolute error 4.321543123353422e-14 relative error 2.876704679900595e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4209999999999543 y2[1] (analytic) 0.9888014939707469 y2[1] (numeric) 0.9888014939707489 absolute error 1.9984014443252818e-15 relative error 2.0210340058248367e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14923674320092584 y1[1] (numeric) 0.1492367432008825 absolute error 4.3326453535996734e-14 relative error 2.9032028310657977e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4219999999999542 y2[1] (analytic) 0.9889502362883692 y2[1] (numeric) 0.9889502362883712 absolute error 1.9984014443252818e-15 relative error 2.0207300337229157e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14824786725339006 y1[1] (numeric) 0.14824786725334663 absolute error 4.343747583845925e-14 relative error 2.930057385865424e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.422999999999954 y2[1] (analytic) 0.9890979896558376 y2[1] (numeric) 0.9890979896558396 absolute error 1.9984014443252818e-15 relative error 2.020428173168805e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14725884305799938 y1[1] (numeric) 0.14725884305795583 absolute error 4.3548498140921765e-14 relative error 2.957275586075992e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.423999999999954 y2[1] (analytic) 0.9892447539253989 y2[1] (numeric) 0.9892447539254008 absolute error 1.887379141862766e-15 relative error 1.9078990658009569e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1462696716037779 y1[1] (numeric) 0.14626967160373425 absolute error 4.365952044338428e-14 relative error 2.984864870801872e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4249999999999539 y2[1] (analytic) 0.9893905289502886 y2[1] (numeric) 0.9893905289502904 absolute error 1.887379141862766e-15 relative error 1.9076179593766827e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14528035387989702 y1[1] (numeric) 0.14528035387985325 absolute error 4.3770542745846797e-14 relative error 3.012832883242549e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4259999999999537 y2[1] (analytic) 0.9895353145847319 y2[1] (numeric) 0.9895353145847336 absolute error 1.7763568394002505e-15 relative error 1.7951424403137304e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14429089087567437 y1[1] (numeric) 0.1442908908756305 absolute error 4.388156504830931e-14 relative error 3.041187477740301e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4269999999999536 y2[1] (analytic) 0.989679110683943 y2[1] (numeric) 0.9896791106839448 absolute error 1.7763568394002505e-15 relative error 1.7948816138724538e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14330128358057287 y1[1] (numeric) 0.14330128358052888 absolute error 4.399258735077183e-14 relative error 3.06993672712195e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4279999999999535 y2[1] (analytic) 0.9898219171041259 y2[1] (numeric) 0.9898219171041276 absolute error 1.6653345369377348e-15 relative error 1.6824587414773796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14231153298419974 y1[1] (numeric) 0.1423115329841556 absolute error 4.413136522884997e-14 relative error 3.1010392695123094e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4289999999999534 y2[1] (analytic) 0.9899637337024741 y2[1] (numeric) 0.9899637337024758 absolute error 1.6653345369377348e-15 relative error 1.682217721965801e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.14132164007630546 y1[1] (numeric) 0.14132164007626122 absolute error 4.424238753131249e-14 relative error 3.13061662088157e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4299999999999533 y2[1] (analytic) 0.9901045603371712 y2[1] (numeric) 0.9901045603371729 absolute error 1.6653345369377348e-15 relative error 1.6819784532359088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1403316058467829 y1[1] (numeric) 0.14033160584673854 absolute error 4.4353409833775004e-14 relative error 3.1606144293824317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4309999999999532 y2[1] (analytic) 0.9902443968673905 y2[1] (numeric) 0.9902443968673921 absolute error 1.5543122344752192e-15 relative error 1.56962487179149e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13934143128566617 y1[1] (numeric) 0.1393414312856217 absolute error 4.446443213623752e-14 relative error 3.1910417257793376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.431999999999953 y2[1] (analytic) 0.9903832431532954 y2[1] (numeric) 0.990383243153297 absolute error 1.5543122344752192e-15 relative error 1.5694048190137205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13835111738312977 y1[1] (numeric) 0.1383511173830852 absolute error 4.4575454438700035e-14 relative error 3.221907801095611e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.432999999999953 y2[1] (analytic) 0.9905210990560397 y2[1] (numeric) 0.9905210990560412 absolute error 1.5543122344752192e-15 relative error 1.5691863968939872e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13736066512948752 y1[1] (numeric) 0.13736066512944284 absolute error 4.468647674116255e-14 relative error 3.2532222160570775e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4339999999999529 y2[1] (analytic) 0.9906579644377674 y2[1] (numeric) 0.990657964437769 absolute error 1.5543122344752192e-15 relative error 1.5689696043147898e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1363700755151916 y1[1] (numeric) 0.1363700755151468 absolute error 4.4797499043625066e-14 relative error 3.284994810949902e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4349999999999528 y2[1] (analytic) 0.9907938391616133 y2[1] (numeric) 0.9907938391616148 absolute error 1.4432899320127035e-15 relative error 1.456700551583952e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13537934953083153 y1[1] (numeric) 0.1353793495307866 absolute error 4.493627692170321e-14 relative error 3.3192859234021764e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4359999999999526 y2[1] (analytic) 0.9909287230917027 y2[1] (numeric) 0.990928723091704 absolute error 1.3322676295501878e-15 relative error 1.3444636314441527e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1343884881671332 y1[1] (numeric) 0.13438848816708815 absolute error 4.5047299224165727e-14 relative error 3.3520206855919336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4369999999999525 y2[1] (analytic) 0.9910626160931514 y2[1] (numeric) 0.9910626160931527 absolute error 1.3322676295501878e-15 relative error 1.344281993807913e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13339749241495788 y1[1] (numeric) 0.13339749241491275 absolute error 4.5130565951012613e-14 relative error 3.383164490875551e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4379999999999524 y2[1] (analytic) 0.9911955180320667 y2[1] (numeric) 0.991195518032068 absolute error 1.2212453270876722e-15 relative error 1.2320932700667872e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13240636326530128 y1[1] (numeric) 0.13240636326525604 absolute error 4.524158825347513e-14 relative error 3.4168741696216687e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4389999999999523 y2[1] (analytic) 0.9913274287755466 y2[1] (numeric) 0.9913274287755478 absolute error 1.2212453270876722e-15 relative error 1.2319293218751267e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13141510170929246 y1[1] (numeric) 0.1314151017092471 absolute error 4.5352610555937645e-14 relative error 3.451095799953311e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4399999999999522 y2[1] (analytic) 0.9914583481916802 y2[1] (numeric) 0.9914583481916814 absolute error 1.2212453270876722e-15 relative error 1.2317666489117774e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.13042370873819287 y1[1] (numeric) 0.1304237087381474 absolute error 4.546363285840016e-14 relative error 3.485841132585945e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.440999999999952 y2[1] (analytic) 0.9915882761495484 y2[1] (numeric) 0.9915882761495495 absolute error 1.1102230246251565e-15 relative error 1.1196411366785019e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.12943218534339543 y1[1] (numeric) 0.12943218534334983 absolute error 4.5602410736478305e-14 relative error 3.523266691008186e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.441999999999952 y2[1] (analytic) 0.991717212519223 y2[1] (numeric) 0.9917172125192241 absolute error 1.1102230246251565e-15 relative error 1.119495568504753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.1284405325164234 y1[1] (numeric) 0.12844053251637771 absolute error 4.568567746332519e-14 relative error 3.556951732311096e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4429999999999519 y2[1] (analytic) 0.9918451571717677 y2[1] (numeric) 0.9918451571717687 absolute error 9.992007221626409e-16 relative error 1.007416041644895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.12744875124892957 y1[1] (numeric) 0.12744875124888377 absolute error 4.579669976578771e-14 relative error 3.5933423683641115e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4439999999999518 y2[1] (analytic) 0.9919721099792378 y2[1] (numeric) 0.9919721099792388 absolute error 9.992007221626409e-16 relative error 1.0072871123196744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.12645684253269512 y1[1] (numeric) 0.12645684253264922 absolute error 4.590772206825022e-14 relative error 3.6303074747719475e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4449999999999517 y2[1] (analytic) 0.9920980708146807 y2[1] (numeric) 0.9920980708146816 absolute error 8.881784197001252e-16 relative error 8.952526426855967e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.12546480735962867 y1[1] (numeric) 0.12546480735958265 absolute error 4.601874437071274e-14 relative error 3.6678607602533474e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4459999999999515 y2[1] (analytic) 0.9922230395521355 y2[1] (numeric) 0.9922230395521363 absolute error 7.771561172376096e-16 relative error 7.832474012983999e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.12447264672176532 y1[1] (numeric) 0.12447264672171919 absolute error 4.6129766673175254e-14 relative error 3.7060163729216336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4469999999999514 y2[1] (analytic) 0.9923470160666333 y2[1] (numeric) 0.9923470160666341 absolute error 7.771561172376096e-16 relative error 7.831495481470019e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.12348036161126562 y1[1] (numeric) 0.12348036161121938 absolute error 4.624078897563777e-14 relative error 3.7447889180314026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4479999999999513 y2[1] (analytic) 0.9924700002341978 y2[1] (numeric) 0.9924700002341986 absolute error 7.771561172376096e-16 relative error 7.830525023972719e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.1224879530204146 y1[1] (numeric) 0.12248795302036825 absolute error 4.6351811278100286e-14 relative error 3.7841934765923475e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4489999999999512 y2[1] (analytic) 0.9925919919318449 y2[1] (numeric) 0.9925919919318456 absolute error 6.661338147750939e-16 relative error 6.71105368761461e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.12149542194162076 y1[1] (numeric) 0.1214954219415743 absolute error 4.64628335805628e-14 relative error 3.824245624900044e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.449999999999951 y2[1] (analytic) 0.9927129910375826 y2[1] (numeric) 0.9927129910375833 absolute error 6.661338147750939e-16 relative error 6.710235695403276e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.12050276936741511 y1[1] (numeric) 0.12050276936736853 absolute error 4.657385588302532e-14 relative error 3.8649614550368376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.450999999999951 y2[1] (analytic) 0.9928329974304121 y2[1] (numeric) 0.9928329974304126 absolute error 5.551115123125783e-16 relative error 5.5911871759831e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11950999629045013 y1[1] (numeric) 0.11950999629040344 absolute error 4.668487818548783e-14 relative error 3.90635759639952e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4519999999999509 y2[1] (analytic) 0.9929520109903268 y2[1] (numeric) 0.9929520109903274 absolute error 5.551115123125783e-16 relative error 5.5905170256811746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11851710370349881 y1[1] (numeric) 0.11851710370345202 absolute error 4.679590048795035e-14 relative error 3.948451238314294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4529999999999508 y2[1] (analytic) 0.9930700315983133 y2[1] (numeric) 0.9930700315983139 absolute error 5.551115123125783e-16 relative error 5.589852625188424e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11752409259945368 y1[1] (numeric) 0.11752409259940677 absolute error 4.6906922790412864e-14 relative error 3.9912601538036395e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4539999999999507 y2[1] (analytic) 0.993187059136351 y2[1] (numeric) 0.9931870591363515 absolute error 5.551115123125783e-16 relative error 5.5891939711265316e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11653096397132574 y1[1] (numeric) 0.11653096397127871 absolute error 4.7031822880683194e-14 relative error 4.035993634469213e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4549999999999506 y2[1] (analytic) 0.9933030934874123 y2[1] (numeric) 0.9933030934874127 absolute error 4.440892098500626e-16 relative error 4.4708328481178777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11553771881224353 y1[1] (numeric) 0.1155377188121964 absolute error 4.7128967395337895e-14 relative error 4.079097967298939e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4559999999999504 y2[1] (analytic) 0.9934181345354629 y2[1] (numeric) 0.9934181345354632 absolute error 3.3306690738754696e-16 relative error 3.352736333359709e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11454435811545215 y1[1] (numeric) 0.1145443581154049 absolute error 4.723998969780041e-14 relative error 4.124165561274178e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4569999999999503 y2[1] (analytic) 0.9935321821654617 y2[1] (numeric) 0.993532182165462 absolute error 3.3306690738754696e-16 relative error 3.3523514725170564e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11355088287431218 y1[1] (numeric) 0.11355088287426483 absolute error 4.7351012000262926e-14 relative error 4.170025877533253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4579999999999502 y2[1] (analytic) 0.9936452362633612 y2[1] (numeric) 0.9936452362633614 absolute error 2.220446049250313e-16 relative error 2.2346467010704754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11255729408229882 y1[1] (numeric) 0.11255729408225135 absolute error 4.7475912090533257e-14 relative error 4.2179329627292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4589999999999501 y2[1] (analytic) 0.9937572967161072 y2[1] (numeric) 0.9937572967161074 absolute error 1.1102230246251565e-16 relative error 1.1171973562296476e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11156359273300075 y1[1] (numeric) 0.11156359273295316 absolute error 4.758693439299577e-14 relative error 4.265453740530127e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.45999999999995 y2[1] (analytic) 0.9938683634116393 y2[1] (numeric) 0.9938683634116394 absolute error 1.1102230246251565e-16 relative error 1.1170725072826628e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.11056977982011924 y1[1] (numeric) 0.11056977982007155 absolute error 4.769795669545829e-14 relative error 4.313833017760897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.46099999999995 y2[1] (analytic) 0.9939784362388908 y2[1] (numeric) 0.9939784362388909 absolute error 1.1102230246251565e-16 relative error 1.116948803060681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10957585633746712 y1[1] (numeric) 0.10957585633741933 absolute error 4.779510121011299e-14 relative error 4.361827760936282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4619999999999498 y2[1] (analytic) 0.9940875150877889 y2[1] (numeric) 0.994087515087789 absolute error 1.1102230246251565e-16 relative error 1.1168262429360775e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.1085818232789678 y1[1] (numeric) 0.1085818232789199 absolute error 4.7906123512575505e-14 relative error 4.4119837064713275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4629999999999497 y2[1] (analytic) 0.9941955998492548 y2[1] (numeric) 0.9941955998492549 absolute error 1.1102230246251565e-16 relative error 1.1167048262871958e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10758768163865426 y1[1] (numeric) 0.10758768163860624 absolute error 4.801714581503802e-14 relative error 4.4630709653461246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4639999999999496 y2[1] (analytic) 0.9943026904152037 y2[1] (numeric) 0.9943026904152037 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.10659343241066803 y1[1] (numeric) 0.10659343241061991 absolute error 4.811429032969272e-14 relative error 4.5138137727214584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4649999999999495 y2[1] (analytic) 0.9944087866785449 y2[1] (numeric) 0.9944087866785449 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 0.10559907658925828 y1[1] (numeric) 0.10559907658921006 absolute error 4.822531263215524e-14 relative error 4.566830903241137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4659999999999493 y2[1] (analytic) 0.9945138885331825 y2[1] (numeric) 0.9945138885331823 absolute error 1.1102230246251565e-16 relative error 1.1163474310676892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10460461516878074 y1[1] (numeric) 0.1046046151687324 absolute error 4.833633493461775e-14 relative error 4.620860643349868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4669999999999492 y2[1] (analytic) 0.9946179958740143 y2[1] (numeric) 0.9946179958740141 absolute error 2.220446049250313e-16 relative error 2.2324611644484775e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10361004914369674 y1[1] (numeric) 0.1036100491436483 absolute error 4.844735723708027e-14 relative error 4.6759322708059565e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4679999999999491 y2[1] (analytic) 0.9947211085969332 y2[1] (numeric) 0.994721108596933 absolute error 2.220446049250313e-16 relative error 2.2322297476749845e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10261537950857225 y1[1] (numeric) 0.10261537950852369 absolute error 4.8558379539542784e-14 relative error 4.7320762026209074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.468999999999949 y2[1] (analytic) 0.9948232265988263 y2[1] (numeric) 0.994823226598826 absolute error 2.220446049250313e-16 relative error 2.2320006106428928e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10162060725807678 y1[1] (numeric) 0.10162060725802811 absolute error 4.86694018420053e-14 relative error 4.789324051016933e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.469999999999949 y2[1] (analytic) 0.9949243497775757 y2[1] (numeric) 0.9949243497775755 absolute error 2.220446049250313e-16 relative error 2.2317737521920274e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.10062573338698254 y1[1] (numeric) 0.10062573338693376 absolute error 4.8780424144467815e-14 relative error 4.84770868271538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4709999999999488 y2[1] (analytic) 0.9950244780320583 y2[1] (numeric) 0.9950244780320581 absolute error 2.220446049250313e-16 relative error 2.2315491711740314e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09963075889016329 y1[1] (numeric) 0.0996307588901144 absolute error 4.889144644693033e-14 relative error 4.907264281789734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4719999999999487 y2[1] (analytic) 0.9951236112621458 y2[1] (numeric) 0.9951236112621454 absolute error 3.3306690738754696e-16 relative error 3.346990299678529e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09863568476259345 y1[1] (numeric) 0.09863568476254445 absolute error 4.9002468749392847e-14 relative error 4.968026416335736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4729999999999486 y2[1] (analytic) 0.995221749368705 y2[1] (numeric) 0.9952217493687046 absolute error 4.440892098500626e-16 relative error 4.462213673804455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09764051199934706 y1[1] (numeric) 0.09764051199929795 absolute error 4.911349105185536e-14 relative error 5.0300321092318515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4739999999999485 y2[1] (analytic) 0.9953188922535976 y2[1] (numeric) 0.9953188922535972 absolute error 4.440892098500626e-16 relative error 4.461778162821338e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09664524159559683 y1[1] (numeric) 0.09664524159554759 absolute error 4.923839114212569e-14 relative error 5.094755864769756e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4749999999999484 y2[1] (analytic) 0.995415039819681 y2[1] (numeric) 0.9954150398196805 absolute error 5.551115123125783e-16 relative error 5.5766839971911257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09564987454661304 y1[1] (numeric) 0.09564987454656369 absolute error 4.934941344458821e-14 relative error 5.15938088560051e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4759999999999482 y2[1] (analytic) 0.9955101919708076 y2[1] (numeric) 0.9955101919708069 absolute error 6.661338147750939e-16 relative error 6.691381164630283e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09465441184776267 y1[1] (numeric) 0.09465441184771323 absolute error 4.944655795924291e-14 relative error 5.223904199919411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4769999999999481 y2[1] (analytic) 0.9956043486118251 y2[1] (numeric) 0.9956043486118243 absolute error 7.771561172376096e-16 relative error 7.805873069168503e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09365885449450836 y1[1] (numeric) 0.0936588544944588 absolute error 4.957145804951324e-14 relative error 5.2927679200283015e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.477999999999948 y2[1] (analytic) 0.995697509648577 y2[1] (numeric) 0.9956975096485762 absolute error 7.771561172376096e-16 relative error 7.805142723636019e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09266320348240735 y1[1] (numeric) 0.09266320348235767 absolute error 4.9682480351975755e-14 relative error 5.3616191200866766e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.478999999999948 y2[1] (analytic) 0.9957896749879022 y2[1] (numeric) 0.9957896749879013 absolute error 8.881784197001252e-16 relative error 8.919337506797464e-14% Correct digits 15 h 0.001 y1[1] (analytic) 0.09166745980711058 y1[1] (numeric) 0.09166745980706079 absolute error 4.979350265443827e-14 relative error 5.4319714715794736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4799999999999478 y2[1] (analytic) 0.9958808445376354 y2[1] (numeric) 0.9958808445376344 absolute error 9.992007221626409e-16 relative error 1.0033336092798801e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.09067162446436164 y1[1] (numeric) 0.09067162446431173 absolute error 4.9904524956900786e-14 relative error 5.50387458609123e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4809999999999477 y2[1] (analytic) 0.9959710182066069 y2[1] (numeric) 0.9959710182066059 absolute error 9.992007221626409e-16 relative error 1.003242769013349e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08967569844999579 y1[1] (numeric) 0.08967569844994577 absolute error 5.00155472593633e-14 relative error 5.577380285167509e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4819999999999476 y2[1] (analytic) 0.9960601959046435 y2[1] (numeric) 0.9960601959046423 absolute error 1.1102230246251565e-15 relative error 1.1146143869516119e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08867968275993897 y1[1] (numeric) 0.08867968275988884 absolute error 5.012656956182582e-14 relative error 5.652542724754817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4829999999999475 y2[1] (analytic) 0.9961483775425669 y2[1] (numeric) 0.9961483775425658 absolute error 1.1102230246251565e-15 relative error 1.11451571839529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08768357839020677 y1[1] (numeric) 0.08768357839015654 absolute error 5.022371407648052e-14 relative error 5.7278358158441584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4839999999999474 y2[1] (analytic) 0.996235563032196 y2[1] (numeric) 0.9962355630321947 absolute error 1.2212453270876722e-15 relative error 1.2258599997882273e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0866873863369035 y1[1] (numeric) 0.08668738633685316 absolute error 5.0334736378943035e-14 relative error 5.8064660276318824e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4849999999999473 y2[1] (analytic) 0.9963217522863449 y2[1] (numeric) 0.9963217522863437 absolute error 1.2212453270876722e-15 relative error 1.2257539537656142e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0856911075962211 y1[1] (numeric) 0.08569110759617066 absolute error 5.044575868140555e-14 relative error 5.886930405790455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4859999999999471 y2[1] (analytic) 0.9964069452188247 y2[1] (numeric) 0.9964069452188233 absolute error 1.3322676295501878e-15 relative error 1.3370718017803495e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08469474316443826 y1[1] (numeric) 0.0846947431643877 absolute error 5.0556780983868066e-14 relative error 5.96929385401288e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.486999999999947 y2[1] (analytic) 0.9964911417444422 y2[1] (numeric) 0.9964911417444409 absolute error 1.3322676295501878e-15 relative error 1.3369588285731676e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08369829403791931 y1[1] (numeric) 0.08369829403786865 absolute error 5.066780328633058e-14 relative error 6.053624374156976e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.487999999999947 y2[1] (analytic) 0.9965743417790011 y2[1] (numeric) 0.9965743417789996 absolute error 1.4432899320127035e-15 relative error 1.4482511454552032e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08270176121311329 y1[1] (numeric) 0.08270176121306252 absolute error 5.076494780098528e-14 relative error 6.138315201071672e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4889999999999468 y2[1] (analytic) 0.9966565452393011 y2[1] (numeric) 0.9966565452392997 absolute error 1.4432899320127035e-15 relative error 1.4481316948218745e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08170514568655296 y1[1] (numeric) 0.08170514568650208 absolute error 5.08759701034478e-14 relative error 6.226776744101806e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4899999999999467 y2[1] (analytic) 0.9967377520431391 y2[1] (numeric) 0.9967377520431375 absolute error 1.5543122344752192e-15 relative error 1.559399381922827e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.08070844845485374 y1[1] (numeric) 0.08070844845480277 absolute error 5.09731146181025e-14 relative error 6.315709890844397e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4909999999999466 y2[1] (analytic) 0.9968179621093081 y2[1] (numeric) 0.9968179621093064 absolute error 1.6653345369377348e-15 relative error 1.6706506104823973e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0797116705147128 y1[1] (numeric) 0.07971167051466171 absolute error 5.1084136920565015e-14 relative error 6.408614521651023e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4919999999999465 y2[1] (analytic) 0.9968971753575979 y2[1] (numeric) 0.9968971753575963 absolute error 1.6653345369377348e-15 relative error 1.670517860922177e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07871481286290798 y1[1] (numeric) 0.0787148128628568 absolute error 5.1181281435219717e-14 relative error 6.502115621408964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4929999999999464 y2[1] (analytic) 0.9969753917087956 y2[1] (numeric) 0.9969753917087938 absolute error 1.7763568394002505e-15 relative error 1.7817459228914475e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07771787649629686 y1[1] (numeric) 0.07771787649624556 absolute error 5.129230373768223e-14 relative error 6.599807669748444e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4939999999999463 y2[1] (analytic) 0.9970526110846846 y2[1] (numeric) 0.9970526110846827 absolute error 1.887379141862766e-15 relative error 1.8929584265463216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07672086241181572 y1[1] (numeric) 0.07672086241176432 absolute error 5.140332604014475e-14 relative error 6.700045388466352e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4949999999999461 y2[1] (analytic) 0.9971288334080456 y2[1] (numeric) 0.9971288334080436 absolute error 1.9984014443252818e-15 relative error 2.0041557092427343e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07572377160647857 y1[1] (numeric) 0.07572377160642706 absolute error 5.1514348342607263e-14 relative error 6.802929549034762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.495999999999946 y2[1] (analytic) 0.9972040586026563 y2[1] (numeric) 0.9972040586026543 absolute error 1.9984014443252818e-15 relative error 2.004004523533092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07472660507737611 y1[1] (numeric) 0.0747266050773245 absolute error 5.1611492857261965e-14 relative error 6.906709170558537e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.496999999999946 y2[1] (analytic) 0.9972782865932914 y2[1] (numeric) 0.9972782865932894 absolute error 1.9984014443252818e-15 relative error 2.0038553643354986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0737293638216748 y1[1] (numeric) 0.07372936382162308 absolute error 5.172251515972448e-14 relative error 7.015185331698089e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4979999999999458 y2[1] (analytic) 0.9973515173057231 y2[1] (numeric) 0.997351517305721 absolute error 2.1094237467877974e-15 relative error 2.1150253548380427e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07273204883661583 y1[1] (numeric) 0.07273204883656399 absolute error 5.1833537462186996e-14 relative error 7.12664338366503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4989999999999457 y2[1] (analytic) 0.9974237506667206 y2[1] (numeric) 0.9974237506667185 absolute error 2.1094237467877974e-15 relative error 2.1148721848439727e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07173466111951407 y1[1] (numeric) 0.07173466111946213 absolute error 5.194455976464951e-14 relative error 7.241207939646762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.4999999999999456 y2[1] (analytic) 0.9974949866040506 y2[1] (numeric) 0.9974949866040485 absolute error 2.1094237467877974e-15 relative error 2.1147211516012562e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.07073720166775717 y1[1] (numeric) 0.07073720166770511 absolute error 5.205558206711203e-14 relative error 7.359010653490349e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5009999999999455 y2[1] (analytic) 0.997565225046477 y2[1] (numeric) 0.9975652250464748 absolute error 2.220446049250313e-15 relative error 2.225865530894846e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0697396714788045 y1[1] (numeric) 0.06973967147875233 absolute error 5.216660436957454e-14 relative error 7.480190724074343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5019999999999454 y2[1] (analytic) 0.9976344659237616 y2[1] (numeric) 0.9976344659237594 absolute error 2.220446049250313e-15 relative error 2.2257110445701038e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06874207155018616 y1[1] (numeric) 0.06874207155013388 absolute error 5.227762667203706e-14 relative error 7.604895443668876e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5029999999999453 y2[1] (analytic) 0.9977027091666634 y2[1] (numeric) 0.997702709166661 absolute error 2.3314683517128287e-15 relative error 2.3368367453469184e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06774440287950201 y1[1] (numeric) 0.06774440287944962 absolute error 5.2388648974499574e-14 relative error 7.733280794825818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5039999999999452 y2[1] (analytic) 0.9977699547069392 y2[1] (numeric) 0.9977699547069367 absolute error 2.4424906541753444e-15 relative error 2.447949692865569e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06674666646442061 y1[1] (numeric) 0.06674666646436812 absolute error 5.2485793489154275e-14 relative error 7.863432927715108e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.504999999999945 y2[1] (analytic) 0.9978362024773433 y2[1] (numeric) 0.9978362024773408 absolute error 2.4424906541753444e-15 relative error 2.4477871699897594e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06574886330267832 y1[1] (numeric) 0.06574886330262572 absolute error 5.259681579161679e-14 relative error 7.999654009147597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.505999999999945 y2[1] (analytic) 0.9979014524116282 y2[1] (numeric) 0.9979014524116256 absolute error 2.55351295663786e-15 relative error 2.5588828941643344e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0647509943920782 y1[1] (numeric) 0.06475099439202549 absolute error 5.2707838094079307e-14 relative error 8.14008164491258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5069999999999448 y2[1] (analytic) 0.9979657044445438 y2[1] (numeric) 0.9979657044445412 absolute error 2.55351295663786e-15 relative error 2.5587181455890973e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06375306073048909 y1[1] (numeric) 0.06375306073043627 absolute error 5.281886039654182e-14 relative error 8.284913663961843e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5079999999999447 y2[1] (analytic) 0.9980289585118381 y2[1] (numeric) 0.9980289585118355 absolute error 2.6645352591003757e-15 relative error 2.669797540818321e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06275506331584454 y1[1] (numeric) 0.06275506331579163 absolute error 5.2916004911196524e-14 relative error 8.432149075345793e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5089999999999446 y2[1] (analytic) 0.9980912145502572 y2[1] (numeric) 0.9980912145502544 absolute error 2.7755575615628914e-15 relative error 2.780865637429306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.06175700314614192 y1[1] (numeric) 0.0617570031460889 absolute error 5.302008831975513e-14 relative error 8.585275453585121e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5099999999999445 y2[1] (analytic) 0.9981524724975448 y2[1] (numeric) 0.9981524724975419 absolute error 2.886579864025407e-15 relative error 2.8919227708795836e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.060758881219441306 y1[1] (numeric) 0.060758881219388175 absolute error 5.313111062221765e-14 relative error 8.744583434695804e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5109999999999444 y2[1] (analytic) 0.998212732292443 y2[1] (numeric) 0.9982127322924401 absolute error 2.886579864025407e-15 relative error 2.8917481921876904e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.05976069853386453 y1[1] (numeric) 0.059760698533811295 absolute error 5.3235194030776256e-14 relative error 8.908060872248595e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5119999999999443 y2[1] (analytic) 0.9982719938746922 y2[1] (numeric) 0.9982719938746892 absolute error 2.9976021664879227e-15 relative error 3.0027910077423206e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0587624560875942 y1[1] (numeric) 0.05876245608754086 absolute error 5.3339277439334865e-14 relative error 9.077101433579413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5129999999999442 y2[1] (analytic) 0.9983302571850308 y2[1] (numeric) 0.9983302571850277 absolute error 3.1086244689504383e-15 relative error 3.11382375379041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.05776415487887268 y1[1] (numeric) 0.05776415487881923 absolute error 5.345029974179738e-14 relative error 9.253195143922533e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.513999999999944 y2[1] (analytic) 0.9983875221651952 y2[1] (numeric) 0.9983875221651921 absolute error 3.1086244689504383e-15 relative error 3.1136451527446866e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.056765795906001094 y1[1] (numeric) 0.05676579590594754 absolute error 5.355438315035599e-14 relative error 9.43426975621677e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.514999999999944 y2[1] (analytic) 0.9984437887579208 y2[1] (numeric) 0.9984437887579176 absolute error 3.219646771412954e-15 relative error 3.2246650313867376e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.055767380167338336 y1[1] (numeric) 0.05576738016728467 absolute error 5.3665405452818504e-14 relative error 9.623081681762252e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5159999999999438 y2[1] (analytic) 0.9984990569069407 y2[1] (numeric) 0.9984990569069375 absolute error 3.219646771412954e-15 relative error 3.224486542217157e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.054768908661300054 y1[1] (numeric) 0.054768908661246285 absolute error 5.376948886137711e-14 relative error 9.817520592549411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5169999999999437 y2[1] (analytic) 0.998553326556987 y2[1] (numeric) 0.9985533265569837 absolute error 3.3306690738754696e-15 relative error 3.3354944451085254e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.053770382386357674 y1[1] (numeric) 0.0537703823863038 absolute error 5.387357226993572e-14 relative error 1.0019190840570297e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5179999999999436 y2[1] (analytic) 0.99860659765379 y2[1] (numeric) 0.9986065976537866 absolute error 3.4416913763379853e-15 relative error 3.4464937287858737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.05277180234103739 y1[1] (numeric) 0.05277180234098341 absolute error 5.3984594572398237e-14 relative error 1.022981823200261e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5189999999999435 y2[1] (analytic) 0.9986588701440785 y2[1] (numeric) 0.9986588701440751 absolute error 3.4416913763379853e-15 relative error 3.446313330037759e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.051773169523919166 y1[1] (numeric) 0.05177316952386508 absolute error 5.4088677980956845e-14 relative error 1.0447241008871963e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5199999999999434 y2[1] (analytic) 0.9987101439755801 y2[1] (numeric) 0.9987101439755766 absolute error 3.552713678800501e-15 relative error 3.5573020863272315e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.050774484933635726 y1[1] (numeric) 0.05077448493358153 absolute error 5.4192761389515454e-14 relative error 1.0673227204637832e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5209999999999433 y2[1] (analytic) 0.998760419097021 y2[1] (numeric) 0.9987604190970173 absolute error 3.6637359812630166e-15 relative error 3.66828311495904e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04977574956887159 y1[1] (numeric) 0.049775749568817286 absolute error 5.430378369197797e-14 relative error 1.090968677766293e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5219999999999432 y2[1] (analytic) 0.9988096954581259 y2[1] (numeric) 0.9988096954581221 absolute error 3.774758283725532e-15 relative error 3.7792567502002037e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.048776964428362025 y1[1] (numeric) 0.04877696442830762 absolute error 5.440786710053658e-14 relative error 1.1154418430536933e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.522999999999943 y2[1] (analytic) 0.9988579730096186 y2[1] (numeric) 0.9988579730096149 absolute error 3.774758283725532e-15 relative error 3.779074088333059e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04777813051089211 y1[1] (numeric) 0.04777813051083759 absolute error 5.4518889402999093e-14 relative error 1.1410846096326493e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.523999999999943 y2[1] (analytic) 0.9989052517032216 y2[1] (numeric) 0.9989052517032178 absolute error 3.885780586188048e-15 relative error 3.8900391999766236e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04677924881529565 y1[1] (numeric) 0.04677924881524103 absolute error 5.46229728115577e-14 relative error 1.16767528754539e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5249999999999428 y2[1] (analytic) 0.9989515314916562 y2[1] (numeric) 0.9989515314916522 absolute error 3.9968028886505635e-15 relative error 4.0009978088551007e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04578032034045428 y1[1] (numeric) 0.045780320340399555 absolute error 5.472705622011631e-14 relative error 1.19542755081502e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5259999999999427 y2[1] (analytic) 0.9989968123286425 y2[1] (numeric) 0.9989968123286384 absolute error 4.107825191113079e-15 relative error 4.111950248908019e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04478134608529639 y1[1] (numeric) 0.044781346085241557 absolute error 5.483113962867492e-14 relative error 1.2244191928540153e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5269999999999426 y2[1] (analytic) 0.9990410941688996 y2[1] (numeric) 0.9990410941688955 absolute error 4.107825191113079e-15 relative error 4.1117679894142605e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04378232704879614 y1[1] (numeric) 0.0437823270487412 absolute error 5.493522303723353e-14 relative error 1.254735112092313e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5279999999999425 y2[1] (analytic) 0.9990843769681459 y2[1] (numeric) 0.9990843769681418 absolute error 4.107825191113079e-15 relative error 4.1115898574841295e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04278326422997249 y1[1] (numeric) 0.04278326422991745 absolute error 5.5039306445792135e-14 relative error 1.2864681420739628e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5289999999999424 y2[1] (analytic) 0.9991266606830985 y2[1] (numeric) 0.9991266606830943 absolute error 4.218847493575595e-15 relative error 4.2225351995823906e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.041784158627888174 y1[1] (numeric) 0.04178415862783303 absolute error 5.5143389854350744e-14 relative error 1.3197200007168784e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5299999999999423 y2[1] (analytic) 0.9991679452714737 y2[1] (numeric) 0.9991679452714693 absolute error 4.3298697960381105e-15 relative error 4.3334754848061963e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.04078501124164872 y1[1] (numeric) 0.040785011241593463 absolute error 5.525441215681326e-14 relative error 1.354772512613377e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5309999999999422 y2[1] (analytic) 0.9992082306919868 y2[1] (numeric) 0.9992082306919824 absolute error 4.440892098500626e-15 relative error 4.444411046759645e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.03978582307040141 y1[1] (numeric) 0.03978582307034605 absolute error 5.535849556537187e-14 relative error 1.391412601102017e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.531999999999942 y2[1] (analytic) 0.9992475169043525 y2[1] (numeric) 0.999247516904348 absolute error 4.551914400963142e-15 relative error 4.555342218977812e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.038786595113334356 y1[1] (numeric) 0.03878659511327889 absolute error 5.5462578973930476e-14 relative error 1.429941937720208e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.532999999999942 y2[1] (analytic) 0.9992858038692846 y2[1] (numeric) 0.99928580386928 absolute error 4.551914400963142e-15 relative error 4.555167684097885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.03778732836967542 y1[1] (numeric) 0.03778732836961985 absolute error 5.5566662382489085e-14 relative error 1.470510480097389e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5339999999999419 y2[1] (analytic) 0.9993230915484961 y2[1] (numeric) 0.9993230915484914 absolute error 4.6629367034256575e-15 relative error 4.666095222717437e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.03678802383869126 y1[1] (numeric) 0.03678802383863559 absolute error 5.5670745791047693e-14 relative error 1.513284487232957e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5349999999999417 y2[1] (analytic) 0.9993593799046993 y2[1] (numeric) 0.9993593799046946 absolute error 4.6629367034256575e-15 relative error 4.665925789249432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.035788682519686324 y1[1] (numeric) 0.03578868251963055 absolute error 5.57748291996063e-14 relative error 1.5584487964575442e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5359999999999416 y2[1] (analytic) 0.9993946689016059 y2[1] (numeric) 0.9993946689016011 absolute error 4.773959005888173e-15 relative error 4.776850582097899e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.034789305412001856 y1[1] (numeric) 0.03478930541194598 absolute error 5.587891260816491e-14 relative error 1.6062094930152706e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5369999999999415 y2[1] (analytic) 0.9994289585039269 y2[1] (numeric) 0.999428958503922 absolute error 4.884981308350689e-15 relative error 4.887772429231142e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.03378989351501487 y1[1] (numeric) 0.03378989351495889 absolute error 5.598299601672352e-14 relative error 1.6567970535878405e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5379999999999414 y2[1] (analytic) 0.9994622486773727 y2[1] (numeric) 0.9994622486773677 absolute error 4.9960036108132044e-15 relative error 4.998691663866855e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.03279044782813719 y1[1] (numeric) 0.032790447828081104 absolute error 5.608707942528213e-14 relative error 1.7104700649179394e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5389999999999413 y2[1] (analytic) 0.999494539388653 y2[1] (numeric) 0.999494539388648 absolute error 4.9960036108132044e-15 relative error 4.998530170929239e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.031790969350814414 y1[1] (numeric) 0.03179096935075822 absolute error 5.6191162833840735e-14 relative error 1.7675196441407421e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5399999999999412 y2[1] (analytic) 0.9995258306054773 y2[1] (numeric) 0.9995258306054722 absolute error 5.10702591327572e-15 relative error 5.109448657451969e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.030791459082524935 y1[1] (numeric) 0.03079145908246864 absolute error 5.6295246242399344e-14 relative error 1.8282747203216675e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.540999999999941 y2[1] (analytic) 0.9995561222965542 y2[1] (numeric) 0.9995561222965491 absolute error 5.10702591327572e-15 relative error 5.109293814880499e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.02979191802277894 y1[1] (numeric) 0.02979191802272254 absolute error 5.639932965095795e-14 relative error 1.8931083795220889e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.541999999999941 y2[1] (analytic) 0.9995854144315922 y2[1] (numeric) 0.999585414431587 absolute error 5.218048215738236e-15 relative error 5.220212440480081e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.028792347171117404 y1[1] (numeric) 0.028792347171060897 absolute error 5.6506882506468514e-14 relative error 1.962566030849771e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5429999999999409 y2[1] (analytic) 0.999613706981299 y2[1] (numeric) 0.9996137069812937 absolute error 5.329070518200751e-15 relative error 5.331129896461543e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.027792747527111097 y1[1] (numeric) 0.027792747527054486 absolute error 5.661096591502712e-14 relative error 2.0368970667547212e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5439999999999408 y2[1] (analytic) 0.9996409999173821 y2[1] (numeric) 0.9996409999173768 absolute error 5.329070518200751e-15 relative error 5.330984342019971e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.02679312009035958 y1[1] (numeric) 0.026793120090302863 absolute error 5.6718518770537685e-14 relative error 2.1169060780997114e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5449999999999406 y2[1] (analytic) 0.9996672932125487 y2[1] (numeric) 0.9996672932125432 absolute error 5.440092820663267e-15 relative error 5.441903378854066e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.025793465860490205 y1[1] (numeric) 0.025793465860433382 absolute error 5.6822602179096293e-14 relative error 2.2029843715627125e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5459999999999405 y2[1] (analytic) 0.9996925868405053 y2[1] (numeric) 0.9996925868404998 absolute error 5.551115123125783e-15 relative error 5.552822133722022e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.024793785837157117 y1[1] (numeric) 0.02479378583710019 absolute error 5.69266855876549e-14 relative error 2.2960061832244244e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5469999999999404 y2[1] (analytic) 0.9997168807759583 y2[1] (numeric) 0.9997168807759528 absolute error 5.551115123125783e-15 relative error 5.552687195615951e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.02379408102004026 y1[1] (numeric) 0.02379408101998323 absolute error 5.703076899621351e-14 relative error 2.3968468859200775e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5479999999999403 y2[1] (analytic) 0.999740174994614 y2[1] (numeric) 0.9997401749946083 absolute error 5.662137425588298e-15 relative error 5.663608972820165e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.022794352408844365 y1[1] (numeric) 0.02279435240878723 absolute error 5.713485240477212e-14 relative error 2.5065354514131055e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5489999999999402 y2[1] (analytic) 0.9997624694731779 y2[1] (numeric) 0.9997624694731722 absolute error 5.773159728050814e-15 relative error 5.774531355525842e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.02179460100329796 y1[1] (numeric) 0.02179460100324072 absolute error 5.723893581333073e-14 relative error 2.6262896854440843e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.54999999999994 y2[1] (analytic) 0.9997837641893558 y2[1] (numeric) 0.9997837641893499 absolute error 5.88418203051333e-15 relative error 5.885454676576329e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.02079482780315237 y1[1] (numeric) 0.020794827803095026 absolute error 5.734301922188934e-14 relative error 2.7575616285313256e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.55099999999994 y2[1] (analytic) 0.9998040591218527 y2[1] (numeric) 0.9998040591218468 absolute error 5.88418203051333e-15 relative error 5.885335208262228e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.019795033808180706 y1[1] (numeric) 0.01979503380812326 absolute error 5.744710263044794e-14 relative error 2.902096717142597e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5519999999999399 y2[1] (analytic) 0.9998233542503737 y2[1] (numeric) 0.9998233542503678 absolute error 5.88418203051333e-15 relative error 5.88522162989986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.018795220018176885 y1[1] (numeric) 0.018795220018119334 absolute error 5.755118603900655e-14 relative error 3.062011829781653e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5529999999999398 y2[1] (analytic) 0.9998416495556239 y2[1] (numeric) 0.9998416495556179 absolute error 5.995204332975845e-15 relative error 5.996153826598835e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.017795387432954612 y1[1] (numeric) 0.017795387432896957 absolute error 5.765526944756516e-14 relative error 3.239899646174352e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5539999999999397 y2[1] (analytic) 0.9998589450193078 y2[1] (numeric) 0.9998589450193018 absolute error 5.995204332975845e-15 relative error 5.996050105707735e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.01679553705234639 y1[1] (numeric) 0.01679553705228863 absolute error 5.775935285612377e-14 relative error 3.4389702857435336e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5549999999999395 y2[1] (analytic) 0.9998752406241301 y2[1] (numeric) 0.999875240624124 absolute error 6.106226635438361e-15 relative error 6.106988539516995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.01579566987620252 y1[1] (numeric) 0.01579566987614465 absolute error 5.786690571163433e-14 relative error 3.663466390799646e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5559999999999394 y2[1] (analytic) 0.999890536353795 y2[1] (numeric) 0.9998905363537889 absolute error 6.106226635438361e-15 relative error 6.106895118445018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.014795786904390082 y1[1] (numeric) 0.014795786904332113 absolute error 5.796925439671696e-14 relative error 3.91795683266544e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5569999999999393 y2[1] (analytic) 0.999904832193007 y2[1] (numeric) 0.9999048321930007 absolute error 6.217248937900877e-15 relative error 6.217840676162259e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.013795889136791976 y1[1] (numeric) 0.013795889136733902 absolute error 5.807333780527557e-14 relative error 4.20946683678408e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5579999999999392 y2[1] (analytic) 0.9999181281274699 y2[1] (numeric) 0.9999181281274637 absolute error 6.217248937900877e-15 relative error 6.217757997391062e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.012795977573305882 y1[1] (numeric) 0.012795977573247705 absolute error 5.817742121383418e-14 relative error 4.5465397919421216e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.558999999999939 y2[1] (analytic) 0.9999304241438882 y2[1] (numeric) 0.9999304241438819 absolute error 6.328271240363392e-15 relative error 6.328711565888674e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.011796053213843282 y1[1] (numeric) 0.011796053213785001 absolute error 5.828150462239279e-14 relative error 4.940763115072794e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.559999999999939 y2[1] (analytic) 0.9999417202299656 y2[1] (numeric) 0.9999417202299592 absolute error 6.439293542825908e-15 relative error 6.439668845245306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.01079611705832845 y1[1] (numeric) 0.010796117058270067 absolute error 5.838385330747542e-14 relative error 5.407856638830751e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5609999999999389 y2[1] (analytic) 0.9999520163744061 y2[1] (numeric) 0.9999520163743997 absolute error 6.439293542825908e-15 relative error 6.439602538303079e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.009796170106697462 y1[1] (numeric) 0.009796170106638974 absolute error 5.848793671603403e-14 relative error 5.970490107766391e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5619999999999388 y2[1] (analytic) 0.9999613125669137 y2[1] (numeric) 0.9999613125669071 absolute error 6.5503158452884236e-15 relative error 6.550569269998734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.008796213358897182 y1[1] (numeric) 0.00879621335883859 absolute error 5.859202012459264e-14 relative error 6.66105035587024e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5629999999999387 y2[1] (analytic) 0.9999696087981919 y2[1] (numeric) 0.9999696087981853 absolute error 6.5503158452884236e-15 relative error 6.550514923309405e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.007796247814884276 y1[1] (numeric) 0.0077962478148255795 absolute error 5.869610353315124e-14 relative error 7.528763185425053e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5639999999999386 y2[1] (analytic) 0.9999769050599446 y2[1] (numeric) 0.999976905059938 absolute error 6.661338147750939e-15 relative error 6.661491994509232e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.006796274474624204 y1[1] (numeric) 0.006796274474565405 absolute error 5.879931957997186e-14 relative error 8.651698779900018e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5649999999999384 y2[1] (analytic) 0.9999832013448757 y2[1] (numeric) 0.999983201344869 absolute error 6.772360450213455e-15 relative error 6.772474218672192e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.005796294338090225 y1[1] (numeric) 0.005796294338031322 absolute error 5.890253562679248e-14 relative error 1.0162102231371469e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5659999999999383 y2[1] (analytic) 0.9999884976466887 y2[1] (numeric) 0.999988497646682 absolute error 6.772360450213455e-15 relative error 6.772438349192126e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.00479630840526239 y1[1] (numeric) 0.004796308405203384 absolute error 5.90057516736131e-14 relative error 1.230232643273595e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5669999999999382 y2[1] (analytic) 0.9999927939600874 y2[1] (numeric) 0.9999927939600806 absolute error 6.8833827526759706e-15 relative error 6.883432354964256e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0037963176761265497 y1[1] (numeric) 0.0037963176760674403 absolute error 5.910940140130272e-14 relative error 1.557019365713701e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.567999999999938 y2[1] (analytic) 0.9999960902807755 y2[1] (numeric) 0.9999960902807685 absolute error 6.994405055138486e-15 relative error 6.99443240140531e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.00279632315067335 y1[1] (numeric) 0.0027963231506141373 absolute error 5.921261744812334e-14 relative error 2.11751697702982e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.568999999999938 y2[1] (analytic) 0.9999983866054567 y2[1] (numeric) 0.9999983866054496 absolute error 7.105427357601002e-15 relative error 7.105438821477224e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0017963258288972324 y1[1] (numeric) 0.0017963258288379168 absolute error 5.931561665450946e-14 relative error 3.3020522056916268e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.569999999999938 y2[1] (analytic) 0.9999996829318346 y2[1] (numeric) 0.9999996829318274 absolute error 7.216449660063518e-15 relative error 7.216451948170698e-13% Correct digits 14 h 0.001 y1[1] (analytic) 0.0007963267107954358 y1[1] (numeric) 0.0007963267107360169 absolute error 5.941894112154733e-14 relative error 7.461628539647359e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5709999999999378 y2[1] (analytic) 0.9999999792586128 y2[1] (numeric) 0.9999999792586056 absolute error 7.216449660063518e-15 relative error 7.216449809742697e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.0002036732036330054 y1[1] (numeric) -0.0002036732036925274 absolute error 5.952199453804208e-14 relative error 2.9224263907241107e-08% Correct digits 9 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5719999999999377 y2[1] (analytic) 0.9999992755854952 y2[1] (numeric) 0.9999992755854878 absolute error 7.327471962526033e-15 relative error 7.327477270656851e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.0012036729143882598 y1[1] (numeric) -0.0012036729144478849 absolute error 5.962504795453683e-14 relative error 4.953592229400621e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5729999999999376 y2[1] (analytic) 0.9999975719131853 y2[1] (numeric) 0.9999975719131778 absolute error 7.438494264988549e-15 relative error 7.43851232634225e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.0022036714214707003 y1[1] (numeric) -0.002203671421530428 absolute error 5.972783032048845e-14 relative error 2.7103782232936936e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5739999999999374 y2[1] (analytic) 0.9999948682433868 y2[1] (numeric) 0.9999948682433792 absolute error 7.549516567451064e-15 relative error 7.549555309931453e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.003203667724881903 y1[1] (numeric) -0.0032036677249417337 absolute error 5.983061268644008e-14 relative error 1.867566109361283e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5749999999999373 y2[1] (analytic) 0.9999911645788034 y2[1] (numeric) 0.9999911645787958 absolute error 7.66053886991358e-15 relative error 7.660606554599111e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.004203660824625648 y1[1] (numeric) -0.004203660824685581 absolute error 5.993296137152271e-14 relative error 1.425732566729143e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5759999999999372 y2[1] (analytic) 0.9999864609231388 y2[1] (numeric) 0.999986460923131 absolute error 7.771561172376096e-15 relative error 7.771666393564738e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.005203649720708918 y1[1] (numeric) -0.0052036497207689535 absolute error 6.003531005660534e-14 relative error 1.153715435873467e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5769999999999371 y2[1] (analytic) 0.9999807572810966 y2[1] (numeric) 0.9999807572810887 absolute error 7.882583474838611e-15 relative error 7.882735160095488e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.006203633413142901 y1[1] (numeric) -0.0062036334132030396 absolute error 6.013852610342596e-14 relative error 9.694081209895094e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.577999999999937 y2[1] (analytic) 0.9999740536583803 y2[1] (numeric) 0.9999740536583724 absolute error 7.882583474838611e-15 relative error 7.882788004349087e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.007203610901943988 y1[1] (numeric) -0.007203610902004229 absolute error 6.024087478850859e-14 relative error 8.362594205671465e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.578999999999937 y2[1] (analytic) 0.9999663500616939 y2[1] (numeric) 0.9999663500616859 absolute error 7.993605777301127e-15 relative error 7.993874770693987e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.008203581187134774 y1[1] (numeric) -0.008203581187195117 absolute error 6.034235611185323e-14 relative error 7.355611498851847e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5799999999999368 y2[1] (analytic) 0.9999576464987406 y2[1] (numeric) 0.9999576464987325 absolute error 8.104628079763643e-15 relative error 8.104971353678078e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.009203543268745056 y1[1] (numeric) -0.0092035432688055 absolute error 6.044470479693587e-14 relative error 6.567547196980558e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5809999999999367 y2[1] (analytic) 0.9999479429782242 y2[1] (numeric) 0.9999479429782161 absolute error 8.104628079763643e-15 relative error 8.105050004528222e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.010203496146812836 y1[1] (numeric) -0.010203496146873383 absolute error 6.05470534820185e-14 relative error 5.933951717219101e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5819999999999366 y2[1] (analytic) 0.9999372395098481 y2[1] (numeric) 0.9999372395098399 absolute error 8.215650382226158e-15 relative error 8.216166032833548e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.01120343882138532 y1[1] (numeric) -0.011203438821445968 absolute error 6.064766744362515e-14 relative error 5.413308218174925e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5829999999999365 y2[1] (analytic) 0.9999255361043159 y2[1] (numeric) 0.9999255361043076 absolute error 8.326672684688674e-15 relative error 8.327292767348633e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.012203370292519916 y1[1] (numeric) -0.012203370292580666 absolute error 6.075001612870778e-14 relative error 4.978134291798443e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5839999999999363 y2[1] (analytic) 0.999912832773331 y2[1] (numeric) 0.9999128327733224 absolute error 8.548717289613705e-15 relative error 8.549462522551307e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.013203289560285237 y1[1] (numeric) -0.013203289560346089 absolute error 6.085236481379042e-14 relative error 4.608879062747435e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5849999999999362 y2[1] (analytic) 0.9998991295295965 y2[1] (numeric) 0.9998991295295879 absolute error 8.548717289613705e-15 relative error 8.549579689738762e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.014203195624762096 y1[1] (numeric) -0.014203195624823051 absolute error 6.095471349887305e-14 relative error 4.291619654425061e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5859999999999361 y2[1] (analytic) 0.9998844263868158 y2[1] (numeric) 0.9998844263868072 absolute error 8.659739592076221e-15 relative error 8.660740545153875e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.015203087486044516 y1[1] (numeric) -0.015203087486105571 absolute error 6.10553274604797e-14 relative error 4.0159821165618286e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.586999999999936 y2[1] (analytic) 0.9998687233596921 y2[1] (numeric) 0.9998687233596834 absolute error 8.770761894538737e-15 relative error 8.771913441864456e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.016202964144240717 y1[1] (numeric) -0.016202964144301873 absolute error 6.115594142208636e-14 relative error 3.7743675094056173e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.587999999999936 y2[1] (analytic) 0.9998520204639283 y2[1] (numeric) 0.9998520204639195 absolute error 8.770761894538737e-15 relative error 8.772059979904956e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.01720282459947412 y1[1] (numeric) -0.01720282459953538 absolute error 6.126002483064497e-14 relative error 3.5610445526787296e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5889999999999358 y2[1] (analytic) 0.9998343177162274 y2[1] (numeric) 0.9998343177162186 absolute error 8.881784197001252e-15 relative error 8.883255995141864e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.01820266785188436 y1[1] (numeric) -0.018202667851945725 absolute error 6.136410823920357e-14 relative error 3.371160136444015e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5899999999999357 y2[1] (analytic) 0.9998156151342921 y2[1] (numeric) 0.9998156151342832 absolute error 8.881784197001252e-15 relative error 8.883422165604284e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.019202492901628267 y1[1] (numeric) -0.01920249290168973 absolute error 6.146472220081023e-14 relative error 3.200872017799228e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5909999999999356 y2[1] (analytic) 0.999795912736825 y2[1] (numeric) 0.999795912736816 absolute error 8.992806499463768e-15 relative error 8.994642191371843e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.02020229874888087 y1[1] (numeric) -0.020202298748942436 absolute error 6.156533616241688e-14 relative error 3.04744212169555e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5919999999999355 y2[1] (analytic) 0.9997752105435285 y2[1] (numeric) 0.9997752105435194 absolute error 9.103828801926284e-15 relative error 9.105875706777108e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.021202084393836407 y1[1] (numeric) -0.021202084393898077 absolute error 6.166941957097549e-14 relative error 2.9086489057134035e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5929999999999354 y2[1] (analytic) 0.9997535085751047 y2[1] (numeric) 0.9997535085750955 absolute error 9.2148511043888e-15 relative error 9.217123046181888e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.02220184883670932 y1[1] (numeric) -0.02220184883677109 absolute error 6.177003353258215e-14 relative error 2.782202238511299e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5939999999999352 y2[1] (analytic) 0.9997308068532557 y2[1] (numeric) 0.9997308068532463 absolute error 9.325873406851315e-15 relative error 9.328384544040766e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.023201591077735246 y1[1] (numeric) -0.023201591077797117 absolute error 6.18706474941888e-14 relative error 2.6666553723361335e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5949999999999351 y2[1] (analytic) 0.9997071054006831 y2[1] (numeric) 0.9997071054006736 absolute error 9.43689570931383e-15 relative error 9.43966053490389e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.024201310117172026 y1[1] (numeric) -0.024201310117233997 absolute error 6.197126145579546e-14 relative error 2.5606573014336025e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.595999999999935 y2[1] (analytic) 0.9996824042410885 y2[1] (numeric) 0.9996824042410789 absolute error 9.547918011776346e-15 relative error 9.550951353419763e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.025201004955300706 y1[1] (numeric) -0.025201004955362778 absolute error 6.207187541740211e-14 relative error 2.4630714341550927e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.596999999999935 y2[1] (analytic) 0.9996567033991728 y2[1] (numeric) 0.9996567033991632 absolute error 9.547918011776346e-15 relative error 9.551196905207736e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.02620067459242653 y1[1] (numeric) -0.026200674592488704 absolute error 6.217248937900877e-14 relative error 2.3729346799711834e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5979999999999348 y2[1] (analytic) 0.9996300029006371 y2[1] (numeric) 0.9996300029006274 absolute error 9.658940314238862e-15 relative error 9.66251541691567e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.027200318028879948 y1[1] (numeric) -0.02720031802894222 absolute error 6.227310334061542e-14 relative error 2.289425560190029e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5989999999999347 y2[1] (analytic) 0.9996023027721819 y2[1] (numeric) 0.9996023027721721 absolute error 9.769962616701378e-15 relative error 9.77384964961214e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.0281999342650176 y1[1] (numeric) -0.028199934265079975 absolute error 6.237371730222208e-14 relative error 2.211839102745623e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.5999999999999346 y2[1] (analytic) 0.9995736030415071 y2[1] (numeric) 0.9995736030414972 absolute error 9.880984919163893e-15 relative error 9.8851999383517e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.02919952230122334 y1[1] (numeric) -0.029199522301285814 absolute error 6.247433126382873e-14 relative error 2.1395668949423638e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6009999999999345 y2[1] (analytic) 0.9995439037373126 y2[1] (numeric) 0.9995439037373026 absolute error 9.992007221626409e-15 relative error 9.99656661830072e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.03019908113790921 y1[1] (numeric) -0.030199081137971786 absolute error 6.257494522543539e-14 relative error 2.0720810987485454e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6019999999999344 y2[1] (analytic) 0.9995132048892976 y2[1] (numeric) 0.9995132048892876 absolute error 9.992007221626409e-15 relative error 9.996873650841949e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.03119860977551646 y1[1] (numeric) -0.031198609775579134 absolute error 6.267555918704204e-14 relative error 2.008921539710002e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6029999999999343 y2[1] (analytic) 0.999481506528161 y2[1] (numeric) 0.999481506528151 absolute error 9.992007221626409e-15 relative error 9.997190699740954e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.03219810721451653 y1[1] (numeric) -0.03219810721457931 absolute error 6.27761731486487e-14 relative error 1.9496852013818385e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6039999999999341 y2[1] (analytic) 0.9994488086856013 y2[1] (numeric) 0.9994488086855912 absolute error 1.0103029524088925e-14 relative error 1.010860129732473e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03319757245541208 y1[1] (numeric) -0.03319757245547495 absolute error 6.28733176633034e-14 relative error 1.893913109091005e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.604999999999934 y2[1] (analytic) 0.9994151113943162 y2[1] (numeric) 0.9994151113943059 absolute error 1.021405182655144e-14 relative error 1.0220029405300355e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03419700449873793 y1[1] (numeric) -0.034197004498800906 absolute error 6.2977401071862e-14 relative error 1.8416057779033318e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.605999999999934 y2[1] (analytic) 0.9993804146880029 y2[1] (numeric) 0.9993804146879925 absolute error 1.0325074129013956e-14 relative error 1.0331475359397898e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03519640234506213 y1[1] (numeric) -0.03519640234512521 absolute error 6.30745455865167e-14 relative error 1.792073660487795e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6069999999999338 y2[1] (analytic) 0.9993447186013581 y2[1] (numeric) 0.9993447186013478 absolute error 1.0325074129013956e-14 relative error 1.0331844394459309e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.036195764994986925 y1[1] (numeric) -0.0361957649950501 absolute error 6.317862899507531e-14 relative error 1.745470195306702e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6079999999999337 y2[1] (analytic) 0.9993080231700782 y2[1] (numeric) 0.9993080231700676 absolute error 1.0547118733938987e-14 relative error 1.0554422149519668e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.037195091449149745 y1[1] (numeric) -0.037195091449213014 absolute error 6.326883461582611e-14 relative error 1.7009995714709392e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6089999999999336 y2[1] (analytic) 0.9992703284308582 y2[1] (numeric) 0.9992703284308476 absolute error 1.0547118733938987e-14 relative error 1.0554820286219242e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03819438070822421 y1[1] (numeric) -0.038194380708287574 absolute error 6.336597913048081e-14 relative error 1.659039312996022e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6099999999999335 y2[1] (analytic) 0.9992316344213932 y2[1] (numeric) 0.9992316344213825 absolute error 1.0658141036401503e-14 relative error 1.0666336682358058e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03919363177292114 y1[1] (numeric) -0.03919363177298461 absolute error 6.347006253903942e-14 relative error 1.6193973272691419e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6109999999999334 y2[1] (analytic) 0.9991919411803769 y2[1] (numeric) 0.9991919411803662 absolute error 1.0658141036401503e-14 relative error 1.066676040622456e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.040192843643989576 y1[1] (numeric) -0.04019284364405314 absolute error 6.356720705369412e-14 relative error 1.5815553539019114e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6119999999999333 y2[1] (analytic) 0.9991512487475028 y2[1] (numeric) 0.9991512487474921 absolute error 1.0769163338864018e-14 relative error 1.0778311444202089e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.041192015322217716 y1[1] (numeric) -0.04119201532228138 absolute error 6.366435156834882e-14 relative error 1.5455507838192663e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6129999999999332 y2[1] (analytic) 0.9991095571634632 y2[1] (numeric) 0.9991095571634524 absolute error 1.0769163338864018e-14 relative error 1.0778761209569821e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.042191145808433965 y1[1] (numeric) -0.042191145808497726 absolute error 6.376149608300352e-14 relative error 1.5112530096363884e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.613999999999933 y2[1] (analytic) 0.9990668664699497 y2[1] (numeric) 0.9990668664699388 absolute error 1.0880185641326534e-14 relative error 1.0890347790003296e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04319023410350792 y1[1] (numeric) -0.043190234103571784 absolute error 6.386557949156213e-14 relative error 1.478704175080518e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.614999999999933 y2[1] (analytic) 0.9990231767096529 y2[1] (numeric) 0.999023176709642 absolute error 1.0880185641326534e-14 relative error 1.0890824051911513e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04418927920835137 y1[1] (numeric) -0.04418927920841533 absolute error 6.396272400621683e-14 relative error 1.4474715395250997e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6159999999999328 y2[1] (analytic) 0.9989784879262628 y2[1] (numeric) 0.9989784879262518 absolute error 1.099120794378905e-14 relative error 1.1002447076318164e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.045188280123919296 y1[1] (numeric) -0.045188280123983356 absolute error 6.405986852087153e-14 relative error 1.4176213023642612e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6169999999999327 y2[1] (analytic) 0.9989328001644678 y2[1] (numeric) 0.9989328001644568 absolute error 1.099120794378905e-14 relative error 1.1002950290529471e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.046187235851210866 y1[1] (numeric) -0.04618723585127502 absolute error 6.415701303552623e-14 relative error 1.3890637067393212e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6179999999999326 y2[1] (analytic) 0.998886113469956 y2[1] (numeric) 0.9988861134699449 absolute error 1.1102230246251565e-14 relative error 1.111461066135393e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.047186145391270425 y1[1] (numeric) -0.047186145391334686 absolute error 6.426109644408484e-14 relative error 1.3618636553426408e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6189999999999325 y2[1] (analytic) 0.998838427889414 y2[1] (numeric) 0.9988384278894028 absolute error 1.1213252548714081e-14 relative error 1.1226292697216442e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04818500774518853 y1[1] (numeric) -0.04818500774525289 absolute error 6.435824095873954e-14 relative error 1.3356486585843908e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6199999999999324 y2[1] (analytic) 0.9987897434705273 y2[1] (numeric) 0.9987897434705161 absolute error 1.1213252548714081e-14 relative error 1.122683990501447e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04918382191410291 y1[1] (numeric) -0.04918382191416736 absolute error 6.445538547339424e-14 relative error 1.3104997327365563e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6209999999999323 y2[1] (analytic) 0.9987400602619805 y2[1] (numeric) 0.998740060261969 absolute error 1.1435297153639112e-14 relative error 1.1449723114780745e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05018258689919947 y1[1] (numeric) -0.05018258689926402 absolute error 6.454559109414504e-14 relative error 1.2862149020694406e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6219999999999322 y2[1] (analytic) 0.9986893783134565 y2[1] (numeric) 0.998689378313445 absolute error 1.1546319456101628e-14 relative error 1.156147217225896e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05118130170171331 y1[1] (numeric) -0.05118130170177796 absolute error 6.464967450270365e-14 relative error 1.2631502590435186e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.622999999999932 y2[1] (analytic) 0.9986376976756375 y2[1] (numeric) 0.9986376976756258 absolute error 1.1657341758564144e-14 relative error 1.1673244246333775e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05217996532292972 y1[1] (numeric) -0.052179965322994466 absolute error 6.474681901735835e-14 relative error 1.2408367582587546e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.623999999999932 y2[1] (analytic) 0.998585018400204 y2[1] (numeric) 0.9985850184001922 absolute error 1.176836406102666e-14 relative error 1.1785039675320104e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05317857676418515 y1[1] (numeric) -0.053178576764249995 absolute error 6.484396353201305e-14 relative error 1.2193625229865935e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6249999999999318 y2[1] (analytic) 0.9985313405398353 y2[1] (numeric) 0.9985313405398234 absolute error 1.1879386363489175e-14 relative error 1.1896858797708674e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05417713502686825 y1[1] (numeric) -0.05417713502693319 absolute error 6.494110804666775e-14 relative error 1.1986811043895415e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6259999999999317 y2[1] (analytic) 0.9984766641482092 y2[1] (numeric) 0.9984766641481974 absolute error 1.1879386363489175e-14 relative error 1.1897510267426594e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05517563911242084 y1[1] (numeric) -0.05517563911248588 absolute error 6.503825256132245e-14 relative error 1.1787494192646587e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6269999999999316 y2[1] (analytic) 0.9984209892800023 y2[1] (numeric) 0.9984209892799903 absolute error 1.199040866595169e-14 relative error 1.2009371592436584e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05617408802233891 y1[1] (numeric) -0.05617408802240405 absolute error 6.513539707597715e-14 relative error 1.1595274506294534e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6279999999999315 y2[1] (analytic) 0.9983643159908893 y2[1] (numeric) 0.9983643159908773 absolute error 1.199040866595169e-14 relative error 1.2010053318112696e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05717248075817365 y1[1] (numeric) -0.05717248075823888 absolute error 6.523254159063185e-14 relative error 1.1409779797128342e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6289999999999314 y2[1] (analytic) 0.9983066443375435 y2[1] (numeric) 0.9983066443375314 absolute error 1.2101430968414206e-14 relative error 1.212195775421737e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.058170816321532384 y1[1] (numeric) -0.058170816321597714 absolute error 6.532968610528656e-14 relative error 1.1230663455741166e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6299999999999313 y2[1] (analytic) 0.9982479743776366 y2[1] (numeric) 0.9982479743776242 absolute error 1.2323475573339238e-14 relative error 1.234510451275634e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05916909371407965 y1[1] (numeric) -0.059169093714145075 absolute error 6.542683061994126e-14 relative error 1.1057602290834572e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6309999999999312 y2[1] (analytic) 0.9981883061698383 y2[1] (numeric) 0.998188306169826 absolute error 1.2323475573339238e-14 relative error 1.234584245995208e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06016731193753813 y1[1] (numeric) -0.060167311937603656 absolute error 6.552397513459596e-14 relative error 1.0890294584311623e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.631999999999931 y2[1] (analytic) 0.9981276397738172 y2[1] (numeric) 0.9981276397738048 absolute error 1.2434497875801753e-14 relative error 1.2457823408857305e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.061165469993689686 y1[1] (numeric) -0.06116546999375531 absolute error 6.562111964925066e-14 relative error 1.0728458337035693e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.632999999999931 y2[1] (analytic) 0.9980659752502395 y2[1] (numeric) 0.998065975250227 absolute error 1.2545520178264269e-14 relative error 1.256983054163208e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.062163566884376346 y1[1] (numeric) -0.062163566884442065 absolute error 6.571826416390536e-14 relative error 1.0571829683798666e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6339999999999308 y2[1] (analytic) 0.9980033126607697 y2[1] (numeric) 0.9980033126607571 absolute error 1.2545520178264269e-14 relative error 1.257061977561652e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0631616016115013 y1[1] (numeric) -0.06316160161156711 absolute error 6.580846978465615e-14 relative error 1.041906286503553e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6349999999999307 y2[1] (analytic) 0.9979396520680703 y2[1] (numeric) 0.9979396520680578 absolute error 1.2545520178264269e-14 relative error 1.257142168092598e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06415957317702992 y1[1] (numeric) -0.06415957317709582 absolute error 6.590561429931086e-14 relative error 1.0272140389316999e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6359999999999306 y2[1] (analytic) 0.9978749935358021 y2[1] (numeric) 0.9978749935357895 absolute error 1.2656542480726785e-14 relative error 1.268349498956824e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06515748058299069 y1[1] (numeric) -0.0651574805830567 absolute error 6.601663660177337e-14 relative error 1.0131858385421822e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6369999999999305 y2[1] (analytic) 0.9978093371286235 y2[1] (numeric) 0.9978093371286108 absolute error 1.27675647831893e-14 relative error 1.2795595619429932e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06615532283147632 y1[1] (numeric) -0.06615532283154242 absolute error 6.609990332862026e-14 relative error 9.991622820283525e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6379999999999304 y2[1] (analytic) 0.997742682912191 y2[1] (numeric) 0.997742682912178 absolute error 1.2989609388114332e-14 relative error 1.3018997393396586e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06715309892464462 y1[1] (numeric) -0.06715309892471083 absolute error 6.621092563108277e-14 relative error 9.859697719293774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6389999999999303 y2[1] (analytic) 0.9976750309531587 y2[1] (numeric) 0.9976750309531456 absolute error 1.3100631690576847e-14 relative error 1.3131161233994967e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0681508078647196 y1[1] (numeric) -0.0681508078647859 absolute error 6.630807014573747e-14 relative error 9.729608822445659e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6399999999999302 y2[1] (analytic) 0.9976063813191784 y2[1] (numeric) 0.9976063813191653 absolute error 1.3100631690576847e-14 relative error 1.3132064846310737e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06914844865399239 y1[1] (numeric) -0.0691484486540588 absolute error 6.640521466039218e-14 relative error 9.603283363980165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.64099999999993 y2[1] (analytic) 0.9975367340789002 y2[1] (numeric) 0.9975367340788869 absolute error 1.3322676295501878e-14 relative error 1.3355574627338106e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0701460202948223 y1[1] (numeric) -0.0701460202948888 absolute error 6.650235917504688e-14 relative error 9.480560535799296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.64199999999993 y2[1] (analytic) 0.9974660893019709 y2[1] (numeric) 0.9974660893019575 absolute error 1.3433698597964394e-14 relative error 1.346782486346511e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07114352178963775 y1[1] (numeric) -0.07114352178970434 absolute error 6.659950368970158e-14 relative error 9.361288563507968e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6429999999999298 y2[1] (analytic) 0.9973944470590355 y2[1] (numeric) 0.9973944470590219 absolute error 1.354472090042691e-14 relative error 1.3580104581858777e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07214095214093734 y1[1] (numeric) -0.07214095214100404 absolute error 6.669664820435628e-14 relative error 9.245324080843172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6439999999999297 y2[1] (analytic) 0.997321807421736 y2[1] (numeric) 0.9973218074217224 absolute error 1.3655743202889425e-14 relative error 1.369241412477692e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0731383103512908 y1[1] (numeric) -0.0731383103513576 absolute error 6.679379271901098e-14 relative error 9.132531555376868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6449999999999296 y2[1] (analytic) 0.9972481704627123 y2[1] (numeric) 0.9972481704626985 absolute error 1.3766765505351941e-14 relative error 1.380475383470928e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07413559542334 y1[1] (numeric) -0.07413559542340689 absolute error 6.689093723366568e-14 relative error 9.022782760655687e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6459999999999295 y2[1] (analytic) 0.9971735362556012 y2[1] (numeric) 0.9971735362555874 absolute error 1.3877787807814457e-14 relative error 1.3917124054380464e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07513280635979996 y1[1] (numeric) -0.07513280635986695 absolute error 6.698808174832038e-14 relative error 8.915956290455105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6469999999999294 y2[1] (analytic) 0.9970979048750369 y2[1] (numeric) 0.997097904875023 absolute error 1.3877787807814457e-14 relative error 1.3918179689238958e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07612994216345982 y1[1] (numeric) -0.0761299421635269 absolute error 6.708522626297508e-14 relative error 8.811937111279464e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6479999999999293 y2[1] (analytic) 0.997021276396651 y2[1] (numeric) 0.997021276396637 absolute error 1.3988810110276972e-14 relative error 1.4030603399793166e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07712700183718386 y1[1] (numeric) -0.07712700183725105 absolute error 6.718237077762979e-14 relative error 8.710616149640132e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6489999999999292 y2[1] (analytic) 0.9969436508970716 y2[1] (numeric) 0.9969436508970575 absolute error 1.4099832412739488e-14 relative error 1.4143058537011747e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07812398438391249 y1[1] (numeric) -0.07812398438397977 absolute error 6.727951529228449e-14 relative error 8.611889910998814e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.649999999999929 y2[1] (analytic) 0.9968650284539244 y2[1] (numeric) 0.9968650284539102 absolute error 1.4210854715202004e-14 relative error 1.4255545444544438e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07912088880666325 y1[1] (numeric) -0.07912088880673063 absolute error 6.737665980693919e-14 relative error 8.515660127577459e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.650999999999929 y2[1] (analytic) 0.9967854091458319 y2[1] (numeric) 0.9967854091458176 absolute error 1.432187701766452e-14 relative error 1.4368064466289952e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0801177141085318 y1[1] (numeric) -0.08011771410859926 absolute error 6.745992653378607e-14 relative error 8.420101257806882e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6519999999999289 y2[1] (analytic) 0.9967047930524133 y2[1] (numeric) 0.9967047930523989 absolute error 1.4432899320127035e-14 relative error 1.4480615946398944e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08111445929269291 y1[1] (numeric) -0.08111445929276047 absolute error 6.755707104844078e-14 relative error 8.328610168585142e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6529999999999287 y2[1] (analytic) 0.9966231802542848 y2[1] (numeric) 0.9966231802542702 absolute error 1.454392162258955e-14 relative error 1.459320022927695e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08211112336240149 y1[1] (numeric) -0.08211112336246915 absolute error 6.765421556309548e-14 relative error 8.239348433281111e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6539999999999286 y2[1] (analytic) 0.9965405708330589 y2[1] (numeric) 0.9965405708330443 absolute error 1.4654943925052066e-14 relative error 1.470581765958736e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08310770532099356 y1[1] (numeric) -0.0831077053210613 absolute error 6.775136007775018e-14 relative error 8.152235682127026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6549999999999285 y2[1] (analytic) 0.9964569648713453 y2[1] (numeric) 0.9964569648713306 absolute error 1.4654943925052066e-14 relative error 1.4707051525244944e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08410420417188721 y1[1] (numeric) -0.08410420417195506 absolute error 6.784850459240488e-14 relative error 8.067195363235363e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6559999999999284 y2[1] (analytic) 0.9963723624527498 y2[1] (numeric) 0.9963723624527351 absolute error 1.4765966227514582e-14 relative error 1.4819726824984887e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08510061891858371 y1[1] (numeric) -0.08510061891865166 absolute error 6.794564910705958e-14 relative error 7.984154518554513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6569999999999283 y2[1] (analytic) 0.9962867636618751 y2[1] (numeric) 0.9962867636618601 absolute error 1.4988010832439613e-14 relative error 1.50438722856769e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08609694856466839 y1[1] (numeric) -0.08609694856473643 absolute error 6.804279362171428e-14 relative error 7.903043575418538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6579999999999282 y2[1] (analytic) 0.9962001685843196 y2[1] (numeric) 0.9962001685843045 absolute error 1.509903313490213e-14 relative error 1.5156625757611612e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08709319211381168 y1[1] (numeric) -0.08709319211387981 absolute error 6.812606034856117e-14 relative error 7.822202711267645e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.658999999999928 y2[1] (analytic) 0.9961125773066785 y2[1] (numeric) 0.9961125773066634 absolute error 1.509903313490213e-14 relative error 1.5157958526863887e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0880893485697701 y1[1] (numeric) -0.08808934856983833 absolute error 6.822320486321587e-14 relative error 7.744773456824976e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.659999999999928 y2[1] (analytic) 0.9960239899165432 y2[1] (numeric) 0.996023989916528 absolute error 1.5210055437364645e-14 relative error 1.5270772181540622e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0890854169363873 y1[1] (numeric) -0.08908541693645562 absolute error 6.832034937787057e-14 relative error 7.669083417621055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6609999999999279 y2[1] (analytic) 0.9959344065025009 y2[1] (numeric) 0.9959344065024855 absolute error 1.532107773982716e-14 relative error 1.5383621290513862e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09008139621759499 y1[1] (numeric) -0.09008139621766341 absolute error 6.841749389252527e-14 relative error 7.595074761858735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6619999999999278 y2[1] (analytic) 0.9958438271541351 y2[1] (numeric) 0.9958438271541197 absolute error 1.5432100042289676e-14 relative error 1.5496506200566246e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09107728541741397 y1[1] (numeric) -0.09107728541748247 absolute error 6.850076061937216e-14 relative error 7.521168456594647e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6629999999999276 y2[1] (analytic) 0.9957522519620252 y2[1] (numeric) 0.9957522519620097 absolute error 1.554312234475219e-14 relative error 1.560942725876452e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09207308353995512 y1[1] (numeric) -0.09207308354002372 absolute error 6.859790513402686e-14 relative error 7.450375560003787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6639999999999275 y2[1] (analytic) 0.9956596810177463 y2[1] (numeric) 0.9956596810177306 absolute error 1.5654144647214707e-14 relative error 1.5722384812462536e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0930687895894204 y1[1] (numeric) -0.0930687895894891 absolute error 6.869504964868156e-14 relative error 7.381104874333777e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6649999999999274 y2[1] (analytic) 0.9955661144138692 y2[1] (numeric) 0.9955661144138536 absolute error 1.5654144647214707e-14 relative error 1.5723862454309172e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09406440257010384 y1[1] (numeric) -0.09406440257017264 absolute error 6.879219416333626e-14 relative error 7.313307934111117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6659999999999273 y2[1] (analytic) 0.9954715522439609 y2[1] (numeric) 0.995471552243945 absolute error 1.587618925213974e-14 relative error 1.594841079722683e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09505992148639256 y1[1] (numeric) -0.09505992148646145 absolute error 6.888933867799096e-14 relative error 7.246938310153369e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6669999999999272 y2[1] (analytic) 0.9953759946025832 y2[1] (numeric) 0.9953759946025672 absolute error 1.5987211554602254e-14 relative error 1.6061479924463474e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09605534534276772 y1[1] (numeric) -0.09605534534283669 absolute error 6.897260540483785e-14 relative error 7.180506733770335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.667999999999927 y2[1] (analytic) 0.9952794415852938 y2[1] (numeric) 0.9952794415852777 absolute error 1.609823385706477e-14 relative error 1.6174586939546643e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09705067314380553 y1[1] (numeric) -0.0970506731438746 absolute error 6.906974991949255e-14 relative error 7.116874894535554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.668999999999927 y2[1] (analytic) 0.9951818932886458 y2[1] (numeric) 0.9951818932886296 absolute error 1.6209256159527285e-14 relative error 1.628773219131098e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09804590389417829 y1[1] (numeric) -0.09804590389424744 absolute error 6.915301664633944e-14 relative error 7.053126535604877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6699999999999269 y2[1] (analytic) 0.9950833498101874 y2[1] (numeric) 0.9950833498101711 absolute error 1.63202784619898e-14 relative error 1.6400916028896374e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09904103659865532 y1[1] (numeric) -0.09904103659872457 absolute error 6.925016116099414e-14 relative error 6.992067484270894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6709999999999268 y2[1] (analytic) 0.9949838112484621 y2[1] (numeric) 0.9949838112484457 absolute error 1.6431300764452317e-14 relative error 1.6514138801750995e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10003607026210401 y1[1] (numeric) -0.10003607026217336 absolute error 6.934730567564884e-14 relative error 6.932230094000325e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6719999999999267 y2[1] (analytic) 0.9948832777030086 y2[1] (numeric) 0.994883277702992 absolute error 1.6542323066914832e-14 relative error 1.6627400859634337e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10103100388949077 y1[1] (numeric) -0.10103100388956021 absolute error 6.944445019030354e-14 relative error 6.873578160844856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6729999999999265 y2[1] (analytic) 0.9947817492743602 y2[1] (numeric) 0.9947817492743435 absolute error 1.6764367671839864e-14 relative error 1.6852307236304412e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10202583648588207 y1[1] (numeric) -0.1020258364859516 absolute error 6.952771691715043e-14 relative error 6.814716674905322e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6739999999999264 y2[1] (analytic) 0.9946792260640455 y2[1] (numeric) 0.9946792260640286 absolute error 1.687538997430238e-14 relative error 1.6965660418061054e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10302056705644537 y1[1] (numeric) -0.103020567056515 absolute error 6.962486143180513e-14 relative error 6.758345777077444e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6749999999999263 y2[1] (analytic) 0.9945757081745875 y2[1] (numeric) 0.9945757081745705 absolute error 1.6986412276764895e-14 relative error 1.7079054050034274e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10401519460645021 y1[1] (numeric) -0.10401519460651992 absolute error 6.970812815865202e-14 relative error 6.701725495241179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6759999999999262 y2[1] (analytic) 0.9944711957095043 y2[1] (numeric) 0.9944711957094872 absolute error 1.709743457922741e-14 relative error 1.7192488483318278e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10500971814126911 y1[1] (numeric) -0.10500971814133891 absolute error 6.980527267330672e-14 relative error 6.647505955534324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.676999999999926 y2[1] (analytic) 0.9943656887733082 y2[1] (numeric) 0.994365688773291 absolute error 1.7208456881689926e-14 relative error 1.7305964069334502e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10600413666637862 y1[1] (numeric) -0.10600413666644852 absolute error 6.990241718796142e-14 relative error 6.594310315262668e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.677999999999926 y2[1] (analytic) 0.9942591874715063 y2[1] (numeric) 0.9942591874714889 absolute error 1.7430501486614958e-14 relative error 1.7531144500602852e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10699844918736029 y1[1] (numeric) -0.10699844918743029 absolute error 6.999956170261612e-14 relative error 6.542109930961986e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6789999999999259 y2[1] (analytic) 0.9941516919105997 y2[1] (numeric) 0.9941516919105822 absolute error 1.7541523789077473e-14 relative error 1.76447155215976e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1079926547099017 y1[1] (numeric) -0.10799265470997178 absolute error 7.008282842946301e-14 relative error 6.489592150292533e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6799999999999258 y2[1] (analytic) 0.9940432021980841 y2[1] (numeric) 0.9940432021980664 absolute error 1.765254609153999e-14 relative error 1.7758328865894048e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1089867522397974 y1[1] (numeric) -0.10898675223986758 absolute error 7.017997294411771e-14 relative error 6.439312256016647e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6809999999999257 y2[1] (analytic) 0.993933718442449 y2[1] (numeric) 0.9939337184424313 absolute error 1.7763568394002505e-14 relative error 1.7871984886315187e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10998074078294993 y1[1] (numeric) -0.10998074078302021 absolute error 7.027711745877241e-14 relative error 6.389947636147156e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6819999999999256 y2[1] (analytic) 0.9938232407531784 y2[1] (numeric) 0.9938232407531605 absolute error 1.787459069646502e-14 relative error 1.7985683936027287e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11097461934537085 y1[1] (numeric) -0.11097461934544123 absolute error 7.037426197342711e-14 relative error 6.341473607979775e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6829999999999254 y2[1] (analytic) 0.9937117692407499 y2[1] (numeric) 0.9937117692407319 absolute error 1.7985612998927536e-14 relative error 1.809942636854299e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11196838693318167 y1[1] (numeric) -0.11196838693325215 absolute error 7.047140648808181e-14 relative error 6.293866368739989e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6839999999999253 y2[1] (analytic) 0.9935993040166349 y2[1] (numeric) 0.9935993040166168 absolute error 1.8096635301390052e-14 relative error 1.821321253772444e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1129620425526149 y1[1] (numeric) -0.11296204255268545 absolute error 7.05546732149287e-14 relative error 6.24587442123013e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6849999999999252 y2[1] (analytic) 0.9934858451932986 y2[1] (numeric) 0.9934858451932804 absolute error 1.8207657603852567e-14 relative error 1.832704279778639e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11395558521001498 y1[1] (numeric) -0.11395558521008563 absolute error 7.06518177295834e-14 relative error 6.199943390170417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6859999999999251 y2[1] (analytic) 0.9933713928842001 y2[1] (numeric) 0.9933713928841817 absolute error 1.8318679906315083e-14 relative error 1.844091750329933e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11494901391183934 y1[1] (numeric) -0.11494901391191009 absolute error 7.07489622442381e-14 relative error 6.154812454372104e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.686999999999925 y2[1] (analytic) 0.9932559472037914 y2[1] (numeric) 0.993255947203773 absolute error 1.84297022087776e-14 relative error 1.855483700919264e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11594232766465937 y1[1] (numeric) -0.11594232766473021 absolute error 7.08461067588928e-14 relative error 6.110460966749036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.687999999999925 y2[1] (analytic) 0.9931395082675182 y2[1] (numeric) 0.9931395082674997 absolute error 1.84297022087776e-14 relative error 1.8557012439196265e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11693552547516141 y1[1] (numeric) -0.11693552547523234 absolute error 7.092937348573969e-14 relative error 6.065682195168823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6889999999999248 y2[1] (analytic) 0.9930220761918196 y2[1] (numeric) 0.9930220761918009 absolute error 1.865174681370263e-14 relative error 1.8782811843651016e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11792860635014771 y1[1] (numeric) -0.11792860635021873 absolute error 7.102651800039439e-14 relative error 6.022840445473086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6899999999999247 y2[1] (analytic) 0.9929036510941275 y2[1] (numeric) 0.9929036510941087 absolute error 1.8762769116165146e-14 relative error 1.889686788389746e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11892156929653748 y1[1] (numeric) -0.1189215692966086 absolute error 7.112366251504909e-14 relative error 5.98072014486273e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6909999999999246 y2[1] (analytic) 0.992784233092867 y2[1] (numeric) 0.9927842330928481 absolute error 1.887379141862766e-14 relative error 1.901097014789332e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11991441332136787 y1[1] (numeric) -0.11991441332143908 absolute error 7.120692924189598e-14 relative error 5.93814598842785e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6919999999999245 y2[1] (analytic) 0.9926638223074562 y2[1] (numeric) 0.9926638223074372 absolute error 1.8984813721090177e-14 relative error 1.9125118992409537e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12090713743179493 y1[1] (numeric) -0.12090713743186624 absolute error 7.130407375655068e-14 relative error 5.897424690645257e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6929999999999243 y2[1] (analytic) 0.9925424188583059 y2[1] (numeric) 0.9925424188582868 absolute error 1.9095836023552692e-14 relative error 1.923931477459483e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12189974063509464 y1[1] (numeric) -0.12189974063516604 absolute error 7.140121827120538e-14 relative error 5.8573724520829e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6939999999999242 y2[1] (analytic) 0.9924200228668193 y2[1] (numeric) 0.9924200228668001 absolute error 1.9206858326015208e-14 relative error 1.9353557851978896e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12289222193866386 y1[1] (numeric) -0.12289222193873536 absolute error 7.149836278586008e-14 relative error 5.8179729894984955e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6949999999999241 y2[1] (analytic) 0.9922966344553926 y2[1] (numeric) 0.9922966344553733 absolute error 1.9317880628477724e-14 relative error 1.94678485824756e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12388458035002141 y1[1] (numeric) -0.12388458035009299 absolute error 7.158162951270697e-14 relative error 5.778090324918681e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.695999999999924 y2[1] (analytic) 0.9921722537474141 y2[1] (numeric) 0.9921722537473947 absolute error 1.942890293094024e-14 relative error 1.9582187324386137e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1248768148768089 y1[1] (numeric) -0.12487681487688058 absolute error 7.167877402736167e-14 relative error 5.739958542189985e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.696999999999924 y2[1] (analytic) 0.9920468808672647 y2[1] (numeric) 0.992046880867245 absolute error 1.965094753586527e-14 relative error 1.9808486791154538e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12586892452679194 y1[1] (numeric) -0.1258689245268637 absolute error 7.177591854201637e-14 relative error 5.7024336079663926e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6979999999999238 y2[1] (analytic) 0.9919205159403169 y2[1] (numeric) 0.9919205159402972 absolute error 1.9761969838327786e-14 relative error 1.992293688934734e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12686090830786095 y1[1] (numeric) -0.1268609083079328 absolute error 7.185918526886326e-14 relative error 5.664407280963043e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6989999999999237 y2[1] (analytic) 0.9917931590929359 y2[1] (numeric) 0.9917931590929161 absolute error 1.9761969838327786e-14 relative error 1.9925495207490128e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1278527652280322 y1[1] (numeric) -0.12785276522810415 absolute error 7.194245199571014e-14 relative error 5.626976613872758e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.6999999999999236 y2[1] (analytic) 0.9916648104524785 y2[1] (numeric) 0.9916648104524586 absolute error 1.9872992140790302e-14 relative error 2.0040029585926945e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1288444942954489 y1[1] (numeric) -0.12884449429552094 absolute error 7.205347429817266e-14 relative error 5.59228197465305e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7009999999999235 y2[1] (analytic) 0.9915354701472932 y2[1] (numeric) 0.9915354701472732 absolute error 1.9984014443252818e-14 relative error 2.0154613773205897e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12983609451838202 y1[1] (numeric) -0.12983609451845415 absolute error 7.213674102501955e-14 relative error 5.55598512821922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7019999999999234 y2[1] (analytic) 0.9914051383067204 y2[1] (numeric) 0.9914051383067003 absolute error 2.0095036745715333e-14 relative error 2.0269248130019617e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13082756490523145 y1[1] (numeric) -0.13082756490530367 absolute error 7.222000775186643e-14 relative error 5.520243979484062e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7029999999999232 y2[1] (analytic) 0.9912738150610919 y2[1] (numeric) 0.9912738150610717 absolute error 2.020605904817785e-14 relative error 2.0383933017470612e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13181890446452688 y1[1] (numeric) -0.13181890446459918 absolute error 7.230327447871332e-14 relative error 5.485045925121498e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7039999999999231 y2[1] (analytic) 0.991141500541731 y2[1] (numeric) 0.9911415005417107 absolute error 2.0317081350640365e-14 relative error 2.0498668797074484e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13281011220492883 y1[1] (numeric) -0.13281011220500122 absolute error 7.238654120556021e-14 relative error 5.4503787402774145e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.704999999999923 y2[1] (analytic) 0.9910081948809522 y2[1] (numeric) 0.9910081948809317 absolute error 2.042810365310288e-14 relative error 2.0613455830763203e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13380118713522965 y1[1] (numeric) -0.13380118713530212 absolute error 7.246980793240709e-14 relative error 5.416230564469028e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.705999999999923 y2[1] (analytic) 0.990873898212061 y2[1] (numeric) 0.9908738982120404 absolute error 2.0539125955565396e-14 relative error 2.0728294480888358e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13479212826435447 y1[1] (numeric) -0.13479212826442705 absolute error 7.258083023486961e-14 relative error 5.384649027317382e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7069999999999228 y2[1] (analytic) 0.9907386106693542 y2[1] (numeric) 0.9907386106693336 absolute error 2.0650148258027912e-14 relative error 2.084318511022442e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13578293460136226 y1[1] (numeric) -0.13578293460143492 absolute error 7.26640969617165e-14 relative error 5.3514896533240405e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7079999999999227 y2[1] (analytic) 0.9906023323881192 y2[1] (numeric) 0.9906023323880986 absolute error 2.0650148258027912e-14 relative error 2.0846052530731533e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13677360515544676 y1[1] (numeric) -0.13677360515551953 absolute error 7.277511926417901e-14 relative error 5.3208452889333575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7089999999999226 y2[1] (analytic) 0.9904650635046345 y2[1] (numeric) 0.9904650635046137 absolute error 2.0761170560490427e-14 relative error 2.0961032675932727e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13776413893593753 y1[1] (numeric) -0.13776413893601036 absolute error 7.283063041541027e-14 relative error 5.286617473744575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7099999999999225 y2[1] (analytic) 0.9903268041561688 y2[1] (numeric) 0.9903268041561479 absolute error 2.0872192862952943e-14 relative error 2.107606577481015e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1387545349523008 y1[1] (numeric) -0.13875453495237375 absolute error 7.294165271787278e-14 relative error 5.2568842339421696e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7109999999999224 y2[1] (analytic) 0.9901875544809815 y2[1] (numeric) 0.9901875544809605 absolute error 2.098321516541546e-14 relative error 2.1191152191782556e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1397447922141407 y1[1] (numeric) -0.13974479221421374 absolute error 7.302491944471967e-14 relative error 5.2255914719754624e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7119999999999223 y2[1] (analytic) 0.9900473146183222 y2[1] (numeric) 0.9900473146183011 absolute error 2.1094237467877974e-14 relative error 2.1306292291707405e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14073490973120006 y1[1] (numeric) -0.14073490973127317 absolute error 7.310818617156656e-14 relative error 5.194744240160544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7129999999999221 y2[1] (analytic) 0.9899060847084308 y2[1] (numeric) 0.9899060847084096 absolute error 2.120525977034049e-14 relative error 2.1421486439884178e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1417248865133614 y1[1] (numeric) -0.1417248865134346 absolute error 7.319145289841344e-14 relative error 5.164333145647866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.713999999999922 y2[1] (analytic) 0.9897638648925371 y2[1] (numeric) 0.9897638648925158 absolute error 2.1316282072803006e-14 relative error 2.1536735002057693e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14271472157064802 y1[1] (numeric) -0.14271472157072132 absolute error 7.330247520087596e-14 relative error 5.1362938871438757e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.714999999999922 y2[1] (analytic) 0.989620655312861 y2[1] (numeric) 0.9896206553128396 absolute error 2.142730437526552e-14 relative error 2.165203834442142e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14370441391322497 y1[1] (numeric) -0.14370441391329836 absolute error 7.338574192772285e-14 relative error 5.106714535020224e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7159999999999218 y2[1] (analytic) 0.9894764561126121 y2[1] (numeric) 0.9894764561125906 absolute error 2.1538326677728037e-14 relative error 2.1767396833620832e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1446939625514 y1[1] (numeric) -0.14469396255147346 absolute error 7.346900865456973e-14 relative error 5.0775448649746636e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7169999999999217 y2[1] (analytic) 0.9893312674359895 y2[1] (numeric) 0.9893312674359679 absolute error 2.1649348980190553e-14 relative error 2.188281083675674e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14568336649562452 y1[1] (numeric) -0.14568336649569807 absolute error 7.355227538141662e-14 relative error 5.048776476731522e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7179999999999216 y2[1] (analytic) 0.9891850894281821 y2[1] (numeric) 0.9891850894281602 absolute error 2.1871393585115584e-14 relative error 2.2110516847518165e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14667262475649467 y1[1] (numeric) -0.14667262475656834 absolute error 7.366329768387914e-14 relative error 5.022293547018379e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7189999999999215 y2[1] (analytic) 0.9890379222353675 y2[1] (numeric) 0.9890379222353456 absolute error 2.1871393585115584e-14 relative error 2.2113806855538058e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14766173634475233 y1[1] (numeric) -0.14766173634482604 absolute error 7.37188088351104e-14 relative error 4.992411078181816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7199999999999214 y2[1] (analytic) 0.9888897660047131 y2[1] (numeric) 0.9888897660046911 absolute error 2.19824158875781e-14 relative error 2.2229389607691957e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1486507002712859 y1[1] (numeric) -0.14865070027135974 absolute error 7.382983113757291e-14 relative error 4.966665545660685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7209999999999213 y2[1] (analytic) 0.9887406208843752 y2[1] (numeric) 0.9887406208843531 absolute error 2.2093438190040615e-14 relative error 2.2345029346806065e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14963951554713162 y1[1] (numeric) -0.14963951554720553 absolute error 7.39130978644198e-14 relative error 4.939410395320316e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7219999999999211 y2[1] (analytic) 0.9885904870234987 y2[1] (numeric) 0.9885904870234765 absolute error 2.220446049250313e-14 relative error 2.246072644230829e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15062818118347426 y1[1] (numeric) -0.15062818118354826 absolute error 7.399636459126668e-14 relative error 4.912517963762347e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.722999999999921 y2[1] (analytic) 0.9884393645722177 y2[1] (numeric) 0.9884393645721953 absolute error 2.2426505097428162e-14 relative error 2.2688802066411052e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15161669619164825 y1[1] (numeric) -0.15161669619172236 absolute error 7.41073868937292e-14 relative error 4.8878117486516884e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.723999999999921 y2[1] (analytic) 0.9882872536816544 y2[1] (numeric) 0.9882872536816318 absolute error 2.2537527399890678e-14 relative error 2.2804632272582596e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1526050595831387 y1[1] (numeric) -0.15260505958321288 absolute error 7.419065362057609e-14 relative error 4.8616116545046324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7249999999999208 y2[1] (analytic) 0.9881341545039197 y2[1] (numeric) 0.9881341545038971 absolute error 2.2648549702353193e-14 relative error 2.292052106398813e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15359327036958229 y1[1] (numeric) -0.15359327036965656 absolute error 7.427392034742297e-14 relative error 4.835753556695686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7259999999999207 y2[1] (analytic) 0.987980067192113 y2[1] (numeric) 0.9879800671920902 absolute error 2.275957200481571e-14 relative error 2.3036468812067748e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1545813275627683 y1[1] (numeric) -0.15458132756284265 absolute error 7.435718707426986e-14 relative error 4.810230850428999e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7269999999999206 y2[1] (analytic) 0.9878249919003214 y2[1] (numeric) 0.9878249919002985 absolute error 2.2870594307278225e-14 relative error 2.3152475888751386e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1555692301746396 y1[1] (numeric) -0.15556923017471408 absolute error 7.446820937673237e-14 relative error 4.786821230209567e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7279999999999205 y2[1] (analytic) 0.9876689287836202 y2[1] (numeric) 0.9876689287835971 absolute error 2.3092638912203256e-14 relative error 2.338095108514082e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15655697721729372 y1[1] (numeric) -0.15655697721736828 absolute error 7.455147610357926e-14 relative error 4.7619389073988904e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7289999999999204 y2[1] (analytic) 0.9875118779980725 y2[1] (numeric) 0.9875118779980493 absolute error 2.3203661214665772e-14 relative error 2.349709581388049e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15754456770298367 y1[1] (numeric) -0.1575445677030583 absolute error 7.463474283042615e-14 relative error 4.7373732981472185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7299999999999203 y2[1] (analytic) 0.9873538397007291 y2[1] (numeric) 0.9873538397007058 absolute error 2.3314683517128287e-14 relative error 2.3613301108136736e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15853200064411904 y1[1] (numeric) -0.15853200064419376 absolute error 7.471800955727304e-14 relative error 4.7131184400431525e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7309999999999202 y2[1] (analytic) 0.9871948140496283 y2[1] (numeric) 0.9871948140496049 absolute error 2.3425705819590803e-14 relative error 2.3729567341926033e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.159519275053267 y1[1] (numeric) -0.1595192750533418 absolute error 7.480127628411992e-14 relative error 4.6891685195498873e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.73199999999992 y2[1] (analytic) 0.9870348012037957 y2[1] (numeric) 0.9870348012037722 absolute error 2.353672812205332e-14 relative error 2.384589488977261e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16050638994315317 y1[1] (numeric) -0.16050638994322805 absolute error 7.488454301096681e-14 relative error 4.6655178673876346e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.73299999999992 y2[1] (analytic) 0.9868738013232441 y2[1] (numeric) 0.9868738013232206 absolute error 2.353672812205332e-14 relative error 2.3849785140201546e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16149334432666276 y1[1] (numeric) -0.16149334432673776 absolute error 7.499556531342932e-14 relative error 4.643879636409725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7339999999999198 y2[1] (analytic) 0.9867118145689735 y2[1] (numeric) 0.9867118145689499 absolute error 2.3647750424515834e-14 relative error 2.396621797302175e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1624801372168415 y1[1] (numeric) -0.1624801372169166 absolute error 7.507883204027621e-14 relative error 4.6208006299304183e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7349999999999197 y2[1] (analytic) 0.9865488411029705 y2[1] (numeric) 0.9865488411029467 absolute error 2.375877272697835e-14 relative error 2.4082713127933766e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16346676762689658 y1[1] (numeric) -0.16346676762697174 absolute error 7.51620987671231e-14 relative error 4.598004833537556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7359999999999196 y2[1] (analytic) 0.9863848810882087 y2[1] (numeric) 0.9863848810881848 absolute error 2.3869795029440866e-14 relative error 2.419927098143172e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16445323457019764 y1[1] (numeric) -0.1644532345702729 absolute error 7.524536549396998e-14 relative error 4.5754871097929755e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7369999999999195 y2[1] (analytic) 0.9862199346886479 y2[1] (numeric) 0.9862199346886239 absolute error 2.398081733190338e-14 relative error 2.4315891910534323e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16543953706027784 y1[1] (numeric) -0.16543953706035316 absolute error 7.532863222081687e-14 relative error 4.553242444904262e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7379999999999194 y2[1] (analytic) 0.9860540020692347 y2[1] (numeric) 0.9860540020692106 absolute error 2.4091839634365897e-14 relative error 2.443257629278839e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16642567411083475 y1[1] (numeric) -0.16642567411091017 absolute error 7.541189894766376e-14 relative error 4.5312659450273026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7389999999999193 y2[1] (analytic) 0.9858870833959015 y2[1] (numeric) 0.9858870833958773 absolute error 2.4202861936828413e-14 relative error 2.4549324506272385e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16741164473573145 y1[1] (numeric) -0.16741164473580694 absolute error 7.549516567451064e-14 relative error 4.509552832700733e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7399999999999192 y2[1] (analytic) 0.9857191788355671 y2[1] (numeric) 0.9857191788355427 absolute error 2.4424906541753444e-14 relative error 2.4778767691835576e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16839744794899733 y1[1] (numeric) -0.1683974479490729 absolute error 7.557843240135753e-14 relative error 4.488098443406817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.740999999999919 y2[1] (analytic) 0.985550288556136 y2[1] (numeric) 0.9855502885561115 absolute error 2.453592884421596e-14 relative error 2.4895664005295877e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16938308276482933 y1[1] (numeric) -0.16938308276490496 absolute error 7.563394355258879e-14 relative error 4.4652595948792946e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.741999999999919 y2[1] (analytic) 0.9853804127264986 y2[1] (numeric) 0.9853804127264738 absolute error 2.475797344914099e-14 relative error 2.5125294890566082e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17036854819759265 y1[1] (numeric) -0.1703685481976684 absolute error 7.57449658550513e-14 relative error 4.4459477207731233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7429999999999188 y2[1] (analytic) 0.9852095515165303 y2[1] (numeric) 0.9852095515165056 absolute error 2.475797344914099e-14 relative error 2.512965227654473e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.171353843261822 y1[1] (numeric) -0.17135384326189781 absolute error 7.582823258189819e-14 relative error 4.425242593831736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7439999999999187 y2[1] (analytic) 0.9850377050970929 y2[1] (numeric) 0.9850377050970679 absolute error 2.4980018054066022e-14 relative error 2.5359453678581574e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1723389669722223 y1[1] (numeric) -0.17233896697229825 absolute error 7.593925488436071e-14 relative error 4.40638911898553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7449999999999186 y2[1] (analytic) 0.9848648736400323 y2[1] (numeric) 0.9848648736400072 absolute error 2.5091040356528538e-14 relative error 2.5476632407238544e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17332391834367006 y1[1] (numeric) -0.17332391834374608 absolute error 7.60225216112076e-14 relative error 4.386152952096816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7459999999999185 y2[1] (analytic) 0.9846910573181802 y2[1] (numeric) 0.984691057318155 absolute error 2.5202062658991053e-14 relative error 2.559387786828208e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1743086963912139 y1[1] (numeric) -0.17430869639129 absolute error 7.610578833805448e-14 relative error 4.3661498200436674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7469999999999184 y2[1] (analytic) 0.9845162563053528 y2[1] (numeric) 0.9845162563053275 absolute error 2.531308496145357e-14 relative error 2.571119044437859e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17529330013007585 y1[1] (numeric) -0.17529330013015207 absolute error 7.6216810640517e-14 relative error 4.347959139565548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7479999999999183 y2[1] (analytic) 0.9843404707763511 y2[1] (numeric) 0.9843404707763257 absolute error 2.5424107263916085e-14 relative error 2.5828570518759678e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17627772857565233 y1[1] (numeric) -0.1762777285757286 absolute error 7.627232179174825e-14 relative error 4.32682690025784e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7489999999999182 y2[1] (analytic) 0.9841637009069608 y2[1] (numeric) 0.9841637009069352 absolute error 2.5646151868841116e-14 relative error 2.605882725120504e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17726198074351487 y1[1] (numeric) -0.17726198074359126 absolute error 7.638334409421077e-14 relative error 4.309065247597108e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.749999999999918 y2[1] (analytic) 0.9839859468739515 y2[1] (numeric) 0.9839859468739258 absolute error 2.5646151868841116e-14 relative error 2.6063534698149897e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17824605564941146 y1[1] (numeric) -0.17824605564948792 absolute error 7.646661082105766e-14 relative error 4.289946868247019e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.750999999999918 y2[1] (analytic) 0.9838072088550773 y2[1] (numeric) 0.9838072088550516 absolute error 2.5757174171303632e-14 relative error 2.6181119572481067e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17922995230926728 y1[1] (numeric) -0.1792299523093438 absolute error 7.652212197228891e-14 relative error 4.269494076539586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7519999999999178 y2[1] (analytic) 0.9836274870290763 y2[1] (numeric) 0.9836274870290505 absolute error 2.5868196473766147e-14 relative error 2.6298773483748197e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18021366973918568 y1[1] (numeric) -0.1802136697392623 absolute error 7.663314427475143e-14 relative error 4.2523491356487435e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7529999999999177 y2[1] (analytic) 0.9834467815756702 y2[1] (numeric) 0.9834467815756442 absolute error 2.5979218776228663e-14 relative error 2.6416496818063684e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18119720695544939 y1[1] (numeric) -0.1811972069555261 absolute error 7.671641100159832e-14 relative error 4.233862778053772e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7539999999999176 y2[1] (analytic) 0.9832650926755645 y2[1] (numeric) 0.9832650926755384 absolute error 2.609024107869118e-14 relative error 2.6534289962127073e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18218056297452123 y1[1] (numeric) -0.18218056297459803 absolute error 7.67996777284452e-14 relative error 4.215580217478304e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7549999999999175 y2[1] (analytic) 0.9830824205104481 y2[1] (numeric) 0.9830824205104218 absolute error 2.631228568361621e-14 relative error 2.6765086156208574e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1831637368130453 y1[1] (numeric) -0.18316373681312217 absolute error 7.688294445529209e-14 relative error 4.1974981398073514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7559999999999174 y2[1] (analytic) 0.982898765262993 y2[1] (numeric) 0.9828987652629667 absolute error 2.631228568361621e-14 relative error 2.677008722925383e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1841467274878478 y1[1] (numeric) -0.18414672748792477 absolute error 7.696621118213898e-14 relative error 4.1796133025072695e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7569999999999173 y2[1] (analytic) 0.9827141271168547 y2[1] (numeric) 0.9827141271168282 absolute error 2.653433028854124e-14 relative error 2.7001067305696765e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18512953401593815 y1[1] (numeric) -0.1851295340160152 absolute error 7.704947790898586e-14 relative error 4.1619225327036433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7579999999999172 y2[1] (analytic) 0.9825285062566711 y2[1] (numeric) 0.9825285062566445 absolute error 2.6645352591003757e-14 relative error 2.7119164911071852e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18611215541450993 y1[1] (numeric) -0.18611215541458706 absolute error 7.713274463583275e-14 relative error 4.1444227253207784e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.758999999999917 y2[1] (analytic) 0.9823419028680631 y2[1] (numeric) 0.9823419028680364 absolute error 2.6756374893466273e-14 relative error 2.7237334389735262e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18709459070094178 y1[1] (numeric) -0.187094590701019 absolute error 7.721601136267964e-14 relative error 4.1271108412805095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.759999999999917 y2[1] (analytic) 0.9821543171376341 y2[1] (numeric) 0.9821543171376073 absolute error 2.6867397195928788e-14 relative error 2.7355576132099544e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18807683889279855 y1[1] (numeric) -0.18807683889287583 absolute error 7.72715225139109e-14 relative error 4.108508148520866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7609999999999169 y2[1] (analytic) 0.9819657492529698 y2[1] (numeric) 0.9819657492529429 absolute error 2.6867397195928788e-14 relative error 2.7360829251293292e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1890588990078321 y1[1] (numeric) -0.18905889900790945 absolute error 7.735478924075778e-14 relative error 4.091570915027556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7619999999999167 y2[1] (analytic) 0.981776199402638 y2[1] (numeric) 0.9817761994026111 absolute error 2.6978419498391304e-14 relative error 2.747919486620915e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19004077006398237 y1[1] (numeric) -0.1900407700640598 absolute error 7.743805596760467e-14 relative error 4.074812785779233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7629999999999166 y2[1] (analytic) 0.9815856677761888 y2[1] (numeric) 0.9815856677761616 absolute error 2.7200464103316335e-14 relative error 2.7710738854755066e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19102245107937843 y1[1] (numeric) -0.19102245107945595 absolute error 7.752132269445156e-14 relative error 4.058230970046445e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7639999999999165 y2[1] (analytic) 0.9813941545641535 y2[1] (numeric) 0.9813941545641263 absolute error 2.7200464103316335e-14 relative error 2.771614644005733e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1920039410723393 y1[1] (numeric) -0.19200394107241692 absolute error 7.760458942129844e-14 relative error 4.0418227348812686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7649999999999164 y2[1] (analytic) 0.9812016599580454 y2[1] (numeric) 0.9812016599580181 absolute error 2.731148640577885e-14 relative error 2.783473318517077e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19298523906137516 y1[1] (numeric) -0.19298523906145282 absolute error 7.76601005725297e-14 relative error 4.0241471809059674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7659999999999163 y2[1] (analytic) 0.9810081841503592 y2[1] (numeric) 0.9810081841503318 absolute error 2.7422508708241367e-14 relative error 2.7953394427582387e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.193966344065188 y1[1] (numeric) -0.19396634406526575 absolute error 7.774336729937659e-14 relative error 4.008085406468695e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7669999999999162 y2[1] (analytic) 0.9808137273345706 y2[1] (numeric) 0.980813727334543 absolute error 2.7644553313166398e-14 relative error 2.8185324636811916e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19494725510267294 y1[1] (numeric) -0.19494725510275077 absolute error 7.782663402622347e-14 relative error 3.9921892711561646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.767999999999916 y2[1] (analytic) 0.9806182897051363 y2[1] (numeric) 0.9806182897051086 absolute error 2.7755575615628914e-14 relative error 2.8304158618104892e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19592797119291902 y1[1] (numeric) -0.19592797119299693 absolute error 7.790990075307036e-14 relative error 3.976456259854646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.768999999999916 y2[1] (analytic) 0.9804218714574942 y2[1] (numeric) 0.9804218714574662 absolute error 2.7977620220553945e-14 relative error 2.8536307721249063e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19690849135521024 y1[1] (numeric) -0.19690849135528823 absolute error 7.799316747991725e-14 relative error 3.960883908212094e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7699999999999159 y2[1] (analytic) 0.9802244727880621 y2[1] (numeric) 0.980224472788034 absolute error 2.808864252301646e-14 relative error 2.8655316514515965e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19788881460902652 y1[1] (numeric) -0.1978888146091046 absolute error 7.807643420676413e-14 relative error 3.945469801364041e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7709999999999158 y2[1] (analytic) 0.980026093894239 y2[1] (numeric) 0.9800260938942108 absolute error 2.8199664825478976e-14 relative error 2.877440202987308e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19886893997404467 y1[1] (numeric) -0.19886893997412283 absolute error 7.815970093361102e-14 relative error 3.9302115726976776e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7719999999999156 y2[1] (analytic) 0.9798267349744038 y2[1] (numeric) 0.9798267349743753 absolute error 2.842170943040401e-14 relative error 2.900687276219961e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19984886647013944 y1[1] (numeric) -0.19984886647021766 absolute error 7.821521208484228e-14 relative error 3.913718074379414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7729999999999155 y2[1] (analytic) 0.979626396227915 y2[1] (numeric) 0.9796263962278866 absolute error 2.842170943040401e-14 relative error 2.9012804820126092e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20082859311738438 y1[1] (numeric) -0.20082859311746268 absolute error 7.829847881168917e-14 relative error 3.898771464575449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7739999999999154 y2[1] (analytic) 0.9794250778551119 y2[1] (numeric) 0.9794250778550833 absolute error 2.864375403532904e-14 relative error 2.9245477457098928e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20180811893605294 y1[1] (numeric) -0.20180811893613132 absolute error 7.838174553853605e-14 relative error 3.883973843657545e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7749999999999153 y2[1] (analytic) 0.9792227800573123 y2[1] (numeric) 0.9792227800572837 absolute error 2.864375403532904e-14 relative error 2.925151928517489e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20278744294661938 y1[1] (numeric) -0.20278744294669784 absolute error 7.846501226538294e-14 relative error 3.869323027365044e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7759999999999152 y2[1] (analytic) 0.9790195030368145 y2[1] (numeric) 0.9790195030367856 absolute error 2.886579864025407e-14 relative error 2.948439591930031e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20376656416975977 y1[1] (numeric) -0.20376656416983832 absolute error 7.854827899222983e-14 relative error 3.85481687401818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.776999999999915 y2[1] (analytic) 0.9788152469968951 y2[1] (numeric) 0.9788152469968662 absolute error 2.8976820942716586e-14 relative error 2.9603973815917174e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20474548162635298 y1[1] (numeric) -0.2047454816264316 absolute error 7.863154571907671e-14 relative error 3.840453283485596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.777999999999915 y2[1] (analytic) 0.9786100121418103 y2[1] (numeric) 0.9786100121417812 absolute error 2.90878432451791e-14 relative error 2.97236313590505e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20572419433748163 y1[1] (numeric) -0.2057241943375603 absolute error 7.868705687030797e-14 relative error 3.8248810317966426e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7789999999999149 y2[1] (analytic) 0.978403798676795 y2[1] (numeric) 0.9784037986767657 absolute error 2.919886554764162e-14 relative error 2.984336895168489e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20670270132443305 y1[1] (numeric) -0.20670270132451182 absolute error 7.877032359715486e-14 relative error 3.8108028144982883e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7799999999999148 y2[1] (analytic) 0.9781966068080624 y2[1] (numeric) 0.9781966068080331 absolute error 2.930988785010413e-14 relative error 2.9963186997494046e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2076810016087004 y1[1] (numeric) -0.20768100160877925 absolute error 7.885359032400174e-14 relative error 3.796861037514292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7809999999999147 y2[1] (analytic) 0.9779884367428046 y2[1] (numeric) 0.9779884367427751 absolute error 2.942091015256665e-14 relative error 3.008308590084474e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20865909421198345 y1[1] (numeric) -0.20865909421206238 absolute error 7.893685705084863e-14 relative error 3.783053758042971e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7819999999999145 y2[1] (analytic) 0.9777792886891915 y2[1] (numeric) 0.977779288689162 absolute error 2.9531932455029164e-14 relative error 3.020306606680082e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.20963697815618967 y1[1] (numeric) -0.2096369781562687 absolute error 7.902012377769552e-14 relative error 3.7693790700809334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7829999999999144 y2[1] (analytic) 0.9775691628563712 y2[1] (numeric) 0.9775691628563415 absolute error 2.964295475749168e-14 relative error 3.032312790112729e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2106146524634352 y1[1] (numeric) -0.2106146524635143 absolute error 7.91033905045424e-14 relative error 3.755835103556033e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7839999999999143 y2[1] (analytic) 0.9773580594544695 y2[1] (numeric) 0.9773580594544398 absolute error 2.9753977059954195e-14 relative error 3.0443271810294304e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2115921161560458 y1[1] (numeric) -0.211592116156125 absolute error 7.918665723138929e-14 relative error 3.742420023484731e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7849999999999142 y2[1] (analytic) 0.9771459786945899 y2[1] (numeric) 0.97714597869456 absolute error 2.986499936241671e-14 relative error 3.0563498201481227e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21256936825655792 y1[1] (numeric) -0.21256936825663716 absolute error 7.924216838262055e-14 relative error 3.727826310655457e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.785999999999914 y2[1] (analytic) 0.9769329207888129 y2[1] (numeric) 0.9769329207887829 absolute error 2.9976021664879227e-14 relative error 3.068380748258073e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21354640778771947 y1[1] (numeric) -0.2135464077877988 absolute error 7.932543510946743e-14 relative error 3.714669608880644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.786999999999914 y2[1] (analytic) 0.9767188859501966 y2[1] (numeric) 0.9767188859501664 absolute error 3.019806626980426e-14 relative error 3.0917868697118726e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21452323377249105 y1[1] (numeric) -0.21452323377257043 absolute error 7.938094626069869e-14 relative error 3.700342609271162e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7879999999999139 y2[1] (analytic) 0.9765038743927758 y2[1] (numeric) 0.9765038743927454 absolute error 3.0309088572266774e-14 relative error 3.1038370012729366e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21549984523404672 y1[1] (numeric) -0.21549984523412619 absolute error 7.946421298754558e-14 relative error 3.687437125592472e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7889999999999138 y2[1] (analytic) 0.9762878863315618 y2[1] (numeric) 0.9762878863315314 absolute error 3.042011087472929e-14 relative error 3.115895557101911e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2164762411957751 y1[1] (numeric) -0.21647624119585465 absolute error 7.954747971439247e-14 relative error 3.6746517435348454e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7899999999999137 y2[1] (analytic) 0.976070921982543 y2[1] (numeric) 0.9760709219825124 absolute error 3.0531133177191805e-14 relative error 3.127962578290787e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21745242068128035 y1[1] (numeric) -0.21745242068135998 absolute error 7.963074644123935e-14 relative error 3.661984823703297e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7909999999999136 y2[1] (analytic) 0.9758529815626834 y2[1] (numeric) 0.9758529815626528 absolute error 3.064215547965432e-14 relative error 3.140038106005012e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21842838271438303 y1[1] (numeric) -0.21842838271446272 absolute error 7.968625759247061e-14 relative error 3.6481640619327556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7919999999999134 y2[1] (analytic) 0.9756340652899237 y2[1] (numeric) 0.9756340652898929 absolute error 3.0753177782116836e-14 relative error 3.152122181483904e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.21940412631912118 y1[1] (numeric) -0.21940412631920095 absolute error 7.97695243193175e-14 relative error 3.635734917915513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7929999999999133 y2[1] (analytic) 0.9754141733831799 y2[1] (numeric) 0.9754141733831491 absolute error 3.086420008457935e-14 relative error 3.164214846041069e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2203796505197513 y1[1] (numeric) -0.22037965051983116 absolute error 7.985279104616438e-14 relative error 3.623419442667991e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7939999999999132 y2[1] (analytic) 0.9751933060623441 y2[1] (numeric) 0.9751933060623131 absolute error 3.097522238704187e-14 relative error 3.1763161410648178e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22135495434074928 y1[1] (numeric) -0.22135495434082922 absolute error 7.993605777301127e-14 relative error 3.6112161126495205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.794999999999913 y2[1] (analytic) 0.9749714635482835 y2[1] (numeric) 0.9749714635482524 absolute error 3.108624468950438e-14 relative error 3.188426108018586e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22233003680681138 y1[1] (numeric) -0.22233003680689137 absolute error 7.999156892424253e-14 relative error 3.5978750362799326e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.795999999999913 y2[1] (analytic) 0.9747486460628406 y2[1] (numeric) 0.9747486460628093 absolute error 3.1308289294429414e-14 relative error 3.211934627546127e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22330489694285516 y1[1] (numeric) -0.22330489694293523 absolute error 8.007483565108942e-14 relative error 3.585896984228741e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.796999999999913 y2[1] (analytic) 0.9745248538288328 y2[1] (numeric) 0.9745248538288014 absolute error 3.141931159689193e-14 relative error 3.2240646786429185e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22427953377402063 y1[1] (numeric) -0.2242795337741008 absolute error 8.01581023779363e-14 relative error 3.574026618884536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7979999999999128 y2[1] (analytic) 0.9743000870700524 y2[1] (numeric) 0.9743000870700209 absolute error 3.1530333899354446e-14 relative error 3.2362035391142695e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22525394632567103 y1[1] (numeric) -0.22525394632575124 absolute error 8.021361352916756e-14 relative error 3.561030332103266e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7989999999999127 y2[1] (analytic) 0.9740743460112662 y2[1] (numeric) 0.9740743460112345 absolute error 3.164135620181696e-14 relative error 3.248351250742312e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22622813362339383 y1[1] (numeric) -0.22622813362347416 absolute error 8.032463583163008e-14 relative error 3.550603302299615e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.7999999999999126 y2[1] (analytic) 0.973847630878215 y2[1] (numeric) 0.9738476308781833 absolute error 3.175237850427948e-14 relative error 3.260507855386495e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2272020946930019 y1[1] (numeric) -0.22720209469308228 absolute error 8.038014698286133e-14 relative error 3.537825964653711e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8009999999999124 y2[1] (analytic) 0.9736199418976142 y2[1] (numeric) 0.9736199418975823 absolute error 3.197442310920451e-14 relative error 3.284076438172107e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2281758285605342 y1[1] (numeric) -0.22817582856061466 absolute error 8.046341370970822e-14 relative error 3.5263776280475554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8019999999999123 y2[1] (analytic) 0.9733912792971526 y2[1] (numeric) 0.9733912792971205 absolute error 3.2085445411667024e-14 relative error 3.296253633465327e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.22914933425225695 y1[1] (numeric) -0.2291493342523375 absolute error 8.054668043655511e-14 relative error 3.515030087230628e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8029999999999122 y2[1] (analytic) 0.9731616433054928 y2[1] (numeric) 0.9731616433054606 absolute error 3.219646771412954e-14 relative error 3.308439860491141e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23012261079466453 y1[1] (numeric) -0.23012261079474516 absolute error 8.0629947163402e-14 relative error 3.503782044057681e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8039999999999121 y2[1] (analytic) 0.9729310341522709 y2[1] (numeric) 0.9729310341522385 absolute error 3.241851231905457e-14 relative error 3.3320462788301637e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23109565721448053 y1[1] (numeric) -0.2310956572145612 absolute error 8.068545831463325e-14 relative error 3.491431179935539e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.804999999999912 y2[1] (analytic) 0.9726994520680958 y2[1] (numeric) 0.9726994520680633 absolute error 3.2529534621517087e-14 relative error 3.3442534127427254e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23206847253865853 y1[1] (numeric) -0.2320684725387393 absolute error 8.076872504148014e-14 relative error 3.480383360907651e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.805999999999912 y2[1] (analytic) 0.9724668972845498 y2[1] (numeric) 0.9724668972845171 absolute error 3.275157922644212e-14 relative error 3.3678862815685956e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23304105579438336 y1[1] (numeric) -0.23304105579446419 absolute error 8.08242361927114e-14 relative error 3.4682402170381597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8069999999999118 y2[1] (analytic) 0.9722333700341875 y2[1] (numeric) 0.9722333700341547 absolute error 3.2862601528904634e-14 relative error 3.380114542637953e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2340134060090718 y1[1] (numeric) -0.2340134060091527 absolute error 8.090750291955828e-14 relative error 3.4573875189193995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8079999999999117 y2[1] (analytic) 0.9719988705505361 y2[1] (numeric) 0.9719988705505032 absolute error 3.297362383136715e-14 relative error 3.3923520726614657e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23498552221037375 y1[1] (numeric) -0.23498552221045474 absolute error 8.099076964640517e-14 relative error 3.4466280681708193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8089999999999116 y2[1] (analytic) 0.9717633990680953 y2[1] (numeric) 0.9717633990680622 absolute error 3.3084646133829665e-14 relative error 3.404598914258068e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23595740342617305 y1[1] (numeric) -0.23595740342625413 absolute error 8.107403637325206e-14 relative error 3.435960694431811e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8099999999999115 y2[1] (analytic) 0.9715269558223363 y2[1] (numeric) 0.9715269558223031 absolute error 3.319566843629218e-14 relative error 3.416855110128585e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2369290486845886 y1[1] (numeric) -0.23692904868466974 absolute error 8.112954752448331e-14 relative error 3.424212774875355e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8109999999999113 y2[1] (analytic) 0.9712895410497026 y2[1] (numeric) 0.9712895410496691 absolute error 3.341771304121721e-14 relative error 3.4405511053997e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23790045701397522 y1[1] (numeric) -0.23790045701405643 absolute error 8.12128142513302e-14 relative error 3.41373090538281e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8119999999999112 y2[1] (analytic) 0.9710511549876085 y2[1] (numeric) 0.9710511549875751 absolute error 3.341771304121721e-14 relative error 3.441395735906792e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23887162744292464 y1[1] (numeric) -0.2388716274430059 absolute error 8.126832540256146e-14 relative error 3.402175732317958e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8129999999999111 y2[1] (analytic) 0.9708117978744406 y2[1] (numeric) 0.970811797874407 absolute error 3.3639757646142243e-14 relative error 3.4651162789528667e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23984255900026652 y1[1] (numeric) -0.23984255900034787 absolute error 8.135159212940835e-14 relative error 3.39187475602768e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.813999999999911 y2[1] (analytic) 0.9705714699495556 y2[1] (numeric) 0.9705714699495218 absolute error 3.375077994860476e-14 relative error 3.477413152311073e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2408132507150694 y1[1] (numeric) -0.2408132507151508 absolute error 8.14071032806396e-14 relative error 3.380507635643381e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.814999999999911 y2[1] (analytic) 0.9703301714532816 y2[1] (numeric) 0.9703301714532476 absolute error 3.397282455352979e-14 relative error 3.5011613111697905e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24178370161664162 y1[1] (numeric) -0.2417837016167231 absolute error 8.149037000748649e-14 relative error 3.3703830929304303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8159999999999108 y2[1] (analytic) 0.9700879026269169 y2[1] (numeric) 0.9700879026268828 absolute error 3.4083846855992306e-14 relative error 3.5134802489234323e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24275391073453237 y1[1] (numeric) -0.24275391073461394 absolute error 8.157363673433338e-14 relative error 3.3603428462802235e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8169999999999107 y2[1] (analytic) 0.9698446637127305 y2[1] (numeric) 0.9698446637126963 absolute error 3.419486915845482e-14 relative error 3.5258088679429385e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2437238770985326 y1[1] (numeric) -0.24372387709861426 absolute error 8.165690346118026e-14 relative error 3.350385872458776e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8179999999999106 y2[1] (analytic) 0.9696004549539612 y2[1] (numeric) 0.9696004549539269 absolute error 3.430589146091734e-14 relative error 3.538147211631234e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24469359973867608 y1[1] (numeric) -0.2446935997387578 absolute error 8.171241461241152e-14 relative error 3.3393768655852635e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8189999999999105 y2[1] (analytic) 0.9693552765948178 y2[1] (numeric) 0.9693552765947833 absolute error 3.452793606584237e-14 relative error 3.561948534198236e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24566307768524018 y1[1] (numeric) -0.24566307768532197 absolute error 8.179568133925841e-14 relative error 3.329587909993559e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8199999999999104 y2[1] (analytic) 0.9691091288804785 y2[1] (numeric) 0.9691091288804439 absolute error 3.4638958368304884e-14 relative error 3.5743093668222945e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24663230996874708 y1[1] (numeric) -0.24663230996882896 absolute error 8.18789480661053e-14 relative error 3.3198792192507495e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8209999999999102 y2[1] (analytic) 0.9688620120570911 y2[1] (numeric) 0.9688620120570564 absolute error 3.47499806707674e-14 relative error 3.5866800677824205e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24760129561996458 y1[1] (numeric) -0.2476012956200465 absolute error 8.193445921733655e-14 relative error 3.3091288562195235e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8219999999999101 y2[1] (analytic) 0.9686139263717723 y2[1] (numeric) 0.9686139263717375 absolute error 3.4861002973229915e-14 relative error 3.599060680844434e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24857003366990707 y1[1] (numeric) -0.2485700336699891 absolute error 8.201772594418344e-14 relative error 3.299582203585341e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.82299999999991 y2[1] (analytic) 0.968364872072608 y2[1] (numeric) 0.9683648720725729 absolute error 3.5083047578154947e-14 relative error 3.6229161744649098e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2495385231498366 y1[1] (numeric) -0.2495385231499187 absolute error 8.210099267103033e-14 relative error 3.2901129506858704e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.82399999999991 y2[1] (analytic) 0.9681148494086522 y2[1] (numeric) 0.968114849408617 absolute error 3.519406988061746e-14 relative error 3.6353197042804215e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2505067630912638 y1[1] (numeric) -0.25050676309134595 absolute error 8.215650382226158e-14 relative error 3.2796122072093756e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8249999999999098 y2[1] (analytic) 0.9678638586299277 y2[1] (numeric) 0.9678638586298924 absolute error 3.530509218307998e-14 relative error 3.6477332910288185e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25147475252594875 y1[1] (numeric) -0.251474752526031 absolute error 8.22675261247241e-14 relative error 3.271403005605313e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8259999999999097 y2[1] (analytic) 0.9676118999874254 y2[1] (numeric) 0.9676118999873898 absolute error 3.552713678800501e-14 relative error 3.671630825175538e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25244249048590217 y1[1] (numeric) -0.2524424904859845 absolute error 8.232303727595536e-14 relative error 3.261061048696663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8269999999999096 y2[1] (analytic) 0.9673589737331035 y2[1] (numeric) 0.9673589737330679 absolute error 3.5638159090467525e-14 relative error 3.684067658248671e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2534099760033861 y1[1] (numeric) -0.25340997600346854 absolute error 8.243405957841787e-14 relative error 3.252991886054098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8279999999999095 y2[1] (analytic) 0.9671050801198886 y2[1] (numeric) 0.9671050801198529 absolute error 3.574918139293004e-14 relative error 3.696514693987373e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2543772081109152 y1[1] (numeric) -0.2543772081109977 absolute error 8.248957072964913e-14 relative error 3.242805098076298e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8289999999999094 y2[1] (analytic) 0.9668502194016741 y2[1] (numeric) 0.9668502194016383 absolute error 3.5860203695392556e-14 relative error 3.708971976816046e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25534418584125734 y1[1] (numeric) -0.2553441858413399 absolute error 8.254508188088039e-14 relative error 3.232698704649461e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8299999999999093 y2[1] (analytic) 0.9665943918333209 y2[1] (numeric) 0.9665943918332849 absolute error 3.597122599785507e-14 relative error 3.7214395512505655e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2563109082274349 y1[1] (numeric) -0.25631090822751756 absolute error 8.26561041833429e-14 relative error 3.224837551978039e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8309999999999091 y2[1] (analytic) 0.9663375976706563 y2[1] (numeric) 0.9663375976706202 absolute error 3.608224830031759e-14 relative error 3.7339174618987565e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2572773743027257 y1[1] (numeric) -0.25727737430280834 absolute error 8.26561041833429e-14 relative error 3.2127234043552354e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.831999999999909 y2[1] (analytic) 0.9660798371704746 y2[1] (numeric) 0.9660798371704383 absolute error 3.630429290524262e-14 relative error 3.757897795649404e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25824358310066353 y1[1] (numeric) -0.25824358310074624 absolute error 8.271161533457416e-14 relative error 3.202852684333036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.832999999999909 y2[1] (analytic) 0.9658211105905362 y2[1] (numeric) 0.9658211105904998 absolute error 3.6415315207705135e-14 relative error 3.770399591435681e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2592095336550398 y1[1] (numeric) -0.2592095336551226 absolute error 8.282263763703668e-14 relative error 3.195200287164529e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8339999999999088 y2[1] (analytic) 0.9655614181895678 y2[1] (numeric) 0.9655614181895312 absolute error 3.652633751016765e-14 relative error 3.782911870966707e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26017522499990403 y1[1] (numeric) -0.2601752249999869 absolute error 8.287814878826794e-14 relative error 3.18547428135398e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8349999999999087 y2[1] (analytic) 0.9653007602272615 y2[1] (numeric) 0.9653007602272249 absolute error 3.6637359812630166e-14 relative error 3.795434679239723e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26114065616956494 y1[1] (numeric) -0.2611406561696479 absolute error 8.293365993949919e-14 relative error 3.1758233725831015e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8359999999999086 y2[1] (analytic) 0.9650391369642756 y2[1] (numeric) 0.9650391369642387 absolute error 3.68594044175552e-14 relative error 3.819472496577067e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2621058261985914 y1[1] (numeric) -0.26210582619867445 absolute error 8.304468224196171e-14 relative error 3.1683646047242274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8369999999999085 y2[1] (analytic) 0.9647765486622331 y2[1] (numeric) 0.9647765486621961 absolute error 3.697042672001771e-14 relative error 3.832019628926637e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2630707341218136 y1[1] (numeric) -0.2630707341218967 absolute error 8.310019339319297e-14 relative error 3.158853593905046e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8379999999999084 y2[1] (analytic) 0.9645129955837222 y2[1] (numeric) 0.9645129955836852 absolute error 3.697042672001771e-14 relative error 3.833066727902743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2640353789743235 y1[1] (numeric) -0.2640353789744067 absolute error 8.321121569565548e-14 relative error 3.1515176496005663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8389999999999083 y2[1] (analytic) 0.9642484779922962 y2[1] (numeric) 0.9642484779922591 absolute error 3.708144902248023e-14 relative error 3.845632103012403e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2649997597914765 y1[1] (numeric) -0.26499975979155976 absolute error 8.326672684688674e-14 relative error 3.142143483918922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8399999999999082 y2[1] (analytic) 0.9639829961524726 y2[1] (numeric) 0.9639829961524353 absolute error 3.730349362740526e-14 relative error 3.869725272779084e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26596387560889173 y1[1] (numeric) -0.2659638756089751 absolute error 8.337774914934926e-14 relative error 3.134927589638484e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.840999999999908 y2[1] (analytic) 0.9637165503297331 y2[1] (numeric) 0.9637165503296957 absolute error 3.7414515929867775e-14 relative error 3.8823153879703e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2669277254624536 y1[1] (numeric) -0.266927725462537 absolute error 8.343326030058051e-14 relative error 3.1256873056566896e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.841999999999908 y2[1] (analytic) 0.9634491407905237 y2[1] (numeric) 0.963449140790486 absolute error 3.7636560534792807e-14 relative error 3.906439784035873e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26789130838831215 y1[1] (numeric) -0.2678913083883957 absolute error 8.354428260304303e-14 relative error 3.1185887704107384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8429999999999078 y2[1] (analytic) 0.9631807678022536 y2[1] (numeric) 0.963180767802216 absolute error 3.7636560534792807e-14 relative error 3.907528243184337e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2688546234228847 y1[1] (numeric) -0.2688546234229683 absolute error 8.359979375427429e-14 relative error 3.109479490809394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8439999999999077 y2[1] (analytic) 0.9629114316332962 y2[1] (numeric) 0.9629114316332583 absolute error 3.785860513971784e-14 relative error 3.931680930976367e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26981766960285625 y1[1] (numeric) -0.26981766960293985 absolute error 8.359979375427429e-14 relative error 3.098380987328389e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8449999999999076 y2[1] (analytic) 0.9626411325529872 y2[1] (numeric) 0.9626411325529493 absolute error 3.7969627442180354e-14 relative error 3.944317997453778e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27078044596518064 y1[1] (numeric) -0.2707804459652643 absolute error 8.365530490550555e-14 relative error 3.0894145479124696e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8459999999999075 y2[1] (analytic) 0.962369870831626 y2[1] (numeric) 0.9623698708315879 absolute error 3.808064974464287e-14 relative error 3.956966120701151e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2717429515470816 y1[1] (numeric) -0.2717429515471654 absolute error 8.376632720796806e-14 relative error 3.082557495275269e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8469999999999074 y2[1] (analytic) 0.962097646740474 y2[1] (numeric) 0.9620976467404359 absolute error 3.8191672047105385e-14 relative error 3.969625346917369e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2727051853860537 y1[1] (numeric) -0.2727051853861375 absolute error 8.382183835919932e-14 relative error 3.073716337316335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8479999999999073 y2[1] (analytic) 0.9618244605517556 y2[1] (numeric) 0.9618244605517172 absolute error 3.8413716652030416e-14 relative error 3.993838608553809e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2736671465198632 y1[1] (numeric) -0.27366714651994706 absolute error 8.387734951043058e-14 relative error 3.064940405783879e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8489999999999072 y2[1] (analytic) 0.9615503125386567 y2[1] (numeric) 0.9615503125386182 absolute error 3.852473895449293e-14 relative error 4.0065234707044145e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2746288339865489 y1[1] (numeric) -0.27462883398663285 absolute error 8.393286066166183e-14 relative error 3.0562289998206375e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.849999999999907 y2[1] (analytic) 0.9612752029753255 y2[1] (numeric) 0.9612752029752868 absolute error 3.8746783559417963e-14 relative error 4.030769070032126e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2755902468244235 y1[1] (numeric) -0.27559024682450756 absolute error 8.404388296412435e-14 relative error 3.049595692610562e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.850999999999907 y2[1] (analytic) 0.9609991321368714 y2[1] (numeric) 0.9609991321368325 absolute error 3.885780586188048e-14 relative error 4.043479807882502e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2765513840720743 y1[1] (numeric) -0.2765513840721584 absolute error 8.409939411535561e-14 relative error 3.041004274758494e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8519999999999068 y2[1] (analytic) 0.9607221002993652 y2[1] (numeric) 0.9607221002993263 absolute error 3.8968828164342995e-14 relative error 4.0562019081480626e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.277512244768364 y1[1] (numeric) -0.2775122447684482 absolute error 8.421041641781812e-14 relative error 3.0344757035174254e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8529999999999067 y2[1] (analytic) 0.9604441077398388 y2[1] (numeric) 0.9604441077397997 absolute error 3.907985046680551e-14 relative error 4.0689354176756844e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2784728279524321 y1[1] (numeric) -0.2784728279525164 absolute error 8.426592756904938e-14 relative error 3.026001789425697e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8539999999999066 y2[1] (analytic) 0.9601651547362847 y2[1] (numeric) 0.9601651547362454 absolute error 3.930189507173054e-14 relative error 4.09324321736348e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27943313266369546 y1[1] (numeric) -0.2794331326637798 absolute error 8.432143872028064e-14 relative error 3.0175891425790056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8549999999999065 y2[1] (analytic) 0.9598852415676559 y2[1] (numeric) 0.9598852415676165 absolute error 3.941291737419306e-14 relative error 4.106003058222362e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28039315794184944 y1[1] (numeric) -0.2803931579419338 absolute error 8.43769498715119e-14 relative error 3.009237118724943e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8559999999999064 y2[1] (analytic) 0.9596043685138654 y2[1] (numeric) 0.9596043685138259 absolute error 3.952393967665557e-14 relative error 4.118774463049403e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2813529028268688 y1[1] (numeric) -0.2813529028269533 absolute error 8.448797217397441e-14 relative error 3.002918090593303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8569999999999063 y2[1] (analytic) 0.9593225358557865 y2[1] (numeric) 0.9593225358557468 absolute error 3.9745984281580604e-14 relative error 4.143130469266444e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28231236635900886 y1[1] (numeric) -0.2823123663590934 absolute error 8.454348332520567e-14 relative error 2.9946787105207445e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8579999999999062 y2[1] (analytic) 0.9590397438752516 y2[1] (numeric) 0.9590397438752117 absolute error 3.985700658404312e-14 relative error 4.155928556515336e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.283271547578806 y1[1] (numeric) -0.28327154757889067 absolute error 8.465450562766819e-14 relative error 2.9884577660987054e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.858999999999906 y2[1] (analytic) 0.9587559928550528 y2[1] (numeric) 0.9587559928550128 absolute error 3.9968028886505635e-14 relative error 4.168738363500181e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2842304455270792 y1[1] (numeric) -0.2842304455271639 absolute error 8.471001677889944e-14 relative error 2.980328747745953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.859999999999906 y2[1] (analytic) 0.958471283078941 y2[1] (numeric) 0.9584712830789008 absolute error 4.0190073491430667e-14 relative error 4.1931432063698625e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2851890592449306 y1[1] (numeric) -0.28518905924501536 absolute error 8.47655279301307e-14 relative error 2.9722573563851556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8609999999999058 y2[1] (analytic) 0.958185614831626 y2[1] (numeric) 0.9581856148315857 absolute error 4.030109579389318e-14 relative error 4.205980049176063e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2861473877737465 y1[1] (numeric) -0.2861473877738313 absolute error 8.482103908136196e-14 relative error 2.9642429987314437e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8619999999999057 y2[1] (analytic) 0.9578989883987761 y2[1] (numeric) 0.9578989883987356 absolute error 4.0523140398818214e-14 relative error 4.230418957489108e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28710543015519846 y1[1] (numeric) -0.28710543015528334 absolute error 8.487655023259322e-14 relative error 2.956285089651984e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8629999999999056 y2[1] (analytic) 0.9576114040670175 y2[1] (numeric) 0.9576114040669769 absolute error 4.063416270128073e-14 relative error 4.243283082125553e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2880631854312442 y1[1] (numeric) -0.28806318543132914 absolute error 8.493206138382448e-14 relative error 2.9483830520264906e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8639999999999055 y2[1] (analytic) 0.9573228621239347 y2[1] (numeric) 0.957322862123894 absolute error 4.0745185003743245e-14 relative error 4.2561591930798775e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2890206526441285 y1[1] (numeric) -0.2890206526442135 absolute error 8.498757253505573e-14 relative error 2.9405363166106e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8649999999999054 y2[1] (analytic) 0.9570333628580695 y2[1] (numeric) 0.9570333628580286 absolute error 4.085620730620576e-14 relative error 4.269047338558127e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28997783083638423 y1[1] (numeric) -0.28997783083646933 absolute error 8.509859483751825e-14 relative error 2.9346586458719285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8659999999999053 y2[1] (analytic) 0.9567429065589212 y2[1] (numeric) 0.9567429065588803 absolute error 4.0967229608668276e-14 relative error 4.281947566877027e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29093471905083335 y1[1] (numeric) -0.29093471905091844 absolute error 8.509859483751825e-14 relative error 2.925006514009401e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8669999999999052 y2[1] (analytic) 0.9564514935169461 y2[1] (numeric) 0.9564514935169051 absolute error 4.107825191113079e-14 relative error 4.294859926464528e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29189131633058757 y1[1] (numeric) -0.2918913163306728 absolute error 8.520961713998076e-14 relative error 2.919224121195673e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.867999999999905 y2[1] (analytic) 0.9561591240235572 y2[1] (numeric) 0.956159124023516 absolute error 4.118927421359331e-14 relative error 4.307784465860362e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2928476217190499 y1[1] (numeric) -0.2928476217191351 absolute error 8.520961713998076e-14 relative error 2.9096912803932064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.868999999999905 y2[1] (analytic) 0.955865798371124 y2[1] (numeric) 0.9558657983710825 absolute error 4.141131881851834e-14 relative error 4.332336075742717e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2938036342599148 y1[1] (numeric) -0.2938036342600001 absolute error 8.532063944244328e-14 relative error 2.9040021801419914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8699999999999048 y2[1] (analytic) 0.955571516852972 y2[1] (numeric) 0.9555715168529304 absolute error 4.163336342344337e-14 relative error 4.356907116754218e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29475935299717 y1[1] (numeric) -0.29475935299725536 absolute error 8.537615059367454e-14 relative error 2.8964696022553098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8709999999999047 y2[1] (analytic) 0.9552762797633828 y2[1] (numeric) 0.9552762797633411 absolute error 4.1744385725905886e-14 relative error 4.369875669502206e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29571477697509674 y1[1] (numeric) -0.29571477697518217 absolute error 8.54316617449058e-14 relative error 2.8889885929542276e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8719999999999046 y2[1] (analytic) 0.9549800873975934 y2[1] (numeric) 0.9549800873975516 absolute error 4.18554080283684e-14 relative error 4.3828566250452565e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29666990523827114 y1[1] (numeric) -0.2966699052383566 absolute error 8.548717289613705e-14 relative error 2.8815586409911658e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8729999999999045 y2[1] (analytic) 0.9546829400517963 y2[1] (numeric) 0.9546829400517542 absolute error 4.207745263329343e-14 relative error 4.407479265420886e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.297624736831565 y1[1] (numeric) -0.2976247368316506 absolute error 8.559819519859957e-14 relative error 2.876044380915899e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8739999999999044 y2[1] (analytic) 0.9543848380231387 y2[1] (numeric) 0.9543848380230965 absolute error 4.218847493575595e-14 relative error 4.420488806501042e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29857927080014685 y1[1] (numeric) -0.2985792708002325 absolute error 8.565370634983083e-14 relative error 2.8687090741528028e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8749999999999043 y2[1] (analytic) 0.9540857816097225 y2[1] (numeric) 0.9540857816096802 absolute error 4.2299497238218464e-14 relative error 4.433510912074514e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2995335061894828 y1[1] (numeric) -0.2995335061895685 absolute error 8.565370634983083e-14 relative error 2.8595701175295857e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8759999999999042 y2[1] (analytic) 0.9537857711106043 y2[1] (numeric) 0.9537857711105617 absolute error 4.2521541843143495e-14 relative error 4.4581858034672394e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3004874420453375 y1[1] (numeric) -0.30048744204542327 absolute error 8.576472865229334e-14 relative error 2.8541867862602116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.876999999999904 y2[1] (analytic) 0.9534848068257944 y2[1] (numeric) 0.9534848068257517 absolute error 4.2743586448068527e-14 relative error 4.4828807068635295e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30144107741377524 y1[1] (numeric) -0.30144107741386106 absolute error 8.58202398035246e-14 relative error 2.8469988410279877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.877999999999904 y2[1] (analytic) 0.9531828890562571 y2[1] (numeric) 0.9531828890562143 absolute error 4.285460875053104e-14 relative error 4.495948179783339e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30239441134116063 y1[1] (numeric) -0.30239441134124656 absolute error 8.593126210598712e-14 relative error 2.8416947828126254e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8789999999999039 y2[1] (analytic) 0.9528800181039102 y2[1] (numeric) 0.9528800181038672 absolute error 4.296563105299356e-14 relative error 4.509028443947097e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30334744287415993 y1[1] (numeric) -0.3033474428742459 absolute error 8.598677325721837e-14 relative error 2.8345969375086823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8799999999999037 y2[1] (analytic) 0.9525761942716247 y2[1] (numeric) 0.9525761942715816 absolute error 4.3076653355456074e-14 relative error 4.522121549383679e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3043001710597416 y1[1] (numeric) -0.30430017105982765 absolute error 8.604228440844963e-14 relative error 2.8275463700464834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8809999999999036 y2[1] (analytic) 0.9522714178632242 y2[1] (numeric) 0.9522714178631809 absolute error 4.3298697960381105e-14 relative error 4.546886228879773e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3052525949451776 y1[1] (numeric) -0.3052525949452637 absolute error 8.609779555968089e-14 relative error 2.820542625530957e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8819999999999035 y2[1] (analytic) 0.9519656891834852 y2[1] (numeric) 0.9519656891834418 absolute error 4.340972026284362e-14 relative error 4.560008911673777e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3062047135780441 y1[1] (numeric) -0.3062047135781302 absolute error 8.615330671091215e-14 relative error 2.813585254916521e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8829999999999034 y2[1] (analytic) 0.9516590085381365 y2[1] (numeric) 0.9516590085380928 absolute error 4.363176486776865e-14 relative error 4.584810785828879e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30715652600622245 y1[1] (numeric) -0.3071565260063087 absolute error 8.626432901337466e-14 relative error 2.8084810742919752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8839999999999033 y2[1] (analytic) 0.9513513762338583 y2[1] (numeric) 0.9513513762338146 absolute error 4.374278717023117e-14 relative error 4.59796330388431e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3081080312779005 y1[1] (numeric) -0.3081080312779868 absolute error 8.631984016460592e-14 relative error 2.801609546060455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8849999999999032 y2[1] (analytic) 0.9510427925782834 y2[1] (numeric) 0.9510427925782394 absolute error 4.39648317751562e-14 relative error 4.622802687560172e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30905922844157285 y1[1] (numeric) -0.3090592284416593 absolute error 8.643086246706844e-14 relative error 2.7965792480261773e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.885999999999903 y2[1] (analytic) 0.950733257879995 y2[1] (numeric) 0.950733257879951 absolute error 4.39648317751562e-14 relative error 4.624307755173282e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3100101165460426 y1[1] (numeric) -0.31001011654612903 absolute error 8.643086246706844e-14 relative error 2.7880013539568394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.886999999999903 y2[1] (analytic) 0.950422772448528 y2[1] (numeric) 0.9504227724484838 absolute error 4.418687638008123e-14 relative error 4.64918114979976e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3109606946404216 y1[1] (numeric) -0.3109606946405081 absolute error 8.64863736182997e-14 relative error 2.781263841666804e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8879999999999029 y2[1] (analytic) 0.9501113365943678 y2[1] (numeric) 0.9501113365943235 absolute error 4.4297898682543746e-14 relative error 4.6623902879979955e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31191096177413186 y1[1] (numeric) -0.3119109617742184 absolute error 8.654188476953095e-14 relative error 2.774570161859193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8889999999999028 y2[1] (analytic) 0.9497989506289501 y2[1] (numeric) 0.9497989506289056 absolute error 4.451994328746878e-14 relative error 4.687301797710767e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3128609169969063 y1[1] (numeric) -0.3128609169969929 absolute error 8.659739592076221e-14 relative error 2.7679199035787046e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8899999999999026 y2[1] (analytic) 0.949485614864661 y2[1] (numeric) 0.9494856148646164 absolute error 4.463096558993129e-14 relative error 4.700541523874794e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31381055935878993 y1[1] (numeric) -0.31381055935887653 absolute error 8.659739592076221e-14 relative error 2.7595437227385507e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8909999999999025 y2[1] (analytic) 0.9491713296148362 y2[1] (numeric) 0.9491713296147913 absolute error 4.4853010194856324e-14 relative error 4.725491467705541e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31475988791014026 y1[1] (numeric) -0.31475988791022697 absolute error 8.670841822322473e-14 relative error 2.7547480334590416e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8919999999999024 y2[1] (analytic) 0.9488560951937608 y2[1] (numeric) 0.9488560951937158 absolute error 4.496403249731884e-14 relative error 4.7387620446425e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31570890170162896 y1[1] (numeric) -0.3157089017017157 absolute error 8.676392937445598e-14 relative error 2.7482256251505724e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8929999999999023 y2[1] (analytic) 0.9485399119166693 y2[1] (numeric) 0.9485399119166241 absolute error 4.518607710224387e-14 relative error 4.7637507430697906e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31665759978424224 y1[1] (numeric) -0.31665759978432906 absolute error 8.681944052568724e-14 relative error 2.741745045274218e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8939999999999022 y2[1] (analytic) 0.9482227800997449 y2[1] (numeric) 0.9482227800996996 absolute error 4.529709940470639e-14 relative error 4.7770524348657306e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31760598120928213 y1[1] (numeric) -0.317605981209369 absolute error 8.68749516769185e-14 relative error 2.735305907846661e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.894999999999902 y2[1] (analytic) 0.9479047000601194 y2[1] (numeric) 0.947904700060074 absolute error 4.54081217071689e-14 relative error 4.790367819073897e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31855404502836726 y1[1] (numeric) -0.3185540450284542 absolute error 8.693046282814976e-14 relative error 2.7289078316493702e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.895999999999902 y2[1] (analytic) 0.9475856721158729 y2[1] (numeric) 0.9475856721158273 absolute error 4.551914400963142e-14 relative error 4.8036969478433855e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31950179029343395 y1[1] (numeric) -0.31950179029352094 absolute error 8.698597397938101e-14 relative error 2.7225504401553476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8969999999999019 y2[1] (analytic) 0.9472656965860332 y2[1] (numeric) 0.9472656965859875 absolute error 4.574118861455645e-14 relative error 4.828760165116156e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32044921605673693 y1[1] (numeric) -0.32044921605682397 absolute error 8.704148513061227e-14 relative error 2.7162333614572237e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8979999999999018 y2[1] (analytic) 0.9469447737905758 y2[1] (numeric) 0.94694477379053 absolute error 4.5852210917018965e-14 relative error 4.8421209120226405e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32139632137085056 y1[1] (numeric) -0.32139632137093765 absolute error 8.709699628184353e-14 relative error 2.709956228196671e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8989999999999017 y2[1] (analytic) 0.9466229040504237 y2[1] (numeric) 0.9466229040503776 absolute error 4.6074255521943996e-14 relative error 4.867223825326939e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3223431052886696 y1[1] (numeric) -0.32234310528875676 absolute error 8.715250743307479e-14 relative error 2.7037186774951074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.8999999999999015 y2[1] (analytic) 0.9463000876874463 y2[1] (numeric) 0.9463000876874001 absolute error 4.618527782440651e-14 relative error 4.880616458281578e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32328956686341026 y1[1] (numeric) -0.32328956686349747 absolute error 8.720801858430605e-14 relative error 2.697520350885663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9009999999999014 y2[1] (analytic) 0.9459763250244602 y2[1] (numeric) 0.9459763250244138 absolute error 4.6407322429331543e-14 relative error 4.905759393939545e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32423570514861094 y1[1] (numeric) -0.32423570514869826 absolute error 8.731904088676856e-14 relative error 2.6930729558839472e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9019999999999013 y2[1] (analytic) 0.9456516163852278 y2[1] (numeric) 0.9456516163851812 absolute error 4.651834473179406e-14 relative error 4.919184182184488e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32518151919813354 y1[1] (numeric) -0.3251815191982209 absolute error 8.737455203799982e-14 relative error 2.6869470397166817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9029999999999012 y2[1] (analytic) 0.9453259620944577 y2[1] (numeric) 0.9453259620944111 absolute error 4.6629367034256575e-14 relative error 4.93262312725918e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.326127008066164 y1[1] (numeric) -0.32612700806625144 absolute error 8.743006318923108e-14 relative error 2.6808593286298275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.903999999999901 y2[1] (analytic) 0.9449993624778045 y2[1] (numeric) 0.9449993624777576 absolute error 4.6851411639181606e-14 relative error 4.957824682160251e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3270721708072136 y1[1] (numeric) -0.3270721708073011 absolute error 8.748557434046234e-14 relative error 2.6748094808723124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.904999999999901 y2[1] (analytic) 0.9446718178618675 y2[1] (numeric) 0.9446718178618204 absolute error 4.707345624410664e-14 relative error 4.983048647587563e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32801700647611964 y1[1] (numeric) -0.3280170064762072 absolute error 8.754108549169359e-14 relative error 2.6687971587859356e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9059999999999009 y2[1] (analytic) 0.9443433285741913 y2[1] (numeric) 0.9443433285741442 absolute error 4.718447854656915e-14 relative error 4.996538559531122e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32896151412804653 y1[1] (numeric) -0.3289615141281341 absolute error 8.759659664292485e-14 relative error 2.662822028744321e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9069999999999008 y2[1] (analytic) 0.9440138949432653 y2[1] (numeric) 0.944013894943218 absolute error 4.729550084903167e-14 relative error 5.010042871442491e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32990569281848675 y1[1] (numeric) -0.32990569281857435 absolute error 8.759659664292485e-14 relative error 2.6552011241321703e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9079999999999007 y2[1] (analytic) 0.943683517298523 y2[1] (numeric) 0.9436835172984755 absolute error 4.7406523151494184e-14 relative error 5.023561637190035e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3308495416032616 y1[1] (numeric) -0.3308495416033493 absolute error 8.770761894538737e-14 relative error 2.6509820300903427e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9089999999999006 y2[1] (analytic) 0.943352195970342 y2[1] (numeric) 0.9433521959702944 absolute error 4.7628567756419216e-14 relative error 5.048863824123287e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3317930595385224 y1[1] (numeric) -0.33179305953861016 absolute error 8.776313009661862e-14 relative error 2.6451165138500734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9099999999999004 y2[1] (analytic) 0.9430199312900437 y2[1] (numeric) 0.943019931289996 absolute error 4.773959005888173e-14 relative error 5.062415806373717e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33273624568075133 y1[1] (numeric) -0.33273624568083915 absolute error 8.781864124784988e-14 relative error 2.6392868942840922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9109999999999003 y2[1] (analytic) 0.9426867235898927 y2[1] (numeric) 0.9426867235898447 absolute error 4.796163466380676e-14 relative error 5.087759640993102e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33367909908676235 y1[1] (numeric) -0.3336790990868502 absolute error 8.781864124784988e-14 relative error 2.6318292481668297e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9119999999999002 y2[1] (analytic) 0.9423525732030966 y2[1] (numeric) 0.9423525732030485 absolute error 4.807265696626928e-14 relative error 5.1013451157530415e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.334621618813702 y1[1] (numeric) -0.33462161881378993 absolute error 8.79296635503124e-14 relative error 2.6277340914804e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9129999999999001 y2[1] (analytic) 0.9420174804638058 y2[1] (numeric) 0.9420174804637577 absolute error 4.8183679268731794e-14 relative error 5.114945345282593e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33556380391905083 y1[1] (numeric) -0.33556380391913876 absolute error 8.79296635503124e-14 relative error 2.620356025393131e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9139999999999 y2[1] (analytic) 0.9416814457071131 y2[1] (numeric) 0.9416814457070648 absolute error 4.829470157119431e-14 relative error 5.128560384337783e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3365056534606236 y1[1] (numeric) -0.33650565346071165 absolute error 8.804068585277491e-14 relative error 2.6163211508444104e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9149999999999 y2[1] (analytic) 0.9413444692690532 y2[1] (numeric) 0.9413444692690047 absolute error 4.851674617611934e-14 relative error 5.153984302238714e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.337447166496571 y1[1] (numeric) -0.3374471664966591 absolute error 8.809619700400617e-14 relative error 2.6106663724171873e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9159999999998998 y2[1] (analytic) 0.9410065514866025 y2[1] (numeric) 0.9410065514865538 absolute error 4.873879078104437e-14 relative error 5.1794316101250106e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33838834208538004 y1[1] (numeric) -0.3383883420854682 absolute error 8.815170815523743e-14 relative error 2.605045658842335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9169999999998997 y2[1] (analytic) 0.9406676926976787 y2[1] (numeric) 0.9406676926976298 absolute error 4.884981308350689e-14 relative error 5.193099907940257e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3393291792858752 y1[1] (numeric) -0.3393291792859634 absolute error 8.820721930646869e-14 relative error 2.5994587171106973e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9179999999998996 y2[1] (analytic) 0.9403278932411405 y2[1] (numeric) 0.9403278932410916 absolute error 4.8960835385969403e-14 relative error 5.206783265485217e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34026967715721934 y1[1] (numeric) -0.3402696771573076 absolute error 8.826273045769994e-14 relative error 2.5939052575912823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9189999999998995 y2[1] (analytic) 0.9399871534567875 y2[1] (numeric) 0.9399871534567384 absolute error 4.907185768843192e-14 relative error 5.220481738284503e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34120983475891464 y1[1] (numeric) -0.34120983475900296 absolute error 8.83182416089312e-14 relative error 2.5883849939827607e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9199999999998993 y2[1] (analytic) 0.9396454736853593 y2[1] (numeric) 0.9396454736853102 absolute error 4.9182879990894435e-14 relative error 5.234195382008869e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34214965115080365 y1[1] (numeric) -0.342149651150892 absolute error 8.837375276016246e-14 relative error 2.582897643265795e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9209999999998992 y2[1] (analytic) 0.9393028542685359 y2[1] (numeric) 0.9393028542684865 absolute error 4.9404924595819466e-14 relative error 5.259743901693198e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34308912539307 y1[1] (numeric) -0.34308912539315845 absolute error 8.842926391139372e-14 relative error 2.5774429256561883e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9219999999998991 y2[1] (analytic) 0.9389592955489363 y2[1] (numeric) 0.9389592955488868 absolute error 4.951594689828198e-14 relative error 5.2734923795960576e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3440282565462396 y1[1] (numeric) -0.34402825654632807 absolute error 8.848477506262498e-14 relative error 2.5720205645588316e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.922999999999899 y2[1] (analytic) 0.9386147978701195 y2[1] (numeric) 0.9386147978700699 absolute error 4.96269692007445e-14 relative error 5.287256211318715e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34496704367118125 y1[1] (numeric) -0.3449670436712698 absolute error 8.854028621385623e-14 relative error 2.5666302865224382e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.923999999999899 y2[1] (analytic) 0.938269361576583 y2[1] (numeric) 0.9382693615765332 absolute error 4.984901380566953e-14 relative error 5.312868121570947e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.345905485829108 y1[1] (numeric) -0.3459054858291966 absolute error 8.859579736508749e-14 relative error 2.561271821195041e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9249999999998988 y2[1] (analytic) 0.9379229870137632 y2[1] (numeric) 0.9379229870137131 absolute error 5.007105841059456e-14 relative error 5.338504237966801e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3468435820815778 y1[1] (numeric) -0.34684358208166644 absolute error 8.865130851631875e-14 relative error 2.5559449012802525e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9259999999998987 y2[1] (analytic) 0.9375756745280345 y2[1] (numeric) 0.9375756745279843 absolute error 5.0182080713057076e-14 relative error 5.352323239222071e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3477813314904944 y1[1] (numeric) -0.34778133149058305 absolute error 8.865130851631875e-14 relative error 2.5490531115164754e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9269999999998986 y2[1] (analytic) 0.9372274244667094 y2[1] (numeric) 0.9372274244666591 absolute error 5.029310301551959e-14 relative error 5.366157850549114e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3487187331181084 y1[1] (numeric) -0.3487187331181972 absolute error 8.876233081878127e-14 relative error 2.545384643523528e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9279999999998985 y2[1] (analytic) 0.936878237178038 y2[1] (numeric) 0.9368782371779875 absolute error 5.051514762044462e-14 relative error 5.39185836705961e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34965578602701847 y1[1] (numeric) -0.34965578602710723 absolute error 8.876233081878127e-14 relative error 2.5385631917420195e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9289999999998984 y2[1] (analytic) 0.9365281130112073 y2[1] (numeric) 0.9365281130111567 absolute error 5.062616992290714e-14 relative error 5.40572879976122e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35059248928017156 y1[1] (numeric) -0.35059248928026043 absolute error 8.887335312124378e-14 relative error 2.5349474343764897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9299999999998982 y2[1] (analytic) 0.9361770523163419 y2[1] (numeric) 0.936177052316291 absolute error 5.084821452783217e-14 relative error 5.431474142847303e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35152884194086464 y1[1] (numeric) -0.3515288419409536 absolute error 8.892886427247504e-14 relative error 2.529774336053909e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9309999999998981 y2[1] (analytic) 0.935825055444502 y2[1] (numeric) 0.935825055444451 absolute error 5.0959236830294685e-14 relative error 5.4453806866807874e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35246484307274506 y1[1] (numeric) -0.35246484307283404 absolute error 8.89843754237063e-14 relative error 2.524631241174339e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.931999999999898 y2[1] (analytic) 0.9354721227476847 y2[1] (numeric) 0.9354721227476336 absolute error 5.10702591327572e-14 relative error 5.45930315729268e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35340049173981175 y1[1] (numeric) -0.3534004917399008 absolute error 8.903988657493755e-14 relative error 2.5195179026658642e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.932999999999898 y2[1] (analytic) 0.9351182545788226 y2[1] (numeric) 0.9351182545787713 absolute error 5.129230373768223e-14 relative error 5.4851141539081915e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3543357870064162 y1[1] (numeric) -0.35433578700650525 absolute error 8.903988657493755e-14 relative error 2.5128674505949705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9339999999998978 y2[1] (analytic) 0.9347634512917838 y2[1] (numeric) 0.9347634512917324 absolute error 5.140332604014475e-14 relative error 5.4990731579319465e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35527072793726316 y1[1] (numeric) -0.35527072793735226 absolute error 8.909539772616881e-14 relative error 2.507817017277654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9349999999998977 y2[1] (analytic) 0.9344077132413717 y2[1] (numeric) 0.9344077132413201 absolute error 5.162537064506978e-14 relative error 5.524929847377465e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35620531359741175 y1[1] (numeric) -0.3562053135975009 absolute error 8.915090887740007e-14 relative error 2.502795592155587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9359999999998976 y2[1] (analytic) 0.9340510407833242 y2[1] (numeric) 0.9340510407832724 absolute error 5.184741524999481e-14 relative error 5.550811785029859e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35713954305227646 y1[1] (numeric) -0.35713954305236567 absolute error 8.920642002863133e-14 relative error 2.4978029390482166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9369999999998975 y2[1] (analytic) 0.9336934342743137 y2[1] (numeric) 0.9336934342742618 absolute error 5.1958437552457326e-14 relative error 5.564828416389211e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3580734153676279 y1[1] (numeric) -0.35807341536771714 absolute error 8.926193117986259e-14 relative error 2.4928388243572587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9379999999998974 y2[1] (analytic) 0.9333348940719468 y2[1] (numeric) 0.9333348940718947 absolute error 5.206945985491984e-14 relative error 5.57886136965817e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35900692960959374 y1[1] (numeric) -0.35900692960968306 absolute error 8.931744233109384e-14 relative error 2.4879030170315413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9389999999998973 y2[1] (analytic) 0.9329754205347636 y2[1] (numeric) 0.9329754205347114 absolute error 5.218048215738236e-14 relative error 5.5929107036360625e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35994008484465995 y1[1] (numeric) -0.3599400848447493 absolute error 8.93729534823251e-14 relative error 2.4829952885324225e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9399999999998971 y2[1] (analytic) 0.9326150140222376 y2[1] (numeric) 0.9326150140221853 absolute error 5.229150445984487e-14 relative error 5.606976477283907e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3608728801396713 y1[1] (numeric) -0.3608728801397607 absolute error 8.942846463355636e-14 relative error 2.4781154127997706e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.940999999999897 y2[1] (analytic) 0.9322536748947753 y2[1] (numeric) 0.9322536748947228 absolute error 5.2513549064769904e-14 relative error 5.632967772500031e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36180531456183257 y1[1] (numeric) -0.36180531456192205 absolute error 8.948397578478762e-14 relative error 2.473263166218494e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.941999999999897 y2[1] (analytic) 0.9318914035137158 y2[1] (numeric) 0.9318914035136631 absolute error 5.2735593669694936e-14 relative error 5.658984885025689e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3627373871787094 y1[1] (numeric) -0.36273738717879894 absolute error 8.953948693601887e-14 relative error 2.468438327585614e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9429999999998968 y2[1] (analytic) 0.9315282002413304 y2[1] (numeric) 0.9315282002412776 absolute error 5.284661597215745e-14 relative error 5.6731096233550965e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3636690970582293 y1[1] (numeric) -0.3636690970583189 absolute error 8.959499808725013e-14 relative error 2.463640678077866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9439999999998967 y2[1] (analytic) 0.9311640654408224 y2[1] (numeric) 0.9311640654407695 absolute error 5.295763827461997e-14 relative error 5.687251069933556e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36460044326868246 y1[1] (numeric) -0.3646004432687721 absolute error 8.965050923848139e-14 relative error 2.4588700012198247e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9449999999998966 y2[1] (analytic) 0.9307989994763266 y2[1] (numeric) 0.9307989994762734 absolute error 5.3179682879545e-14 relative error 5.713336919083951e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36553142487872275 y1[1] (numeric) -0.36553142487881246 absolute error 8.970602038971265e-14 relative error 2.4541260828525376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9459999999998965 y2[1] (analytic) 0.9304330027129089 y2[1] (numeric) 0.9304330027128556 absolute error 5.3290705182007514e-14 relative error 5.727516653711251e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3664620409573686 y1[1] (numeric) -0.3664620409574584 absolute error 8.97615315409439e-14 relative error 2.4494087111026616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9469999999998964 y2[1] (analytic) 0.930066075516566 y2[1] (numeric) 0.9300660755165124 absolute error 5.3512749786932545e-14 relative error 5.753650326103029e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3673922905740041 y1[1] (numeric) -0.36739229057409384 absolute error 8.97615315409439e-14 relative error 2.443206725995879e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9479999999998963 y2[1] (analytic) 0.929698218254225 y2[1] (numeric) 0.9296982182541713 absolute error 5.3734794391857577e-14 relative error 5.7798104090981325e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36832217279837953 y1[1] (numeric) -0.36832217279846935 absolute error 8.981704269217516e-14 relative error 2.4385456354630388e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9489999999998961 y2[1] (analytic) 0.9293294312937433 y2[1] (numeric) 0.9293294312936895 absolute error 5.384581669432009e-14 relative error 5.7940505143972416e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3692516867006129 y1[1] (numeric) -0.3692516867007028 absolute error 8.987255384340642e-14 relative error 2.4339104486278098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.949999999999896 y2[1] (analytic) 0.9289597150039077 y2[1] (numeric) 0.9289597150038538 absolute error 5.395683899678261e-14 relative error 5.8083077366337285e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37018083135119034 y1[1] (numeric) -0.37018083135128027 absolute error 8.992806499463768e-14 relative error 2.4293009626239394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.950999999999896 y2[1] (analytic) 0.9285890697544347 y2[1] (numeric) 0.9285890697543805 absolute error 5.417888360170764e-14 relative error 5.8345381575550146e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3711096058209673 y1[1] (numeric) -0.3711096058210573 absolute error 8.998357614586894e-14 relative error 2.4247169767219474e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9519999999998958 y2[1] (analytic) 0.9282174959159691 y2[1] (numeric) 0.9282174959159148 absolute error 5.4289905904170155e-14 relative error 5.848834582739322e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37203800918116936 y1[1] (numeric) -0.3720380091812594 absolute error 9.00390872971002e-14 relative error 2.4201582923011057e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9529999999998957 y2[1] (analytic) 0.927844993860085 y2[1] (numeric) 0.9278449938600306 absolute error 5.440092820663267e-14 relative error 5.86314832397922e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3729660405033932 y1[1] (numeric) -0.3729660405034833 absolute error 9.009459844833145e-14 relative error 2.4156247128218577e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9539999999998956 y2[1] (analytic) 0.9274715639592844 y2[1] (numeric) 0.9274715639592298 absolute error 5.46229728115577e-14 relative error 5.8894498693175705e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37389369885960766 y1[1] (numeric) -0.3738936988596978 absolute error 9.015010959956271e-14 relative error 2.4111160437986663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9549999999998955 y2[1] (analytic) 0.9270972065869971 y2[1] (numeric) 0.9270972065869424 absolute error 5.473399511402022e-14 relative error 5.903803260881045e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3748209833221544 y1[1] (numeric) -0.3748209833222446 absolute error 9.020562075079397e-14 relative error 2.406632092773292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9559999999998954 y2[1] (analytic) 0.9267219221175805 y2[1] (numeric) 0.9267219221175256 absolute error 5.495603971894525e-14 relative error 5.930154279006312e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37574789296374905 y1[1] (numeric) -0.3757478929638393 absolute error 9.026113190202523e-14 relative error 2.402172669288483e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9569999999998953 y2[1] (analytic) 0.926345710926319 y2[1] (numeric) 0.9263457109262639 absolute error 5.5067062021407764e-14 relative error 5.944547631827678e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3766744268574821 y1[1] (numeric) -0.37667442685757235 absolute error 9.026113190202523e-14 relative error 2.396263867846178e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9579999999998952 y2[1] (analytic) 0.9259685733894237 y2[1] (numeric) 0.9259685733893686 absolute error 5.517808432387028e-14 relative error 5.958958641749139e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3776005840768196 y1[1] (numeric) -0.37760058407690994 absolute error 9.031664305325648e-14 relative error 2.3918565505948035e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.958999999999895 y2[1] (analytic) 0.9255905098840324 y2[1] (numeric) 0.925590509883977 absolute error 5.540012892879531e-14 relative error 5.9853821249459894e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37852636369560455 y1[1] (numeric) -0.3785263636956949 absolute error 9.037215420448774e-14 relative error 2.387473182110014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.959999999999895 y2[1] (analytic) 0.9252115207882081 y2[1] (numeric) 0.9252115207881526 absolute error 5.551115123125783e-14 relative error 5.999833549842381e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3794517647880573 y1[1] (numeric) -0.37945176478814774 absolute error 9.0427665355719e-14 relative error 2.3831135798308212e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9609999999998948 y2[1] (analytic) 0.9248316064809402 y2[1] (numeric) 0.9248316064808846 absolute error 5.562217353372034e-14 relative error 6.014302835666187e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3803767864287769 y1[1] (numeric) -0.3803767864288674 absolute error 9.048317650695026e-14 relative error 2.3787775630701543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9619999999998947 y2[1] (analytic) 0.9244507673421429 y2[1] (numeric) 0.9244507673420871 absolute error 5.5844218138645374e-14 relative error 6.040799587326991e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3813014276927418 y1[1] (numeric) -0.3813014276928323 absolute error 9.053868765818152e-14 relative error 2.3744649529909157e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9629999999998946 y2[1] (analytic) 0.9240690037526552 y2[1] (numeric) 0.9240690037525993 absolute error 5.595524044110789e-14 relative error 6.055309745687064e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3822256876553108 y1[1] (numeric) -0.3822256876554013 absolute error 9.053868765818152e-14 relative error 2.3687232591188077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9639999999998945 y2[1] (analytic) 0.9236863160942409 y2[1] (numeric) 0.9236863160941847 absolute error 5.617728504603292e-14 relative error 6.081857451734873e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38314956539222395 y1[1] (numeric) -0.38314956539231454 absolute error 9.059419880941277e-14 relative error 2.364460435095965e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9649999999998944 y2[1] (analytic) 0.9233027047495874 y2[1] (numeric) 0.923302704749531 absolute error 5.639932965095795e-14 relative error 6.10843327554794e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3840730599796036 y1[1] (numeric) -0.38407305997969426 absolute error 9.064970996064403e-14 relative error 2.3602204738196953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9659999999998943 y2[1] (analytic) 0.9229181701023061 y2[1] (numeric) 0.9229181701022495 absolute error 5.6621374255882984e-14 relative error 6.135037329431542e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38499617049395535 y1[1] (numeric) -0.38499617049404605 absolute error 9.070522111187529e-14 relative error 2.3560032037591245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9669999999998942 y2[1] (analytic) 0.9225327125369317 y2[1] (numeric) 0.9225327125368749 absolute error 5.684341886080802e-14 relative error 6.161669725997105e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38591889601216867 y1[1] (numeric) -0.3859188960122594 absolute error 9.076073226310655e-14 relative error 2.3518084551175932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.967999999999894 y2[1] (analytic) 0.9221463324389215 y2[1] (numeric) 0.9221463324388646 absolute error 5.695444116327053e-14 relative error 6.176291024509704e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3868412356115181 y1[1] (numeric) -0.38684123561160894 absolute error 9.08162434143378e-14 relative error 2.3476360598108317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.968999999999894 y2[1] (analytic) 0.9217590301946558 y2[1] (numeric) 0.9217590301945987 absolute error 5.706546346573305e-14 relative error 6.190930774356726e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3877631883696642 y1[1] (numeric) -0.38776318836975504 absolute error 9.08162434143378e-14 relative error 2.3420542779259498e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9699999999998938 y2[1] (analytic) 0.9213708061914366 y2[1] (numeric) 0.9213708061913795 absolute error 5.717648576819556e-14 relative error 6.2055890401541325e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38868475336465425 y1[1] (numeric) -0.3886847533647451 absolute error 9.087175456556906e-14 relative error 2.3379294860149935e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9709999999998937 y2[1] (analytic) 0.9209816608174881 y2[1] (numeric) 0.9209816608174307 absolute error 5.739853037312059e-14 relative error 6.232320665557239e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3896059296749233 y1[1] (numeric) -0.38960592967501423 absolute error 9.092726571680032e-14 relative error 2.333826535768272e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9719999999998936 y2[1] (analytic) 0.9205915944619555 y2[1] (numeric) 0.920591594461898 absolute error 5.750955267558311e-14 relative error 6.24702126562375e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39052671637929515 y1[1] (numeric) -0.39052671637938613 absolute error 9.098277686803158e-14 relative error 2.3297452658697356e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9729999999998935 y2[1] (analytic) 0.9202006075149052 y2[1] (numeric) 0.9202006075148474 absolute error 5.773159728050814e-14 relative error 6.273805603803953e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39144711255698317 y1[1] (numeric) -0.3914471125570742 absolute error 9.103828801926284e-14 relative error 2.325685516610123e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9739999999998934 y2[1] (analytic) 0.919808700367324 y2[1] (numeric) 0.9198087003672661 absolute error 5.784261958297066e-14 relative error 6.288548864548825e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3923671172875912 y1[1] (numeric) -0.3923671172876823 absolute error 9.10937991704941e-14 relative error 2.3216471298670414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9749999999998933 y2[1] (analytic) 0.9194158734111191 y2[1] (numeric) 0.9194158734110611 absolute error 5.795364188543317e-14 relative error 6.303311000104852e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3932867296511147 y1[1] (numeric) -0.3932867296512058 absolute error 9.10937991704941e-14 relative error 2.3162184813940593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9759999999998932 y2[1] (analytic) 0.9190221270391175 y2[1] (numeric) 0.9190221270390593 absolute error 5.81756864903582e-14 relative error 6.330172558280743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3942059487279413 y1[1] (numeric) -0.39420594872803244 absolute error 9.114931032172535e-14 relative error 2.3122256428614036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.976999999999893 y2[1] (analytic) 0.9186274616450653 y2[1] (numeric) 0.918627461645007 absolute error 5.828670879282072e-14 relative error 6.344977831213721e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39512477359885206 y1[1] (numeric) -0.3951247735989432 absolute error 9.114931032172535e-14 relative error 2.3068487832722965e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.977999999999893 y2[1] (analytic) 0.9182318776236281 y2[1] (numeric) 0.9182318776235696 absolute error 5.850875339774575e-14 relative error 6.371893072277737e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3960432033450221 y1[1] (numeric) -0.39604320334511334 absolute error 9.126033262418787e-14 relative error 2.304302456231886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9789999999998928 y2[1] (analytic) 0.9178353753703897 y2[1] (numeric) 0.9178353753703311 absolute error 5.861977570020827e-14 relative error 6.386741813754175e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39696123704802183 y1[1] (numeric) -0.3969612370481131 absolute error 9.126033262418787e-14 relative error 2.298973403620963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9799999999998927 y2[1] (analytic) 0.9174379552818526 y2[1] (numeric) 0.9174379552817937 absolute error 5.88418203051333e-14 relative error 6.413711136145014e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39787887378981757 y1[1] (numeric) -0.3978788737899089 absolute error 9.131584377541913e-14 relative error 2.295066408166657e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9809999999998926 y2[1] (analytic) 0.9170396177554365 y2[1] (numeric) 0.9170396177553776 absolute error 5.895284260759581e-14 relative error 6.428603679292494e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3987961126527727 y1[1] (numeric) -0.398796112652864 absolute error 9.131584377541913e-14 relative error 2.2897877105167975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9819999999998925 y2[1] (analytic) 0.9166403631894791 y2[1] (numeric) 0.91664036318942 absolute error 5.906386491005833e-14 relative error 6.443515612223724e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3997129527196484 y1[1] (numeric) -0.3997129527197398 absolute error 9.137135492665038e-14 relative error 2.2859242940454982e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9829999999998924 y2[1] (analytic) 0.9162401919832349 y2[1] (numeric) 0.9162401919831756 absolute error 5.928590951498336e-14 relative error 6.470564163601781e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4006293930736047 y1[1] (numeric) -0.4006293930736961 absolute error 9.142686607788164e-14 relative error 2.282080837266088e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9839999999998923 y2[1] (analytic) 0.9158391045368751 y2[1] (numeric) 0.9158391045368156 absolute error 5.950795411990839e-14 relative error 6.497642852889601e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.40154543279820126 y1[1] (numeric) -0.40154543279829275 absolute error 9.14823772291129e-14 relative error 2.2782571972394427e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9849999999998922 y2[1] (analytic) 0.915437101251487 y2[1] (numeric) 0.9154371012514274 absolute error 5.96189764223709e-14 relative error 6.512624006703056e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4024610709773985 y1[1] (numeric) -0.40246107097749007 absolute error 9.153788838034416e-14 relative error 2.274453232409272e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.985999999999892 y2[1] (analytic) 0.9150341825290741 y2[1] (numeric) 0.9150341825290143 absolute error 5.984102102729594e-14 relative error 6.539757986078794e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.40337630669555835 y1[1] (numeric) -0.40337630669564994 absolute error 9.159339953157541e-14 relative error 2.2706688025854735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.986999999999892 y2[1] (analytic) 0.9146303487725548 y2[1] (numeric) 0.9146303487724948 absolute error 5.995204332975845e-14 relative error 6.554783952906749e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4042911390374451 y1[1] (numeric) -0.4042911390375367 absolute error 9.159339953157541e-14 relative error 2.2655307200065077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9879999999998919 y2[1] (analytic) 0.914225600385763 y2[1] (numeric) 0.9142256003857029 absolute error 6.006306563222097e-14 relative error 6.569829767059356e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.40520556708822647 y1[1] (numeric) -0.4052055670883182 absolute error 9.170442183403793e-14 relative error 2.2631579939293106e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9889999999998917 y2[1] (analytic) 0.9138199377734469 y2[1] (numeric) 0.9138199377733867 absolute error 6.0285110237146e-14 relative error 6.5970447508546055e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4061195899334746 y1[1] (numeric) -0.4061195899335663 absolute error 9.170442183403793e-14 relative error 2.2580644742860052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9899999999998916 y2[1] (analytic) 0.9134133613412693 y2[1] (numeric) 0.9134133613412089 absolute error 6.039613253960852e-14 relative error 6.612135873611698e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.40703320665916654 y1[1] (numeric) -0.4070332066592583 absolute error 9.175993298526919e-14 relative error 2.254359877377408e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9909999999998915 y2[1] (analytic) 0.9130058714958065 y2[1] (numeric) 0.9130058714957459 absolute error 6.061817714453355e-14 relative error 6.639407153561988e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4079464163516858 y1[1] (numeric) -0.4079464163517776 absolute error 9.175993298526919e-14 relative error 2.2493133732093878e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9919999999998914 y2[1] (analytic) 0.9125974686445482 y2[1] (numeric) 0.9125974686444874 absolute error 6.072919944699606e-14 relative error 6.65454392912082e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4088592180978227 y1[1] (numeric) -0.40885921809791453 absolute error 9.181544413650045e-14 relative error 2.2456493597885052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9929999999998913 y2[1] (analytic) 0.9121881531958973 y2[1] (numeric) 0.9121881531958363 absolute error 6.09512440519211e-14 relative error 6.6818719184606085e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.40977161098477555 y1[1] (numeric) -0.4097716109848674 absolute error 9.18709552877317e-14 relative error 2.242003907175137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9939999999998912 y2[1] (analytic) 0.9117779255591693 y2[1] (numeric) 0.9117779255591081 absolute error 6.117328865684613e-14 relative error 6.709231156186433e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4106835941001516 y1[1] (numeric) -0.41068359410024347 absolute error 9.18709552877317e-14 relative error 2.2370252088844713e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.994999999999891 y2[1] (analytic) 0.9113667861445915 y2[1] (numeric) 0.9113667861445303 absolute error 6.128431095930864e-14 relative error 6.724439807441663e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.41159516653196776 y1[1] (numeric) -0.41159516653205963 absolute error 9.18709552877317e-14 relative error 2.2320708005835212e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.995999999999891 y2[1] (analytic) 0.9109547353633037 y2[1] (numeric) 0.9109547353632422 absolute error 6.150635556423367e-14 relative error 6.751856395993586e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.41250632736865167 y1[1] (numeric) -0.4125063273687436 absolute error 9.192646643896296e-14 relative error 2.2284862156019597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9969999999998909 y2[1] (analytic) 0.9105417736273564 y2[1] (numeric) 0.9105417736272948 absolute error 6.161737786669619e-14 relative error 6.767111586899405e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.41341707569904257 y1[1] (numeric) -0.41341707569913455 absolute error 9.198197759019422e-14 relative error 2.224919651290718e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9979999999998908 y2[1] (analytic) 0.9101279013497114 y2[1] (numeric) 0.9101279013496496 absolute error 6.183942247162122e-14 relative error 6.794585945548303e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.41432741061239226 y1[1] (numeric) -0.4143274106124843 absolute error 9.203748874142548e-14 relative error 2.2213709830443138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9989999999998906 y2[1] (analytic) 0.9097131189442409 y2[1] (numeric) 0.909713118944179 absolute error 6.195044477408373e-14 relative error 6.809888027775146e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.41523733119836587 y1[1] (numeric) -0.4152373311984579 absolute error 9.203748874142548e-14 relative error 2.216503233844782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 1.9999999999998905 y2[1] (analytic) 0.9092974268257272 y2[1] (numeric) 0.9092974268256651 absolute error 6.217248937900877e-14 relative error 6.83742057822017e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4161468365470429 y1[1] (numeric) -0.4161468365471349 absolute error 9.203748874142548e-14 relative error 2.211658978477449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0009999999998906 y2[1] (analytic) 0.9088808254098625 y2[1] (numeric) 0.9088808254098002 absolute error 6.228351168147128e-14 relative error 6.8527699056016885e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4170559257489182 y1[1] (numeric) -0.41705592574901007 absolute error 9.18709552877317e-14 relative error 2.2028449811079086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0019999999998905 y2[1] (analytic) 0.9084633151132481 y2[1] (numeric) 0.9084633151131857 absolute error 6.23945339839338e-14 relative error 6.868140181990261e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4179645978949023 y1[1] (numeric) -0.41796459789499424 absolute error 9.192646643896296e-14 relative error 2.1993840363981732e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0029999999998904 y2[1] (analytic) 0.9080448963533942 y2[1] (numeric) 0.9080448963533317 absolute error 6.250555628639631e-14 relative error 6.883531479270636e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4188728520763234 y1[1] (numeric) -0.41887285207641534 absolute error 9.192646643896296e-14 relative error 2.1946150480578988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0039999999998903 y2[1] (analytic) 0.9076255695487198 y2[1] (numeric) 0.9076255695486571 absolute error 6.261657858885883e-14 relative error 6.898943869551009e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4197806873849273 y1[1] (numeric) -0.4197806873850193 absolute error 9.198197759019422e-14 relative error 2.1911912661634498e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00499999999989 y2[1] (analytic) 0.9072053351185514 y2[1] (numeric) 0.9072053351184886 absolute error 6.283862319378386e-14 relative error 6.9266152613148226e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4206881029128788 y1[1] (numeric) -0.4206881029129708 absolute error 9.203748874142548e-14 relative error 2.1877844442034465e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00599999999989 y2[1] (analytic) 0.9067841934831234 y2[1] (numeric) 0.9067841934830605 absolute error 6.294964549624638e-14 relative error 6.942075738489145e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.42159509775276244 y1[1] (numeric) -0.4215950977528545 absolute error 9.203748874142548e-14 relative error 2.1830777737221073e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00699999999989 y2[1] (analytic) 0.9063621450635776 y2[1] (numeric) 0.9063621450635145 absolute error 6.306066779870889e-14 relative error 6.957557543876178e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.42250167099758346 y1[1] (numeric) -0.42250167099767555 absolute error 9.209299989265674e-14 relative error 2.1797073529960894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.00799999999989 y2[1] (analytic) 0.9059391902819622 y2[1] (numeric) 0.905939190281899 absolute error 6.328271240363392e-14 relative error 6.985315690332148e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4234078217407687 y1[1] (numeric) -0.42340782174086083 absolute error 9.214851104388799e-14 relative error 2.176353536999746e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0089999999998898 y2[1] (analytic) 0.9055153295612322 y2[1] (numeric) 0.9055153295611686 absolute error 6.350475700855895e-14 relative error 7.013106784103833e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4243135490761675 y1[1] (numeric) -0.4243135490762596 absolute error 9.214851104388799e-14 relative error 2.1717079561686737e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0099999999998897 y2[1] (analytic) 0.9050905633252478 y2[1] (numeric) 0.9050905633251842 absolute error 6.361577931102147e-14 relative error 7.028664521404461e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4252188520980525 y1[1] (numeric) -0.4252188520981447 absolute error 9.220402219511925e-14 relative error 2.168389800691566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0109999999998895 y2[1] (analytic) 0.9046648919987758 y2[1] (numeric) 0.9046648919987119 absolute error 6.38378239159465e-14 relative error 7.056516117797228e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4261237299011209 y1[1] (numeric) -0.4261237299012131 absolute error 9.220402219511925e-14 relative error 2.1637852042765738e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0119999999998894 y2[1] (analytic) 0.9042383160074869 y2[1] (numeric) 0.904238316007423 absolute error 6.394884621840902e-14 relative error 7.0721230328708534e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.42702818158049494 y1[1] (numeric) -0.42702818158058714 absolute error 9.220402219511925e-14 relative error 2.159202276858132e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0129999999998893 y2[1] (analytic) 0.9038108357779575 y2[1] (numeric) 0.9038108357778935 absolute error 6.405986852087153e-14 relative error 7.087751771169222e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.42793220623172296 y1[1] (numeric) -0.4279322062318152 absolute error 9.225953334635051e-14 relative error 2.1559380668907278e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.013999999999889 y2[1] (analytic) 0.9033824517376676 y2[1] (numeric) 0.9033824517376035 absolute error 6.417089082333405e-14 relative error 7.103402407241863e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4288358029507804 y1[1] (numeric) -0.4288358029508727 absolute error 9.231504449758177e-14 relative error 2.1526897675606907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.014999999999889 y2[1] (analytic) 0.9029531643150014 y2[1] (numeric) 0.902953164314937 absolute error 6.439293542825908e-14 relative error 7.131370482223058e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4297389708340706 y1[1] (numeric) -0.42973897083416296 absolute error 9.237055564881302e-14 relative error 2.1494572733195018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.015999999999889 y2[1] (analytic) 0.902522973939246 y2[1] (numeric) 0.9025229739391815 absolute error 6.45039577307216e-14 relative error 7.147070999110514e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4306417089784258 y1[1] (numeric) -0.4306417089785182 absolute error 9.242606680004428e-14 relative error 2.1462404795694006e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.016999999999889 y2[1] (analytic) 0.9020918810405918 y2[1] (numeric) 0.9020918810405272 absolute error 6.461498003318411e-14 relative error 7.1627936567446616e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4315440164811079 y1[1] (numeric) -0.4315440164812004 absolute error 9.248157795127554e-14 relative error 2.1430392826527393e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0179999999998888 y2[1] (analytic) 0.9016598860501318 y2[1] (numeric) 0.901659886050067 absolute error 6.483702463810914e-14 relative error 7.19085163277456e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4324458924398095 y1[1] (numeric) -0.432445892439902 absolute error 9.248157795127554e-14 relative error 2.138569924424654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0189999999998887 y2[1] (analytic) 0.9012269893998609 y2[1] (numeric) 0.9012269893997958 absolute error 6.505906924303417e-14 relative error 7.218943729854105e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4333473359526547 y1[1] (numeric) -0.4333473359527472 absolute error 9.25370891025068e-14 relative error 2.1354022841533503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0199999999998886 y2[1] (analytic) 0.9007931915226757 y2[1] (numeric) 0.9007931915226105 absolute error 6.517009154549669e-14 relative error 7.234745128938529e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.43424834611820007 y1[1] (numeric) -0.4342483461182926 absolute error 9.25370891025068e-14 relative error 2.130971595625115e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0209999999998884 y2[1] (analytic) 0.900358492852374 y2[1] (numeric) 0.9003584928523086 absolute error 6.539213615042172e-14 relative error 7.262899908152879e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4351489220354355 y1[1] (numeric) -0.4351489220355281 absolute error 9.259260025373806e-14 relative error 2.1278370591068123e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0219999999998883 y2[1] (analytic) 0.8999228938236545 y2[1] (numeric) 0.8999228938235889 absolute error 6.561418075534675e-14 relative error 7.2910891817143e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.43604906280378514 y1[1] (numeric) -0.43604906280387773 absolute error 9.259260025373806e-14 relative error 2.123444542189125e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.022999999999888 y2[1] (analytic) 0.8994863948721162 y2[1] (numeric) 0.8994863948720504 absolute error 6.583622536027178e-14 relative error 7.319313080842317e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4369487675231083 y1[1] (numeric) -0.43694876752320094 absolute error 9.264811140496931e-14 relative error 2.12034266465964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.023999999999888 y2[1] (analytic) 0.8990489964342581 y2[1] (numeric) 0.899048996434192 absolute error 6.605826996519681e-14 relative error 7.347571737156958e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.43784803529370037 y1[1] (numeric) -0.43784803529379307 absolute error 9.270362255620057e-14 relative error 2.1172556477047268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.024999999999888 y2[1] (analytic) 0.8986106989474782 y2[1] (numeric) 0.8986106989474121 absolute error 6.616929226765933e-14 relative error 7.363510399460176e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.43874686521629364 y1[1] (numeric) -0.43874686521638634 absolute error 9.270362255620057e-14 relative error 2.1129181745948088e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.025999999999888 y2[1] (analytic) 0.8981715028500745 y2[1] (numeric) 0.8981715028500081 absolute error 6.639133687258436e-14 relative error 7.391832925216578e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.43964525639205826 y1[1] (numeric) -0.43964525639215096 absolute error 9.270362255620057e-14 relative error 2.108600541194766e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.026999999999888 y2[1] (analytic) 0.8977314085812427 y2[1] (numeric) 0.8977314085811762 absolute error 6.650235917504688e-14 relative error 7.407823602846415e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4405432079226031 y1[1] (numeric) -0.44054320792269586 absolute error 9.275913370743183e-14 relative error 2.1055626789671954e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0279999999998877 y2[1] (analytic) 0.8972904165810771 y2[1] (numeric) 0.8972904165810104 absolute error 6.672440377997191e-14 relative error 7.436210456165375e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.44144071890997677 y1[1] (numeric) -0.44144071891006953 absolute error 9.275913370743183e-14 relative error 2.101281774288435e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0289999999998876 y2[1] (analytic) 0.8968485272905697 y2[1] (numeric) 0.8968485272905028 absolute error 6.694644838489694e-14 relative error 7.464632694123494e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.44233778845666827 y1[1] (numeric) -0.4423377884567611 absolute error 9.281464485866309e-14 relative error 2.0982752837485707e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0299999999998875 y2[1] (analytic) 0.8964057411516098 y2[1] (numeric) 0.8964057411515427 absolute error 6.705747068735946e-14 relative error 7.480705177234912e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4432344156656082 y1[1] (numeric) -0.44323441566570104 absolute error 9.287015600989434e-14 relative error 2.0952830540117376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0309999999998873 y2[1] (analytic) 0.8959620586069834 y2[1] (numeric) 0.8959620586069161 absolute error 6.727951529228449e-14 relative error 7.509192453627866e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4441305996401694 y1[1] (numeric) -0.44413059964026225 absolute error 9.287015600989434e-14 relative error 2.0910551104818473e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0319999999998872 y2[1] (analytic) 0.8955174801003731 y2[1] (numeric) 0.8955174801003056 absolute error 6.750155989720952e-14 relative error 7.537715499382957e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.445026339484168 y1[1] (numeric) -0.44502633948426085 absolute error 9.287015600989434e-14 relative error 2.0868462778526898e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.032999999999887 y2[1] (analytic) 0.8950720060763573 y2[1] (numeric) 0.8950720060762897 absolute error 6.761258219967203e-14 relative error 7.553870721089685e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4459216343018641 y1[1] (numeric) -0.445921634301957 absolute error 9.29256671611256e-14 relative error 2.0839012959443026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.033999999999887 y2[1] (analytic) 0.89462563698041 y2[1] (numeric) 0.8946256369803423 absolute error 6.772360450213455e-14 relative error 7.57004960541026e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.44681648319796313 y1[1] (numeric) -0.44681648319805606 absolute error 9.29256671611256e-14 relative error 2.0797278223944718e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.034999999999887 y2[1] (analytic) 0.8941783732589003 y2[1] (numeric) 0.8941783732588323 absolute error 6.794564910705958e-14 relative error 7.598668357346484e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4477108852776162 y1[1] (numeric) -0.44771088527770914 absolute error 9.29256671611256e-14 relative error 2.0755731034661872e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.035999999999887 y2[1] (analytic) 0.8937302153590918 y2[1] (numeric) 0.8937302153590236 absolute error 6.816769371198461e-14 relative error 7.627323384674369e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.44860483964642134 y1[1] (numeric) -0.44860483964651426 absolute error 9.29256671611256e-14 relative error 2.07143701869929e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0369999999998867 y2[1] (analytic) 0.8932811637291425 y2[1] (numeric) 0.8932811637290741 absolute error 6.838973831690964e-14 relative error 7.656014824202264e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.44949834541042416 y1[1] (numeric) -0.44949834541051714 absolute error 9.298117831235686e-14 relative error 2.068554406523085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0379999999998866 y2[1] (analytic) 0.8928312188181038 y2[1] (numeric) 0.8928312188180353 absolute error 6.850076061937216e-14 relative error 7.672307954245919e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.450391401676119 y1[1] (numeric) -0.45039140167621206 absolute error 9.303668946358812e-14 relative error 2.065685293221733e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0389999999998865 y2[1] (analytic) 0.8923803810759208 y2[1] (numeric) 0.892380381075852 absolute error 6.872280522429719e-14 relative error 7.701066348123859e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4512840075504498 y1[1] (numeric) -0.4512840075505428 absolute error 9.303668946358812e-14 relative error 2.0615995228500845e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0399999999998863 y2[1] (analytic) 0.891928650953431 y2[1] (numeric) 0.8919286509533622 absolute error 6.88338275267597e-14 relative error 7.717414106294207e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4521761621408106 y1[1] (numeric) -0.45217616214090367 absolute error 9.309220061481938e-14 relative error 2.0587595810906517e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0409999999998862 y2[1] (analytic) 0.8914760289023647 y2[1] (numeric) 0.8914760289022956 absolute error 6.905587213168474e-14 relative error 7.74623993162331e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4530678645550469 y1[1] (numeric) -0.45306786455514003 absolute error 9.314771176605063e-14 relative error 2.0559328756968893e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.041999999999886 y2[1] (analytic) 0.8910225153753436 y2[1] (numeric) 0.8910225153752744 absolute error 6.916689443414725e-14 relative error 7.762642721212344e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.45395911390145643 y1[1] (numeric) -0.4539591139015496 absolute error 9.314771176605063e-14 relative error 2.051896501548612e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.042999999999886 y2[1] (analytic) 0.8905681108258815 y2[1] (numeric) 0.8905681108258121 absolute error 6.938893903907228e-14 relative error 7.791536458084427e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4548499092887899 y1[1] (numeric) -0.4548499092888831 absolute error 9.320322291728189e-14 relative error 2.0490984171683324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.043999999999886 y2[1] (analytic) 0.8901128157083827 y2[1] (numeric) 0.8901128157083132 absolute error 6.94999613415348e-14 relative error 7.807994685058468e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.455740249826252 y1[1] (numeric) -0.4557402498263452 absolute error 9.320322291728189e-14 relative error 2.0450952697905225e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.044999999999886 y2[1] (analytic) 0.8896566304781426 y2[1] (numeric) 0.8896566304780728 absolute error 6.983302824892235e-14 relative error 7.849436047184952e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4566301346235022 y1[1] (numeric) -0.4566301346235955 absolute error 9.325873406851315e-14 relative error 2.0423254401597092e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0459999999998857 y2[1] (analytic) 0.8891995555913459 y2[1] (numeric) 0.889199555591276 absolute error 6.994405055138486e-14 relative error 7.865956534905131e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.45751956279065586 y1[1] (numeric) -0.4575195627907492 absolute error 9.331424521974441e-14 relative error 2.0395684208686303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0469999999998856 y2[1] (analytic) 0.8887415915050678 y2[1] (numeric) 0.8887415915049977 absolute error 7.016609515630989e-14 relative error 7.894993981038389e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.45840853343828486 y1[1] (numeric) -0.45840853343837823 absolute error 9.336975637097567e-14 relative error 2.036824133064398e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0479999999998855 y2[1] (analytic) 0.8882827386772723 y2[1] (numeric) 0.888282738677202 absolute error 7.027711745877241e-14 relative error 7.911570764441617e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.45929704567741864 y1[1] (numeric) -0.459297045677512 absolute error 9.336975637097567e-14 relative error 2.032883887447269e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0489999999998854 y2[1] (analytic) 0.8878229975668122 y2[1] (numeric) 0.8878229975667417 absolute error 7.049916206369744e-14 relative error 7.940677618952093e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.460185098619545 y1[1] (numeric) -0.4601850986196384 absolute error 9.342526752220692e-14 relative error 2.0301671610502463e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0499999999998852 y2[1] (analytic) 0.8873623686334283 y2[1] (numeric) 0.8873623686333577 absolute error 7.061018436615996e-14 relative error 7.957311112359015e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46107269137661105 y1[1] (numeric) -0.46107269137670454 absolute error 9.348077867343818e-14 relative error 2.0274629233480602e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.050999999999885 y2[1] (analytic) 0.8869008523377498 y2[1] (numeric) 0.8869008523376791 absolute error 7.072120666862247e-14 relative error 7.973969861705624e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46195982306102423 y1[1] (numeric) -0.4619598230611177 absolute error 9.348077867343818e-14 relative error 2.0235694535948748e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.051999999999885 y2[1] (analytic) 0.886438449141293 y2[1] (numeric) 0.886438449141222 absolute error 7.09432512735475e-14 relative error 8.003178488283236e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46284649278565276 y1[1] (numeric) -0.4628464927857463 absolute error 9.353628982466944e-14 relative error 2.0208922673631817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.052999999999885 y2[1] (analytic) 0.8859751595064608 y2[1] (numeric) 0.8859751595063897 absolute error 7.105427357601002e-14 relative error 8.019894555011153e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46373269966382713 y1[1] (numeric) -0.46373269966392067 absolute error 9.353628982466944e-14 relative error 2.0170302825846987e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.053999999999885 y2[1] (analytic) 0.885510983896543 y2[1] (numeric) 0.8855109838964718 absolute error 7.127631818093505e-14 relative error 8.049173807793499e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46461844280934045 y1[1] (numeric) -0.46461844280943404 absolute error 9.35918009759007e-14 relative error 2.014379808300179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0549999999998847 y2[1] (analytic) 0.885045922775715 y2[1] (numeric) 0.8850459227756436 absolute error 7.138734048339757e-14 relative error 8.065947613148688e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4655037213364497 y1[1] (numeric) -0.46550372133654333 absolute error 9.364731212713195e-14 relative error 2.0117414283665194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0559999999998846 y2[1] (analytic) 0.8845799766090381 y2[1] (numeric) 0.8845799766089665 absolute error 7.16093850883226e-14 relative error 8.095297992481253e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4663885343598764 y1[1] (numeric) -0.4663885343599701 absolute error 9.364731212713195e-14 relative error 2.0079248357952014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0569999999998845 y2[1] (analytic) 0.8841131458624583 y2[1] (numeric) 0.8841131458623864 absolute error 7.183142969324763e-14 relative error 8.124687437282203e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4672728809948076 y1[1] (numeric) -0.46727288099490133 absolute error 9.370282327836321e-14 relative error 2.0053126789398343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0579999999998844 y2[1] (analytic) 0.8836454310028062 y2[1] (numeric) 0.8836454310027342 absolute error 7.205347429817266e-14 relative error 8.154116093420261e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.46815676035689674 y1[1] (numeric) -0.4681567603569905 absolute error 9.375833442959447e-14 relative error 2.0027123897157508e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0589999999998843 y2[1] (analytic) 0.8831768324977968 y2[1] (numeric) 0.8831768324977246 absolute error 7.216449660063518e-14 relative error 8.171013317518743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4690401715622646 y1[1] (numeric) -0.46904017156235833 absolute error 9.375833442959447e-14 relative error 1.9989403917644643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.059999999999884 y2[1] (analytic) 0.8827073508160285 y2[1] (numeric) 0.8827073508159561 absolute error 7.238654120556021e-14 relative error 8.200514149864242e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4699231137274999 y1[1] (numeric) -0.4699231137275937 absolute error 9.381384558082573e-14 relative error 1.9963658488019536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.060999999999884 y2[1] (analytic) 0.8822369864269829 y2[1] (numeric) 0.8822369864269103 absolute error 7.260858581048524e-14 relative error 8.230054614298875e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47080558596966066 y1[1] (numeric) -0.4708055859697545 absolute error 9.386935673205699e-14 relative error 1.9938029524166703e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.061999999999884 y2[1] (analytic) 0.8817657398010245 y2[1] (numeric) 0.8817657398009516 absolute error 7.283063041541027e-14 relative error 8.259634858556074e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4716875874062747 y1[1] (numeric) -0.47168758740636857 absolute error 9.386935673205699e-14 relative error 1.9900747706385006e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.062999999999884 y2[1] (analytic) 0.8812936114093997 y2[1] (numeric) 0.8812936114093266 absolute error 7.30526750203353e-14 relative error 8.289255030852495e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4725691171553406 y1[1] (numeric) -0.47256911715543454 absolute error 9.392486788328824e-14 relative error 1.987537155383214e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0639999999998837 y2[1] (analytic) 0.8808206017242369 y2[1] (numeric) 0.8808206017241637 absolute error 7.327471962526033e-14 relative error 8.318915279890426e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47345017433532877 y1[1] (numeric) -0.4734501743354227 absolute error 9.392486788328824e-14 relative error 1.9838384897660728e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0649999999998836 y2[1] (analytic) 0.8803467112185458 y2[1] (numeric) 0.8803467112184724 absolute error 7.338574192772285e-14 relative error 8.336004552813609e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47433075806518205 y1[1] (numeric) -0.47433075806527597 absolute error 9.392486788328824e-14 relative error 1.9801555409649648e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0659999999998835 y2[1] (analytic) 0.8798719403662169 y2[1] (numeric) 0.8798719403661432 absolute error 7.360778653264788e-14 relative error 8.365738598506861e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4752108674643168 y1[1] (numeric) -0.4752108674644107 absolute error 9.392486788328824e-14 relative error 1.9764882142629236e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0669999999998834 y2[1] (analytic) 0.8793962896420209 y2[1] (numeric) 0.879396289641947 absolute error 7.382983113757291e-14 relative error 8.395513150007388e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4760905016526237 y1[1] (numeric) -0.4760905016527176 absolute error 9.392486788328824e-14 relative error 1.972836415707783e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0679999999998833 y2[1] (analytic) 0.8789197595216086 y2[1] (numeric) 0.8789197595215346 absolute error 7.405187574249794e-14 relative error 8.425328357938384e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47696965975046857 y1[1] (numeric) -0.4769696597505625 absolute error 9.392486788328824e-14 relative error 1.9692000521044877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.068999999999883 y2[1] (analytic) 0.87844235048151 y2[1] (numeric) 0.8784423504814357 absolute error 7.427392034742297e-14 relative error 8.455184373420796e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47784834087869343 y1[1] (numeric) -0.4778483408787874 absolute error 9.39803790345195e-14 relative error 1.9667407207421352e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.069999999999883 y2[1] (analytic) 0.8779640629991341 y2[1] (numeric) 0.8779640629990596 absolute error 7.4495964952348e-14 relative error 8.4850813480758e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.47872654415861726 y1[1] (numeric) -0.47872654415871124 absolute error 9.39803790345195e-14 relative error 1.9631328193780043e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.070999999999883 y2[1] (analytic) 0.8774848975527684 y2[1] (numeric) 0.8774848975526937 absolute error 7.471800955727304e-14 relative error 8.51501943402733e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4796042687120368 y1[1] (numeric) -0.47960426871213085 absolute error 9.403589018575076e-14 relative error 1.9606975233619456e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.071999999999883 y2[1] (analytic) 0.8770048546215782 y2[1] (numeric) 0.8770048546215033 absolute error 7.482903185973555e-14 relative error 8.532339526446953e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.48048151366122765 y1[1] (numeric) -0.4804815136613217 absolute error 9.403589018575076e-14 relative error 1.9571177560860852e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0729999999998827 y2[1] (analytic) 0.8765239346856065 y2[1] (numeric) 0.8765239346855315 absolute error 7.505107646466058e-14 relative error 8.562353347667576e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4813582781289449 y1[1] (numeric) -0.4813582781290389 absolute error 9.403589018575076e-14 relative error 1.9535529865876886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0739999999998826 y2[1] (analytic) 0.8760421382257731 y2[1] (numeric) 0.876042138225698 absolute error 7.51620987671231e-14 relative error 8.579735550089756e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.48223456123842406 y1[1] (numeric) -0.4822345612385181 absolute error 9.403589018575076e-14 relative error 1.950003125953015e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0749999999998825 y2[1] (analytic) 0.8755594657238746 y2[1] (numeric) 0.8755594657237993 absolute error 7.527312106958561e-14 relative error 8.597145484270799e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4831103621133822 y1[1] (numeric) -0.48311036211347624 absolute error 9.403589018575076e-14 relative error 1.9464680859749657e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0759999999998824 y2[1] (analytic) 0.8750759176625833 y2[1] (numeric) 0.8750759176625078 absolute error 7.549516567451064e-14 relative error 8.627270405996991e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4839856798780185 y1[1] (numeric) -0.48398567987811253 absolute error 9.403589018575076e-14 relative error 1.9429477791460924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0769999999998823 y2[1] (analytic) 0.8745914945254473 y2[1] (numeric) 0.8745914945253715 absolute error 7.571721027943568e-14 relative error 8.657437301116196e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4848605136570152 y1[1] (numeric) -0.4848605136571093 absolute error 9.409140133698202e-14 relative error 1.940587007741802e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.077999999999882 y2[1] (analytic) 0.8741061967968895 y2[1] (numeric) 0.8741061967968137 absolute error 7.582823258189819e-14 relative error 8.674945087881343e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.48573486257553866 y1[1] (numeric) -0.4857348625756328 absolute error 9.414691248821327e-14 relative error 1.938236674819117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.078999999999882 y2[1] (analytic) 0.8736200249622078 y2[1] (numeric) 0.8736200249621319 absolute error 7.593925488436071e-14 relative error 8.692481023159443e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4866087257592401 y1[1] (numeric) -0.4866087257593342 absolute error 9.414691248821327e-14 relative error 1.9347559446518114e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.079999999999882 y2[1] (analytic) 0.8731329795075741 y2[1] (numeric) 0.8731329795074979 absolute error 7.616129948928574e-14 relative error 8.72276059624261e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.48748210233425626 y1[1] (numeric) -0.4874821023343504 absolute error 9.414691248821327e-14 relative error 1.9312896214527832e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.080999999999882 y2[1] (analytic) 0.8726450609200335 y2[1] (numeric) 0.8726450609199572 absolute error 7.627232179174825e-14 relative error 8.740360222899104e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4883549914272107 y1[1] (numeric) -0.4883549914273049 absolute error 9.414691248821327e-14 relative error 1.927837621011515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0819999999998817 y2[1] (analytic) 0.8721562696875047 y2[1] (numeric) 0.8721562696874282 absolute error 7.649436639667329e-14 relative error 8.770717938435661e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.48922739216521444 y1[1] (numeric) -0.48922739216530864 absolute error 9.420242363944453e-14 relative error 1.9255345295063103e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0829999999998816 y2[1] (analytic) 0.8716666062987789 y2[1] (numeric) 0.8716666062987023 absolute error 7.66053886991358e-14 relative error 8.788381721357119e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4900993036758668 y1[1] (numeric) -0.490099303675961 absolute error 9.420242363944453e-14 relative error 1.9221089059483027e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0839999999998815 y2[1] (analytic) 0.8711760712435195 y2[1] (numeric) 0.8711760712434427 absolute error 7.682743330406083e-14 relative error 8.818818128739131e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4909707250872563 y1[1] (numeric) -0.4909707250873505 absolute error 9.420242363944453e-14 relative error 1.9186973647502648e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0849999999998814 y2[1] (analytic) 0.8706846650122615 y2[1] (numeric) 0.8706846650121844 absolute error 7.704947790898586e-14 relative error 8.849297685506016e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4918416555279616 y1[1] (numeric) -0.49184165552805587 absolute error 9.425793479067579e-14 relative error 1.9164284629266655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0859999999998813 y2[1] (analytic) 0.8701923880964109 y2[1] (numeric) 0.8701923880963337 absolute error 7.716050021144838e-14 relative error 8.867062188424885e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4927120941270524 y1[1] (numeric) -0.49271209412714667 absolute error 9.425793479067579e-14 relative error 1.9130428482311642e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.086999999999881 y2[1] (analytic) 0.8696992409882448 y2[1] (numeric) 0.8696992409881674 absolute error 7.738254481637341e-14 relative error 8.897621288992173e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4935820400140901 y1[1] (numeric) -0.49358204001418443 absolute error 9.431344594190705e-14 relative error 1.9107957400397857e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.087999999999881 y2[1] (analytic) 0.8692052241809102 y2[1] (numeric) 0.8692052241808326 absolute error 7.760458942129844e-14 relative error 8.928223998472699e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.494451492319129 y1[1] (numeric) -0.4944514923192233 absolute error 9.431344594190705e-14 relative error 1.9074357627994626e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.088999999999881 y2[1] (analytic) 0.8687103381684238 y2[1] (numeric) 0.868710338168346 absolute error 7.782663402622347e-14 relative error 8.958870478082718e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4953204501727167 y1[1] (numeric) -0.49532045017281107 absolute error 9.43689570931383e-14 relative error 1.9052101939306592e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.089999999999881 y2[1] (analytic) 0.8682145834456717 y2[1] (numeric) 0.8682145834455937 absolute error 7.80486786311485e-14 relative error 8.989560889589962e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.49618891270589555 y1[1] (numeric) -0.4961889127059899 absolute error 9.43689570931383e-14 relative error 1.9018755694985332e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0909999999998807 y2[1] (analytic) 0.8677179605084084 y2[1] (numeric) 0.8677179605083303 absolute error 7.815970093361102e-14 relative error 9.007500650074839e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.497056879050203 y1[1] (numeric) -0.4970568790502974 absolute error 9.43689570931383e-14 relative error 1.898554492867344e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0919999999998806 y2[1] (analytic) 0.867220469853257 y2[1] (numeric) 0.8672204698531787 absolute error 7.827072323607354e-14 relative error 9.025469987962552e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.49792434833767285 y1[1] (numeric) -0.4979243483377672 absolute error 9.43689570931383e-14 relative error 1.895246886564e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0929999999998805 y2[1] (analytic) 0.866722111977708 y2[1] (numeric) 0.8667221119776295 absolute error 7.849276784099857e-14 relative error 9.0562784491435e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.49879131970083584 y1[1] (numeric) -0.4987913197009302 absolute error 9.43689570931383e-14 relative error 1.891952673710095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0939999999998804 y2[1] (analytic) 0.8662228873801192 y2[1] (numeric) 0.8662228873800405 absolute error 7.87148124459236e-14 relative error 9.087131452275016e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.4996577922727207 y1[1] (numeric) -0.4996577922728151 absolute error 9.43689570931383e-14 relative error 1.888671778016229e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0949999999998803 y2[1] (analytic) 0.8657227965597152 y2[1] (numeric) 0.8657227965596364 absolute error 7.882583474838611e-14 relative error 9.105204929526067e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5005237651868549 y1[1] (numeric) -0.5005237651869493 absolute error 9.43689570931383e-14 relative error 1.8854041237763924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09599999999988 y2[1] (analytic) 0.8652218400165869 y2[1] (numeric) 0.8652218400165078 absolute error 7.904787935331115e-14 relative error 9.136140085390788e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5013892375772657 y1[1] (numeric) -0.5013892375773601 absolute error 9.43689570931383e-14 relative error 1.882149635862412e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09699999999988 y2[1] (analytic) 0.8647200182516905 y2[1] (numeric) 0.8647200182516114 absolute error 7.915890165577366e-14 relative error 9.154281152854403e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5022542085784807 y1[1] (numeric) -0.5022542085785751 absolute error 9.43689570931383e-14 relative error 1.8789082397184633e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09799999999988 y2[1] (analytic) 0.864217331766848 y2[1] (numeric) 0.8642173317667687 absolute error 7.926992395823618e-14 relative error 9.172452465882961e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.503118677325529 y1[1] (numeric) -0.5031186773256233 absolute error 9.43689570931383e-14 relative error 1.875679861355644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.09899999999988 y2[1] (analytic) 0.8637137810647458 y2[1] (numeric) 0.8637137810646663 absolute error 7.949196856316121e-14 relative error 9.203508188229582e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5039826429539418 y1[1] (numeric) -0.5039826429540362 absolute error 9.43689570931383e-14 relative error 1.8724644273466088e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.0999999999998797 y2[1] (analytic) 0.8632093666489344 y2[1] (numeric) 0.8632093666488548 absolute error 7.960299086562372e-14 relative error 9.221747810111298e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5048461045997537 y1[1] (numeric) -0.504846104599848 absolute error 9.43689570931383e-14 relative error 1.869261864820267e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1009999999998796 y2[1] (analytic) 0.8627040890238284 y2[1] (numeric) 0.8627040890237486 absolute error 7.982503547054876e-14 relative error 9.252887112297429e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.505709061399503 y1[1] (numeric) -0.5057090613995974 absolute error 9.43689570931383e-14 relative error 1.866072101456536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1019999999998795 y2[1] (analytic) 0.8621979486947052 y2[1] (numeric) 0.8621979486946253 absolute error 7.993605777301127e-14 relative error 9.271195540887994e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5065715124902331 y1[1] (numeric) -0.5065715124903275 absolute error 9.43689570931383e-14 relative error 1.8628950654811598e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1029999999998794 y2[1] (analytic) 0.8616909461677053 y2[1] (numeric) 0.8616909461676251 absolute error 8.01581023779363e-14 relative error 9.302419009324912e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5074334570094929 y1[1] (numeric) -0.5074334570095873 absolute error 9.43689570931383e-14 relative error 1.8597306856605806e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1039999999998793 y2[1] (analytic) 0.8611830819498308 y2[1] (numeric) 0.8611830819497506 absolute error 8.026912468039882e-14 relative error 9.32079674610642e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.508294894095338 y1[1] (numeric) -0.5082948940954324 absolute error 9.43689570931383e-14 relative error 1.8565788912968708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.104999999999879 y2[1] (analytic) 0.8606743565489463 y2[1] (numeric) 0.8606743565488658 absolute error 8.049116928532385e-14 relative error 9.352104971277407e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5091558228863313 y1[1] (numeric) -0.5091558228864258 absolute error 9.447997939560082e-14 relative error 1.8556201294135725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.105999999999879 y2[1] (analytic) 0.8601647704737769 y2[1] (numeric) 0.8601647704736962 absolute error 8.071321389024888e-14 relative error 9.383459618532414e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5100162425215443 y1[1] (numeric) -0.5100162425216387 absolute error 9.43689570931383e-14 relative error 1.8503127787964897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.106999999999879 y2[1] (analytic) 0.8596543242339088 y2[1] (numeric) 0.8596543242338278 absolute error 8.093525849517391e-14 relative error 9.41486085902032e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5108761521405571 y1[1] (numeric) -0.5108761521406516 absolute error 9.447997939560082e-14 relative error 1.8493714963936423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.107999999999879 y2[1] (analytic) 0.859143018339788 y2[1] (numeric) 0.8591430183397069 absolute error 8.115730310009894e-14 relative error 9.446308864492399e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5117355508834605 y1[1] (numeric) -0.5117355508835549 absolute error 9.447997939560082e-14 relative error 1.8462656978294854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1089999999998787 y2[1] (analytic) 0.8586308533027205 y2[1] (numeric) 0.8586308533026391 absolute error 8.137934770502397e-14 relative error 9.477803807305387e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5125944378908556 y1[1] (numeric) -0.51259443789095 absolute error 9.447997939560082e-14 relative error 1.843172153493363e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1099999999998786 y2[1] (analytic) 0.8581178296348712 y2[1] (numeric) 0.8581178296347897 absolute error 8.149037000748649e-14 relative error 9.496407974900208e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5134528123038554 y1[1] (numeric) -0.51345281230395 absolute error 9.459100169806334e-14 relative error 1.8422530645734486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1109999999998785 y2[1] (analytic) 0.8576039478492637 y2[1] (numeric) 0.857603947849182 absolute error 8.171241461241152e-14 relative error 9.527989559438649e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5143106732640859 y1[1] (numeric) -0.5143106732641805 absolute error 9.459100169806334e-14 relative error 1.8391802195692173e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1119999999998784 y2[1] (analytic) 0.85708920845978 y2[1] (numeric) 0.857089208459698 absolute error 8.193445921733655e-14 relative error 9.559618579794711e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5151680199136859 y1[1] (numeric) -0.5151680199137805 absolute error 9.459100169806334e-14 relative error 1.8361194414574034e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1129999999998783 y2[1] (analytic) 0.8565736119811592 y2[1] (numeric) 0.8565736119810771 absolute error 8.215650382226158e-14 relative error 9.591295210722492e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5160248513953088 y1[1] (numeric) -0.5160248513954034 absolute error 9.459100169806334e-14 relative error 1.8330706639863056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.113999999999878 y2[1] (analytic) 0.8560571589289978 y2[1] (numeric) 0.8560571589289154 absolute error 8.237854842718662e-14 relative error 9.623019627596989e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5168811668521235 y1[1] (numeric) -0.5168811668522181 absolute error 9.459100169806334e-14 relative error 1.8300338213933268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.114999999999878 y2[1] (analytic) 0.8555398498197487 y2[1] (numeric) 0.8555398498196662 absolute error 8.248957072964913e-14 relative error 9.641815135440929e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5177369654278142 y1[1] (numeric) -0.5177369654279089 absolute error 9.470202400052585e-14 relative error 1.829153224983116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.115999999999878 y2[1] (analytic) 0.8550216851707212 y2[1] (numeric) 0.8550216851706385 absolute error 8.271161533457416e-14 relative error 9.673627788523192e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5185922462665828 y1[1] (numeric) -0.5185922462666774 absolute error 9.459100169806334e-14 relative error 1.8239956802099724e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.116999999999878 y2[1] (analytic) 0.8545026655000798 y2[1] (numeric) 0.8545026654999969 absolute error 8.293365993949919e-14 relative error 9.70548873489634e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5194470085131483 y1[1] (numeric) -0.519447008513243 absolute error 9.470202400052585e-14 relative error 1.8231315696975228e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1179999999998778 y2[1] (analytic) 0.8539827913268441 y2[1] (numeric) 0.8539827913267609 absolute error 8.315570454442422e-14 relative error 9.737398152394163e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5203012513127486 y1[1] (numeric) -0.5203012513128433 absolute error 9.470202400052585e-14 relative error 1.820138309519484e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1189999999998776 y2[1] (analytic) 0.8534620631708881 y2[1] (numeric) 0.8534620631708049 absolute error 8.326672684688674e-14 relative error 9.75634775581282e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5211549738111408 y1[1] (numeric) -0.5211549738112357 absolute error 9.481304630298837e-14 relative error 1.8192869888515592e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1199999999998775 y2[1] (analytic) 0.8529404815529402 y2[1] (numeric) 0.8529404815528567 absolute error 8.348877145181177e-14 relative error 9.788346696806394e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5220081751546028 y1[1] (numeric) -0.5220081751546976 absolute error 9.470202400052585e-14 relative error 1.814186606799367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1209999999998774 y2[1] (analytic) 0.8524180469945818 y2[1] (numeric) 0.8524180469944981 absolute error 8.37108160567368e-14 relative error 9.820394623492632e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5228608544899331 y1[1] (numeric) -0.5228608544900278 absolute error 9.470202400052585e-14 relative error 1.811228038727638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1219999999998773 y2[1] (analytic) 0.8518947600182474 y2[1] (numeric) 0.8518947600181636 absolute error 8.382183835919932e-14 relative error 9.839459319764319e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5237130109644524 y1[1] (numeric) -0.5237130109645473 absolute error 9.481304630298837e-14 relative error 1.810400817202991e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.122999999999877 y2[1] (analytic) 0.851370621147224 y2[1] (numeric) 0.8513706211471399 absolute error 8.404388296412435e-14 relative error 9.871597736233254e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5245646437260045 y1[1] (numeric) -0.5245646437260993 absolute error 9.481304630298837e-14 relative error 1.8074616243581983e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.123999999999877 y2[1] (analytic) 0.8508456309056504 y2[1] (numeric) 0.8508456309055661 absolute error 8.426592756904938e-14 relative error 9.903785658434388e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5254157519229565 y1[1] (numeric) -0.5254157519230513 absolute error 9.481304630298837e-14 relative error 1.8045337612354477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.124999999999877 y2[1] (analytic) 0.8503197898185167 y2[1] (numeric) 0.8503197898184323 absolute error 8.448797217397441e-14 relative error 9.936023268611288e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5262663347042004 y1[1] (numeric) -0.5262663347042953 absolute error 9.492406860545088e-14 relative error 1.8037267889994342e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.125999999999877 y2[1] (analytic) 0.8497930984116642 y2[1] (numeric) 0.8497930984115795 absolute error 8.471001677889944e-14 relative error 9.968310749667148e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.5271163912191534 y1[1] (numeric) -0.5271163912192484 absolute error 9.492406860545088e-14 relative error 1.8008180012369475e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1269999999998768 y2[1] (analytic) 0.849265557211784 y2[1] (numeric) 0.849265557211699 absolute error 8.493206138382448e-14 relative error 1.0000648285168205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5279659206177593 y1[1] (numeric) -0.5279659206178541 absolute error 9.481304630298837e-14 relative error 1.7958175442848675e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1279999999998767 y2[1] (analytic) 0.8487371667464174 y2[1] (numeric) 0.8487371667463323 absolute error 8.515410598874951e-14 relative error 1.0033036059347161e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5288149220504883 y1[1] (numeric) -0.5288149220505832 absolute error 9.492406860545088e-14 relative error 1.795033851113378e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1289999999998765 y2[1] (analytic) 0.8482079275439548 y2[1] (numeric) 0.8482079275438694 absolute error 8.537615059367454e-14 relative error 1.0065474257106643e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5296633946683394 y1[1] (numeric) -0.5296633946684344 absolute error 9.492406860545088e-14 relative error 1.792158370032154e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1299999999998764 y2[1] (analytic) 0.8476778401336353 y2[1] (numeric) 0.8476778401335497 absolute error 8.559819519859957e-14 relative error 1.0097963064022663e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5305113376228401 y1[1] (numeric) -0.530511337622935 absolute error 9.492406860545088e-14 relative error 1.7892938731676244e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1309999999998763 y2[1] (analytic) 0.8471469050455464 y2[1] (numeric) 0.8471469050454605 absolute error 8.58202398035246e-14 relative error 1.0130502666348114e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5313587500660473 y1[1] (numeric) -0.5313587500661422 absolute error 9.492406860545088e-14 relative error 1.786440302218641e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.131999999999876 y2[1] (analytic) 0.8466151228106229 y2[1] (numeric) 0.8466151228105369 absolute error 8.604228440844963e-14 relative error 1.0163093251016283e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5322056311505488 y1[1] (numeric) -0.5322056311506436 absolute error 9.481304630298837e-14 relative error 1.7815115202373334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.132999999999876 y2[1] (analytic) 0.8460824939606472 y2[1] (numeric) 0.846082493960561 absolute error 8.615330671091215e-14 relative error 1.0182613081570187e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5330519800294633 y1[1] (numeric) -0.5330519800295582 absolute error 9.492406860545088e-14 relative error 1.7807657069429543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.133999999999876 y2[1] (analytic) 0.8455490190282481 y2[1] (numeric) 0.8455490190281617 absolute error 8.637535131583718e-14 relative error 1.0215297915560771e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5338977958564424 y1[1] (numeric) -0.5338977958565373 absolute error 9.492406860545088e-14 relative error 1.7779445680831138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.134999999999876 y2[1] (analytic) 0.8450146985469004 y2[1] (numeric) 0.8450146985468138 absolute error 8.659739592076221e-14 relative error 1.0248034273211621e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.53474307778567 y1[1] (numeric) -0.5347430777857649 absolute error 9.492406860545088e-14 relative error 1.775134126065253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1359999999998758 y2[1] (analytic) 0.8444795330509245 y2[1] (numeric) 0.8444795330508378 absolute error 8.670841822322473e-14 relative error 1.0267675512509546e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5355878249718644 y1[1] (numeric) -0.5355878249719593 absolute error 9.492406860545088e-14 relative error 1.7723343246355058e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1369999999998757 y2[1] (analytic) 0.843943523075486 y2[1] (numeric) 0.8439435230753991 absolute error 8.693046282814976e-14 relative error 1.0300507137178931e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5364320365702785 y1[1] (numeric) -0.5364320365703734 absolute error 9.492406860545088e-14 relative error 1.7695451079386603e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1379999999998756 y2[1] (analytic) 0.8434066691565948 y2[1] (numeric) 0.8434066691565076 absolute error 8.715250743307479e-14 relative error 1.0333390832707921e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5372757117367007 y1[1] (numeric) -0.5372757117367957 absolute error 9.492406860545088e-14 relative error 1.7667664205146447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1389999999998754 y2[1] (analytic) 0.8428689718311047 y2[1] (numeric) 0.8428689718310173 absolute error 8.737455203799982e-14 relative error 1.0366326790768145e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5381188496274559 y1[1] (numeric) -0.538118849627551 absolute error 9.50350909079134e-14 relative error 1.7660613630930596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1399999999998753 y2[1] (analytic) 0.842330431636713 y2[1] (numeric) 0.8423304316366254 absolute error 8.759659664292485e-14 relative error 1.0399315203739927e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5389614493994064 y1[1] (numeric) -0.5389614493995014 absolute error 9.50350909079134e-14 relative error 1.7633003439080122e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1409999999998752 y2[1] (analytic) 0.8417910491119598 y2[1] (numeric) 0.841791049111872 absolute error 8.781864124784988e-14 relative error 1.0432356264715977e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5398035102099524 y1[1] (numeric) -0.5398035102100474 absolute error 9.492406860545088e-14 relative error 1.7584929851332552e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.141999999999875 y2[1] (analytic) 0.8412508247962276 y2[1] (numeric) 0.8412508247961397 absolute error 8.79296635503124e-14 relative error 1.0452252878517082e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5406450312170331 y1[1] (numeric) -0.5406450312171281 absolute error 9.50350909079134e-14 relative error 1.7578093836168657e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.142999999999875 y2[1] (analytic) 0.8407097592297408 y2[1] (numeric) 0.8407097592296526 absolute error 8.815170815523743e-14 relative error 1.0485391324111917e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5414860115791277 y1[1] (numeric) -0.5414860115792227 absolute error 9.50350909079134e-14 relative error 1.75507933493543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.143999999999875 y2[1] (analytic) 0.8401678529535648 y2[1] (numeric) 0.8401678529534764 absolute error 8.837375276016246e-14 relative error 1.0518582977138354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5423264504552558 y1[1] (numeric) -0.5423264504553509 absolute error 9.50350909079134e-14 relative error 1.7523595028075103e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.144999999999875 y2[1] (analytic) 0.8396251065096059 y2[1] (numeric) 0.8396251065095173 absolute error 8.859579736508749e-14 relative error 1.0551828033512228e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5431663470049788 y1[1] (numeric) -0.5431663470050737 absolute error 9.492406860545088e-14 relative error 1.7476058509306134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1459999999998747 y2[1] (analytic) 0.8390815204406105 y2[1] (numeric) 0.8390815204405216 absolute error 8.881784197001252e-14 relative error 1.0585126689880305e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5440057003883999 y1[1] (numeric) -0.5440057003884948 absolute error 9.492406860545088e-14 relative error 1.744909447413485e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1469999999998746 y2[1] (analytic) 0.8385370952901644 y2[1] (numeric) 0.8385370952900755 absolute error 8.892886427247504e-14 relative error 1.0605239144691912e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5448445097661659 y1[1] (numeric) -0.5448445097662609 absolute error 9.492406860545088e-14 relative error 1.7422230912483637e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1479999999998745 y2[1] (analytic) 0.8379918316026931 y2[1] (numeric) 0.8379918316026039 absolute error 8.915090887740007e-14 relative error 1.063863697894231e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5456827742994677 y1[1] (numeric) -0.5456827742995626 absolute error 9.492406860545088e-14 relative error 1.73954673074135e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1489999999998743 y2[1] (analytic) 0.8374457299234599 y2[1] (numeric) 0.8374457299233705 absolute error 8.93729534823251e-14 relative error 1.0672088983066822e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5465204931500406 y1[1] (numeric) -0.5465204931501355 absolute error 9.492406860545088e-14 relative error 1.7368803145574018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1499999999998742 y2[1] (analytic) 0.8368987907985665 y2[1] (numeric) 0.8368987907984771 absolute error 8.948397578478762e-14 relative error 1.0692329439190878e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5473576654801658 y1[1] (numeric) -0.5473576654802608 absolute error 9.492406860545088e-14 relative error 1.734223791717238e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.150999999999874 y2[1] (analytic) 0.8363510147749522 y2[1] (numeric) 0.8363510147748625 absolute error 8.970602038971265e-14 relative error 1.0725881693806638e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5481942904526712 y1[1] (numeric) -0.5481942904527662 absolute error 9.50350909079134e-14 relative error 1.7336023479821036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.151999999999874 y2[1] (analytic) 0.8358024024003927 y2[1] (numeric) 0.8358024024003029 absolute error 8.981704269217516e-14 relative error 1.0746205375125033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5490303672309319 y1[1] (numeric) -0.5490303672310269 absolute error 9.50350909079134e-14 relative error 1.7309623762202566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.152999999999874 y2[1] (analytic) 0.8352529542235005 y2[1] (numeric) 0.8352529542234105 absolute error 9.00390872971002e-14 relative error 1.077985858557133e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5498658949788711 y1[1] (numeric) -0.5498658949789661 absolute error 9.50350909079134e-14 relative error 1.72833215836318e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.153999999999874 y2[1] (analytic) 0.8347026707937237 y2[1] (numeric) 0.8347026707936335 absolute error 9.026113190202523e-14 relative error 1.0813566921523731e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.550700872860961 y1[1] (numeric) -0.5507008728610561 absolute error 9.50350909079134e-14 relative error 1.7257116447663142e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1549999999998737 y2[1] (analytic) 0.8341515526613457 y2[1] (numeric) 0.8341515526612552 absolute error 9.048317650695026e-14 relative error 1.0847330586182486e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5515353000422242 y1[1] (numeric) -0.5515353000423191 absolute error 9.492406860545088e-14 relative error 1.7210878179181594e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1559999999998736 y2[1] (analytic) 0.8335996003774845 y2[1] (numeric) 0.8335996003773938 absolute error 9.070522111187529e-14 relative error 1.0881149783517247e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5523691756882331 y1[1] (numeric) -0.5523691756883281 absolute error 9.50350909079134e-14 relative error 1.7204995334778218e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1569999999998735 y2[1] (analytic) 0.8330468144940925 y2[1] (numeric) 0.8330468144940015 absolute error 9.092726571680032e-14 relative error 1.0915024718271116e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5532024989651124 y1[1] (numeric) -0.5532024989652075 absolute error 9.50350909079134e-14 relative error 1.717907838191215e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1579999999998734 y2[1] (analytic) 0.8324931955639553 y2[1] (numeric) 0.8324931955638641 absolute error 9.114931032172535e-14 relative error 1.0948955595964738e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5540352690395388 y1[1] (numeric) -0.5540352690396338 absolute error 9.50350909079134e-14 relative error 1.7153256519691205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1589999999998732 y2[1] (analytic) 0.8319387441406919 y2[1] (numeric) 0.8319387441406005 absolute error 9.137135492665038e-14 relative error 1.0982942622900403e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5548674850787424 y1[1] (numeric) -0.5548674850788374 absolute error 9.50350909079134e-14 relative error 1.712752926843907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.159999999999873 y2[1] (analytic) 0.8313834607787537 y2[1] (numeric) 0.8313834607786622 absolute error 9.14823772291129e-14 relative error 1.1003632083734466e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5556991462505071 y1[1] (numeric) -0.5556991462506021 absolute error 9.50350909079134e-14 relative error 1.7101896151748258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.160999999999873 y2[1] (analytic) 0.830827346033424 y2[1] (numeric) 0.8308273460333323 absolute error 9.170442183403793e-14 relative error 1.1037723092752977e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5565302517231719 y1[1] (numeric) -0.5565302517232669 absolute error 9.492406860545088e-14 relative error 1.705640768162012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.161999999999873 y2[1] (analytic) 0.8302704004608176 y2[1] (numeric) 0.8302704004607256 absolute error 9.192646643896296e-14 relative error 1.1071870849297028e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5573608006656313 y1[1] (numeric) -0.5573608006657264 absolute error 9.50350909079134e-14 relative error 1.705091043259899e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.162999999999873 y2[1] (analytic) 0.8297126246178798 y2[1] (numeric) 0.8297126246177877 absolute error 9.203748874142548e-14 relative error 1.1092694748837033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5581907922473366 y1[1] (numeric) -0.5581907922474316 absolute error 9.50350909079134e-14 relative error 1.702555689342202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1639999999998727 y2[1] (analytic) 0.8291540190623866 y2[1] (numeric) 0.8291540190622944 absolute error 9.225953334635051e-14 relative error 1.1126947614711952e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5590202256382961 y1[1] (numeric) -0.5590202256383912 absolute error 9.50350909079134e-14 relative error 1.700029561531538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1649999999998726 y2[1] (analytic) 0.8285945843529434 y2[1] (numeric) 0.8285945843528509 absolute error 9.248157795127554e-14 relative error 1.1161257833165202e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5598491000090765 y1[1] (numeric) -0.5598491000091715 absolute error 9.50350909079134e-14 relative error 1.697512613780618e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1659999999998725 y2[1] (analytic) 0.8280343210489849 y2[1] (numeric) 0.8280343210488923 absolute error 9.259260025373806e-14 relative error 1.118221768107852e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5606774145308036 y1[1] (numeric) -0.5606774145308986 absolute error 9.50350909079134e-14 relative error 1.695004800352845e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1669999999998724 y2[1] (analytic) 0.8274732297107744 y2[1] (numeric) 0.8274732297106816 absolute error 9.281464485866309e-14 relative error 1.1216634149131866e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5615051683751628 y1[1] (numeric) -0.5615051683752579 absolute error 9.50350909079134e-14 relative error 1.6925060758197127e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1679999999998723 y2[1] (analytic) 0.8269113108994031 y2[1] (numeric) 0.8269113108993101 absolute error 9.29256671611256e-14 relative error 1.1237682437800197e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5623323607144005 y1[1] (numeric) -0.5623323607144955 absolute error 9.50350909079134e-14 relative error 1.6900163950582274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.168999999999872 y2[1] (analytic) 0.8263485651767898 y2[1] (numeric) 0.8263485651766966 absolute error 9.314771176605063e-14 relative error 1.1272205905763572e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5631589907213244 y1[1] (numeric) -0.5631589907214194 absolute error 9.50350909079134e-14 relative error 1.6875357132483553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.169999999999872 y2[1] (analytic) 0.8257849931056802 y2[1] (numeric) 0.8257849931055868 absolute error 9.336975637097567e-14 relative error 1.1306787741422012e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5639850575693045 y1[1] (numeric) -0.5639850575693994 absolute error 9.492406860545088e-14 relative error 1.6830954531767232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.170999999999872 y2[1] (analytic) 0.8252205952496463 y2[1] (numeric) 0.8252205952495527 absolute error 9.35918009759007e-14 relative error 1.1341428160501404e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.564810560432274 y1[1] (numeric) -0.5648105604323689 absolute error 9.492406860545088e-14 relative error 1.6806355131320736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.171999999999872 y2[1] (analytic) 0.8246553721730859 y2[1] (numeric) 0.8246553721729921 absolute error 9.381384558082573e-14 relative error 1.1376127379563744e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.56563549848473 y1[1] (numeric) -0.565635498484825 absolute error 9.492406860545088e-14 relative error 1.6781844290137575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1729999999998717 y2[1] (analytic) 0.8240893244412222 y2[1] (numeric) 0.8240893244411281 absolute error 9.403589018575076e-14 relative error 1.141088561601162e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5664598709017348 y1[1] (numeric) -0.5664598709018297 absolute error 9.492406860545088e-14 relative error 1.675742157239548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1739999999998716 y2[1] (analytic) 0.8235224526201026 y2[1] (numeric) 0.8235224526200083 absolute error 9.425793479067579e-14 relative error 1.1445703088092696e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5672836768589159 y1[1] (numeric) -0.5672836768590107 absolute error 9.481304630298837e-14 relative error 1.6713515683718232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1749999999998715 y2[1] (analytic) 0.8229547572765991 y2[1] (numeric) 0.8229547572765046 absolute error 9.447997939560082e-14 relative error 1.1480580014904227e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5681069155324674 y1[1] (numeric) -0.5681069155325622 absolute error 9.481304630298837e-14 relative error 1.6689296276938172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1759999999998714 y2[1] (analytic) 0.8223862389784067 y2[1] (numeric) 0.8223862389783121 absolute error 9.459100169806334e-14 relative error 1.1502016596917668e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5689295860991507 y1[1] (numeric) -0.5689295860992455 absolute error 9.481304630298837e-14 relative error 1.6665163601891632e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1769999999998713 y2[1] (analytic) 0.821816898294044 y2[1] (numeric) 0.8218168982939492 absolute error 9.481304630298837e-14 relative error 1.1537003741320551e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5697516877362953 y1[1] (numeric) -0.5697516877363901 absolute error 9.481304630298837e-14 relative error 1.6641117234719238e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.177999999999871 y2[1] (analytic) 0.8212467357928515 y2[1] (numeric) 0.8212467357927565 absolute error 9.492406860545088e-14 relative error 1.1558532225252487e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5705732196217996 y1[1] (numeric) -0.5705732196218944 absolute error 9.481304630298837e-14 relative error 1.6617156754366165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.178999999999871 y2[1] (analytic) 0.8206757520449917 y2[1] (numeric) 0.8206757520448964 absolute error 9.525713551283843e-14 relative error 1.1607158524602806e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5713941809341319 y1[1] (numeric) -0.5713941809342267 absolute error 9.481304630298837e-14 relative error 1.6593281742559094e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.179999999999871 y2[1] (analytic) 0.8201039476214481 y2[1] (numeric) 0.8201039476213526 absolute error 9.547918011776346e-14 relative error 1.1642326609289255e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5722145708523309 y1[1] (numeric) -0.5722145708524257 absolute error 9.481304630298837e-14 relative error 1.6569491783783394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.180999999999871 y2[1] (analytic) 0.8195313230940252 y2[1] (numeric) 0.8195313230939296 absolute error 9.559020242022598e-14 relative error 1.1664008406577875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5730343885560066 y1[1] (numeric) -0.5730343885561014 absolute error 9.481304630298837e-14 relative error 1.6545786465260564e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1819999999998707 y2[1] (analytic) 0.8189578790353477 y2[1] (numeric) 0.8189578790352519 absolute error 9.581224702515101e-14 relative error 1.1699288751945151e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5738536332253417 y1[1] (numeric) -0.5738536332254365 absolute error 9.481304630298837e-14 relative error 1.6522165376925833e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1829999999998706 y2[1] (analytic) 0.8183836160188592 y2[1] (numeric) 0.8183836160187633 absolute error 9.592326932761353e-14 relative error 1.1721064235650953e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5746723040410912 y1[1] (numeric) -0.5746723040411861 absolute error 9.492406860545088e-14 relative error 1.651794734807047e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1839999999998705 y2[1] (analytic) 0.817808534618823 y2[1] (numeric) 0.8178085346187268 absolute error 9.614531393253856e-14 relative error 1.175645763801566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5754904001845846 y1[1] (numeric) -0.5754904001846795 absolute error 9.481304630298837e-14 relative error 1.6475174263997753e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1849999999998704 y2[1] (analytic) 0.8172326354103203 y2[1] (numeric) 0.817232635410224 absolute error 9.636735853746359e-14 relative error 1.1791912652763675e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5763079208377259 y1[1] (numeric) -0.5763079208378207 absolute error 9.481304630298837e-14 relative error 1.645180343264541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1859999999998703 y2[1] (analytic) 0.8166559189692503 y2[1] (numeric) 0.8166559189691538 absolute error 9.64783808399261e-14 relative error 1.1813834761853826e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5771248651829942 y1[1] (numeric) -0.577124865183089 absolute error 9.481304630298837e-14 relative error 1.642851521791998e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18699999999987 y2[1] (analytic) 0.8160783858723294 y2[1] (numeric) 0.8160783858722327 absolute error 9.670042544485113e-14 relative error 1.1849404066924931e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5779412324034455 y1[1] (numeric) -0.5779412324035403 absolute error 9.481304630298837e-14 relative error 1.6405309222997587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18799999999987 y2[1] (analytic) 0.8155000366970906 y2[1] (numeric) 0.8155000366969937 absolute error 9.692247004977617e-14 relative error 1.1885035645409426e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5787570216827126 y1[1] (numeric) -0.5787570216828074 absolute error 9.481304630298837e-14 relative error 1.6382185053638446e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18899999999987 y2[1] (analytic) 0.8149208720218831 y2[1] (numeric) 0.814920872021786 absolute error 9.71445146547012e-14 relative error 1.1920729728480015e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5795722322050062 y1[1] (numeric) -0.579572232205101 absolute error 9.481304630298837e-14 relative error 1.635914231816598e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.18999999999987 y2[1] (analytic) 0.8143408924258715 y2[1] (numeric) 0.8143408924257741 absolute error 9.736655925962623e-14 relative error 1.1956486548228867e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5803868631551159 y1[1] (numeric) -0.5803868631552107 absolute error 9.481304630298837e-14 relative error 1.6336180627446138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1909999999998697 y2[1] (analytic) 0.8137600984890353 y2[1] (numeric) 0.8137600984889377 absolute error 9.758860386455126e-14 relative error 1.1992306337672586e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5812009137184109 y1[1] (numeric) -0.5812009137185056 absolute error 9.470202400052585e-14 relative error 1.6294197370516962e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1919999999998696 y2[1] (analytic) 0.8131784907921684 y2[1] (numeric) 0.8131784907920706 absolute error 9.781064846947629e-14 relative error 1.2028189330757234e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5820143830808404 y1[1] (numeric) -0.5820143830809352 absolute error 9.481304630298837e-14 relative error 1.6290498836318114e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1929999999998695 y2[1] (analytic) 0.8125960699168785 y2[1] (numeric) 0.8125960699167805 absolute error 9.803269307440132e-14 relative error 1.2064135762363361e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5828272704289355 y1[1] (numeric) -0.5828272704290303 absolute error 9.481304630298837e-14 relative error 1.626777797017118e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1939999999998694 y2[1] (analytic) 0.8120128364455864 y2[1] (numeric) 0.8120128364454882 absolute error 9.825473767932635e-14 relative error 1.2100145868311094e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5836395749498087 y1[1] (numeric) -0.5836395749499035 absolute error 9.481304630298837e-14 relative error 1.6245136617259378e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1949999999998693 y2[1] (analytic) 0.8114287909615255 y2[1] (numeric) 0.8114287909614271 absolute error 9.847678228425139e-14 relative error 1.2136219885365238e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5844512958311555 y1[1] (numeric) -0.5844512958312503 absolute error 9.481304630298837e-14 relative error 1.622257440085808e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.195999999999869 y2[1] (analytic) 0.8108439340487413 y2[1] (numeric) 0.8108439340486426 absolute error 9.869882688917642e-14 relative error 1.2172358051240407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5852624322612553 y1[1] (numeric) -0.5852624322613501 absolute error 9.481304630298837e-14 relative error 1.6200090946665233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.196999999999869 y2[1] (analytic) 0.8102582662920906 y2[1] (numeric) 0.8102582662919917 absolute error 9.892087149410145e-14 relative error 1.2208560604606209e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5860729834289715 y1[1] (numeric) -0.5860729834290663 absolute error 9.481304630298837e-14 relative error 1.617768588278206e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.197999999999869 y2[1] (analytic) 0.8096717882772412 y2[1] (numeric) 0.809671788277142 absolute error 9.914291609902648e-14 relative error 1.2244827785092442e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5868829485237532 y1[1] (numeric) -0.586882948523848 absolute error 9.481304630298837e-14 relative error 1.61553588396939e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.198999999999869 y2[1] (analytic) 0.8090845005906708 y2[1] (numeric) 0.8090845005905716 absolute error 9.9253938401489e-14 relative error 1.2267437867000149e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5876923267356353 y1[1] (numeric) -0.5876923267357301 absolute error 9.481304630298837e-14 relative error 1.6133109450251272e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.1999999999998687 y2[1] (analytic) 0.8084964038196675 y2[1] (numeric) 0.8084964038195679 absolute error 9.958700530887654e-14 relative error 1.2317556990777797e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5885011172552396 y1[1] (numeric) -0.5885011172553344 absolute error 9.481304630298837e-14 relative error 1.6110937349651094e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2009999999998686 y2[1] (analytic) 0.8079074985523276 y2[1] (numeric) 0.8079074985522278 absolute error 9.980904991380157e-14 relative error 1.2354019500084763e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5893093192737756 y1[1] (numeric) -0.5893093192738704 absolute error 9.481304630298837e-14 relative error 1.6088842175418076e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2019999999998685 y2[1] (analytic) 0.8073177853775565 y2[1] (numeric) 0.8073177853774565 absolute error 1.000310945187266e-13 relative error 1.2390547604738485e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5901169319830416 y1[1] (numeric) -0.5901169319831363 absolute error 9.470202400052585e-14 relative error 1.6048009956651665e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2029999999998684 y2[1] (analytic) 0.8067272648850672 y2[1] (numeric) 0.806727264884967 absolute error 1.0014211682118912e-13 relative error 1.2413379487732595e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5909239545754247 y1[1] (numeric) -0.5909239545755194 absolute error 9.470202400052585e-14 relative error 1.6026093250622864e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2039999999998683 y2[1] (analytic) 0.8061359376653804 y2[1] (numeric) 0.80613593766528 absolute error 1.0036416142611415e-13 relative error 1.2450029422677146e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5917303862439024 y1[1] (numeric) -0.5917303862439971 absolute error 9.470202400052585e-14 relative error 1.6004252308498333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.204999999999868 y2[1] (analytic) 0.805543804309823 y2[1] (numeric) 0.8055438043097225 absolute error 1.0047518372857667e-13 relative error 1.2472963380888045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5925362261820433 y1[1] (numeric) -0.592536226182138 absolute error 9.470202400052585e-14 relative error 1.598248677734529e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.205999999999868 y2[1] (analytic) 0.8049508654105285 y2[1] (numeric) 0.8049508654104277 absolute error 1.0080825063596421e-13 relative error 1.2523528449721158e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5933414735840074 y1[1] (numeric) -0.5933414735841019 absolute error 9.459100169806334e-14 relative error 1.5942084939166285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.206999999999868 y2[1] (analytic) 0.8043571215604356 y2[1] (numeric) 0.8043571215603347 absolute error 1.0091927293842673e-13 relative error 1.2546575424439022e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5941461276445472 y1[1] (numeric) -0.5941461276446418 absolute error 9.459100169806334e-14 relative error 1.592049452094606e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.207999999999868 y2[1] (analytic) 0.8037625733532883 y2[1] (numeric) 0.8037625733531871 absolute error 1.0114131754335176e-13 relative error 1.258348185103859e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.594950187559009 y1[1] (numeric) -0.5949501875591036 absolute error 9.459100169806334e-14 relative error 1.5898978381056736e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2089999999998677 y2[1] (analytic) 0.8031672213836345 y2[1] (numeric) 0.8031672213835331 absolute error 1.0136336214827679e-13 relative error 1.2620455547682315e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5957536525233328 y1[1] (numeric) -0.5957536525234274 absolute error 9.459100169806334e-14 relative error 1.587753617580358e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2099999999998676 y2[1] (analytic) 0.8025710662468262 y2[1] (numeric) 0.8025710662467247 absolute error 1.0147438445073931e-13 relative error 1.2643663435971842e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5965565217340537 y1[1] (numeric) -0.5965565217341483 absolute error 9.459100169806334e-14 relative error 1.585616756365497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2109999999998675 y2[1] (analytic) 0.8019741085390186 y2[1] (numeric) 0.8019741085389169 absolute error 1.0169642905566434e-13 relative error 1.268076213095307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5973587943883026 y1[1] (numeric) -0.5973587943883972 absolute error 9.459100169806334e-14 relative error 1.5834872205225478e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2119999999998674 y2[1] (analytic) 0.8013763488571694 y2[1] (numeric) 0.8013763488570674 absolute error 1.0191847366058937e-13 relative error 1.2717928824070459e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5981604696838069 y1[1] (numeric) -0.5981604696839015 absolute error 9.459100169806334e-14 relative error 1.5813649763259182e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2129999999998673 y2[1] (analytic) 0.800777787799038 y2[1] (numeric) 0.8007777877989358 absolute error 1.021405182655144e-13 relative error 1.2755163769745751e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5989615468188914 y1[1] (numeric) -0.598961546818986 absolute error 9.459100169806334e-14 relative error 1.57924999026131e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.213999999999867 y2[1] (analytic) 0.8001784259631856 y2[1] (numeric) 0.8001784259630832 absolute error 1.0236256287043943e-13 relative error 1.27924672234476e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5997620249924789 y1[1] (numeric) -0.5997620249925735 absolute error 9.459100169806334e-14 relative error 1.577142229024079e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.214999999999867 y2[1] (analytic) 0.7995782639489738 y2[1] (numeric) 0.7995782639488712 absolute error 1.0258460747536446e-13 relative error 1.282983944169736e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6005619034040913 y1[1] (numeric) -0.600561903404186 absolute error 9.470202400052585e-14 relative error 1.5768902999630513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.215999999999867 y2[1] (analytic) 0.7989773023565647 y2[1] (numeric) 0.798977302356462 absolute error 1.0269562977782698e-13 relative error 1.2853385130582388e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6013611812538505 y1[1] (numeric) -0.6013611812539452 absolute error 9.470202400052585e-14 relative error 1.57479443224237e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.216999999999867 y2[1] (analytic) 0.7983755417869199 y2[1] (numeric) 0.798375541786817 absolute error 1.0291767438275201e-13 relative error 1.2890885178221043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6021598577424786 y1[1] (numeric) -0.6021598577425732 absolute error 9.459100169806334e-14 relative error 1.5708619643409774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2179999999998667 y2[1] (analytic) 0.7977729828417999 y2[1] (numeric) 0.7977729828416967 absolute error 1.0313971898767704e-13 relative error 1.292845473661896e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.602957932071299 y1[1] (numeric) -0.6029579320713936 absolute error 9.459100169806334e-14 relative error 1.5687827735033108e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2189999999998666 y2[1] (analytic) 0.7971696261237634 y2[1] (numeric) 0.79716962612366 absolute error 1.0336176359260207e-13 relative error 1.2966094066478493e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6037554034422377 y1[1] (numeric) -0.6037554034423323 absolute error 9.459100169806334e-14 relative error 1.5667106440582443e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2199999999998665 y2[1] (analytic) 0.7965654722361674 y2[1] (numeric) 0.7965654722360637 absolute error 1.0369483049998962e-13 relative error 1.3017741053838443e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6045522710578232 y1[1] (numeric) -0.6045522710579178 absolute error 9.459100169806334e-14 relative error 1.5646455439254494e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2209999999998664 y2[1] (analytic) 0.7959605217831653 y2[1] (numeric) 0.7959605217830615 absolute error 1.0380585280245214e-13 relative error 1.304158308880686e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.605348534121188 y1[1] (numeric) -0.6053485341212825 absolute error 9.447997939560082e-14 relative error 1.5607534184048484e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2219999999998663 y2[1] (analytic) 0.7953547753697079 y2[1] (numeric) 0.7953547753696039 absolute error 1.0402789740737717e-13 relative error 1.3079433308113536e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6061441918360692 y1[1] (numeric) -0.6061441918361636 absolute error 9.447997939560082e-14 relative error 1.558704688886185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.222999999999866 y2[1] (analytic) 0.7947482336015415 y2[1] (numeric) 0.7947482336014371 absolute error 1.0436096431476471e-13 relative error 1.3131323846022865e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.606939243406809 y1[1] (numeric) -0.6069392434069034 absolute error 9.43689570931383e-14 relative error 1.554833669403813e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.223999999999866 y2[1] (analytic) 0.7941408970852075 y2[1] (numeric) 0.794140897085103 absolute error 1.0447198661722723e-13 relative error 1.3155346488347129e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.607733688038356 y1[1] (numeric) -0.6077336880384504 absolute error 9.43689570931383e-14 relative error 1.5528011520595905e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.224999999999866 y2[1] (analytic) 0.7935327664280427 y2[1] (numeric) 0.793532766427938 absolute error 1.0469403122215226e-13 relative error 1.319340998273017e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6085275249362656 y1[1] (numeric) -0.60852752493636 absolute error 9.43689570931383e-14 relative error 1.5507754904434615e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.225999999999866 y2[1] (analytic) 0.7929238422381776 y2[1] (numeric) 0.7929238422380727 absolute error 1.0491607582707729e-13 relative error 1.3231545104121453e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.609320753306701 y1[1] (numeric) -0.6093207533067954 absolute error 9.43689570931383e-14 relative error 1.548756653716631e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2269999999998658 y2[1] (analytic) 0.7923141251245364 y2[1] (numeric) 0.7923141251244312 absolute error 1.0513812043200232e-13 relative error 1.3269752122048393e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6101133723564339 y1[1] (numeric) -0.6101133723565282 absolute error 9.425793479067579e-14 relative error 1.5449249116868958e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2279999999998656 y2[1] (analytic) 0.791703615696836 y2[1] (numeric) 0.7917036156967306 absolute error 1.0536016503692736e-13 relative error 1.3308031307169439e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6109053812928452 y1[1] (numeric) -0.6109053812929395 absolute error 9.425793479067579e-14 relative error 1.5429219921291226e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2289999999998655 y2[1] (analytic) 0.7910923145655859 y2[1] (numeric) 0.7910923145654803 absolute error 1.0558220964185239e-13 relative error 1.3346382931280397e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6116967793239262 y1[1] (numeric) -0.6116967793240204 absolute error 9.425793479067579e-14 relative error 1.5409257981520475e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2299999999998654 y2[1] (analytic) 0.7904802223420871 y2[1] (numeric) 0.7904802223419815 absolute error 1.056932319443149e-13 relative error 1.337076234888711e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6124875656582788 y1[1] (numeric) -0.612487565658373 absolute error 9.425793479067579e-14 relative error 1.5389362997005644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2309999999998653 y2[1] (analytic) 0.789867339638432 y2[1] (numeric) 0.789867339638326 absolute error 1.0602629885170245e-13 relative error 1.342330458938039e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6132777395051168 y1[1] (numeric) -0.613277739505211 absolute error 9.425793479067579e-14 relative error 1.536953466902892e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.231999999999865 y2[1] (analytic) 0.789253667067503 y2[1] (numeric) 0.7892536670673967 absolute error 1.0624834345662748e-13 relative error 1.3461875172705445e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6140673000742664 y1[1] (numeric) -0.6140673000743606 absolute error 9.425793479067579e-14 relative error 1.534977270069194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.232999999999865 y2[1] (analytic) 0.7886392052429727 y2[1] (numeric) 0.7886392052428662 absolute error 1.0647038806155251e-13 relative error 1.3500519293705407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6148562465761671 y1[1] (numeric) -0.6148562465762613 absolute error 9.414691248821327e-14 relative error 1.5312020169343853e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.233999999999865 y2[1] (analytic) 0.7880239547793029 y2[1] (numeric) 0.7880239547791962 absolute error 1.0669243266647754e-13 relative error 1.3539237229959367e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6156445782218725 y1[1] (numeric) -0.6156445782219666 absolute error 9.414691248821327e-14 relative error 1.5292413158275818e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.234999999999865 y2[1] (analytic) 0.7874079162917439 y2[1] (numeric) 0.7874079162916371 absolute error 1.0680345496894006e-13 relative error 1.3563929541364698e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6164322942230509 y1[1] (numeric) -0.616432294223145 absolute error 9.414691248821327e-14 relative error 1.527287154980673e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2359999999998648 y2[1] (analytic) 0.7867910903963343 y2[1] (numeric) 0.7867910903962273 absolute error 1.0702549957386509e-13 relative error 1.3602784891724255e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6172193937919864 y1[1] (numeric) -0.6172193937920806 absolute error 9.414691248821327e-14 relative error 1.525339505452131e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2369999999998647 y2[1] (analytic) 0.7861734777098999 y2[1] (numeric) 0.7861734777097926 absolute error 1.0724754417879012e-13 relative error 1.3641714865680671e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6180058761415798 y1[1] (numeric) -0.6180058761416738 absolute error 9.403589018575076e-14 relative error 1.5216018781706205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2379999999998645 y2[1] (analytic) 0.7855550788500533 y2[1] (numeric) 0.7855550788499458 absolute error 1.0746958878371515e-13 relative error 1.3680719745461533e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6187917404853482 y1[1] (numeric) -0.6187917404854424 absolute error 9.414691248821327e-14 relative error 1.5214636254577234e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2389999999998644 y2[1] (analytic) 0.7849358944351932 y2[1] (numeric) 0.7849358944350856 absolute error 1.0758061108617767e-13 relative error 1.3705655690976923e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.619576986037428 y1[1] (numeric) -0.619576986037522 absolute error 9.403589018575076e-14 relative error 1.517743433098888e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2399999999998643 y2[1] (analytic) 0.7843159250845042 y2[1] (numeric) 0.7843159250843964 absolute error 1.078026556911027e-13 relative error 1.374480005356104e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6203616120125732 y1[1] (numeric) -0.6203616120126673 absolute error 9.403589018575076e-14 relative error 1.51582380928891e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.240999999999864 y2[1] (analytic) 0.7836951714179554 y2[1] (numeric) 0.7836951714178474 absolute error 1.0802470029602773e-13 relative error 1.3784020144028254e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6211456176261582 y1[1] (numeric) -0.6211456176262522 absolute error 9.403589018575076e-14 relative error 1.5139105471777967e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.241999999999864 y2[1] (analytic) 0.7830736340563005 y2[1] (numeric) 0.7830736340561923 absolute error 1.0813572259849025e-13 relative error 1.3809138489103521e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6219290020941772 y1[1] (numeric) -0.6219290020942713 absolute error 9.403589018575076e-14 relative error 1.5120036188875322e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.242999999999864 y2[1] (analytic) 0.7824513136210769 y2[1] (numeric) 0.7824513136209684 absolute error 1.084687895058778e-13 relative error 1.3862688657764427e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6227117646332461 y1[1] (numeric) -0.6227117646333401 absolute error 9.403589018575076e-14 relative error 1.5101029967072226e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.243999999999864 y2[1] (analytic) 0.7818282107346047 y2[1] (numeric) 0.7818282107344962 absolute error 1.0857981180834031e-13 relative error 1.3887937313789031e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6234939044606022 y1[1] (numeric) -0.6234939044606962 absolute error 9.403589018575076e-14 relative error 1.5082086530918567e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2449999999998638 y2[1] (analytic) 0.7812043260199871 y2[1] (numeric) 0.7812043260198782 absolute error 1.0891287871572786e-13 relative error 1.3941663542828528e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6242754207941057 y1[1] (numeric) -0.6242754207941997 absolute error 9.403589018575076e-14 relative error 1.506320560661078e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2459999999998637 y2[1] (analytic) 0.7805796601011085 y2[1] (numeric) 0.7805796601009994 absolute error 1.0902390101819037e-13 relative error 1.3967043543521042e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6250563128522405 y1[1] (numeric) -0.6250563128523345 absolute error 9.403589018575076e-14 relative error 1.5044386921979662e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2469999999998636 y2[1] (analytic) 0.7799542136026348 y2[1] (numeric) 0.7799542136025256 absolute error 1.092459456231154e-13 relative error 1.4006712665671065e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6258365798541146 y1[1] (numeric) -0.6258365798542086 absolute error 9.403589018575076e-14 relative error 1.5025630206478336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2479999999998634 y2[1] (analytic) 0.7793279871500126 y2[1] (numeric) 0.7793279871499031 absolute error 1.0946799022804043e-13 relative error 1.4046459518073097e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6266162210194609 y1[1] (numeric) -0.6266162210195549 absolute error 9.403589018575076e-14 relative error 1.500693519117027e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2489999999998633 y2[1] (analytic) 0.7787009813694681 y2[1] (numeric) 0.7787009813693585 absolute error 1.0957901253050295e-13 relative error 1.407202702349123e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6273952355686384 y1[1] (numeric) -0.6273952355687324 absolute error 9.403589018575076e-14 relative error 1.4988301608717433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.249999999999863 y2[1] (analytic) 0.7780731968880071 y2[1] (numeric) 0.7780731968878973 absolute error 1.0980105713542798e-13 relative error 1.4111918721090751e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6281736227226327 y1[1] (numeric) -0.6281736227227267 absolute error 9.403589018575076e-14 relative error 1.496972919336855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.250999999999863 y2[1] (analytic) 0.7774446343334142 y2[1] (numeric) 0.7774446343333041 absolute error 1.1002310174035301e-13 relative error 1.4151889006821367e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6289513817030565 y1[1] (numeric) -0.6289513817031506 absolute error 9.403589018575076e-14 relative error 1.4951217680947464e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.251999999999863 y2[1] (analytic) 0.7768152943342517 y2[1] (numeric) 0.7768152943341414 absolute error 1.1024514634527804e-13 relative error 1.4191938180074149e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6297285117321512 y1[1] (numeric) -0.6297285117322451 absolute error 9.392486788328824e-14 relative error 1.491513662370718e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.252999999999863 y2[1] (analytic) 0.7761851775198595 y2[1] (numeric) 0.7761851775197491 absolute error 1.1035616864774056e-13 relative error 1.4217762957076952e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6305050120327864 y1[1] (numeric) -0.6305050120328803 absolute error 9.392486788328824e-14 relative error 1.489676784336238e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.253999999999863 y2[1] (analytic) 0.7755542845203546 y2[1] (numeric) 0.775554284520244 absolute error 1.1057821325266559e-13 relative error 1.4257959173167774e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6312808818284623 y1[1] (numeric) -0.6312808818285561 absolute error 9.381384558082573e-14 relative error 1.4860872280671685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2549999999998627 y2[1] (analytic) 0.7749226159666297 y2[1] (numeric) 0.7749226159665189 absolute error 1.1080025785759062e-13 relative error 1.4298235149503235e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6320561203433089 y1[1] (numeric) -0.6320561203434027 absolute error 9.381384558082573e-14 relative error 1.484264491100404e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2559999999998626 y2[1] (analytic) 0.7742901724903534 y2[1] (numeric) 0.7742901724902425 absolute error 1.1091128016005314e-13 relative error 1.432425259942647e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6328307268020879 y1[1] (numeric) -0.6328307268021817 absolute error 9.381384558082573e-14 relative error 1.4824477005865292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2569999999998624 y2[1] (analytic) 0.7736569547239692 y2[1] (numeric) 0.773656954723858 absolute error 1.1124434706744069e-13 relative error 1.4379027602373358e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6336047004301927 y1[1] (numeric) -0.6336047004302865 absolute error 9.381384558082573e-14 relative error 1.4806368310893183e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2579999999998623 y2[1] (analytic) 0.7730229633006948 y2[1] (numeric) 0.7730229633005833 absolute error 1.1146639167236572e-13 relative error 1.4419544691974034e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.63437804045365 y1[1] (numeric) -0.6343780404537437 absolute error 9.370282327836321e-14 relative error 1.4770817604492645e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2589999999998622 y2[1] (analytic) 0.7723881988545214 y2[1] (numeric) 0.7723881988544097 absolute error 1.1168843627729075e-13 relative error 1.4460142767966755e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6351507460991196 y1[1] (numeric) -0.6351507460992133 absolute error 9.370282327836321e-14 relative error 1.4752847863889663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.259999999999862 y2[1] (analytic) 0.7717526620202135 y2[1] (numeric) 0.7717526620201016 absolute error 1.1191048088221578e-13 relative error 1.450082214025258e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6359228165938962 y1[1] (numeric) -0.6359228165939897 absolute error 9.35918009759007e-14 relative error 1.4717478054521345e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.260999999999862 y2[1] (analytic) 0.771116353433308 y2[1] (numeric) 0.7711163534331958 absolute error 1.1213252548714081e-13 relative error 1.4541583120093807e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.636694251165909 y1[1] (numeric) -0.6366942511660026 absolute error 9.35918009759007e-14 relative error 1.4699645992486377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.261999999999862 y2[1] (analytic) 0.7704792737301133 y2[1] (numeric) 0.7704792737300009 absolute error 1.1235457009206584e-13 relative error 1.4582426020121845e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6374650490437238 y1[1] (numeric) -0.6374650490438174 absolute error 9.35918009759007e-14 relative error 1.4681871753800453e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.262999999999862 y2[1] (analytic) 0.769841423547709 y2[1] (numeric) 0.7698414235475964 absolute error 1.1257661469699087e-13 relative error 1.462335115434513e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6382352094565427 y1[1] (numeric) -0.6382352094566363 absolute error 9.35918009759007e-14 relative error 1.4664155093479428e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2639999999998617 y2[1] (analytic) 0.7692028035239453 y2[1] (numeric) 0.7692028035238326 absolute error 1.1268763699945339e-13 relative error 1.46499254141038e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6390047316342052 y1[1] (numeric) -0.6390047316342988 absolute error 9.35918009759007e-14 relative error 1.4646495767965113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2649999999998616 y2[1] (analytic) 0.7685634142974423 y2[1] (numeric) 0.7685634142973293 absolute error 1.1302070390684094e-13 relative error 1.4705449388344253e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6397736148071894 y1[1] (numeric) -0.639773614807283 absolute error 9.35918009759007e-14 relative error 1.4628893535115035e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2659999999998615 y2[1] (analytic) 0.767923256507589 y2[1] (numeric) 0.7679232565074758 absolute error 1.1313172620930345e-13 relative error 1.473216564944409e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6405418582066121 y1[1] (numeric) -0.6405418582067057 absolute error 9.35918009759007e-14 relative error 1.461134815419227e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2669999999998613 y2[1] (analytic) 0.7672823307945432 y2[1] (numeric) 0.7672823307944298 absolute error 1.13464793116691e-13 relative error 1.478788036200376e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.64130946106423 y1[1] (numeric) -0.6413094610643236 absolute error 9.35918009759007e-14 relative error 1.4593859385855383e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2679999999998612 y2[1] (analytic) 0.7666406377992305 y2[1] (numeric) 0.7666406377991168 absolute error 1.1368683772161603e-13 relative error 1.4829221426087327e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6420764226124404 y1[1] (numeric) -0.6420764226125338 absolute error 9.348077867343818e-14 relative error 1.4559135856926413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.268999999999861 y2[1] (analytic) 0.7659981781633439 y2[1] (numeric) 0.76599817816323 absolute error 1.1390888232654106e-13 relative error 1.4870646637784923e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6428427420842815 y1[1] (numeric) -0.642842742084375 absolute error 9.348077867343818e-14 relative error 1.454178021367194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.269999999999861 y2[1] (analytic) 0.7653549525293429 y2[1] (numeric) 0.7653549525292289 absolute error 1.1401990462900358e-13 relative error 1.4897650332331542e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6436084187134341 y1[1] (numeric) -0.6436084187135276 absolute error 9.348077867343818e-14 relative error 1.4524480406938304e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.270999999999861 y2[1] (analytic) 0.7647109615404533 y2[1] (numeric) 0.764710961540339 absolute error 1.142419492339286e-13 relative error 1.4939232596299745e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6443734517342217 y1[1] (numeric) -0.6443734517343152 absolute error 9.348077867343818e-14 relative error 1.4507236203144396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.271999999999861 y2[1] (analytic) 0.7640662058406658 y2[1] (numeric) 0.7640662058405513 absolute error 1.1446399383885364e-13 relative error 1.498089994870462e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6451378403816113 y1[1] (numeric) -0.6451378403817046 absolute error 9.336975637097567e-14 relative error 1.4472838287666661e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2729999999998607 y2[1] (analytic) 0.7634206860747361 y2[1] (numeric) 0.7634206860746214 absolute error 1.1468603844377867e-13 relative error 1.5022652717659175e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6459015838912141 y1[1] (numeric) -0.6459015838913075 absolute error 9.336975637097567e-14 relative error 1.4455724943182901e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2739999999998606 y2[1] (analytic) 0.762774402888184 y2[1] (numeric) 0.7627744028880691 absolute error 1.149080830487037e-13 relative error 1.5064491232743714e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.646664681499287 y1[1] (numeric) -0.6466646814993803 absolute error 9.325873406851315e-14 relative error 1.4421497993719635e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2749999999998605 y2[1] (analytic) 0.7621273569272926 y2[1] (numeric) 0.7621273569271775 absolute error 1.1513012765362873e-13 relative error 1.510641582501443e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6474271324427322 y1[1] (numeric) -0.6474271324428255 absolute error 9.325873406851315e-14 relative error 1.4404514329921491e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2759999999998604 y2[1] (analytic) 0.7614795488391077 y2[1] (numeric) 0.7614795488389924 absolute error 1.1535217225855376e-13 relative error 1.5148426827012055e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.648188935959099 y1[1] (numeric) -0.6481889359591921 absolute error 9.314771176605063e-14 relative error 1.4370456914421676e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2769999999998602 y2[1] (analytic) 0.7608309792714375 y2[1] (numeric) 0.7608309792713219 absolute error 1.155742168634788e-13 relative error 1.5190524572770585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6489500912865838 y1[1] (numeric) -0.6489500912866769 absolute error 9.314771176605063e-14 relative error 1.4353601766413119e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27799999999986 y2[1] (analytic) 0.7601816488728514 y2[1] (numeric) 0.7601816488727356 absolute error 1.1579626146840383e-13 relative error 1.5232709397826045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6497105976640314 y1[1] (numeric) -0.6497105976641244 absolute error 9.303668946358812e-14 relative error 1.4319712468611734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27899999999986 y2[1] (analytic) 0.7595315582926798 y2[1] (numeric) 0.7595315582925638 absolute error 1.1601830607332886e-13 relative error 1.5274981639225327e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6504704543309354 y1[1] (numeric) -0.6504704543310285 absolute error 9.303668946358812e-14 relative error 1.4302984685028365e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.27999999999986 y2[1] (analytic) 0.7588807081810132 y2[1] (numeric) 0.7588807081808969 absolute error 1.162403506782539e-13 relative error 1.5317341635535093e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6512296605274394 y1[1] (numeric) -0.6512296605275324 absolute error 9.303668946358812e-14 relative error 1.4286310207099059e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.28099999999986 y2[1] (analytic) 0.7582290991887016 y2[1] (numeric) 0.7582290991885852 absolute error 1.1646239528317892e-13 relative error 1.5359789726850716e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.651988215494337 y1[1] (numeric) -0.6519882154944301 absolute error 9.303668946358812e-14 relative error 1.4269688815318197e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2819999999998597 y2[1] (analytic) 0.757576731967354 y2[1] (numeric) 0.7575767319672374 absolute error 1.1657341758564144e-13 relative error 1.5387671329729396e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6527461184730736 y1[1] (numeric) -0.6527461184731665 absolute error 9.29256671611256e-14 relative error 1.4236111794659239e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2829999999998596 y2[1] (analytic) 0.7569236071693376 y2[1] (numeric) 0.7569236071692208 absolute error 1.1679546219056647e-13 relative error 1.5430283992244042e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6535033687057461 y1[1] (numeric) -0.6535033687058389 absolute error 9.281464485866309e-14 relative error 1.4202626842227476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2839999999998595 y2[1] (analytic) 0.7562697254477772 y2[1] (numeric) 0.7562697254476601 absolute error 1.170175067954915e-13 relative error 1.5472985742779404e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6542599654351042 y1[1] (numeric) -0.654259965435197 absolute error 9.281464485866309e-14 relative error 1.4186202696498222e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2849999999998594 y2[1] (analytic) 0.7556150874565541 y2[1] (numeric) 0.755615087456437 absolute error 1.1712852909795402e-13 relative error 1.5501083956941052e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6550159079045516 y1[1] (numeric) -0.6550159079046443 absolute error 9.270362255620057e-14 relative error 1.4152881088455835e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2859999999998593 y2[1] (analytic) 0.7549596938503068 y2[1] (numeric) 0.7549596938501894 absolute error 1.1746159600534156e-13 relative error 1.5558657894209622e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6557711953581455 y1[1] (numeric) -0.6557711953582382 absolute error 9.270362255620057e-14 relative error 1.4136580443361962e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.286999999999859 y2[1] (analytic) 0.7543035452844284 y2[1] (numeric) 0.7543035452843108 absolute error 1.176836406102666e-13 relative error 1.5601628992197183e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6565258270405988 y1[1] (numeric) -0.6565258270406915 absolute error 9.270362255620057e-14 relative error 1.4120331407840851e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.287999999999859 y2[1] (analytic) 0.7536466424150676 y2[1] (numeric) 0.7536466424149498 absolute error 1.177946629127291e-13 relative error 1.562995922535461e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6572798021972797 y1[1] (numeric) -0.6572798021973724 absolute error 9.270362255620057e-14 relative error 1.4104133771689516e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.288999999999859 y2[1] (analytic) 0.7529889858991273 y2[1] (numeric) 0.7529889858990092 absolute error 1.1812772982011666e-13 relative error 1.5687842987379552e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6580331200742132 y1[1] (numeric) -0.6580331200743058 absolute error 9.259260025373806e-14 relative error 1.407111548477916e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.289999999999859 y2[1] (analytic) 0.7523305763942637 y2[1] (numeric) 0.7523305763941455 absolute error 1.1823875212257917e-13 relative error 1.571632947437396e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6587857799180815 y1[1] (numeric) -0.658785779918174 absolute error 9.248157795127554e-14 relative error 1.4038186732381414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2909999999998587 y2[1] (analytic) 0.7516714145588865 y2[1] (numeric) 0.7516714145587681 absolute error 1.184607967275042e-13 relative error 1.5759651681981568e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6595377809762247 y1[1] (numeric) -0.6595377809763172 absolute error 9.248157795127554e-14 relative error 1.4022180475300072e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2919999999998586 y2[1] (analytic) 0.7510115010521573 y2[1] (numeric) 0.7510115010520387 absolute error 1.1857181902996672e-13 relative error 1.5788282717887695e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.660289122496642 y1[1] (numeric) -0.6602891224967344 absolute error 9.248157795127554e-14 relative error 1.4006224667398769e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2929999999998585 y2[1] (analytic) 0.7503508365339897 y2[1] (numeric) 0.7503508365338709 absolute error 1.1879386363489175e-13 relative error 1.5831775997428447e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6610398037279918 y1[1] (numeric) -0.6610398037280841 absolute error 9.237055564881302e-14 relative error 1.397352400383172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2939999999998584 y2[1] (analytic) 0.7496894216650482 y2[1] (numeric) 0.749689421664929 absolute error 1.191269305422793e-13 relative error 1.5890170929409713e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6617898239195928 y1[1] (numeric) -0.6617898239196852 absolute error 9.237055564881302e-14 relative error 1.3957687518029289e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2949999999998583 y2[1] (analytic) 0.7490272571067473 y2[1] (numeric) 0.749027257106628 absolute error 1.1934897514720433e-13 relative error 1.5933862755303622e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6625391823214252 y1[1] (numeric) -0.6625391823215175 absolute error 9.237055564881302e-14 relative error 1.3941900813346953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.295999999999858 y2[1] (analytic) 0.7483643435212518 y2[1] (numeric) 0.7483643435211322 absolute error 1.1957101975212936e-13 relative error 1.5977647891335408e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6632878781841304 y1[1] (numeric) -0.6632878781842227 absolute error 9.237055564881302e-14 relative error 1.3926163689542163e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.296999999999858 y2[1] (analytic) 0.7477006815714752 y2[1] (numeric) 0.7477006815713554 absolute error 1.197930643570544e-13 relative error 1.60215267030759e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6640359107590128 y1[1] (numeric) -0.6640359107591051 absolute error 9.225953334635051e-14 relative error 1.389375662543538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.297999999999858 y2[1] (analytic) 0.7470362719210792 y2[1] (numeric) 0.7470362719209592 absolute error 1.2001510896197942e-13 relative error 1.6065499557785654e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6647832792980397 y1[1] (numeric) -0.664783279298132 absolute error 9.225953334635051e-14 relative error 1.3878136863455639e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.298999999999858 y2[1] (analytic) 0.7463711152344736 y2[1] (numeric) 0.7463711152343534 absolute error 1.2023715356690445e-13 relative error 1.6109566824425107e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6655299830538427 y1[1] (numeric) -0.665529983053935 absolute error 9.225953334635051e-14 relative error 1.3862566029408554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.2999999999998577 y2[1] (analytic) 0.745705212176815 y2[1] (numeric) 0.7457052121766946 absolute error 1.2034817586936697e-13 relative error 1.6138840644288147e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6662760212797181 y1[1] (numeric) -0.6662760212798103 absolute error 9.225953334635051e-14 relative error 1.3847043927702423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3009999999998576 y2[1] (analytic) 0.7450385634140063 y2[1] (numeric) 0.7450385634138857 absolute error 1.20570220474292e-13 relative error 1.6183084526766033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6670213932296277 y1[1] (numeric) -0.66702139322972 absolute error 9.225953334635051e-14 relative error 1.3831570363829304e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3019999999998575 y2[1] (analytic) 0.7443711696126963 y2[1] (numeric) 0.7443711696125755 absolute error 1.2079226507921703e-13 relative error 1.622742389956699e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6677660981581998 y1[1] (numeric) -0.6677660981582919 absolute error 9.214851104388799e-14 relative error 1.3799519217589449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3029999999998574 y2[1] (analytic) 0.7437030314402787 y2[1] (numeric) 0.7437030314401578 absolute error 1.2090328738167955e-13 relative error 1.625693082728659e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6685101353207292 y1[1] (numeric) -0.6685101353208214 absolute error 9.214851104388799e-14 relative error 1.3784160654449638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3039999999998573 y2[1] (analytic) 0.7430341495648917 y2[1] (numeric) 0.7430341495647705 absolute error 1.2112533198660458e-13 relative error 1.6301448871163396e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6692535039731792 y1[1] (numeric) -0.6692535039732712 absolute error 9.203748874142548e-14 relative error 1.3752261018436737e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.304999999999857 y2[1] (analytic) 0.742364524655417 y2[1] (numeric) 0.7423645246552957 absolute error 1.213473765915296e-13 relative error 1.6346063498637055e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6699962033721808 y1[1] (numeric) -0.6699962033722728 absolute error 9.203748874142548e-14 relative error 1.3737016460419992e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.305999999999857 y2[1] (analytic) 0.7416941573814796 y2[1] (numeric) 0.741694157381358 absolute error 1.2156942119645464e-13 relative error 1.6390775090591308e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.670738232775035 y1[1] (numeric) -0.6707382327751269 absolute error 9.192646643896296e-14 relative error 1.3705267114211905e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.306999999999857 y2[1] (analytic) 0.7410230484134465 y2[1] (numeric) 0.7410230484133248 absolute error 1.2168044349891716e-13 relative error 1.6420601728844843e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6714795914397123 y1[1] (numeric) -0.6714795914398042 absolute error 9.192646643896296e-14 relative error 1.3690135576848196e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.307999999999857 y2[1] (analytic) 0.7403511984224268 y2[1] (numeric) 0.7403511984223049 absolute error 1.219024881038422e-13 relative error 1.6465494803492912e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.672220278624854 y1[1] (numeric) -0.6722202786249459 absolute error 9.192646643896296e-14 relative error 1.3675051075075403e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3089999999998567 y2[1] (analytic) 0.7396786080802704 y2[1] (numeric) 0.7396786080801483 absolute error 1.2212453270876722e-13 relative error 1.651048595628903e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6729602935897733 y1[1] (numeric) -0.6729602935898651 absolute error 9.181544413650045e-14 relative error 1.3643515822713575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3099999999998566 y2[1] (analytic) 0.7390052780595675 y2[1] (numeric) 0.7390052780594452 absolute error 1.2234657731369225e-13 relative error 1.6555575575176136e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6736996355944549 y1[1] (numeric) -0.6736996355945467 absolute error 9.181544413650045e-14 relative error 1.3628542941912816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3109999999998565 y2[1] (analytic) 0.7383312090336481 y2[1] (numeric) 0.7383312090335256 absolute error 1.2256862191861728e-13 relative error 1.6600764049922674e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6744383038995572 y1[1] (numeric) -0.6744383038996489 absolute error 9.170442183403793e-14 relative error 1.3597155040543974e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3119999999998564 y2[1] (analytic) 0.7376564016765813 y2[1] (numeric) 0.7376564016764585 absolute error 1.2279066652354231e-13 relative error 1.6646051772133708e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6751762977664116 y1[1] (numeric) -0.6751762977665033 absolute error 9.170442183403793e-14 relative error 1.3582292822987188e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3129999999998563 y2[1] (analytic) 0.7369808566631743 y2[1] (numeric) 0.7369808566630512 absolute error 1.2301271112846734e-13 relative error 1.6691439135262153e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6759136164570246 y1[1] (numeric) -0.6759136164571163 absolute error 9.170442183403793e-14 relative error 1.3567476612578141e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.313999999999856 y2[1] (analytic) 0.7363045746689719 y2[1] (numeric) 0.7363045746688487 absolute error 1.2323475573339238e-13 relative error 1.6736926534620037e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6766502592340776 y1[1] (numeric) -0.6766502592341692 absolute error 9.159339953157541e-14 relative error 1.3536298594676215e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.314999999999856 y2[1] (analytic) 0.7356275563702562 y2[1] (numeric) 0.7356275563701329 absolute error 1.233457780358549e-13 relative error 1.6767422178210582e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6773862253609276 y1[1] (numeric) -0.6773862253610192 absolute error 9.159339953157541e-14 relative error 1.3521591686156927e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.315999999999856 y2[1] (analytic) 0.7349498024440456 y2[1] (numeric) 0.7349498024439219 absolute error 1.2367884494324244e-13 relative error 1.6828203032636173e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6781215141016087 y1[1] (numeric) -0.6781215141017003 absolute error 9.159339953157541e-14 relative error 1.3506930192728143e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.316999999999856 y2[1] (analytic) 0.7342713135680937 y2[1] (numeric) 0.7342713135679698 absolute error 1.2390088954816747e-13 relative error 1.6873992931316845e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6788561247208322 y1[1] (numeric) -0.6788561247209238 absolute error 9.159339953157541e-14 relative error 1.3492313937543335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3179999999998557 y2[1] (analytic) 0.7335920904208895 y2[1] (numeric) 0.7335920904207653 absolute error 1.241229341530925e-13 relative error 1.6919884466294952e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6795900564839876 y1[1] (numeric) -0.6795900564840792 absolute error 9.159339953157541e-14 relative error 1.3477742744715029e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3189999999998556 y2[1] (analytic) 0.7329121336816559 y2[1] (numeric) 0.7329121336815315 absolute error 1.2434497875801753e-13 relative error 1.6965878042350354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6803233086571432 y1[1] (numeric) -0.6803233086572347 absolute error 9.14823772291129e-14 relative error 1.3446897389078948e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3199999999998555 y2[1] (analytic) 0.7322314440303498 y2[1] (numeric) 0.7322314440302251 absolute error 1.2467804566540508e-13 relative error 1.702713625341626e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6810558805070468 y1[1] (numeric) -0.6810558805071382 absolute error 9.137135492665038e-14 relative error 1.3416131853765703e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3209999999998554 y2[1] (analytic) 0.7315500221476605 y2[1] (numeric) 0.7315500221475357 absolute error 1.247890679678676e-13 relative error 1.7058172946467277e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6817877713011267 y1[1] (numeric) -0.6817877713012179 absolute error 9.126033262418787e-14 relative error 1.3385445803761817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3219999999998553 y2[1] (analytic) 0.7308678687150102 y2[1] (numeric) 0.7308678687148852 absolute error 1.2501111257279263e-13 relative error 1.7104475093779042e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6825189803074919 y1[1] (numeric) -0.6825189803075832 absolute error 9.126033262418787e-14 relative error 1.3371105457473549e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.322999999999855 y2[1] (analytic) 0.730184984414552 y2[1] (numeric) 0.7301849844144268 absolute error 1.2523315717771766e-13 relative error 1.7150880920692603e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6832495067949339 y1[1] (numeric) -0.683249506795025 absolute error 9.114931032172535e-14 relative error 1.3340559988004839e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.323999999999855 y2[1] (analytic) 0.7295013699291704 y2[1] (numeric) 0.7295013699290449 absolute error 1.254552017826427e-13 relative error 1.7197390841750376e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6839793500329259 y1[1] (numeric) -0.683979350033017 absolute error 9.114931032172535e-14 relative error 1.3326324883541812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.324999999999855 y2[1] (analytic) 0.7288170259424794 y2[1] (numeric) 0.7288170259423539 absolute error 1.255662240851052e-13 relative error 1.7228772053277372e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.684708509291625 y1[1] (numeric) -0.684708509291716 absolute error 9.103828801926284e-14 relative error 1.3295918888673928e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.325999999999855 y2[1] (analytic) 0.7281319531388234 y2[1] (numeric) 0.7281319531386976 absolute error 1.2578826869003024e-13 relative error 1.7275477081837092e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6854369838418717 y1[1] (numeric) -0.6854369838419627 absolute error 9.103828801926284e-14 relative error 1.3281788138859035e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3269999999998547 y2[1] (analytic) 0.7274461522032748 y2[1] (numeric) 0.7274461522031489 absolute error 1.2589929099249275e-13 relative error 1.7307025490638918e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6861647729551917 y1[1] (numeric) -0.6861647729552828 absolute error 9.103828801926284e-14 relative error 1.3267700646766934e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3279999999998546 y2[1] (analytic) 0.7267596238216347 y2[1] (numeric) 0.7267596238215086 absolute error 1.2612133559741778e-13 relative error 1.7353927139514724e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6868918759037961 y1[1] (numeric) -0.686891875903887 absolute error 9.092726571680032e-14 relative error 1.3237493251344743e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3289999999998545 y2[1] (analytic) 0.7260723686804313 y2[1] (numeric) 0.726072368680305 absolute error 1.2634338020234281e-13 relative error 1.7400934900189094e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6876182919605817 y1[1] (numeric) -0.6876182919606726 absolute error 9.092726571680032e-14 relative error 1.3223508853661039e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3299999999998544 y2[1] (analytic) 0.7253843874669198 y2[1] (numeric) 0.7253843874667932 absolute error 1.2656542480726785e-13 relative error 1.744804919902411e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6883440203991327 y1[1] (numeric) -0.6883440203992235 absolute error 9.08162434143378e-14 relative error 1.319343826967197e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3309999999998543 y2[1] (analytic) 0.7246956808690812 y2[1] (numeric) 0.7246956808689544 absolute error 1.2678746941219288e-13 relative error 1.7495270464444437e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6890690604937206 y1[1] (numeric) -0.6890690604938113 absolute error 9.070522111187529e-14 relative error 1.3163444175955985e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.331999999999854 y2[1] (analytic) 0.7240062495756222 y2[1] (numeric) 0.7240062495754952 absolute error 1.270095140171179e-13 relative error 1.754259912695019e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6897934115193055 y1[1] (numeric) -0.6897934115193961 absolute error 9.059419880941277e-14 relative error 1.31335262553283e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.332999999999854 y2[1] (analytic) 0.7233160942759739 y2[1] (numeric) 0.7233160942758466 absolute error 1.2723155862204294e-13 relative error 1.759003561912989e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6905170727515363 y1[1] (numeric) -0.6905170727516269 absolute error 9.059419880941277e-14 relative error 1.3119762332366056e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.333999999999854 y2[1] (analytic) 0.7226252156602916 y2[1] (numeric) 0.7226252156601641 absolute error 1.2745360322696797e-13 relative error 1.763758037567351e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6912400434667519 y1[1] (numeric) -0.6912400434668424 absolute error 9.048317650695026e-14 relative error 1.3089978996753886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.334999999999854 y2[1] (analytic) 0.7219336144194539 y2[1] (numeric) 0.7219336144193262 absolute error 1.27675647831893e-13 relative error 1.7685233833385627e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6919623229419817 y1[1] (numeric) -0.6919623229420722 absolute error 9.048317650695026e-14 relative error 1.3076315502590871e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3359999999998537 y2[1] (analytic) 0.7212412912450619 y2[1] (numeric) 0.7212412912449341 absolute error 1.2778667013435552e-13 relative error 1.7717603205129923e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6926839104549462 y1[1] (numeric) -0.6926839104550366 absolute error 9.048317650695026e-14 relative error 1.3062693552030396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3369999999998536 y2[1] (analytic) 0.7205482468294387 y2[1] (numeric) 0.7205482468293107 absolute error 1.2800871473928055e-13 relative error 1.776546057846166e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6934048052840579 y1[1] (numeric) -0.6934048052841483 absolute error 9.037215420448774e-14 relative error 1.3033101806594229e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3379999999998535 y2[1] (analytic) 0.7198544818656288 y2[1] (numeric) 0.7198544818655006 absolute error 1.2823075934420558e-13 relative error 1.781342793225002e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6941250067084221 y1[1] (numeric) -0.6941250067085125 absolute error 9.037215420448774e-14 relative error 1.3019579086055021e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3389999999998534 y2[1] (analytic) 0.7191599970473971 y2[1] (numeric) 0.7191599970472686 absolute error 1.284528039491306e-13 relative error 1.7861505711734517e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6948445140078374 y1[1] (numeric) -0.6948445140079278 absolute error 9.037215420448774e-14 relative error 1.30060973905118e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3399999999998533 y2[1] (analytic) 0.7184647930692282 y2[1] (numeric) 0.7184647930690995 absolute error 1.2867484855405564e-13 relative error 1.7909694364335692e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6955633264627967 y1[1] (numeric) -0.695563326462887 absolute error 9.026113190202523e-14 relative error 1.2976695071178826e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.340999999999853 y2[1] (analytic) 0.7177688706263261 y2[1] (numeric) 0.7177688706261972 absolute error 1.2889689315898067e-13 relative error 1.795799433966885e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6962814433544875 y1[1] (numeric) -0.6962814433545778 absolute error 9.026113190202523e-14 relative error 1.296331142578963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.341999999999853 y2[1] (analytic) 0.7170722304146131 y2[1] (numeric) 0.7170722304144841 absolute error 1.290079154614432e-13 relative error 1.7990923367210923e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6969988639647929 y1[1] (numeric) -0.6969988639648832 absolute error 9.026113190202523e-14 relative error 1.2949968295297613e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.342999999999853 y2[1] (analytic) 0.7163748731307296 y2[1] (numeric) 0.7163748731306003 absolute error 1.2922996006636822e-13 relative error 1.803943227399956e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6977155875762925 y1[1] (numeric) -0.6977155875763827 absolute error 9.026113190202523e-14 relative error 1.2936665528080312e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.343999999999853 y2[1] (analytic) 0.7156767994720326 y2[1] (numeric) 0.7156767994719031 absolute error 1.2945200467129325e-13 relative error 1.8088053820773888e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6984316134722627 y1[1] (numeric) -0.6984316134723528 absolute error 9.015010959956271e-14 relative error 1.290750702869536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3449999999998528 y2[1] (analytic) 0.7149780101365957 y2[1] (numeric) 0.714978010136466 absolute error 1.2967404927621828e-13 relative error 1.8136788465905996e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6991469409366775 y1[1] (numeric) -0.6991469409367677 absolute error 9.015010959956271e-14 relative error 1.2894300800170089e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3459999999998526 y2[1] (analytic) 0.7142785058232083 y2[1] (numeric) 0.7142785058230784 absolute error 1.2989609388114332e-13 relative error 1.8185636670032182e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6998615692542097 y1[1] (numeric) -0.6998615692542998 absolute error 9.00390872971002e-14 relative error 1.2865270969664492e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3469999999998525 y2[1] (analytic) 0.7135782872313746 y2[1] (numeric) 0.7135782872312445 absolute error 1.3011813848606835e-13 relative error 1.8234598896067322e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.700575497710231 y1[1] (numeric) -0.700575497710321 absolute error 9.00390872971002e-14 relative error 1.2852160486826185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3479999999998524 y2[1] (analytic) 0.7128773550613132 y2[1] (numeric) 0.7128773550611828 absolute error 1.304512053934559e-13 relative error 1.829924943852874e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7012887255908129 y1[1] (numeric) -0.7012887255909029 absolute error 9.00390872971002e-14 relative error 1.2839089523540422e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3489999999998523 y2[1] (analytic) 0.7121757100139561 y2[1] (numeric) 0.7121757100138254 absolute error 1.3067324999838092e-13 relative error 1.8348456449858448e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7020012521827277 y1[1] (numeric) -0.7020012521828176 absolute error 8.992806499463768e-14 relative error 1.2810242818659505e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.349999999999852 y2[1] (analytic) 0.7114733527909483 y2[1] (numeric) 0.7114733527908174 absolute error 1.3089529460330596e-13 relative error 1.8397778931541634e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7027130767734487 y1[1] (numeric) -0.7027130767735387 absolute error 8.992806499463768e-14 relative error 1.2797266475749683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.350999999999852 y2[1] (analytic) 0.710770284094647 y2[1] (numeric) 0.7107702840945158 absolute error 1.312283615106935e-13 relative error 1.8462837353681343e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7034241986511516 y1[1] (numeric) -0.7034241986512415 absolute error 8.992806499463768e-14 relative error 1.278432916682123e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.351999999999852 y2[1] (analytic) 0.7100665046281208 y2[1] (numeric) 0.7100665046279895 absolute error 1.3133938381315602e-13 relative error 1.8496772197688956e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7041346171047145 y1[1] (numeric) -0.7041346171048043 absolute error 8.981704269217516e-14 relative error 1.2755663549320732e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.352999999999852 y2[1] (analytic) 0.7093620150951493 y2[1] (numeric) 0.7093620150950176 absolute error 1.3167245072054357e-13 relative error 1.8562094941449868e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7048443314237188 y1[1] (numeric) -0.7048443314238086 absolute error 8.981704269217516e-14 relative error 1.2742819752945057e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3539999999998518 y2[1] (analytic) 0.7086568162002217 y2[1] (numeric) 0.7086568162000898 absolute error 1.318944953254686e-13 relative error 1.8611899626208286e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7055533408984506 y1[1] (numeric) -0.7055533408985403 absolute error 8.970602038971265e-14 relative error 1.2714279019001048e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3549999999998517 y2[1] (analytic) 0.7079509086485369 y2[1] (numeric) 0.7079509086484048 absolute error 1.3211653993039363e-13 relative error 1.866182221343585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7062616448199003 y1[1] (numeric) -0.7062616448199899 absolute error 8.959499808725013e-14 relative error 1.2685808261624803e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3559999999998515 y2[1] (analytic) 0.7072442931460026 y2[1] (numeric) 0.7072442931458702 absolute error 1.3233858453531866e-13 relative error 1.871186318756182e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7069692424797639 y1[1] (numeric) -0.7069692424798535 absolute error 8.959499808725013e-14 relative error 1.2673111177084154e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3569999999998514 y2[1] (analytic) 0.706536970399234 y2[1] (numeric) 0.7065369703991015 absolute error 1.325606291402437e-13 relative error 1.876202303544559e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.707676133170444 y1[1] (numeric) -0.7076761331705336 absolute error 8.959499808725013e-14 relative error 1.2660452131663334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3579999999998513 y2[1] (analytic) 0.7058289411155538 y2[1] (numeric) 0.7058289411154212 absolute error 1.326716514427062e-13 relative error 1.8796572896688015e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7083823161850499 y1[1] (numeric) -0.7083823161851395 absolute error 8.959499808725013e-14 relative error 1.2647830986205102e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.358999999999851 y2[1] (analytic) 0.7051202060029914 y2[1] (numeric) 0.7051202060028585 absolute error 1.3289369604763124e-13 relative error 1.884695615247586e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7090877908173986 y1[1] (numeric) -0.7090877908174882 absolute error 8.959499808725013e-14 relative error 1.263524760227077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.359999999999851 y2[1] (analytic) 0.7044107657702818 y2[1] (numeric) 0.7044107657701486 absolute error 1.3322676295501878e-13 relative error 1.8913220727019083e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7097925563620157 y1[1] (numeric) -0.7097925563621051 absolute error 8.948397578478762e-14 relative error 1.2607060328080995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.360999999999851 y2[1] (analytic) 0.703700621126865 y2[1] (numeric) 0.7037006211267317 absolute error 1.333377852574813e-13 relative error 1.8948084065061925e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7104966121141355 y1[1] (numeric) -0.7104966121142249 absolute error 8.93729534823251e-14 relative error 1.2578941540113644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.361999999999851 y2[1] (analytic) 0.7029897727828859 y2[1] (numeric) 0.7029897727827523 absolute error 1.3355982986240633e-13 relative error 1.8998829717492274e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7111999573697024 y1[1] (numeric) -0.7111999573697917 absolute error 8.926193117986259e-14 relative error 1.255089096320933e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3629999999998508 y2[1] (analytic) 0.7022782214491925 y2[1] (numeric) 0.7022782214490587 absolute error 1.3378187446733136e-13 relative error 1.9049697168632766e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7119025914253712 y1[1] (numeric) -0.7119025914254604 absolute error 8.926193117986259e-14 relative error 1.2538503477160039e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3639999999998507 y2[1] (analytic) 0.7015659678373362 y2[1] (numeric) 0.7015659678372022 absolute error 1.340039190722564e-13 relative error 1.91006869226197e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7126045135785078 y1[1] (numeric) -0.7126045135785971 absolute error 8.926193117986259e-14 relative error 1.2526152933218627e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3649999999998506 y2[1] (analytic) 0.7008530126595705 y2[1] (numeric) 0.7008530126594362 absolute error 1.3422596367718143e-13 relative error 1.9151799486147007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7133057231271904 y1[1] (numeric) -0.7133057231272796 absolute error 8.915090887740007e-14 relative error 1.2498274721048812e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3659999999998504 y2[1] (analytic) 0.7001393566288505 y2[1] (numeric) 0.7001393566287161 absolute error 1.3444800828210646e-13 relative error 1.920303536848285e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7140062193702092 y1[1] (numeric) -0.7140062193702983 absolute error 8.903988657493755e-14 relative error 1.2470463724178114e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3669999999998503 y2[1] (analytic) 0.6994250004588323 y2[1] (numeric) 0.6994250004586976 absolute error 1.346700528870315e-13 relative error 1.925439508148638e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7147060016070682 y1[1] (numeric) -0.7147060016071571 absolute error 8.892886427247504e-14 relative error 1.2442719673895567e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3679999999998502 y2[1] (analytic) 0.6987099448638718 y2[1] (numeric) 0.6987099448637369 absolute error 1.3489209749195652e-13 relative error 1.9305879139624564e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7154050691379851 y1[1] (numeric) -0.715405069138074 absolute error 8.892886427247504e-14 relative error 1.2430561105700346e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.36899999999985 y2[1] (analytic) 0.6979941905590248 y2[1] (numeric) 0.6979941905588897 absolute error 1.3511414209688155e-13 relative error 1.9357488059989208e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7161034212638925 y1[1] (numeric) -0.7161034212639813 absolute error 8.881784197001252e-14 relative error 1.2402935013667825e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.36999999999985 y2[1] (analytic) 0.6972777382600454 y2[1] (numeric) 0.69727773825991 absolute error 1.3533618670180658e-13 relative error 1.9409222362314082e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7168010572864383 y1[1] (numeric) -0.716801057286527 absolute error 8.870681966755001e-14 relative error 1.2375375115009379e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.37099999999985 y2[1] (analytic) 0.6965605886833858 y2[1] (numeric) 0.6965605886832502 absolute error 1.3555823130673161e-13 relative error 1.9461082568992167e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7174979765079865 y1[1] (numeric) -0.7174979765080751 absolute error 8.859579736508749e-14 relative error 1.2347881146129103e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.37199999999985 y2[1] (analytic) 0.6958427425461955 y2[1] (numeric) 0.6958427425460597 absolute error 1.3578027591165664e-13 relative error 1.9513069205093058e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.718194178231618 y1[1] (numeric) -0.7181941782317066 absolute error 8.859579736508749e-14 relative error 1.2335911380294606e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3729999999998497 y2[1] (analytic) 0.6951242005663207 y2[1] (numeric) 0.6951242005661847 absolute error 1.3600232051658168e-13 relative error 1.9565182798380488e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7188896617611311 y1[1] (numeric) -0.7188896617612197 absolute error 8.859579736508749e-14 relative error 1.232397711048537e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3739999999998496 y2[1] (analytic) 0.6944049634623033 y2[1] (numeric) 0.6944049634621671 absolute error 1.362243651215067e-13 relative error 1.961742387933001e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7195844264010425 y1[1] (numeric) -0.719584426401131 absolute error 8.848477506262498e-14 relative error 1.2296649540509954e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3749999999998495 y2[1] (analytic) 0.6936850319533803 y2[1] (numeric) 0.6936850319532438 absolute error 1.3644640972643174e-13 relative error 1.9669792981146772e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7202784714565873 y1[1] (numeric) -0.7202784714566758 absolute error 8.848477506262498e-14 relative error 1.2284800749866385e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3759999999998493 y2[1] (analytic) 0.692964406759483 y2[1] (numeric) 0.6929644067593465 absolute error 1.3655743202889425e-13 relative error 1.9706269282643137e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7209717962337208 y1[1] (numeric) -0.7209717962338091 absolute error 8.837375276016246e-14 relative error 1.2257588052933202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3769999999998492 y2[1] (analytic) 0.6922430886012368 y2[1] (numeric) 0.6922430886011001 absolute error 1.3677947663381929e-13 relative error 1.9758879342544136e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.721664400039118 y1[1] (numeric) -0.7216644000392064 absolute error 8.837375276016246e-14 relative error 1.2245824063840773e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.377999999999849 y2[1] (analytic) 0.6915210781999598 y2[1] (numeric) 0.6915210781998228 absolute error 1.3700152123874432e-13 relative error 1.9811618988586932e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7223562821801753 y1[1] (numeric) -0.7223562821802637 absolute error 8.837375276016246e-14 relative error 1.2234094855995125e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.378999999999849 y2[1] (analytic) 0.690798376277662 y2[1] (numeric) 0.6907983762775249 absolute error 1.3711254354120683e-13 relative error 1.9848417172031006e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7230474419650107 y1[1] (numeric) -0.7230474419650991 absolute error 8.837375276016246e-14 relative error 1.2222400306125278e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.379999999999849 y2[1] (analytic) 0.6900749835570457 y2[1] (numeric) 0.6900749835569083 absolute error 1.3733458814613186e-13 relative error 1.990140077796038e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7237378787024644 y1[1] (numeric) -0.7237378787025527 absolute error 8.826273045769994e-14 relative error 1.2195400165587519e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.380999999999849 y2[1] (analytic) 0.6893509007615033 y2[1] (numeric) 0.6893509007613656 absolute error 1.376676550535194e-13 relative error 1.9970620898796604e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7244275917020997 y1[1] (numeric) -0.724427591702188 absolute error 8.826273045769994e-14 relative error 1.2183789169366079e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3819999999998487 y2[1] (analytic) 0.6886261286151175 y2[1] (numeric) 0.6886261286149796 absolute error 1.3788969965844444e-13 relative error 2.002388435881045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7251165802742037 y1[1] (numeric) -0.7251165802742918 absolute error 8.815170815523743e-14 relative error 1.2156901462921005e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3829999999998486 y2[1] (analytic) 0.6879006678426606 y2[1] (numeric) 0.6879006678425225 absolute error 1.3811174426336947e-13 relative error 2.0077280153907183e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7258048437297877 y1[1] (numeric) -0.7258048437298759 absolute error 8.815170815523743e-14 relative error 1.2145373362657761e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3839999999998485 y2[1] (analytic) 0.687174519169593 y2[1] (numeric) 0.6871745191694547 absolute error 1.383337888682945e-13 relative error 2.013080884248475e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7264923813805886 y1[1] (numeric) -0.7264923813806766 absolute error 8.804068585277491e-14 relative error 1.2118597263947482e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3849999999998484 y2[1] (analytic) 0.6864476833220636 y2[1] (numeric) 0.6864476833219251 absolute error 1.3855583347321954e-13 relative error 2.0184470985855552e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7271791925390686 y1[1] (numeric) -0.7271791925391565 absolute error 8.79296635503124e-14 relative error 1.2091883878482713e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3859999999998482 y2[1] (analytic) 0.6857201610269081 y2[1] (numeric) 0.6857201610267694 absolute error 1.3877787807814457e-13 relative error 2.023826714826587e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7278652765184167 y1[1] (numeric) -0.7278652765185045 absolute error 8.781864124784988e-14 relative error 1.2065232960131169e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.386999999999848 y2[1] (analytic) 0.6849919530116487 y2[1] (numeric) 0.6849919530115097 absolute error 1.389999226830696e-13 relative error 2.0292197896915412e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7285506326325489 y1[1] (numeric) -0.7285506326326366 absolute error 8.770761894538737e-14 relative error 1.2038644263949668e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.387999999999848 y2[1] (analytic) 0.6842630600044933 y2[1] (numeric) 0.6842630600043542 absolute error 1.3911094498553211e-13 relative error 2.0330038711225858e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7292352601961092 y1[1] (numeric) -0.7292352601961969 absolute error 8.770761894538737e-14 relative error 1.202734202975877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.388999999999848 y2[1] (analytic) 0.6835334827343351 y2[1] (numeric) 0.6835334827341957 absolute error 1.3944401189291966e-13 relative error 2.040046543661659e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7299191585244701 y1[1] (numeric) -0.7299191585245577 absolute error 8.759659664292485e-14 relative error 1.200086278321577e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.389999999999848 y2[1] (analytic) 0.6828032219307509 y2[1] (numeric) 0.6828032219306114 absolute error 1.3955503419538218e-13 relative error 2.043854359690407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7306023269337333 y1[1] (numeric) -0.7306023269338208 absolute error 8.748557434046234e-14 relative error 1.1974445072962025e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3909999999998477 y2[1] (analytic) 0.6820722783240019 y2[1] (numeric) 0.6820722783238621 absolute error 1.397770788003072e-13 relative error 2.04930009974558e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7312847647407303 y1[1] (numeric) -0.7312847647408178 absolute error 8.748557434046234e-14 relative error 1.1963270473914422e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3919999999998476 y2[1] (analytic) 0.6813406526450313 y2[1] (numeric) 0.6813406526448913 absolute error 1.3999912340523224e-13 relative error 2.05475958115433e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7319664712630237 y1[1] (numeric) -0.7319664712631111 absolute error 8.737455203799982e-14 relative error 1.1936960976809932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3929999999998475 y2[1] (analytic) 0.6806083456254648 y2[1] (numeric) 0.6806083456253246 absolute error 1.4022116801015727e-13 relative error 2.0602328624298158e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7326474458189067 y1[1] (numeric) -0.7326474458189941 absolute error 8.737455203799982e-14 relative error 1.1925865917725011e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3939999999998474 y2[1] (analytic) 0.6798753579976095 y2[1] (numeric) 0.679875357997469 absolute error 1.404432126150823e-13 relative error 2.0657200023945585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.733327687727405 y1[1] (numeric) -0.7333276877274923 absolute error 8.737455203799982e-14 relative error 1.1914803368297063e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3949999999998473 y2[1] (analytic) 0.6791416904944527 y2[1] (numeric) 0.6791416904943121 absolute error 1.4066525722000733e-13 relative error 2.071221060182526e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7340071963082767 y1[1] (numeric) -0.734007196308364 absolute error 8.72635297355373e-14 relative error 1.1888647710054245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.395999999999847 y2[1] (analytic) 0.6784073438496621 y2[1] (numeric) 0.6784073438495212 absolute error 1.4088730182493236e-13 relative error 2.076736095241233e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7346859708820133 y1[1] (numeric) -0.7346859708821004 absolute error 8.715250743307479e-14 relative error 1.1862552285903256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.396999999999847 y2[1] (analytic) 0.6776723187975842 y2[1] (numeric) 0.677672318797443 absolute error 1.411093464298574e-13 relative error 2.082265167333856e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7353640107698401 y1[1] (numeric) -0.7353640107699272 absolute error 8.704148513061227e-14 relative error 1.1836516861831464e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.397999999999847 y2[1] (analytic) 0.6769366160732438 y2[1] (numeric) 0.6769366160731026 absolute error 1.412203687323199e-13 relative error 2.0861682671489587e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7360413152937175 y1[1] (numeric) -0.7360413152938045 absolute error 8.693046282814976e-14 relative error 1.1810541204940396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.398999999999847 y2[1] (analytic) 0.676200236412344 y2[1] (numeric) 0.6762002364122025 absolute error 1.4144241333724494e-13 relative error 2.0917238078425335e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.736717883776341 y1[1] (numeric) -0.7367178837764278 absolute error 8.681944052568724e-14 relative error 1.1784625083438944e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.3999999999998467 y2[1] (analytic) 0.675463180551264 y2[1] (numeric) 0.6754631805511223 absolute error 1.4166445794216997e-13 relative error 2.097293561235325e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.737393715541142 y1[1] (numeric) -0.7373937155412288 absolute error 8.681944052568724e-14 relative error 1.1773824307951165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4009999999998466 y2[1] (analytic) 0.6747254492270597 y2[1] (numeric) 0.6747254492269178 absolute error 1.41886502547095e-13 relative error 2.1028775883529353e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.738068809912289 y1[1] (numeric) -0.7380688099123757 absolute error 8.670841822322473e-14 relative error 1.1748012794840772e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4019999999998465 y2[1] (analytic) 0.6739870431774625 y2[1] (numeric) 0.6739870431773203 absolute error 1.4221956945448255e-13 relative error 2.1101231973837186e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7387431662146875 y1[1] (numeric) -0.7387431662147741 absolute error 8.659739592076221e-14 relative error 1.1722260168508412e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4029999999998464 y2[1] (analytic) 0.6732479631408782 y2[1] (numeric) 0.6732479631407358 absolute error 1.4244161405940758e-13 relative error 2.1157377646547957e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7394167837739813 y1[1] (numeric) -0.7394167837740679 absolute error 8.659739592076221e-14 relative error 1.1711581048886843e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4039999999998463 y2[1] (analytic) 0.6725082098563869 y2[1] (numeric) 0.6725082098562443 absolute error 1.4266365866433262e-13 relative error 2.1213667963220585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7400896619165531 y1[1] (numeric) -0.7400896619166396 absolute error 8.64863736182997e-14 relative error 1.1685931863219465e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.404999999999846 y2[1] (analytic) 0.6717677840637418 y2[1] (numeric) 0.6717677840635989 absolute error 1.4288570326925765e-13 relative error 2.127010354752286e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7407617999695246 y1[1] (numeric) -0.740761799969611 absolute error 8.637535131583718e-14 relative error 1.1660340924625259e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.405999999999846 y2[1] (analytic) 0.6710266865033686 y2[1] (numeric) 0.6710266865032255 absolute error 1.4310774787418268e-13 relative error 2.1326685026477597e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7414331972607578 y1[1] (numeric) -0.7414331972608442 absolute error 8.637535131583718e-14 relative error 1.1649782021489315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.406999999999846 y2[1] (analytic) 0.6702849179163649 y2[1] (numeric) 0.6702849179162215 absolute error 1.4344081478157023e-13 relative error 2.1399976479773354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7421038531188556 y1[1] (numeric) -0.7421038531189419 absolute error 8.626432901337466e-14 relative error 1.1624293372259116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.407999999999846 y2[1] (analytic) 0.669542479044499 y2[1] (numeric) 0.6695424790443554 absolute error 1.4366285938649526e-13 relative error 2.1456870009430297e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7427737668731621 y1[1] (numeric) -0.7427737668732484 absolute error 8.626432901337466e-14 relative error 1.1613809326697099e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4089999999998457 y2[1] (analytic) 0.6687993706302099 y2[1] (numeric) 0.6687993706300661 absolute error 1.4377388168895777e-13 relative error 2.1497311152293637e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7434429378537637 y1[1] (numeric) -0.7434429378538499 absolute error 8.615330671091215e-14 relative error 1.1588422234479364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4099999999998456 y2[1] (analytic) 0.6680555934166059 y2[1] (numeric) 0.6680555934164619 absolute error 1.439959262938828e-13 relative error 2.1554482547994407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7441113653914893 y1[1] (numeric) -0.7441113653915754 absolute error 8.615330671091215e-14 relative error 1.157801247473024e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4109999999998455 y2[1] (analytic) 0.6673111481474643 y2[1] (numeric) 0.66731114814732 absolute error 1.4432899320127035e-13 relative error 2.1628440286355913e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7447790488179116 y1[1] (numeric) -0.7447790488179976 absolute error 8.604228440844963e-14 relative error 1.1552726213903717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4119999999998454 y2[1] (analytic) 0.6665660355672299 y2[1] (numeric) 0.6665660355670855 absolute error 1.4444001550373287e-13 relative error 2.1669273229743588e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7454459874653471 y1[1] (numeric) -0.745445987465433 absolute error 8.593126210598712e-14 relative error 1.1527496767159368e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4129999999998453 y2[1] (analytic) 0.6658202564210157 y2[1] (numeric) 0.665820256420871 absolute error 1.4477308241112041e-13 relative error 2.1743568330185584e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7461121806668571 y1[1] (numeric) -0.7461121806669431 absolute error 8.593126210598712e-14 relative error 1.1517204025430039e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.413999999999845 y2[1] (analytic) 0.6650738114546004 y2[1] (numeric) 0.6650738114544555 absolute error 1.4488410471358293e-13 relative error 2.1784665433856596e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7467776277562488 y1[1] (numeric) -0.7467776277563346 absolute error 8.58202398035246e-14 relative error 1.149207429544698e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.414999999999845 y2[1] (analytic) 0.6643267014144292 y2[1] (numeric) 0.6643267014142841 absolute error 1.4510614931850796e-13 relative error 2.1842588745802332e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.747442328068075 y1[1] (numeric) -0.7474423280681607 absolute error 8.570921750106208e-14 relative error 1.1467000768152366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.415999999999845 y2[1] (analytic) 0.6635789270476119 y2[1] (numeric) 0.6635789270474666 absolute error 1.45328193923433e-13 relative error 2.1900664412299167e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7481062809376353 y1[1] (numeric) -0.748106280937721 absolute error 8.570921750106208e-14 relative error 1.1456823673989057e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.416999999999845 y2[1] (analytic) 0.6628304891019229 y2[1] (numeric) 0.6628304891017773 absolute error 1.4555023852835802e-13 relative error 2.1958893098832223e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7487694857009771 y1[1] (numeric) -0.7487694857010627 absolute error 8.559819519859957e-14 relative error 1.1431848764304936e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4179999999998447 y2[1] (analytic) 0.6620813883258 y2[1] (numeric) 0.6620813883256542 absolute error 1.4577228313328305e-13 relative error 2.2017275474529842e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7494319416948956 y1[1] (numeric) -0.7494319416949811 absolute error 8.548717289613705e-14 relative error 1.1406929454167847e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4189999999998446 y2[1] (analytic) 0.6613316254683439 y2[1] (numeric) 0.6613316254681979 absolute error 1.4599432773820809e-13 relative error 2.207581221218891e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7500936482569347 y1[1] (numeric) -0.7500936482570202 absolute error 8.548717289613705e-14 relative error 1.1396866657222319e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4199999999998445 y2[1] (analytic) 0.6605812012793174 y2[1] (numeric) 0.6605812012791713 absolute error 1.461053500406706e-13 relative error 2.2117697227489224e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7507546047253882 y1[1] (numeric) -0.7507546047254736 absolute error 8.537615059367454e-14 relative error 1.1372044880750815e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4209999999998444 y2[1] (analytic) 0.6598301165091448 y2[1] (numeric) 0.6598301165089985 absolute error 1.4632739464559563e-13 relative error 2.2176525591124277e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7514148104392995 y1[1] (numeric) -0.7514148104393849 absolute error 8.537615059367454e-14 relative error 1.136205321049782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4219999999998443 y2[1] (analytic) 0.6590783719089106 y2[1] (numeric) 0.6590783719087641 absolute error 1.4654943925052066e-13 relative error 2.2235510296911222e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.752074264738463 y1[1] (numeric) -0.7520742647385482 absolute error 8.526512829121202e-14 relative error 1.1337328278459752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.422999999999844 y2[1] (analytic) 0.6583259682303594 y2[1] (numeric) 0.6583259682302127 absolute error 1.4666046155298318e-13 relative error 2.2277787696453772e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7527329669634244 y1[1] (numeric) -0.7527329669635096 absolute error 8.515410598874951e-14 relative error 1.1312657971161662e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.423999999999844 y2[1] (analytic) 0.6575729062258949 y2[1] (numeric) 0.6575729062257479 absolute error 1.4699352846037073e-13 relative error 2.23539514886695e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7533909164554816 y1[1] (numeric) -0.7533909164555667 absolute error 8.504308368628699e-14 relative error 1.128804208131334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.424999999999844 y2[1] (analytic) 0.656819186648579 y2[1] (numeric) 0.6568191866484318 absolute error 1.4721557306529576e-13 relative error 2.2413409361024222e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7540481125566851 y1[1] (numeric) -0.7540481125567701 absolute error 8.493206138382448e-14 relative error 1.1263480402577064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.425999999999844 y2[1] (analytic) 0.656064810252131 y2[1] (numeric) 0.6560648102519836 absolute error 1.474376176702208e-13 relative error 2.247302634835106e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7547045546098389 y1[1] (numeric) -0.7547045546099238 absolute error 8.493206138382448e-14 relative error 1.1253683426851978e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4269999999998437 y2[1] (analytic) 0.6553097777909276 y2[1] (numeric) 0.6553097777907799 absolute error 1.4765966227514582e-13 relative error 2.253280315348136e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7553602419585009 y1[1] (numeric) -0.7553602419585858 absolute error 8.482103908136196e-14 relative error 1.1229216785548263e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4279999999998436 y2[1] (analytic) 0.654554090020001 y2[1] (numeric) 0.6545540900198531 absolute error 1.4788170688007085e-13 relative error 2.259274048315122e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.756015173946984 y1[1] (numeric) -0.7560151739470687 absolute error 8.471001677889944e-14 relative error 1.1204803778824653e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4289999999998435 y2[1] (analytic) 0.6537977476950388 y2[1] (numeric) 0.6537977476948907 absolute error 1.4810375148499588e-13 relative error 2.2652839048029e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7566693499203562 y1[1] (numeric) -0.7566693499204408 absolute error 8.459899447643693e-14 relative error 1.1180444203976474e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4299999999998434 y2[1] (analytic) 0.6530407515723835 y2[1] (numeric) 0.6530407515722352 absolute error 1.4832579608992091e-13 relative error 2.2713099562743043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7573227692244414 y1[1] (numeric) -0.7573227692245259 absolute error 8.448797217397441e-14 relative error 1.1156137859224382e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4309999999998433 y2[1] (analytic) 0.652283102409031 y2[1] (numeric) 0.6522831024088824 absolute error 1.4854784069484595e-13 relative error 2.277352274590967e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7579754312058206 y1[1] (numeric) -0.7579754312059049 absolute error 8.43769498715119e-14 relative error 1.1131884543708936e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.431999999999843 y2[1] (analytic) 0.6515248009626304 y2[1] (numeric) 0.6515248009624817 absolute error 1.4876988529977098e-13 relative error 2.2834109320161394e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7586273352118316 y1[1] (numeric) -0.7586273352119159 absolute error 8.43769498715119e-14 relative error 1.1122318687336954e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.432999999999843 y2[1] (analytic) 0.6507658479914833 y2[1] (numeric) 0.6507658479913342 absolute error 1.4910295220715852e-13 relative error 2.2911920265537638e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7592784805905707 y1[1] (numeric) -0.759278480590655 absolute error 8.426592756904938e-14 relative error 1.1098158280938887e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.433999999999843 y2[1] (analytic) 0.6500062442545423 y2[1] (numeric) 0.650006244254393 absolute error 1.4932499681208355e-13 relative error 2.2972855742845435e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7599288666908925 y1[1] (numeric) -0.7599288666909767 absolute error 8.415490526658687e-14 relative error 1.1074050342769461e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.434999999999843 y2[1] (analytic) 0.6492459905114113 y2[1] (numeric) 0.6492459905112618 absolute error 1.4954704141700859e-13 relative error 2.303395686729006e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7605784928624109 y1[1] (numeric) -0.760578492862495 absolute error 8.415490526658687e-14 relative error 1.1064591762235188e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4359999999998427 y2[1] (analytic) 0.6484850875223438 y2[1] (numeric) 0.648485087522194 absolute error 1.4976908602193362e-13 relative error 2.309522437812007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7612273584554998 y1[1] (numeric) -0.7612273584555839 absolute error 8.404388296412435e-14 relative error 1.1040575726895321e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4369999999998426 y2[1] (analytic) 0.6477235360482428 y2[1] (numeric) 0.6477235360480929 absolute error 1.4999113062685865e-13 relative error 2.315665901874642e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7618754628212938 y1[1] (numeric) -0.7618754628213777 absolute error 8.393286066166183e-14 relative error 1.1016611606160783e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4379999999998425 y2[1] (analytic) 0.6469613368506599 y2[1] (numeric) 0.6469613368505096 absolute error 1.503241975342462e-13 relative error 2.3235422114404648e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7625228053116884 y1[1] (numeric) -0.7625228053117723 absolute error 8.393286066166183e-14 relative error 1.1007259071727499e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4389999999998424 y2[1] (analytic) 0.6461984906917939 y2[1] (numeric) 0.6461984906916435 absolute error 1.504352198367087e-13 relative error 2.3280032684022346e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7631693852793412 y1[1] (numeric) -0.763169385279425 absolute error 8.382183835919932e-14 relative error 1.098338586112416e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4399999999998423 y2[1] (analytic) 0.6454349983344911 y2[1] (numeric) 0.6454349983343405 absolute error 1.5065726444163374e-13 relative error 2.3341973216574307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7638152020776723 y1[1] (numeric) -0.7638152020777561 absolute error 8.382183835919932e-14 relative error 1.0974099249555847e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.440999999999842 y2[1] (analytic) 0.6446708605422438 y2[1] (numeric) 0.6446708605420929 absolute error 1.5087930904655877e-13 relative error 2.3404083894788045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.764460255060865 y1[1] (numeric) -0.7644602550609487 absolute error 8.37108160567368e-14 relative error 1.0950316318285493e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.441999999999842 y2[1] (analytic) 0.6439060780791896 y2[1] (numeric) 0.6439060780790385 absolute error 1.511013536514838e-13 relative error 2.3466365483336976e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7651045435838664 y1[1] (numeric) -0.76510454358395 absolute error 8.359979375427429e-14 relative error 1.0926584406711285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.442999999999842 y2[1] (analytic) 0.643140651710111 y2[1] (numeric) 0.6431406517099597 absolute error 1.5132339825640884e-13 relative error 2.3528818751238926e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.765748067002388 y1[1] (numeric) -0.7657480670024714 absolute error 8.348877145181177e-14 relative error 1.0902903324149223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.443999999999842 y2[1] (analytic) 0.6423745822004344 y2[1] (numeric) 0.6423745822002828 absolute error 1.5165646516379638e-13 relative error 2.3608727581390568e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7663908246729063 y1[1] (numeric) -0.7663908246729897 absolute error 8.337774914934926e-14 relative error 1.0879272880770026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4449999999998417 y2[1] (analytic) 0.641607870316229 y2[1] (numeric) 0.6416078703160771 absolute error 1.5187850976872141e-13 relative error 2.367154718564551e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7670328159526638 y1[1] (numeric) -0.7670328159527472 absolute error 8.337774914934926e-14 relative error 1.0870167144777647e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4459999999998416 y2[1] (analytic) 0.6408405168242068 y2[1] (numeric) 0.6408405168240547 absolute error 1.5210055437364645e-13 relative error 2.3734540869451634e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7676740401996693 y1[1] (numeric) -0.7676740401997526 absolute error 8.326672684688674e-14 relative error 1.0846625323585172e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4469999999998415 y2[1] (analytic) 0.6400725224917212 y2[1] (numeric) 0.6400725224915689 absolute error 1.5232259897857148e-13 relative error 2.37977094198012e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7683144967726986 y1[1] (numeric) -0.7683144967727819 absolute error 8.326672684688674e-14 relative error 1.0837583723416418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4479999999998414 y2[1] (analytic) 0.6393038880867664 y2[1] (numeric) 0.6393038880866139 absolute error 1.525446435834965e-13 relative error 2.386105362819147e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7689541850312951 y1[1] (numeric) -0.7689541850313782 absolute error 8.315570454442422e-14 relative error 1.0814129913479816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4489999999998413 y2[1] (analytic) 0.6385346143779769 y2[1] (numeric) 0.6385346143778241 absolute error 1.5276668818842154e-13 relative error 2.3924574290657354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7695931043357707 y1[1] (numeric) -0.7695931043358537 absolute error 8.304468224196171e-14 relative error 1.0790725875024163e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.449999999999841 y2[1] (analytic) 0.6377647021346261 y2[1] (numeric) 0.6377647021344731 absolute error 1.5298873279334657e-13 relative error 2.3988272207804327e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.770231254047206 y1[1] (numeric) -0.770231254047289 absolute error 8.293365993949919e-14 relative error 1.076737142302672e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.450999999999841 y2[1] (analytic) 0.6369941521266264 y2[1] (numeric) 0.6369941521264731 absolute error 1.532107773982716e-13 relative error 2.4052148184841614e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7708686335274516 y1[1] (numeric) -0.7708686335275344 absolute error 8.282263763703668e-14 relative error 1.0744066373286578e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.451999999999841 y2[1] (analytic) 0.6362229651245276 y2[1] (numeric) 0.6362229651243742 absolute error 1.5343282200319663e-13 relative error 2.41162030316157e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7715052421391277 y1[1] (numeric) -0.7715052421392106 absolute error 8.282263763703668e-14 relative error 1.0735200892141318e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.452999999999841 y2[1] (analytic) 0.6354511418995167 y2[1] (numeric) 0.635451141899363 absolute error 1.5365486660812167e-13 relative error 2.418043756264411e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7721410792456261 y1[1] (numeric) -0.7721410792457089 absolute error 8.271161533457416e-14 relative error 1.071198224751655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4539999999998408 y2[1] (analytic) 0.6346786832234168 y2[1] (numeric) 0.6346786832232629 absolute error 1.538769112130467e-13 relative error 2.4244852597149482e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7727761442111096 y1[1] (numeric) -0.7727761442111922 absolute error 8.260059303211165e-14 relative error 1.0688812491285515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4549999999998406 y2[1] (analytic) 0.6339055898686866 y2[1] (numeric) 0.6339055898685325 absolute error 1.5409895581797173e-13 relative error 2.4309448959093938e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7734104364005133 y1[1] (numeric) -0.7734104364005958 absolute error 8.248957072964913e-14 relative error 1.0665691442380745e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4559999999998405 y2[1] (analytic) 0.6331318626084194 y2[1] (numeric) 0.633131862608265 absolute error 1.5432100042289676e-13 relative error 2.437422747721378e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.774043955179545 y1[1] (numeric) -0.7740439551796274 absolute error 8.237854842718662e-14 relative error 1.0642618920533824e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4569999999998404 y2[1] (analytic) 0.6323575022163423 y2[1] (numeric) 0.6323575022161878 absolute error 1.545430450278218e-13 relative error 2.443918898505445e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7746766999146861 y1[1] (numeric) -0.7746766999147684 absolute error 8.22675261247241e-14 relative error 1.061959474627081e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4579999999998403 y2[1] (analytic) 0.6315825094668157 y2[1] (numeric) 0.631582509466661 absolute error 1.5476508963274682e-13 relative error 2.4504334321005832e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7753086699731918 y1[1] (numeric) -0.775308669973274 absolute error 8.215650382226158e-14 relative error 1.0596618740907714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.45899999999984 y2[1] (analytic) 0.6308068851348323 y2[1] (numeric) 0.6308068851346773 absolute error 1.5498713423767185e-13 relative error 2.4569664328337827e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7759398647230921 y1[1] (numeric) -0.7759398647231742 absolute error 8.215650382226158e-14 relative error 1.0587998833077173e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.45999999999984 y2[1] (analytic) 0.6300306299960163 y2[1] (numeric) 0.6300306299958611 absolute error 1.5520917884259688e-13 relative error 2.463517985523629e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7765702835331924 y1[1] (numeric) -0.7765702835332744 absolute error 8.204548151979907e-14 relative error 1.0565107017295784e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.46099999999984 y2[1] (analytic) 0.6292537448266229 y2[1] (numeric) 0.6292537448264675 absolute error 1.5543122344752192e-13 relative error 2.4700881754839232e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7771999257730737 y1[1] (numeric) -0.7771999257731558 absolute error 8.204548151979907e-14 relative error 1.0556547781214618e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.46199999999984 y2[1] (analytic) 0.6284762304035371 y2[1] (numeric) 0.6284762304033814 absolute error 1.5565326805244695e-13 relative error 2.4766770885273393e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7778287908130942 y1[1] (numeric) -0.7778287908131761 absolute error 8.193445921733655e-14 relative error 1.0533739581905592e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4629999999998398 y2[1] (analytic) 0.6276980875042731 y2[1] (numeric) 0.6276980875041173 absolute error 1.5587531265737198e-13 relative error 2.4832848109691083e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7784568780243887 y1[1] (numeric) -0.7784568780244705 absolute error 8.182343691487404e-14 relative error 1.051097873558907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4639999999998397 y2[1] (analytic) 0.626919316906974 y2[1] (numeric) 0.6269193169068179 absolute error 1.56097357262297e-13 relative error 2.4899114296307393e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7790841867788699 y1[1] (numeric) -0.7790841867789517 absolute error 8.182343691487404e-14 relative error 1.0502515428168774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4649999999998395 y2[1] (analytic) 0.6261399193904102 y2[1] (numeric) 0.6261399193902539 absolute error 1.5631940186722204e-13 relative error 2.4965570318437705e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7797107164492294 y1[1] (numeric) -0.7797107164493111 absolute error 8.171241461241152e-14 relative error 1.0479837315116881e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4659999999998394 y2[1] (analytic) 0.6253598957339793 y2[1] (numeric) 0.6253598957338228 absolute error 1.5654144647214707e-13 relative error 2.5032217054535575e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7803364664089373 y1[1] (numeric) -0.780336466409019 absolute error 8.171241461241152e-14 relative error 1.047143355845553e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4669999999998393 y2[1] (analytic) 0.6245792467177047 y2[1] (numeric) 0.6245792467175479 absolute error 1.567634910770721e-13 relative error 2.5099055388230913e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7809614360322439 y1[1] (numeric) -0.7809614360323255 absolute error 8.1601392309949e-14 relative error 1.0448837617966568e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.467999999999839 y2[1] (analytic) 0.6237979731222354 y2[1] (numeric) 0.6237979731220784 absolute error 1.5698553568199713e-13 relative error 2.51660862083685e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7815856246941795 y1[1] (numeric) -0.7815856246942611 absolute error 8.1601392309949e-14 relative error 1.044049298397449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.468999999999839 y2[1] (analytic) 0.623016075728845 y2[1] (numeric) 0.6230160757286878 absolute error 1.5720758028692217e-13 relative error 2.52333104090469e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7822090317705556 y1[1] (numeric) -0.782209031770637 absolute error 8.149037000748649e-14 relative error 1.0417978660132624e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.469999999999839 y2[1] (analytic) 0.6222335553194308 y2[1] (numeric) 0.6222335553192734 absolute error 1.574296248918472e-13 relative error 2.5300728889657657e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7828316566379651 y1[1] (numeric) -0.7828316566380464 absolute error 8.137934770502397e-14 relative error 1.0395510581997242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.470999999999839 y2[1] (analytic) 0.6214504126765131 y2[1] (numeric) 0.6214504126763555 absolute error 1.5765166949677223e-13 relative error 2.536834255492489e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7834534986737831 y1[1] (numeric) -0.7834534986738644 absolute error 8.126832540256146e-14 relative error 1.0373088580257937e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4719999999998388 y2[1] (analytic) 0.6206666485832346 y2[1] (numeric) 0.6206666485830767 absolute error 1.5787371410169726e-13 relative error 2.5436152314945205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7840745572561678 y1[1] (numeric) -0.784074557256249 absolute error 8.115730310009894e-14 relative error 1.0350712486336137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4729999999998387 y2[1] (analytic) 0.6198822638233592 y2[1] (numeric) 0.6198822638232011 absolute error 1.580957587066223e-13 relative error 2.5504159085228004e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7846948317640606 y1[1] (numeric) -0.7846948317641417 absolute error 8.104628079763643e-14 relative error 1.0328382132381006e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4739999999998386 y2[1] (analytic) 0.6190972591812716 y2[1] (numeric) 0.6190972591811132 absolute error 1.5831780331154732e-13 relative error 2.5572363786736117e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.785314321577187 y1[1] (numeric) -0.785314321577268 absolute error 8.104628079763643e-14 relative error 1.0320234659017428e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4749999999998384 y2[1] (analytic) 0.6183116354419764 y2[1] (numeric) 0.6183116354418179 absolute error 1.5853984791647235e-13 relative error 2.5640767345926817e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7859330260760572 y1[1] (numeric) -0.7859330260761381 absolute error 8.093525849517391e-14 relative error 1.0297984155120816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4759999999998383 y2[1] (analytic) 0.6175253933910972 y2[1] (numeric) 0.6175253933909386 absolute error 1.5865087021893487e-13 relative error 2.5691392113887784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.786550944641967 y1[1] (numeric) -0.7865509446420478 absolute error 8.08242361927114e-14 relative error 1.0275778923576536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.476999999999838 y2[1] (analytic) 0.6167385338148763 y2[1] (numeric) 0.6167385338147173 absolute error 1.5898393712632242e-13 relative error 2.5778174770906064e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7871680766569975 y1[1] (numeric) -0.7871680766570782 absolute error 8.071321389024888e-14 relative error 1.0253618799307463e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.477999999999838 y2[1] (analytic) 0.6159510575001729 y2[1] (numeric) 0.6159510575000137 absolute error 1.5920598173124745e-13 relative error 2.5847180517455767e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7877844215040171 y1[1] (numeric) -0.7877844215040977 absolute error 8.060219158778636e-14 relative error 1.0231503617944464e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.478999999999838 y2[1] (analytic) 0.6151629652344632 y2[1] (numeric) 0.6151629652343038 absolute error 1.5942802633617248e-13 relative error 2.5916388883295028e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7883999785666808 y1[1] (numeric) -0.7883999785667613 absolute error 8.049116928532385e-14 relative error 1.0209433215822458e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.479999999999838 y2[1] (analytic) 0.6143742578058397 y2[1] (numeric) 0.61437425780568 absolute error 1.596500709410975e-13 relative error 2.5985800822981686e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7890147472294315 y1[1] (numeric) -0.7890147472295119 absolute error 8.038014698286133e-14 relative error 1.0187407429976491e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.480999999999838 y2[1] (analytic) 0.6135849360030095 y2[1] (numeric) 0.6135849360028496 absolute error 1.5987211554602254e-13 relative error 2.6055417296822036e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7896287268775009 y1[1] (numeric) -0.7896287268775811 absolute error 8.026912468039882e-14 relative error 1.0165426098137813e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4819999999998377 y2[1] (analytic) 0.6127950006152943 y2[1] (numeric) 0.6127950006151343 absolute error 1.6009416015094757e-13 relative error 2.612523927091449e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7902419168969091 y1[1] (numeric) -0.7902419168969893 absolute error 8.01581023779363e-14 relative error 1.0143489058730014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4829999999998376 y2[1] (analytic) 0.6120044524326297 y2[1] (numeric) 0.6120044524324694 absolute error 1.603162047558726e-13 relative error 2.6195267717193682e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7908543166744664 y1[1] (numeric) -0.7908543166745464 absolute error 8.004708007547379e-14 relative error 1.0121596150865165e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4839999999998374 y2[1] (analytic) 0.6112132922455636 y2[1] (numeric) 0.6112132922454031 absolute error 1.6053824936079764e-13 relative error 2.6265503613474936e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7914659255977727 y1[1] (numeric) -0.7914659255978528 absolute error 8.004708007547379e-14 relative error 1.0113774641026574e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4849999999998373 y2[1] (analytic) 0.6104215208452564 y2[1] (numeric) 0.6104215208450955 absolute error 1.6087131626818518e-13 relative error 2.635413575285242e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7920767430552196 y1[1] (numeric) -0.7920767430552995 absolute error 7.993605777301127e-14 relative error 1.0091958698936138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4859999999998372 y2[1] (analytic) 0.609629139023479 y2[1] (numeric) 0.609629139023318 absolute error 1.6109336087311021e-13 relative error 2.6424813146424407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7926867684359893 y1[1] (numeric) -0.7926867684360692 absolute error 7.993605777301127e-14 relative error 1.0084192263071215e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.486999999999837 y2[1] (analytic) 0.6088361475726134 y2[1] (numeric) 0.6088361475724522 absolute error 1.6120438317557273e-13 relative error 2.647746586964049e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7932960011300567 y1[1] (numeric) -0.7932960011301365 absolute error 7.982503547054876e-14 relative error 1.0062452773849526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.487999999999837 y2[1] (analytic) 0.608042547285651 y2[1] (numeric) 0.6080425472854896 absolute error 1.6142642778049776e-13 relative error 2.654854146327717e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.793904440528189 y1[1] (numeric) -0.7939044405282688 absolute error 7.982503547054876e-14 relative error 1.0054741023672914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.488999999999837 y2[1] (analytic) 0.607248338956192 y2[1] (numeric) 0.6072483389560304 absolute error 1.616484723854228e-13 relative error 2.6619829485788746e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.794512086021947 y1[1] (numeric) -0.7945120860220267 absolute error 7.971401316808624e-14 relative error 1.0033077478683474e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.489999999999837 y2[1] (analytic) 0.6064535233784447 y2[1] (numeric) 0.6064535233782827 absolute error 1.6198153929281034e-13 relative error 2.6709637762584015e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7951189370036852 y1[1] (numeric) -0.7951189370037648 absolute error 7.960299086562372e-14 relative error 1.001145704887856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4909999999998367 y2[1] (analytic) 0.6056581013472244 y2[1] (numeric) 0.6056581013470623 absolute error 1.6209256159527285e-13 relative error 2.6763046879867462e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7957249928665526 y1[1] (numeric) -0.7957249928666321 absolute error 7.949196856316121e-14 relative error 9.989879578470452e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4919999999998366 y2[1] (analytic) 0.6048620736579534 y2[1] (numeric) 0.604862073657791 absolute error 1.624256285026604e-13 relative error 2.6853333276523352e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7963302530044934 y1[1] (numeric) -0.7963302530045729 absolute error 7.949196856316121e-14 relative error 9.982286653463694e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4929999999998365 y2[1] (analytic) 0.604065441106659 y2[1] (numeric) 0.6040654411064964 absolute error 1.6264767310758543e-13 relative error 2.6925505423652756e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7969347168122477 y1[1] (numeric) -0.7969347168123271 absolute error 7.938094626069869e-14 relative error 9.96078406249182e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4939999999998363 y2[1] (analytic) 0.603268204489974 y2[1] (numeric) 0.6032682044898111 absolute error 1.6286971771251046e-13 relative error 2.6997895214816892e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7975383836853515 y1[1] (numeric) -0.7975383836854308 absolute error 7.938094626069869e-14 relative error 9.95324461926041e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4949999999998362 y2[1] (analytic) 0.6024703646051346 y2[1] (numeric) 0.6024703646049716 absolute error 1.6298074001497298e-13 relative error 2.705207585136445e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7981412530201382 y1[1] (numeric) -0.7981412530202173 absolute error 7.915890165577366e-14 relative error 9.91790630496033e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.495999999999836 y2[1] (analytic) 0.6016719222499809 y2[1] (numeric) 0.6016719222498177 absolute error 1.63202784619898e-13 relative error 2.7124879620374074e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7987433242137382 y1[1] (numeric) -0.7987433242138173 absolute error 7.915890165577366e-14 relative error 9.910430454451134e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.496999999999836 y2[1] (analytic) 0.6008728782229551 y2[1] (numeric) 0.6008728782227917 absolute error 1.6342482922482304e-13 relative error 2.719790410712862e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7993445966640806 y1[1] (numeric) -0.7993445966641597 absolute error 7.904787935331115e-14 relative error 9.889086594593008e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.497999999999836 y2[1] (analytic) 0.6000732333231011 y2[1] (numeric) 0.6000732333229375 absolute error 1.6364687382974807e-13 relative error 2.7271150376679887e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.799945069769893 y1[1] (numeric) -0.7999450697699719 absolute error 7.893685705084863e-14 relative error 9.867784680960044e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.498999999999836 y2[1] (analytic) 0.5992729883500638 y2[1] (numeric) 0.5992729883499 absolute error 1.638689184346731e-13 relative error 2.734461950067896e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8005447429307023 y1[1] (numeric) -0.8005447429307812 absolute error 7.882583474838611e-14 relative error 9.84652456273884e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.4999999999998357 y2[1] (analytic) 0.5984721441040881 y2[1] (numeric) 0.598472144103924 absolute error 1.6409096303959814e-13 relative error 2.7418312557427724e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8011436155468353 y1[1] (numeric) -0.8011436155469142 absolute error 7.882583474838611e-14 relative error 9.839164067304223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5009999999998356 y2[1] (analytic) 0.5976707013860182 y2[1] (numeric) 0.5976707013858539 absolute error 1.6431300764452317e-13 relative error 2.7492230631930902e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8017416870194196 y1[1] (numeric) -0.8017416870194983 absolute error 7.87148124459236e-14 relative error 9.817976752407162e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5019999999998355 y2[1] (analytic) 0.5968686609972967 y2[1] (numeric) 0.5968686609971321 absolute error 1.6464607455191071e-13 relative error 2.7584975608671874e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8023389567503837 y1[1] (numeric) -0.8023389567504623 absolute error 7.860379014346108e-14 relative error 9.796830813478196e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5029999999998354 y2[1] (analytic) 0.5960660237399639 y2[1] (numeric) 0.5960660237397991 absolute error 1.6475709685437323e-13 relative error 2.764074620804912e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8029354241424579 y1[1] (numeric) -0.8029354241425364 absolute error 7.849276784099857e-14 relative error 9.775726102112077e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5039999999998352 y2[1] (analytic) 0.5952627904166571 y2[1] (numeric) 0.595262790416492 absolute error 1.6509016376176078e-13 relative error 2.7733996886686823e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8035310885991749 y1[1] (numeric) -0.8035310885992533 absolute error 7.838174553853605e-14 relative error 9.754662470518946e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.504999999999835 y2[1] (analytic) 0.5944589618306094 y2[1] (numeric) 0.5944589618304441 absolute error 1.653122083666858e-13 relative error 2.7808851238042464e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8041259495248702 y1[1] (numeric) -0.8041259495249484 absolute error 7.827072323607354e-14 relative error 9.733639771520987e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.505999999999835 y2[1] (analytic) 0.5936545387856494 y2[1] (numeric) 0.5936545387854839 absolute error 1.6553425297161084e-13 relative error 2.7883936221597762e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.804720006324683 y1[1] (numeric) -0.8047200063247612 absolute error 7.815970093361102e-14 relative error 9.712657858549085e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.506999999999835 y2[1] (analytic) 0.5928495220862002 y2[1] (numeric) 0.5928495220860345 absolute error 1.6575629757653587e-13 relative error 2.7959252964099536e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8053132584045565 y1[1] (numeric) -0.8053132584046346 absolute error 7.815970093361102e-14 relative error 9.705502811223652e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.507999999999835 y2[1] (analytic) 0.5920439125372783 y2[1] (numeric) 0.5920439125371123 absolute error 1.659783421814609e-13 relative error 2.8034802599378134e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8059057051712387 y1[1] (numeric) -0.8059057051713168 absolute error 7.80486786311485e-14 relative error 9.684591898324473e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5089999999998347 y2[1] (analytic) 0.5912377109444932 y2[1] (numeric) 0.591237710944327 absolute error 1.6620038678638593e-13 relative error 2.811058626840351e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.806497346032283 y1[1] (numeric) -0.8064973460323609 absolute error 7.793765632868599e-14 relative error 9.663721364008835e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5099999999998346 y2[1] (analytic) 0.5904309181140464 y2[1] (numeric) 0.5904309181138799 absolute error 1.6642243139131097e-13 relative error 2.8186605119341864e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8070881803960483 y1[1] (numeric) -0.8070881803961262 absolute error 7.782663402622347e-14 relative error 9.642891064026358e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5109999999998345 y2[1] (analytic) 0.5896235348527306 y2[1] (numeric) 0.589623534852564 absolute error 1.6653345369377348e-13 relative error 2.824403095364372e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8076782076717006 y1[1] (numeric) -0.8076782076717783 absolute error 7.771561172376096e-14 relative error 9.622100854719391e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5119999999998344 y2[1] (analytic) 0.5888155619679292 y2[1] (numeric) 0.5888155619677624 absolute error 1.667554982986985e-13 relative error 2.832049780433302e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8082674272692125 y1[1] (numeric) -0.8082674272692901 absolute error 7.760458942129844e-14 relative error 9.601350593019803e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5129999999998343 y2[1] (analytic) 0.5880070002676149 y2[1] (numeric) 0.5880070002674479 absolute error 1.6697754290362354e-13 relative error 2.8397203235272437e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8088558385993645 y1[1] (numeric) -0.808855838599442 absolute error 7.749356711883593e-14 relative error 9.580640136445795e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.513999999999834 y2[1] (analytic) 0.5871978505603492 y2[1] (numeric) 0.587197850560182 absolute error 1.6719958750854857e-13 relative error 2.8474148423566928e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8094434410737453 y1[1] (numeric) -0.8094434410738227 absolute error 7.738254481637341e-14 relative error 9.559969343098721e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.514999999999834 y2[1] (analytic) 0.586388113655282 y2[1] (numeric) 0.5863881136551146 absolute error 1.674216321134736e-13 relative error 2.855133455380632e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8100302341047525 y1[1] (numeric) -0.8100302341048298 absolute error 7.72715225139109e-14 relative error 9.539338071659953e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.515999999999834 y2[1] (analytic) 0.58557779036215 y2[1] (numeric) 0.5855777903619823 absolute error 1.6764367671839864e-13 relative error 2.8628762818125255e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8106162171055931 y1[1] (numeric) -0.8106162171056702 absolute error 7.716050021144838e-14 relative error 9.518746181387738e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.516999999999834 y2[1] (analytic) 0.5847668814912763 y2[1] (numeric) 0.5847668814911086 absolute error 1.6775469902086115e-13 relative error 2.86874486792159e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8112013894902841 y1[1] (numeric) -0.8112013894903611 absolute error 7.704947790898586e-14 relative error 9.498193532114099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5179999999998337 y2[1] (analytic) 0.58395538785357 y2[1] (numeric) 0.583955387853402 absolute error 1.680877659282487e-13 relative error 2.8784350555627994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8117857506736532 y1[1] (numeric) -0.8117857506737302 absolute error 7.693845560652335e-14 relative error 9.477679984241735e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5189999999998336 y2[1] (analytic) 0.5831433102605245 y2[1] (numeric) 0.5831433102603562 absolute error 1.6830981053317373e-13 relative error 2.8862512451352623e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8123693000713393 y1[1] (numeric) -0.8123693000714162 absolute error 7.682743330406083e-14 relative error 9.457205398740958e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5199999999998335 y2[1] (analytic) 0.5823306495242173 y2[1] (numeric) 0.5823306495240487 absolute error 1.6864287744056128e-13 relative error 2.8959986491926515e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.812952037099793 y1[1] (numeric) -0.8129520370998697 absolute error 7.671641100159832e-14 relative error 9.436769637146636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5209999999998334 y2[1] (analytic) 0.5815174064573091 y2[1] (numeric) 0.5815174064571402 absolute error 1.688649220454863e-13 relative error 2.903867023933757e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8135339611762774 y1[1] (numeric) -0.813533961176354 absolute error 7.66053886991358e-14 relative error 9.41637256155516e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5219999999998333 y2[1] (analytic) 0.5807035818730428 y2[1] (numeric) 0.5807035818728739 absolute error 1.6897594434794883e-13 relative error 2.909848494526618e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8141150717188684 y1[1] (numeric) -0.8141150717189449 absolute error 7.649436639667329e-14 relative error 9.39601403462144e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.522999999999833 y2[1] (analytic) 0.5798891765852432 y2[1] (numeric) 0.579889176585074 absolute error 1.6919798895287386e-13 relative error 2.917764217453055e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8146953681464555 y1[1] (numeric) -0.814695368146532 absolute error 7.649436639667329e-14 relative error 9.389321381648276e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.523999999999833 y2[1] (analytic) 0.5790741914083153 y2[1] (numeric) 0.5790741914081459 absolute error 1.694200335577989e-13 relative error 2.9257051353949545e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8152748498787423 y1[1] (numeric) -0.8152748498788187 absolute error 7.638334409421077e-14 relative error 9.369029856075094e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.524999999999833 y2[1] (analytic) 0.5782586271572442 y2[1] (numeric) 0.5782586271570745 absolute error 1.6964207816272392e-13 relative error 2.933671374635517e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8158535163362473 y1[1] (numeric) -0.8158535163363235 absolute error 7.627232179174825e-14 relative error 9.348776497803713e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.525999999999833 y2[1] (analytic) 0.5774424846475941 y2[1] (numeric) 0.5774424846474243 absolute error 1.6975310046518644e-13 relative error 2.939740406679371e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8164313669403038 y1[1] (numeric) -0.81643136694038 absolute error 7.616129948928574e-14 relative error 9.328561171615855e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5269999999998327 y2[1] (analytic) 0.5766257646955075 y2[1] (numeric) 0.5766257646953376 absolute error 1.6997514507011147e-13 relative error 2.947754947437501e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8170084011130615 y1[1] (numeric) -0.8170084011131376 absolute error 7.605027718682322e-14 relative error 9.308383742837306e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5279999999998326 y2[1] (analytic) 0.5758084681177043 y2[1] (numeric) 0.5758084681175341 absolute error 1.701971896750365e-13 relative error 2.955795183620772e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8175846182774862 y1[1] (numeric) -0.8175846182775621 absolute error 7.593925488436071e-14 relative error 9.288244077335016e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5289999999998325 y2[1] (analytic) 0.5749905957314809 y2[1] (numeric) 0.5749905957313105 absolute error 1.7041923427996153e-13 relative error 2.9638612447767206e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8181600178573607 y1[1] (numeric) -0.8181600178574365 absolute error 7.582823258189819e-14 relative error 9.268142041514207e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5299999999998324 y2[1] (analytic) 0.5741721483547098 y2[1] (numeric) 0.5741721483545391 absolute error 1.7064127888488656e-13 relative error 2.9719532612973155e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8187345992772854 y1[1] (numeric) -0.8187345992773613 absolute error 7.582823258189819e-14 relative error 9.26163773325732e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5309999999998323 y2[1] (analytic) 0.573353126805838 y2[1] (numeric) 0.5733531268056672 absolute error 1.708633234898116e-13 relative error 2.980071364425876e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8193083619626792 y1[1] (numeric) -0.8193083619627549 absolute error 7.571721027943568e-14 relative error 9.241601061906984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.531999999999832 y2[1] (analytic) 0.5725335319038873 y2[1] (numeric) 0.5725335319037163 absolute error 1.7108536809473662e-13 relative error 2.98821568626407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8198813053397793 y1[1] (numeric) -0.8198813053398549 absolute error 7.560618797697316e-14 relative error 9.221601649477794e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.532999999999832 y2[1] (analytic) 0.5717133644684524 y2[1] (numeric) 0.5717133644682811 absolute error 1.7130741269966165e-13 relative error 2.996386359778975e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8204534288356424 y1[1] (numeric) -0.8204534288357179 absolute error 7.549516567451064e-14 relative error 9.201639364424454e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.533999999999832 y2[1] (analytic) 0.5708926253197006 y2[1] (numeric) 0.5708926253195292 absolute error 1.7141843500212417e-13 relative error 3.002638804558556e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.821024731878145 y1[1] (numeric) -0.8210247318782204 absolute error 7.549516567451064e-14 relative error 9.195236482317746e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.534999999999832 y2[1] (analytic) 0.5700713152783712 y2[1] (numeric) 0.5700713152781995 absolute error 1.716404796070492e-13 relative error 3.010859782047366e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8215952138959841 y1[1] (numeric) -0.8215952138960595 absolute error 7.538414337204813e-14 relative error 9.175338670070678e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5359999999998317 y2[1] (analytic) 0.569249435165774 y2[1] (numeric) 0.5692494351656021 absolute error 1.7186252421197423e-13 relative error 3.0191075053403486e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8221648743186778 y1[1] (numeric) -0.8221648743187531 absolute error 7.527312106958561e-14 relative error 9.155477620223549e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5369999999998316 y2[1] (analytic) 0.5684269858037889 y2[1] (numeric) 0.568426985803617 absolute error 1.7197354651443675e-13 relative error 3.025428961140121e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8227337125765658 y1[1] (numeric) -0.8227337125766409 absolute error 7.505107646466058e-14 relative error 9.122158885360629e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5379999999998315 y2[1] (analytic) 0.5676039680148656 y2[1] (numeric) 0.5676039680146933 absolute error 1.723066134218243e-13 relative error 3.0356837360466016e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8233017281008096 y1[1] (numeric) -0.8233017281008846 absolute error 7.505107646466058e-14 relative error 9.11586529009094e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5389999999998314 y2[1] (analytic) 0.5667803826220215 y2[1] (numeric) 0.5667803826218489 absolute error 1.7252865802674933e-13 relative error 3.044012519074896e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8238689203233941 y1[1] (numeric) -0.8238689203234689 absolute error 7.482903185973555e-14 relative error 9.082638028190556e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5399999999998313 y2[1] (analytic) 0.5659562304488419 y2[1] (numeric) 0.5659562304486692 absolute error 1.7275070263167436e-13 relative error 3.052368599152469e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8244352886771268 y1[1] (numeric) -0.8244352886772015 absolute error 7.471800955727304e-14 relative error 9.062931995204152e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.540999999999831 y2[1] (analytic) 0.5651315123194791 y2[1] (numeric) 0.5651315123193061 absolute error 1.729727472365994e-13 relative error 3.060752116381979e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8250008325956395 y1[1] (numeric) -0.8250008325957141 absolute error 7.460698725481052e-14 relative error 9.043262055879391e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.541999999999831 y2[1] (analytic) 0.564306229058651 y2[1] (numeric) 0.5643062290584779 absolute error 1.730837695390619e-13 relative error 3.067195799482704e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8255655515133884 y1[1] (numeric) -0.8255655515134629 absolute error 7.4495964952348e-14 relative error 9.02362808329217e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.542999999999831 y2[1] (analytic) 0.563480381491641 y2[1] (numeric) 0.5634803814914676 absolute error 1.7341683644644945e-13 relative error 3.0776020273746124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8261294448656546 y1[1] (numeric) -0.8261294448657289 absolute error 7.427392034742297e-14 relative error 8.990591100345227e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.543999999999831 y2[1] (analytic) 0.5626539704442964 y2[1] (numeric) 0.5626539704441228 absolute error 1.7363888105137448e-13 relative error 3.086068706033684e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8266925120885448 y1[1] (numeric) -0.8266925120886189 absolute error 7.416289804496046e-14 relative error 8.971037835772374e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5449999999998307 y2[1] (analytic) 0.5618269967430283 y2[1] (numeric) 0.5618269967428544 absolute error 1.7386092565629951e-13 relative error 3.094563391652414e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8272547526189918 y1[1] (numeric) -0.8272547526190658 absolute error 7.394085344003543e-14 relative error 8.938099564366035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5459999999998306 y2[1] (analytic) 0.5609994612148101 y2[1] (numeric) 0.5609994612146361 absolute error 1.7408297026122455e-13 relative error 3.103086229071566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8278161658947552 y1[1] (numeric) -0.827816165894829 absolute error 7.382983113757291e-14 relative error 8.918626402731945e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5469999999998305 y2[1] (analytic) 0.5601713646871777 y2[1] (numeric) 0.5601713646870033 absolute error 1.7430501486614958e-13 relative error 3.111637364103546e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8283767513544215 y1[1] (numeric) -0.8283767513544953 absolute error 7.382983113757291e-14 relative error 8.912590921565443e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5479999999998304 y2[1] (analytic) 0.559342707988227 y2[1] (numeric) 0.5593427079880525 absolute error 1.745270594710746e-13 relative error 3.1202169435405965e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8289365084374055 y1[1] (numeric) -0.8289365084374792 absolute error 7.37188088351104e-14 relative error 8.893179162065708e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5489999999998303 y2[1] (analytic) 0.5585134919466151 y2[1] (numeric) 0.5585134919464404 absolute error 1.7474910407599964e-13 relative error 3.12882511516307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8294954365839503 y1[1] (numeric) -0.8294954365840238 absolute error 7.349676423018536e-14 relative error 8.86041815164911e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.54999999999983 y2[1] (analytic) 0.5576837173915579 y2[1] (numeric) 0.5576837173913829 absolute error 1.7497114868092467e-13 relative error 3.137462027747797e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8300535352351275 y1[1] (numeric) -0.830053535235201 absolute error 7.349676423018536e-14 relative error 8.854460719737323e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55099999999983 y2[1] (analytic) 0.5568533851528296 y2[1] (numeric) 0.5568533851526545 absolute error 1.7508217098338719e-13 relative error 3.144134087203861e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8306108038328387 y1[1] (numeric) -0.8306108038329121 absolute error 7.338574192772285e-14 relative error 8.83515379153337e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55199999999983 y2[1] (analytic) 0.5560224960607626 y2[1] (numeric) 0.5560224960605873 absolute error 1.7530421558831222e-13 relative error 3.152825952731863e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8311672418198153 y1[1] (numeric) -0.8311672418198885 absolute error 7.327471962526033e-14 relative error 8.815881562515334e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.55299999999983 y2[1] (analytic) 0.5551910509462459 y2[1] (numeric) 0.5551910509460704 absolute error 1.7552626019323725e-13 relative error 3.1615470006960155e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8317228486396193 y1[1] (numeric) -0.8317228486396925 absolute error 7.316369732279782e-14 relative error 8.79664391118576e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5539999999998297 y2[1] (analytic) 0.5543590506407244 y2[1] (numeric) 0.5543590506405487 absolute error 1.7574830479816228e-13 relative error 3.1702973838892606e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8322776237366439 y1[1] (numeric) -0.8322776237367171 absolute error 7.316369732279782e-14 relative error 8.790780292075817e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5549999999998296 y2[1] (analytic) 0.5535264959761986 y2[1] (numeric) 0.5535264959760227 absolute error 1.759703494030873e-13 relative error 3.179077256143741e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8328315665561142 y1[1] (numeric) -0.8328315665561873 absolute error 7.30526750203353e-14 relative error 8.771602560937895e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5559999999998295 y2[1] (analytic) 0.5526933877852229 y2[1] (numeric) 0.5526933877850467 absolute error 1.7619239400801234e-13 relative error 3.1878867723396907e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8333846765440874 y1[1] (numeric) -0.8333846765441604 absolute error 7.294165271787278e-14 relative error 8.7524590709239e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5569999999998294 y2[1] (analytic) 0.5518597269009056 y2[1] (numeric) 0.551859726900729 absolute error 1.765254609153999e-13 relative error 3.1987378732403424e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8339369531474534 y1[1] (numeric) -0.8339369531475264 absolute error 7.294165271787278e-14 relative error 8.746662735423302e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5579999999998293 y2[1] (analytic) 0.5510255141569071 y2[1] (numeric) 0.5510255141567305 absolute error 1.766364832178624e-13 relative error 3.2055953613713124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8344883958139359 y1[1] (numeric) -0.8344883958140087 absolute error 7.283063041541027e-14 relative error 8.727578571583775e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.558999999999829 y2[1] (analytic) 0.5501907503874406 y2[1] (numeric) 0.5501907503872637 absolute error 1.7685852782278744e-13 relative error 3.21449474928913e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.835039003992092 y1[1] (numeric) -0.8350390039921647 absolute error 7.271960811294775e-14 relative error 8.708528316078087e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.559999999999829 y2[1] (analytic) 0.5493554364272695 y2[1] (numeric) 0.5493554364270924 absolute error 1.7708057242771247e-13 relative error 3.2234244113311254e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8355887771313137 y1[1] (numeric) -0.8355887771313862 absolute error 7.249756350802272e-14 relative error 8.676225135157559e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.560999999999829 y2[1] (analytic) 0.5485195731117077 y2[1] (numeric) 0.5485195731115304 absolute error 1.773026170326375e-13 relative error 3.2323845077544616e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.836137714681828 y1[1] (numeric) -0.8361377146819003 absolute error 7.238654120556021e-14 relative error 8.657251064569567e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.561999999999829 y2[1] (analytic) 0.5476831612766185 y2[1] (numeric) 0.547683161276441 absolute error 1.7752466163756253e-13 relative error 3.24137519991965e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8366858160946972 y1[1] (numeric) -0.8366858160947694 absolute error 7.227551890309769e-14 relative error 8.638310523829586e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5629999999998287 y2[1] (analytic) 0.5468462017584138 y2[1] (numeric) 0.546846201758236 absolute error 1.7785772854495008e-13 relative error 3.2524268793133945e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.83723308082182 y1[1] (numeric) -0.8372330808218922 absolute error 7.216449660063518e-14 relative error 8.619403395981343e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5639999999998286 y2[1] (analytic) 0.5460086953940528 y2[1] (numeric) 0.5460086953938748 absolute error 1.780797731498751e-13 relative error 3.261482365612428e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8377795083159318 y1[1] (numeric) -0.8377795083160039 absolute error 7.205347429817266e-14 relative error 8.600529564516496e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5649999999998285 y2[1] (analytic) 0.5451706430210419 y2[1] (numeric) 0.5451706430208637 absolute error 1.7819079545233762e-13 relative error 3.268532481222765e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8383250980306051 y1[1] (numeric) -0.8383250980306771 absolute error 7.205347429817266e-14 relative error 8.594932260460867e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5659999999998284 y2[1] (analytic) 0.5443320454774335 y2[1] (numeric) 0.544332045477255 absolute error 1.7852386235972517e-13 relative error 3.279686798581589e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8388698494202502 y1[1] (numeric) -0.8388698494203222 absolute error 7.194245199571014e-14 relative error 8.57611607395714e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5669999999998283 y2[1] (analytic) 0.5434929036018249 y2[1] (numeric) 0.5434929036016461 absolute error 1.787459069646502e-13 relative error 3.288836078264666e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8394137619401159 y1[1] (numeric) -0.8394137619401877 absolute error 7.183142969324763e-14 relative error 8.557332861356176e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.567999999999828 y2[1] (analytic) 0.542653218233358 y2[1] (numeric) 0.542653218233179 absolute error 1.7896795156957523e-13 relative error 3.298016957352925e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8399568350462895 y1[1] (numeric) -0.8399568350463612 absolute error 7.172040739078511e-14 relative error 8.538582507853829e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.568999999999828 y2[1] (analytic) 0.5418129902117181 y2[1] (numeric) 0.541812990211539 absolute error 1.7918999617450027e-13 relative error 3.307229605264359e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8404990681956981 y1[1] (numeric) -0.8404990681957697 absolute error 7.16093850883226e-14 relative error 8.519864899082718e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.569999999999828 y2[1] (analytic) 0.5409722203771331 y2[1] (numeric) 0.5409722203769538 absolute error 1.7930101847696278e-13 relative error 3.314421918965912e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8410404608461085 y1[1] (numeric) -0.84104046084618 absolute error 7.149836278586008e-14 relative error 8.501179921109963e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.570999999999828 y2[1] (analytic) 0.5401309095703729 y2[1] (numeric) 0.5401309095701933 absolute error 1.7963408538435033e-13 relative error 3.325750891154028e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8415810124561282 y1[1] (numeric) -0.8415810124561995 absolute error 7.138734048339757e-14 relative error 8.482527460434952e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5719999999998278 y2[1] (analytic) 0.539289058632748 y2[1] (numeric) 0.5392890586325683 absolute error 1.7974510768681284e-13 relative error 3.333001194990273e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8421207224852054 y1[1] (numeric) -0.8421207224852768 absolute error 7.138734048339757e-14 relative error 8.477091060379615e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5729999999998276 y2[1] (analytic) 0.5384466684061096 y2[1] (numeric) 0.5384466684059296 absolute error 1.7996715229173788e-13 relative error 3.3423394154238185e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8426595903936305 y1[1] (numeric) -0.8426595903937018 absolute error 7.127631818093505e-14 relative error 8.45849486476975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5739999999998275 y2[1] (analytic) 0.5376037397328475 y2[1] (numeric) 0.5376037397326673 absolute error 1.801891968966629e-13 relative error 3.3517102575626553e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8431976156425354 y1[1] (numeric) -0.8431976156426065 absolute error 7.116529587847253e-14 relative error 8.439930872461373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5749999999998274 y2[1] (analytic) 0.5367602734558905 y2[1] (numeric) 0.5367602734557101 absolute error 1.8041124150158794e-13 relative error 3.361113898016777e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8437347976938948 y1[1] (numeric) -0.8437347976939659 absolute error 7.105427357601002e-14 relative error 8.421398971598225e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5759999999998273 y2[1] (analytic) 0.5359162704187048 y2[1] (numeric) 0.5359162704185242 absolute error 1.8063328610651297e-13 relative error 3.3705505146426396e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.844271136010527 y1[1] (numeric) -0.8442711360105979 absolute error 7.09432512735475e-14 relative error 8.402899050745582e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.576999999999827 y2[1] (analytic) 0.5350717314652933 y2[1] (numeric) 0.5350717314651126 absolute error 1.8074430840897548e-13 relative error 3.377945381528705e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8448066300560934 y1[1] (numeric) -0.8448066300561642 absolute error 7.083222897108499e-14 relative error 8.384430998888098e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.577999999999827 y2[1] (analytic) 0.534226657440195 y2[1] (numeric) 0.534226657440014 absolute error 1.8107737531636303e-13 relative error 3.389523394134147e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8453412792951002 y1[1] (numeric) -0.8453412792951709 absolute error 7.072120666862247e-14 relative error 8.365994705427653e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.578999999999827 y2[1] (analytic) 0.5333810491884837 y2[1] (numeric) 0.5333810491883024 absolute error 1.8129941992128806e-13 relative error 3.399060019045058e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8458750831928981 y1[1] (numeric) -0.8458750831929687 absolute error 7.061018436615996e-14 relative error 8.347590060181217e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.579999999999827 y2[1] (analytic) 0.5325349075557677 y2[1] (numeric) 0.5325349075555862 absolute error 1.815214645262131e-13 relative error 3.408630344240935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8464080412156834 y1[1] (numeric) -0.8464080412157537 absolute error 7.038813976123492e-14 relative error 8.316100076286785e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5809999999998268 y2[1] (analytic) 0.5316882333881886 y2[1] (numeric) 0.5316882333880067 absolute error 1.8185453143360064e-13 relative error 3.4203226630525715e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.846940152830498 y1[1] (numeric) -0.8469401528305682 absolute error 7.027711745877241e-14 relative error 8.297766639579466e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5819999999998267 y2[1] (analytic) 0.5308410275324202 y2[1] (numeric) 0.5308410275322383 absolute error 1.8196555373606316e-13 relative error 3.427872833829708e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8474714175052303 y1[1] (numeric) -0.8474714175053004 absolute error 7.016609515630989e-14 relative error 8.27946449956548e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5829999999998265 y2[1] (analytic) 0.5299932908356687 y2[1] (numeric) 0.5299932908354865 absolute error 1.821875983409882e-13 relative error 3.4375453706918304e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8480018347086157 y1[1] (numeric) -0.8480018347086857 absolute error 7.005507285384738e-14 relative error 8.261193547761509e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5839999999998264 y2[1] (analytic) 0.5291450241456706 y2[1] (numeric) 0.529145024145488 absolute error 1.8252066524837574e-13 relative error 3.449350497872751e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.848531403910237 y1[1] (numeric) -0.848531403910307 absolute error 7.005507285384738e-14 relative error 8.256037729542682e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5849999999998263 y2[1] (analytic) 0.5282962283106922 y2[1] (numeric) 0.5282962283105095 absolute error 1.8274270985330077e-13 relative error 3.4590954858346886e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8490601245805252 y1[1] (numeric) -0.8490601245805951 absolute error 6.994405055138486e-14 relative error 8.237820682715543e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.585999999999826 y2[1] (analytic) 0.5274469041795297 y2[1] (numeric) 0.5274469041793467 absolute error 1.829647544582258e-13 relative error 3.4688753125366566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8495879961907595 y1[1] (numeric) -0.8495879961908294 absolute error 6.983302824892235e-14 relative error 8.21963452426682e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.586999999999826 y2[1] (analytic) 0.5265970526015069 y2[1] (numeric) 0.5265970526013237 absolute error 1.8318679906315083e-13 relative error 3.478690170371581e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8501150182130685 y1[1] (numeric) -0.8501150182131382 absolute error 6.972200594645983e-14 relative error 8.201479147258761e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.587999999999826 y2[1] (analytic) 0.5257466744264754 y2[1] (numeric) 0.525746674426292 absolute error 1.8340884366807586e-13 relative error 3.488540253120046e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.85064119012043 y1[1] (numeric) -0.8506411901204997 absolute error 6.961098364399732e-14 relative error 8.183354445150029e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.588999999999826 y2[1] (analytic) 0.5248957705048133 y2[1] (numeric) 0.5248957705046297 absolute error 1.836308882730009e-13 relative error 3.498425755962859e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8511665113866724 y1[1] (numeric) -0.8511665113867419 absolute error 6.94999613415348e-14 relative error 8.16526031179368e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5899999999998258 y2[1] (analytic) 0.5240443416874244 y2[1] (numeric) 0.5240443416872406 absolute error 1.8385293287792592e-13 relative error 3.508346875493759e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8516909814864744 y1[1] (numeric) -0.8516909814865438 absolute error 6.938893903907228e-14 relative error 8.147196641435171e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5909999999998257 y2[1] (analytic) 0.5231923888257375 y2[1] (numeric) 0.5231923888255534 absolute error 1.8407497748285095e-13 relative error 3.5183038097322514e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8522145998953657 y1[1] (numeric) -0.852214599895435 absolute error 6.927791673660977e-14 relative error 8.129163328710357e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5919999999998256 y2[1] (analytic) 0.5223399127717053 y2[1] (numeric) 0.522339912771521 absolute error 1.8429702208777599e-13 relative error 3.5282967581365954e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8527373660897283 y1[1] (numeric) -0.8527373660897974 absolute error 6.916689443414725e-14 relative error 8.111160268643516e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5929999999998254 y2[1] (analytic) 0.521486914377804 y2[1] (numeric) 0.5214869143776194 absolute error 1.8463008899516353e-13 relative error 3.540454878248464e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8532592795467957 y1[1] (numeric) -0.8532592795468648 absolute error 6.905587213168474e-14 relative error 8.093187356645381e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5939999999998253 y2[1] (analytic) 0.5206333944970317 y2[1] (numeric) 0.5206333944968469 absolute error 1.8485213360008856e-13 relative error 3.550523949364959e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8537803397446548 y1[1] (numeric) -0.8537803397447237 absolute error 6.88338275267597e-14 relative error 8.062240874197953e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5949999999998252 y2[1] (analytic) 0.5197793539829083 y2[1] (numeric) 0.5197793539827232 absolute error 1.850741782050136e-13 relative error 3.5606296553883383e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8543005461622453 y1[1] (numeric) -0.854300546162314 absolute error 6.872280522429719e-14 relative error 8.044335864353484e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.595999999999825 y2[1] (analytic) 0.5189247936894742 y2[1] (numeric) 0.5189247936892889 absolute error 1.8529622280993863e-13 relative error 3.570772201738742e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8548198982793607 y1[1] (numeric) -0.8548198982794294 absolute error 6.872280522429719e-14 relative error 8.039448468926274e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.596999999999825 y2[1] (analytic) 0.5180697144712897 y2[1] (numeric) 0.5180697144711042 absolute error 1.8551826741486366e-13 relative error 3.580951795342684e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8553383955766491 y1[1] (numeric) -0.8553383955767176 absolute error 6.850076061937216e-14 relative error 8.008615183607016e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.597999999999825 y2[1] (analytic) 0.5172141171834339 y2[1] (numeric) 0.5172141171832482 absolute error 1.857403120197887e-13 relative error 3.591168644646922e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8558560375356132 y1[1] (numeric) -0.8558560375356816 absolute error 6.838973831690964e-14 relative error 7.990799307069661e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.598999999999825 y2[1] (analytic) 0.516358002681504 y2[1] (numeric) 0.516358002681318 absolute error 1.8596235662471372e-13 relative error 3.6014229596324784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8563728236386112 y1[1] (numeric) -0.8563728236386794 absolute error 6.816769371198461e-14 relative error 7.960048687947544e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.5999999999998247 y2[1] (analytic) 0.5155013718216145 y2[1] (numeric) 0.5155013718214283 absolute error 1.8618440122963875e-13 relative error 3.61171495182881e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8568887533688568 y1[1] (numeric) -0.8568887533689249 absolute error 6.80566714095221e-14 relative error 7.942299527442436e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6009999999998246 y2[1] (analytic) 0.514644225460396 y2[1] (numeric) 0.5146442254602097 absolute error 1.8629542353210127e-13 relative error 3.619887571174885e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8574038262104205 y1[1] (numeric) -0.8574038262104885 absolute error 6.794564910705958e-14 relative error 7.924579647301998e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6019999999998245 y2[1] (analytic) 0.513786564454995 y2[1] (numeric) 0.5137865644548085 absolute error 1.865174681370263e-13 relative error 3.630251957539544e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8579180416482295 y1[1] (numeric) -0.8579180416482973 absolute error 6.783462680459706e-14 relative error 7.906888946439848e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6029999999998243 y2[1] (analytic) 0.5129283896630724 y2[1] (numeric) 0.5129283896628857 absolute error 1.8673951274195133e-13 relative error 3.6406546509272966e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8584313991680682 y1[1] (numeric) -0.8584313991681359 absolute error 6.772360450213455e-14 relative error 7.889227324136505e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6039999999998242 y2[1] (analytic) 0.5120697019428029 y2[1] (numeric) 0.5120697019426159 absolute error 1.8696155734687636e-13 relative error 3.6510958691275894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8589438982565794 y1[1] (numeric) -0.858943898256647 absolute error 6.761258219967203e-14 relative error 7.871594680037549e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.604999999999824 y2[1] (analytic) 0.5112105021528741 y2[1] (numeric) 0.5112105021526869 absolute error 1.871836019518014e-13 relative error 3.6615758315509994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8594555384012639 y1[1] (numeric) -0.8594555384013313 absolute error 6.7390537594747e-14 relative error 7.841073165937713e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.605999999999824 y2[1] (analytic) 0.5103507911524857 y2[1] (numeric) 0.5103507911522983 absolute error 1.8740564655672642e-13 relative error 3.6720947592443764e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8599663190904815 y1[1] (numeric) -0.8599663190905488 absolute error 6.727951529228449e-14 relative error 7.823505851187372e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.606999999999824 y2[1] (analytic) 0.5094905698013488 y2[1] (numeric) 0.5094905698011611 absolute error 1.8762769116165146e-13 relative error 3.68265287490616e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8604762398134518 y1[1] (numeric) -0.8604762398135188 absolute error 6.705747068735946e-14 relative error 7.793064768632923e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.607999999999824 y2[1] (analytic) 0.5086298389596844 y2[1] (numeric) 0.5086298389594965 absolute error 1.8784973576657649e-13 relative error 3.6932504029018646e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.860985300060254 y1[1] (numeric) -0.8609853000603208 absolute error 6.683542608243442e-14 relative error 7.762667501728208e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6089999999998237 y2[1] (analytic) 0.5077685994882235 y2[1] (numeric) 0.5077685994880354 absolute error 1.8807178037150152e-13 relative error 3.7038875692797424e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8614934993218277 y1[1] (numeric) -0.8614934993218946 absolute error 6.683542608243442e-14 relative error 7.758088265906548e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6099999999998236 y2[1] (analytic) 0.5069068522482054 y2[1] (numeric) 0.5069068522480171 absolute error 1.8829382497642655e-13 relative error 3.7145646017866225e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8620008370899741 y1[1] (numeric) -0.8620008370900407 absolute error 6.661338147750939e-14 relative error 7.727762968582409e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6109999999998235 y2[1] (analytic) 0.5060445981013774 y2[1] (numeric) 0.5060445981011888 absolute error 1.8851586958135158e-13 relative error 3.7252817298839273e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8625073128573552 y1[1] (numeric) -0.8625073128574217 absolute error 6.650235917504688e-14 relative error 7.710353081498487e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6119999999998234 y2[1] (analytic) 0.5051818379099934 y2[1] (numeric) 0.5051818379098046 absolute error 1.887379141862766e-13 relative error 3.736039184763872e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8630129261174951 y1[1] (numeric) -0.8630129261175616 absolute error 6.650235917504688e-14 relative error 7.705835818036507e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6129999999998232 y2[1] (analytic) 0.5043185725368136 y2[1] (numeric) 0.5043185725366246 absolute error 1.8895995879120164e-13 relative error 3.7468371993658476e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.863517676364781 y1[1] (numeric) -0.8635176763648473 absolute error 6.628031457012185e-14 relative error 7.675617579613117e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.613999999999823 y2[1] (analytic) 0.5034548028451032 y2[1] (numeric) 0.5034548028449141 absolute error 1.8918200339612667e-13 relative error 3.757676008392989e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8640215630944625 y1[1] (numeric) -0.8640215630945287 absolute error 6.616929226765933e-14 relative error 7.65829177117714e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.614999999999823 y2[1] (analytic) 0.5025905296986319 y2[1] (numeric) 0.5025905296984426 absolute error 1.892930256985892e-13 relative error 3.766346847245507e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8645245858026529 y1[1] (numeric) -0.864524585802719 absolute error 6.605826996519681e-14 relative error 7.640993795898372e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.615999999999823 y2[1] (analytic) 0.501725753961673 y2[1] (numeric) 0.5017257539614833 absolute error 1.8962609260597674e-13 relative error 3.779476957454776e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8650267439863295 y1[1] (numeric) -0.8650267439863955 absolute error 6.59472476627343e-14 relative error 7.623723557820601e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.616999999999823 y2[1] (analytic) 0.5008604764990018 y2[1] (numeric) 0.5008604764988119 absolute error 1.8984813721090177e-13 relative error 3.790439575866197e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8655280371433343 y1[1] (numeric) -0.8655280371434 absolute error 6.572520305780927e-14 relative error 7.593653843350305e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6179999999998227 y2[1] (analytic) 0.49999469817589576 y2[1] (numeric) 0.49999469817570574 absolute error 1.9001467066459554e-13 relative error 3.800333710693654e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8660284647723739 y1[1] (numeric) -0.8660284647724396 absolute error 6.561418075534675e-14 relative error 7.576446205217136e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6189999999998226 y2[1] (analytic) 0.49912841985813333 y2[1] (numeric) 0.49912841985794304 absolute error 1.9029222642075183e-13 relative error 3.8124903101057314e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.866528026373021 y1[1] (numeric) -0.8665280263730866 absolute error 6.561418075534675e-14 relative error 7.572078312340853e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6199999999998225 y2[1] (analytic) 0.4982616424119926 y2[1] (numeric) 0.4982616424118021 absolute error 1.9051427102567686e-13 relative error 3.8235789153552427e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8670267214457139 y1[1] (numeric) -0.8670267214457794 absolute error 6.550315845288424e-14 relative error 7.554918070306038e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6209999999998224 y2[1] (analytic) 0.49739436670425097 y2[1] (numeric) 0.4973943667040603 absolute error 1.9068080447937064e-13 relative error 3.83359396976743e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8675245494917577 y1[1] (numeric) -0.867524549491823 absolute error 6.52811138479592e-14 relative error 7.524987492999981e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6219999999998223 y2[1] (analytic) 0.4965265936021841 y2[1] (numeric) 0.4965265936019932 absolute error 1.9090284908429567e-13 relative error 3.844765850290922e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8680215100133242 y1[1] (numeric) -0.8680215100133895 absolute error 6.52811138479592e-14 relative error 7.520679279820743e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.622999999999822 y2[1] (analytic) 0.495658323973565 y2[1] (numeric) 0.4956583239733739 absolute error 1.911248936892207e-13 relative error 3.855980711814173e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8685176025134531 y1[1] (numeric) -0.8685176025135182 absolute error 6.505906924303417e-14 relative error 7.490817578683032e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.623999999999822 y2[1] (analytic) 0.49478955868666324 y2[1] (numeric) 0.4947895586864719 absolute error 1.9134693829414573e-13 relative error 3.867238807586086e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8690128264960518 y1[1] (numeric) -0.8690128264961168 absolute error 6.494804694057166e-14 relative error 7.473773109017136e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.624999999999822 y2[1] (analytic) 0.493920298610244 y2[1] (numeric) 0.49392029861005243 absolute error 1.9156898289907076e-13 relative error 3.87854039281425e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8695071814658965 y1[1] (numeric) -0.8695071814659613 absolute error 6.483702463810914e-14 relative error 7.456755507044902e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.625999999999822 y2[1] (analytic) 0.49305054461356734 y2[1] (numeric) 0.49305054461337555 absolute error 1.917910275039958e-13 relative error 3.88988572468394e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8700006669286321 y1[1] (numeric) -0.8700006669286968 absolute error 6.472600233564663e-14 relative error 7.43976468019837e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6269999999998217 y2[1] (analytic) 0.49218029756638715 y2[1] (numeric) 0.49218029756619514 absolute error 1.9201307210892082e-13 relative error 3.901275062377347e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8704932823907733 y1[1] (numeric) -0.8704932823908379 absolute error 6.461498003318411e-14 relative error 7.422800536234097e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6279999999998216 y2[1] (analytic) 0.4913095583389504 y2[1] (numeric) 0.49130955833875817 absolute error 1.9223511671384585e-13 relative error 3.9127086670930275e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8709850273597046 y1[1] (numeric) -0.8709850273597691 absolute error 6.45039577307216e-14 relative error 7.405862983231554e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6289999999998215 y2[1] (analytic) 0.49043832780199625 y2[1] (numeric) 0.4904383278018038 absolute error 1.9245716131877089e-13 relative error 3.9241868020655854e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8714759013436812 y1[1] (numeric) -0.8714759013437455 absolute error 6.428191312579656e-14 relative error 7.376212357299126e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6299999999998214 y2[1] (analytic) 0.4895666068267552 y2[1] (numeric) 0.4895666068265625 absolute error 1.9267920592369592e-13 relative error 3.935709732585581e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8719659038518291 y1[1] (numeric) -0.8719659038518932 absolute error 6.405986852087153e-14 relative error 7.346602457492083e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6309999999998213 y2[1] (analytic) 0.4886943962849481 y2[1] (numeric) 0.4886943962847552 absolute error 1.9290125052862095e-13 relative error 3.9472777260196784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8724550343941458 y1[1] (numeric) -0.8724550343942098 absolute error 6.394884621840902e-14 relative error 7.329758405579797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.631999999999821 y2[1] (analytic) 0.4878216970487854 y2[1] (numeric) 0.4878216970485923 absolute error 1.9312329513354598e-13 relative error 3.958891051831021e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8729432924815008 y1[1] (numeric) -0.8729432924815647 absolute error 6.38378239159465e-14 relative error 7.312940538723405e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.632999999999821 y2[1] (analytic) 0.48694850999096634 y2[1] (numeric) 0.486948509990773 absolute error 1.93345339738471e-13 relative error 3.970549981599859e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8734306776256361 y1[1] (numeric) -0.8734306776256998 absolute error 6.372680161348399e-14 relative error 7.296148766691034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.633999999999821 y2[1] (analytic) 0.4860748359846779 y2[1] (numeric) 0.4860748359844843 absolute error 1.9356738434339604e-13 relative error 3.982254789044412e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8739171893391664 y1[1] (numeric) -0.8739171893392301 absolute error 6.372680161348399e-14 relative error 7.292086983856279e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.634999999999821 y2[1] (analytic) 0.48520067590359395 y2[1] (numeric) 0.48520067590340016 absolute error 1.9378942894832107e-13 relative error 3.994005750041983e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8744028271355804 y1[1] (numeric) -0.8744028271356439 absolute error 6.350475700855895e-14 relative error 7.262643147734498e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6359999999998207 y2[1] (analytic) 0.4843260306218745 y2[1] (numeric) 0.4843260306216805 absolute error 1.940114735532461e-13 relative error 4.005803142650322e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8748875905292399 y1[1] (numeric) -0.8748875905293033 absolute error 6.339373470609644e-14 relative error 7.245929121905603e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6369999999998206 y2[1] (analytic) 0.4834509010141648 y2[1] (numeric) 0.4834509010139706 absolute error 1.9423351815817114e-13 relative error 4.0176472471292425e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.875371479035382 y1[1] (numeric) -0.8753714790354452 absolute error 6.317169010117141e-14 relative error 7.216557954433656e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6379999999998205 y2[1] (analytic) 0.4825752879555944 y2[1] (numeric) 0.48257528795539995 absolute error 1.9445556276309617e-13 relative error 4.029538345962497e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8758544921701179 y1[1] (numeric) -0.875854492170181 absolute error 6.306066779870889e-14 relative error 7.19990230825471e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6389999999998204 y2[1] (analytic) 0.48169919232177627 y2[1] (numeric) 0.4816991923215816 absolute error 1.946776073680212e-13 relative error 4.041476723879912e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8763366294504347 y1[1] (numeric) -0.8763366294504976 absolute error 6.294964549624638e-14 relative error 7.1832722016564744e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6399999999998203 y2[1] (analytic) 0.48082261498880596 y2[1] (numeric) 0.48082261498861106 absolute error 1.9489965197294623e-13 relative error 4.0534626678797894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.876817890394195 y1[1] (numeric) -0.8768178903942578 absolute error 6.283862319378386e-14 relative error 7.166667546613724e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64099999999982 y2[1] (analytic) 0.4799455568332607 y2[1] (numeric) 0.4799455568330656 absolute error 1.9506618542664e-13 relative error 4.064339853747381e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.877298274520138 y1[1] (numeric) -0.8772982745202007 absolute error 6.272760089132134e-14 relative error 7.150088255403432e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64199999999982 y2[1] (analytic) 0.4790680187321986 y2[1] (numeric) 0.47906801873200333 absolute error 1.9528823003156504e-13 relative error 4.076419681455132e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8777777813478795 y1[1] (numeric) -0.8777777813479422 absolute error 6.261657858885883e-14 relative error 7.133534240603286e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64299999999982 y2[1] (analytic) 0.4781900015631577 y2[1] (numeric) 0.4781900015629622 absolute error 1.9551027463649007e-13 relative error 4.0885479411402486e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8782564103979129 y1[1] (numeric) -0.8782564103979754 absolute error 6.250555628639631e-14 relative error 7.1170054150902046e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.64399999999982 y2[1] (analytic) 0.4773115062041551 y2[1] (numeric) 0.4773115062039594 absolute error 1.9567680809018384e-13 relative error 4.099561932757791e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8787341611916091 y1[1] (numeric) -0.8787341611916715 absolute error 6.23945339839338e-14 relative error 7.1005016920388726e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6449999999998197 y2[1] (analytic) 0.47643253353368603 y2[1] (numeric) 0.47643253353349013 absolute error 1.9589885269510887e-13 relative error 4.111785801908465e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8792110332512173 y1[1] (numeric) -0.8792110332512796 absolute error 6.228351168147128e-14 relative error 7.084022984920276e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6459999999998196 y2[1] (analytic) 0.4755530844307232 y2[1] (numeric) 0.475553084430527 absolute error 1.9617640845126516e-13 relative error 4.1252262864850243e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8796870260998655 y1[1] (numeric) -0.8796870260999277 absolute error 6.217248937900877e-14 relative error 7.067569207500248e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6469999999998195 y2[1] (analytic) 0.4746731597747155 y2[1] (numeric) 0.4746731597745191 absolute error 1.963984530561902e-13 relative error 4.1375512605221414e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.880162139261561 y1[1] (numeric) -0.8801621392616229 absolute error 6.195044477408373e-14 relative error 7.038526427194308e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6479999999998194 y2[1] (analytic) 0.4737927604455876 y2[1] (numeric) 0.47379276044539104 absolute error 1.9656498650988397e-13 relative error 4.148754538271556e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8806363722611905 y1[1] (numeric) -0.8806363722612522 absolute error 6.17284001691587e-14 relative error 7.009521990405649e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6489999999998193 y2[1] (analytic) 0.47291188732373873 y2[1] (numeric) 0.47291188732354195 absolute error 1.96787031114809e-13 relative error 4.161177512970731e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8811097246245211 y1[1] (numeric) -0.8811097246245827 absolute error 6.161737786669619e-14 relative error 6.99315603320052e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.649999999999819 y2[1] (analytic) 0.472030541290042 y2[1] (numeric) 0.47203054128984495 absolute error 1.9706458687096529e-13 relative error 4.174827042597605e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8815821958782005 y1[1] (numeric) -0.881582195878262 absolute error 6.150635556423367e-14 relative error 6.976814623957242e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.650999999999819 y2[1] (analytic) 0.4711487232258433 y2[1] (numeric) 0.471148723225646 absolute error 1.9728663147589032e-13 relative error 4.1873536263690935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8820537855497576 y1[1] (numeric) -0.882053785549819 absolute error 6.139533326177116e-14 relative error 6.960497677985169e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.651999999999819 y2[1] (analytic) 0.4702664340129606 y2[1] (numeric) 0.4702664340127631 absolute error 1.9750867608081535e-13 relative error 4.199931396238499e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8825244931676026 y1[1] (numeric) -0.8825244931676638 absolute error 6.117328865684613e-14 relative error 6.931625029156957e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.652999999999819 y2[1] (analytic) 0.46938367453368307 y2[1] (numeric) 0.46938367453348534 absolute error 1.9773072068574038e-13 relative error 4.212560670802606e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8829943182610279 y1[1] (numeric) -0.882994318261089 absolute error 6.106226635438361e-14 relative error 6.91536345042852e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6539999999998187 y2[1] (analytic) 0.46850044567077015 y2[1] (numeric) 0.4685004456705722 absolute error 1.979527652906654e-13 relative error 4.225241771269797e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8834632603602086 y1[1] (numeric) -0.8834632603602696 absolute error 6.09512440519211e-14 relative error 6.8991260629298666e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6549999999998186 y2[1] (analytic) 0.4676167483074506 y2[1] (numeric) 0.4676167483072524 absolute error 1.9817480989559044e-13 relative error 4.237975021486905e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8839313189962026 y1[1] (numeric) -0.8839313189962633 absolute error 6.072919944699606e-14 relative error 6.870352723327021e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6559999999998185 y2[1] (analytic) 0.4667325833274217 y2[1] (numeric) 0.4667325833272233 absolute error 1.9839685450051547e-13 relative error 4.2507607479663864e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8843984937009511 y1[1] (numeric) -0.8843984937010118 absolute error 6.061817714453355e-14 relative error 6.85417010276262e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6569999999998184 y2[1] (analytic) 0.4658479516148484 y2[1] (numeric) 0.46584795161464976 absolute error 1.986188991054405e-13 relative error 4.26359927991384e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8848647840072797 y1[1] (numeric) -0.8848647840073403 absolute error 6.050715484207103e-14 relative error 6.838011404189099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6579999999998183 y2[1] (analytic) 0.4649628540543622 y2[1] (numeric) 0.46496285405416343 absolute error 1.9878543255913428e-13 relative error 4.275297065685441e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8853301894488981 y1[1] (numeric) -0.8853301894489585 absolute error 6.039613253960852e-14 relative error 6.821876544976289e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.658999999999818 y2[1] (analytic) 0.4640772915310608 y2[1] (numeric) 0.4640772915308618 absolute error 1.990074771640593e-13 relative error 4.2882399289028706e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8857947095604007 y1[1] (numeric) -0.885794709560461 absolute error 6.0285110237146e-14 relative error 6.805765442769927e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.659999999999818 y2[1] (analytic) 0.46319126493050655 y2[1] (numeric) 0.4631912649303073 absolute error 1.9922952176898434e-13 relative error 4.301236591732254e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8862583438772678 y1[1] (numeric) -0.8862583438773278 absolute error 6.006306563222097e-14 relative error 6.777150934280932e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.660999999999818 y2[1] (analytic) 0.4623047751387259 y2[1] (numeric) 0.46230477513852647 absolute error 1.9945156637390937e-13 relative error 4.3142873943722306e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8867210919358646 y1[1] (numeric) -0.8867210919359246 absolute error 6.006306563222097e-14 relative error 6.773614181331017e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.661999999999818 y2[1] (analytic) 0.4614178230422087 y2[1] (numeric) 0.461417823042009 absolute error 1.996736109788344e-13 relative error 4.327392679856865e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8871829532734434 y1[1] (numeric) -0.8871829532735034 absolute error 5.995204332975845e-14 relative error 6.757573858757441e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6629999999998177 y2[1] (analytic) 0.46053040952790686 y2[1] (numeric) 0.46053040952770696 absolute error 1.9989565558375944e-13 relative error 4.34055279408528e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.887643927428143 y1[1] (numeric) -0.8876439274282028 absolute error 5.972999872483342e-14 relative error 6.7290494396660774e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6639999999998176 y2[1] (analytic) 0.45964253548323386 y2[1] (numeric) 0.4596425354830338 absolute error 2.000621890374532e-13 relative error 4.3525603831926205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8881040139389891 y1[1] (numeric) -0.8881040139390487 absolute error 5.96189764223709e-14 relative error 6.713062376325056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6649999999998175 y2[1] (analytic) 0.45875420179606374 y2[1] (numeric) 0.4587542017958634 absolute error 2.003397447936095e-13 relative error 4.367038906875653e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8885632123458952 y1[1] (numeric) -0.8885632123459547 absolute error 5.950795411990839e-14 relative error 6.697098562386066e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6659999999998174 y2[1] (analytic) 0.45786540935473 y2[1] (numeric) 0.45786540935452946 absolute error 2.0056178939853453e-13 relative error 4.3803656118331014e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.889021522189663 y1[1] (numeric) -0.8890215221897224 absolute error 5.939693181744587e-14 relative error 6.681157917431631e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6669999999998173 y2[1] (analytic) 0.4569761590480251 y2[1] (numeric) 0.45697615904782435 absolute error 2.007283228522283e-13 relative error 4.392533808993154e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8894789430119827 y1[1] (numeric) -0.889478943012042 absolute error 5.928590951498336e-14 relative error 6.665240361309451e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.667999999999817 y2[1] (analytic) 0.4560864517651992 y2[1] (numeric) 0.45608645176499824 absolute error 2.0095036745715333e-13 relative error 4.405970988162698e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8899354743554336 y1[1] (numeric) -0.8899354743554927 absolute error 5.906386491005833e-14 relative error 6.636870493654314e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.668999999999817 y2[1] (analytic) 0.45519628839595955 y2[1] (numeric) 0.4551962883957584 absolute error 2.0117241206207837e-13 relative error 4.419465122858942e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8903911157634843 y1[1] (numeric) -0.8903911157635432 absolute error 5.895284260759581e-14 relative error 6.621005259811637e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.669999999999817 y2[1] (analytic) 0.45430566983046944 y2[1] (numeric) 0.45430566983026804 absolute error 2.013944566670034e-13 relative error 4.433016579831737e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8908458667804934 y1[1] (numeric) -0.8908458667805522 absolute error 5.88418203051333e-14 relative error 6.605162856935841e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.670999999999817 y2[1] (analytic) 0.4534145969593474 y2[1] (numeric) 0.45341459695914577 absolute error 2.0161650127192843e-13 relative error 4.446625728946374e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8912997269517099 y1[1] (numeric) -0.8912997269517686 absolute error 5.873079800267078e-14 relative error 6.589343205964292e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6719999999998167 y2[1] (analytic) 0.45252307067366615 y2[1] (numeric) 0.4525230706734643 absolute error 2.0183854587685346e-13 relative error 4.460292943216765e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8917526958232738 y1[1] (numeric) -0.8917526958233324 absolute error 5.861977570020827e-14 relative error 6.573546228092978e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6729999999998166 y2[1] (analytic) 0.45163109186495193 y2[1] (numeric) 0.45163109186474987 absolute error 2.020605904817785e-13 relative error 4.4740185988390555e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8922047729422161 y1[1] (numeric) -0.8922047729422746 absolute error 5.850875339774575e-14 relative error 6.557771844775267e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6739999999998165 y2[1] (analytic) 0.4507386614251835 y2[1] (numeric) 0.4507386614249812 absolute error 2.0228263508670352e-13 relative error 4.487803075225658e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8926559578564599 y1[1] (numeric) -0.8926559578565182 absolute error 5.828670879282072e-14 relative error 6.529582677382778e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6749999999998164 y2[1] (analytic) 0.44984578024679117 y2[1] (numeric) 0.44984578024658867 absolute error 2.0250467969162855e-13 relative error 4.501646755039736e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8931062501148201 y1[1] (numeric) -0.8931062501148783 absolute error 5.81756864903582e-14 relative error 6.513859519276567e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6759999999998163 y2[1] (analytic) 0.4489524492226561 y2[1] (numeric) 0.44895244922245336 absolute error 2.0272672429655358e-13 relative error 4.5155500242301185e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8935556492670047 y1[1] (numeric) -0.8935556492670628 absolute error 5.806466418789569e-14 relative error 6.498158702877307e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.676999999999816 y2[1] (analytic) 0.4480586692461092 y2[1] (numeric) 0.44805866924590626 absolute error 2.0294876890147862e-13 relative error 4.529513272066679e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8940041548636145 y1[1] (numeric) -0.8940041548636725 absolute error 5.795364188543317e-14 relative error 6.482480150696205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.677999999999816 y2[1] (analytic) 0.4471644412109304 y2[1] (numeric) 0.44716444121072724 absolute error 2.0317081350640365e-13 relative error 4.543536891176162e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.894451766456144 y1[1] (numeric) -0.8944517664562017 absolute error 5.773159728050814e-14 relative error 6.454411455772868e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.678999999999816 y2[1] (analytic) 0.4462697660113477 y2[1] (numeric) 0.44626976601114426 absolute error 2.0344836926255994e-13 relative error 4.558865169848559e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8948984835969815 y1[1] (numeric) -0.894898483597039 absolute error 5.750955267558311e-14 relative error 6.426377262863102e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.679999999999816 y2[1] (analytic) 0.4453746445420361 y2[1] (numeric) 0.4453746445418325 absolute error 2.036149027162537e-13 relative error 4.5717668307234715e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.89534430583941 y1[1] (numeric) -0.8953443058394674 absolute error 5.739853037312059e-14 relative error 6.4107773957760175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6809999999998158 y2[1] (analytic) 0.4444790776981172 y2[1] (numeric) 0.4444790776979133 absolute error 2.0389245847241e-13 relative error 4.587222857110282e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8957892327376072 y1[1] (numeric) -0.8957892327376645 absolute error 5.728750807065808e-14 relative error 6.39519944837723e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6819999999998156 y2[1] (analytic) 0.44358306637515754 y2[1] (numeric) 0.4435830663749534 absolute error 2.0411450307733503e-13 relative error 4.6014944787073205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8962332638466465 y1[1] (numeric) -0.8962332638467035 absolute error 5.706546346573305e-14 relative error 6.367255687521263e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6829999999998155 y2[1] (analytic) 0.4426866114691685 y2[1] (numeric) 0.44268661146896415 absolute error 2.0433654768226006e-13 relative error 4.615828497819645e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8966763987224965 y1[1] (numeric) -0.8966763987225534 absolute error 5.695444116327053e-14 relative error 6.351727473190336e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6839999999998154 y2[1] (analytic) 0.4417897138766048 y2[1] (numeric) 0.4417897138764003 absolute error 2.0450308113595383e-13 relative error 4.628968821874225e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8971186369220225 y1[1] (numeric) -0.8971186369220793 absolute error 5.67323965583455e-14 relative error 6.323845500857282e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6849999999998153 y2[1] (analytic) 0.44089237449436414 y2[1] (numeric) 0.4408923744941594 absolute error 2.0472512574087887e-13 relative error 4.6434263231625894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8975599780029864 y1[1] (numeric) -0.897559978003043 absolute error 5.6621374255882984e-14 relative error 6.308366643292399e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.685999999999815 y2[1] (analytic) 0.4399945942197857 y2[1] (numeric) 0.43999459421958076 absolute error 2.049471703458039e-13 relative error 4.6579474620415195e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.898000421524047 y1[1] (numeric) -0.8980004215241035 absolute error 5.651035195342047e-14 relative error 6.292909290344605e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.686999999999815 y2[1] (analytic) 0.4390963739506497 y2[1] (numeric) 0.43909637395044454 absolute error 2.0516921495072893e-13 relative error 4.67253266304103e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8984399670447609 y1[1] (numeric) -0.8984399670448173 absolute error 5.639932965095795e-14 relative error 6.277473367137962e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.687999999999815 y2[1] (analytic) 0.43819771458517637 y2[1] (numeric) 0.438197714584971 absolute error 2.0539125955565396e-13 relative error 4.687182354433075e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8988786141255828 y1[1] (numeric) -0.898878614125639 absolute error 5.617728504603292e-14 relative error 6.249707598248006e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.688999999999815 y2[1] (analytic) 0.43729861702202494 y2[1] (numeric) 0.4372986170218193 absolute error 2.05613304160579e-13 relative error 4.701896968272897e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8993163623278654 y1[1] (numeric) -0.8993163623279213 absolute error 5.595524044110789e-14 relative error 6.221975134119509e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6899999999998148 y2[1] (analytic) 0.43639908216029294 y2[1] (numeric) 0.4363990821600871 absolute error 2.0583534876550402e-13 relative error 4.716676940440929e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8997532112138605 y1[1] (numeric) -0.8997532112139164 absolute error 5.5844218138645374e-14 relative error 6.206615040951699e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6909999999998147 y2[1] (analytic) 0.43549911089951515 y2[1] (numeric) 0.4354991108993091 absolute error 2.0605739337042905e-13 relative error 4.7315227106852505e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9001891603467195 y1[1] (numeric) -0.9001891603467752 absolute error 5.573319583618286e-14 relative error 6.1912760441057185e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6919999999998145 y2[1] (analytic) 0.43459870413966273 y2[1] (numeric) 0.43459870413945645 absolute error 2.0627943797535409e-13 relative error 4.746434722664614e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9006242092904931 y1[1] (numeric) -0.9006242092905486 absolute error 5.551115123125783e-14 relative error 6.1636308083467146e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6929999999998144 y2[1] (analytic) 0.4336978627811424 y2[1] (numeric) 0.4336978627809359 absolute error 2.0650148258027912e-13 relative error 4.761413423992045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9010583576101324 y1[1] (numeric) -0.9010583576101878 absolute error 5.540012892879531e-14 relative error 6.148339723048848e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6939999999998143 y2[1] (analytic) 0.43279658772479546 y2[1] (numeric) 0.43279658772458873 absolute error 2.0672352718520415e-13 relative error 4.7764592662790233e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9014916048714894 y1[1] (numeric) -0.9014916048715446 absolute error 5.517808432387028e-14 relative error 6.120754095290338e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.694999999999814 y2[1] (analytic) 0.4318948798718968 y2[1] (numeric) 0.4318948798716899 absolute error 2.0689006063889792e-13 relative error 4.790287412072656e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9019239506413165 y1[1] (numeric) -0.9019239506413715 absolute error 5.5067062021407764e-14 relative error 6.105510556877009e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.695999999999814 y2[1] (analytic) 0.4309927401241543 y2[1] (numeric) 0.43099274012394717 absolute error 2.0711210524382295e-13 relative error 4.805466216998482e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9023553944872681 y1[1] (numeric) -0.902355394487323 absolute error 5.495603971894525e-14 relative error 6.090287713099127e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.696999999999814 y2[1] (analytic) 0.4300901693837076 y2[1] (numeric) 0.43009016938350025 absolute error 2.0733414984874798e-13 relative error 4.820713529580202e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9027859359779005 y1[1] (numeric) -0.9027859359779552 absolute error 5.473399511402022e-14 relative error 6.062787747654951e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.697999999999814 y2[1] (analytic) 0.42918716855312733 y2[1] (numeric) 0.4291871685529198 absolute error 2.0755619445367302e-13 relative error 4.836029817792199e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.903215574682672 y1[1] (numeric) -0.9032155746827266 absolute error 5.46229728115577e-14 relative error 6.0476119259511735e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6989999999998138 y2[1] (analytic) 0.4282837385354143 y2[1] (numeric) 0.4282837385352065 absolute error 2.0777823905859805e-13 relative error 4.8514155538365626e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9036443101719442 y1[1] (numeric) -0.9036443101719986 absolute error 5.440092820663267e-14 relative error 6.020170502294352e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.6999999999998137 y2[1] (analytic) 0.4273798802339984 y2[1] (numeric) 0.4273798802337904 absolute error 2.0800028366352308e-13 relative error 4.866871214190969e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9040721420169815 y1[1] (numeric) -0.9040721420170358 absolute error 5.4289905904170155e-14 relative error 6.005041343608883e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7009999999998136 y2[1] (analytic) 0.42647559455273787 y2[1] (numeric) 0.4264755945525297 absolute error 2.0816681711721685e-13 relative error 4.881095654149443e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9044990697899521 y1[1] (numeric) -0.9044990697900063 absolute error 5.417888360170764e-14 relative error 5.989932484318571e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7019999999998134 y2[1] (analytic) 0.4255708823959184 y2[1] (numeric) 0.42557088239570995 absolute error 2.0844437287337314e-13 relative error 4.8979942354104137e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9049250930639283 y1[1] (numeric) -0.9049250930639823 absolute error 5.395683899678261e-14 relative error 5.9625751800177825e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7029999999998133 y2[1] (analytic) 0.4246657446682519 y2[1] (numeric) 0.4246657446680433 absolute error 2.0861090632706691e-13 relative error 4.912355398244644e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.905350211412887 y1[1] (numeric) -0.9053502114129407 absolute error 5.3734794391857577e-14 relative error 5.935249554755083e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.703999999999813 y2[1] (analytic) 0.42376018227487616 y2[1] (numeric) 0.42376018227466733 absolute error 2.0883295093199195e-13 relative error 4.9280928144525484e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9057744244117095 y1[1] (numeric) -0.9057744244117631 absolute error 5.362377208939506e-14 relative error 5.920212653853978e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.704999999999813 y2[1] (analytic) 0.4228541961213535 y2[1] (numeric) 0.42285419612114444 absolute error 2.0905499553691698e-13 relative error 4.9439025899348294e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9061977316361832 y1[1] (numeric) -0.9061977316362366 absolute error 5.340172748447003e-14 relative error 5.892944290210335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.705999999999813 y2[1] (analytic) 0.4219477871136699 y2[1] (numeric) 0.42194778711346065 absolute error 2.09277040141842e-13 relative error 4.9597852277742644e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9066201326630008 y1[1] (numeric) -0.906620132663054 absolute error 5.3179682879545e-14 relative error 5.865707253085277e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.706999999999813 y2[1] (analytic) 0.4210409561582344 y2[1] (numeric) 0.4210409561580249 absolute error 2.0949908474676704e-13 relative error 4.9757412356823954e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9070416270697612 y1[1] (numeric) -0.9070416270698143 absolute error 5.306866057708248e-14 relative error 5.850741464702472e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.707999999999813 y2[1] (analytic) 0.4201337041618778 y2[1] (numeric) 0.42013370416166806 absolute error 2.0972112935169207e-13 relative error 4.991771126052919e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9074622144349701 y1[1] (numeric) -0.9074622144350231 absolute error 5.295763827461997e-14 relative error 5.835795411888743e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7089999999998127 y2[1] (analytic) 0.41922603203185205 y2[1] (numeric) 0.4192260320316421 absolute error 2.099431739566171e-13 relative error 5.007875416015816e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9078818943380403 y1[1] (numeric) -0.9078818943380931 absolute error 5.2735593669694936e-14 relative error 5.80864030867647e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7099999999998126 y2[1] (analytic) 0.41831794067582917 y2[1] (numeric) 0.41831794067561906 absolute error 2.1010970741031088e-13 relative error 5.022727618874302e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9083006663592917 y1[1] (numeric) -0.9083006663593444 absolute error 5.262457136723242e-14 relative error 5.793739156678764e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7109999999998124 y2[1] (analytic) 0.41740943100190053 y2[1] (numeric) 0.4174094310016902 absolute error 2.103317520152359e-13 relative error 5.038979390340565e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9087185300799525 y1[1] (numeric) -0.908718530080005 absolute error 5.2513549064769904e-14 relative error 5.778857514895131e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7119999999998123 y2[1] (analytic) 0.4165005039185756 y2[1] (numeric) 0.41650050391836513 absolute error 2.1049828546892968e-13 relative error 5.053974328686079e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.909135485082159 y1[1] (numeric) -0.9091354850822113 absolute error 5.229150445984487e-14 relative error 5.7517834599888335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7129999999998122 y2[1] (analytic) 0.41559116033478155 y2[1] (numeric) 0.41559116033457083 absolute error 2.107203300738547e-13 relative error 5.070375652458726e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9095515309489561 y1[1] (numeric) -0.9095515309490083 absolute error 5.218048215738236e-14 relative error 5.7369462182028606e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.713999999999812 y2[1] (analytic) 0.41468140115986174 y2[1] (numeric) 0.4146814011596508 absolute error 2.1094237467877974e-13 relative error 5.086854006202714e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9099666672642981 y1[1] (numeric) -0.9099666672643502 absolute error 5.206945985491984e-14 relative error 5.722128263385758e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.714999999999812 y2[1] (analytic) 0.41377122730357535 y2[1] (numeric) 0.4137712273033642 absolute error 2.1116441928370477e-13 relative error 5.103409936447268e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9103808936130486 y1[1] (numeric) -0.9103808936131005 absolute error 5.184741524999481e-14 relative error 5.695134378779286e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.715999999999812 y2[1] (analytic) 0.41286063967609615 y2[1] (numeric) 0.41286063967588477 absolute error 2.113864638886298e-13 relative error 5.120043994856715e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9107942095809815 y1[1] (numeric) -0.9107942095810331 absolute error 5.162537064506978e-14 relative error 5.668170713208691e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.716999999999812 y2[1] (analytic) 0.41194963918801164 y2[1] (numeric) 0.4119496391878001 absolute error 2.1155299734232358e-13 relative error 5.135409215536948e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9112066147547805 y1[1] (numeric) -0.911206614754832 absolute error 5.1514348342607263e-14 relative error 5.6534212448041275e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7179999999998117 y2[1] (analytic) 0.4110382267503223 y2[1] (numeric) 0.41103822675011054 absolute error 2.117750419472486e-13 relative error 5.152198218193645e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9116181087220409 y1[1] (numeric) -0.9116181087220921 absolute error 5.129230373768223e-14 relative error 5.6265121597449135e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7189999999998116 y2[1] (analytic) 0.41012640327444044 y2[1] (numeric) 0.4101264032742285 absolute error 2.1194157540094238e-13 relative error 5.1677135075626774e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9120286910712684 y1[1] (numeric) -0.9120286910713196 absolute error 5.1181281435219717e-14 relative error 5.611806068853186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7199999999998115 y2[1] (analytic) 0.40921416967218954 y2[1] (numeric) 0.4092141696719773 absolute error 2.1221913115709867e-13 relative error 5.186016196044768e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9124383613918808 y1[1] (numeric) -0.9124383613919319 absolute error 5.10702591327572e-14 relative error 5.597118807549036e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7209999999998113 y2[1] (analytic) 0.408301526855803 y2[1] (numeric) 0.4083015268555906 absolute error 2.1238566461079245e-13 relative error 5.2016867594472456e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9128471192742079 y1[1] (numeric) -0.9128471192742589 absolute error 5.0959236830294685e-14 relative error 5.5824503089642945e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7219999999998112 y2[1] (analytic) 0.40738847573792364 y2[1] (numeric) 0.4073884757377111 absolute error 2.1255219806448622e-13 relative error 5.2174327631501975e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9132549643094918 y1[1] (numeric) -0.9132549643095426 absolute error 5.0737192225369654e-14 relative error 5.555643736766526e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.722999999999811 y2[1] (analytic) 0.4064750172316025 y2[1] (numeric) 0.40647501723138973 absolute error 2.1277424266941125e-13 relative error 5.234620423133561e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9136618960898876 y1[1] (numeric) -0.9136618960899381 absolute error 5.051514762044462e-14 relative error 5.5288666230505535e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.723999999999811 y2[1] (analytic) 0.40556115225029804 y2[1] (numeric) 0.40556115225008504 absolute error 2.1299628727433628e-13 relative error 5.251890771404123e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9140679142084632 y1[1] (numeric) -0.9140679142085136 absolute error 5.040412531798211e-14 relative error 5.514264808390035e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.724999999999811 y2[1] (analytic) 0.4046468817078751 y2[1] (numeric) 0.4046468817076619 absolute error 2.1321833187926131e-13 relative error 5.269244408342903e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.914473018259201 y1[1] (numeric) -0.9144730182592512 absolute error 5.0182080713057076e-14 relative error 5.487540879946806e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.725999999999811 y2[1] (analytic) 0.40373220651860414 y2[1] (numeric) 0.40373220651839076 absolute error 2.1338486533295509e-13 relative error 5.285306990318649e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9148772078369967 y1[1] (numeric) -0.9148772078370467 absolute error 5.007105841059456e-14 relative error 5.472981289912701e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7269999999998107 y2[1] (analytic) 0.4028171275971604 y2[1] (numeric) 0.4028171275969467 absolute error 2.1366242108911138e-13 relative error 5.304203978704345e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9152804825376607 y1[1] (numeric) -0.9152804825377107 absolute error 4.9960036108132044e-14 relative error 5.458440014979382e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7279999999998106 y2[1] (analytic) 0.40190164585862254 y2[1] (numeric) 0.40190164585840865 absolute error 2.138844656940364e-13 relative error 5.321811142054263e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9156828419579185 y1[1] (numeric) -0.9156828419579683 absolute error 4.984901380566953e-14 relative error 5.4439169897605675e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7289999999998105 y2[1] (analytic) 0.4009857622184723 y2[1] (numeric) 0.4009857622182582 absolute error 2.1410651029896144e-13 relative error 5.3395040540693326e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9160842856954107 y1[1] (numeric) -0.9160842856954603 absolute error 4.96269692007445e-14 relative error 5.417292925516353e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7299999999998104 y2[1] (analytic) 0.4000694775925933 y2[1] (numeric) 0.400069477592379 absolute error 2.1432855490388647e-13 relative error 5.3572833447230827e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9164848133486935 y1[1] (numeric) -0.9164848133487429 absolute error 4.9404924595819466e-14 relative error 5.390697573623891e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7309999999998102 y2[1] (analytic) 0.39915279289727007 y2[1] (numeric) 0.3991527928970555 absolute error 2.145505995088115e-13 relative error 5.3751496501248425e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9168844245172393 y1[1] (numeric) -0.9168844245172886 absolute error 4.929390229335695e-14 relative error 5.376239466529418e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73199999999981 y2[1] (analytic) 0.39823570904918715 y2[1] (numeric) 0.39823570904897243 absolute error 2.1471713296250527e-13 relative error 5.391709685581837e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.917283118801437 y1[1] (numeric) -0.9172831188014862 absolute error 4.9182879990894435e-14 relative error 5.361799316132513e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73299999999981 y2[1] (analytic) 0.3973182269654284 y2[1] (numeric) 0.39731822696521346 absolute error 2.149391775674303e-13 relative error 5.409748734888336e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9176808958025924 y1[1] (numeric) -0.9176808958026413 absolute error 4.8960835385969403e-14 relative error 5.335278919928791e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73399999999981 y2[1] (analytic) 0.3964003475634758 y2[1] (numeric) 0.39640034756326065 absolute error 2.1516122217235534e-13 relative error 5.4278767285364566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9180777551229283 y1[1] (numeric) -0.9180777551229772 absolute error 4.884981308350689e-14 relative error 5.320879719710235e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.73499999999981 y2[1] (analytic) 0.39548207176120864 y2[1] (numeric) 0.3954820717609933 absolute error 2.153277556260491e-13 relative error 5.4446906952602294e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9184736963655857 y1[1] (numeric) -0.9184736963656344 absolute error 4.8627768478581856e-14 relative error 5.294410571691129e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7359999999998097 y2[1] (analytic) 0.3945634004769027 y2[1] (numeric) 0.39456340047668714 absolute error 2.1554980023097414e-13 relative error 5.4629952998793714e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9188687191346233 y1[1] (numeric) -0.9188687191346717 absolute error 4.8405723873656825e-14 relative error 5.2679695005010735e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7369999999998096 y2[1] (analytic) 0.39364433462922915 y2[1] (numeric) 0.3936443346290134 absolute error 2.1577184483589917e-13 relative error 5.481390835692661e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9192628230350184 y1[1] (numeric) -0.9192628230350666 absolute error 4.8183679268731794e-14 relative error 5.241556392942075e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7379999999998095 y2[1] (analytic) 0.3927248751372538 y2[1] (numeric) 0.3927248751370378 absolute error 2.159938894408242e-13 relative error 5.499877983673336e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.919656007672667 y1[1] (numeric) -0.9196560076727149 absolute error 4.796163466380676e-14 relative error 5.215171136127427e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7389999999998094 y2[1] (analytic) 0.391805022920436 y2[1] (numeric) 0.3918050229202198 absolute error 2.1621593404574924e-13 relative error 5.518457431559173e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9200482726543845 y1[1] (numeric) -0.9200482726544323 absolute error 4.785061236134425e-14 relative error 5.200880625892908e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7399999999998093 y2[1] (analytic) 0.390884778898628 y2[1] (numeric) 0.39088477889841156 absolute error 2.1643797865067427e-13 relative error 5.53712987393672e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.920439617587906 y1[1] (numeric) -0.9204396175879538 absolute error 4.773959005888173e-14 relative error 5.1866074804545655e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.740999999999809 y2[1] (analytic) 0.38996414399207363 y2[1] (numeric) 0.38996414399185697 absolute error 2.166600232555993e-13 relative error 5.555896012326792e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9208300420818867 y1[1] (numeric) -0.9208300420819343 absolute error 4.7628567756419216e-14 relative error 5.172351637087852e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.741999999999809 y2[1] (analytic) 0.38904311912140777 y2[1] (numeric) 0.3890431191211909 absolute error 2.1688206786052433e-13 relative error 5.574756555271254e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.921219545745902 y1[1] (numeric) -0.9212195457459494 absolute error 4.7406523151494184e-14 relative error 5.146061367283475e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.742999999999809 y2[1] (analytic) 0.38812170520765515 y2[1] (numeric) 0.3881217052074381 absolute error 2.170486013142181e-13 relative error 5.592281967278575e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9216081281904485 y1[1] (numeric) -0.9216081281904956 absolute error 4.718447854656915e-14 relative error 5.119798437456769e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.743999999999809 y2[1] (analytic) 0.38719990317222974 y2[1] (numeric) 0.38719990317201247 absolute error 2.1727064591914313e-13 relative error 5.611330068502092e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9219957890269433 y1[1] (numeric) -0.9219957890269904 absolute error 4.707345624410664e-14 relative error 5.1056042559356005e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7449999999998087 y2[1] (analytic) 0.3862777139369334 y2[1] (numeric) 0.38627771393671595 absolute error 2.174371793728369e-13 relative error 5.629037646431172e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9223825278677261 y1[1] (numeric) -0.922382527867773 absolute error 4.6851411639181606e-14 relative error 5.079390624135968e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7459999999998086 y2[1] (analytic) 0.3853551384239553 y2[1] (numeric) 0.38535513842373764 absolute error 2.1765922397776194e-13 relative error 5.648276155547205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9227683443260579 y1[1] (numeric) -0.9227683443261046 absolute error 4.6629367034256575e-14 relative error 5.053204016042861e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7469999999998085 y2[1] (analytic) 0.38443217755587095 y2[1] (numeric) 0.384432177555653 absolute error 2.1793677973391823e-13 relative error 5.6690566622052516e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9231532380161223 y1[1] (numeric) -0.9231532380161688 absolute error 4.651834473179406e-14 relative error 5.039070743202186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7479999999998084 y2[1] (analytic) 0.38350883225564103 y2[1] (numeric) 0.38350883225542287 absolute error 2.1815882433884326e-13 relative error 5.6884954397457523e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9235372085530256 y1[1] (numeric) -0.9235372085530719 absolute error 4.629630012686903e-14 relative error 5.012932851877715e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7489999999998083 y2[1] (analytic) 0.3825851034466108 y2[1] (numeric) 0.38258510344639246 absolute error 2.1832535779253703e-13 relative error 5.706582818455294e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9239202555527972 y1[1] (numeric) -0.9239202555528434 absolute error 4.618527782440651e-14 relative error 4.998838108249188e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.749999999999808 y2[1] (analytic) 0.38166099205250903 y2[1] (numeric) 0.3816609920522905 absolute error 2.1854740239746206e-13 relative error 5.726217951228148e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9243023786323903 y1[1] (numeric) -0.9243023786324364 absolute error 4.6074255521943996e-14 relative error 4.984760029517186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.750999999999808 y2[1] (analytic) 0.380736498997447 y2[1] (numeric) 0.3807364989972282 absolute error 2.187694470023871e-13 relative error 5.7459541593319646e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9246835774096819 y1[1] (numeric) -0.9246835774097277 absolute error 4.5852210917018965e-14 relative error 4.9586920366278016e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.751999999999808 y2[1] (analytic) 0.3798116252059177 y2[1] (numeric) 0.3798116252056987 absolute error 2.1899149160731213e-13 relative error 5.765792226306508e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9250638515034729 y1[1] (numeric) -0.9250638515035187 absolute error 4.574118861455645e-14 relative error 4.944652041068835e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.752999999999808 y2[1] (analytic) 0.37888637160279487 y2[1] (numeric) 0.37888637160257566 absolute error 2.1921353621223716e-13 relative error 5.7857329437557455e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9254432005334897 y1[1] (numeric) -0.9254432005335352 absolute error 4.551914400963142e-14 relative error 4.918631849409129e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7539999999998077 y2[1] (analytic) 0.377960739113332 y2[1] (numeric) 0.37796073911311256 absolute error 2.194355808171622e-13 relative error 5.8057771114518894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.925821624120383 y1[1] (numeric) -0.9258216241204283 absolute error 4.529709940470639e-14 relative error 4.8926378715492695e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7549999999998076 y2[1] (analytic) 0.3770347286631615 y2[1] (numeric) 0.37703472866294185 absolute error 2.1965762542208722e-13 relative error 5.825925537441056e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9261991218857294 y1[1] (numeric) -0.9261991218857745 absolute error 4.5075054799781356e-14 relative error 4.866669999428322e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7559999999998075 y2[1] (analytic) 0.3761083411782937 y2[1] (numeric) 0.3761083411780739 absolute error 2.19824158875781e-13 relative error 5.84470310302354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9265756934520311 y1[1] (numeric) -0.9265756934520759 absolute error 4.4853010194856324e-14 relative error 4.8407281252708975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7569999999998074 y2[1] (analytic) 0.37518157758511617 y2[1] (numeric) 0.3751815775848961 absolute error 2.2004620348070603e-13 relative error 5.865058857555044e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9269513384427165 y1[1] (numeric) -0.9269513384427611 absolute error 4.463096558993129e-14 relative error 4.814812141585724e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7579999999998073 y2[1] (analytic) 0.3742544388103923 y2[1] (numeric) 0.374254438810172 absolute error 2.2026824808563106e-13 relative error 5.885521325699629e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9273260564821406 y1[1] (numeric) -0.9273260564821851 absolute error 4.451994328746878e-14 relative error 4.800894246017144e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.758999999999807 y2[1] (analytic) 0.37332692578126075 y2[1] (numeric) 0.37332692578104026 absolute error 2.204902926905561e-13 relative error 5.906091349535969e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9276998471955856 y1[1] (numeric) -0.9276998471956299 absolute error 4.4297898682543746e-14 relative error 4.77502489802658e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.759999999999807 y2[1] (analytic) 0.3723990394252346 y2[1] (numeric) 0.37239903942501384 absolute error 2.2076784844671238e-13 relative error 5.928260416231156e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9280727102092609 y1[1] (numeric) -0.9280727102093048 absolute error 4.39648317751562e-14 relative error 4.737218462683065e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.760999999999807 y2[1] (analytic) 0.3714707806702 y2[1] (numeric) 0.3714707806699791 absolute error 2.2093438190040615e-13 relative error 5.947557476843827e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.928444645150303 y1[1] (numeric) -0.9284446451503469 absolute error 4.3853809472693683e-14 relative error 4.723362852245685e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.761999999999807 y2[1] (analytic) 0.37054215044441574 y2[1] (numeric) 0.3705421504441946 absolute error 2.2115642650533118e-13 relative error 5.968455309067636e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9288156516467775 y1[1] (numeric) -0.9288156516468211 absolute error 4.363176486776865e-14 relative error 4.697569941937362e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7629999999998067 y2[1] (analytic) 0.3696131496765119 y2[1] (numeric) 0.3696131496762905 absolute error 2.2137847111025621e-13 relative error 5.989464154725238e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9291857293276777 y1[1] (numeric) -0.9291857293277211 absolute error 4.340972026284362e-14 relative error 4.671802298799099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7639999999998066 y2[1] (analytic) 0.3686837792954891 y2[1] (numeric) 0.3686837792952676 absolute error 2.2154500456395e-13 relative error 6.00907924366231e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9295548778229261 y1[1] (numeric) -0.9295548778229693 absolute error 4.318767565791859e-14 relative error 4.646059817260789e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7649999999998065 y2[1] (analytic) 0.36775404023071784 y2[1] (numeric) 0.36775404023049607 absolute error 2.2176704916887502e-13 relative error 6.030308981234987e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.929923096763374 y1[1] (numeric) -0.9299230967634171 absolute error 4.3076653355456074e-14 relative error 4.6322812612554406e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7659999999998064 y2[1] (analytic) 0.3668239334119369 y2[1] (numeric) 0.366823933411715 absolute error 2.219335826225688e-13 relative error 6.05013911056183e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9302903857808028 y1[1] (numeric) -0.9302903857808457 absolute error 4.285460875053104e-14 relative error 4.606584073698956e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7669999999998063 y2[1] (analytic) 0.3658934597692532 y2[1] (numeric) 0.36589345976903104 absolute error 2.2215562722749382e-13 relative error 6.071593282033352e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9306567445079232 y1[1] (numeric) -0.930656744507966 absolute error 4.2743586448068527e-14 relative error 4.592841205988233e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.767999999999806 y2[1] (analytic) 0.3649626202331402 y2[1] (numeric) 0.3649626202329178 absolute error 2.2237767183241886e-13 relative error 6.093162957082091e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9310221725783767 y1[1] (numeric) -0.9310221725784193 absolute error 4.263256414560601e-14 relative error 4.579113731259398e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.768999999999806 y2[1] (analytic) 0.36403141573443737 y2[1] (numeric) 0.36403141573421477 absolute error 2.2259971643734389e-13 relative error 6.11484907115081e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9313866696267352 y1[1] (numeric) -0.9313866696267776 absolute error 4.241051954068098e-14 relative error 4.553481483439904e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.769999999999806 y2[1] (analytic) 0.3630998472043491 y2[1] (numeric) 0.36309984720412636 absolute error 2.2276624989103766e-13 relative error 6.135123757451403e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9317502352885018 y1[1] (numeric) -0.931750235288544 absolute error 4.218847493575595e-14 relative error 4.527873816172738e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.770999999999806 y2[1] (analytic) 0.36216791557444394 y2[1] (numeric) 0.36216791557422096 absolute error 2.229882944959627e-13 relative error 6.157041662353639e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9321128692001106 y1[1] (numeric) -0.9321128692001526 absolute error 4.196643033083092e-14 relative error 4.50229062568831e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7719999999998057 y2[1] (analytic) 0.3612356217766534 y2[1] (numeric) 0.3612356217764302 absolute error 2.2321033910088772e-13 relative error 6.179078851722308e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9324745709989279 y1[1] (numeric) -0.9324745709989697 absolute error 4.1744385725905886e-14 relative error 4.476731808481014e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7729999999998056 y2[1] (analytic) 0.36030296674327117 y2[1] (numeric) 0.36030296674304774 absolute error 2.2343238370581275e-13 relative error 6.201236301920777e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9328353403232519 y1[1] (numeric) -0.9328353403232935 absolute error 4.163336342344337e-14 relative error 4.463098858263273e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7739999999998055 y2[1] (analytic) 0.3593699514069522 y2[1] (numeric) 0.35936995140672856 absolute error 2.2365442831073779e-13 relative error 6.223514999935832e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9331951768123133 y1[1] (numeric) -0.9331951768123548 absolute error 4.141131881851834e-14 relative error 4.437583888932496e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7749999999998054 y2[1] (analytic) 0.3584365767007118 y2[1] (numeric) 0.35843657670048795 absolute error 2.2382096176443156e-13 relative error 6.244367241329785e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9335540801062757 y1[1] (numeric) -0.933554080106317 absolute error 4.1300296516055823e-14 relative error 4.423985433318893e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7759999999998053 y2[1] (analytic) 0.3575028435579245 y2[1] (numeric) 0.3575028435577005 absolute error 2.2398749521812533e-13 relative error 6.265334647102848e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9339120498462359 y1[1] (numeric) -0.933912049846277 absolute error 4.107825191113079e-14 relative error 4.398513962625724e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.776999999999805 y2[1] (analytic) 0.3565687529123235 y2[1] (numeric) 0.3565687529120993 absolute error 2.2420953982305036e-13 relative error 6.287974983556149e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.934269085674224 y1[1] (numeric) -0.9342690856742648 absolute error 4.085620730620576e-14 relative error 4.373066382339034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.777999999999805 y2[1] (analytic) 0.3556343056979993 y2[1] (numeric) 0.3556343056977749 absolute error 2.244315844279754e-13 relative error 6.310740579075636e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9346251872332042 y1[1] (numeric) -0.9346251872332448 absolute error 4.063416270128073e-14 relative error 4.347642590456086e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.778999999999805 y2[1] (analytic) 0.354699502849399 y2[1] (numeric) 0.3546995028491744 absolute error 2.2459811788166917e-13 relative error 6.332067456464148e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9349803541670751 y1[1] (numeric) -0.9349803541671156 absolute error 4.04121180963557e-14 relative error 4.322242485229193e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.779999999999805 y2[1] (analytic) 0.35376434530132544 y2[1] (numeric) 0.3537643453011006 absolute error 2.248201624865942e-13 relative error 6.355082570435395e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9353345861206698 y1[1] (numeric) -0.9353345861207101 absolute error 4.030109579389318e-14 relative error 4.308735760648312e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7809999999998047 y2[1] (analytic) 0.35282883398893605 y2[1] (numeric) 0.352828833988711 absolute error 2.2504220709151923e-13 relative error 6.378226080541254e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9356878827397562 y1[1] (numeric) -0.9356878827397964 absolute error 4.0190073491430667e-14 relative error 4.295243556403816e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7819999999998046 y2[1] (analytic) 0.3518929698477421 y2[1] (numeric) 0.35189296984751683 absolute error 2.2526425169644426e-13 relative error 6.401499063590618e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9360402436710379 y1[1] (numeric) -0.936040243671078 absolute error 4.007905118896815e-14 relative error 4.281765817224151e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7829999999998045 y2[1] (analytic) 0.3509567538136076 y2[1] (numeric) 0.35095675381338215 absolute error 2.2543078515013804e-13 relative error 6.42332089924287e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.936391668562154 y1[1] (numeric) -0.9363916685621938 absolute error 3.985700658404312e-14 relative error 4.2564460921832275e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7839999999998044 y2[1] (analytic) 0.35002018682274855 y2[1] (numeric) 0.3500201868225229 absolute error 2.2565282975506307e-13 relative error 6.446851874555865e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9367421570616795 y1[1] (numeric) -0.9367421570617191 absolute error 3.963496197911809e-14 relative error 4.231149594403099e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7849999999998043 y2[1] (analytic) 0.3490832698117318 y2[1] (numeric) 0.34908326981150595 absolute error 2.258748743599881e-13 relative error 6.470515601673129e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.937091708819126 y1[1] (numeric) -0.9370917088191655 absolute error 3.952393967665557e-14 relative error 4.21772376221977e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.785999999999804 y2[1] (analytic) 0.3481460037174744 y2[1] (numeric) 0.3481460037172483 absolute error 2.2609691896491313e-13 relative error 6.49431320626027e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9374403234849418 y1[1] (numeric) -0.9374403234849811 absolute error 3.930189507173054e-14 relative error 4.192469012387417e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.786999999999804 y2[1] (analytic) 0.34720838947724225 y2[1] (numeric) 0.34720838947701593 absolute error 2.2631896356983816e-13 relative error 6.518245826680182e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9377880007105123 y1[1] (numeric) -0.9377880007105514 absolute error 3.907985046680551e-14 relative error 4.167237204698373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.787999999999804 y2[1] (analytic) 0.34627042802864955 y2[1] (numeric) 0.34627042802842306 absolute error 2.2648549702353193e-13 relative error 6.540711498609205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9381347401481601 y1[1] (numeric) -0.938134740148199 absolute error 3.885780586188048e-14 relative error 4.142028239540905e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.788999999999804 y2[1] (analytic) 0.3453321203096577 y2[1] (numeric) 0.345332120309431 absolute error 2.2670754162845697e-13 relative error 6.564913261620997e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.938480541451146 y1[1] (numeric) -0.9384805414511846 absolute error 3.863576125695545e-14 relative error 4.1168420175461556e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7899999999998037 y2[1] (analytic) 0.3443934672585743 y2[1] (numeric) 0.3443934672583474 absolute error 2.2687407508215074e-13 relative error 6.587641655577957e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9388254042736687 y1[1] (numeric) -0.9388254042737071 absolute error 3.8413716652030416e-14 relative error 4.0916784395869174e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7909999999998036 y2[1] (analytic) 0.3434544698140523 y2[1] (numeric) 0.34345446981382527 absolute error 2.270406085358445e-13 relative error 6.610500910317611e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9391693282708652 y1[1] (numeric) -0.9391693282709035 absolute error 3.83026943495679e-14 relative error 4.0783587364472625e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7919999999998035 y2[1] (analytic) 0.3425151289150892 y2[1] (numeric) 0.3425151289148619 absolute error 2.2726265314076954e-13 relative error 6.635112844814187e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9395123130988118 y1[1] (numeric) -0.9395123130988499 absolute error 3.808064974464287e-14 relative error 4.053235834561946e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7929999999998034 y2[1] (analytic) 0.3415754455010257 y2[1] (numeric) 0.3415754455007982 absolute error 2.274846977456946e-13 relative error 6.659866824209748e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9398543584145236 y1[1] (numeric) -0.9398543584145614 absolute error 3.785860513971784e-14 relative error 4.028135295726348e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7939999999998033 y2[1] (analytic) 0.3406354205115451 y2[1] (numeric) 0.34063542051131745 absolute error 2.2765123119938835e-13 relative error 6.683134444959243e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9401954638759553 y1[1] (numeric) -0.940195463875993 absolute error 3.7636560534792807e-14 relative error 4.003057021742703e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.794999999999803 y2[1] (analytic) 0.33969505488667245 y2[1] (numeric) 0.3396950548864446 absolute error 2.278732758043134e-13 relative error 6.708171712430003e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9405356291420015 y1[1] (numeric) -0.9405356291420389 absolute error 3.7414515929867775e-14 relative error 3.978000914648918e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.795999999999803 y2[1] (analytic) 0.3387543495667732 y2[1] (numeric) 0.3387543495665451 absolute error 2.280953204092384e-13 relative error 6.733354736284431e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9408748538724969 y1[1] (numeric) -0.9408748538725341 absolute error 3.7192471324942744e-14 relative error 3.952966876717368e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.796999999999803 y2[1] (analytic) 0.3378133054925526 y2[1] (numeric) 0.3378133054923243 absolute error 2.2831736501416344e-13 relative error 6.758684791330603e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9412131377282169 y1[1] (numeric) -0.9412131377282539 absolute error 3.697042672001771e-14 relative error 3.927954810453701e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.797999999999803 y2[1] (analytic) 0.33687192360505464 y2[1] (numeric) 0.33687192360482615 absolute error 2.284838984678572e-13 relative error 6.782515325786827e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9415504803708775 y1[1] (numeric) -0.9415504803709144 absolute error 3.68594044175552e-14 relative error 3.914756052488683e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7989999999998028 y2[1] (analytic) 0.33593020484566116 y2[1] (numeric) 0.33593020484543246 absolute error 2.2870594307278225e-13 relative error 6.808138707796706e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9418868814631363 y1[1] (numeric) -0.9418868814631729 absolute error 3.6637359812630166e-14 relative error 3.889783426616722e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.7999999999998026 y2[1] (analytic) 0.33498815015609085 y2[1] (numeric) 0.3349881501558619 absolute error 2.289279876777073e-13 relative error 6.833913007700008e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.942222340668592 y1[1] (numeric) -0.9422223406686285 absolute error 3.652633751016765e-14 relative error 3.876615522006081e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8009999999998025 y2[1] (analytic) 0.3340457604783983 y2[1] (numeric) 0.33404576047816914 absolute error 2.291500322826323e-13 relative error 6.85983956073739e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9425568576517857 y1[1] (numeric) -0.942556857651822 absolute error 3.630429290524262e-14 relative error 3.8516820084136215e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8019999999998024 y2[1] (analytic) 0.3331030367549731 y2[1] (numeric) 0.33310303675474373 absolute error 2.2937207688755734e-13 relative error 6.88591971787639e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9428904320782002 y1[1] (numeric) -0.9428904320782363 absolute error 3.608224830031759e-14 relative error 3.826770011950343e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8029999999998023 y2[1] (analytic) 0.3321599799285389 y2[1] (numeric) 0.3321599799283093 absolute error 2.2959412149248237e-13 relative error 6.912154846043686e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9432230636142612 y1[1] (numeric) -0.9432230636142971 absolute error 3.5860203695392556e-14 relative error 3.801879436448755e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.803999999999802 y2[1] (analytic) 0.33121659094215244 y2[1] (numeric) 0.3312165909419227 absolute error 2.2976065494617615e-13 relative error 6.936870350987467e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9435547519273372 y1[1] (numeric) -0.9435547519273729 absolute error 3.574918139293004e-14 relative error 3.788776572838783e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.804999999999802 y2[1] (analytic) 0.3302728707392027 y2[1] (numeric) 0.3302728707389727 absolute error 2.299826995511012e-13 relative error 6.96341479808389e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.94388549668574 y1[1] (numeric) -0.9438854966857755 absolute error 3.552713678800501e-14 relative error 3.763924428625215e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.805999999999802 y2[1] (analytic) 0.3293288202634097 y2[1] (numeric) 0.3293288202631795 absolute error 2.302047441560262e-13 relative error 6.99011838599184e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9442152975587246 y1[1] (numeric) -0.94421529755876 absolute error 3.5416114485542494e-14 relative error 3.750851588309479e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.806999999999802 y2[1] (analytic) 0.32838444045882387 y2[1] (numeric) 0.3283844404585935 absolute error 2.3037127760972e-13 relative error 7.015292115784829e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9445441542164904 y1[1] (numeric) -0.9445441542165256 absolute error 3.519406988061746e-14 relative error 3.7260375519248565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8079999999998018 y2[1] (analytic) 0.3274397322698249 y2[1] (numeric) 0.3274397322695944 absolute error 2.3053781106341376e-13 relative error 7.040618115135775e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9448720663301807 y1[1] (numeric) -0.9448720663302157 absolute error 3.497202527569243e-14 relative error 3.7012444882111304e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8089999999998017 y2[1] (analytic) 0.326494696641121 y2[1] (numeric) 0.32649469664089026 absolute error 2.307598556683388e-13 relative error 7.067797977802598e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9451990335718834 y1[1] (numeric) -0.9451990335719183 absolute error 3.4861002973229915e-14 relative error 3.688218220187029e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8099999999998015 y2[1] (analytic) 0.3255493345177477 y2[1] (numeric) 0.3255493345175167 absolute error 2.309819002732638e-13 relative error 7.09514275664021e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9455250556146313 y1[1] (numeric) -0.9455250556146659 absolute error 3.4638958368304884e-14 relative error 3.663462767339158e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8109999999998014 y2[1] (analytic) 0.324603646845067 y2[1] (numeric) 0.3246036468448358 absolute error 2.3120394487818885e-13 relative error 7.122653954302069e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9458501321324023 y1[1] (numeric) -0.9458501321324368 absolute error 3.452793606584237e-14 relative error 3.650465850017883e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8119999999998013 y2[1] (analytic) 0.32365763456876645 y2[1] (numeric) 0.3236576345685351 absolute error 2.313704783318826e-13 relative error 7.148617972202479e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9461742628001202 y1[1] (numeric) -0.9461742628001544 absolute error 3.419486915845482e-14 relative error 3.6140138770270595e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.812999999999801 y2[1] (analytic) 0.32271129863485837 y2[1] (numeric) 0.3227112986346268 absolute error 2.3159252293680765e-13 relative error 7.176461559186068e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9464974472936539 y1[1] (numeric) -0.946497447293688 absolute error 3.4083846855992306e-14 relative error 3.60105005601961e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.813999999999801 y2[1] (analytic) 0.3217646399896785 y2[1] (numeric) 0.3217646399894467 absolute error 2.318145675417327e-13 relative error 7.20447615217038e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9468196852898194 y1[1] (numeric) -0.9468196852898532 absolute error 3.375077994860476e-14 relative error 3.56464704663103e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.814999999999801 y2[1] (analytic) 0.3208176595798855 y2[1] (numeric) 0.32081765957965347 absolute error 2.320366121466577e-13 relative error 7.232663328150713e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9471409764663784 y1[1] (numeric) -0.9471409764664119 absolute error 3.352873534367973e-14 relative error 3.5399941694814776e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.815999999999801 y2[1] (analytic) 0.3198703583524596 y2[1] (numeric) 0.3198703583522274 absolute error 2.322031456003515e-13 relative error 7.259289256946118e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9474613205020398 y1[1] (numeric) -0.9474613205020732 absolute error 3.341771304121721e-14 relative error 3.5270793981869223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8169999999998008 y2[1] (analytic) 0.31892273725470205 y2[1] (numeric) 0.3189227372544696 absolute error 2.324251902052765e-13 relative error 7.287821251190824e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9477807170764597 y1[1] (numeric) -0.9477807170764929 absolute error 3.319566843629218e-14 relative error 3.502462947198176e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8179999999998007 y2[1] (analytic) 0.3179747972342338 y2[1] (numeric) 0.3179747972340012 absolute error 2.325917236589703e-13 relative error 7.31478487232538e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9480991658702416 y1[1] (numeric) -0.9480991658702745 absolute error 3.297362383136715e-14 relative error 3.4778665585156706e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8189999999998006 y2[1] (analytic) 0.3170265392389948 y2[1] (numeric) 0.317026539238762 absolute error 2.3281376826389533e-13 relative error 7.343668098663042e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9484166665649366 y1[1] (numeric) -0.9484166665649694 absolute error 3.275157922644212e-14 relative error 3.4532901393503366e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8199999999998004 y2[1] (analytic) 0.316077964217243 y2[1] (numeric) 0.31607796421701 absolute error 2.329803017175891e-13 relative error 7.370975774744608e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9487332188430441 y1[1] (numeric) -0.9487332188430766 absolute error 3.2529534621517087e-14 relative error 3.4287335971208033e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8209999999998003 y2[1] (analytic) 0.31512907311755334 y2[1] (numeric) 0.31512907311732014 absolute error 2.3320234632251413e-13 relative error 7.400216806893032e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9490488223880117 y1[1] (numeric) -0.9490488223880441 absolute error 3.241851231905457e-14 relative error 3.4158951103782624e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8219999999998002 y2[1] (analytic) 0.3141798668888168 y2[1] (numeric) 0.3141798668885834 absolute error 2.333688797762079e-13 relative error 7.427875060459982e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9493634768842361 y1[1] (numeric) -0.9493634768842683 absolute error 3.219646771412954e-14 relative error 3.391374167857895e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8229999999998 y2[1] (analytic) 0.3132303464802395 y2[1] (numeric) 0.31323034648000597 absolute error 2.335354132299017e-13 relative error 7.455708422064863e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9496771820170626 y1[1] (numeric) -0.9496771820170946 absolute error 3.197442310920451e-14 relative error 3.366872840020498e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8239999999998 y2[1] (analytic) 0.3122805128413419 y2[1] (numeric) 0.31228051284110814 absolute error 2.337574578348267e-13 relative error 7.485496155617951e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9499899374727864 y1[1] (numeric) -0.9499899374728181 absolute error 3.175237850427948e-14 relative error 3.3423910350828386e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8249999999998 y2[1] (analytic) 0.3113303669219575 y2[1] (numeric) 0.3113303669217235 absolute error 2.3397950243975174e-13 relative error 7.515473185383306e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9503017429386518 y1[1] (numeric) -0.9503017429386833 absolute error 3.1530333899354446e-14 relative error 3.3179286614641027e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8259999999998 y2[1] (analytic) 0.31037990967223206 y2[1] (numeric) 0.31037990967199786 absolute error 2.3420154704467677e-13 relative error 7.545641317184438e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9506125981028534 y1[1] (numeric) -0.9506125981028848 absolute error 3.141931159689193e-14 relative error 3.3051646548337094e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8269999999997997 y2[1] (analytic) 0.3094291420426228 y2[1] (numeric) 0.3094291420423884 absolute error 2.3436808049837055e-13 relative error 7.574208393923257e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9509225026545362 y1[1] (numeric) -0.9509225026545673 absolute error 3.11972669919669e-14 relative error 3.280737063733222e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8279999999997996 y2[1] (analytic) 0.30847806498389735 y2[1] (numeric) 0.3084780649836627 absolute error 2.3464563625452683e-13 relative error 7.606558225356328e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9512314562837956 y1[1] (numeric) -0.9512314562838265 absolute error 3.097522238704187e-14 relative error 3.256328644560778e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8289999999997995 y2[1] (analytic) 0.3075266794471326 y2[1] (numeric) 0.30752667944689777 absolute error 2.348121697082206e-13 relative error 7.635505645570747e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9515394586816779 y1[1] (numeric) -0.9515394586817087 absolute error 3.086420008457935e-14 relative error 3.2436069574393203e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8299999999997993 y2[1] (analytic) 0.306574986383714 y2[1] (numeric) 0.30657498638347896 absolute error 2.3503421431314564e-13 relative error 7.66645110501524e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9518465095401808 y1[1] (numeric) -0.9518465095402115 absolute error 3.0753177782116836e-14 relative error 3.2308967332320332e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8309999999997992 y2[1] (analytic) 0.30562298674533456 y2[1] (numeric) 0.30562298674509936 absolute error 2.352007477668394e-13 relative error 7.695780682976714e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9521526085522536 y1[1] (numeric) -0.9521526085522841 absolute error 3.0531133177191805e-14 relative error 3.2065377863758984e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.831999999999799 y2[1] (analytic) 0.3046706814839939 y2[1] (numeric) 0.3046706814837585 absolute error 2.3542279237176444e-13 relative error 7.727123306550668e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9524577554117971 y1[1] (numeric) -0.9524577554118274 absolute error 3.0309088572266774e-14 relative error 3.18219767754031e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.832999999999799 y2[1] (analytic) 0.3037180715519971 y2[1] (numeric) 0.3037180715517615 absolute error 2.355893258254582e-13 relative error 7.756842542216817e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9527619498136646 y1[1] (numeric) -0.9527619498136947 absolute error 3.008704396734174e-14 relative error 3.157876316662938e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.833999999999799 y2[1] (analytic) 0.3027651579019541 y2[1] (numeric) 0.30276515790171826 absolute error 2.3581137043038325e-13 relative error 7.788590076363648e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9530651914536618 y1[1] (numeric) -0.9530651914536915 absolute error 2.9753977059954195e-14 relative error 3.121924641332454e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.834999999999799 y2[1] (analytic) 0.30181194148677837 y2[1] (numeric) 0.30181194148654233 absolute error 2.360334150353083e-13 relative error 7.820545929116205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9533674800285468 y1[1] (numeric) -0.9533674800285763 absolute error 2.9531932455029164e-14 relative error 3.0976442005494972e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8359999999997987 y2[1] (analytic) 0.3008584232596863 y2[1] (numeric) 0.3008584232594501 absolute error 2.3619994848900205e-13 relative error 7.850867059990067e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9536688152360312 y1[1] (numeric) -0.9536688152360605 absolute error 2.930988785010413e-14 relative error 3.073382224713932e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8369999999997986 y2[1] (analytic) 0.29990460417419607 y2[1] (numeric) 0.2999046041739597 absolute error 2.3636648194269583e-13 relative error 7.881388903432944e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9539691967747799 y1[1] (numeric) -0.953969196774809 absolute error 2.90878432451791e-14 relative error 3.0491386245510373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8379999999997985 y2[1] (analytic) 0.2989504851841267 y2[1] (numeric) 0.2989504851838901 absolute error 2.3658852654762086e-13 relative error 7.913970315248143e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9542686243444114 y1[1] (numeric) -0.9542686243444402 absolute error 2.8754776337791554e-14 relative error 3.0132790290099152e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8389999999997984 y2[1] (analytic) 0.297996067243597 y2[1] (numeric) 0.29799606724336025 absolute error 2.3675506000131463e-13 relative error 7.944905521447003e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.954567097645498 y1[1] (numeric) -0.9545670976455266 absolute error 2.864375403532904e-14 relative error 3.0007061950889284e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8399999999997982 y2[1] (analytic) 0.2970413513070249 y2[1] (numeric) 0.29704135130678794 absolute error 2.3697710460623966e-13 relative error 7.97791632590904e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9548646163795664 y1[1] (numeric) -0.9548646163795949 absolute error 2.842170943040401e-14 relative error 2.9765171881818007e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.840999999999798 y2[1] (analytic) 0.2960863383291263 y2[1] (numeric) 0.2960863383288891 absolute error 2.371991492111647e-13 relative error 8.011148050589783e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9551611802490981 y1[1] (numeric) -0.9551611802491263 absolute error 2.8199664825478976e-14 relative error 2.952346201729507e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.841999999999798 y2[1] (analytic) 0.29513102926491397 y2[1] (numeric) 0.2951310292646766 absolute error 2.3736568266485847e-13 relative error 8.042722015915023e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9554567889575292 y1[1] (numeric) -0.9554567889575571 absolute error 2.7977620220553945e-14 relative error 2.92819314739283e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.842999999999798 y2[1] (analytic) 0.294175425069697 y2[1] (numeric) 0.29417542506945943 absolute error 2.375877272697835e-13 relative error 8.076396157615594e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9557514422092509 y1[1] (numeric) -0.9557514422092787 absolute error 2.7755575615628914e-14 relative error 2.9040579370166564e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.843999999999798 y2[1] (analytic) 0.29321952669907947 y2[1] (numeric) 0.2932195266988417 absolute error 2.3775426072347727e-13 relative error 8.10840476417097e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.95604513970961 y1[1] (numeric) -0.9560451397096376 absolute error 2.7533531010703882e-14 relative error 2.8799404826289836e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8449999999997977 y2[1] (analytic) 0.2922633351089597 y2[1] (numeric) 0.2922633351087217 absolute error 2.379763053284023e-13 relative error 8.142530271191272e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9563378811649091 y1[1] (numeric) -0.9563378811649365 absolute error 2.731148640577885e-14 relative error 2.8558406964399343e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8459999999997976 y2[1] (analytic) 0.29130685125552913 y2[1] (numeric) 0.291306851255291 absolute error 2.381428387820961e-13 relative error 8.174982419936339e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9566296662824068 y1[1] (numeric) -0.9566296662824338 absolute error 2.708944180085382e-14 relative error 2.8317584908407745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8469999999997975 y2[1] (analytic) 0.29035007609527164 y2[1] (numeric) 0.29035007609503327 absolute error 2.383648833870211e-13 relative error 8.209568483419554e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9569204947703179 y1[1] (numeric) -0.9569204947703447 absolute error 2.6756374893466273e-14 relative error 2.7960917379963102e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8479999999997974 y2[1] (analytic) 0.2893930105849622 y2[1] (numeric) 0.28939301058472366 absolute error 2.385314168407149e-13 relative error 8.242473318846276e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.957210366337814 y1[1] (numeric) -0.9572103663378405 absolute error 2.653433028854124e-14 relative error 2.772047944910876e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8489999999997973 y2[1] (analytic) 0.2884356556816663 y2[1] (numeric) 0.2884356556814276 absolute error 2.3869795029440866e-13 relative error 8.275604821820262e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9574992806950234 y1[1] (numeric) -0.9574992806950497 absolute error 2.631228568361621e-14 relative error 2.748021456947395e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.849999999999797 y2[1] (analytic) 0.2874780123427388 y2[1] (numeric) 0.28747801234249987 absolute error 2.389199948993337e-13 relative error 8.31089629959202e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.957787237553032 y1[1] (numeric) -0.9577872375530582 absolute error 2.6201263381153694e-14 relative error 2.7356037284536223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.850999999999797 y2[1] (analytic) 0.28652008152582287 y2[1] (numeric) 0.2865200815255837 absolute error 2.391420395042587e-13 relative error 8.346432062658262e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9580742366238828 y1[1] (numeric) -0.9580742366239088 absolute error 2.5979218776228663e-14 relative error 2.7116081179445687e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.851999999999797 y2[1] (analytic) 0.28556186418884927 y2[1] (numeric) 0.28556186418860996 absolute error 2.393085729579525e-13 relative error 8.380270721292521e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9583602776205769 y1[1] (numeric) -0.9583602776206026 absolute error 2.5757174171303632e-14 relative error 2.6876295661224308e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.852999999999797 y2[1] (analytic) 0.28460336129003533 y2[1] (numeric) 0.2846033612897958 absolute error 2.395306175628775e-13 relative error 8.416296156065957e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9586453602570731 y1[1] (numeric) -0.9586453602570987 absolute error 2.55351295663786e-14 relative error 2.6636679866192673e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8539999999997967 y2[1] (analytic) 0.28364457378788377 y2[1] (numeric) 0.28364457378764407 absolute error 2.396971510165713e-13 relative error 8.450616481590886e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.958929484248289 y1[1] (numeric) -0.9589294842483144 absolute error 2.531308496145357e-14 relative error 2.6397232932405513e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8549999999997966 y2[1] (analytic) 0.2826855026411821 y2[1] (numeric) 0.28268550264094217 absolute error 2.3991919562149633e-13 relative error 8.487141837125981e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9592126493101008 y1[1] (numeric) -0.9592126493101257 absolute error 2.4980018054066022e-14 relative error 2.6042210840351745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8559999999997965 y2[1] (analytic) 0.2817261488090013 y2[1] (numeric) 0.2817261488087612 absolute error 2.4014124022642136e-13 relative error 8.523924429507863e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.959494855159343 y1[1] (numeric) -0.9594948551593677 absolute error 2.475797344914099e-14 relative error 2.580313309239104e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8569999999997964 y2[1] (analytic) 0.28076651325069524 y2[1] (numeric) 0.2807665132504549 absolute error 2.403632848313464e-13 relative error 8.560966977451724e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9597761015138099 y1[1] (numeric) -0.9597761015138345 absolute error 2.4646951146678475e-14 relative error 2.567989670487106e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8579999999997963 y2[1] (analytic) 0.27980659692589926 y2[1] (numeric) 0.27980659692565873 absolute error 2.4052981828504016e-13 relative error 8.596288326566486e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9600563880922555 y1[1] (numeric) -0.9600563880922798 absolute error 2.4313884239290928e-14 relative error 2.5325475191728546e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.858999999999796 y2[1] (analytic) 0.2788464007945297 y2[1] (numeric) 0.27884640079428896 absolute error 2.407518628899652e-13 relative error 8.633852264328317e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9603357146143928 y1[1] (numeric) -0.9603357146144169 absolute error 2.4091839634365897e-14 relative error 2.5086893330880217e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.859999999999796 y2[1] (analytic) 0.2778859258167826 y2[1] (numeric) 0.27788592581654165 absolute error 2.4097390749489023e-13 relative error 8.671684497392306e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9606140808008956 y1[1] (numeric) -0.9606140808009195 absolute error 2.3869795029440866e-14 relative error 2.484847506039036e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.860999999999796 y2[1] (analytic) 0.2769251729531328 y2[1] (numeric) 0.27692517295289165 absolute error 2.41140440948584e-13 relative error 8.70778334728692e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9608914863733977 y1[1] (numeric) -0.9608914863734214 absolute error 2.3647750424515834e-14 relative error 2.4610219530373105e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.861999999999796 y2[1] (analytic) 0.27596414316433315 y2[1] (numeric) 0.2759641431640918 absolute error 2.4136248555350903e-13 relative error 8.746153858466342e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9611679310544934 y1[1] (numeric) -0.9611679310545169 absolute error 2.353672812205332e-14 relative error 2.4487633598252982e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8629999999997957 y2[1] (analytic) 0.27500283741141335 y2[1] (numeric) 0.27500283741117176 absolute error 2.4158453015843406e-13 relative error 8.784801365413391e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9614434145677382 y1[1] (numeric) -0.9614434145677615 absolute error 2.3314683517128287e-14 relative error 2.4249667909588308e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8639999999997956 y2[1] (analytic) 0.274041256655679 y2[1] (numeric) 0.27404125665543727 absolute error 2.4175106361212784e-13 relative error 8.821703219522074e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9617179366376486 y1[1] (numeric) -0.9617179366376717 absolute error 2.3092638912203256e-14 relative error 2.401186255602092e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8649999999997955 y2[1] (analytic) 0.2730794018587109 y2[1] (numeric) 0.27307940185846896 absolute error 2.419175970658216e-13 relative error 8.8588738447211e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9619914969897024 y1[1] (numeric) -0.9619914969897253 absolute error 2.2870594307278225e-14 relative error 2.3774216694061947e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8659999999997954 y2[1] (analytic) 0.2721172739823636 y2[1] (numeric) 0.27211727398212154 absolute error 2.420841305195154e-13 relative error 8.89631617194597e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9622640953503395 y1[1] (numeric) -0.9622640953503622 absolute error 2.2648549702353193e-14 relative error 2.3536729481844946e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8669999999997953 y2[1] (analytic) 0.2711548739887651 y2[1] (numeric) 0.2711548739885228 absolute error 2.423061751244404e-13 relative error 8.936080386830149e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9625357314469614 y1[1] (numeric) -0.9625357314469838 absolute error 2.2426505097428162e-14 relative error 2.3299400079116886e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.867999999999795 y2[1] (analytic) 0.27019220284031514 y2[1] (numeric) 0.27019220284007267 absolute error 2.424727085781342e-13 relative error 8.974082376516124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.962806405007932 y1[1] (numeric) -0.9628064050079542 absolute error 2.220446049250313e-14 relative error 2.306222764722904e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.868999999999795 y2[1] (analytic) 0.2692292614996849 y2[1] (numeric) 0.2692292614994422 absolute error 2.426947531830592e-13 relative error 9.014427028889029e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9630761157625779 y1[1] (numeric) -0.9630761157625999 absolute error 2.19824158875781e-14 relative error 2.2825211349127993e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.869999999999795 y2[1] (analytic) 0.2682660509298156 y2[1] (numeric) 0.2682660509295727 absolute error 2.4291679778798425e-13 relative error 9.055070402908966e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9633448634411882 y1[1] (numeric) -0.9633448634412101 absolute error 2.1871393585115584e-14 relative error 2.2703597034802504e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.870999999999795 y2[1] (analytic) 0.26730257209391767 y2[1] (numeric) 0.2673025720936746 absolute error 2.43083331241678e-13 relative error 9.09393910195035e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9636126477750154 y1[1] (numeric) -0.9636126477750371 absolute error 2.1649348980190553e-14 relative error 2.2466858472830308e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8719999999997947 y2[1] (analytic) 0.2663388259554699 y2[1] (numeric) 0.2663388259552267 absolute error 2.432498646953718e-13 relative error 9.133098181338442e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9638794684962751 y1[1] (numeric) -0.9638794684962966 absolute error 2.142730437526552e-14 relative error 2.2230273675912754e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8729999999997946 y2[1] (analytic) 0.26537481347821845 y2[1] (numeric) 0.265374813477975 absolute error 2.4347190930029683e-13 relative error 9.174642691563517e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9641453253381467 y1[1] (numeric) -0.9641453253381679 absolute error 2.120525977034049e-14 relative error 2.1993841813113956e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8739999999997945 y2[1] (analytic) 0.2644105356261756 y2[1] (numeric) 0.2644105356259319 absolute error 2.4369395390522186e-13 relative error 9.216499385249803e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9644102180347732 y1[1] (numeric) -0.9644102180347942 absolute error 2.098321516541546e-14 relative error 2.1757562055049563e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8749999999997944 y2[1] (analytic) 0.2634459933636192 y2[1] (numeric) 0.26344599336337526 absolute error 2.439159985101469e-13 relative error 9.25867178300502e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9646741463212621 y1[1] (numeric) -0.9646741463212829 absolute error 2.0761170560490427e-14 relative error 2.1521433573877917e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8759999999997943 y2[1] (analytic) 0.2624811876550913 y2[1] (numeric) 0.26248118765484724 absolute error 2.4408253196384067e-13 relative error 9.299048596373045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9649371099336851 y1[1] (numeric) -0.9649371099337056 absolute error 2.0539125955565396e-14 relative error 2.128545554329125e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.876999999999794 y2[1] (analytic) 0.2615161194653977 y2[1] (numeric) 0.2615161194651534 absolute error 2.443045765687657e-13 relative error 9.34185537274656e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9651991086090785 y1[1] (numeric) -0.9651991086090989 absolute error 2.0317081350640365e-14 relative error 2.1049627138506938e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.877999999999794 y2[1] (analytic) 0.26055078975960644 y2[1] (numeric) 0.2605507897593619 absolute error 2.4452662117369073e-13 relative error 9.38498867722872e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9654601420854438 y1[1] (numeric) -0.9654601420854639 absolute error 2.0095036745715333e-14 relative error 2.0813947536258737e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.878999999999794 y2[1] (analytic) 0.2595851995030471 y2[1] (numeric) 0.25958519950280234 absolute error 2.4474866577861576e-13 relative error 9.428452247938844e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9657202101017475 y1[1] (numeric) -0.9657202101017673 absolute error 1.9872992140790302e-14 relative error 2.0578415914788096e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.879999999999794 y2[1] (analytic) 0.25861934966130984 y2[1] (numeric) 0.2586193496610649 absolute error 2.4491519923230953e-13 relative error 9.470103437853843e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9659793123979215 y1[1] (numeric) -0.9659793123979411 absolute error 1.965094753586527e-14 relative error 2.0343031453835463e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8809999999997937 y2[1] (analytic) 0.2576532412002445 y2[1] (numeric) 0.2576532411999994 absolute error 2.4513724383723456e-13 relative error 9.51423093671534e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9662374487148636 y1[1] (numeric) -0.966237448714883 absolute error 1.942890293094024e-14 relative error 2.0107793334631664e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8819999999997936 y2[1] (analytic) 0.2566868750859595 y2[1] (numeric) 0.25668687508571414 absolute error 2.453592884421596e-13 relative error 9.558700200779393e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9664946187944374 y1[1] (numeric) -0.9664946187944568 absolute error 1.9317880628477724e-14 relative error 1.9987571842431975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8829999999997935 y2[1] (analytic) 0.2557202522848207 y2[1] (numeric) 0.2557202522845752 absolute error 2.4552582189585337e-13 relative error 9.60134442626731e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9667508223794732 y1[1] (numeric) -0.9667508223794922 absolute error 1.8984813721090177e-14 relative error 1.963775285379398e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8839999999997934 y2[1] (analytic) 0.25475337376345103 y2[1] (numeric) 0.2547533737632053 absolute error 2.457478665007784e-13 relative error 9.646500961709162e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.967006059213767 y1[1] (numeric) -0.9670060592137858 absolute error 1.8762769116165146e-14 relative error 1.940294886199615e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8849999999997933 y2[1] (analytic) 0.2537862404887287 y2[1] (numeric) 0.2537862404884828 absolute error 2.4591439995447217e-13 relative error 9.6898239826124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9672603290420823 y1[1] (numeric) -0.9672603290421008 absolute error 1.8540724511240114e-14 relative error 1.916828795160219e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.885999999999793 y2[1] (analytic) 0.25281885342778715 y2[1] (numeric) 0.252818853427541 absolute error 2.461364445593972e-13 relative error 9.735683918434562e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.967513631610149 y1[1] (numeric) -0.9675136316101673 absolute error 1.8318679906315083e-14 relative error 1.893376931116608e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.886999999999793 y2[1] (analytic) 0.2518512135480132 y2[1] (numeric) 0.25185121354776685 absolute error 2.4635848916432224e-13 relative error 9.781905979077452e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9677659666646647 y1[1] (numeric) -0.967765966664683 absolute error 1.8207657603852567e-14 relative error 1.881411232780167e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.887999999999793 y2[1] (analytic) 0.25088332181704665 y2[1] (numeric) 0.2508833218168001 absolute error 2.46525022618016e-13 relative error 9.826281828243295e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9680173339532946 y1[1] (numeric) -0.9680173339533125 absolute error 1.787459069646502e-14 relative error 1.84651556015705e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.888999999999793 y2[1] (analytic) 0.24991517920277925 y2[1] (numeric) 0.2499151792025325 absolute error 2.4674706722294104e-13 relative error 9.873232510728465e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9682677332246711 y1[1] (numeric) -0.9682677332246887 absolute error 1.765254609153999e-14 relative error 1.8231058916680843e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8899999999997927 y2[1] (analytic) 0.24894678667335343 y2[1] (numeric) 0.24894678667310652 absolute error 2.469136006766348e-13 relative error 9.918328490040468e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.968517164228395 y1[1] (numeric) -0.9685171642284125 absolute error 1.7541523789077473e-14 relative error 1.8111732488553857e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8909999999997926 y2[1] (analytic) 0.24797814519716171 y2[1] (numeric) 0.24797814519691458 absolute error 2.4713564528155985e-13 relative error 9.966025235210465e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9687656267150354 y1[1] (numeric) -0.9687656267150527 absolute error 1.7319479184152442e-14 relative error 1.7877883676447787e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8919999999997925 y2[1] (analytic) 0.24700925574284543 y2[1] (numeric) 0.24700925574259813 absolute error 2.473021787352536e-13 relative error 1.0011858786081811e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9690131204361299 y1[1] (numeric) -0.969013120436147 absolute error 1.709743457922741e-14 relative error 1.7644172425170323e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8929999999997924 y2[1] (analytic) 0.246040119279294 y2[1] (numeric) 0.2460401192790465 absolute error 2.47496467764563e-13 relative error 1.0059191504602379e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9692596451441846 y1[1] (numeric) -0.9692596451442015 absolute error 1.687538997430238e-14 relative error 1.7410597933015192e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8939999999997923 y2[1] (analytic) 0.2450707367756438 y2[1] (numeric) 0.24507073677539612 absolute error 2.476907567938724e-13 relative error 1.010690872572955e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9695052005926751 y1[1] (numeric) -0.9695052005926916 absolute error 1.6542323066914832e-14 relative error 1.7062645003659834e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.894999999999792 y2[1] (analytic) 0.24410110920127726 y2[1] (numeric) 0.24410110920102937 absolute error 2.4788504582318183e-13 relative error 1.0155015134273088e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9697497865360456 y1[1] (numeric) -0.969749786536062 absolute error 1.6431300764452317e-14 relative error 1.6943856026145736e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.895999999999792 y2[1] (analytic) 0.24313123752582186 y2[1] (numeric) 0.24313123752557378 absolute error 2.4807933485249123e-13 relative error 1.0203515491346267e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9699934027297106 y1[1] (numeric) -0.9699934027297267 absolute error 1.609823385706477e-14 relative error 1.6596230254517055e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.896999999999792 y2[1] (analytic) 0.24216112271914916 y2[1] (numeric) 0.24216112271890092 absolute error 2.48245868306185e-13 relative error 1.0251268474423647e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9702360489300536 y1[1] (numeric) -0.9702360489300694 absolute error 1.587618925213974e-14 relative error 1.6363223433769042e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.897999999999792 y2[1] (analytic) 0.24119076575137396 y2[1] (numeric) 0.2411907657511255 absolute error 2.4846791291111003e-13 relative error 1.0301717486449608e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9704777248944284 y1[1] (numeric) -0.9704777248944441 absolute error 1.5654144647214707e-14 relative error 1.6130349255484059e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8989999999997917 y2[1] (analytic) 0.24022016759285308 y2[1] (numeric) 0.24022016759260445 absolute error 2.486344463648038e-13 relative error 1.0350273620082224e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9707184303811592 y1[1] (numeric) -0.9707184303811747 absolute error 1.5432100042289676e-14 relative error 1.5897606926274344e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.8999999999997916 y2[1] (analytic) 0.23924932921418465 y2[1] (numeric) 0.23924932921393582 absolute error 2.488287353941132e-13 relative error 1.0400394275352502e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9709581651495407 y1[1] (numeric) -0.9709581651495558 absolute error 1.509903313490213e-14 relative error 1.5550652620112292e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9009999999997915 y2[1] (analytic) 0.2382782515862069 y2[1] (numeric) 0.23827825158595792 absolute error 2.48995268847807e-13 relative error 1.0449769007043546e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9711969289598378 y1[1] (numeric) -0.9711969289598528 absolute error 1.4988010832439613e-14 relative error 1.543251464817947e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9019999999997914 y2[1] (analytic) 0.23730693567999747 y2[1] (numeric) 0.23730693567974828 absolute error 2.491895578771164e-13 relative error 1.0500727977590269e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9714347215732869 y1[1] (numeric) -0.9714347215733017 absolute error 1.4765966227514582e-14 relative error 1.5200163119144396e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9029999999997913 y2[1] (analytic) 0.23633538246687213 y2[1] (numeric) 0.23633538246662275 absolute error 2.493838469064258e-13 relative error 1.0552116416228226e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9716715427520954 y1[1] (numeric) -0.97167154275211 absolute error 1.454392162258955e-14 relative error 1.496794027886867e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.903999999999791 y2[1] (analytic) 0.235363592918384 y2[1] (numeric) 0.23536359291813444 absolute error 2.4955038036011956e-13 relative error 1.0602760489242492e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9719073922594422 y1[1] (numeric) -0.9719073922594564 absolute error 1.4210854715202004e-14 relative error 1.4621613981312882e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.904999999999791 y2[1] (analytic) 0.23439156800632258 y2[1] (numeric) 0.23439156800607283 absolute error 2.4974466938942896e-13 relative error 1.0655019355589286e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9721422698594776 y1[1] (numeric) -0.9721422698594917 absolute error 1.4099832412739488e-14 relative error 1.4503877518645093e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.905999999999791 y2[1] (analytic) 0.23341930870271266 y2[1] (numeric) 0.23341930870246275 absolute error 2.4991120284312274e-13 relative error 1.070653512908028e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9723761753173242 y1[1] (numeric) -0.9723761753173381 absolute error 1.3877787807814457e-14 relative error 1.4272036028942804e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.906999999999791 y2[1] (analytic) 0.2324468159798135 y2[1] (numeric) 0.2324468159795634 absolute error 2.5010549187243214e-13 relative error 1.0759686718795587e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9726091083990765 y1[1] (numeric) -0.9726091083990902 absolute error 1.3655743202889425e-14 relative error 1.4040320088475115e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9079999999997908 y2[1] (analytic) 0.23147409081011774 y2[1] (numeric) 0.23147409080986744 absolute error 2.5029978090174154e-13 relative error 1.0813295778622017e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9728410688718016 y1[1] (numeric) -0.972841068871815 absolute error 1.3433698597964394e-14 relative error 1.3808728915549773e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9089999999997906 y2[1] (analytic) 0.23050113416635046 y2[1] (numeric) 0.23050113416609996 absolute error 2.5049406993105094e-13 relative error 1.0867368216516964e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9730720565035388 y1[1] (numeric) -0.9730720565035519 absolute error 1.3100631690576847e-14 relative error 1.3463167093349992e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9099999999997905 y2[1] (analytic) 0.22952794702146823 y2[1] (numeric) 0.22952794702121754 absolute error 2.5068835896036035e-13 relative error 1.0921910042480054e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9733020710633005 y1[1] (numeric) -0.9733020710633135 absolute error 1.2989609388114332e-14 relative error 1.3345917751848212e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9109999999997904 y2[1] (analytic) 0.22855453034865808 y2[1] (numeric) 0.22855453034840723 absolute error 2.508548924140541e-13 relative error 1.0975712974552594e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9735311123210724 y1[1] (numeric) -0.973531112321085 absolute error 1.2656542480726785e-14 relative error 1.3000655367398915e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9119999999997903 y2[1] (analytic) 0.22758088512133665 y2[1] (numeric) 0.2275808851210856 absolute error 2.510491814433635e-13 relative error 1.1031206830464455e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9737591800478129 y1[1] (numeric) -0.9737591800478255 absolute error 1.2545520178264269e-14 relative error 1.2883596309354708e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91299999999979 y2[1] (analytic) 0.22660701231314906 y2[1] (numeric) 0.22660701231289782 absolute error 2.512434704726729e-13 relative error 1.108718869323773e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9739862740154547 y1[1] (numeric) -0.973986274015467 absolute error 1.2323475573339238e-14 relative error 1.265261729257562e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91399999999979 y2[1] (analytic) 0.22563291289796802 y2[1] (numeric) 0.22563291289771661 absolute error 2.514100039263667e-13 relative error 1.1142434882275139e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9742123939969035 y1[1] (numeric) -0.9742123939969156 absolute error 1.2101430968414206e-14 relative error 1.2421758379366985e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91499999999979 y2[1] (analytic) 0.2246585878498929 y2[1] (numeric) 0.2246585878496413 absolute error 2.516042929556761e-13 relative error 1.1199406858365332e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9744375397660395 y1[1] (numeric) -0.9744375397660514 absolute error 1.1879386363489175e-14 relative error 1.2191018796691054e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.91599999999979 y2[1] (analytic) 0.22368403814324866 y2[1] (numeric) 0.22368403814299687 absolute error 2.517985819849855e-13 relative error 1.1256886458019509e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.974661711097717 y1[1] (numeric) -0.9746617110977287 absolute error 1.1657341758564144e-14 relative error 1.1960397772715429e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9169999999997898 y2[1] (analytic) 0.2227092647525849 y2[1] (numeric) 0.22270926475233294 absolute error 2.519651154386793e-13 relative error 1.1313634200112674e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9748849077677647 y1[1] (numeric) -0.9748849077677761 absolute error 1.1435297153639112e-14 relative error 1.1729894536805372e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9179999999997897 y2[1] (analytic) 0.22173426865267495 y2[1] (numeric) 0.2217342686524228 absolute error 2.521594044679887e-13 relative error 1.1372144053338536e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9751071295529857 y1[1] (numeric) -0.975107129552997 absolute error 1.1324274851176597e-14 relative error 1.1613364837531172e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9189999999997895 y2[1] (analytic) 0.22075905081851485 y2[1] (numeric) 0.2207590508182625 absolute error 2.523536934972981e-13 relative error 1.1431182212536194e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9753283762311585 y1[1] (numeric) -0.9753283762311696 absolute error 1.1102230246251565e-14 relative error 1.1383069043015592e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9199999999997894 y2[1] (analytic) 0.2197836122253223 y2[1] (numeric) 0.21978361222506976 absolute error 2.525479825266075e-13 relative error 1.1490755837960071e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9755486475810364 y1[1] (numeric) -0.9755486475810472 absolute error 1.0769163338864018e-14 relative error 1.1039083868925614e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9209999999997893 y2[1] (analytic) 0.21880795384853585 y2[1] (numeric) 0.2188079538482831 absolute error 2.527422715559169e-13 relative error 1.1550872219703274e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.975767943382348 y1[1] (numeric) -0.9757679433823585 absolute error 1.0547118733938987e-14 relative error 1.0809044102616284e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.921999999999789 y2[1] (analytic) 0.2178320766638138 y2[1] (numeric) 0.21783207666356086 absolute error 2.529365605852263e-13 relative error 1.1611538780653972e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9759862634157974 y1[1] (numeric) -0.9759862634158077 absolute error 1.0325074129013956e-14 relative error 1.0579118288896639e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.922999999999789 y2[1] (analytic) 0.2168559816470332 y2[1] (numeric) 0.2168559816467801 absolute error 2.5310309403892006e-13 relative error 1.167148317130051e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9762036074630649 y1[1] (numeric) -0.9762036074630749 absolute error 9.992007221626409e-15 relative error 1.0235577030485887e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.923999999999789 y2[1] (analytic) 0.21587966977428905 y2[1] (numeric) 0.21587966977403578 absolute error 2.5326962749261384e-13 relative error 1.1731981420826588e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9764199753068061 y1[1] (numeric) -0.9764199753068159 absolute error 9.769962616701378e-15 relative error 1.0005902033734515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.924999999999789 y2[1] (analytic) 0.21490314202189312 y2[1] (numeric) 0.21490314202163965 absolute error 2.5346391652192324e-13 relative error 1.1794332746242573e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9766353667306535 y1[1] (numeric) -0.976635366730663 absolute error 9.43689570931383e-15 relative error 9.66266022180255e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9259999999997888 y2[1] (analytic) 0.21392639936637306 y2[1] (numeric) 0.21392639936611943 absolute error 2.53630449975617e-13 relative error 1.1855967787371874e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9768497815192155 y1[1] (numeric) -0.9768497815192247 absolute error 9.2148511043888e-15 relative error 9.433232497690368e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9269999999997887 y2[1] (analytic) 0.21294944278447148 y2[1] (numeric) 0.21294944278421765 absolute error 2.538247390049264e-13 relative error 1.1919483596011346e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9770632194580774 y1[1] (numeric) -0.9770632194580864 absolute error 8.992806499463768e-15 relative error 9.20391467038497e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9279999999997885 y2[1] (analytic) 0.21197227325314486 y2[1] (numeric) 0.21197227325289084 absolute error 2.540190280342358e-13 relative error 1.19835969174552e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9772756803338013 y1[1] (numeric) -0.97727568033381 absolute error 8.659739592076221e-15 relative error 8.86110210899587e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9289999999997884 y2[1] (analytic) 0.21099489174956262 y2[1] (numeric) 0.21099489174930844 absolute error 2.541855614879296e-13 relative error 1.2047000729744278e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9774871639339262 y1[1] (numeric) -0.9774871639339346 absolute error 8.43769498715119e-15 relative error 8.632026382007345e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9299999999997883 y2[1] (analytic) 0.21001729925110627 y2[1] (numeric) 0.21001729925085186 absolute error 2.544076060928546e-13 relative error 1.2113650018357454e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9776976700469687 y1[1] (numeric) -0.9776976700469769 absolute error 8.215650382226158e-15 relative error 8.403058157877657e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.930999999999788 y2[1] (analytic) 0.20903949673536812 y2[1] (numeric) 0.20903949673511354 absolute error 2.545741395465484e-13 relative error 1.2178279393239475e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9779071984624226 y1[1] (numeric) -0.9779071984624306 absolute error 7.993605777301127e-15 relative error 8.174196682333035e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.931999999999788 y2[1] (analytic) 0.20806148518015066 y2[1] (numeric) 0.20806148517989592 absolute error 2.5474067300024217e-13 relative error 1.2243528530985646e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9781157489707596 y1[1] (numeric) -0.9781157489707673 absolute error 7.66053886991358e-15 relative error 7.831934899294408e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.932999999999788 y2[1] (analytic) 0.20708326556346537 y2[1] (numeric) 0.20708326556321044 absolute error 2.5493496202955157e-13 relative error 1.2310746662019435e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.978323321363429 y1[1] (numeric) -0.9783233213634365 absolute error 7.438494264988549e-15 relative error 7.603308745233608e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.933999999999788 y2[1] (analytic) 0.2061048388635318 y2[1] (numeric) 0.20610483886327666 absolute error 2.5512925105886097e-13 relative error 1.2378615294315808e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9785299154328587 y1[1] (numeric) -0.9785299154328659 absolute error 7.216449660063518e-15 relative error 7.374786959754088e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.934999999999788 y2[1] (analytic) 0.20512620605877652 y2[1] (numeric) 0.2051262060585212 absolute error 2.553235400881704e-13 relative error 1.244714388248425e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9787355309724545 y1[1] (numeric) -0.9787355309724615 absolute error 6.994405055138486e-15 relative error 7.14636879299658e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9359999999997877 y2[1] (analytic) 0.20414736812783227 y2[1] (numeric) 0.20414736812757675 absolute error 2.555178291174798e-13 relative error 1.2516342065085088e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9789401677766008 y1[1] (numeric) -0.9789401677766075 absolute error 6.772360450213455e-15 relative error 6.918053496154979e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9369999999997876 y2[1] (analytic) 0.20316832604953688 y2[1] (numeric) 0.2031683260492812 absolute error 2.5568436257117355e-13 relative error 1.2584853532180606e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9791438256406609 y1[1] (numeric) -0.9791438256406675 absolute error 6.5503158452884236e-15 relative error 6.68984032146912e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9379999999997874 y2[1] (analytic) 0.2021890808029324 y2[1] (numeric) 0.20218908080267653 absolute error 2.5587865160048295e-13 relative error 1.265541396124552e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.979346504360977 y1[1] (numeric) -0.9793465043609834 absolute error 6.328271240363392e-15 relative error 6.461728522217563e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9389999999997873 y2[1] (analytic) 0.20120963336726397 y2[1] (numeric) 0.2012096333670079 absolute error 2.5607294062979236e-13 relative error 1.2726673983963157e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9795482037348704 y1[1] (numeric) -0.9795482037348765 absolute error 6.106226635438361e-15 relative error 6.233717352710398e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9399999999997872 y2[1] (analytic) 0.20022998472197892 y2[1] (numeric) 0.20022998472172268 absolute error 2.5623947408348613e-13 relative error 1.2797257835247647e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9797489235606417 y1[1] (numeric) -0.9797489235606475 absolute error 5.773159728050814e-15 relative error 5.892488972654108e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.940999999999787 y2[1] (analytic) 0.19925013584672585 y2[1] (numeric) 0.19925013584646942 absolute error 2.5643376311279553e-13 relative error 1.2869941695299947e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.979948663637571 y1[1] (numeric) -0.9799486636375766 absolute error 5.551115123125783e-15 relative error 5.664699926749258e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.941999999999787 y2[1] (analytic) 0.19827008772135354 y2[1] (numeric) 0.19827008772109692 absolute error 2.5662805214210493e-13 relative error 1.294335696783304e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9801474237659183 y1[1] (numeric) -0.9801474237659237 absolute error 5.329070518200751e-15 relative error 5.437009156974998e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.942999999999787 y2[1] (analytic) 0.19728984132591004 y2[1] (numeric) 0.19728984132565322 absolute error 2.5682234117141434e-13 relative error 1.3017514710610996e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9803452037469237 y1[1] (numeric) -0.9803452037469287 absolute error 4.9960036108132044e-15 relative error 5.096167749603153e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.943999999999787 y2[1] (analytic) 0.19630939764064165 y2[1] (numeric) 0.19630939764038463 absolute error 2.5701663020072374e-13 relative error 1.3092426205250295e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9805420033828068 y1[1] (numeric) -0.9805420033828117 absolute error 4.884981308350689e-15 relative error 4.981919480754336e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9449999999997867 y2[1] (analytic) 0.19532875764599195 y2[1] (numeric) 0.19532875764573476 absolute error 2.571831636544175e-13 relative error 1.3166681995721728e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9807378224767684 y1[1] (numeric) -0.980737822476773 absolute error 4.551914400963142e-15 relative error 4.641316258679283e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9459999999997866 y2[1] (analytic) 0.1943479223226009 y2[1] (numeric) 0.19434792232234352 absolute error 2.573774526837269e-13 relative error 1.3243128591645164e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9809326608329892 y1[1] (numeric) -0.9809326608329936 absolute error 4.3298697960381105e-15 relative error 4.414033673179225e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9469999999997865 y2[1] (analytic) 0.19336689265130372 y2[1] (numeric) 0.19336689265104617 absolute error 2.575439861374207e-13 relative error 1.3318928726948453e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.981126518256631 y1[1] (numeric) -0.9811265182566351 absolute error 4.107825191113079e-15 relative error 4.1868455440510324e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9479999999997863 y2[1] (analytic) 0.19238566961313003 y2[1] (numeric) 0.1923856696128723 absolute error 2.577382751667301e-13 relative error 1.3396958083469428e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9813193945538362 y1[1] (numeric) -0.9813193945538401 absolute error 3.885780586188048e-15 relative error 3.9597511348022887e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9489999999997862 y2[1] (analytic) 0.1914042541893027 y2[1] (numeric) 0.1914042541890448 absolute error 2.5790480862042386e-13 relative error 1.3474350907861785e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9815112895317286 y1[1] (numeric) -0.9815112895317323 absolute error 3.6637359812630166e-15 relative error 3.7327497098998796e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.949999999999786 y2[1] (analytic) 0.19042264736123718 y2[1] (numeric) 0.19042264736097908 absolute error 2.5809909764973327e-13 relative error 1.3554012677920182e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9817022029984133 y1[1] (numeric) -0.9817022029984167 absolute error 3.4416913763379853e-15 relative error 3.505840534763013e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.950999999999786 y2[1] (analytic) 0.18944085011054015 y2[1] (numeric) 0.18944085011028186 absolute error 2.5829338667904267e-13 relative error 1.3634513703265508e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9818921347629769 y1[1] (numeric) -0.98189213476298 absolute error 3.1086244689504383e-15 relative error 3.1659531214198413e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.951999999999786 y2[1] (analytic) 0.1884588634190088 y2[1] (numeric) 0.18845886341875032 absolute error 2.5848767570835207e-13 relative error 1.3715867273042243e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9820810846354874 y1[1] (numeric) -0.9820810846354904 absolute error 2.9976021664879227e-15 relative error 3.052296000182636e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.952999999999786 y2[1] (analytic) 0.18747668826862976 y2[1] (numeric) 0.18747668826837108 absolute error 2.5868196473766147e-13 relative error 1.3798086958257113e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9822690524269951 y1[1] (numeric) -0.9822690524269979 absolute error 2.7755575615628914e-15 relative error 2.825659176276632e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9539999999997857 y2[1] (analytic) 0.18649432564157803 y2[1] (numeric) 0.18649432564131918 absolute error 2.5884849819135525e-13 relative error 1.3879698339392595e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9824560379495324 y1[1] (numeric) -0.9824560379495348 absolute error 2.4424906541753444e-15 relative error 2.4861068178409546e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9549999999997856 y2[1] (analytic) 0.18551177652021622 y2[1] (numeric) 0.18551177651995718 absolute error 2.5904278722066465e-13 relative error 1.3963684251195523e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9826420410161135 y1[1] (numeric) -0.9826420410161157 absolute error 2.220446049250313e-15 relative error 2.2596692962110928e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9559999999997855 y2[1] (analytic) 0.18452904188709335 y2[1] (numeric) 0.18452904188683414 absolute error 2.592093206743584e-13 relative error 1.4047074543039098e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9828270614407355 y1[1] (numeric) -0.9828270614407375 absolute error 1.9984014443252818e-15 relative error 2.033319515435204e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9569999999997854 y2[1] (analytic) 0.18354612272494397 y2[1] (numeric) 0.18354612272468457 absolute error 2.5940360970366783e-13 relative error 1.413288419567442e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.983011099038378 y1[1] (numeric) -0.9830110990383797 absolute error 1.6653345369377348e-15 relative error 1.6941157007960883e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9579999999997852 y2[1] (analytic) 0.18256302001668717 y2[1] (numeric) 0.18256302001642757 absolute error 2.5959789873297723e-13 relative error 1.421963214178034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9831941536250034 y1[1] (numeric) -0.9831941536250048 absolute error 1.4432899320127035e-15 relative error 1.467960246398275e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.958999999999785 y2[1] (analytic) 0.18157973474542555 y2[1] (numeric) 0.18157973474516578 absolute error 2.59764432186671e-13 relative error 1.4305805245880563e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.983376225017557 y1[1] (numeric) -0.9833762250175583 absolute error 1.3322676295501878e-15 relative error 1.354789342732383e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.959999999999785 y2[1] (analytic) 0.18059626789444433 y2[1] (numeric) 0.18059626789418437 absolute error 2.599587212159804e-13 relative error 1.4394468072170915e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9835573130339675 y1[1] (numeric) -0.9835573130339686 absolute error 1.1102230246251565e-15 relative error 1.1287832543285808e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.960999999999785 y2[1] (analytic) 0.17961262044721027 y2[1] (numeric) 0.17961262044695012 absolute error 2.601530102452898e-13 relative error 1.448411640549229e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9837374174931471 y1[1] (numeric) -0.9837374174931479 absolute error 7.771561172376096e-16 relative error 7.900036162272168e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.961999999999785 y2[1] (analytic) 0.1786287933873707 y2[1] (numeric) 0.17862879338711038 absolute error 2.603195436989836e-13 relative error 1.4573212904957602e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9839165382149911 y1[1] (numeric) -0.9839165382149917 absolute error 5.551115123125783e-16 relative error 5.641855693569848e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9629999999997847 y2[1] (analytic) 0.17764478769875267 y2[1] (numeric) 0.17764478769849215 absolute error 2.60513832728293e-13 relative error 1.4664873431021707e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9840946750203788 y1[1] (numeric) -0.9840946750203793 absolute error 4.440892098500626e-16 relative error 4.512667542285668e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9639999999997846 y2[1] (analytic) 0.1766606043653617 y2[1] (numeric) 0.17666060436510103 absolute error 2.6068036618198676e-13 relative error 1.4755998776210402e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9842718277311736 y1[1] (numeric) -0.9842718277311738 absolute error 2.220446049250313e-16 relative error 2.255927668242442e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9649999999997845 y2[1] (analytic) 0.17567624437138113 y2[1] (numeric) 0.17567624437112025 absolute error 2.6087465521129616e-13 relative error 1.484973999443003e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9844479961702227 y1[1] (numeric) -0.9844479961702226 absolute error 1.1102230246251565e-16 relative error 1.1277619833086498e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9659999999997844 y2[1] (analytic) 0.1746917087011708 y2[1] (numeric) 0.17469170870090975 absolute error 2.6104118866498993e-13 relative error 1.494296384217807e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9846231801613576 y1[1] (numeric) -0.9846231801613573 absolute error 3.3306690738754696e-16 relative error 3.382683996256972e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9669999999997843 y2[1] (analytic) 0.17370699833926634 y2[1] (numeric) 0.1737069983390051 absolute error 2.6123547769429933e-13 relative error 1.5038857397333038e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9847973795293944 y1[1] (numeric) -0.9847973795293938 absolute error 5.551115123125783e-16 relative error 5.636809397054343e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.967999999999784 y2[1] (analytic) 0.172722114270378 y2[1] (numeric) 0.1727221142701166 absolute error 2.614020111479931e-13 relative error 1.513425262608795e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9849705941001338 y1[1] (numeric) -0.984970594100133 absolute error 7.771561172376096e-16 relative error 7.890145369746974e-14% Correct digits 15 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.968999999999784 y2[1] (analytic) 0.1717370574793898 y2[1] (numeric) 0.1717370574791282 absolute error 2.615963001773025e-13 relative error 1.523237349100946e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9851428237003611 y1[1] (numeric) -0.9851428237003601 absolute error 9.992007221626409e-16 relative error 1.014269909016315e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.969999999999784 y2[1] (analytic) 0.17075182895135843 y2[1] (numeric) 0.17075182895109667 absolute error 2.617628336309963e-13 relative error 1.5330016389198613e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9853140681578468 y1[1] (numeric) -0.9853140681578456 absolute error 1.2212453270876722e-15 relative error 1.2394477725979544e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.970999999999784 y2[1] (analytic) 0.16976642967151231 y2[1] (numeric) 0.16976642967125039 absolute error 2.6192936708469006e-13 relative error 1.5428808133121926e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9854843273013465 y1[1] (numeric) -0.985484327301345 absolute error 1.4432899320127035e-15 relative error 1.4645488436787356e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9719999999997837 y2[1] (analytic) 0.16878086062525072 y2[1] (numeric) 0.1687808606249886 absolute error 2.6212365611399946e-13 relative error 1.5530413528107348e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9856536009606011 y1[1] (numeric) -0.9856536009605993 absolute error 1.7763568394002505e-15 relative error 1.8022120932435529e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9729999999997836 y2[1] (analytic) 0.16779512279814252 y2[1] (numeric) 0.16779512279788023 absolute error 2.6229018956769323e-13 relative error 1.5631574100233428e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9858218889663367 y1[1] (numeric) -0.9858218889663347 absolute error 1.9984014443252818e-15 relative error 2.0271424957105228e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9739999999997835 y2[1] (analytic) 0.16680921717592553 y2[1] (numeric) 0.16680921717566305 absolute error 2.6248447859700264e-13 relative error 1.5735610000505732e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9859891911502655 y1[1] (numeric) -0.9859891911502633 absolute error 2.220446049250313e-15 relative error 2.2519983679130569e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9749999999997834 y2[1] (analytic) 0.16582314474450527 y2[1] (numeric) 0.1658231447442426 absolute error 2.6267876762631204e-13 relative error 1.5840898930667287e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9861555073450854 y1[1] (numeric) -0.986155507345083 absolute error 2.4424906541753444e-15 relative error 2.4767804225430785e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9759999999997833 y2[1] (analytic) 0.16483690648995405 y2[1] (numeric) 0.1648369064896912 absolute error 2.628453010800058e-13 relative error 1.5945779781788421e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9863208373844802 y1[1] (numeric) -0.9863208373844774 absolute error 2.7755575615628914e-15 relative error 2.8140514286640226e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.976999999999783 y2[1] (analytic) 0.16385050339851012 y2[1] (numeric) 0.16385050339824708 absolute error 2.630395901093152e-13 relative error 1.6053633321440684e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9864851811031197 y1[1] (numeric) -0.9864851811031167 absolute error 2.9976021664879227e-15 relative error 3.0386692308301144e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.977999999999783 y2[1] (analytic) 0.1628639364565764 y2[1] (numeric) 0.16286393645631322 absolute error 2.6317836798739336e-13 relative error 1.6159401136516387e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9866485383366603 y1[1] (numeric) -0.986648538336657 absolute error 3.3306690738754696e-15 relative error 3.3757401389257334e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.978999999999783 y2[1] (analytic) 0.16187720665071983 y2[1] (numeric) 0.16187720665045646 absolute error 2.6337265701670276e-13 relative error 1.6269903741604476e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9868109089217448 y1[1] (numeric) -0.9868109089217413 absolute error 3.552713678800501e-15 relative error 3.6001970049990955e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.979999999999783 y2[1] (analytic) 0.1608903149676701 y2[1] (numeric) 0.16089031496740655 absolute error 2.6353919047039653e-13 relative error 1.638005311403319e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9869722926960026 y1[1] (numeric) -0.9869722926959988 absolute error 3.774758283725532e-15 relative error 3.8245838425863445e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9809999999997827 y2[1] (analytic) 0.1599032623943188 y2[1] (numeric) 0.15990326239405508 absolute error 2.637057239240903e-13 relative error 1.6491578719250666e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.98713268949805 y1[1] (numeric) -0.987132689498046 absolute error 3.9968028886505635e-15 relative error 4.0489013596367774e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9819999999997826 y2[1] (analytic) 0.15891604991771843 y2[1] (numeric) 0.15891604991745453 absolute error 2.639000129533997e-13 relative error 1.6606252992698884e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9872920991674902 y1[1] (numeric) -0.987292099167486 absolute error 4.218847493575595e-15 relative error 4.2731502633648486e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9829999999997825 y2[1] (analytic) 0.15792867852508138 y2[1] (numeric) 0.15792867852481732 absolute error 2.640665464070935e-13 relative error 1.672062027449662e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9874505215449134 y1[1] (numeric) -0.987450521544909 absolute error 4.440892098500626e-15 relative error 4.4973312602566037e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9839999999997824 y2[1] (analytic) 0.15694114920377897 y2[1] (numeric) 0.15694114920351473 absolute error 2.6423307986078726e-13 relative error 1.6836443545962312e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9876079564718974 y1[1] (numeric) -0.9876079564718927 absolute error 4.6629367034256575e-15 relative error 4.721445056076098e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9849999999997823 y2[1] (analytic) 0.15595346294134044 y2[1] (numeric) 0.15595346294107604 absolute error 2.6439961331448103e-13 relative error 1.6953750710487973e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9877644037910073 y1[1] (numeric) -0.9877644037910023 absolute error 4.9960036108132044e-15 relative error 5.057889909414337e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.985999999999782 y2[1] (analytic) 0.15496562072545197 y2[1] (numeric) 0.15496562072518738 absolute error 2.6459390234379043e-13 relative error 1.7074361468377792e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9879198633457955 y1[1] (numeric) -0.9879198633457904 absolute error 5.10702591327572e-15 relative error 5.169473863982972e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.986999999999782 y2[1] (analytic) 0.15397762354395567 y2[1] (numeric) 0.1539776235436909 absolute error 2.647604357974842e-13 relative error 1.7194734514259055e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9880743349808029 y1[1] (numeric) -0.9880743349807974 absolute error 5.440092820663267e-15 relative error 5.505752581630371e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.987999999999782 y2[1] (analytic) 0.15298947238484867 y2[1] (numeric) 0.15298947238458374 absolute error 2.64926969251178e-13 relative error 1.7316679711447587e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9882278185415576 y1[1] (numeric) -0.9882278185415518 absolute error 5.773159728050814e-15 relative error 5.84193201176115e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.988999999999782 y2[1] (analytic) 0.15200116823628204 y2[1] (numeric) 0.15200116823601692 absolute error 2.651212582804874e-13 relative error 1.7442053989240593e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.988380313874576 y1[1] (numeric) -0.98838031387457 absolute error 5.995204332975845e-15 relative error 6.065685696909407e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9899999999997817 y2[1] (analytic) 0.15101271208655984 y2[1] (numeric) 0.15101271208629455 absolute error 2.6528779173418116e-13 relative error 1.7567249012925437e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.988531820827363 y1[1] (numeric) -0.9885318208273568 absolute error 6.217248937900877e-15 relative error 6.289376636047264e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9909999999997816 y2[1] (analytic) 0.15002410492413812 y2[1] (numeric) 0.15002410492387266 absolute error 2.6545432518787493e-13 relative error 1.7694111577743176e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9886823392484115 y1[1] (numeric) -0.9886823392484051 absolute error 6.439293542825908e-15 relative error 6.513005529886382e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9919999999997815 y2[1] (analytic) 0.14903534773762397 y2[1] (numeric) 0.14903534773735835 absolute error 2.656208586415687e-13 relative error 1.782267513537748e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9888318689872032 y1[1] (numeric) -0.9888318689871965 absolute error 6.661338147750939e-15 relative error 6.736573078468556e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9929999999997814 y2[1] (analytic) 0.14804644151577454 y2[1] (numeric) 0.14804644151550872 absolute error 2.658151476708781e-13 relative error 1.795484882644445e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9889804098942083 y1[1] (numeric) -0.9889804098942014 absolute error 6.8833827526759706e-15 relative error 6.960079981172013e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9939999999997813 y2[1] (analytic) 0.1470573872474959 y2[1] (numeric) 0.14705738724722991 absolute error 2.659816811245719e-13 relative error 1.808693096640754e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9891279618208859 y1[1] (numeric) -0.9891279618208788 absolute error 7.105427357601002e-15 relative error 7.183526936717691e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.994999999999781 y2[1] (analytic) 0.1460681859218423 y2[1] (numeric) 0.1460681859215761 absolute error 2.661759701538813e-13 relative error 1.8222720332564813e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9892745246196841 y1[1] (numeric) -0.9892745246196768 absolute error 7.327471962526033e-15 relative error 7.406914643175514e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.995999999999781 y2[1] (analytic) 0.14507883852801493 y2[1] (numeric) 0.14507883852774855 absolute error 2.663702591831907e-13 relative error 1.8360379906939647e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9894200981440402 y1[1] (numeric) -0.9894200981440325 absolute error 7.66053886991358e-15 relative error 7.742453265587855e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.996999999999781 y2[1] (analytic) 0.1440893460553611 y2[1] (numeric) 0.14408934605509457 absolute error 2.6653679263688446e-13 relative error 1.8498022229518437e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9895646822483806 y1[1] (numeric) -0.9895646822483727 absolute error 7.882583474838611e-15 relative error 7.965708170716711e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.997999999999781 y2[1] (analytic) 0.14309970949337325 y2[1] (numeric) 0.14309970949310655 absolute error 2.6670332609057823e-13 relative error 1.8637586829128323e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9897082767881211 y1[1] (numeric) -0.989708276788113 absolute error 8.104628079763643e-15 relative error 8.188906034074422e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9989999999997807 y2[1] (analytic) 0.14210992983168783 y2[1] (numeric) 0.14210992983142096 absolute error 2.66869859544272e-13 relative error 1.8779114159042044e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9898508816196674 y1[1] (numeric) -0.9898508816196591 absolute error 8.326672684688674e-15 relative error 8.412047551105835e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 2.9999999999997806 y2[1] (analytic) 0.1411200080600844 y2[1] (numeric) 0.14112000805981736 absolute error 2.670363929979658e-13 relative error 1.8922645815345347e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9899924966004146 y1[1] (numeric) -0.9899924966004059 absolute error 8.659739592076221e-15 relative error 8.747278006463019e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0009999999997805 y2[1] (analytic) 0.1401299451684847 y2[1] (numeric) 0.14012994516821747 absolute error 2.672306820272752e-13 relative error 1.9070205280246944e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9901331215887476 y1[1] (numeric) -0.9901331215887387 absolute error 8.881784197001252e-15 relative error 8.970292987219457e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0019999999997804 y2[1] (analytic) 0.1391397421469515 y2[1] (numeric) 0.1391397421466841 absolute error 2.6739721548096895e-13 relative error 1.9217889249683904e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9902727564440414 y1[1] (numeric) -0.9902727564440323 absolute error 9.103828801926284e-15 relative error 9.19325382091406e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0029999999997803 y2[1] (analytic) 0.13814939998568773 y2[1] (numeric) 0.13814939998542017 absolute error 2.6756374893466273e-13 relative error 1.9367709809987036e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9904114010266615 y1[1] (numeric) -0.9904114010266521 absolute error 9.325873406851315e-15 relative error 9.41616120047094e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00399999999978 y2[1] (analytic) 0.1371589196750355 y2[1] (numeric) 0.13715891967476776 absolute error 2.677302823883565e-13 relative error 1.9519713557286534e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.990549055197963 y1[1] (numeric) -0.9905490551979534 absolute error 9.547918011776346e-15 relative error 9.639015818220308e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00499999999978 y2[1] (analytic) 0.13616830220547502 y2[1] (numeric) 0.13616830220520712 absolute error 2.6789681584205027e-13 relative error 1.9673948452246968e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9906857188202919 y1[1] (numeric) -0.9906857188202821 absolute error 9.769962616701378e-15 relative error 9.861818365904622e-13% Correct digits 14 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00599999999978 y2[1] (analytic) 0.13517754856762368 y2[1] (numeric) 0.13517754856735562 absolute error 2.6806334929574405e-13 relative error 1.9830463870384745e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9908213917569845 y1[1] (numeric) -0.9908213917569745 absolute error 9.992007221626409e-15 relative error 1.008456953468473e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.00699999999978 y2[1] (analytic) 0.13418665975223507 y2[1] (numeric) 0.1341866597519668 absolute error 2.6825763832505345e-13 relative error 1.9991379084952983e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.990956073872368 y1[1] (numeric) -0.9909560738723576 absolute error 1.0325074129013956e-14 relative error 1.0419305558788868e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0079999999997797 y2[1] (analytic) 0.13319563675019785 y2[1] (numeric) 0.13319563674992943 absolute error 2.684241717787472e-13 relative error 2.0152624990423983e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.99108976503176 y1[1] (numeric) -0.9910897650317495 absolute error 1.0547118733938987e-14 relative error 1.0641940928126726e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0089999999997796 y2[1] (analytic) 0.132204480552535 y2[1] (numeric) 0.1322044805522664 absolute error 2.68590705232441e-13 relative error 2.0316308805109616e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9912224651014697 y1[1] (numeric) -0.991222465101459 absolute error 1.0769163338864018e-14 relative error 1.0864527104681387e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0099999999997795 y2[1] (analytic) 0.13121319215040259 y2[1] (numeric) 0.13121319215013386 absolute error 2.6872948311051914e-13 relative error 2.048037081534371e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9913541739487969 y1[1] (numeric) -0.9913541739487859 absolute error 1.099120794378905e-14 relative error 1.1087064777271763e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0109999999997794 y2[1] (analytic) 0.130221772535089 y2[1] (numeric) 0.1302217725348201 absolute error 2.688960165642129e-13 relative error 2.0649082816912e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9914848914420328 y1[1] (numeric) -0.9914848914420215 absolute error 1.1324274851176597e-14 relative error 1.142153042262336e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0119999999997793 y2[1] (analytic) 0.1292302226980137 y2[1] (numeric) 0.12923022269774462 absolute error 2.690903055935223e-13 relative error 2.0822552184432495e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9916146174504599 y1[1] (numeric) -0.9916146174504482 absolute error 1.1657341758564144e-14 relative error 1.1755919641983831e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.012999999999779 y2[1] (analytic) 0.12823854363072648 y2[1] (numeric) 0.12823854363045722 absolute error 2.692568390472161e-13 relative error 2.0996560895339196e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.991743351844352 y1[1] (numeric) -0.9917433518443401 absolute error 1.1879386363489175e-14 relative error 1.1978286863629585e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.013999999999779 y2[1] (analytic) 0.12724673632490632 y2[1] (numeric) 0.1272467363246369 absolute error 2.6942337250090986e-13 relative error 2.117330316535395e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9918710944949751 y1[1] (numeric) -0.9918710944949629 absolute error 1.2212453270876722e-14 relative error 1.231254075116975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.014999999999779 y2[1] (analytic) 0.12625480177236043 y2[1] (numeric) 0.12625480177209084 absolute error 2.6958990595460364e-13 relative error 2.1352843786541986e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9919978452745862 y1[1] (numeric) -0.9919978452745738 absolute error 1.2434497875801753e-14 relative error 1.2534803311351819e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.015999999999779 y2[1] (analytic) 0.1252627409650233 y2[1] (numeric) 0.12526274096475354 absolute error 2.697564394082974e-13 relative error 2.1535249614537863e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9921236040564348 y1[1] (numeric) -0.9921236040564221 absolute error 1.27675647831893e-14 relative error 1.286892553607972e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0169999999997787 y2[1] (analytic) 0.12427055489495563 y2[1] (numeric) 0.1242705548946857 absolute error 2.699229728619912e-13 relative error 2.172058965135818e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.992248370714762 y1[1] (numeric) -0.992248370714749 absolute error 1.2989609388114332e-14 relative error 1.3091086638678299e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0179999999997786 y2[1] (analytic) 0.12327824455434343 y2[1] (numeric) 0.12327824455407334 absolute error 2.7008950631568496e-13 relative error 2.1908935132234488e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9923721451248012 y1[1] (numeric) -0.992372145124788 absolute error 1.3211653993039363e-14 relative error 1.3313205190153597e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0189999999997785 y2[1] (analytic) 0.12228581093549694 y2[1] (numeric) 0.12228581093522668 absolute error 2.7025603976937873e-13 relative error 2.2100359616696071e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.992494927162778 y1[1] (numeric) -0.9924949271627644 absolute error 1.354472090042691e-14 relative error 1.3647143707975302e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0199999999997784 y2[1] (analytic) 0.12129325503084971 y2[1] (numeric) 0.12129325503057929 absolute error 2.704225732230725e-13 relative error 2.2294939084147198e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9926167167059102 y1[1] (numeric) -0.9926167167058965 absolute error 1.3766765505351941e-14 relative error 1.3869165483166773e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0209999999997783 y2[1] (analytic) 0.12030057783295757 y2[1] (numeric) 0.12030057783268697 absolute error 2.706029844645741e-13 relative error 2.2493905626980258e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9927375136324086 y1[1] (numeric) -0.9927375136323945 absolute error 1.4099832412739488e-14 relative error 1.4202981371327912e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.021999999999778 y2[1] (analytic) 0.1193077803344976 y2[1] (numeric) 0.11930778033422684 absolute error 2.7075564013046005e-13 relative error 2.2693879592039617e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9928573178214759 y1[1] (numeric) -0.9928573178214616 absolute error 1.432187701766452e-14 relative error 1.44249095621207e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.022999999999778 y2[1] (analytic) 0.11831486352826726 y2[1] (numeric) 0.11831486352799632 absolute error 2.7093605137196164e-13 relative error 2.2899578573002437e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9929761291533082 y1[1] (numeric) -0.9929761291532936 absolute error 1.4654943925052066e-14 relative error 1.4758606470779973e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.023999999999778 y2[1] (analytic) 0.11732182840718323 y2[1] (numeric) 0.11732182840691213 absolute error 2.711025848256554e-13 relative error 2.310759971151768e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9930939475090942 y1[1] (numeric) -0.9930939475090792 absolute error 1.4988010832439613e-14 relative error 1.5092238624586282e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.024999999999778 y2[1] (analytic) 0.11632867596428058 y2[1] (numeric) 0.11632867596400931 absolute error 2.712691182793492e-13 relative error 2.3319195893078333e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9932107727710153 y1[1] (numeric) -0.9932107727710001 absolute error 1.5210055437364645e-14 relative error 1.5314025838573262e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0259999999997778 y2[1] (analytic) 0.11533540719271167 y2[1] (numeric) 0.11533540719244022 absolute error 2.7144952952085077e-13 relative error 2.353566316953224e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9933266048222464 y1[1] (numeric) -0.993326604822231 absolute error 1.5432100042289676e-14 relative error 1.5535776417718335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0269999999997776 y2[1] (analytic) 0.11434202308574516 y2[1] (numeric) 0.11434202308547355 absolute error 2.7161606297454455e-13 relative error 2.3754701521317273e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9934414435469556 y1[1] (numeric) -0.9934414435469399 absolute error 1.5765166949677223e-14 relative error 1.5869246297385893e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0279999999997775 y2[1] (analytic) 0.1133485246367651 y2[1] (numeric) 0.11334852463649332 absolute error 2.717825964282383e-13 relative error 2.3977603352067313e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.993555288830304 y1[1] (numeric) -0.993555288830288 absolute error 1.5987211554602254e-14 relative error 1.6090912840314836e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0289999999997774 y2[1] (analytic) 0.11235491283926985 y2[1] (numeric) 0.1123549128389979 absolute error 2.719491298819321e-13 relative error 2.4204471616739264e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9936681405584462 y1[1] (numeric) -0.99366814055843 absolute error 1.6209256159527285e-14 relative error 1.631254490097429e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0299999999997773 y2[1] (analytic) 0.11136118868687113 y2[1] (numeric) 0.11136118868659901 absolute error 2.7211566333562587e-13 relative error 2.4435412960683204e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9937799986185308 y1[1] (numeric) -0.9937799986185143 absolute error 1.6542323066914832e-14 relative error 1.6645860341233046e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.030999999999777 y2[1] (analytic) 0.11036735317329299 y2[1] (numeric) 0.11036735317302071 absolute error 2.7228219678931964e-13 relative error 2.467053788648863e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9938908628986995 y1[1] (numeric) -0.9938908628986828 absolute error 1.6764367671839864e-14 relative error 1.6867413010465053e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.031999999999777 y2[1] (analytic) 0.10937340729237088 y2[1] (numeric) 0.10937340729209843 absolute error 2.724487302430134e-13 relative error 2.490996092996524e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9940007332880882 y1[1] (numeric) -0.9940007332880713 absolute error 1.6986412276764895e-14 relative error 1.7088933345728e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.032999999999777 y2[1] (analytic) 0.10837935203805059 y2[1] (numeric) 0.10837935203777799 absolute error 2.7260138590889937e-13 relative error 2.5152520363213883e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9941096096768265 y1[1] (numeric) -0.9941096096768093 absolute error 1.7208456881689926e-14 relative error 1.7310422024070561e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.033999999999777 y2[1] (analytic) 0.10738518840438731 y2[1] (numeric) 0.10738518840411453 absolute error 2.7278179715040096e-13 relative error 2.5402180803852483e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9942174919560379 y1[1] (numeric) -0.9942174919560204 absolute error 1.7541523789077473e-14 relative error 1.7643547745841832e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0349999999997768 y2[1] (analytic) 0.10639091738554456 y2[1] (numeric) 0.10639091738527161 absolute error 2.7294833060409474e-13 relative error 2.5655228595780536e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9943243800178402 y1[1] (numeric) -0.9943243800178224 absolute error 1.7763568394002505e-14 relative error 1.786496313575635e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0359999999997767 y2[1] (analytic) 0.10539653997579328 y2[1] (numeric) 0.10539653997552018 absolute error 2.731009862699807e-13 relative error 2.591176013298962e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9944302737553453 y1[1] (numeric) -0.9944302737553273 absolute error 1.7985612998927536e-14 relative error 1.8086349011687918e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0369999999997765 y2[1] (analytic) 0.10440205716951083 y2[1] (numeric) 0.10440205716923755 absolute error 2.732813975114823e-13 relative error 2.617586328474094e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9945351730626596 y1[1] (numeric) -0.9945351730626413 absolute error 1.8318679906315083e-14 relative error 1.841933840298772e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0379999999997764 y2[1] (analytic) 0.10340746996117989 y2[1] (numeric) 0.10340746996090645 absolute error 2.7343405317736824e-13 relative error 2.6442388860303604e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9946390778348836 y1[1] (numeric) -0.994639077834865 absolute error 1.8540724511240114e-14 relative error 1.8640655615099404e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0389999999997763 y2[1] (analytic) 0.10241277934538762 y2[1] (numeric) 0.10241277934511402 absolute error 2.73600586631062e-13 relative error 2.671547324268416e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9947419879681128 y1[1] (numeric) -0.9947419879680939 absolute error 1.887379141862766e-14 relative error 1.8973554596986286e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.039999999999776 y2[1] (analytic) 0.10141798631682453 y2[1] (numeric) 0.10141798631655077 absolute error 2.7375324229694797e-13 relative error 2.699257323466836e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9948439033594367 y1[1] (numeric) -0.9948439033594176 absolute error 1.9095836023552692e-14 relative error 1.9194806299831515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.040999999999776 y2[1] (analytic) 0.10042309187028357 y2[1] (numeric) 0.10042309187000965 absolute error 2.7391977575064175e-13 relative error 2.727657261384301e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9949448239069404 y1[1] (numeric) -0.994944823906921 absolute error 1.942890293094024e-14 relative error 1.9527618481039983e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.041999999999776 y2[1] (analytic) 0.09942809700065913 y2[1] (numeric) 0.09942809700038503 absolute error 2.7410018699214334e-13 relative error 2.7567679082737174e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.995044749509703 y1[1] (numeric) -0.9950447495096832 absolute error 1.9761969838327786e-14 relative error 1.986038301098043e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.042999999999776 y2[1] (analytic) 0.09843300270294596 y2[1] (numeric) 0.0984330027026717 absolute error 2.742528426580293e-13 relative error 2.786187915913504e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.995143680067799 y1[1] (numeric) -0.995143680067779 absolute error 1.9984014443252818e-14 relative error 2.0081536810736025e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0439999999997758 y2[1] (analytic) 0.09743780997223829 y2[1] (numeric) 0.09743780997196387 absolute error 2.7441937611172307e-13 relative error 2.8163541051457324e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9952416154822978 y1[1] (numeric) -0.9952416154822776 absolute error 2.020605904817785e-14 relative error 2.0302666944233354e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0449999999997757 y2[1] (analytic) 0.09644251980372877 y2[1] (numeric) 0.09644251980345418 absolute error 2.7458590956541684e-13 relative error 2.847145741569482e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9953385556552642 y1[1] (numeric) -0.9953385556552437 absolute error 2.0539125955565396e-14 relative error 2.0635316334193257e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0459999999997756 y2[1] (analytic) 0.09544713319270748 y2[1] (numeric) 0.09544713319243274 absolute error 2.747385652313028e-13 relative error 2.8784370576809936e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9954345004897578 y1[1] (numeric) -0.995434500489737 absolute error 2.0761170560490427e-14 relative error 2.0856390400650017e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0469999999997754 y2[1] (analytic) 0.09445165113456096 y2[1] (numeric) 0.09445165113428605 absolute error 2.7490509868499657e-13 relative error 2.9105377765535493e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9955294498898338 y1[1] (numeric) -0.9955294498898128 absolute error 2.098321516541546e-14 relative error 2.1077442930229215e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0479999999997753 y2[1] (analytic) 0.09345607462477117 y2[1] (numeric) 0.09345607462449611 absolute error 2.7505775435088253e-13 relative error 2.9431768395499957e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.995623403760543 y1[1] (numeric) -0.9956234037605217 absolute error 2.1316282072803006e-14 relative error 2.1409984932344734e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0489999999997752 y2[1] (analytic) 0.09246040465891454 y2[1] (numeric) 0.09246040465863932 absolute error 2.752242878045763e-13 relative error 2.976671893443207e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9957163620079313 y1[1] (numeric) -0.9957163620079098 absolute error 2.1538326677728037e-14 relative error 2.1630985991125527e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.049999999999775 y2[1] (analytic) 0.09146464223266096 y2[1] (numeric) 0.09146464223238558 absolute error 2.7537694347046227e-13 relative error 3.010747505795506e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9958083245390407 y1[1] (numeric) -0.9958083245390189 absolute error 2.1760371282653068e-14 relative error 2.1851967639179897e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.050999999999775 y2[1] (analytic) 0.09046878834177277 y2[1] (numeric) 0.09046878834149723 absolute error 2.7554347692415604e-13 relative error 3.0457297149068535e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9958992912619085 y1[1] (numeric) -0.9958992912618864 absolute error 2.2093438190040615e-14 relative error 2.218440999395222e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.051999999999775 y2[1] (analytic) 0.08947284398210378 y2[1] (numeric) 0.08947284398182807 absolute error 2.757100103778498e-13 relative error 3.0814937595254813e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9959892620855679 y1[1] (numeric) -0.9959892620855456 absolute error 2.2315482794965646e-14 relative error 2.240534476068324e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.052999999999775 y2[1] (analytic) 0.08847681014959827 y2[1] (numeric) 0.08847681014932239 absolute error 2.758765438315436e-13 relative error 3.1180661165913e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9960782369200484 y1[1] (numeric) -0.9960782369200257 absolute error 2.2648549702353193e-14 relative error 2.2737721659680342e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0539999999997747 y2[1] (analytic) 0.08748068784028996 y2[1] (numeric) 0.08748068784001393 absolute error 2.7602919949742954e-13 relative error 3.1553158338371227e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9961662156763749 y1[1] (numeric) -0.996166215676352 absolute error 2.2870594307278225e-14 relative error 2.295861267665015e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0549999999997746 y2[1] (analytic) 0.08648447805030111 y2[1] (numeric) 0.08648447805002493 absolute error 2.761818551633155e-13 relative error 3.1934268598196614e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9962531982665687 y1[1] (numeric) -0.9962531982665456 absolute error 2.3092638912203256e-14 relative error 2.317948785748774e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0559999999997745 y2[1] (analytic) 0.08548818177584143 y2[1] (numeric) 0.08548818177556508 absolute error 2.763483886170093e-13 relative error 3.2325917205915364e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9963391846036472 y1[1] (numeric) -0.9963391846036239 absolute error 2.3314683517128287e-14 relative error 2.3400347870894066e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0569999999997743 y2[1] (analytic) 0.0844918000132071 y2[1] (numeric) 0.08449180001293058 absolute error 2.7651492207070305e-13 relative error 3.2726835270106734e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9964241746016242 y1[1] (numeric) -0.9964241746016007 absolute error 2.353672812205332e-14 relative error 2.3621193385300423e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0579999999997742 y2[1] (analytic) 0.08349533375877978 y2[1] (numeric) 0.08349533375850311 absolute error 2.76667577736589e-13 relative error 3.3135693371307305e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9965081681755097 y1[1] (numeric) -0.9965081681754859 absolute error 2.375877272697835e-14 relative error 2.384202506887414e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.058999999999774 y2[1] (analytic) 0.08249878400902566 y2[1] (numeric) 0.08249878400874884 absolute error 2.7682023340247497e-13 relative error 3.355446225391514e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9965911652413101 y1[1] (numeric) -0.996591165241286 absolute error 2.4091839634365897e-14 relative error 2.4174245643179477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.059999999999774 y2[1] (analytic) 0.08150215176049441 y2[1] (numeric) 0.08150215176021744 absolute error 2.7697288906836093e-13 relative error 3.398350633518056e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9966731657160282 y1[1] (numeric) -0.9966731657160038 absolute error 2.4313884239290928e-14 relative error 2.4395042503049024e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.060999999999774 y2[1] (analytic) 0.0805054380098182 y2[1] (numeric) 0.08050543800954106 absolute error 2.771394225220547e-13 relative error 3.4424931951585134e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9967541695176636 y1[1] (numeric) -0.9967541695176391 absolute error 2.453592884421596e-14 relative error 2.4615827647943596e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.061999999999774 y2[1] (analytic) 0.07950864375371068 y2[1] (numeric) 0.07950864375343339 absolute error 2.7729207818794066e-13 relative error 3.487571477723759e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9968341765652127 y1[1] (numeric) -0.9968341765651878 absolute error 2.4868995751603507e-14 relative error 2.4947976640703173e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0629999999997737 y2[1] (analytic) 0.07851176998896603 y2[1] (numeric) 0.07851176998868858 absolute error 2.774447338538266e-13 relative error 3.533797975677003e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9969131867786681 y1[1] (numeric) -0.996913186778643 absolute error 2.5091040356528538e-14 relative error 2.516873152977881e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0639999999997736 y2[1] (analytic) 0.07751481771245794 y2[1] (numeric) 0.07751481771218033 absolute error 2.776112673075204e-13 relative error 3.581396118833981e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.99699120007902 y1[1] (numeric) -0.9969912000789946 absolute error 2.5424107263916085e-14 relative error 2.5500834171756993e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0649999999997735 y2[1] (analytic) 0.0765177879211386 y2[1] (numeric) 0.07651778792086082 absolute error 2.7777780076121417e-13 relative error 3.630238253195451e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9970682163882548 y1[1] (numeric) -0.9970682163882291 absolute error 2.5757174171303632e-14 relative error 2.583291067546564e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0659999999997734 y2[1] (analytic) 0.0755206816120377 y2[1] (numeric) 0.07552068161175977 absolute error 2.7793045642710013e-13 relative error 3.6801899889473334e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9971442356293563 y1[1] (numeric) -0.9971442356293303 absolute error 2.5979218776228663e-14 relative error 2.6053621781037175e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0669999999997732 y2[1] (analytic) 0.0745234997822615 y2[1] (numeric) 0.07452349978198342 absolute error 2.780831120929861e-13 relative error 3.7314821889132076e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9972192577263053 y1[1] (numeric) -0.9972192577262791 absolute error 2.6201263381153694e-14 relative error 2.6274325508808857e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.067999999999773 y2[1] (analytic) 0.07352624342899172 y2[1] (numeric) 0.07352624342871347 absolute error 2.7824964554667986e-13 relative error 3.784358245031254e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9972932826040797 y1[1] (numeric) -0.9972932826040531 absolute error 2.653433028854124e-14 relative error 2.6606346148503275e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.068999999999773 y2[1] (analytic) 0.07252891354948464 y2[1] (numeric) 0.07252891354920624 absolute error 2.784023012125658e-13 relative error 3.8385009176046597e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9973663101886545 y1[1] (numeric) -0.9973663101886278 absolute error 2.6756374893466273e-14 relative error 2.682702896632355e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.069999999999773 y2[1] (analytic) 0.07153151114107005 y2[1] (numeric) 0.0715315111407915 absolute error 2.785549568784518e-13 relative error 3.8941573082260603e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9974383404070023 y1[1] (numeric) -0.9974383404069753 absolute error 2.6978419498391304e-14 relative error 2.7047706515254692e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.070999999999773 y2[1] (analytic) 0.07053403720115028 y2[1] (numeric) 0.07053403720087158 absolute error 2.7870761254433774e-13 relative error 3.9513917479232637e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9975093731870928 y1[1] (numeric) -0.9975093731870656 absolute error 2.7200464103316335e-14 relative error 2.7268379460344797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0719999999997727 y2[1] (analytic) 0.0695364927271992 y2[1] (numeric) 0.06953649272692033 absolute error 2.788602682102237e-13 relative error 4.010272265301461e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9975794084578933 y1[1] (numeric) -0.9975794084578657 absolute error 2.7533531010703882e-14 relative error 2.7600340160656034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0729999999997726 y2[1] (analytic) 0.06853887871676118 y2[1] (numeric) 0.06853887871648215 absolute error 2.7902680166391747e-13 relative error 4.0710733365948906e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9976484461493683 y1[1] (numeric) -0.9976484461493406 absolute error 2.7755575615628914e-14 relative error 2.78209981910535e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0739999999997725 y2[1] (analytic) 0.06754119616745013 y2[1] (numeric) 0.06754119616717097 absolute error 2.791655795419956e-13 relative error 4.1332637765235907e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9977164861924804 y1[1] (numeric) -0.9977164861924523 absolute error 2.808864252301646e-14 relative error 2.815293012768516e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0749999999997724 y2[1] (analytic) 0.06654344607694858 y2[1] (numeric) 0.06654344607666925 absolute error 2.793321129956894e-13 relative error 4.19774041567789e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9977835285191895 y1[1] (numeric) -0.9977835285191611 absolute error 2.842170943040401e-14 relative error 2.84848452775971e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0759999999997722 y2[1] (analytic) 0.06554562944300647 y2[1] (numeric) 0.06554562944272699 absolute error 2.7948476866157534e-13 relative error 4.263972610173714e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9978495730624531 y1[1] (numeric) -0.9978495730624245 absolute error 2.864375403532904e-14 relative error 2.870548307939827e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.076999999999772 y2[1] (analytic) 0.0645477472634404 y2[1] (numeric) 0.06454774726316076 absolute error 2.796374243274613e-13 relative error 4.332256913415891e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.997914619756227 y1[1] (numeric) -0.997914619756198 absolute error 2.8976820942716586e-14 relative error 2.903737491068636e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.077999999999772 y2[1] (analytic) 0.06354980053613243 y2[1] (numeric) 0.06354980053585264 absolute error 2.7979007999334726e-13 relative error 4.4026901364429515e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9979786685354641 y1[1] (numeric) -0.9979786685354349 absolute error 2.919886554764162e-14 relative error 2.925800567510227e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.078999999999772 y2[1] (analytic) 0.06255179025902922 y2[1] (numeric) 0.06255179025874928 absolute error 2.799427356592332e-13 relative error 4.4753752770301254e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.998041719336116 y1[1] (numeric) -0.9980417193360864 absolute error 2.9531932455029164e-14 relative error 2.958987774045499e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.079999999999772 y2[1] (analytic) 0.06155371743014097 y2[1] (numeric) 0.06155371742986088 absolute error 2.800953913251192e-13 relative error 4.5504220219194274e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9981037720951316 y1[1] (numeric) -0.9981037720951018 absolute error 2.9753977059954195e-14 relative error 2.9810504570579137e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0809999999997717 y2[1] (analytic) 0.060555583047540426 y2[1] (numeric) 0.06055558304726017 absolute error 2.8025498588490905e-13 relative error 4.628061885968285e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9981648267504583 y1[1] (numeric) -0.9981648267504283 absolute error 2.9976021664879227e-14 relative error 3.0031133998646946e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0819999999997716 y2[1] (analytic) 0.05955738810936187 y2[1] (numeric) 0.05955738810908146 absolute error 2.80407641550795e-13 relative error 4.708192391444337e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9982248832410414 y1[1] (numeric) -0.9982248832410111 absolute error 3.0309088572266774e-14 relative error 3.036298641830995e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0829999999997715 y2[1] (analytic) 0.05855913361380017 y2[1] (numeric) 0.05855913361351961 absolute error 2.8056029721668096e-13 relative error 4.79105956496876e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9982839415068245 y1[1] (numeric) -0.9982839415067939 absolute error 3.064215547965432e-14 relative error 3.0694829602690592e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0839999999997714 y2[1] (analytic) 0.057560820559109736 y2[1] (numeric) 0.05756082055882902 absolute error 2.807129528825669e-13 relative error 4.876805962039756e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9983420014887493 y1[1] (numeric) -0.9983420014887184 absolute error 3.086420008457935e-14 relative error 3.091545786769863e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0849999999997713 y2[1] (analytic) 0.05656244994360354 y2[1] (numeric) 0.05656244994332268 absolute error 2.808656085484529e-13 relative error 4.965584214058872e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9983990631287558 y1[1] (numeric) -0.9983990631287246 absolute error 3.11972669919669e-14 relative error 3.124729193375017e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.085999999999771 y2[1] (analytic) 0.055564022765652116 y2[1] (numeric) 0.0555640227653711 absolute error 2.8101826421433884e-13 relative error 5.057557934557166e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9984551263697824 y1[1] (numeric) -0.9984551263697509 absolute error 3.1530333899354446e-14 relative error 3.1579119648565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.086999999999771 y2[1] (analytic) 0.05456554002368256 y2[1] (numeric) 0.05456554002340139 absolute error 2.811709198802248e-13 relative error 5.152902725020056e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9985101911557658 y1[1] (numeric) -0.998510191155734 absolute error 3.175237850427948e-14 relative error 3.179975405912123e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.087999999999771 y2[1] (analytic) 0.05356700271617752 y2[1] (numeric) 0.0535670027158962 absolute error 2.8132357554611076e-13 relative error 5.251807293319952e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9985642574316412 y1[1] (numeric) -0.9985642574316091 absolute error 3.2085445411667024e-14 relative error 3.2131578086113803e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.088999999999771 y2[1] (analytic) 0.05256841184167423 y2[1] (numeric) 0.052568411841392756 absolute error 2.814762312119967e-13 relative error 5.354474699744555e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9986173251433424 y1[1] (numeric) -0.9986173251433101 absolute error 3.2307490016592055e-14 relative error 3.2352222621367608e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0899999999997707 y2[1] (analytic) 0.05156976839876348 y2[1] (numeric) 0.051569768398481854 absolute error 2.816288868778827e-13 relative error 5.461123747932819e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9986693942378018 y1[1] (numeric) -0.9986693942377691 absolute error 3.26405569239796e-14 relative error 3.2684046504590565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0909999999997706 y2[1] (analytic) 0.05057107338608863 y2[1] (numeric) 0.05057107338580685 absolute error 2.8177460364986473e-13 relative error 5.571853330037817e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9987204646629501 y1[1] (numeric) -0.9987204646629171 absolute error 3.297362383136715e-14 relative error 3.301586880218295e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0919999999997705 y2[1] (analytic) 0.04957232780234461 y2[1] (numeric) 0.04957232780206268 absolute error 2.819272593157507e-13 relative error 5.687190249363607e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9987705363677168 y1[1] (numeric) -0.9987705363676836 absolute error 3.319566843629218e-14 relative error 3.3236531543087637e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0929999999997704 y2[1] (analytic) 0.04857353264627691 y2[1] (numeric) 0.04857353264599484 absolute error 2.8207297608773274e-13 relative error 5.807133241509319e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9988196093020306 y1[1] (numeric) -0.9988196093019971 absolute error 3.352873534367973e-14 relative error 3.356835912253406e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0939999999997703 y2[1] (analytic) 0.04757468891668062 y2[1] (numeric) 0.04757468891639839 absolute error 2.822256317536187e-13 relative error 5.932264365362248e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9988676834168183 y1[1] (numeric) -0.9988676834167844 absolute error 3.3861802251067274e-14 relative error 3.3900187996108243e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09499999999977 y2[1] (analytic) 0.04657579761239937 y2[1] (numeric) 0.046575797612117 absolute error 2.8237134852560075e-13 relative error 6.06261970810411e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9989147586640057 y1[1] (numeric) -0.9989147586639716 absolute error 3.4083846855992306e-14 relative error 3.412087624130972e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09599999999977 y2[1] (analytic) 0.04557685973232439 y2[1] (numeric) 0.04557685973204187 absolute error 2.825240041914867e-13 relative error 6.198847525932391e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9989608349965178 y1[1] (numeric) -0.9989608349964834 absolute error 3.441691376337985e-14 relative error 3.4452715819934845e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09699999999977 y2[1] (analytic) 0.04457787627539348 y2[1] (numeric) 0.04457787627511081 absolute error 2.8266972096346876e-13 relative error 6.341031573985042e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9990059123682781 y1[1] (numeric) -0.9990059123682434 absolute error 3.4638958368304884e-14 relative error 3.467342679302925e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.09799999999977 y2[1] (analytic) 0.04357884824059001 y2[1] (numeric) 0.043578848240307194 absolute error 2.828154377354508e-13 relative error 6.489740990263992e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9990499907342093 y1[1] (numeric) -0.9990499907341743 absolute error 3.497202527569243e-14 relative error 3.5005280616629832e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0989999999997697 y2[1] (analytic) 0.042579776626941936 y2[1] (numeric) 0.04257977662665897 absolute error 2.8296809340133677e-13 relative error 6.645598352488573e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.999093070050233 y1[1] (numeric) -0.9990930700501978 absolute error 3.519406988061746e-14 relative error 3.5226017410818348e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.0999999999997696 y2[1] (analytic) 0.04158066243352077 y2[1] (numeric) 0.04158066243323766 absolute error 2.831138101733188e-13 relative error 6.808785469109868e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9991351502732699 y1[1] (numeric) -0.9991351502732344 absolute error 3.552713678800501e-14 relative error 3.5557889018605848e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1009999999997695 y2[1] (analytic) 0.040581506659440644 y2[1] (numeric) 0.040581506659157385 absolute error 2.832595269453009e-13 relative error 6.980015042871875e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9991762313612398 y1[1] (numeric) -0.999176231361204 absolute error 3.574918139293004e-14 relative error 3.577865472663087e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1019999999997694 y2[1] (analytic) 0.03958231030385724 y2[1] (numeric) 0.039582310303573835 absolute error 2.8340524371728293e-13 relative error 7.159896467429429e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9992163132730616 y1[1] (numeric) -0.9992163132730255 absolute error 3.608224830031759e-14 relative error 3.6110547657219028e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1029999999997693 y2[1] (analytic) 0.03858307436596683 y2[1] (numeric) 0.03858307436568328 absolute error 2.83550960489265e-13 relative error 7.349102298063065e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9992553959686534 y1[1] (numeric) -0.999255395968617 absolute error 3.6415315207705135e-14 relative error 3.6442450403187495e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.103999999999769 y2[1] (analytic) 0.03758379984500527 y2[1] (numeric) 0.03758379984472157 absolute error 2.8369667726124703e-13 relative error 7.548376652472758e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9992934794089325 y1[1] (numeric) -0.9992934794088958 absolute error 3.674838211509268e-14 relative error 3.677436396045415e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.104999999999769 y2[1] (analytic) 0.036584487740246995 y2[1] (numeric) 0.03658448773996315 absolute error 2.838423940332291e-13 relative error 7.758544989027438e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9993305635558155 y1[1] (numeric) -0.9993305635557784 absolute error 3.708144902248023e-14 relative error 3.710628932486274e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.105999999999769 y2[1] (analytic) 0.03558513905100403 y2[1] (numeric) 0.03558513905072004 absolute error 2.8398811080521114e-13 relative error 7.98052553337426e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9993666483722181 y1[1] (numeric) -0.9993666483721808 absolute error 3.730349362740526e-14 relative error 3.732713482900965e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.106999999999769 y2[1] (analytic) 0.034585754776624976 y2[1] (numeric) 0.03458575477634084 absolute error 2.841338275771932e-13 relative error 8.215342686961599e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994017338220558 y1[1] (numeric) -0.9994017338220181 absolute error 3.7636560534792807e-14 relative error 3.765909069504779e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1079999999997687 y2[1] (analytic) 0.033586335916494035 y2[1] (numeric) 0.03358633591620975 absolute error 2.8428648324307915e-13 relative error 8.464349429181641e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994358198702428 y1[1] (numeric) -0.9994358198702049 absolute error 3.785860513971784e-14 relative error 3.787997626964484e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1089999999997686 y2[1] (analytic) 0.03258688347002997 y2[1] (numeric) 0.03258688346974554 absolute error 2.844322000150612e-13 relative error 8.728425971653668e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994689064826933 y1[1] (numeric) -0.9994689064826551 absolute error 3.8191672047105385e-14 relative error 3.821196617462427e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1099999999997685 y2[1] (analytic) 0.031587398436685156 y2[1] (numeric) 0.03158739843640058 absolute error 2.8457791678704325e-13 relative error 9.00922300889897e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995009936263206 y1[1] (numeric) -0.9995009936262821 absolute error 3.852473895449293e-14 relative error 3.854397264250847e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1109999999997684 y2[1] (analytic) 0.03058788181594453 y2[1] (numeric) 0.03058788181565981 absolute error 2.8472016411207335e-13 relative error 9.308266777847213e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995320812690375 y1[1] (numeric) -0.9995320812689987 absolute error 3.8746783559417963e-14 relative error 3.876492239270982e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1119999999997683 y2[1] (analytic) 0.029588334607324643 y2[1] (numeric) 0.029588334607039777 absolute error 2.848658808840554e-13 relative error 9.627641591343108e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995621693797565 y1[1] (numeric) -0.9995621693797174 absolute error 3.907985046680551e-14 relative error 3.909696831669325e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.112999999999768 y2[1] (analytic) 0.028588757810372612 y2[1] (numeric) 0.0285887578100876 absolute error 2.8501159765603745e-13 relative error 9.969359268650321e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995912579283894 y1[1] (numeric) -0.99959125792835 absolute error 3.941291737419306e-14 relative error 3.942903367910066e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.113999999999768 y2[1] (analytic) 0.027589152424665152 y2[1] (numeric) 0.02758915242438 absolute error 2.8515384498106755e-13 relative error 1.0335723279637086e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996193468858476 y1[1] (numeric) -0.999619346885808 absolute error 3.963496197911809e-14 relative error 3.965005489599056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.114999999999768 y2[1] (analytic) 0.02658951944980757 y2[1] (numeric) 0.026589519449522273 absolute error 2.8529609230609765e-13 relative error 1.0729644544522312e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996464362240424 y1[1] (numeric) -0.9996464362240024 absolute error 3.9968028886505635e-14 relative error 3.9982165131780586e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.115999999999768 y2[1] (analytic) 0.02558985988543275 y2[1] (numeric) 0.025589859885147313 absolute error 2.8543833963112775e-13 relative error 1.1154353361411565e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996725259158841 y1[1] (numeric) -0.9996725259158439 absolute error 4.0190073491430667e-14 relative error 4.020323901030406e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1169999999997677 y2[1] (analytic) 0.02459017473120018 y2[1] (numeric) 0.0245901747309146 absolute error 2.8558058695615784e-13 relative error 1.1613605437045198e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996976159352833 y1[1] (numeric) -0.9996976159352428 absolute error 4.0523140398818214e-14 relative error 4.0535397657126685e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1179999999997676 y2[1] (analytic) 0.023590464986794926 y2[1] (numeric) 0.023590464986509203 absolute error 2.8572283428118794e-13 relative error 1.2111793236849087e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997217062571497 y1[1] (numeric) -0.999721706257109 absolute error 4.0745185003743245e-14 relative error 4.0756527290268435e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1189999999997675 y2[1] (analytic) 0.02259073165192665 y2[1] (numeric) 0.022590731651640786 absolute error 2.8586508160621804e-13 relative error 1.2654086906558337e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997447968573934 y1[1] (numeric) -0.9997447968573523 absolute error 4.107825191113079e-14 relative error 4.108873788616508e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1199999999997674 y2[1] (analytic) 0.021590975726328607 y2[1] (numeric) 0.0215909757260426 absolute error 2.8600732893124814e-13 relative error 1.3246614352054652e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997668877129233 y1[1] (numeric) -0.999766887712882 absolute error 4.1300296516055823e-14 relative error 4.130992636747032e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1209999999997673 y2[1] (analytic) 0.020591198209756637 y2[1] (numeric) 0.020591198209470488 absolute error 2.8614957625627824e-13 relative error 1.3896693788353377e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997879788016489 y1[1] (numeric) -0.9997879788016074 absolute error 4.1522341120980855e-14 relative error 4.153114660445283e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.121999999999767 y2[1] (analytic) 0.019591400101988173 y2[1] (numeric) 0.01959140010170188 absolute error 2.8629182358130834e-13 relative error 1.4613137503748641e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998080701024791 y1[1] (numeric) -0.9998080701024373 absolute error 4.1744385725905886e-14 relative error 4.175239925961704e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.122999999999767 y2[1] (analytic) 0.01859158240282124 y2[1] (numeric) 0.018591582402534806 absolute error 2.8643407090633843e-13 relative error 1.5406653651110008e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998271615953225 y1[1] (numeric) -0.9998271615952804 absolute error 4.207745263329343e-14 relative error 4.20847264902813e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.123999999999767 y2[1] (analytic) 0.017591746112073453 y2[1] (numeric) 0.017591746111786877 absolute error 2.8657631823136853e-13 relative error 1.629038507068308e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998452532610875 y1[1] (numeric) -0.9998452532610452 absolute error 4.2299497238218464e-14 relative error 4.230604396055765e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.124999999999767 y2[1] (analytic) 0.016591892229581018 y2[1] (numeric) 0.016591892229294303 absolute error 2.867150961094467e-13 relative error 1.7280433849387827e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998623450816827 y1[1] (numeric) -0.9998623450816401 absolute error 4.263256414560601e-14 relative error 4.263843353569155e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1259999999997667 y2[1] (analytic) 0.015592021755197739 y2[1] (numeric) 0.015592021754910881 absolute error 2.8685734343447677e-13 relative error 1.8397700307136266e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998784370400161 y1[1] (numeric) -0.9998784370399731 absolute error 4.296563105299356e-14 relative error 4.297085471728603e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1269999999997666 y2[1] (analytic) 0.014592135688794004 y2[1] (numeric) 0.014592135688507006 absolute error 2.869978560360309e-13 relative error 1.966798158657682e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998935291199957 y1[1] (numeric) -0.9998935291199526 absolute error 4.318767565791859e-14 relative error 4.319227437738094e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1279999999997665 y2[1] (analytic) 0.013592235030255794 y2[1] (numeric) 0.013592235029968657 absolute error 2.8713663391410904e-13 relative error 2.1125049211917976e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999076213065297 y1[1] (numeric) -0.9999076213064861 absolute error 4.3520742565306136e-14 relative error 4.3524763326075804e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1289999999997664 y2[1] (analytic) 0.012592320779483688 y2[1] (numeric) 0.012592320779196411 absolute error 2.8727714651566316e-13 relative error 2.281367760132951e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999207135855255 y1[1] (numeric) -0.9999207135854817 absolute error 4.374278717023117e-14 relative error 4.374625565398866e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1299999999997663 y2[1] (analytic) 0.01159239393639185 y2[1] (numeric) 0.011592393936104435 absolute error 2.874159243937413e-13 relative error 2.479349183359446e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999328059438911 y1[1] (numeric) -0.999932805943847 absolute error 4.4075854077618715e-14 relative error 4.407881591204833e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.130999999999766 y2[1] (analytic) 0.010592455500907044 y2[1] (numeric) 0.01059245550061949 absolute error 2.8755470227181945e-13 relative error 2.7147123936201176e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999438983695342 y1[1] (numeric) -0.9999438983694897 absolute error 4.451994328746878e-14 relative error 4.452244106900507e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.131999999999766 y2[1] (analytic) 0.009592506472967619 y2[1] (numeric) 0.009592506472679925 absolute error 2.876934801498976e-13 relative error 2.9991481471567285e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999539908513622 y1[1] (numeric) -0.9999539908513174 absolute error 4.474198789239381e-14 relative error 4.474404652788117e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.132999999999766 y2[1] (analytic) 0.00859254785252252 y2[1] (numeric) 0.008592547852234688 absolute error 2.8783225802797574e-13 relative error 3.3497894101744995e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999630833792826 y1[1] (numeric) -0.9999630833792376 absolute error 4.5075054799781356e-14 relative error 4.507671887991543e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.133999999999766 y2[1] (analytic) 0.007592580639530285 y2[1] (numeric) 0.007592580639242315 absolute error 2.879701685443159e-13 relative error 3.792783800609474e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.999971175944203 y1[1] (numeric) -0.9999711759441576 absolute error 4.54081217071689e-14 relative error 4.540943059112997e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1349999999997658 y2[1] (analytic) 0.006592605833958043 y2[1] (numeric) 0.006592605833669935 absolute error 2.8810807906065605e-13 relative error 4.37016994974327e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999782685380308 y1[1] (numeric) -0.9999782685379851 absolute error 4.574118861455645e-14 relative error 4.574218265905929e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1359999999997656 y2[1] (analytic) 0.005592624435780517 y2[1] (numeric) 0.005592624435492271 absolute error 2.882459895769962e-13 relative error 5.154038017158005e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999843611536734 y1[1] (numeric) -0.9999843611536274 absolute error 4.596323321948148e-14 relative error 4.596395204266404e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1369999999997655 y2[1] (analytic) 0.004592637444979021 y2[1] (numeric) 0.004592637444690638 absolute error 2.883830327315984e-13 relative error 6.279246646104801e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999894537850381 y1[1] (numeric) -0.9999894537849919 absolute error 4.618527782440651e-14 relative error 4.618576490941143e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1379999999997654 y2[1] (analytic) 0.003592645861540462 y2[1] (numeric) 0.0035926458612519424 absolute error 2.8851964220533155e-13 relative error 8.030840036140371e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999935464270325 y1[1] (numeric) -0.999993546426986 absolute error 4.651834473179406e-14 relative error 4.6518644943263546e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1389999999997653 y2[1] (analytic) 0.002592650685456341 y2[1] (numeric) 0.002592650685167685 absolute error 2.886562516790647e-13 relative error 1.113363451923171e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999966390755637 y1[1] (numeric) -0.999996639075517 absolute error 4.674038933671909e-14 relative error 4.674054642816375e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.139999999999765 y2[1] (analytic) 0.001592652916721751 y2[1] (numeric) 0.0015926529164329586 absolute error 2.887924274719289e-13 relative error 1.8132791171246964e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999987317275392 y1[1] (numeric) -0.9999987317274921 absolute error 4.707345624410664e-14 relative error 4.7073515946150545e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.140999999999765 y2[1] (analytic) 0.000592653555334377 y2[1] (numeric) 0.0005926535550454487 absolute error 2.8892827800414134e-13 relative error 4.875163160729325e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999998243808662 y1[1] (numeric) -0.9999998243808189 absolute error 4.729550084903167e-14 relative error 4.729550915502802e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.141999999999765 y2[1] (analytic) -0.00040734639870650303 y2[1] (numeric) -0.0004073463989955669 absolute error 2.8906385748581065e-13 relative error 7.096266430824246e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999999170344522 y1[1] (numeric) -0.9999999170344046 absolute error 4.7628567756419216e-14 relative error 4.762857170794975e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.142999999999765 y2[1] (analytic) -0.0014073459454010183 y2[1] (numeric) -0.0014073459456902175 absolute error 2.8919922012704546e-13 relative error 2.054926303458665e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999990096882047 y1[1] (numeric) -0.9999990096881567 absolute error 4.796163466380676e-14 relative error 4.796168216082633e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1439999999997648 y2[1] (analytic) -0.0024073440847497056 y2[1] (numeric) -0.0024073440850390397 absolute error 2.8933409487730266e-13 relative error 1.2018809305666209e-08% Correct digits 9 h 0.001 y1[1] (analytic) -0.9999971023430306 y1[1] (numeric) -0.9999971023429823 absolute error 4.829470157119431e-14 relative error 4.82948415130784e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1449999999997647 y2[1] (analytic) -0.0034073398167545083 y2[1] (numeric) -0.0034073398170439773 absolute error 2.8946896962755986e-13 relative error 8.49545349730568e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999941950008375 y1[1] (numeric) -0.999994195000789 absolute error 4.851674617611934e-14 relative error 4.8517027817425184e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1459999999997645 y2[1] (analytic) -0.004407332141419779 y2[1] (numeric) -0.004407332141709382 absolute error 2.8960341069694806e-13 relative error 6.570945901155867e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999902876645329 y1[1] (numeric) -0.9999902876644841 absolute error 4.884981308350689e-14 relative error 4.8850287533887085e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1469999999997644 y2[1] (analytic) -0.005407320058753275 y2[1] (numeric) -0.005407320059043012 absolute error 2.8973698440459827e-13 relative error 5.358236265959088e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999853803380239 y1[1] (numeric) -0.9999853803379747 absolute error 4.9182879990894435e-14 relative error 4.918359903848715e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1479999999997643 y2[1] (analytic) -0.006407302568767163 y2[1] (numeric) -0.006407302569057033 absolute error 2.898705581122485e-13 relative error 4.5240653925919225e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999794730262178 y1[1] (numeric) -0.9999794730261684 absolute error 4.9404924595819466e-14 relative error 4.940593875022888e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.148999999999764 y2[1] (analytic) -0.007407278671479015 y2[1] (numeric) -0.00740727867176902 absolute error 2.900049991816367e-13 relative error 3.915135531464098e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.999972565735022 y1[1] (numeric) -0.9999725657349724 absolute error 4.96269692007445e-14 relative error 4.962833071751982e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.149999999999764 y2[1] (analytic) -0.008407247366912814 y2[1] (numeric) -0.008407247367202952 absolute error 2.901377055275489e-13 relative error 3.45104280705956e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.999964658471344 y1[1] (numeric) -0.999964658471294 absolute error 4.9960036108132044e-14 relative error 4.996180183458329e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.150999999999764 y2[1] (analytic) -0.009407207655099947 y2[1] (numeric) -0.009407207655390217 absolute error 2.9026954451172315e-13 relative error 3.085607920585858e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999557512430907 y1[1] (numeric) -0.9999557512430405 absolute error 5.0182080713057076e-14 relative error 5.018430130600623e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.151999999999764 y2[1] (analytic) -0.01040715853608021 y2[1] (numeric) -0.01040715853637061 absolute error 2.904013834958974e-13 relative error 2.790400304647182e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999458440591695 y1[1] (numeric) -0.999945844059119 absolute error 5.051514762044462e-14 relative error 5.051788346395238e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1529999999997638 y2[1] (analytic) -0.011407099009902801 y2[1] (numeric) -0.011407099010193336 absolute error 2.905349572035476e-13 relative error 2.5469662089487136e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999349369294875 y1[1] (numeric) -0.9999349369294368 absolute error 5.0737192225369654e-14 relative error 5.0740493557679835e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1539999999997637 y2[1] (analytic) -0.012407028076627335 y2[1] (numeric) -0.012407028076918002 absolute error 2.9066679618772184e-13 relative error 2.342759236075939e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999230298649521 y1[1] (numeric) -0.999923029864901 absolute error 5.10702591327572e-14 relative error 5.10741903200836e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1549999999997635 y2[1] (analytic) -0.013406944736324825 y2[1] (numeric) -0.013406944736615625 absolute error 2.9080036989537206e-13 relative error 2.169027885283039e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9999101228774699 y1[1] (numeric) -0.9999101228774187 absolute error 5.129230373768223e-14 relative error 5.129691415672131e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1559999999997634 y2[1] (analytic) -0.014406847989078696 y2[1] (numeric) -0.014406847989369628 absolute error 2.909322088795463e-13 relative error 2.0194022252479608e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998962159799484 y1[1] (numeric) -0.9998962159798968 absolute error 5.162537064506978e-14 relative error 5.1630729089692904e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1569999999997633 y2[1] (analytic) -0.01540673683498578 y2[1] (numeric) -0.015406736835276841 absolute error 2.9106231314024456e-13 relative error 1.88918858196693e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998813091862941 y1[1] (numeric) -0.9998813091862422 absolute error 5.1958437552457326e-14 relative error 5.196460527374117e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.157999999999763 y2[1] (analytic) -0.01640661027415731 y2[1] (numeric) -0.016406610274448504 absolute error 2.911941521244188e-13 relative error 1.7748587140092554e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.999865402511414 y1[1] (numeric) -0.9998654025113618 absolute error 5.218048215738236e-14 relative error 5.218750646468807e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.158999999999763 y2[1] (analytic) -0.017406467306719936 y2[1] (numeric) -0.01740646730701126 absolute error 2.913225216616411e-13 relative error 1.6736452982000155e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998484959712147 y1[1] (numeric) -0.9998484959711622 absolute error 5.2513549064769904e-14 relative error 5.2521506284569885e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.159999999999763 y2[1] (analytic) -0.018406306932816707 y2[1] (numeric) -0.018406306933108157 absolute error 2.9145089119886336e-13 relative error 1.5834294856793567e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998305895826027 y1[1] (numeric) -0.99983058958255 absolute error 5.2735593669694936e-14 relative error 5.274452914239237e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.160999999999763 y2[1] (analytic) -0.019406128152608074 y2[1] (numeric) -0.019406128152899656 absolute error 2.915827301830376e-13 relative error 1.502529138682672e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9998116833634845 y1[1] (numeric) -0.9998116833634315 absolute error 5.295763827461997e-14 relative error 5.296761295733635e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.161999999999763 y2[1] (analytic) -0.02040592996627291 y2[1] (numeric) -0.02040592996656462 absolute error 2.917110997202599e-13 relative error 1.429540825644322e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997917773327663 y1[1] (numeric) -0.999791777332713 absolute error 5.3290705182007514e-14 relative error 5.3301803825768484e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1629999999997627 y2[1] (analytic) -0.021405711374009477 y2[1] (numeric) -0.02140571137430132 absolute error 2.918429387044341e-13 relative error 1.3633881799358738e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997708715103539 y1[1] (numeric) -0.9997708715103004 absolute error 5.3512749786932545e-14 relative error 5.352501389252403e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1639999999997626 y2[1] (analytic) -0.022405471376036455 y2[1] (numeric) -0.022405471376328426 absolute error 2.919713082416564e-13 relative error 1.3031250418321096e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997489659171535 y1[1] (numeric) -0.9997489659170996 absolute error 5.384581669432009e-14 relative error 5.385933722364275e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1649999999997624 y2[1] (analytic) -0.023405208972593926 y2[1] (numeric) -0.023405208972886025 absolute error 2.920996777788787e-13 relative error 1.2480114068663503e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9997260605750703 y1[1] (numeric) -0.9997260605750162 absolute error 5.4067861299245124e-14 relative error 5.4082676676592565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1659999999997623 y2[1] (analytic) -0.024404923163944374 y2[1] (numeric) -0.024404923164236602 absolute error 2.9222804731610097e-13 relative error 1.1974143305144112e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.99970215550701 y1[1] (numeric) -0.9997021555069556 absolute error 5.440092820663267e-14 relative error 5.441713605092973e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1669999999997622 y2[1] (analytic) -0.02540461295037369 y2[1] (numeric) -0.02540461295066605 absolute error 2.923598863002752e-13 relative error 1.1508141724945065e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996772507368774 y1[1] (numeric) -0.9996772507368228 absolute error 5.46229728115577e-14 relative error 5.464060802753516e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.167999999999762 y2[1] (analytic) -0.026404277332192173 y2[1] (numeric) -0.02640427733248466 absolute error 2.924882558374975e-13 relative error 1.1077305853051882e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996513462895774 y1[1] (numeric) -0.9996513462895225 absolute error 5.495603971894525e-14 relative error 5.497520702885711e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.168999999999762 y2[1] (analytic) -0.027403915309735526 y2[1] (numeric) -0.027403915310028143 absolute error 2.9261662537471977e-13 relative error 1.0677913067070553e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9996244421910144 y1[1] (numeric) -0.9996244421909591 absolute error 5.5289106626332796e-14 relative error 5.530987868318631e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.169999999999762 y2[1] (analytic) -0.02840352588336585 y2[1] (numeric) -0.028403525883658597 absolute error 2.9274499491194206e-13 relative error 1.0306642777873724e-09% Correct digits 10 h 0.001 y1[1] (analytic) -0.9995965384680926 y1[1] (numeric) -0.999596538468037 absolute error 5.562217353372034e-14 relative error 5.564462399896138e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.170999999999762 y2[1] (analytic) -0.02940310805347266 y2[1] (numeric) -0.029403108053765534 absolute error 2.9287336444916434e-13 relative error 9.960626064310724e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995676351487156 y1[1] (numeric) -0.9995676351486597 absolute error 5.595524044110789e-14 relative error 5.597944398508148e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1719999999997617 y2[1] (analytic) -0.030402660820473867 y2[1] (numeric) -0.03040266082076687 absolute error 2.9300173398638663e-13 relative error 9.63737140365926e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995377322617867 y1[1] (numeric) -0.9995377322617305 absolute error 5.617728504603292e-14 relative error 5.6203266002688186e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1729999999997616 y2[1] (analytic) -0.03140218318481679 y2[1] (numeric) -0.031402183185109914 absolute error 2.9312663407665696e-13 relative error 9.334594106131642e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9995068298372088 y1[1] (numeric) -0.9995068298371523 absolute error 5.651035195342047e-14 relative error 5.653823492394183e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1739999999997615 y2[1] (analytic) -0.03240167414697914 y2[1] (numeric) -0.032401674147272394 absolute error 2.932515341669273e-13 relative error 9.050505626243006e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994749279058844 y1[1] (numeric) -0.9994749279058276 absolute error 5.684341886080802e-14 relative error 5.6873281433789676e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1749999999997613 y2[1] (analytic) -0.03340113270747004 y2[1] (numeric) -0.033401132707763424 absolute error 2.933833731511015e-13 relative error 8.78363544495865e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994420264997155 y1[1] (numeric) -0.9994420264996583 absolute error 5.717648576819556e-14 relative error 5.720840654304009e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1759999999997612 y2[1] (analytic) -0.03440055786683102 y2[1] (numeric) -0.03440055786712453 absolute error 2.9350827324137185e-13 relative error 8.532078880161772e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9994081256516033 y1[1] (numeric) -0.9994081256515458 absolute error 5.750955267558311e-14 relative error 5.754361126300379e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.176999999999761 y2[1] (analytic) -0.03539994862563701 y2[1] (numeric) -0.035399948625930634 absolute error 2.936262344377383e-13 relative error 8.294538434021656e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9993732253954487 y1[1] (numeric) -0.9993732253953909 absolute error 5.784261958297066e-14 relative error 5.787889660550244e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.177999999999761 y2[1] (analytic) -0.03639930398449731 y2[1] (numeric) -0.03639930398479106 absolute error 2.937511345280086e-13 relative error 8.070240426935609e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.999337325766152 y1[1] (numeric) -0.9993373257660939 absolute error 5.806466418789569e-14 relative error 5.810316766000893e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.178999999999761 y2[1] (analytic) -0.037398622944056666 y2[1] (numeric) -0.03739862294435054 absolute error 2.9387603461827894e-13 relative error 7.857937311164589e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9993004267996128 y1[1] (numeric) -0.9993004267995544 absolute error 5.839773109528323e-14 relative error 5.843861318293381e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.179999999999761 y2[1] (analytic) -0.03839790450499619 y2[1] (numeric) -0.038397904505290195 absolute error 2.9400787360245317e-13 relative error 7.656872878680086e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9992625285327301 y1[1] (numeric) -0.9992625285326714 absolute error 5.873079800267078e-14 relative error 5.877414225559754e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1809999999997607 y2[1] (analytic) -0.03939714766803441 y2[1] (numeric) -0.03939714766832854 absolute error 2.941258347988196e-13 relative error 7.46566318143544e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9992236310034021 y1[1] (numeric) -0.9992236310033431 absolute error 5.895284260759581e-14 relative error 5.899864732822266e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1819999999997606 y2[1] (analytic) -0.040396351433928245 y2[1] (numeric) -0.0403963514342225 absolute error 2.9425767378299383e-13 relative error 7.284263636142435e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9991837342505264 y1[1] (numeric) -0.9991837342504671 absolute error 5.928590951498336e-14 relative error 5.9334342106212205e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1829999999997605 y2[1] (analytic) -0.04139551480347402 y2[1] (numeric) -0.04139551480376839 absolute error 2.9437563497936026e-13 relative error 7.111293007875711e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9991428383139997 y1[1] (numeric) -0.9991428383139401 absolute error 5.96189764223709e-14 relative error 5.967012336591908e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1839999999997604 y2[1] (analytic) -0.04239463677750843 y2[1] (numeric) -0.04239463677780293 absolute error 2.945005350696306e-13 relative error 6.946646025420638e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.999100943234718 y1[1] (numeric) -0.999100943234658 absolute error 5.995204332975845e-14 relative error 6.000599212293404e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1849999999997602 y2[1] (analytic) -0.0433937163569096 y2[1] (numeric) -0.04339371635720422 absolute error 2.946254351599009e-13 relative error 6.789587523148097e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9990580490545763 y1[1] (numeric) -0.999058049054516 absolute error 6.0285110237146e-14 relative error 6.0341949393425846e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18599999999976 y2[1] (analytic) -0.04439275254259803 y2[1] (numeric) -0.04439275254289277 absolute error 2.9474339635626734e-13 relative error 6.639448546774384e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9990141558164687 y1[1] (numeric) -0.9990141558164082 absolute error 6.050715484207103e-14 relative error 6.0566864332988435e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18699999999976 y2[1] (analytic) -0.045391744335537616 y2[1] (numeric) -0.045391744335832485 absolute error 2.9486829644653767e-13 relative error 6.496077662644098e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9989692635642886 y1[1] (numeric) -0.9989692635642278 absolute error 6.084022174945858e-14 relative error 6.0902996687188075e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18799999999976 y2[1] (analytic) -0.04639069073673665 y2[1] (numeric) -0.04639069073703164 absolute error 2.94993196536808e-13 relative error 6.358887782268001e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9989233723429283 y1[1] (numeric) -0.9989233723428671 absolute error 6.117328865684613e-14 relative error 6.123922049532891e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.18899999999976 y2[1] (analytic) -0.047389590747248814 y2[1] (numeric) -0.047389590747543925 absolute error 2.951111577331744e-13 relative error 6.227341343949188e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9988764821982787 y1[1] (numeric) -0.9988764821982173 absolute error 6.139533326177116e-14 relative error 6.146438959765605e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1899999999997597 y2[1] (analytic) -0.048388443368174175 y2[1] (numeric) -0.04838844336846941 absolute error 2.9523605782344475e-13 relative error 6.101375396126631e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9988285931772303 y1[1] (numeric) -0.9988285931771685 absolute error 6.17284001691587e-14 relative error 6.180079404095086e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1909999999997596 y2[1] (analytic) -0.049387247600660204 y2[1] (numeric) -0.04938724760095556 absolute error 2.953540190198112e-13 relative error 5.980370102987131e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9987797053276719 y1[1] (numeric) -0.9987797053276098 absolute error 6.206146707654625e-14 relative error 6.213729288400549e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1919999999997595 y2[1] (analytic) -0.05038600244590275 y2[1] (numeric) -0.05038600244619822 absolute error 2.954719802161776e-13 relative error 5.864167940955684e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9987298186984914 y1[1] (numeric) -0.998729818698429 absolute error 6.23945339839338e-14 relative error 6.247388714722075e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1929999999997594 y2[1] (analytic) -0.05138470690514704 y2[1] (numeric) -0.05138470690544264 absolute error 2.9559688030644793e-13 relative error 5.752623652249321e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9986789333395755 y1[1] (numeric) -0.9986789333395127 absolute error 6.272760089132134e-14 relative error 6.281057785164315e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1939999999997593 y2[1] (analytic) -0.052383359979688716 y2[1] (numeric) -0.05238335997998443 absolute error 2.9571484150281435e-13 relative error 5.645205683970554e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9986270493018093 y1[1] (numeric) -0.9986270493017464 absolute error 6.294964549624638e-14 relative error 6.303619107879929e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.194999999999759 y2[1] (analytic) -0.05338196067087478 y2[1] (numeric) -0.05338196067117061 absolute error 2.9583280269918077e-13 relative error 5.541812233595745e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9985741666370772 y1[1] (numeric) -0.9985741666370139 absolute error 6.328271240363392e-14 relative error 6.3373071843779685e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.195999999999759 y2[1] (analytic) -0.05438050798010461 y2[1] (numeric) -0.05438050798040057 absolute error 2.959577027894511e-13 relative error 5.442348991990453e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9985202853982615 y1[1] (numeric) -0.998520285398198 absolute error 6.350475700855895e-14 relative error 6.359886517801686e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.196999999999759 y2[1] (analytic) -0.055379000908831 y2[1] (numeric) -0.05537900090912708 absolute error 2.9607566398581753e-13 relative error 5.34635257276019e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9984654056392438 y1[1] (numeric) -0.99846540563918 absolute error 6.38378239159465e-14 relative error 6.393593964838056e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.197999999999759 y2[1] (analytic) -0.056377438458561094 y2[1] (numeric) -0.05637743845885729 absolute error 2.9619362518218395e-13 relative error 5.253761669216208e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9984095274149036 y1[1] (numeric) -0.9984095274148395 absolute error 6.417089082333405e-14 relative error 6.4273115451418266e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1989999999997587 y2[1] (analytic) -0.05737581963085743 y2[1] (numeric) -0.05737581963115374 absolute error 2.9631158637855037e-13 relative error 5.164398317705082e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9983526507811192 y1[1] (numeric) -0.9983526507810547 absolute error 6.45039577307216e-14 relative error 6.461039361217018e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.1999999999997586 y2[1] (analytic) -0.05837414342733891 y2[1] (numeric) -0.05837414342763535 absolute error 2.964364864688207e-13 relative error 5.078215611639928e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9982947757947672 y1[1] (numeric) -0.9982947757947024 absolute error 6.483702463810914e-14 relative error 6.494777515638182e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2009999999997585 y2[1] (analytic) -0.05937240884968183 y2[1] (numeric) -0.05937240884997839 absolute error 2.9655444766518713e-13 relative error 4.99481919987446e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9982359025137225 y1[1] (numeric) -0.9982359025136575 absolute error 6.505906924303417e-14 relative error 6.517404260776908e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2019999999997584 y2[1] (analytic) -0.06037061489962085 y2[1] (numeric) -0.060370614899917525 absolute error 2.9667240886155355e-13 relative error 4.914185640726624e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9981760309968586 y1[1] (numeric) -0.9981760309967932 absolute error 6.539213615042172e-14 relative error 6.551162732801337e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2029999999997583 y2[1] (analytic) -0.06136876057895001 y2[1] (numeric) -0.06136876057924679 absolute error 2.9678343116401606e-13 relative error 4.836066890779203e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9981151613040469 y1[1] (numeric) -0.9981151613039811 absolute error 6.572520305780927e-14 relative error 6.5849318401234055e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.203999999999758 y2[1] (analytic) -0.06236684488952369 y2[1] (numeric) -0.0623668448898206 absolute error 2.969083312542864e-13 relative error 4.760675833132625e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.998053293496157 y1[1] (numeric) -0.998053293496091 absolute error 6.605826996519681e-14 relative error 6.6187116856051105e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.204999999999758 y2[1] (analytic) -0.06336486683325769 y2[1] (numeric) -0.0633648668335547 absolute error 2.97012414662845e-13 relative error 4.687335893002382e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9979904276350567 y1[1] (numeric) -0.9979904276349905 absolute error 6.628031457012185e-14 relative error 6.641377786276634e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.205999999999758 y2[1] (analytic) -0.06436282541213012 y2[1] (numeric) -0.06436282541242726 absolute error 2.9713731475311533e-13 relative error 4.6165983679317384e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9979265637836121 y1[1] (numeric) -0.9979265637835455 absolute error 6.661338147750939e-14 relative error 6.675178705028807e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.206999999999758 y2[1] (analytic) -0.06536071962818252 y2[1] (numeric) -0.06536071962847977 absolute error 2.9724833705557785e-13 relative error 4.547813101608034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9978617020056868 y1[1] (numeric) -0.9978617020056199 absolute error 6.694644838489694e-14 relative error 6.7089906597613274e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2079999999997577 y2[1] (analytic) -0.06635854848352073 y2[1] (numeric) -0.06635854848381809 absolute error 2.9735935935804036e-13 relative error 4.4811010209466176e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9977958423661427 y1[1] (numeric) -0.9977958423660754 absolute error 6.727951529228449e-14 relative error 6.742813753637206e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2089999999997576 y2[1] (analytic) -0.06735631098031598 y2[1] (numeric) -0.06735631098061345 absolute error 2.974703816605029e-13 relative error 4.4163698594989084e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9977289849308393 y1[1] (numeric) -0.9977289849307718 absolute error 6.750155989720952e-14 relative error 6.7655205889291265e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2099999999997575 y2[1] (analytic) -0.06835400612080587 y2[1] (numeric) -0.06835400612110346 absolute error 2.975814039629654e-13 relative error 4.3535327459378614e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9976611297666341 y1[1] (numeric) -0.9976611297665663 absolute error 6.783462680459706e-14 relative error 6.7993655140663305e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2109999999997574 y2[1] (analytic) -0.06935163290729535 y2[1] (numeric) -0.06935163290759304 absolute error 2.976924262654279e-13 relative error 4.292507815401598e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9975922769413824 y1[1] (numeric) -0.9975922769413142 absolute error 6.816769371198461e-14 relative error 6.833221877076548e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2119999999997573 y2[1] (analytic) -0.07034919034215768 y2[1] (numeric) -0.07034919034245549 absolute error 2.9780344856789043e-13 relative error 4.2332178539576987e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9975224265239367 y1[1] (numeric) -0.9975224265238684 absolute error 6.838973831690964e-14 relative error 6.8559599762811495e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.212999999999757 y2[1] (analytic) -0.07134667742783554 y2[1] (numeric) -0.07134667742813346 absolute error 2.9791447087035294e-13 relative error 4.175589972941377e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9974515785841478 y1[1] (numeric) -0.9974515785840791 absolute error 6.872280522429719e-14 relative error 6.8898387350137965e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.213999999999757 y2[1] (analytic) -0.07234409316684191 y2[1] (numeric) -0.07234409316713995 absolute error 2.9803937096062327e-13 relative error 4.1197471405616597e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9973797331928633 y1[1] (numeric) -0.9973797331927943 absolute error 6.905587213168474e-14 relative error 6.923729231054207e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.214999999999757 y2[1] (analytic) -0.07334143656176115 y2[1] (numeric) -0.0733414365620593 absolute error 2.981503932630858e-13 relative error 4.065237977879149e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9973068904219289 y1[1] (numeric) -0.9973068904218595 absolute error 6.938893903907228e-14 relative error 6.9576315681240335e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.215999999999757 y2[1] (analytic) -0.07433870661524994 y2[1] (numeric) -0.0743387066155482 absolute error 2.982614155655483e-13 relative error 4.01219538442121e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.997233050344187 y1[1] (numeric) -0.9972330503441174 absolute error 6.961098364399732e-14 relative error 6.980412815236282e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2169999999997567 y2[1] (analytic) -0.0753359023300383 y2[1] (numeric) -0.07533590233033668 absolute error 2.9838631565581863e-13 relative error 3.9607452280669716e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.997158213033478 y1[1] (numeric) -0.997158213033408 absolute error 6.994405055138486e-14 relative error 7.0143383103275515e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2179999999997566 y2[1] (analytic) -0.07633302270893062 y2[1] (numeric) -0.0763330227092291 absolute error 2.9848346017047334e-13 relative error 3.910279582516154e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9970823785646389 y1[1] (numeric) -0.9970823785645687 absolute error 7.016609515630989e-14 relative error 7.037141229726503e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2189999999997565 y2[1] (analytic) -0.07733006675480658 y2[1] (numeric) -0.07733006675510519 absolute error 2.9860836026074367e-13 relative error 3.861478113132279e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9970055470135044 y1[1] (numeric) -0.9970055470134339 absolute error 7.049916206369744e-14 relative error 7.071090253697709e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2199999999997564 y2[1] (analytic) -0.07832703347062224 y2[1] (numeric) -0.07832703347092096 absolute error 2.987193825632062e-13 relative error 3.813745642176599e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.996927718456906 y1[1] (numeric) -0.9969277184568351 absolute error 7.083222897108499e-14 relative error 7.105051616051223e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2209999999997563 y2[1] (analytic) -0.07932392185941095 y2[1] (numeric) -0.07932392185970978 absolute error 2.988304048656687e-13 relative error 3.767216721776542e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9968488929726722 y1[1] (numeric) -0.996848892972601 absolute error 7.116529587847253e-14 relative error 7.1390254210197e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.221999999999756 y2[1] (analytic) -0.08032073092428442 y2[1] (numeric) -0.08032073092458336 absolute error 2.989414271681312e-13 relative error 3.7218464489564094e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9967690706396285 y1[1] (numeric) -0.996769070639557 absolute error 7.149836278586008e-14 relative error 7.173011772925444e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.222999999999756 y2[1] (analytic) -0.08131745966843365 y2[1] (numeric) -0.0813174596687327 absolute error 2.9905244947059373e-13 relative error 3.6775921270777457e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9966882515375972 y1[1] (numeric) -0.9966882515375254 absolute error 7.183142969324763e-14 relative error 7.207010776181301e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.223999999999756 y2[1] (analytic) -0.08231410709513 y2[1] (numeric) -0.08231410709542916 absolute error 2.9916347177305624e-13 relative error 3.6344131319715893e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9966064357473975 y1[1] (numeric) -0.9966064357473253 absolute error 7.216449660063518e-14 relative error 7.241022535291572e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.224999999999756 y2[1] (analytic) -0.0833106722077261 y2[1] (numeric) -0.08331067220802538 absolute error 2.9927449407551876e-13 relative error 3.592270787700648e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.996523623350845 y1[1] (numeric) -0.9965236233507726 absolute error 7.238654120556021e-14 relative error 7.263906194431997e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2259999999997557 y2[1] (analytic) -0.08430715400965694 y2[1] (numeric) -0.08430715400995632 absolute error 2.993855163779813e-13 relative error 3.5511282511527816e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9964398144307522 y1[1] (numeric) -0.9964398144306795 absolute error 7.271960811294775e-14 relative error 7.297942842086366e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2269999999997556 y2[1] (analytic) -0.0853035515044408 y2[1] (numeric) -0.08530355150474028 absolute error 2.99482660892636e-13 relative error 3.5107877176373517e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9963550090709281 y1[1] (numeric) -0.9963550090708551 absolute error 7.30526750203353e-14 relative error 7.331992548364341e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2279999999997555 y2[1] (analytic) -0.08629986369568025 y2[1] (numeric) -0.08629986369597985 absolute error 2.995936831950985e-13 relative error 3.4715429476407696e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9962692073561779 y1[1] (numeric) -0.9962692073561046 absolute error 7.327471962526033e-14 relative error 7.354911612666532e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2289999999997554 y2[1] (analytic) -0.08729608958706321 y2[1] (numeric) -0.08729608958736292 absolute error 2.99704705497561e-13 relative error 3.4331973736195346e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9961824093723034 y1[1] (numeric) -0.9961824093722298 absolute error 7.360778653264788e-14 relative error 7.388986779944077e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2299999999997553 y2[1] (analytic) -0.08829222818236386 y2[1] (numeric) -0.08829222818266366 absolute error 2.998018500122157e-13 relative error 3.3955633036351476e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9960946152061025 y1[1] (numeric) -0.9960946152060286 absolute error 7.394085344003543e-14 relative error 7.423075309440989e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.230999999999755 y2[1] (analytic) -0.08928827848544367 y2[1] (numeric) -0.0892882784857436 absolute error 2.9992675010248604e-13 relative error 3.3590831315152076e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9960058249453694 y1[1] (numeric) -0.9960058249452952 absolute error 7.416289804496046e-14 relative error 7.446030553990814e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.231999999999755 y2[1] (analytic) -0.09028423950025245 y2[1] (numeric) -0.09028423950055248 absolute error 3.0002389461714074e-13 relative error 3.323103747429825e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9959160386788943 y1[1] (numeric) -0.9959160386788198 absolute error 7.4495964952348e-14 relative error 7.480145118575319e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.232999999999755 y2[1] (analytic) -0.09128011023082926 y2[1] (numeric) -0.09128011023112938 absolute error 3.0012103913179544e-13 relative error 3.2879127596674563e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9958252564964637 y1[1] (numeric) -0.9958252564963889 absolute error 7.482903185973555e-14 relative error 7.514273349824531e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.233999999999755 y2[1] (analytic) -0.09227588968130343 y2[1] (numeric) -0.09227588968160366 absolute error 3.0023206143425796e-13 relative error 3.2536349686920413e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9957334784888594 y1[1] (numeric) -0.9957334784887844 absolute error 7.505107646466058e-14 relative error 7.537265552079184e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2349999999997547 y2[1] (analytic) -0.09327157685589561 y2[1] (numeric) -0.09327157685619596 absolute error 3.0034308373672047e-13 relative error 3.2200922709900133e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9956407047478597 y1[1] (numeric) -0.9956407047477843 absolute error 7.538414337204813e-14 relative error 7.571420394181126e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2359999999997546 y2[1] (analytic) -0.0942671707589187 y2[1] (numeric) -0.09426717075921916 absolute error 3.00454106039183e-13 relative error 3.1872613086858423e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9955469353662382 y1[1] (numeric) -0.9955469353661625 absolute error 7.571721027943568e-14 relative error 7.605589208265817e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2369999999997545 y2[1] (analytic) -0.0952626703947789 y2[1] (numeric) -0.09526267039507946 absolute error 3.005651283416455e-13 relative error 3.1551197031961294e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9954521704377642 y1[1] (numeric) -0.9954521704376882 absolute error 7.605027718682322e-14 relative error 7.639772100087846e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2379999999997544 y2[1] (analytic) -0.09625807476797664 y2[1] (numeric) -0.09625807476827732 absolute error 3.00676150644108e-13 relative error 3.123646004440322e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9953564100572029 y1[1] (numeric) -0.9953564100571265 absolute error 7.638334409421077e-14 relative error 7.673969175505791e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2389999999997543 y2[1] (analytic) -0.09725338288310763 y2[1] (numeric) -0.09725338288340842 absolute error 3.0078717294657054e-13 relative error 3.092819643179894e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9952596543203144 y1[1] (numeric) -0.9952596543202377 absolute error 7.671641100159832e-14 relative error 7.708180540483148e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.239999999999754 y2[1] (analytic) -0.09824859374486385 y2[1] (numeric) -0.09824859374516473 absolute error 3.0088431746122524e-13 relative error 3.062479634493034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9951619033238545 y1[1] (numeric) -0.9951619033237774 absolute error 7.704947790898586e-14 relative error 7.742406301089255e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.240999999999754 y2[1] (analytic) -0.0992437063580345 y2[1] (numeric) -0.09924370635833549 absolute error 3.0098146197587994e-13 relative error 3.0327511236838575e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9950631571655743 y1[1] (numeric) -0.9950631571654968 absolute error 7.749356711883593e-14 relative error 7.787803875642974e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.241999999999754 y2[1] (analytic) -0.10023871972750707 y2[1] (numeric) -0.10023871972780816 absolute error 3.0109248427834245e-13 relative error 3.0037542887303855e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9949634159442197 y1[1] (numeric) -0.994963415944142 absolute error 7.771561172376096e-14 relative error 7.81090143399985e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.242999999999754 y2[1] (analytic) -0.10123363285826827 y2[1] (numeric) -0.10123363285856947 absolute error 3.0120350658080497e-13 relative error 2.9753304122010883e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9948626797595321 y1[1] (numeric) -0.9948626797594541 absolute error 7.80486786311485e-14 relative error 7.845171018980591e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2439999999997537 y2[1] (analytic) -0.10222844475540505 y2[1] (numeric) -0.10222844475570635 absolute error 3.0130065109545967e-13 relative error 2.947326957935836e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9947609487122477 y1[1] (numeric) -0.9947609487121694 absolute error 7.838174553853605e-14 relative error 7.879455424944447e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2449999999997536 y2[1] (analytic) -0.10322315442410558 y2[1] (numeric) -0.103223154424407 absolute error 3.014116733979222e-13 relative error 2.9200006052860355e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9946582229040974 y1[1] (numeric) -0.9946582229040188 absolute error 7.860379014346108e-14 relative error 7.902592904119577e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2459999999997535 y2[1] (analytic) -0.1042177608696603 y2[1] (numeric) -0.10421776086996182 absolute error 3.015226957003847e-13 relative error 2.893198752153996e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9945545024378072 y1[1] (numeric) -0.9945545024377282 absolute error 7.893685705084863e-14 relative error 7.936906107947042e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2469999999997534 y2[1] (analytic) -0.10521226309746283 y2[1] (numeric) -0.10521226309776445 absolute error 3.016198402150394e-13 relative error 2.8667745691929034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9944497874170974 y1[1] (numeric) -0.9944497874170182 absolute error 7.926992395823618e-14 relative error 7.97123444152222e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2479999999997533 y2[1] (analytic) -0.10620666011301103 y2[1] (numeric) -0.10620666011331276 absolute error 3.017308625175019e-13 relative error 2.8409787314320966e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9943440779466831 y1[1] (numeric) -0.9943440779466035 absolute error 7.960299086562372e-14 relative error 8.005578011788797e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.248999999999753 y2[1] (analytic) -0.10720095092190797 y2[1] (numeric) -0.1072009509222098 absolute error 3.018280070321566e-13 relative error 2.815534791776497e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9942373741322736 y1[1] (numeric) -0.9942373741321938 absolute error 7.982503547054876e-14 relative error 8.028770346741039e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.249999999999753 y2[1] (analytic) -0.10819513452986292 y2[1] (numeric) -0.10819513453016485 absolute error 3.0193902933461914e-13 relative error 2.7906895318964735e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9941296760805729 y1[1] (numeric) -0.9941296760804927 absolute error 8.01581023779363e-14 relative error 8.063143501958954e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.250999999999753 y2[1] (analytic) -0.10918920994269235 y2[1] (numeric) -0.10918920994299439 absolute error 3.0203617384927384e-13 relative error 2.7661723535484566e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.994020983899279 y1[1] (numeric) -0.9940209838991985 absolute error 8.049116928532385e-14 relative error 8.097532203955945e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.251999999999753 y2[1] (analytic) -0.11018317616632094 y2[1] (numeric) -0.11018317616662308 absolute error 3.0214719615173635e-13 relative error 2.742226233301232e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.993911297697084 y1[1] (numeric) -0.9939112976970031 absolute error 8.08242361927114e-14 relative error 8.131936560131982e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2529999999997528 y2[1] (analytic) -0.11117703220678254 y2[1] (numeric) -0.11117703220708479 absolute error 3.0224434066639105e-13 relative error 2.718586156394559e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9938006175836741 y1[1] (numeric) -0.993800617583593 absolute error 8.115730310009894e-14 relative error 8.166356678004963e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2539999999997526 y2[1] (analytic) -0.11217077707022122 y2[1] (numeric) -0.11217077707052356 absolute error 3.0234148518104575e-13 relative error 2.6953676623972546e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9936889436697295 y1[1] (numeric) -0.993688943669648 absolute error 8.149037000748649e-14 relative error 8.200792665211669e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2549999999997525 y2[1] (analytic) -0.11316440976289216 y2[1] (numeric) -0.1131644097631946 absolute error 3.0243862969570046e-13 relative error 2.6725596000490374e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9935762760669239 y1[1] (numeric) -0.9935762760668422 absolute error 8.171241461241152e-14 relative error 8.224070620513453e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2559999999997524 y2[1] (analytic) -0.11415792929116277 y2[1] (numeric) -0.11415792929146532 absolute error 3.0254965199816297e-13 relative error 2.6502727745394034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9934626148879252 y1[1] (numeric) -0.993462614887843 absolute error 8.215650382226158e-14 relative error 8.269712678773508e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2569999999997523 y2[1] (analytic) -0.1151513346615136 y2[1] (numeric) -0.11515133466181625 absolute error 3.0264679651281767e-13 relative error 2.6282526155901314e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9933479602463943 y1[1] (numeric) -0.9933479602463119 absolute error 8.237854842718662e-14 relative error 8.293020343722565e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.257999999999752 y2[1] (analytic) -0.11614462488053937 y2[1] (numeric) -0.11614462488084211 absolute error 3.0274394102747237e-13 relative error 2.6066117251561134e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9932323122569859 y1[1] (numeric) -0.9932323122569032 absolute error 8.271161533457416e-14 relative error 8.32751958568718e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.258999999999752 y2[1] (analytic) -0.11713779895494993 y2[1] (numeric) -0.11713779895525278 absolute error 3.028549633299349e-13 relative error 2.5854588871557167e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9931156710353481 y1[1] (numeric) -0.9931156710352651 absolute error 8.304468224196171e-14 relative error 8.362035225502537e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.259999999999752 y2[1] (analytic) -0.11813085589157131 y2[1] (numeric) -0.11813085589187425 absolute error 3.029382300567818e-13 relative error 2.564429316713319e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.992998036698122 y1[1] (numeric) -0.9929980366980387 absolute error 8.337774914934926e-14 relative error 8.39656737153214e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.260999999999752 y2[1] (analytic) -0.11912379469734663 y2[1] (numeric) -0.11912379469764967 absolute error 3.030353745714365e-13 relative error 2.5438693868118216e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.992879409362942 y1[1] (numeric) -0.9928794093628582 absolute error 8.37108160567368e-14 relative error 8.431116132265036e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2619999999997518 y2[1] (analytic) -0.12011661437933718 y2[1] (numeric) -0.12011661437964032 absolute error 3.031325190860912e-13 relative error 2.52365187490863e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9927597891484352 y1[1] (numeric) -0.9927597891483513 absolute error 8.393286066166183e-14 relative error 8.454498417352034e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2629999999997517 y2[1] (analytic) -0.12110931394472337 y2[1] (numeric) -0.1211093139450266 absolute error 3.032296636007459e-13 relative error 2.503768320734983e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9926391761742221 y1[1] (numeric) -0.9926391761741379 absolute error 8.426592756904938e-14 relative error 8.489079374624595e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2639999999997515 y2[1] (analytic) -0.1221018924008057 y2[1] (numeric) -0.12210189240110902 absolute error 3.033268081154006e-13 relative error 2.484210540486259e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9925175705609156 y1[1] (numeric) -0.992517570560831 absolute error 8.459899447643693e-14 relative error 8.523677261312995e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2649999999997514 y2[1] (analytic) -0.1230943487550058 y2[1] (numeric) -0.12309434875530922 absolute error 3.034239526300553e-13 relative error 2.464970615620696e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9923949724301212 y1[1] (numeric) -0.9923949724300363 absolute error 8.493206138382448e-14 relative error 8.558292186411182e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2659999999997513 y2[1] (analytic) -0.12408668201486742 y2[1] (numeric) -0.12408668201517092 absolute error 3.0350721935690217e-13 relative error 2.4459290427359283e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9922713819044371 y1[1] (numeric) -0.9922713819043518 absolute error 8.526512829121202e-14 relative error 8.592924259043447e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.266999999999751 y2[1] (analytic) -0.12507889118805735 y2[1] (numeric) -0.12507889118836096 absolute error 3.036182416593647e-13 relative error 2.427413920730011e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9921467991074537 y1[1] (numeric) -0.9921467991073681 absolute error 8.559819519859957e-14 relative error 8.627573588465403e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.267999999999751 y2[1] (analytic) -0.12607097528236652 y2[1] (numeric) -0.12607097528267022 absolute error 3.0370150838621157e-13 relative error 2.408972467342292e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9920212241637539 y1[1] (numeric) -0.992021224163668 absolute error 8.593126210598712e-14 relative error 8.662240284064966e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.268999999999751 y2[1] (analytic) -0.12706293330571092 y2[1] (numeric) -0.1270629333060147 absolute error 3.0378477511305846e-13 relative error 2.3908213607988906e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9918946571989127 y1[1] (numeric) -0.9918946571988264 absolute error 8.626432901337466e-14 relative error 8.696924455363345e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.269999999999751 y2[1] (analytic) -0.1280547642661326 y2[1] (numeric) -0.12805476426643647 absolute error 3.0386804183990535e-13 relative error 2.372953818480232e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9917670983394968 y1[1] (numeric) -0.9917670983394102 absolute error 8.659739592076221e-14 relative error 8.73162621201602e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2709999999997508 y2[1] (analytic) -0.12904646717180068 y2[1] (numeric) -0.12904646717210466 absolute error 3.0397906414236786e-13 relative error 2.355578349445846e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9916385477130654 y1[1] (numeric) -0.9916385477129784 absolute error 8.693046282814976e-14 relative error 8.76634566381373e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2719999999997507 y2[1] (analytic) -0.13003804103101232 y2[1] (numeric) -0.13003804103131641 absolute error 3.040900864448304e-13 relative error 2.3384702202050935e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9915090054481688 y1[1] (numeric) -0.9915090054480815 absolute error 8.72635297355373e-14 relative error 8.801082920683468e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2729999999997506 y2[1] (analytic) -0.13102948485219382 y2[1] (numeric) -0.131029484852498 absolute error 3.0417335317167726e-13 relative error 2.321411501501332e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9913784716743493 y1[1] (numeric) -0.9913784716742617 absolute error 8.759659664292485e-14 relative error 8.83583809268947e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2739999999997504 y2[1] (analytic) -0.13202079764390134 y2[1] (numeric) -0.13202079764420563 absolute error 3.042843754741398e-13 relative error 2.3048215198251083e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9912469465221408 y1[1] (numeric) -0.9912469465220529 absolute error 8.79296635503124e-14 relative error 8.87061129003421e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2749999999997503 y2[1] (analytic) -0.13301197841482224 y2[1] (numeric) -0.13301197841512663 absolute error 3.043953977766023e-13 relative error 2.2884810932387567e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9911144301230685 y1[1] (numeric) -0.9911144301229802 absolute error 8.837375276016246e-14 relative error 8.916604387365132e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2759999999997502 y2[1] (analytic) -0.1340030261737758 y2[1] (numeric) -0.13400302617408028 absolute error 3.044786645034492e-13 relative error 2.272177526114968e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9909809226096487 y1[1] (numeric) -0.9909809226095599 absolute error 8.870681966755001e-14 relative error 8.951415475683378e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27699999999975 y2[1] (analytic) -0.13499393992971437 y2[1] (numeric) -0.13499393993001893 absolute error 3.0456193123029607e-13 relative error 2.2561155811058525e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9908464241153887 y1[1] (numeric) -0.9908464241152997 absolute error 8.903988657493755e-14 relative error 8.986244932400185e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27799999999975 y2[1] (analytic) -0.13598471869172424 y2[1] (numeric) -0.1359847186920289 absolute error 3.046729535327586e-13 relative error 2.2404940530373018e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9907109347747872 y1[1] (numeric) -0.9907109347746978 absolute error 8.93729534823251e-14 relative error 9.021092868288746e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27899999999975 y2[1] (analytic) -0.13697536146902675 y2[1] (numeric) -0.1369753614693315 absolute error 3.0475622025960547e-13 relative error 2.2248980910958777e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9905744547233335 y1[1] (numeric) -0.9905744547232438 absolute error 8.970602038971265e-14 relative error 9.055959394265568e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.27999999999975 y2[1] (analytic) -0.13796586727097923 y2[1] (numeric) -0.13796586727128407 absolute error 3.0483948698645236e-13 relative error 2.20952829142672e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9904369840975076 y1[1] (numeric) -0.9904369840974176 absolute error 8.992806499463768e-14 relative error 9.07963519522453e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2809999999997497 y2[1] (analytic) -0.13895623510707591 y2[1] (numeric) -0.13895623510738084 absolute error 3.0492275371329924e-13 relative error 2.1943797878399196e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9902985230347802 y1[1] (numeric) -0.9902985230346899 absolute error 9.026113190202523e-14 relative error 9.11453766743174e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2819999999997496 y2[1] (analytic) -0.13994646398694907 y2[1] (numeric) -0.13994646398725408 absolute error 3.0500602044014613e-13 relative error 2.1794478527774017e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9901590716736123 y1[1] (numeric) -0.9901590716735217 absolute error 9.059419880941277e-14 relative error 9.14945905169422e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2829999999997495 y2[1] (analytic) -0.1409365529203699 y2[1] (numeric) -0.140936552920675 absolute error 3.05089287166993e-13 relative error 2.1647278924110658e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9900186301534551 y1[1] (numeric) -0.9900186301533642 absolute error 9.092726571680032e-14 relative error 9.184399459503745e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2839999999997493 y2[1] (analytic) -0.14192650091724957 y2[1] (numeric) -0.14192650091755477 absolute error 3.0520030946945553e-13 relative error 2.1504110049708264e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9898771986147503 y1[1] (numeric) -0.9898771986146592 absolute error 9.114931032172535e-14 relative error 9.208143237290558e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2849999999997492 y2[1] (analytic) -0.14291630698764013 y2[1] (numeric) -0.14291630698794544 absolute error 3.0531133177191805e-13 relative error 2.1362945783249378e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9897347771989294 y1[1] (numeric) -0.989734777198838 absolute error 9.14823772291129e-14 relative error 9.243120413331258e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.285999999999749 y2[1] (analytic) -0.14390597014173565 y2[1] (numeric) -0.143905970142041 absolute error 3.053668429231493e-13 relative error 2.1219887029175222e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9895913660484139 y1[1] (numeric) -0.989591366048322 absolute error 9.192646643896296e-14 relative error 9.289335941363259e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.286999999999749 y2[1] (analytic) -0.14489548938987298 y2[1] (numeric) -0.14489548939017843 absolute error 3.054501096499962e-13 relative error 2.1080719002101984e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9894469653066147 y1[1] (numeric) -0.9894469653065224 absolute error 9.225953334635051e-14 relative error 9.324353561260423e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.287999999999749 y2[1] (analytic) -0.145884863742533 y2[1] (numeric) -0.14588486374283854 absolute error 3.055333763768431e-13 relative error 2.0943459694082317e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9893015751179327 y1[1] (numeric) -0.9893015751178401 absolute error 9.259260025373806e-14 relative error 9.359390764408747e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.288999999999749 y2[1] (analytic) -0.14687409221034145 y2[1] (numeric) -0.14687409221064707 absolute error 3.0561664310368997e-13 relative error 2.0808070266470822e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.989155195627758 y1[1] (numeric) -0.9891551956276651 absolute error 9.29256671611256e-14 relative error 9.394447663205287e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2899999999997487 y2[1] (analytic) -0.1478631738040699 y2[1] (numeric) -0.14786317380437564 absolute error 3.057276654061525e-13 relative error 2.067639003956896e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.98900782698247 y1[1] (numeric) -0.9890078269823769 absolute error 9.314771176605063e-14 relative error 9.418298745951347e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2909999999997486 y2[1] (analytic) -0.1488521075346369 y2[1] (numeric) -0.1488521075349427 absolute error 3.0581093213299937e-13 relative error 2.0544615538066142e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9888594693294376 y1[1] (numeric) -0.9888594693293441 absolute error 9.348077867343818e-14 relative error 9.453393689684652e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2919999999997485 y2[1] (analytic) -0.14984089241310877 y2[1] (numeric) -0.14984089241341467 absolute error 3.0589419885984626e-13 relative error 2.0414600709698203e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9887101228170182 y1[1] (numeric) -0.9887101228169244 absolute error 9.381384558082573e-14 relative error 9.48850865545229e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2929999999997484 y2[1] (analytic) -0.15082952745070072 y2[1] (numeric) -0.1508295274510067 absolute error 3.0597746558669314e-13 relative error 2.0286310695145763e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9885597875945583 y1[1] (numeric) -0.9885597875944643 absolute error 9.403589018575076e-14 relative error 9.512413044290048e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2939999999997482 y2[1] (analytic) -0.15181801165877776 y2[1] (numeric) -0.15181801165908385 absolute error 3.0608848788915566e-13 relative error 2.0161539763615943e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9884084638123933 y1[1] (numeric) -0.988408463812299 absolute error 9.43689570931383e-14 relative error 9.54756667391814e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.294999999999748 y2[1] (analytic) -0.1528063440488558 y2[1] (numeric) -0.152806344049162 absolute error 3.0619951019161817e-13 relative error 2.003840299285735e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9882561516218469 y1[1] (numeric) -0.9882561516217522 absolute error 9.470202400052585e-14 relative error 9.582740653332486e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.295999999999748 y2[1] (analytic) -0.15379452363260254 y2[1] (numeric) -0.1537945236329088 absolute error 3.0625502134284943e-13 relative error 1.991325920514943e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9881028511752311 y1[1] (numeric) -0.9881028511751361 absolute error 9.50350909079134e-14 relative error 9.617935096015605e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.296999999999748 y2[1] (analytic) -0.15478254942183844 y2[1] (numeric) -0.1547825494221448 absolute error 3.0636604364531195e-13 relative error 1.9793319388373274e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9879485626258465 y1[1] (numeric) -0.9879485626257511 absolute error 9.536815781530095e-14 relative error 9.653150115611691e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.297999999999748 y2[1] (analytic) -0.15577042042853784 y2[1] (numeric) -0.1557704204288443 absolute error 3.0644931037215883e-13 relative error 1.967313881089172e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9877932861279817 y1[1] (numeric) -0.987793286127886 absolute error 9.57012247226885e-14 relative error 9.688385825927666e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2989999999997477 y2[1] (analytic) -0.15675813566482977 y2[1] (numeric) -0.15675813566513633 absolute error 3.0656033267462135e-13 relative error 1.9556262989124154e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9876370218369129 y1[1] (numeric) -0.987637021836817 absolute error 9.592326932761353e-14 relative error 9.712401135915821e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.2999999999997476 y2[1] (analytic) -0.15774569414299913 y2[1] (numeric) -0.15774569414330575 absolute error 3.066158438258526e-13 relative error 1.9437351079003156e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9874797699089047 y1[1] (numeric) -0.9874797699088085 absolute error 9.625633623500107e-14 relative error 9.747676779634762e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3009999999997475 y2[1] (analytic) -0.15873309487548748 y2[1] (numeric) -0.15873309487579418 absolute error 3.066991105526995e-13 relative error 1.9321686557757767e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9873215305012089 y1[1] (numeric) -0.9873215305011123 absolute error 9.658940314238862e-14 relative error 9.782973444664525e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3019999999997474 y2[1] (analytic) -0.15972033687489418 y2[1] (numeric) -0.15972033687520096 absolute error 3.067823772795464e-13 relative error 1.9207471213878232e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9871623037720648 y1[1] (numeric) -0.9871623037719679 absolute error 9.692247004977617e-14 relative error 9.818291245464283e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3029999999997472 y2[1] (analytic) -0.1607074191539773 y2[1] (numeric) -0.16070741915428416 absolute error 3.0686564400639327e-13 relative error 1.909467811889746e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9870020898806993 y1[1] (numeric) -0.987002089880602 absolute error 9.725553695716371e-14 relative error 9.853630296661193e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.303999999999747 y2[1] (analytic) -0.16169434072565467 y2[1] (numeric) -0.16169434072596162 absolute error 3.0694891073324015e-13 relative error 1.8983281007591823e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.986840888987326 y1[1] (numeric) -0.9868408889872284 absolute error 9.758860386455126e-14 relative error 9.888990713051472e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.304999999999747 y2[1] (analytic) -0.16268110060300478 y2[1] (numeric) -0.1626811006033118 absolute error 3.0703217746008704e-13 relative error 1.887325425768702e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.986678701253146 y1[1] (numeric) -0.9866787012530481 absolute error 9.792167077193881e-14 relative error 9.924372609601477e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.305999999999747 y2[1] (analytic) -0.16366769779926785 y2[1] (numeric) -0.16366769779957496 absolute error 3.0711544418693393e-13 relative error 1.8764572870304514e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.986515526840347 y1[1] (numeric) -0.9865155268402488 absolute error 9.825473767932635e-14 relative error 9.959776101448775e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.306999999999747 y2[1] (analytic) -0.16465413132784676 y2[1] (numeric) -0.16465413132815396 absolute error 3.071987109137808e-13 relative error 1.8657212451117316e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9863513659121035 y1[1] (numeric) -0.9863513659120049 absolute error 9.85878045867139e-14 relative error 9.995201303903231e-12% Correct digits 13 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3079999999997467 y2[1] (analytic) -0.16564040020230808 y2[1] (numeric) -0.16564040020261533 absolute error 3.0725422206501207e-13 relative error 1.8549473539652236e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9861862186325762 y1[1] (numeric) -0.9861862186324772 absolute error 9.892087149410145e-14 relative error 1.0030648332448098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3089999999997466 y2[1] (analytic) -0.16662650343638297 y2[1] (numeric) -0.16662650343669033 absolute error 3.073652443674746e-13 relative error 1.8446359854440856e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9860200851669123 y1[1] (numeric) -0.9860200851668132 absolute error 9.914291609902648e-14 relative error 1.0054857663699993e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3099999999997465 y2[1] (analytic) -0.16761244004396833 y2[1] (numeric) -0.16761244004427578 absolute error 3.074485110943215e-13 relative error 1.8342821750800308e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9858529656812456 y1[1] (numeric) -0.9858529656811461 absolute error 9.947598300641403e-14 relative error 1.0090346782866752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3109999999997464 y2[1] (analytic) -0.16859820903912762 y2[1] (numeric) -0.16859820903943515 absolute error 3.0753177782116836e-13 relative error 1.8240512729871144e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9856848603426952 y1[1] (numeric) -0.9856848603425955 absolute error 9.969802761133906e-14 relative error 1.0114594595343265e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3119999999997463 y2[1] (analytic) -0.16958380943609191 y2[1] (numeric) -0.16958380943639953 absolute error 3.0761504454801525e-13 relative error 1.8139411160234655e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9855157693193667 y1[1] (numeric) -0.9855157693192667 absolute error 1.000310945187266e-13 relative error 1.0150126221502447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.312999999999746 y2[1] (analytic) -0.1705692402492609 y2[1] (numeric) -0.1705692402495686 absolute error 3.0769831127486214e-13 relative error 1.8039495915278045e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.985345692780351 y1[1] (numeric) -0.9853456927802506 absolute error 1.0036416142611415e-13 relative error 1.0185680229942092e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.313999999999746 y2[1] (analytic) -0.17155450049320384 y2[1] (numeric) -0.17155450049351162 absolute error 3.07781578001709e-13 relative error 1.7940746358554543e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9851746308957247 y1[1] (numeric) -0.985174630895624 absolute error 1.006972283335017e-13 relative error 1.022125673718855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.314999999999746 y2[1] (analytic) -0.1725395891826606 y2[1] (numeric) -0.17253958918296844 absolute error 3.078370891529403e-13 relative error 1.7841533679962907e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9850025838365495 y1[1] (numeric) -0.9850025838364485 absolute error 1.0103029524088925e-13 relative error 1.0256855859949107e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.315999999999746 y2[1] (analytic) -0.17352450533254254 y2[1] (numeric) -0.17352450533285046 absolute error 3.0792035587978717e-13 relative error 1.774506461146155e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9848295517748725 y1[1] (numeric) -0.9848295517747712 absolute error 1.0136336214827679e-13 relative error 1.029247771511308e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3169999999997457 y2[1] (analytic) -0.17450924795793363 y2[1] (numeric) -0.17450924795824163 absolute error 3.0800362260663405e-13 relative error 1.7649702019280946e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9846555348837259 y1[1] (numeric) -0.9846555348836242 absolute error 1.0169642905566434e-13 relative error 1.032812241975294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3179999999997456 y2[1] (analytic) -0.17549381607409129 y2[1] (numeric) -0.17549381607439937 absolute error 3.0808688933348094e-13 relative error 1.7555427092850414e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9844805333371265 y1[1] (numeric) -0.9844805333370245 absolute error 1.0202949596305189e-13 relative error 1.0363790091125429e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3189999999997455 y2[1] (analytic) -0.1764782086964475 y2[1] (numeric) -0.17647820869675565 absolute error 3.081424004847122e-13 relative error 1.7460648697694712e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9843045473100758 y1[1] (numeric) -0.9843045473099734 absolute error 1.0236256287043943e-13 relative error 1.0399480846672668e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3199999999997454 y2[1] (analytic) -0.17746242484060973 y2[1] (numeric) -0.17746242484091795 absolute error 3.082256672115591e-13 relative error 1.736850307823733e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9841275769785597 y1[1] (numeric) -0.9841275769784571 absolute error 1.0258460747536446e-13 relative error 1.0423913512343267e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3209999999997453 y2[1] (analytic) -0.1784464635223619 y2[1] (numeric) -0.1784464635226702 absolute error 3.0830893393840597e-13 relative error 1.7277391092694333e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9839496225195487 y1[1] (numeric) -0.9839496225194457 absolute error 1.0291767438275201e-13 relative error 1.0459648749009738e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.321999999999745 y2[1] (analytic) -0.1794303237576654 y2[1] (numeric) -0.1794303237579738 absolute error 3.0839220066525286e-13 relative error 1.7187295558902322e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9837706841109972 y1[1] (numeric) -0.9837706841108939 absolute error 1.0336176359260207e-13 relative error 1.0506692795588523e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.322999999999745 y2[1] (analytic) -0.18041400456266013 y2[1] (numeric) -0.18041400456296858 absolute error 3.084477118164841e-13 relative error 1.7096661235594723e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9835907619318435 y1[1] (numeric) -0.9835907619317399 absolute error 1.035838081975271e-13 relative error 1.0531189617324283e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.323999999999745 y2[1] (analytic) -0.1813975049536653 y2[1] (numeric) -0.18139750495397383 absolute error 3.08530978543331e-13 relative error 1.7008556905021358e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9834098561620099 y1[1] (numeric) -0.9834098561619059 absolute error 1.0402789740737717e-13 relative error 1.057828501062321e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.324999999999745 y2[1] (analytic) -0.18238082394718066 y2[1] (numeric) -0.18238082394748925 absolute error 3.0858648969456226e-13 relative error 1.691989777302092e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.983227966982402 y1[1] (numeric) -0.9832279669822978 absolute error 1.042499420123022e-13 relative error 1.060282513446529e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3259999999997447 y2[1] (analytic) -0.18336396055988727 y2[1] (numeric) -0.18336396056019594 absolute error 3.0866975642140915e-13 relative error 1.6833719967593992e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9830450945749092 y1[1] (numeric) -0.9830450945748045 absolute error 1.0469403122215226e-13 relative error 1.0649972396985951e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3269999999997446 y2[1] (analytic) -0.18434691380864857 y2[1] (numeric) -0.18434691380895732 absolute error 3.0875302314825603e-13 relative error 1.6748478006458008e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9828612391224036 y1[1] (numeric) -0.9828612391222986 absolute error 1.0502709812953981e-13 relative error 1.0685852076465896e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3279999999997445 y2[1] (analytic) -0.18532968271051145 y2[1] (numeric) -0.18532968271082026 absolute error 3.088085342994873e-13 relative error 1.6662659201864183e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9826764008087409 y1[1] (numeric) -0.9826764008086355 absolute error 1.0536016503692736e-13 relative error 1.0721755905628357e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3289999999997444 y2[1] (analytic) -0.18631226628270706 y2[1] (numeric) -0.18631226628301595 absolute error 3.088918010263342e-13 relative error 1.6579251983206893e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9824905798187592 y1[1] (numeric) -0.9824905798186535 absolute error 1.056932319443149e-13 relative error 1.075768400383159e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3299999999997443 y2[1] (analytic) -0.1872946635426519 y2[1] (numeric) -0.18729466354296087 absolute error 3.0897506775318107e-13 relative error 1.64967363142634e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9823037763382796 y1[1] (numeric) -0.9823037763381736 absolute error 1.0602629885170245e-13 relative error 1.0793636490631772e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.330999999999744 y2[1] (analytic) -0.18827687350794883 y2[1] (numeric) -0.18827687350825786 absolute error 3.090305789044123e-13 relative error 1.6413623890528722e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9821159905541055 y1[1] (numeric) -0.9821159905539991 absolute error 1.0635936575909e-13 relative error 1.082961348578415e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.331999999999744 y2[1] (analytic) -0.18925889519638792 y2[1] (numeric) -0.18925889519669703 absolute error 3.091138456312592e-13 relative error 1.6332856921229602e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9819272226540227 y1[1] (numeric) -0.981927222653916 absolute error 1.0669243266647754e-13 relative error 1.0865615109244213e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.332999999999744 y2[1] (analytic) -0.1902407276259476 y2[1] (numeric) -0.19024072762625677 absolute error 3.0916935678249047e-13 relative error 1.6251480986257634e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.981737472826799 y1[1] (numeric) -0.981737472826692 absolute error 1.0702549957386509e-13 relative error 1.090164148116885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.333999999999744 y2[1] (analytic) -0.19122236981479548 y2[1] (numeric) -0.19122236981510474 absolute error 3.0925262350933735e-13 relative error 1.61724082704789e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9815467412621844 y1[1] (numeric) -0.981546741262077 absolute error 1.0746958878371515e-13 relative error 1.0949003676128406e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3349999999997437 y2[1] (analytic) -0.19220382078128953 y2[1] (numeric) -0.19220382078159884 absolute error 3.093081346605686e-13 relative error 1.6092715191782433e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9813550281509102 y1[1] (numeric) -0.9813550281508026 absolute error 1.0769163338864018e-13 relative error 1.0973768952053471e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3359999999997436 y2[1] (analytic) -0.1931850795439788 y2[1] (numeric) -0.19318507954428818 absolute error 3.093914013874155e-13 relative error 1.6015284519785195e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9811623336846899 y1[1] (numeric) -0.9811623336845817 absolute error 1.0813572259849025e-13 relative error 1.1021185678051228e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3369999999997435 y2[1] (analytic) -0.1941661451216046 y2[1] (numeric) -0.19416614512191407 absolute error 3.094746681142624e-13 relative error 1.593865232893412e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9809686580562174 y1[1] (numeric) -0.980968658056109 absolute error 1.0835776720341528e-13 relative error 1.1045996863765805e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3379999999997434 y2[1] (analytic) -0.19514701653310146 y2[1] (numeric) -0.19514701653341102 absolute error 3.0955793484110927e-13 relative error 1.5862806428741946e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9807740014591687 y1[1] (numeric) -0.9807740014590599 absolute error 1.0880185641326534e-13 relative error 1.1093468653470924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3389999999997433 y2[1] (analytic) -0.19612769279759806 y2[1] (numeric) -0.19612769279790768 absolute error 3.0961344599234053e-13 relative error 1.578631969692616e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9805783640882002 y1[1] (numeric) -0.9805783640880912 absolute error 1.0902390101819037e-13 relative error 1.1118326184931405e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.339999999999743 y2[1] (analytic) -0.1971081729344182 y2[1] (numeric) -0.1971081729347279 absolute error 3.096967127191874e-13 relative error 1.5712017828009073e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9803817461389495 y1[1] (numeric) -0.98038174613884 absolute error 1.0946799022804043e-13 relative error 1.1165853572769963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.340999999999743 y2[1] (analytic) -0.19808845596308183 y2[1] (numeric) -0.1980884559633916 absolute error 3.097799794460343e-13 relative error 1.5638467064621306e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9801841478080342 y1[1] (numeric) -0.9801841478079244 absolute error 1.0980105713542798e-13 relative error 1.1202084565535347e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.341999999999743 y2[1] (analytic) -0.19906854090330603 y2[1] (numeric) -0.19906854090361586 absolute error 3.0983549059726556e-13 relative error 1.5564261896497377e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9799855692930528 y1[1] (numeric) -0.9799855692929427 absolute error 1.1013412404281553e-13 relative error 1.1238341409686744e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.342999999999743 y2[1] (analytic) -0.2000484267750059 y2[1] (numeric) -0.2000484267753158 absolute error 3.0991875732411245e-13 relative error 1.5492186683011384e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9797860107925838 y1[1] (numeric) -0.9797860107924733 absolute error 1.1046719095020308e-13 relative error 1.1274624227472102e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3439999999997427 y2[1] (analytic) -0.20102811259829564 y2[1] (numeric) -0.20102811259860565 absolute error 3.1000202405095933e-13 relative error 1.5420829457341658e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9795854725061857 y1[1] (numeric) -0.9795854725060749 absolute error 1.1080025785759062e-13 relative error 1.1310933141353929e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3449999999997426 y2[1] (analytic) -0.20200759739348959 y2[1] (numeric) -0.20200759739379964 absolute error 3.100575352021906e-13 relative error 1.534880564903859e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9793839546343966 y1[1] (numeric) -0.9793839546342855 absolute error 1.1113332476497817e-13 relative error 1.1347268274010489e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3459999999997425 y2[1] (analytic) -0.20298688018110292 y2[1] (numeric) -0.20298688018141306 absolute error 3.101408019290375e-13 relative error 1.527885948354558e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9791814573787345 y1[1] (numeric) -0.9791814573786232 absolute error 1.113553693699032e-13 relative error 1.1372291471695262e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3469999999997424 y2[1] (analytic) -0.20396595998185302 y2[1] (numeric) -0.20396595998216321 absolute error 3.1019631308026874e-13 relative error 1.5208239311494286e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9789779809416967 y1[1] (numeric) -0.9789779809415851 absolute error 1.1168843627729075e-13 relative error 1.1408677054192334e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3479999999997423 y2[1] (analytic) -0.20494483581666012 y2[1] (numeric) -0.2049448358169704 absolute error 3.102795798071156e-13 relative error 1.513966324502492e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9787735255267596 y1[1] (numeric) -0.9787735255266475 absolute error 1.120215031846783e-13 relative error 1.1445089212480506e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.348999999999742 y2[1] (analytic) -0.2059235067066485 y2[1] (numeric) -0.20592350670695883 absolute error 3.103350909583469e-13 relative error 1.507040628442869e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9785680913383784 y1[1] (numeric) -0.978568091338266 absolute error 1.1235457009206584e-13 relative error 1.148152807010083e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.349999999999742 y2[1] (analytic) -0.20690197167314733 y2[1] (numeric) -0.20690197167345772 absolute error 3.1039060210957814e-13 relative error 1.5001819441330247e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9783616785819874 y1[1] (numeric) -0.9783616785818748 absolute error 1.1257661469699087e-13 relative error 1.150664597372176e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.350999999999742 y2[1] (analytic) -0.2078802297376917 y2[1] (numeric) -0.2078802297380022 absolute error 3.1047386883642503e-13 relative error 1.4935228291222713e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9781542874639995 y1[1] (numeric) -0.9781542874638866 absolute error 1.1290968160437842e-13 relative error 1.1543136195529277e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.351999999999742 y2[1] (analytic) -0.2088582799220237 y2[1] (numeric) -0.20885827992233422 absolute error 3.105293799876563e-13 relative error 1.4867946825167337e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9779459181918055 y1[1] (numeric) -0.9779459181916923 absolute error 1.1324274851176597e-13 relative error 1.1579653476252411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3529999999997417 y2[1] (analytic) -0.20983612124809314 y2[1] (numeric) -0.20983612124840376 absolute error 3.1061264671450317e-13 relative error 1.4802630017510668e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9777365709737749 y1[1] (numeric) -0.9777365709736613 absolute error 1.1357581541915351e-13 relative error 1.1616197940314117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3539999999997416 y2[1] (analytic) -0.21081375273805886 y2[1] (numeric) -0.21081375273836953 absolute error 3.1066815786573443e-13 relative error 1.4736617219264015e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9775262460192548 y1[1] (numeric) -0.9775262460191408 absolute error 1.1390888232654106e-13 relative error 1.1652769712364055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3549999999997415 y2[1] (analytic) -0.21179117341428938 y2[1] (numeric) -0.21179117341460013 absolute error 3.107514245925813e-13 relative error 1.4672538972373207e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9773149435385701 y1[1] (numeric) -0.9773149435384558 absolute error 1.142419492339286e-13 relative error 1.1689368917279838e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3559999999997414 y2[1] (analytic) -0.21276838229936415 y2[1] (numeric) -0.21276838229967496 absolute error 3.1080693574381257e-13 relative error 1.460775949814332e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9771026637430232 y1[1] (numeric) -0.9771026637429087 absolute error 1.1457501614131615e-13 relative error 1.1725995680168285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3569999999997413 y2[1] (analytic) -0.21374537841607436 y2[1] (numeric) -0.21374537841638522 absolute error 3.1086244689504383e-13 relative error 1.4543586822725237e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9768894068448942 y1[1] (numeric) -0.9768894068447792 absolute error 1.1501910535116622e-13 relative error 1.177401500571583e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.357999999999741 y2[1] (analytic) -0.21472216078742393 y2[1] (numeric) -0.21472216078773487 absolute error 3.109457136218907e-13 relative error 1.448130516578252e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9766751730574397 y1[1] (numeric) -0.9766751730573243 absolute error 1.1535217225855376e-13 relative error 1.1810699753680515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.358999999999741 y2[1] (analytic) -0.21569872843663063 y2[1] (numeric) -0.21569872843694163 absolute error 3.11001224773122e-13 relative error 1.4418315167049764e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9764599625948934 y1[1] (numeric) -0.9764599625947777 absolute error 1.156852391659413e-13 relative error 1.184741244879243e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.359999999999741 y2[1] (analytic) -0.21667508038712688 y2[1] (numeric) -0.21667508038743793 absolute error 3.1105673592435323e-13 relative error 1.4355907258398034e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.976243775672466 y1[1] (numeric) -0.97624377567235 absolute error 1.1601830607332886e-13 relative error 1.1884153217101126e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.360999999999741 y2[1] (analytic) -0.21765121566256077 y2[1] (numeric) -0.2176512156628719 absolute error 3.111400026512001e-13 relative error 1.4295348716709272e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9760266125063443 y1[1] (numeric) -0.9760266125062279 absolute error 1.163513729807164e-13 relative error 1.1920922184891768e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3619999999997408 y2[1] (analytic) -0.21862713328679714 y2[1] (numeric) -0.21862713328710834 absolute error 3.111955138024314e-13 relative error 1.4234075575340512e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9758084733136914 y1[1] (numeric) -0.9758084733135747 absolute error 1.1668443988810395e-13 relative error 1.195771947868643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3629999999997406 y2[1] (analytic) -0.21960283228391847 y2[1] (numeric) -0.21960283228422972 absolute error 3.1125102495366264e-13 relative error 1.4173361140955357e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9755893583126464 y1[1] (numeric) -0.9755893583125295 absolute error 1.1690648449302898e-13 relative error 1.1983165201312503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3639999999997405 y2[1] (analytic) -0.2205783116782258 y2[1] (numeric) -0.22057831167853711 absolute error 3.113065361048939e-13 relative error 1.4113197881350194e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9753692677223245 y1[1] (numeric) -0.9753692677222072 absolute error 1.1723955140041653e-13 relative error 1.2020016959750384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3649999999997404 y2[1] (analytic) -0.22155357049423982 y2[1] (numeric) -0.2215535704945512 absolute error 3.113898028317408e-13 relative error 1.4054831169594563e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9751482017628161 y1[1] (numeric) -0.9751482017626986 absolute error 1.1757261830780408e-13 relative error 1.2056897412645909e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3659999999997403 y2[1] (analytic) -0.22252860775670183 y2[1] (numeric) -0.22252860775701327 absolute error 3.1144531398297204e-13 relative error 1.3995742710235527e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9749261606551872 y1[1] (numeric) -0.9749261606550693 absolute error 1.1790568521519162e-13 relative error 1.2093806687467956e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36699999999974 y2[1] (analytic) -0.22350342249057462 y2[1] (numeric) -0.22350342249088612 absolute error 3.115008251342033e-13 relative error 1.3937183675446384e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.974703144621479 y1[1] (numeric) -0.9747031446213607 absolute error 1.1834977442504169e-13 relative error 1.214213528273803e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36799999999974 y2[1] (analytic) -0.22447801372104353 y2[1] (numeric) -0.2244780137213551 absolute error 3.1155633628543455e-13 relative error 1.3879147054134324e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9744791538847073 y1[1] (numeric) -0.9744791538845886 absolute error 1.1868284133242923e-13 relative error 1.2179105202949355e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36899999999974 y2[1] (analytic) -0.22545238047351746 y2[1] (numeric) -0.22545238047382907 absolute error 3.116118474366658e-13 relative error 1.3821625958536685e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9742541886688629 y1[1] (numeric) -0.9742541886687439 absolute error 1.1901590823981678e-13 relative error 1.2216104341560991e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.36999999999974 y2[1] (analytic) -0.22642652177362968 y2[1] (numeric) -0.22642652177394135 absolute error 3.1166735858789707e-13 relative error 1.3764613621521206e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9740282491989111 y1[1] (numeric) -0.9740282491987917 absolute error 1.1934897514720433e-13 relative error 1.2253132827036877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3709999999997398 y2[1] (analytic) -0.227400436647239 y2[1] (numeric) -0.22740043664755072 absolute error 3.1172286973912833e-13 relative error 1.3708103393956835e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9738013357007912 y1[1] (numeric) -0.9738013357006715 absolute error 1.1968204205459188e-13 relative error 1.2290190788089574e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3719999999997397 y2[1] (analytic) -0.22837412412043062 y2[1] (numeric) -0.2283741241207424 absolute error 3.117783808903596e-13 relative error 1.3652088742153058e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9735734484014168 y1[1] (numeric) -0.9735734484012968 absolute error 1.2001510896197942e-13 relative error 1.2327278353681607e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3729999999997395 y2[1] (analytic) -0.22934758321951715 y2[1] (numeric) -0.22934758321982898 absolute error 3.1183389204159084e-13 relative error 1.359656324536557e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9733445875286751 y1[1] (numeric) -0.9733445875285548 absolute error 1.2034817586936697e-13 relative error 1.2364395653026782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3739999999997394 y2[1] (analytic) -0.23032081297103957 y2[1] (numeric) -0.23032081297135146 absolute error 3.118894031928221e-13 relative error 1.354152059336639e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9731147533114269 y1[1] (numeric) -0.9731147533113064 absolute error 1.20570220474292e-13 relative error 1.2390133852559707e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3749999999997393 y2[1] (analytic) -0.23129381240176822 y2[1] (numeric) -0.23129381240208016 absolute error 3.1194491434405336e-13 relative error 1.3486954584076394e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9728839459795067 y1[1] (numeric) -0.9728839459793857 absolute error 1.2101430968414206e-13 relative error 1.2438719971096242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.375999999999739 y2[1] (analytic) -0.23226658053870372 y2[1] (numeric) -0.23226658053901575 absolute error 3.1202818107090025e-13 relative error 1.343405410917071e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9726521657637215 y1[1] (numeric) -0.9726521657636001 absolute error 1.213473765915296e-13 relative error 1.2475927249516611e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.376999999999739 y2[1] (analytic) -0.23323911640907807 y2[1] (numeric) -0.23323911640939013 absolute error 3.1205593664651587e-13 relative error 1.337922821226955e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9724194128958515 y1[1] (numeric) -0.9724194128957299 absolute error 1.2168044349891716e-13 relative error 1.2513164781084994e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.377999999999739 y2[1] (analytic) -0.23421141904035545 y2[1] (numeric) -0.23421141904066756 absolute error 3.1211144779774713e-13 relative error 1.332605596586942e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9721856876086497 y1[1] (numeric) -0.9721856876085277 absolute error 1.219024881038422e-13 relative error 1.2539012830326058e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.378999999999739 y2[1] (analytic) -0.23518348746023326 y2[1] (numeric) -0.23518348746054546 absolute error 3.12194714524594e-13 relative error 1.327451675693781e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9719509901358413 y1[1] (numeric) -0.9719509901357191 absolute error 1.2223555501122974e-13 relative error 1.2576308502360383e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3799999999997388 y2[1] (analytic) -0.23615532069664324 y2[1] (numeric) -0.2361553206969555 absolute error 3.122502256758253e-13 relative error 1.3222239700325484e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9717153207121237 y1[1] (numeric) -0.9717153207120012 absolute error 1.2256862191861728e-13 relative error 1.2613634807033052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3809999999997387 y2[1] (analytic) -0.23712691777775222 y2[1] (numeric) -0.23712691777806452 absolute error 3.1230573682705653e-13 relative error 1.3170404260884708e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9714786795731665 y1[1] (numeric) -0.9714786795730436 absolute error 1.2290168882600483e-13 relative error 1.265099187560179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3819999999997385 y2[1] (analytic) -0.23809827773196315 y2[1] (numeric) -0.23809827773227552 absolute error 3.123612479782878e-13 relative error 1.3119004931649503e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9712410669556106 y1[1] (numeric) -0.9712410669554874 absolute error 1.2323475573339238e-13 relative error 1.268837983958772e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3829999999997384 y2[1] (analytic) -0.23906939958791623 y2[1] (numeric) -0.23906939958822862 absolute error 3.123890035539034e-13 relative error 1.3066875312874342e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9710024830970687 y1[1] (numeric) -0.9710024830969451 absolute error 1.2356782264077992e-13 relative error 1.2725798830776743e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3839999999997383 y2[1] (analytic) -0.2400402823744896 y2[1] (numeric) -0.24004028237480207 absolute error 3.124722702807503e-13 relative error 1.3017493030326415e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9707629282361246 y1[1] (numeric) -0.9707629282360007 absolute error 1.2390088954816747e-13 relative error 1.2763248981220912e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.384999999999738 y2[1] (analytic) -0.24101092512080063 y2[1] (numeric) -0.24101092512111313 absolute error 3.1250002585636594e-13 relative error 1.2966218261671467e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9705224026123332 y1[1] (numeric) -0.970522402612209 absolute error 1.2423395645555502e-13 relative error 1.2800730423239822e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.385999999999738 y2[1] (analytic) -0.2419813268562066 y2[1] (numeric) -0.24198132685651916 absolute error 3.125555370075972e-13 relative error 1.2916514719060457e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9702809064662201 y1[1] (numeric) -0.9702809064660955 absolute error 1.2456702336294256e-13 relative error 1.2838243289422011e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.386999999999738 y2[1] (analytic) -0.2429514866103059 y2[1] (numeric) -0.2429514866106185 absolute error 3.125832925832128e-13 relative error 1.286607861283007e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9700384400392813 y1[1] (numeric) -0.9700384400391564 absolute error 1.249000902703301e-13 relative error 1.2875787712626351e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.387999999999738 y2[1] (analytic) -0.24392140341293883 y2[1] (numeric) -0.24392140341325147 absolute error 3.126388037344441e-13 relative error 1.2817194365070636e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9697950035739833 y1[1] (numeric) -0.9697950035738581 absolute error 1.2523315717771766e-13 relative error 1.291336382598345e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3889999999997378 y2[1] (analytic) -0.24489107629418866 y2[1] (numeric) -0.24489107629450135 absolute error 3.1269431488567534e-13 relative error 1.2768710057447516e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9695505973137626 y1[1] (numeric) -0.969550597313637 absolute error 1.255662240851052e-13 relative error 1.2950971762897064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3899999999997377 y2[1] (analytic) -0.24586050428438264 y2[1] (numeric) -0.24586050428469536 absolute error 3.1272207046129097e-13 relative error 1.2719491948148398e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9693052215030253 y1[1] (numeric) -0.9693052215028994 absolute error 1.2589929099249275e-13 relative error 1.298861165704551e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3909999999997376 y2[1] (analytic) -0.24682968641409278 y2[1] (numeric) -0.24682968641440556 absolute error 3.1277758161252223e-13 relative error 1.267179755225197e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9690588763871474 y1[1] (numeric) -0.9690588763870212 absolute error 1.262323578998803e-13 relative error 1.3026283642383084e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3919999999997374 y2[1] (analytic) -0.2477986217141371 y2[1] (numeric) -0.2477986217144499 absolute error 3.1280533718813786e-13 relative error 1.2623368726763667e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9688115622124738 y1[1] (numeric) -0.9688115622123472 absolute error 1.2656542480726785e-13 relative error 1.3063987853141486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3929999999997373 y2[1] (analytic) -0.24876730921558035 y2[1] (numeric) -0.2487673092158932 absolute error 3.128608483393691e-13 relative error 1.2576445406990582e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9685632792263187 y1[1] (numeric) -0.9685632792261918 absolute error 1.268984917146554e-13 relative error 1.3101724423831242e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3939999999997372 y2[1] (analytic) -0.2497357479497351 y2[1] (numeric) -0.24973574795004802 absolute error 3.1291635949060037e-13 relative error 1.2529898585187001e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9683140276769652 y1[1] (numeric) -0.9683140276768378 absolute error 1.2734258092450546e-13 relative error 1.3150959015848073e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.394999999999737 y2[1] (analytic) -0.25070393694816273 y2[1] (numeric) -0.2507039369484757 absolute error 3.1297187064183163e-13 relative error 1.248372380791706e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9680638078136645 y1[1] (numeric) -0.968063807813537 absolute error 1.2756462552943049e-13 relative error 1.3177295184449708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.395999999999737 y2[1] (analytic) -0.2516718752426743 y2[1] (numeric) -0.25167187524298734 absolute error 3.130273817930629e-13 relative error 1.2437916691772834e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9678126198866368 y1[1] (numeric) -0.9678126198865089 absolute error 1.2789769243681803e-13 relative error 1.3215129644806566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.396999999999737 y2[1] (analytic) -0.2526395618653316 y2[1] (numeric) -0.2526395618656447 absolute error 3.1308289294429414e-13 relative error 1.2392472922003468e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9675604641470699 y1[1] (numeric) -0.9675604641469416 absolute error 1.2823075934420558e-13 relative error 1.3252997005953977e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.397999999999737 y2[1] (analytic) -0.2536069958484481 y2[1] (numeric) -0.25360699584876123 absolute error 3.131384040955254e-13 relative error 1.2347388251176338e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9673073408471194 y1[1] (numeric) -0.9673073408469908 absolute error 1.2867484855405564e-13 relative error 1.330237486271619e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3989999999997367 y2[1] (analytic) -0.2545741762245899 y2[1] (numeric) -0.254574176224903 absolute error 3.131384040955254e-13 relative error 1.2300477948685146e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9670532502399087 y1[1] (numeric) -0.9670532502397797 absolute error 1.290079154614432e-13 relative error 1.3340311449182206e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.3999999999997366 y2[1] (analytic) -0.25554110202657665 y2[1] (numeric) -0.25554110202688984 absolute error 3.1319391524675666e-13 relative error 1.2256107247051945e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9667981925795284 y1[1] (numeric) -0.966798192579399 absolute error 1.2934098236883074e-13 relative error 1.3378281358153367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4009999999997365 y2[1] (analytic) -0.25650777228748267 y2[1] (numeric) -0.2565077722877959 absolute error 3.132494263979879e-13 relative error 1.2212083228687187e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.966542168121036 y1[1] (numeric) -0.9665421681209063 absolute error 1.2967404927621828e-13 relative error 1.3416284726439348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4019999999997363 y2[1] (analytic) -0.25747418604063776 y2[1] (numeric) -0.25747418604095107 absolute error 3.133049375492192e-13 relative error 1.2168401903395841e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.966285177120456 y1[1] (numeric) -0.966285177120326 absolute error 1.3000711618360583e-13 relative error 1.3454321691141837e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4029999999997362 y2[1] (analytic) -0.2584403423196283 y2[1] (numeric) -0.2584403423199417 absolute error 3.1336044870045043e-13 relative error 1.2125059342047273e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9660272198347795 y1[1] (numeric) -0.9660272198346491 absolute error 1.3034018309099338e-13 relative error 1.3492392389656016e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.403999999999736 y2[1] (analytic) -0.25940624015829805 y2[1] (numeric) -0.25940624015861147 absolute error 3.134159598516817e-13 relative error 1.2082051675411708e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9657682965219636 y1[1] (numeric) -0.9657682965218329 absolute error 1.3067324999838092e-13 relative error 1.353049695967206e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.404999999999736 y2[1] (analytic) -0.2603718785907493 y2[1] (numeric) -0.2603718785910627 absolute error 3.134159598516817e-13 relative error 1.2037243098142205e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9655084074409317 y1[1] (numeric) -0.9655084074408007 absolute error 1.3100631690576847e-13 relative error 1.3568635539176622e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.405999999999736 y2[1] (analytic) -0.2613372566513436 y2[1] (numeric) -0.2613372566516571 absolute error 3.1347147100291295e-13 relative error 1.1994901722762126e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9652475528515728 y1[1] (numeric) -0.9652475528514415 absolute error 1.3133938381315602e-13 relative error 1.3606808266454338e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.406999999999736 y2[1] (analytic) -0.262302373374703 y2[1] (numeric) -0.26230237337501655 absolute error 3.135269821541442e-13 relative error 1.1952883922489943e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9649857330147414 y1[1] (numeric) -0.9649857330146098 absolute error 1.3167245072054357e-13 relative error 1.3645015280089337e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4079999999997357 y2[1] (analytic) -0.263267227795711 y2[1] (numeric) -0.2632672277960245 absolute error 3.135269821541442e-13 relative error 1.1909077509542266e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9647229481922576 y1[1] (numeric) -0.9647229481921256 absolute error 1.3200551762793111e-13 relative error 1.368325671896674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4089999999997356 y2[1] (analytic) -0.26423181894951303 y2[1] (numeric) -0.2642318189498266 absolute error 3.1358249330537546e-13 relative error 1.186770369110209e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9644591986469059 y1[1] (numeric) -0.9644591986467735 absolute error 1.3233858453531866e-13 relative error 1.3721532722274193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4099999999997355 y2[1] (analytic) -0.2651961458715182 y2[1] (numeric) -0.2651961458718318 absolute error 3.136380044566067e-13 relative error 1.1826642631848714e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9641944846424358 y1[1] (numeric) -0.9641944846423032 absolute error 1.326716514427062e-13 relative error 1.3759843429503382e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4109999999997354 y2[1] (analytic) -0.26616020759739956 y2[1] (numeric) -0.26616020759771325 absolute error 3.13693515607838e-13 relative error 1.1785890852712983e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9639288064435616 y1[1] (numeric) -0.9639288064434286 absolute error 1.3300471835009375e-13 relative error 1.3798188980451559e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4119999999997352 y2[1] (analytic) -0.26712400316309554 y2[1] (numeric) -0.26712400316340923 absolute error 3.13693515607838e-13 relative error 1.174336682189915e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9636621643159612 y1[1] (numeric) -0.9636621643158279 absolute error 1.333377852574813e-13 relative error 1.3836569515223087e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.412999999999735 y2[1] (analytic) -0.2680875316048106 y2[1] (numeric) -0.26808753160512433 absolute error 3.1374902675906924e-13 relative error 1.1703230839603856e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9633945585262768 y1[1] (numeric) -0.9633945585261431 absolute error 1.3367085216486885e-13 relative error 1.3874985174230975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.413999999999735 y2[1] (analytic) -0.2690507919590164 y2[1] (numeric) -0.2690507919593302 absolute error 3.138045379103005e-13 relative error 1.1663393949723119e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9631259893421141 y1[1] (numeric) -0.9631259893419801 absolute error 1.340039190722564e-13 relative error 1.3913436098198422e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.414999999999735 y2[1] (analytic) -0.2700137832624526 y2[1] (numeric) -0.2700137832627665 absolute error 3.1386004906153175e-13 relative error 1.1623852874075716e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9628564570320424 y1[1] (numeric) -0.962856457031908 absolute error 1.3433698597964394e-13 relative error 1.3951922428160381e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.415999999999735 y2[1] (analytic) -0.2709765045521281 y2[1] (numeric) -0.270976504552442 absolute error 3.13915560212763e-13 relative error 1.1584604382273102e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9625859618655939 y1[1] (numeric) -0.9625859618654592 absolute error 1.346700528870315e-13 relative error 1.3990444305465106e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4169999999997347 y2[1] (analytic) -0.2719389548653216 y2[1] (numeric) -0.2719389548656355 absolute error 3.13915560212763e-13 relative error 1.1543603981571174e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9623145041132637 y1[1] (numeric) -0.9623145041131287 absolute error 1.3500311979441904e-13 relative error 1.4029001871775723e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4179999999997346 y2[1] (analytic) -0.2729011332395829 y2[1] (numeric) -0.2729011332398969 absolute error 3.1397107136399427e-13 relative error 1.1504938350268981e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9620420840465096 y1[1] (numeric) -0.9620420840463743 absolute error 1.3533618670180658e-13 relative error 1.4067595269071805e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4189999999997345 y2[1] (analytic) -0.27386303871273376 y2[1] (numeric) -0.27386303871304774 absolute error 3.1397107136399427e-13 relative error 1.1464528869605199e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9617687019377517 y1[1] (numeric) -0.961768701937616 absolute error 1.3566925360919413e-13 relative error 1.410622463965094e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4199999999997344 y2[1] (analytic) -0.27482467032286867 y2[1] (numeric) -0.2748246703231827 absolute error 3.1402658251522553e-13 relative error 1.14264335201895e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9614943580603719 y1[1] (numeric) -0.9614943580602359 absolute error 1.3600232051658168e-13 relative error 1.4144890126130323e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4209999999997343 y2[1] (analytic) -0.27578602710835615 y2[1] (numeric) -0.27578602710867023 absolute error 3.140820936664568e-13 relative error 1.1388615186912793e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9612190526887141 y1[1] (numeric) -0.9612190526885778 absolute error 1.3633538742396922e-13 relative error 1.4183591871448343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.421999999999734 y2[1] (analytic) -0.27674710810783953 y2[1] (numeric) -0.27674710810815367 absolute error 3.1413760481768804e-13 relative error 1.1351070909665247e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9609427860980839 y1[1] (numeric) -0.9609427860979471 absolute error 1.3677947663381929e-13 relative error 1.4233883495729593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.422999999999734 y2[1] (analytic) -0.2777079123602379 y2[1] (numeric) -0.27770791236055203 absolute error 3.1413760481768804e-13 relative error 1.1311798866220066e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9606655585647476 y1[1] (numeric) -0.9606655585646104 absolute error 1.3711254354120683e-13 relative error 1.4272661522919127e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.423999999999734 y2[1] (analytic) -0.278668438904747 y2[1] (numeric) -0.2786684389050612 absolute error 3.141931159689193e-13 relative error 1.127480087819759e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9603873703659328 y1[1] (numeric) -0.9603873703657952 absolute error 1.375566327510569e-13 relative error 1.4323036411718347e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.424999999999734 y2[1] (analytic) -0.2796286867808404 y2[1] (numeric) -0.27962868678115466 absolute error 3.1424862712015056e-13 relative error 1.123806826609473e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9601082217798276 y1[1] (numeric) -0.9601082217796898 absolute error 1.3777867735598193e-13 relative error 1.4350327830811702e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4259999999997337 y2[1] (analytic) -0.2805886550282704 y2[1] (numeric) -0.28058865502858465 absolute error 3.1424862712015056e-13 relative error 1.1199619852359632e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9598281130855807 y1[1] (numeric) -0.9598281130854426 absolute error 1.3811174426336947e-13 relative error 1.4389216400359289e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4269999999997336 y2[1] (analytic) -0.2815483426870687 y2[1] (numeric) -0.281548342687383 absolute error 3.143041382713818e-13 relative error 1.1163416387810887e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9595470445633006 y1[1] (numeric) -0.9595470445631622 absolute error 1.3844481117075702e-13 relative error 1.4428142106754612e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4279999999997335 y2[1] (analytic) -0.28250774879754775 y2[1] (numeric) -0.2825077487978621 absolute error 3.1435964942261307e-13 relative error 1.1127469981288591e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.959265016494056 y1[1] (numeric) -0.9592650164939173 absolute error 1.3877787807814457e-13 relative error 1.4467105095248148e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4289999999997334 y2[1] (analytic) -0.2834668724003016 y2[1] (numeric) -0.28346687240061597 absolute error 3.1435964942261307e-13 relative error 1.1089819659021242e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9589820291598748 y1[1] (numeric) -0.9589820291597357 absolute error 1.3911094498553211e-13 relative error 1.4506105511424604e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4299999999997333 y2[1] (analytic) -0.28442571253620663 y2[1] (numeric) -0.28442571253652105 absolute error 3.1441516057384433e-13 relative error 1.1054385968491514e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9586980828437445 y1[1] (numeric) -0.958698082843605 absolute error 1.3944401189291966e-13 relative error 1.4545143501204566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.430999999999733 y2[1] (analytic) -0.2853842682464229 y2[1] (numeric) -0.2853842682467373 absolute error 3.1441516057384433e-13 relative error 1.1017256224591677e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9584131778296111 y1[1] (numeric) -0.9584131778294713 absolute error 1.397770788003072e-13 relative error 1.458421921084615e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.431999999999733 y2[1] (analytic) -0.2863425385723946 y2[1] (numeric) -0.2863425385727091 absolute error 3.144706717250756e-13 relative error 1.0982324641421361e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9581273144023797 y1[1] (numeric) -0.9581273144022396 absolute error 1.4011014570769476e-13 relative error 1.4623332786946665e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.432999999999733 y2[1] (analytic) -0.28730052255585165 y2[1] (numeric) -0.28730052255616617 absolute error 3.1452618287630685e-13 relative error 1.0947636992729885e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9578404928479138 y1[1] (numeric) -0.9578404928477734 absolute error 1.404432126150823e-13 relative error 1.4662484376444284e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.433999999999733 y2[1] (analytic) -0.28825821923881007 y2[1] (numeric) -0.28825821923912465 absolute error 3.145816940275381e-13 relative error 1.0913190779372716e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9575527134530349 y1[1] (numeric) -0.9575527134528942 absolute error 1.4077627952246985e-13 relative error 1.4701674126619714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4349999999997327 y2[1] (analytic) -0.2892156276635733 y2[1] (numeric) -0.28921562766388786 absolute error 3.145816940275381e-13 relative error 1.087706416727493e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9572639765055224 y1[1] (numeric) -0.9572639765053812 absolute error 1.412203687323199e-13 relative error 1.4752500062505508e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4359999999997326 y2[1] (analytic) -0.2901727468727329 y2[1] (numeric) -0.29017274687304756 absolute error 3.1463720517876936e-13 relative error 1.0843099793819242e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9569742822941131 y1[1] (numeric) -0.9569742822939715 absolute error 1.4155343563970746e-13 relative error 1.4791770088154042e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4369999999997325 y2[1] (analytic) -0.2911295759091699 y2[1] (numeric) -0.2911295759094846 absolute error 3.146927163300006e-13 relative error 1.0809369516897942e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9566836311085012 y1[1] (numeric) -0.9566836311083593 absolute error 1.41886502547095e-13 relative error 1.4831078732129276e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4379999999997324 y2[1] (analytic) -0.2920861138160552 y2[1] (numeric) -0.2920861138163699 absolute error 3.146927163300006e-13 relative error 1.0773970464346764e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.956392023239338 y1[1] (numeric) -0.9563920232391957 absolute error 1.4233059175694507e-13 relative error 1.4882034594440225e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4389999999997323 y2[1] (analytic) -0.29304235963685105 y2[1] (numeric) -0.29304235963716574 absolute error 3.146927163300006e-13 relative error 1.0738813211850311e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9560994589782312 y1[1] (numeric) -0.9560994589780886 absolute error 1.4266365866433262e-13 relative error 1.492142447364159e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.439999999999732 y2[1] (analytic) -0.29399831241531166 y2[1] (numeric) -0.2939983124156264 absolute error 3.147482274812319e-13 relative error 1.0705783475267307e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9558059386177451 y1[1] (numeric) -0.9558059386176021 absolute error 1.4299672557172016e-13 relative error 1.496085343208029e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.440999999999732 y2[1] (analytic) -0.29495397119548433 y2[1] (numeric) -0.29495397119579914 absolute error 3.1480373863246314e-13 relative error 1.0672978477167989e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9555114624514001 y1[1] (numeric) -0.9555114624512567 absolute error 1.433297924791077e-13 relative error 1.500032161952195e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.441999999999732 y2[1] (analytic) -0.29590933502171046 y2[1] (numeric) -0.29590933502202527 absolute error 3.1480373863246314e-13 relative error 1.0638520025377585e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9552160307736722 y1[1] (numeric) -0.9552160307735286 absolute error 1.4366285938649526e-13 relative error 1.503982918608854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.442999999999732 y2[1] (analytic) -0.29686440293862615 y2[1] (numeric) -0.296864402938941 absolute error 3.148592497836944e-13 relative error 1.0606163846757622e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9549196438799932 y1[1] (numeric) -0.9549196438798492 absolute error 1.439959262938828e-13 relative error 1.5079376282260152e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4439999999997317 y2[1] (analytic) -0.2978191739911637 y2[1] (numeric) -0.29781917399147856 absolute error 3.148592497836944e-13 relative error 1.0572161810946271e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9546223020667498 y1[1] (numeric) -0.9546223020666055 absolute error 1.4432899320127035e-13 relative error 1.511896305887671e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4449999999997316 y2[1] (analytic) -0.298773647224552 y2[1] (numeric) -0.29877364722486693 absolute error 3.1491476093492565e-13 relative error 1.0540245562495755e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.954324005631284 y1[1] (numeric) -0.9543240056311393 absolute error 1.446620601086579e-13 relative error 1.5158589667139742e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4459999999997315 y2[1] (analytic) -0.29972782168431805 y2[1] (numeric) -0.29972782168463297 absolute error 3.1491476093492565e-13 relative error 1.0506691009371927e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.954024754871892 y1[1] (numeric) -0.954024754871747 absolute error 1.4499512701604544e-13 relative error 1.519825625861413e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4469999999997314 y2[1] (analytic) -0.3006816964162874 y2[1] (numeric) -0.3006816964166023 absolute error 3.1491476093492565e-13 relative error 1.0473359858224722e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9537245500878246 y1[1] (numeric) -0.9537245500876793 absolute error 1.45328193923433e-13 relative error 1.5237962985229886e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4479999999997313 y2[1] (analytic) -0.30163527046658534 y2[1] (numeric) -0.3016352704669003 absolute error 3.149702720861569e-13 relative error 1.0442090263480935e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9534233915792867 y1[1] (numeric) -0.953423391579141 absolute error 1.4566126083082054e-13 relative error 1.5277709999283918e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.448999999999731 y2[1] (analytic) -0.30258854288163795 y2[1] (numeric) -0.30258854288195297 absolute error 3.1502578323738817e-13 relative error 1.041102813204052e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9531212796474366 y1[1] (numeric) -0.9531212796472907 absolute error 1.4599432773820809e-13 relative error 1.5317497453441808e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.449999999999731 y2[1] (analytic) -0.3035415127081729 y2[1] (numeric) -0.30354151270848795 absolute error 3.1502578323738817e-13 relative error 1.0378342666436413e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9528182145943863 y1[1] (numeric) -0.95281821459424 absolute error 1.4632739464559563e-13 relative error 1.535732550073962e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.450999999999731 y2[1] (analytic) -0.30449417899322045 y2[1] (numeric) -0.30449417899353554 absolute error 3.1508129438861943e-13 relative error 1.034769516548409e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9525141967232009 y1[1] (numeric) -0.9525141967230542 absolute error 1.467714838554457e-13 relative error 1.54088500056338e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.451999999999731 y2[1] (analytic) -0.3054465407841144 y2[1] (numeric) -0.3054465407844295 absolute error 3.151368055398507e-13 relative error 1.0317249124212059e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9522092263378981 y1[1] (numeric) -0.952209226337751 absolute error 1.4710455076283324e-13 relative error 1.5448763432862618e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4529999999997307 y2[1] (analytic) -0.306398597128493 y2[1] (numeric) -0.3063985971288081 absolute error 3.151368055398507e-13 relative error 1.028519087532549e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9519033037434482 y1[1] (numeric) -0.9519033037433008 absolute error 1.474376176702208e-13 relative error 1.5488717928639248e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4539999999997306 y2[1] (analytic) -0.3073503470743 y2[1] (numeric) -0.30735034707461517 absolute error 3.1519231669108194e-13 relative error 1.025514757641989e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.951596429245774 y1[1] (numeric) -0.9515964292456262 absolute error 1.4788170688007085e-13 relative error 1.554038059992306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4549999999997305 y2[1] (analytic) -0.30830178966978555 y2[1] (numeric) -0.30830178967010075 absolute error 3.1519231669108194e-13 relative error 1.0223499416875805e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9512886031517498 y1[1] (numeric) -0.9512886031516016 absolute error 1.482147737874584e-13 relative error 1.558042147213816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4559999999997304 y2[1] (analytic) -0.3092529239635071 y2[1] (numeric) -0.3092529239638223 absolute error 3.1519231669108194e-13 relative error 1.0192056154278292e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9509798257692017 y1[1] (numeric) -0.9509798257690532 absolute error 1.4854784069484595e-13 relative error 1.562050389183522e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4569999999997303 y2[1] (analytic) -0.31020374900433045 y2[1] (numeric) -0.3102037490046457 absolute error 3.152478278423132e-13 relative error 1.0162605347426422e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9506700974069071 y1[1] (numeric) -0.9506700974067582 absolute error 1.488809076022335e-13 relative error 1.5660628014736987e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45799999999973 y2[1] (analytic) -0.3111542638414307 y2[1] (numeric) -0.31115426384174594 absolute error 3.152478278423132e-13 relative error 1.0131560594746298e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9503594183745944 y1[1] (numeric) -0.9503594183744452 absolute error 1.4921397450962104e-13 relative error 1.5700793996951453e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45899999999973 y2[1] (analytic) -0.312104467524293 y2[1] (numeric) -0.31210446752460824 absolute error 3.152478278423132e-13 relative error 1.0100715005554207e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9500477889829424 y1[1] (numeric) -0.9500477889827929 absolute error 1.4954704141700859e-13 relative error 1.574100199497371e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.45999999999973 y2[1] (analytic) -0.3130543591027138 y2[1] (numeric) -0.31305435910302903 absolute error 3.152478278423132e-13 relative error 1.0070066704897079e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9497352095435807 y1[1] (numeric) -0.9497352095434307 absolute error 1.4999113062685865e-13 relative error 1.5792941982106852e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.46099999999973 y2[1] (analytic) -0.31400393762680157 y2[1] (numeric) -0.3140039376271168 absolute error 3.152478278423132e-13 relative error 1.0039613841307622e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9494216803690886 y1[1] (numeric) -0.9494216803689383 absolute error 1.503241975342462e-13 relative error 1.5833238343136164e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4619999999997297 y2[1] (analytic) -0.31495320214697786 y2[1] (numeric) -0.31495320214729317 absolute error 3.1530333899354446e-13 relative error 1.0011117107055264e-10% Correct digits 11 h 0.001 y1[1] (analytic) -0.9491072017729951 y1[1] (numeric) -0.9491072017728445 absolute error 1.5065726444163374e-13 relative error 1.587357720605175e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4629999999997296 y2[1] (analytic) -0.3159021517139783 y2[1] (numeric) -0.3159021517142936 absolute error 3.1530333899354446e-13 relative error 9.981044360819169e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.948791774069779 y1[1] (numeric) -0.948791774069628 absolute error 1.509903313490213e-13 relative error 1.5913958728937787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4639999999997295 y2[1] (analytic) -0.3168507853788533 y2[1] (numeric) -0.3168507853791686 absolute error 3.1530333899354446e-13 relative error 9.951161667992756e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.948475397574868 y1[1] (numeric) -0.9484753975747165 absolute error 1.5143442055887135e-13 relative error 1.5966088413686858e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4649999999997294 y2[1] (analytic) -0.31779910219296936 y2[1] (numeric) -0.31779910219328467 absolute error 3.1530333899354446e-13 relative error 9.921467267144466e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9481580726046384 y1[1] (numeric) -0.9481580726044866 absolute error 1.517674874662589e-13 relative error 1.6006559649842552e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4659999999997293 y2[1] (analytic) -0.3187471012080097 y2[1] (numeric) -0.318747101208325 absolute error 3.1530333899354446e-13 relative error 9.891959418566825e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9478397994764152 y1[1] (numeric) -0.9478397994762631 absolute error 1.5210055437364645e-13 relative error 1.60470740369487e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.466999999999729 y2[1] (analytic) -0.3196947814759754 y2[1] (numeric) -0.3196947814762907 absolute error 3.1530333899354446e-13 relative error 9.862636403942647e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9475205785084714 y1[1] (numeric) -0.9475205785083191 absolute error 1.5232259897857148e-13 relative error 1.6075914595791507e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.467999999999729 y2[1] (analytic) -0.3206421420491863 y2[1] (numeric) -0.3206421420495016 absolute error 3.1530333899354446e-13 relative error 9.83349652601738e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9472004100200282 y1[1] (numeric) -0.9472004100198754 absolute error 1.5276668818842154e-13 relative error 1.6128232903234423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.468999999999729 y2[1] (analytic) -0.3215891819802818 y2[1] (numeric) -0.32158918198059716 absolute error 3.153588501447757e-13 relative error 9.80626425935285e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9468792943312538 y1[1] (numeric) -0.9468792943311007 absolute error 1.5309975509580909e-13 relative error 1.616887770303794e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.469999999999729 y2[1] (analytic) -0.3225359003222221 y2[1] (numeric) -0.32253590032253754 absolute error 3.1541436129600697e-13 relative error 9.779201663470624e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.946557231763264 y1[1] (numeric) -0.9465572317631106 absolute error 1.5343282200319663e-13 relative error 1.6209566295043692e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4709999999997287 y2[1] (analytic) -0.32348229612828905 y2[1] (numeric) -0.32348229612860446 absolute error 3.1541436129600697e-13 relative error 9.75059114737202e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9462342226381214 y1[1] (numeric) -0.9462342226379675 absolute error 1.538769112130467e-13 relative error 1.626203190834026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4719999999997286 y2[1] (analytic) -0.3244283684520868 y2[1] (numeric) -0.3244283684524022 absolute error 3.1541436129600697e-13 relative error 9.722157245400966e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.945910267278835 y1[1] (numeric) -0.9459102672786808 absolute error 1.5420997812043424e-13 relative error 1.6302812587504803e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4729999999997285 y2[1] (analytic) -0.3253741163475431 y2[1] (numeric) -0.3253741163478585 absolute error 3.1541436129600697e-13 relative error 9.693898360344749e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.94558536600936 y1[1] (numeric) -0.9455853660092055 absolute error 1.545430450278218e-13 relative error 1.6343637558609596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4739999999997284 y2[1] (analytic) -0.3263195388689102 y2[1] (numeric) -0.3263195388692256 absolute error 3.1541436129600697e-13 relative error 9.66581291421584e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.945259519154598 y1[1] (numeric) -0.9452595191544431 absolute error 1.5498713423767185e-13 relative error 1.6396252150550792e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4749999999997283 y2[1] (analytic) -0.3272646350707656 y2[1] (numeric) -0.327264635071081 absolute error 3.1541436129600697e-13 relative error 9.637899347963577e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9449327270403955 y1[1] (numeric) -0.9449327270402402 absolute error 1.553202011450594e-13 relative error 1.6437170255657735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.475999999999728 y2[1] (analytic) -0.32820940400801324 y2[1] (numeric) -0.32820940400832865 absolute error 3.1541436129600697e-13 relative error 9.610156121191035e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9446049899935447 y1[1] (numeric) -0.9446049899933892 absolute error 1.5554224574998443e-13 relative error 1.646637985165073e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.476999999999728 y2[1] (analytic) -0.32915384473588416 y2[1] (numeric) -0.32915384473619963 absolute error 3.1546987244723823e-13 relative error 9.58426819229087e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9442763083417827 y1[1] (numeric) -0.9442763083416268 absolute error 1.5587531265737198e-13 relative error 1.650738362070105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.477999999999728 y2[1] (analytic) -0.3300979563099378 y2[1] (numeric) -0.3300979563102533 absolute error 3.1546987244723823e-13 relative error 9.556856273022033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.943946682413791 y1[1] (numeric) -0.9439466824136348 absolute error 1.5620837956475953e-13 relative error 1.6548432498890186e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.478999999999728 y2[1] (analytic) -0.33104173778606266 y2[1] (numeric) -0.33104173778637813 absolute error 3.1546987244723823e-13 relative error 9.529610210393233e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9436161125391955 y1[1] (numeric) -0.943616112539039 absolute error 1.5654144647214707e-13 relative error 1.6589526650928686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4799999999997278 y2[1] (analytic) -0.3319851882204773 y2[1] (numeric) -0.3319851882207928 absolute error 3.155253835984695e-13 relative error 9.50420063285846e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9432845990485662 y1[1] (numeric) -0.9432845990484092 absolute error 1.5698553568199713e-13 relative error 1.664243599867303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4809999999997276 y2[1] (analytic) -0.3329283066697314 y2[1] (numeric) -0.3329283066700469 absolute error 3.155253835984695e-13 relative error 9.477277157795844e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9429521422734164 y1[1] (numeric) -0.9429521422732591 absolute error 1.5731860258938468e-13 relative error 1.6683625343922166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4819999999997275 y2[1] (analytic) -0.3338710921907066 y2[1] (numeric) -0.33387109219102207 absolute error 3.1546987244723823e-13 relative error 9.448852560947157e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9426187425462029 y1[1] (numeric) -0.9426187425460453 absolute error 1.5765166949677223e-13 relative error 1.6724860474439892e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4829999999997274 y2[1] (analytic) -0.33481354384061734 y2[1] (numeric) -0.33481354384093287 absolute error 3.155253835984695e-13 relative error 9.423913381134615e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9422844002003254 y1[1] (numeric) -0.9422844002001675 absolute error 1.5798473640415978e-13 relative error 1.676614155668638e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4839999999997273 y2[1] (analytic) -0.33575566067701224 y2[1] (numeric) -0.33575566067732776 absolute error 3.155253835984695e-13 relative error 9.397470260434307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9419491155701263 y1[1] (numeric) -0.941949115569968 absolute error 1.5831780331154732e-13 relative error 1.6807468757558472e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.484999999999727 y2[1] (analytic) -0.3366974417577744 y2[1] (numeric) -0.3366974417580899 absolute error 3.155253835984695e-13 relative error 9.371184466125632e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.94161288899089 y1[1] (numeric) -0.9416128889907314 absolute error 1.5865087021893487e-13 relative error 1.684884224439177e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.485999999999727 y2[1] (analytic) -0.33763888614112286 y2[1] (numeric) -0.3376388861414384 absolute error 3.155253835984695e-13 relative error 9.345054629358936e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9412757207988433 y1[1] (numeric) -0.9412757207986843 absolute error 1.5898393712632242e-13 relative error 1.6890262184962734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.486999999999727 y2[1] (analytic) -0.3385799928856133 y2[1] (numeric) -0.3385799928859289 absolute error 3.1558089474970075e-13 relative error 9.320718925536671e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9409376113311542 y1[1] (numeric) -0.9409376113309948 absolute error 1.5931700403370996e-13 relative error 1.6931728747490765e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.487999999999727 y2[1] (analytic) -0.3395207610501391 y2[1] (numeric) -0.3395207610504547 absolute error 3.1558089474970075e-13 relative error 9.294892417583177e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9405985609259321 y1[1] (numeric) -0.9405985609257724 absolute error 1.596500709410975e-13 relative error 1.6973242100640342e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4889999999997268 y2[1] (analytic) -0.34046118969393213 y2[1] (numeric) -0.34046118969424777 absolute error 3.15636405900932e-13 relative error 9.270848350870268e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9402585699222274 y1[1] (numeric) -0.9402585699220675 absolute error 1.5998313784848506e-13 relative error 1.7014802413523112e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4899999999997267 y2[1] (analytic) -0.3414012778765638 y2[1] (numeric) -0.34140127787687946 absolute error 3.15636405900932e-13 relative error 9.245319990133507e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9399176386600313 y1[1] (numeric) -0.939917638659871 absolute error 1.603162047558726e-13 relative error 1.7056409855700034e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4909999999997265 y2[1] (analytic) -0.34234102465794614 y2[1] (numeric) -0.34234102465826177 absolute error 3.15636405900932e-13 relative error 9.219941028578261e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9395757674802748 y1[1] (numeric) -0.9395757674801142 absolute error 1.6064927166326015e-13 relative error 1.7098064597183513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4919999999997264 y2[1] (analytic) -0.3432804290983323 y2[1] (numeric) -0.3432804290986479 absolute error 3.15636405900932e-13 relative error 9.19471018869294e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9392329567248292 y1[1] (numeric) -0.9392329567246681 absolute error 1.6109336087311021e-13 relative error 1.7151587337272958e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4929999999997263 y2[1] (analytic) -0.34421949025831794 y2[1] (numeric) -0.3442194902586336 absolute error 3.15636405900932e-13 relative error 9.169626207512658e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9388892067365051 y1[1] (numeric) -0.9388892067363437 absolute error 1.6142642778049776e-13 relative error 1.7193341517004075e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.493999999999726 y2[1] (analytic) -0.34515820719884205 y2[1] (numeric) -0.3451582071991577 absolute error 3.15636405900932e-13 relative error 9.144687836412859e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9385445178590525 y1[1] (numeric) -0.9385445178588907 absolute error 1.617594946878853e-13 relative error 1.723514352381288e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.494999999999726 y2[1] (analytic) -0.3460965789811877 y2[1] (numeric) -0.34609657898150337 absolute error 3.1569191705216326e-13 relative error 9.121497761736701e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9381988904371602 y1[1] (numeric) -0.9381988904369981 absolute error 1.6209256159527285e-13 relative error 1.7276993529564366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.495999999999726 y2[1] (analytic) -0.3470346046669832 y2[1] (numeric) -0.3470346046672989 absolute error 3.1569191705216326e-13 relative error 9.09684258591743e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9378523248164556 y1[1] (numeric) -0.9378523248162932 absolute error 1.624256285026604e-13 relative error 1.7318891706585923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.496999999999726 y2[1] (analytic) -0.34797228331820296 y2[1] (numeric) -0.3479722833185187 absolute error 3.157474282033945e-13 relative error 9.073924658380321e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9375048213435045 y1[1] (numeric) -0.9375048213433417 absolute error 1.6286971771251046e-13 relative error 1.737268054569658e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4979999999997258 y2[1] (analytic) -0.3489096139971684 y2[1] (numeric) -0.34890961399748416 absolute error 3.157474282033945e-13 relative error 9.049547949858355e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9371563803658101 y1[1] (numeric) -0.937156380365647 absolute error 1.630917623174355e-13 relative error 1.7402833266073927e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4989999999997257 y2[1] (analytic) -0.3498465957665489 y2[1] (numeric) -0.34984659576686467 absolute error 3.157474282033945e-13 relative error 9.025310865511219e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9368070022318135 y1[1] (numeric) -0.9368070022316499 absolute error 1.6353585152728556e-13 relative error 1.745672813479019e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.4999999999997256 y2[1] (analytic) -0.3507832276893628 y2[1] (numeric) -0.35078322768967857 absolute error 3.157474282033945e-13 relative error 9.001212238203294e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9364566872908926 y1[1] (numeric) -0.9364566872907287 absolute error 1.638689184346731e-13 relative error 1.7498825162831083e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5009999999997254 y2[1] (analytic) -0.3517195088289783 y2[1] (numeric) -0.35171950882929404 absolute error 3.157474282033945e-13 relative error 8.977250913793496e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9361054358933625 y1[1] (numeric) -0.9361054358931983 absolute error 1.6420198534206065e-13 relative error 1.754097124597468e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5019999999997253 y2[1] (analytic) -0.3526554382491142 y2[1] (numeric) -0.35265543824942996 absolute error 3.157474282033945e-13 relative error 8.953425750955014e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9357532483904746 y1[1] (numeric) -0.9357532483903099 absolute error 1.6464607455191071e-13 relative error 1.7595031044253087e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5029999999997252 y2[1] (analytic) -0.3535910150138413 y2[1] (numeric) -0.353591015014157 absolute error 3.1569191705216326e-13 relative error 8.928165695607551e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9354001251344162 y1[1] (numeric) -0.9354001251342512 absolute error 1.6497914145929826e-13 relative error 1.763728024256902e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.503999999999725 y2[1] (analytic) -0.35452623818758283 y2[1] (numeric) -0.3545262381878985 absolute error 3.1569191705216326e-13 relative error 8.904613623692585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9350460664783106 y1[1] (numeric) -0.9350460664781453 absolute error 1.653122083666858e-13 relative error 1.7679579038207783e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.504999999999725 y2[1] (analytic) -0.3554611068351157 y2[1] (numeric) -0.3554611068354314 absolute error 3.1569191705216326e-13 relative error 8.881194341146307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9346910727762165 y1[1] (numeric) -0.9346910727760508 absolute error 1.6575629757653587e-13 relative error 1.773380557537658e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.505999999999725 y2[1] (analytic) -0.3563956200215714 y2[1] (numeric) -0.35639562002188707 absolute error 3.1569191705216326e-13 relative error 8.857906756347217e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9343351443831275 y1[1] (numeric) -0.9343351443829614 absolute error 1.6608936448392342e-13 relative error 1.7776208620899084e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.506999999999725 y2[1] (analytic) -0.3573297768124367 y2[1] (numeric) -0.3573297768127524 absolute error 3.1569191705216326e-13 relative error 8.834749789628384e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.933978281654972 y1[1] (numeric) -0.9339782816548056 absolute error 1.6642243139131097e-13 relative error 1.781866181046706e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5079999999997247 y2[1] (analytic) -0.35826357627355504 y2[1] (numeric) -0.35826357627387073 absolute error 3.1569191705216326e-13 relative error 8.811722373114317e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9336204849486126 y1[1] (numeric) -0.9336204849484459 absolute error 1.667554982986985e-13 relative error 1.7861165322210867e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5089999999997246 y2[1] (analytic) -0.3591970174711269 y2[1] (numeric) -0.3591970174714426 absolute error 3.1569191705216326e-13 relative error 8.788823450560507e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9332617546218461 y1[1] (numeric) -0.933261754621679 absolute error 1.6708856520608606e-13 relative error 1.7903719334752946e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5099999999997245 y2[1] (analytic) -0.3601300994717113 y2[1] (numeric) -0.36013009947202695 absolute error 3.15636405900932e-13 relative error 8.764510557822054e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9329020910334028 y1[1] (numeric) -0.9329020910332353 absolute error 1.6753265441593612e-13 relative error 1.79582247725863e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5109999999997243 y2[1] (analytic) -0.36106282134222617 y2[1] (numeric) -0.36106282134254186 absolute error 3.1569191705216326e-13 relative error 8.743406919565972e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9325414945429461 y1[1] (numeric) -0.9325414945427783 absolute error 1.6775469902086115e-13 relative error 1.798897957919615e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5119999999997242 y2[1] (analytic) -0.36199518214994986 y2[1] (numeric) -0.3619951821502655 absolute error 3.15636405900932e-13 relative error 8.719353777757887e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9321799655110726 y1[1] (numeric) -0.9321799655109045 absolute error 1.680877659282487e-13 relative error 1.8031686170823646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.512999999999724 y2[1] (analytic) -0.36292718096252147 y2[1] (numeric) -0.36292718096283716 absolute error 3.1569191705216326e-13 relative error 8.698491973373687e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9318175042993114 y1[1] (numeric) -0.9318175042991429 absolute error 1.6853185513809876e-13 relative error 1.808635857992685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.513999999999724 y2[1] (analytic) -0.3638588168479424 y2[1] (numeric) -0.3638588168482581 absolute error 3.1569191705216326e-13 relative error 8.676220073130501e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9314541112701235 y1[1] (numeric) -0.9314541112699546 absolute error 1.688649220454863e-13 relative error 1.8129172441487583e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.514999999999724 y2[1] (analytic) -0.36479008887457687 y2[1] (numeric) -0.3647900888748925 absolute error 3.15636405900932e-13 relative error 8.652548836365316e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9310897867869018 y1[1] (numeric) -0.9310897867867326 absolute error 1.6919798895287386e-13 relative error 1.8172037901603377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.515999999999724 y2[1] (analytic) -0.3657209961111528 y2[1] (numeric) -0.36572099611146847 absolute error 3.1569191705216326e-13 relative error 8.632042469779769e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.930724531213971 y1[1] (numeric) -0.9307245312138015 absolute error 1.695310558602614e-13 relative error 1.82149551424348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5169999999997237 y2[1] (analytic) -0.36665153762676306 y2[1] (numeric) -0.36665153762707875 absolute error 3.1569191705216326e-13 relative error 8.610134818895136e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9303583449165866 y1[1] (numeric) -0.9303583449164167 absolute error 1.6997514507011147e-13 relative error 1.82698576305403e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5179999999997236 y2[1] (analytic) -0.3675817124908663 y2[1] (numeric) -0.367581712491182 absolute error 3.1569191705216326e-13 relative error 8.588346653943173e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9299912282609348 y1[1] (numeric) -0.9299912282607645 absolute error 1.7030821197749901e-13 relative error 1.8312883692029223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5189999999997235 y2[1] (analytic) -0.36851151977328767 y2[1] (numeric) -0.36851151977360336 absolute error 3.1569191705216326e-13 relative error 8.566677026714943e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9296231816141322 y1[1] (numeric) -0.9296231816139616 absolute error 1.7053025658242404e-13 relative error 1.8344019378510693e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5199999999997234 y2[1] (analytic) -0.36944095854422 y2[1] (numeric) -0.3694409585445357 absolute error 3.1569191705216326e-13 relative error 8.545124999029492e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9292542053442254 y1[1] (numeric) -0.9292542053440546 absolute error 1.708633234898116e-13 relative error 1.838714557407016e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5209999999997232 y2[1] (analytic) -0.37037002787422457 y2[1] (numeric) -0.3703700278745402 absolute error 3.15636405900932e-13 relative error 8.522190840132458e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9288842998201908 y1[1] (numeric) -0.9288842998200195 absolute error 1.7130741269966165e-13 relative error 1.8442276689661194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.521999999999723 y2[1] (analytic) -0.3712987268342321 y2[1] (numeric) -0.37129872683454773 absolute error 3.15636405900932e-13 relative error 8.500874985274302e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9285134654119338 y1[1] (numeric) -0.9285134654117622 absolute error 1.716404796070492e-13 relative error 1.8485513242492517e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.522999999999723 y2[1] (analytic) -0.3722270544955437 y2[1] (numeric) -0.37222705449585936 absolute error 3.15636405900932e-13 relative error 8.479673954078767e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9281417024902887 y1[1] (numeric) -0.9281417024901167 absolute error 1.7197354651443675e-13 relative error 1.8528802881393655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.523999999999723 y2[1] (analytic) -0.3731550099298319 y2[1] (numeric) -0.3731550099301475 absolute error 3.1558089474970075e-13 relative error 8.457099230934689e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9277690114270184 y1[1] (numeric) -0.9277690114268461 absolute error 1.723066134218243e-13 relative error 1.8572145792711522e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.524999999999723 y2[1] (analytic) -0.37408259220914125 y2[1] (numeric) -0.37408259220945683 absolute error 3.1558089474970075e-13 relative error 8.436128847537137e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9273953925948141 y1[1] (numeric) -0.9273953925946414 absolute error 1.7263968032921184e-13 relative error 1.861554216332401e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5259999999997227 y2[1] (analytic) -0.37500980040588955 y2[1] (numeric) -0.37500980040620513 absolute error 3.1558089474970075e-13 relative error 8.415270598478593e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9270208463672944 y1[1] (numeric) -0.9270208463671215 absolute error 1.729727472365994e-13 relative error 1.86589921806425e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5269999999997226 y2[1] (analytic) -0.3759366335928687 y2[1] (numeric) -0.37593663359318424 absolute error 3.155253835984695e-13 relative error 8.393047003239825e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9266453731190056 y1[1] (numeric) -0.9266453731188323 absolute error 1.7330581414398694e-13 relative error 1.87024960326144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5279999999997225 y2[1] (analytic) -0.3768630908432456 y2[1] (numeric) -0.3768630908435611 absolute error 3.155253835984695e-13 relative error 8.37241404809554e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.926268973225421 y1[1] (numeric) -0.9262689732252473 absolute error 1.73749903353837e-13 relative error 1.8758039875697364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5289999999997224 y2[1] (analytic) -0.37778917123056305 y2[1] (numeric) -0.3777891712308786 absolute error 3.155253835984695e-13 relative error 8.351890621182092e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9258916470629402 y1[1] (numeric) -0.9258916470627662 absolute error 1.7408297026122455e-13 relative error 1.8801656847584753e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5299999999997222 y2[1] (analytic) -0.37871487382874075 y2[1] (numeric) -0.3787148738290563 absolute error 3.155253835984695e-13 relative error 8.331475878107543e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9255133950088896 y1[1] (numeric) -0.9255133950087152 absolute error 1.744160371686121e-13 relative error 1.884532823719281e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.530999999999722 y2[1] (analytic) -0.37964019771207613 y2[1] (numeric) -0.3796401977123917 absolute error 3.1558089474970075e-13 relative error 8.312631187412911e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9251342174415211 y1[1] (numeric) -0.9251342174413464 absolute error 1.7474910407599964e-13 relative error 1.8889054234667927e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.531999999999722 y2[1] (analytic) -0.3805651419552455 y2[1] (numeric) -0.38056514195556107 absolute error 3.1558089474970075e-13 relative error 8.292427759629469e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9247541147400123 y1[1] (numeric) -0.9247541147398372 absolute error 1.751931932858497e-13 relative error 1.8944840633134565e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.532999999999722 y2[1] (analytic) -0.38148970563330464 y2[1] (numeric) -0.38148970563362017 absolute error 3.155253835984695e-13 relative error 8.2708754375081e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9243730872844658 y1[1] (numeric) -0.9243730872842902 absolute error 1.7552626019323725e-13 relative error 1.8988681367702018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.533999999999722 y2[1] (analytic) -0.3824138878216899 y2[1] (numeric) -0.3824138878220054 absolute error 3.155253835984695e-13 relative error 8.250887157779979e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.923991135455909 y1[1] (numeric) -0.9239911354557331 absolute error 1.759703494030873e-13 relative error 1.904459281595394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5349999999997217 y2[1] (analytic) -0.3833376875962192 y2[1] (numeric) -0.38333768759653475 absolute error 3.155253835984695e-13 relative error 8.231003467908994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9236082596362938 y1[1] (numeric) -0.9236082596361175 absolute error 1.7630341631047486e-13 relative error 1.9088549119287986e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5359999999997216 y2[1] (analytic) -0.3842611040330929 y2[1] (numeric) -0.3842611040334084 absolute error 3.155253835984695e-13 relative error 8.211223573939875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9232244602084959 y1[1] (numeric) -0.9232244602083193 absolute error 1.766364832178624e-13 relative error 1.9132561021831223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5369999999997215 y2[1] (analytic) -0.3851841362088945 y2[1] (numeric) -0.38518413620921005 absolute error 3.155253835984695e-13 relative error 8.19154668995383e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9228397375563147 y1[1] (numeric) -0.9228397375561378 absolute error 1.7685852782278744e-13 relative error 1.9164598209772577e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5379999999997214 y2[1] (analytic) -0.38610678320059205 y2[1] (numeric) -0.3861067832009076 absolute error 3.155253835984695e-13 relative error 8.171972037967181e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9224540920644728 y1[1] (numeric) -0.9224540920642956 absolute error 1.7719159473017498e-13 relative error 1.9208716862387833e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5389999999997213 y2[1] (analytic) -0.38702904408553856 y2[1] (numeric) -0.3870290440858541 absolute error 3.155253835984695e-13 relative error 8.152498847831538e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9220675241186158 y1[1] (numeric) -0.9220675241184383 absolute error 1.7752466163756253e-13 relative error 1.9252891680276286e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.539999999999721 y2[1] (analytic) -0.38795091794147324 y2[1] (numeric) -0.38795091794178876 absolute error 3.155253835984695e-13 relative error 8.133126357135467e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9216800341053115 y1[1] (numeric) -0.9216800341051337 absolute error 1.7785772854495008e-13 relative error 1.9297122858650098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.540999999999721 y2[1] (analytic) -0.38887240384652233 y2[1] (numeric) -0.3888724038468378 absolute error 3.1546987244723823e-13 relative error 8.11242632099309e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.92129162241205 y1[1] (numeric) -0.9212916224118717 absolute error 1.7830181775480014e-13 relative error 1.935346131640544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.541999999999721 y2[1] (analytic) -0.38979350087919995 y2[1] (numeric) -0.3897935008795154 absolute error 3.1546987244723823e-13 relative error 8.09325634562093e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9209022894272427 y1[1] (numeric) -0.9209022894270641 absolute error 1.7863488466218769e-13 relative error 1.939781089840596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.542999999999721 y2[1] (analytic) -0.39071420811840923 y2[1] (numeric) -0.39071420811872465 absolute error 3.1541436129600697e-13 relative error 8.072764049584242e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9205120355402228 y1[1] (numeric) -0.9205120355400438 absolute error 1.7896795156957523e-13 relative error 1.944221744635245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5439999999997207 y2[1] (analytic) -0.3916345246434429 y2[1] (numeric) -0.3916345246437583 absolute error 3.1541436129600697e-13 relative error 8.053793561310017e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.920120861141244 y1[1] (numeric) -0.9201208611410647 absolute error 1.7930101847696278e-13 relative error 1.9486681157796184e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5449999999997206 y2[1] (analytic) -0.39255444953398455 y2[1] (numeric) -0.39255444953429997 absolute error 3.1541436129600697e-13 relative error 8.034920039002148e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9197287666214808 y1[1] (numeric) -0.9197287666213012 absolute error 1.7963408538435033e-13 relative error 1.953120223087245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5459999999997205 y2[1] (analytic) -0.3934739818701094 y2[1] (numeric) -0.3934739818704248 absolute error 3.1541436129600697e-13 relative error 8.016142764939643e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9193357523730277 y1[1] (numeric) -0.9193357523728477 absolute error 1.7996715229173788e-13 relative error 1.9575780864303295e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5469999999997204 y2[1] (analytic) -0.39439312073228516 y2[1] (numeric) -0.3943931207326006 absolute error 3.1541436129600697e-13 relative error 7.997461028487636e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9189418187888987 y1[1] (numeric) -0.9189418187887184 absolute error 1.8030021919912542e-13 relative error 1.9620417257400316e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5479999999997203 y2[1] (analytic) -0.39531186520137307 y2[1] (numeric) -0.3953118652016885 absolute error 3.1541436129600697e-13 relative error 7.978874126010205e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9185469662630276 y1[1] (numeric) -0.9185469662628468 absolute error 1.8074430840897548e-13 relative error 1.9677198341235285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.54899999999972 y2[1] (analytic) -0.3962302143586287 y2[1] (numeric) -0.3962302143589441 absolute error 3.1541436129600697e-13 relative error 7.960381360784487e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9181511951902667 y1[1] (numeric) -0.9181511951900856 absolute error 1.8107737531636303e-13 relative error 1.9721956063983418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.54999999999972 y2[1] (analytic) -0.397148167285703 y2[1] (numeric) -0.3971481672860184 absolute error 3.1541436129600697e-13 relative error 7.941982042916043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9177545059663871 y1[1] (numeric) -0.9177545059662057 absolute error 1.8141044222375058e-13 relative error 1.9766772164493713e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.55099999999972 y2[1] (analytic) -0.39806572306464316 y2[1] (numeric) -0.3980657230649585 absolute error 3.153588501447757e-13 relative error 7.922280966994076e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.917356898988078 y1[1] (numeric) -0.9173568989878963 absolute error 1.8174350913113813e-13 relative error 1.981164684449602e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.55199999999972 y2[1] (analytic) -0.39898288077789335 y2[1] (numeric) -0.3989828807782087 absolute error 3.153588501447757e-13 relative error 7.904069706698277e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9169583746529465 y1[1] (numeric) -0.9169583746527643 absolute error 1.821875983409882e-13 relative error 1.9868687977242497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5529999999997197 y2[1] (analytic) -0.39989963950829605 y2[1] (numeric) -0.3998996395086114 absolute error 3.153588501447757e-13 relative error 7.88594984813017e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9165589333595167 y1[1] (numeric) -0.9165589333593341 absolute error 1.8252066524837574e-13 relative error 1.9913685700424318e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5539999999997196 y2[1] (analytic) -0.40081599833909254 y2[1] (numeric) -0.4008159983394079 absolute error 3.153588501447757e-13 relative error 7.867920728003986e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9161585755072298 y1[1] (numeric) -0.9161585755070469 absolute error 1.8285373215576328e-13 relative error 1.995874262864664e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5549999999997195 y2[1] (analytic) -0.4017319563539241 y2[1] (numeric) -0.4017319563542395 absolute error 3.153588501447757e-13 relative error 7.849981689456288e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9157573014964439 y1[1] (numeric) -0.9157573014962606 absolute error 1.8329782136561334e-13 relative error 2.001598251699281e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5559999999997194 y2[1] (analytic) -0.40264751263683285 y2[1] (numeric) -0.40264751263714815 absolute error 3.1530333899354446e-13 relative error 7.830753428195935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9153551117284328 y1[1] (numeric) -0.915355111728249 absolute error 1.837419105754634e-13 relative error 2.007329267310367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5569999999997193 y2[1] (analytic) -0.40356266627226245 y2[1] (numeric) -0.40356266627257775 absolute error 3.1530333899354446e-13 relative error 7.812995733872616e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9149520066053861 y1[1] (numeric) -0.914952006605202 absolute error 1.8407497748285095e-13 relative error 2.011853913144556e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.557999999999719 y2[1] (analytic) -0.4044774163450594 y2[1] (numeric) -0.4044774163453747 absolute error 3.1530333899354446e-13 relative error 7.79532617278586e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9145479865304091 y1[1] (numeric) -0.9145479865302247 absolute error 1.844080443902385e-13 relative error 2.0163845649022906e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.558999999999719 y2[1] (analytic) -0.40539176194047377 y2[1] (numeric) -0.405391761940789 absolute error 3.152478278423132e-13 relative error 7.776374791962423e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9141430519075219 y1[1] (numeric) -0.9141430519073371 absolute error 1.8474111129762605e-13 relative error 2.020921243257616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.559999999999719 y2[1] (analytic) -0.4063057021441599 y2[1] (numeric) -0.40630570214447514 absolute error 3.152478278423132e-13 relative error 7.758882688051994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9137372031416588 y1[1] (numeric) -0.9137372031414738 absolute error 1.850741782050136e-13 relative error 2.0254639689473287e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.560999999999719 y2[1] (analytic) -0.4072192360421778 y2[1] (numeric) -0.407219236042493 absolute error 3.1519231669108194e-13 relative error 7.740113648718594e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9133304406386689 y1[1] (numeric) -0.9133304406384835 absolute error 1.8540724511240114e-13 relative error 2.0300127627712764e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5619999999997187 y2[1] (analytic) -0.40813236272099357 y2[1] (numeric) -0.40813236272130876 absolute error 3.1519231669108194e-13 relative error 7.722796462150514e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9129227648053143 y1[1] (numeric) -0.9129227648051286 absolute error 1.857403120197887e-13 relative error 2.0345676455926565e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5629999999997186 y2[1] (analytic) -0.4090450812674807 y2[1] (numeric) -0.4090450812677958 absolute error 3.151368055398507e-13 relative error 7.704207188199337e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9125141760492711 y1[1] (numeric) -0.9125141760490849 absolute error 1.8618440122963875e-13 relative error 2.040345302203675e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5639999999997185 y2[1] (analytic) -0.40995739076892057 y2[1] (numeric) -0.4099573907692357 absolute error 3.151368055398507e-13 relative error 7.687062427360479e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9121046747791278 y1[1] (numeric) -0.9121046747789413 absolute error 1.865174681370263e-13 relative error 2.044912972101505e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5649999999997184 y2[1] (analytic) -0.41086929031300384 y2[1] (numeric) -0.410869290313319 absolute error 3.151368055398507e-13 relative error 7.67000145714898e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9116942614043858 y1[1] (numeric) -0.911694261404199 absolute error 1.8685053504441385e-13 relative error 2.0494867956784858e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5659999999997183 y2[1] (analytic) -0.41178077898783105 y2[1] (numeric) -0.4117807789881462 absolute error 3.151368055398507e-13 relative error 7.653023686886648e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9112829363354583 y1[1] (numeric) -0.9112829363352711 absolute error 1.871836019518014e-13 relative error 2.054066794057647e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.566999999999718 y2[1] (analytic) -0.4126918558819136 y2[1] (numeric) -0.41269185588222873 absolute error 3.151368055398507e-13 relative error 7.636128531453816e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9108706999836705 y1[1] (numeric) -0.9108706999834829 absolute error 1.8762769116165146e-13 relative error 2.05987184750827e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.567999999999718 y2[1] (analytic) -0.41360252008417464 y2[1] (numeric) -0.4136025200844898 absolute error 3.151368055398507e-13 relative error 7.619315411224172e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9104575527612585 y1[1] (numeric) -0.9104575527610707 absolute error 1.8784973576657649e-13 relative error 2.063245400039366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.568999999999718 y2[1] (analytic) -0.4145127706839501 y2[1] (numeric) -0.4145127706842652 absolute error 3.1508129438861943e-13 relative error 7.601244561626708e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9100434950813697 y1[1] (numeric) -0.9100434950811814 absolute error 1.8829382497642655e-13 relative error 2.0690640172049208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.569999999999718 y2[1] (analytic) -0.41542260677098936 y2[1] (numeric) -0.41542260677130444 absolute error 3.1508129438861943e-13 relative error 7.584596727599727e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9096285273580617 y1[1] (numeric) -0.909628527357873 absolute error 1.886268918838141e-13 relative error 2.0736694838679343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5709999999997177 y2[1] (analytic) -0.4163320274354565 y2[1] (numeric) -0.4163320274357715 absolute error 3.1502578323738817e-13 relative error 7.566695869589958e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.909212650006302 y1[1] (numeric) -0.9092126500061131 absolute error 1.8895995879120164e-13 relative error 2.078281233657406e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5719999999997176 y2[1] (analytic) -0.4172410317679309 y2[1] (numeric) -0.4172410317682459 absolute error 3.149702720861569e-13 relative error 7.548880577530139e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9087958634419682 y1[1] (numeric) -0.9087958634417789 absolute error 1.892930256985892e-13 relative error 2.0828992880938286e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5729999999997175 y2[1] (analytic) -0.4181496188594083 y2[1] (numeric) -0.4181496188597233 absolute error 3.149702720861569e-13 relative error 7.532477799341419e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9083781680818466 y1[1] (numeric) -0.908378168081657 absolute error 1.8962609260597674e-13 relative error 2.087523668764473e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5739999999997174 y2[1] (analytic) -0.4190577878013017 y2[1] (numeric) -0.4190577878016167 absolute error 3.149702720861569e-13 relative error 7.516153648849537e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9079595643436327 y1[1] (numeric) -0.9079595643434426 absolute error 1.900701818158268e-13 relative error 2.0933771643589573e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5749999999997173 y2[1] (analytic) -0.4199655376854422 y2[1] (numeric) -0.4199655376857572 absolute error 3.149702720861569e-13 relative error 7.499907583418722e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9075400526459301 y1[1] (numeric) -0.9075400526457396 absolute error 1.9051427102567686e-13 relative error 2.099238160015452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.575999999999717 y2[1] (analytic) -0.42087286760408 y2[1] (numeric) -0.42087286760439496 absolute error 3.149702720861569e-13 relative error 7.48373906541424e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9071196334082504 y1[1] (numeric) -0.9071196334080596 absolute error 1.908473379330644e-13 relative error 2.1038827835310816e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.576999999999717 y2[1] (analytic) -0.4217797766498853 y2[1] (numeric) -0.4217797766502002 absolute error 3.1491476093492565e-13 relative error 7.466331445197119e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.906698307051013 y1[1] (numeric) -0.9066983070508218 absolute error 1.9118040484045196e-13 relative error 2.108533823805802e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.577999999999717 y2[1] (analytic) -0.4226862639159491 y2[1] (numeric) -0.42268626391626396 absolute error 3.148592497836944e-13 relative error 7.44900595696443e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.906276073995544 y1[1] (numeric) -0.9062760739953525 absolute error 1.915134717478395e-13 relative error 2.113191302772726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.578999999999717 y2[1] (analytic) -0.42359232849578415 y2[1] (numeric) -0.423592328496099 absolute error 3.148592497836944e-13 relative error 7.43307252286152e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9058529346640765 y1[1] (numeric) -0.9058529346638847 absolute error 1.9173551635276453e-13 relative error 2.116629631761e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5799999999997167 y2[1] (analytic) -0.4244979694833261 y2[1] (numeric) -0.4244979694836409 absolute error 3.1480373863246314e-13 relative error 7.415906818485462e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9054288894797499 y1[1] (numeric) -0.9054288894795578 absolute error 1.9206858326015208e-13 relative error 2.1212994801890263e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5809999999997166 y2[1] (analytic) -0.42540318597293386 y2[1] (numeric) -0.4254031859732486 absolute error 3.147482274812319e-13 relative error 7.398821585253892e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9050039388666092 y1[1] (numeric) -0.9050039388664168 absolute error 1.9240165016753963e-13 relative error 2.1259758317571057e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5819999999997165 y2[1] (analytic) -0.4263079770593911 y2[1] (numeric) -0.42630797705970586 absolute error 3.147482274812319e-13 relative error 7.383118412475372e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9045780832496052 y1[1] (numeric) -0.9045780832494124 absolute error 1.928457393773897e-13 relative error 2.1318860466374654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5829999999997164 y2[1] (analytic) -0.42721234183790685 y2[1] (numeric) -0.42721234183822154 absolute error 3.146927163300006e-13 relative error 7.366189726077753e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9041513230545932 y1[1] (numeric) -0.9041513230544 absolute error 1.9317880628477724e-13 relative error 2.1365760504794725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5839999999997163 y2[1] (analytic) -0.42811627940411634 y2[1] (numeric) -0.428116279404431 absolute error 3.1463720517876936e-13 relative error 7.349339894682457e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9037236587083336 y1[1] (numeric) -0.90372365870814 absolute error 1.936228954946273e-13 relative error 2.142501124418575e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.584999999999716 y2[1] (analytic) -0.42901978885408215 y2[1] (numeric) -0.42901978885439673 absolute error 3.145816940275381e-13 relative error 7.332568384964017e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9032950906384906 y1[1] (numeric) -0.9032950906382966 absolute error 1.9395596240201485e-13 relative error 2.147204877034346e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.585999999999716 y2[1] (analytic) -0.4299228692842948 y2[1] (numeric) -0.4299228692846094 absolute error 3.145816940275381e-13 relative error 7.317165857011316e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9028656192736321 y1[1] (numeric) -0.9028656192734378 absolute error 1.942890293094024e-13 relative error 2.1519152480931838e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.586999999999716 y2[1] (analytic) -0.430825519791674 y2[1] (numeric) -0.4308255197919886 absolute error 3.145816940275381e-13 relative error 7.301835187935346e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9024352450432296 y1[1] (numeric) -0.902435245043035 absolute error 1.9462209621678994e-13 relative error 2.156632260162522e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.587999999999716 y2[1] (analytic) -0.4317277394735693 y2[1] (numeric) -0.4317277394738839 absolute error 3.145816940275381e-13 relative error 7.286575896446354e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9020039683776573 y1[1] (numeric) -0.9020039683774623 absolute error 1.949551631241775e-13 relative error 2.1613559358815627e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5889999999997158 y2[1] (analytic) -0.4326295274277611 y2[1] (numeric) -0.43262952742807564 absolute error 3.1452618287630685e-13 relative error 7.27010439500862e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9015717897081919 y1[1] (numeric) -0.9015717897079965 absolute error 1.9539925233402755e-13 relative error 2.1673177284891717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5899999999997156 y2[1] (analytic) -0.4335308827524616 y2[1] (numeric) -0.43353088275277607 absolute error 3.144706717250756e-13 relative error 7.253708656890142e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9011387094670118 y1[1] (numeric) -0.901138709466816 absolute error 1.9584334154387761e-13 relative error 2.173287413873401e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5909999999997155 y2[1] (analytic) -0.4344318045463154 y2[1] (numeric) -0.43443180454662983 absolute error 3.1441516057384433e-13 relative error 7.237388176544612e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9007047280871973 y1[1] (numeric) -0.9007047280870011 absolute error 1.9617640845126516e-13 relative error 2.1780324043361003e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5919999999997154 y2[1] (analytic) -0.4353322919084009 y2[1] (numeric) -0.43533229190871525 absolute error 3.1435964942261307e-13 relative error 7.221142452918657e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.9002698460027299 y1[1] (numeric) -0.9002698460025332 absolute error 1.9662049766111522e-13 relative error 2.1840173647282086e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5929999999997153 y2[1] (analytic) -0.43623234393823074 y2[1] (numeric) -0.43623234393854504 absolute error 3.143041382713818e-13 relative error 7.204970989402069e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8998340636484914 y1[1] (numeric) -0.8998340636482944 absolute error 1.9695356456850277e-13 relative error 2.1887764925227387e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.593999999999715 y2[1] (analytic) -0.437131959735753 y2[1] (numeric) -0.4371319597360673 absolute error 3.143041382713818e-13 relative error 7.190143188372208e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8993973814602643 y1[1] (numeric) -0.899397381460067 absolute error 1.9728663147589032e-13 relative error 2.1935424267699685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.594999999999715 y2[1] (analytic) -0.43803113840135194 y2[1] (numeric) -0.4380311384016662 absolute error 3.1424862712015056e-13 relative error 7.174116165965717e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8989597998747306 y1[1] (numeric) -0.898959799874533 absolute error 1.9761969838327786e-13 relative error 2.1983151906327294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.595999999999715 y2[1] (analytic) -0.438929879035849 y2[1] (numeric) -0.4389298790361632 absolute error 3.141931159689193e-13 relative error 7.158161951951737e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.898521319329472 y1[1] (numeric) -0.898521319329274 absolute error 1.979527652906654e-13 relative error 2.2030948073484675e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.596999999999715 y2[1] (analytic) -0.4398281807405036 y2[1] (numeric) -0.43982818074081775 absolute error 3.1413760481768804e-13 relative error 7.142280066929764e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.898081940262969 y1[1] (numeric) -0.8980819402627707 absolute error 1.9828583219805296e-13 relative error 2.2078813002296043e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5979999999997148 y2[1] (analytic) -0.44072604261701415 y2[1] (numeric) -0.44072604261732823 absolute error 3.140820936664568e-13 relative error 7.126470035704028e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8976416631146005 y1[1] (numeric) -0.8976416631144019 absolute error 1.986188991054405e-13 relative error 2.2126746926638936e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5989999999997146 y2[1] (analytic) -0.44162346376751876 y2[1] (numeric) -0.4416234637678328 absolute error 3.1402658251522553e-13 relative error 7.110731387237538e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8972004883246437 y1[1] (numeric) -0.8972004883244447 absolute error 1.9906298831529057e-13 relative error 2.2187124383648514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.5999999999997145 y2[1] (analytic) -0.4425204432945964 y2[1] (numeric) -0.4425204432949104 absolute error 3.1402658251522553e-13 relative error 7.096318085945931e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8967584163342733 y1[1] (numeric) -0.8967584163340739 absolute error 1.9939605522267811e-13 relative error 2.2235203103837028e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6009999999997144 y2[1] (analytic) -0.44341698030126764 y2[1] (numeric) -0.4434169803015816 absolute error 3.1397107136399427e-13 relative error 7.080718269983147e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8963154475855614 y1[1] (numeric) -0.8963154475853616 absolute error 1.9972912213006566e-13 relative error 2.2283351544155966e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6019999999997143 y2[1] (analytic) -0.4443130738909955 y2[1] (numeric) -0.4443130738913095 absolute error 3.1397107136399427e-13 relative error 7.066437829849266e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8958715825214766 y1[1] (numeric) -0.8958715825212764 absolute error 2.0017321133991572e-13 relative error 2.2343962599697375e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.602999999999714 y2[1] (analytic) -0.44520872316768656 y2[1] (numeric) -0.4452087231680005 absolute error 3.13915560212763e-13 relative error 7.050975056805606e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8954268215858838 y1[1] (numeric) -0.8954268215856833 absolute error 2.0050627824730327e-13 relative error 2.239225734741652e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.603999999999714 y2[1] (analytic) -0.4461039272356915 y2[1] (numeric) -0.4461039272360054 absolute error 3.13915560212763e-13 relative error 7.036825749505474e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8949811652235442 y1[1] (numeric) -0.8949811652233433 absolute error 2.0095036745715333e-13 relative error 2.245302753460302e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.604999999999714 y2[1] (analytic) -0.4469986851998064 y2[1] (numeric) -0.44699868520012026 absolute error 3.1386004906153175e-13 relative error 7.021498260587449e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8945346138801139 y1[1] (numeric) -0.8945346138799126 absolute error 2.0128343436454088e-13 relative error 2.2501469617979144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.605999999999714 y2[1] (analytic) -0.44789299616527334 y2[1] (numeric) -0.44789299616558714 absolute error 3.138045379103005e-13 relative error 7.006239003445056e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8940871680021442 y1[1] (numeric) -0.8940871680019427 absolute error 2.015054789694659e-13 relative error 2.253756525996609e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6069999999997138 y2[1] (analytic) -0.44878685923778144 y2[1] (numeric) -0.4487868592380952 absolute error 3.1374902675906924e-13 relative error 6.991047538511709e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8936388280370811 y1[1] (numeric) -0.8936388280368791 absolute error 2.0194956817931597e-13 relative error 2.2598566875491247e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6079999999997137 y2[1] (analytic) -0.44968027352346773 y2[1] (numeric) -0.4496802735237814 absolute error 3.13693515607838e-13 relative error 6.975923429993801e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8931895944332644 y1[1] (numeric) -0.893189594433062 absolute error 2.0239365738916604e-13 relative error 2.2659652401972547e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6089999999997135 y2[1] (analytic) -0.4505732381289179 y2[1] (numeric) -0.4505732381292316 absolute error 3.13693515607838e-13 relative error 6.96209825755528e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8927394676399276 y1[1] (numeric) -0.8927394676397249 absolute error 2.0272672429655358e-13 relative error 2.2708386001179935e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6099999999997134 y2[1] (analytic) -0.4514657521611676 y2[1] (numeric) -0.4514657521614812 absolute error 3.136380044566067e-13 relative error 6.947105133783036e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8922884481071977 y1[1] (numeric) -0.8922884481069946 absolute error 2.0305979120394113e-13 relative error 2.275719153763447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6109999999997133 y2[1] (analytic) -0.45235781472770265 y2[1] (numeric) -0.4523578147280163 absolute error 3.136380044566067e-13 relative error 6.933405243488532e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8918365362860939 y1[1] (numeric) -0.8918365362858905 absolute error 2.0339285811132868e-13 relative error 2.2806069255507815e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.611999999999713 y2[1] (analytic) -0.4532494249364607 y2[1] (numeric) -0.4532494249367743 absolute error 3.1358249330537546e-13 relative error 6.918541448769303e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8913837326285283 y1[1] (numeric) -0.8913837326283245 absolute error 2.0383694732117874e-13 relative error 2.2867474451222113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.612999999999713 y2[1] (analytic) -0.4541405818958316 y2[1] (numeric) -0.45414058189614515 absolute error 3.135269821541442e-13 relative error 6.903742908094908e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8909300375873043 y1[1] (numeric) -0.8909300375871001 absolute error 2.041700142285663e-13 relative error 2.2916503610257858e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.613999999999713 y2[1] (analytic) -0.4550312847146585 y2[1] (numeric) -0.45503128471497195 absolute error 3.1347147100291295e-13 relative error 6.889009207344611e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.890475451616117 y1[1] (numeric) -0.8904754516159124 absolute error 2.0461410343841635e-13 relative error 2.2978073462560232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.614999999999713 y2[1] (analytic) -0.45592153250223855 y2[1] (numeric) -0.45592153250255196 absolute error 3.134159598516817e-13 relative error 6.874339935899887e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8900199751695522 y1[1] (numeric) -0.8900199751693472 absolute error 2.0505819264826641e-13 relative error 2.3039729261042938e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6159999999997128 y2[1] (analytic) -0.45681132436832406 y2[1] (numeric) -0.4568113243686375 absolute error 3.134159598516817e-13 relative error 6.86094987432878e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8895636087030864 y1[1] (numeric) -0.889563608702881 absolute error 2.0539125955565396e-13 relative error 2.3088990775499263e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6169999999997127 y2[1] (analytic) -0.4577006594231233 y2[1] (numeric) -0.4577006594234367 absolute error 3.1336044870045043e-13 relative error 6.846405882294415e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.889106352673086 y1[1] (numeric) -0.8891063526728803 absolute error 2.057243264630415e-13 relative error 2.313832601066612e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6179999999997126 y2[1] (analytic) -0.4585895367773013 y2[1] (numeric) -0.4585895367776146 absolute error 3.133049375492192e-13 relative error 6.831925118722568e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8886482075368072 y1[1] (numeric) -0.888648207536601 absolute error 2.0616841567289157e-13 relative error 2.320022860838913e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6189999999997124 y2[1] (analytic) -0.4594779555419807 y2[1] (numeric) -0.459477955542294 absolute error 3.133049375492192e-13 relative error 6.818715321819041e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8881891737523947 y1[1] (numeric) -0.8881891737521882 absolute error 2.0650148258027912e-13 relative error 2.3249718492723563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6199999999997123 y2[1] (analytic) -0.46036591482874284 y2[1] (numeric) -0.4603659148290561 absolute error 3.132494263979879e-13 relative error 6.804357497112214e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8877292517788826 y1[1] (numeric) -0.8877292517786757 absolute error 2.0694557179012918e-13 relative error 2.3311789194221077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6209999999997122 y2[1] (analytic) -0.4612534137496285 y2[1] (numeric) -0.4612534137499417 absolute error 3.1319391524675666e-13 relative error 6.790061729857688e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8872684420761926 y1[1] (numeric) -0.8872684420759853 absolute error 2.0727863869751673e-13 relative error 2.3361434811373247e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.621999999999712 y2[1] (analytic) -0.4621404514171389 y2[1] (numeric) -0.462140451417452 absolute error 3.131384040955254e-13 relative error 6.775827632818043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8868067451051346 y1[1] (numeric) -0.8868067451049269 absolute error 2.077227279073668e-13 relative error 2.342367478077091e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.622999999999712 y2[1] (analytic) -0.46302702694423636 y2[1] (numeric) -0.46302702694454945 absolute error 3.1308289294429414e-13 relative error 6.761654821976507e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8863441613274052 y1[1] (numeric) -0.8863441613271972 absolute error 2.0805579481475434e-13 relative error 2.3473477221665923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.623999999999712 y2[1] (analytic) -0.4639131394443455 y2[1] (numeric) -0.4639131394446585 absolute error 3.130273817930629e-13 relative error 6.747542916503575e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8858806912055885 y1[1] (numeric) -0.88588069120538 absolute error 2.084998840246044e-13 relative error 2.3535887630743868e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.624999999999712 y2[1] (analytic) -0.46479878803135377 y2[1] (numeric) -0.4647987880316668 absolute error 3.130273817930629e-13 relative error 6.73468584371496e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8854163352031544 y1[1] (numeric) -0.8854163352029455 absolute error 2.0894397323445446e-13 relative error 2.359838698780199e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6259999999997117 y2[1] (analytic) -0.4656839718196128 y2[1] (numeric) -0.46568397181992577 absolute error 3.1297187064183163e-13 relative error 6.720692348910482e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8849510937844588 y1[1] (numeric) -0.8849510937842496 absolute error 2.091660178393795e-13 relative error 2.363588443570245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6269999999997116 y2[1] (analytic) -0.4665686899239388 y2[1] (numeric) -0.4665686899242517 absolute error 3.1291635949060037e-13 relative error 6.706758645583629e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8844849674147433 y1[1] (numeric) -0.8844849674145336 absolute error 2.0961010704922955e-13 relative error 2.3698549412535285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6279999999997115 y2[1] (analytic) -0.4674529414596138 y2[1] (numeric) -0.4674529414599266 absolute error 3.1280533718813786e-13 relative error 6.691696841427686e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8840179565601339 y1[1] (numeric) -0.884017956559924 absolute error 2.099431739566171e-13 relative error 2.374874541842364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6289999999997113 y2[1] (analytic) -0.46833672554238626 y2[1] (numeric) -0.468336725542699 absolute error 3.127498260369066e-13 relative error 6.677883859624875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8835500616876417 y1[1] (numeric) -0.8835500616874314 absolute error 2.1027624086400465e-13 relative error 2.3799018299241866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6299999999997112 y2[1] (analytic) -0.4692200412884722 y2[1] (numeric) -0.4692200412887849 absolute error 3.1269431488567534e-13 relative error 6.664129563328555e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8830812832651616 y1[1] (numeric) -0.8830812832649508 absolute error 2.107203300738547e-13 relative error 2.386194046540357e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.630999999999711 y2[1] (analytic) -0.47010288781455595 y2[1] (numeric) -0.47010288781486864 absolute error 3.1269431488567534e-13 relative error 6.651614422947888e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8826116217614716 y1[1] (numeric) -0.8826116217612605 absolute error 2.1105339698124226e-13 relative error 2.3912374568559678e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.631999999999711 y2[1] (analytic) -0.4709852642377911 y2[1] (numeric) -0.4709852642381037 absolute error 3.126388037344441e-13 relative error 6.637974210093311e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8821410776462335 y1[1] (numeric) -0.882141077646022 absolute error 2.1149748619109232e-13 relative error 2.3975471900188453e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.632999999999711 y2[1] (analytic) -0.4718671696758012 y2[1] (numeric) -0.4718671696761138 absolute error 3.125832925832128e-13 relative error 6.62439162270973e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8816696513899912 y1[1] (numeric) -0.8816696513897794 absolute error 2.1183055309847987e-13 relative error 2.4026068353891917e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.633999999999711 y2[1] (analytic) -0.472748603246681 y2[1] (numeric) -0.4727486032469935 absolute error 3.1252778143198157e-13 relative error 6.610866310035486e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.881197343464171 y1[1] (numeric) -0.8811973434639588 absolute error 2.1216362000586741e-13 relative error 2.4076743033723623e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6349999999997107 y2[1] (analytic) -0.4736295640689969 y2[1] (numeric) -0.4736295640693094 absolute error 3.124722702807503e-13 relative error 6.59739792415556e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8807241543410808 y1[1] (numeric) -0.8807241543408683 absolute error 2.1249668691325496e-13 relative error 2.4127496204783402e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6359999999997106 y2[1] (analytic) -0.4745100512617883 y2[1] (numeric) -0.47451005126210066 absolute error 3.123612479782878e-13 relative error 6.582816257478124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8802500844939096 y1[1] (numeric) -0.8802500844936967 absolute error 2.1294077612310502e-13 relative error 2.419094071948122e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6369999999997105 y2[1] (analytic) -0.4753900639445679 y2[1] (numeric) -0.4753900639448802 absolute error 3.1230573682705653e-13 relative error 6.569462858261852e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8797751343967274 y1[1] (numeric) -0.879775134396514 absolute error 2.1338486533295509e-13 relative error 2.425447787624456e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6379999999997104 y2[1] (analytic) -0.4762696012373232 y2[1] (numeric) -0.47626960123763545 absolute error 3.122502256758253e-13 relative error 6.556165349722421e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8792993045244839 y1[1] (numeric) -0.8792993045242703 absolute error 2.1360690993788012e-13 relative error 2.4292855554275292e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6389999999997102 y2[1] (analytic) -0.47714866226051694 y2[1] (numeric) -0.47714866226082914 absolute error 3.12194714524594e-13 relative error 6.542923395101961e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8788225953530093 y1[1] (numeric) -0.8788225953527953 absolute error 2.1405099914773018e-13 relative error 2.4356565281727792e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.63999999999971 y2[1] (analytic) -0.4780272461350882 y2[1] (numeric) -0.4780272461354003 absolute error 3.1213920337336276e-13 relative error 6.529736660348305e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8783450073590126 y1[1] (numeric) -0.8783450073587982 absolute error 2.1438406605511773e-13 relative error 2.4407728655477052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.64099999999971 y2[1] (analytic) -0.4789053519824531 y2[1] (numeric) -0.4789053519827652 absolute error 3.120836922221315e-13 relative error 6.516604814087902e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8778665410200817 y1[1] (numeric) -0.8778665410198669 absolute error 2.1471713296250527e-13 relative error 2.4458972170531044e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.64199999999971 y2[1] (analytic) -0.47978297892450594 y2[1] (numeric) -0.47978297892481797 absolute error 3.1202818107090025e-13 relative error 6.503527527599056e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8773871968146829 y1[1] (numeric) -0.8773871968144678 absolute error 2.1516122217235534e-13 relative error 2.4522949839419705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.64299999999971 y2[1] (analytic) -0.48066012608361985 y2[1] (numeric) -0.4806601260839318 absolute error 3.11972669919669e-13 relative error 6.490504474785485e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8769069752221604 y1[1] (numeric) -0.8769069752219449 absolute error 2.1549428907974288e-13 relative error 2.457436138253415e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6439999999997097 y2[1] (analytic) -0.48153679258264775 y2[1] (numeric) -0.48153679258295967 absolute error 3.1191715876843773e-13 relative error 6.477535332150187e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8764258767227358 y1[1] (numeric) -0.8764258767225199 absolute error 2.1582735598713043e-13 relative error 2.462585390497423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6449999999997096 y2[1] (analytic) -0.48241297754492324 y2[1] (numeric) -0.48241297754523504 absolute error 3.118061364659752e-13 relative error 6.46346908105181e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8759439017975075 y1[1] (numeric) -0.8759439017972912 absolute error 2.162714451969805e-13 relative error 2.4690102271752113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6459999999997095 y2[1] (analytic) -0.4832886800942613 y2[1] (numeric) -0.4832886800945731 absolute error 3.118061364659752e-13 relative error 6.451757496268278e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8754610509284504 y1[1] (numeric) -0.8754610509282337 absolute error 2.1671553440683056e-13 relative error 2.475444614891751e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6469999999997094 y2[1] (analytic) -0.48416389935495957 y2[1] (numeric) -0.4841638993552713 absolute error 3.1175062531474396e-13 relative error 6.438948168793298e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8749773245984153 y1[1] (numeric) -0.8749773245981982 absolute error 2.170486013142181e-13 relative error 2.48061972821794e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6479999999997093 y2[1] (analytic) -0.48503863445179884 y2[1] (numeric) -0.48503863445211054 absolute error 3.116951141635127e-13 relative error 6.426191482989747e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8744927232911285 y1[1] (numeric) -0.8744927232909111 absolute error 2.1738166822160565e-13 relative error 2.4858030539521923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.648999999999709 y2[1] (analytic) -0.4859128845100441 y2[1] (numeric) -0.4859128845103557 absolute error 3.115840918610502e-13 relative error 6.412344718441183e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8740072474911913 y1[1] (numeric) -0.8740072474909736 absolute error 2.177147351289932e-13 relative error 2.4909946199409227e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.649999999999709 y2[1] (analytic) -0.4867866486554453 y2[1] (numeric) -0.4867866486557568 absolute error 3.115285807098189e-13 relative error 6.399694436367407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8735208976840795 y1[1] (numeric) -0.8735208976838613 absolute error 2.1815882433884326e-13 relative error 2.4974654289008586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.650999999999709 y2[1] (analytic) -0.48765992601423847 y2[1] (numeric) -0.4876599260145499 absolute error 3.114175584073564e-13 relative error 6.385957545305122e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8730336743561428 y1[1] (numeric) -0.8730336743559243 absolute error 2.184918912462308e-13 relative error 2.502674268634223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.651999999999709 y2[1] (analytic) -0.4885327157131462 y2[1] (numeric) -0.4885327157134576 absolute error 3.1136204725612515e-13 relative error 6.373412409066764e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8725455779946044 y1[1] (numeric) -0.8725455779943856 absolute error 2.1882495815361835e-13 relative error 2.5078914348124918e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6529999999997087 y2[1] (analytic) -0.48940501687937893 y2[1] (numeric) -0.48940501687969024 absolute error 3.113065361048939e-13 relative error 6.360918367569983e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8720566090875608 y1[1] (numeric) -0.8720566090873416 absolute error 2.191580250610059e-13 relative error 2.5131169556792025e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6539999999997086 y2[1] (analytic) -0.4902768286406356 y2[1] (numeric) -0.49027682864094685 absolute error 3.1125102495366264e-13 relative error 6.348475122037722e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8715667681239807 y1[1] (numeric) -0.8715667681237612 absolute error 2.1949109196839345e-13 relative error 2.5183508595771834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6549999999997085 y2[1] (analytic) -0.4911481501251045 y2[1] (numeric) -0.49114815012541563 absolute error 3.111400026512001e-13 relative error 6.334952143705458e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8710760555937053 y1[1] (numeric) -0.8710760555934853 absolute error 2.199351811782435e-13 relative error 2.5248677169565956e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6559999999997084 y2[1] (analytic) -0.49201898046146414 y2[1] (numeric) -0.4920189804617752 absolute error 3.1108449149996886e-13 relative error 6.322611603483325e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8705844719874467 y1[1] (numeric) -0.8705844719872264 absolute error 2.2026824808563106e-13 relative error 2.5301191920272063e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6569999999997083 y2[1] (analytic) -0.49288931877888437 y2[1] (numeric) -0.4928893187791954 absolute error 3.110289803487376e-13 relative error 6.310320968595968e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8700920177967887 y1[1] (numeric) -0.8700920177965681 absolute error 2.206013149930186e-13 relative error 2.5353791378481578e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.657999999999708 y2[1] (analytic) -0.49375916420702687 y2[1] (numeric) -0.49375916420733784 absolute error 3.1097346919750635e-13 relative error 6.298079949501842e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8695986935141855 y1[1] (numeric) -0.8695986935139645 absolute error 2.2104540420286867e-13 relative error 2.541924290497601e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.658999999999708 y2[1] (analytic) -0.49462851587604634 y2[1] (numeric) -0.4946285158763572 absolute error 3.1086244689504383e-13 relative error 6.284765979261613e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8691044996329612 y1[1] (numeric) -0.8691044996327398 absolute error 2.2137847111025621e-13 relative error 2.5472019901375314e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.659999999999708 y2[1] (analytic) -0.49549737291659113 y2[1] (numeric) -0.49549737291690193 absolute error 3.1080693574381257e-13 relative error 6.272625299995926e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8686094366473096 y1[1] (numeric) -0.868609436647088 absolute error 2.2160051571518125e-13 relative error 2.5512100878217832e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.660999999999708 y2[1] (analytic) -0.4963657344598043 y2[1] (numeric) -0.496365734460115 absolute error 3.1069591344135006e-13 relative error 6.25941502145552e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8681135050522939 y1[1] (numeric) -0.8681135050520719 absolute error 2.220446049250313e-13 relative error 2.557783096712171e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6619999999997077 y2[1] (analytic) -0.4972335996373244 y2[1] (numeric) -0.497233599637635 absolute error 3.106404022901188e-13 relative error 6.247373518537279e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8676167053438454 y1[1] (numeric) -0.867616705343623 absolute error 2.2237767183241886e-13 relative error 2.563086561873982e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6629999999997076 y2[1] (analytic) -0.49810096758128625 y2[1] (numeric) -0.49810096758159683 absolute error 3.1058489113888754e-13 relative error 6.235380201067417e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8671190380187639 y1[1] (numeric) -0.8671190380185411 absolute error 2.2282176104226892e-13 relative error 2.569679032205117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6639999999997075 y2[1] (analytic) -0.49896783742432205 y2[1] (numeric) -0.4989678374246326 absolute error 3.105293799876563e-13 relative error 6.223434792723568e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8666205035747165 y1[1] (numeric) -0.8666205035744934 absolute error 2.2315482794965646e-13 relative error 2.575000557096985e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6649999999997074 y2[1] (analytic) -0.499834208299562 y2[1] (numeric) -0.49983420829987246 absolute error 3.1047386883642503e-13 relative error 6.211537019298027e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8661211025102379 y1[1] (numeric) -0.8661211025100144 absolute error 2.23487894857044e-13 relative error 2.580330789878224e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6659999999997073 y2[1] (analytic) -0.5007000793406353 y2[1] (numeric) -0.5007000793409457 absolute error 3.1041835768519377e-13 relative error 6.199686608677578e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.865620835324729 y1[1] (numeric) -0.8656208353245051 absolute error 2.2393198406689407e-13 relative error 2.586952334423515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.666999999999707 y2[1] (analytic) -0.501565449681671 y2[1] (numeric) -0.5015654496819814 absolute error 3.1030733538273125e-13 relative error 6.186776532946483e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8651197025184568 y1[1] (numeric) -0.8651197025182326 absolute error 2.2426505097428162e-13 relative error 2.5923008148054176e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.667999999999707 y2[1] (analytic) -0.5024303184572988 y2[1] (numeric) -0.5024303184576091 absolute error 3.1030733538273125e-13 relative error 6.176126797752235e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8646177045925542 y1[1] (numeric) -0.8646177045923296 absolute error 2.2459811788166917e-13 relative error 2.5976580943078152e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.668999999999707 y2[1] (analytic) -0.50329468480265 y2[1] (numeric) -0.5032946848029602 absolute error 3.1019631308026874e-13 relative error 6.163313908270295e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.864114842049019 y1[1] (numeric) -0.8641148420487941 absolute error 2.2493118478905672e-13 relative error 2.60302420284429e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.669999999999707 y2[1] (analytic) -0.5041585478533583 y2[1] (numeric) -0.5041585478536685 absolute error 3.1019631308026874e-13 relative error 6.15275322418006e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8636111153907139 y1[1] (numeric) -0.8636111153904885 absolute error 2.2537527399890678e-13 relative error 2.6096847294160032e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6709999999997067 y2[1] (analytic) -0.5050219067455609 y2[1] (numeric) -0.505021906745871 absolute error 3.100852907778062e-13 relative error 6.140036434776536e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8631065251213653 y1[1] (numeric) -0.8631065251211395 absolute error 2.2581936320875684e-13 relative error 2.6163556483019676e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6719999999997066 y2[1] (analytic) -0.5058847606158988 y2[1] (numeric) -0.5058847606162088 absolute error 3.099742684753437e-13 relative error 6.127369167989163e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8626010717455636 y1[1] (numeric) -0.8626010717453374 absolute error 2.2615243011614439e-13 relative error 2.6217499319645092e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6729999999997065 y2[1] (analytic) -0.5067471086015182 y2[1] (numeric) -0.5067471086018281 absolute error 3.099742684753437e-13 relative error 6.116942025200438e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8620947557687618 y1[1] (numeric) -0.8620947557685353 absolute error 2.2648549702353193e-13 relative error 2.627153169741375e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6739999999997064 y2[1] (analytic) -0.5076089498400712 y2[1] (numeric) -0.5076089498403811 absolute error 3.098632461728812e-13 relative error 6.104369244681514e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8615875776972762 y1[1] (numeric) -0.8615875776970494 absolute error 2.2681856393091948e-13 relative error 2.6325653921000878e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6749999999997063 y2[1] (analytic) -0.5084702834697167 y2[1] (numeric) -0.5084702834700264 absolute error 3.097522238704187e-13 relative error 6.091845166579274e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8610795380382849 y1[1] (numeric) -0.8610795380380576 absolute error 2.2726265314076954e-13 relative error 2.6392759681471505e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.675999999999706 y2[1] (analytic) -0.5093311086291211 y2[1] (numeric) -0.5093311086294308 absolute error 3.0964120156795616e-13 relative error 6.079369516646334e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8605706372998271 y1[1] (numeric) -0.8605706372995995 absolute error 2.275957200481571e-13 relative error 2.6447070139677752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.676999999999706 y2[1] (analytic) -0.5101914244574592 y2[1] (numeric) -0.5101914244577689 absolute error 3.0964120156795616e-13 relative error 6.069118113798767e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8600608759908037 y1[1] (numeric) -0.8600608759905758 absolute error 2.2792878695554464e-13 relative error 2.6501471386309377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.677999999999706 y2[1] (analytic) -0.5110512300944156 y2[1] (numeric) -0.5110512300947251 absolute error 3.0953017926549364e-13 relative error 6.056734844534249e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.859550254620976 y1[1] (numeric) -0.8595502546207477 absolute error 2.282618538629322e-13 relative error 2.655596373054251e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.678999999999706 y2[1] (analytic) -0.5119105246801843 y2[1] (numeric) -0.5119105246804938 absolute error 3.0953017926549364e-13 relative error 6.046567990741592e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8590387737009654 y1[1] (numeric) -0.8590387737007368 absolute error 2.2859492077031973e-13 relative error 2.6610547482679108e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6799999999997057 y2[1] (analytic) -0.5127693073554711 y2[1] (numeric) -0.5127693073557804 absolute error 3.093081346605686e-13 relative error 6.03211093612014e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8585264337422526 y1[1] (numeric) -0.8585264337420236 absolute error 2.289279876777073e-13 relative error 2.666522295415265e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6809999999997056 y2[1] (analytic) -0.5136275772614932 y2[1] (numeric) -0.5136275772618024 absolute error 3.091971123581061e-13 relative error 6.019869766468761e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8580132352571777 y1[1] (numeric) -0.8580132352569483 absolute error 2.2937207688755734e-13 relative error 2.6732929920225092e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6819999999997055 y2[1] (analytic) -0.5144853335399808 y2[1] (numeric) -0.51448533354029 absolute error 3.091971123581061e-13 relative error 6.009833365523496e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8574991787589389 y1[1] (numeric) -0.8574991787587092 absolute error 2.297051437949449e-13 relative error 2.678779752622012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6829999999997054 y2[1] (analytic) -0.5153425753331778 y2[1] (numeric) -0.5153425753334869 absolute error 3.090860900556436e-13 relative error 5.99768202454094e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.856984264761593 y1[1] (numeric) -0.8569842647613628 absolute error 2.3014923300479495e-13 relative error 2.6855712813912734e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6839999999997053 y2[1] (analytic) -0.5161993017838424 y2[1] (numeric) -0.5161993017841514 absolute error 3.0897506775318107e-13 relative error 5.985577018129402e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8564684937800535 y1[1] (numeric) -0.856468493779823 absolute error 2.304822999121825e-13 relative error 2.6910773903070367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.684999999999705 y2[1] (analytic) -0.5170555120352482 y2[1] (numeric) -0.5170555120355571 absolute error 3.0886404545071855e-13 relative error 5.973518089672023e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8559518663300918 y1[1] (numeric) -0.8559518663298609 absolute error 2.3092638912203256e-13 relative error 2.697889895516361e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.685999999999705 y2[1] (analytic) -0.5179112052311852 y2[1] (numeric) -0.5179112052314939 absolute error 3.0875302314825603e-13 relative error 5.961504984439078e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.855434382928335 y1[1] (numeric) -0.8554343829281037 absolute error 2.312594560294201e-13 relative error 2.703415488605561e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.686999999999705 y2[1] (analytic) -0.5187663805159599 y2[1] (numeric) -0.5187663805162687 absolute error 3.0875302314825603e-13 relative error 5.951677570955414e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8549160440922665 y1[1] (numeric) -0.8549160440920349 absolute error 2.3159252293680765e-13 relative error 2.708950481596215e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.687999999999705 y2[1] (analytic) -0.5196210370343974 y2[1] (numeric) -0.5196210370347061 absolute error 3.086420008457935e-13 relative error 5.939751835439301e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8543968503402253 y1[1] (numeric) -0.8543968503399932 absolute error 2.320366121466577e-13 relative error 2.7157943296988925e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6889999999997047 y2[1] (analytic) -0.5204751739318413 y2[1] (numeric) -0.5204751739321498 absolute error 3.08530978543331e-13 relative error 5.927871183798954e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8538768021914048 y1[1] (numeric) -0.8538768021911725 absolute error 2.3236967905404526e-13 relative error 2.7213490102751068e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6899999999997046 y2[1] (analytic) -0.5213287903541545 y2[1] (numeric) -0.521328790354463 absolute error 3.08530978543331e-13 relative error 5.918164970972282e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8533559001658534 y1[1] (numeric) -0.8533559001656207 absolute error 2.327027459614328e-13 relative error 2.7269131896340792e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6909999999997045 y2[1] (analytic) -0.5221818854477208 y2[1] (numeric) -0.5221818854480292 absolute error 3.084199562408685e-13 relative error 5.906370267448631e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.852834144784473 y1[1] (numeric) -0.8528341447842398 absolute error 2.3314683517128287e-13 relative error 2.7337887043699853e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6919999999997044 y2[1] (analytic) -0.5230344583594453 y2[1] (numeric) -0.5230344583597536 absolute error 3.0830893393840597e-13 relative error 5.89461992438224e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8523115365690187 y1[1] (numeric) -0.8523115365687852 absolute error 2.334799020786704e-13 relative error 2.7393727769841543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6929999999997043 y2[1] (analytic) -0.5238865082367549 y2[1] (numeric) -0.5238865082370632 absolute error 3.0830893393840597e-13 relative error 5.885032904857228e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8517880760420989 y1[1] (numeric) -0.8517880760418651 absolute error 2.3381296898605797e-13 relative error 2.7449664483739726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.693999999999704 y2[1] (analytic) -0.5247380342275999 y2[1] (numeric) -0.5247380342279081 absolute error 3.0819791163594346e-13 relative error 5.87336711907309e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8512637637271742 y1[1] (numeric) -0.8512637637269399 absolute error 2.3425705819590803e-13 relative error 2.7518739570240447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.694999999999704 y2[1] (analytic) -0.5255890354804544 y2[1] (numeric) -0.5255890354807625 absolute error 3.0808688933348094e-13 relative error 5.861744985830056e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8507386001485565 y1[1] (numeric) -0.8507386001483219 absolute error 2.345901251032956e-13 relative error 2.7574877296308325e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.695999999999704 y2[1] (analytic) -0.5264395111443173 y2[1] (numeric) -0.5264395111446253 absolute error 3.079758670310184e-13 relative error 5.850166268135417e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8502125858314097 y1[1] (numeric) -0.8502125858311746 absolute error 2.3503421431314564e-13 relative error 2.764417020283337e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.696999999999704 y2[1] (analytic) -0.5272894603687129 y2[1] (numeric) -0.5272894603690208 absolute error 3.078648447285559e-13 relative error 5.838630730704878e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8496857213017479 y1[1] (numeric) -0.8496857213015124 absolute error 2.354783035229957e-13 relative error 2.7713576634221273e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6979999999997037 y2[1] (analytic) -0.5281388823036921 y2[1] (numeric) -0.5281388823039999 absolute error 3.077538224260934e-13 relative error 5.827138139947208e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8491580070864355 y1[1] (numeric) -0.8491580070861997 absolute error 2.3581137043038325e-13 relative error 2.7770022594438078e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6989999999997036 y2[1] (analytic) -0.5289877760998329 y2[1] (numeric) -0.5289877761001406 absolute error 3.076428001236309e-13 relative error 5.8156882639490546e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8486294437131869 y1[1] (numeric) -0.8486294437129507 absolute error 2.362554596402333e-13 relative error 2.7839649141384384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.6999999999997035 y2[1] (analytic) -0.5298361409082418 y2[1] (numeric) -0.5298361409085494 absolute error 3.0753177782116836e-13 relative error 5.804280872459914e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8481000317105652 y1[1] (numeric) -0.8481000317103287 absolute error 2.3658852654762086e-13 relative error 2.7896299693614733e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7009999999997034 y2[1] (analytic) -0.5306839758805538 y2[1] (numeric) -0.5306839758808614 absolute error 3.0753177782116836e-13 relative error 5.7950077974539695e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8475697716079825 y1[1] (numeric) -0.8475697716077456 absolute error 2.369215934550084e-13 relative error 2.795304898681418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7019999999997033 y2[1] (analytic) -0.5315312801689344 y2[1] (numeric) -0.5315312801692417 absolute error 3.0730973321624333e-13 relative error 5.781592630231891e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8470386639356989 y1[1] (numeric) -0.8470386639354616 absolute error 2.3736568266485847e-13 relative error 2.8023004470888894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.702999999999703 y2[1] (analytic) -0.5323780529260789 y2[1] (numeric) -0.5323780529263862 absolute error 3.0730973321624333e-13 relative error 5.77239673061642e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8465067092248219 y1[1] (numeric) -0.8465067092245842 absolute error 2.37698749572246e-13 relative error 2.8079960499062757e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.703999999999703 y2[1] (analytic) -0.5332242933052149 y2[1] (numeric) -0.5332242933055221 absolute error 3.071987109137808e-13 relative error 5.761153697810647e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8459739080073062 y1[1] (numeric) -0.8459739080070681 absolute error 2.381428387820961e-13 relative error 2.815013991897719e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.704999999999703 y2[1] (analytic) -0.534070000460102 y2[1] (numeric) -0.5340700004604092 absolute error 3.071987109137808e-13 relative error 5.752030832084347e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.845440260815953 y1[1] (numeric) -0.8454402608157146 absolute error 2.384759056894836e-13 relative error 2.8207304139895735e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.705999999999703 y2[1] (analytic) -0.5349151735450332 y2[1] (numeric) -0.5349151735453402 absolute error 3.070876886113183e-13 relative error 5.740867034602176e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8449057681844094 y1[1] (numeric) -0.8449057681841706 absolute error 2.3880897259687117e-13 relative error 2.8264568853641514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7069999999997028 y2[1] (analytic) -0.5357598117148354 y2[1] (numeric) -0.5357598117151423 absolute error 3.0686564400639327e-13 relative error 5.72767193986036e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8443704306471681 y1[1] (numeric) -0.844370430646929 absolute error 2.391420395042587e-13 relative error 2.8321934405136405e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7079999999997026 y2[1] (analytic) -0.5366039141248705 y2[1] (numeric) -0.5366039141251774 absolute error 3.0686564400639327e-13 relative error 5.718662050888135e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8438342487395665 y1[1] (numeric) -0.843834248739327 absolute error 2.3947510641164627e-13 relative error 2.8379401140609043e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7089999999997025 y2[1] (analytic) -0.5374474799310363 y2[1] (numeric) -0.537447479931343 absolute error 3.0675462170393075e-13 relative error 5.7076204309915577e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8432972229977864 y1[1] (numeric) -0.8432972229975466 absolute error 2.398081733190338e-13 relative error 2.8436969407601534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7099999999997024 y2[1] (analytic) -0.5382905082897669 y2[1] (numeric) -0.5382905082900735 absolute error 3.0664359940146824e-13 relative error 5.696619105837904e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8427593539588537 y1[1] (numeric) -0.8427593539586135 absolute error 2.402522625288839e-13 relative error 2.8507813220974797e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7109999999997023 y2[1] (analytic) -0.5391329983580341 y2[1] (numeric) -0.5391329983583406 absolute error 3.065325770990057e-13 relative error 5.6856578623933496e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8422206421606372 y1[1] (numeric) -0.8422206421603966 absolute error 2.405853294362714e-13 relative error 2.856559402522747e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.711999999999702 y2[1] (analytic) -0.5399749492933478 y2[1] (numeric) -0.5399749492936542 absolute error 3.064215547965432e-13 relative error 5.6747364891195365e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8416810881418487 y1[1] (numeric) -0.8416810881416078 absolute error 2.4091839634365897e-13 relative error 2.862347743556012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.712999999999702 y2[1] (analytic) -0.5408163602537572 y2[1] (numeric) -0.5408163602540635 absolute error 3.063105324940807e-13 relative error 5.663854775960481e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8411406924420423 y1[1] (numeric) -0.841140692441801 absolute error 2.412514632510465e-13 relative error 2.8681463804899636e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.713999999999702 y2[1] (analytic) -0.5416572303978514 y2[1] (numeric) -0.5416572303981577 absolute error 3.063105324940807e-13 relative error 5.655062192543673e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8405994556016134 y1[1] (numeric) -0.8405994556013718 absolute error 2.4158453015843406e-13 relative error 2.8739553487520765e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.714999999999702 y2[1] (analytic) -0.5424975588847605 y2[1] (numeric) -0.5424975588850666 absolute error 3.0608848788915566e-13 relative error 5.6422094970970405e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.840057378161799 y1[1] (numeric) -0.8400573781615571 absolute error 2.419175970658216e-13 relative error 2.8797746839053072e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7159999999997018 y2[1] (analytic) -0.5433373448741557 y2[1] (numeric) -0.5433373448744617 absolute error 3.0597746558669314e-13 relative error 5.6314455185767075e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8395144606646765 y1[1] (numeric) -0.8395144606644342 absolute error 2.4225066397320916e-13 relative error 2.8856044216487922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7169999999997017 y2[1] (analytic) -0.5441765875262514 y2[1] (numeric) -0.5441765875265573 absolute error 3.0586644328423063e-13 relative error 5.620720374514007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8389707036531633 y1[1] (numeric) -0.8389707036529207 absolute error 2.425837308805967e-13 relative error 2.8914445978185504e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7179999999997015 y2[1] (analytic) -0.545015286001805 y2[1] (numeric) -0.5450152860021107 absolute error 3.056443986793056e-13 relative error 5.607996812740649e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8384261076710163 y1[1] (numeric) -0.8384261076707734 absolute error 2.4291679778798425e-13 relative error 2.8972952483881923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7189999999997014 y2[1] (analytic) -0.545853439462118 y2[1] (numeric) -0.5458534394624236 absolute error 3.056443986793056e-13 relative error 5.599385779825561e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8378806732628316 y1[1] (numeric) -0.8378806732625883 absolute error 2.432498646953718e-13 relative error 2.9031564094696296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7199999999997013 y2[1] (analytic) -0.5466910470690369 y2[1] (numeric) -0.5466910470693425 absolute error 3.055333763768431e-13 relative error 5.588775927736382e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8373344009740433 y1[1] (numeric) -0.8373344009737997 absolute error 2.4358293160275934e-13 relative error 2.9090281173137924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.720999999999701 y2[1] (analytic) -0.5475281079849544 y2[1] (numeric) -0.5475281079852599 absolute error 3.0542235407438056e-13 relative error 5.5782041071537696e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.836787291350924 y1[1] (numeric) -0.83678729135068 absolute error 2.440270208126094e-13 relative error 2.9162371768176344e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.721999999999701 y2[1] (analytic) -0.5483646213728095 y2[1] (numeric) -0.5483646213731148 absolute error 3.0531133177191805e-13 relative error 5.567670120796323e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8362393449405829 y1[1] (numeric) -0.8362393449403386 absolute error 2.4436008771999695e-13 relative error 2.9221309568656973e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.722999999999701 y2[1] (analytic) -0.5492005863960889 y2[1] (numeric) -0.5492005863963941 absolute error 3.0520030946945553e-13 relative error 5.557173772741423e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8356905622909667 y1[1] (numeric) -0.8356905622907219 absolute error 2.44804176929847e-13 relative error 2.9293639054477233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.723999999999701 y2[1] (analytic) -0.5500360022188278 y2[1] (numeric) -0.5500360022191328 absolute error 3.05089287166993e-13 relative error 5.546714868413568e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8351409439508577 y1[1] (numeric) -0.8351409439506127 absolute error 2.4502622153477205e-13 relative error 2.9339505302615145e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7249999999997008 y2[1] (analytic) -0.5508708680056101 y2[1] (numeric) -0.5508708680059151 absolute error 3.049782648645305e-13 relative error 5.536293214572831e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8345904904698744 y1[1] (numeric) -0.8345904904696291 absolute error 2.453592884421596e-13 relative error 2.939876397393677e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7259999999997007 y2[1] (analytic) -0.5517051829215706 y2[1] (numeric) -0.5517051829218753 absolute error 3.0475622025960547e-13 relative error 5.523896270935143e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8340392023984703 y1[1] (numeric) -0.8340392023982245 absolute error 2.4580337765200966e-13 relative error 2.947144174340317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7269999999997006 y2[1] (analytic) -0.5525389461323938 y2[1] (numeric) -0.5525389461326986 absolute error 3.0475622025960547e-13 relative error 5.515560892002404e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8334870802879332 y1[1] (numeric) -0.833487080287687 absolute error 2.461364445593972e-13 relative error 2.953092499938546e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7279999999997004 y2[1] (analytic) -0.5533721568043172 y2[1] (numeric) -0.5533721568046218 absolute error 3.0464519795714295e-13 relative error 5.505249843368452e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8329341246903852 y1[1] (numeric) -0.8329341246901387 absolute error 2.4646951146678475e-13 relative error 2.959051672404482e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7289999999997003 y2[1] (analytic) -0.5542048141041298 y2[1] (numeric) -0.5542048141044343 absolute error 3.0453417565468044e-13 relative error 5.494975285390815e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.832380336158782 y1[1] (numeric) -0.8323803361585351 absolute error 2.469136006766348e-13 relative error 2.966355522237306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7299999999997 y2[1] (analytic) -0.5550369171991745 y2[1] (numeric) -0.5550369171994789 absolute error 3.044231533522179e-13 relative error 5.484737031338331e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8318257152469121 y1[1] (numeric) -0.8318257152466647 absolute error 2.473576898864849e-13 relative error 2.973672072797862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7309999999997 y2[1] (analytic) -0.5558684652573482 y2[1] (numeric) -0.5558684652576525 absolute error 3.043121310497554e-13 relative error 5.474534895748569e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8312702625093961 y1[1] (numeric) -0.8312702625091484 absolute error 2.476907567938724e-13 relative error 2.979665795407576e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7319999999997 y2[1] (analytic) -0.556699457447103 y2[1] (numeric) -0.5566994574474072 absolute error 3.042011087472929e-13 relative error 5.4643686944170906e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8307139785016869 y1[1] (numeric) -0.8307139785014388 absolute error 2.481348460037225e-13 relative error 2.9870069894727145e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7329999999997 y2[1] (analytic) -0.5575298929374467 y2[1] (numeric) -0.5575298929377509 absolute error 3.042011087472929e-13 relative error 5.4562295690470434e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8301568637800685 y1[1] (numeric) -0.83015686377982 absolute error 2.4846791291111003e-13 relative error 2.993023653141005e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7339999999997 y2[1] (analytic) -0.558359770897944 y2[1] (numeric) -0.5583597708982481 absolute error 3.040900864448304e-13 relative error 5.4461317289352395e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8295989189016555 y1[1] (numeric) -0.8295989189014066 absolute error 2.489120021209601e-13 relative error 3.000389663604025e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7349999999996997 y2[1] (analytic) -0.5591890904987169 y2[1] (numeric) -0.5591890904990209 absolute error 3.0397906414236786e-13 relative error 5.43606928867768e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8290401444243927 y1[1] (numeric) -0.8290401444241434 absolute error 2.4924506902834764e-13 relative error 3.006429431730353e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7359999999996996 y2[1] (analytic) -0.5600178509104459 y2[1] (numeric) -0.5600178509107497 absolute error 3.0386804183990535e-13 relative error 5.4260420689428666e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8284805409070545 y1[1] (numeric) -0.8284805409068049 absolute error 2.495781359357352e-13 relative error 3.0124803614878726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7369999999996995 y2[1] (analytic) -0.5608460513043707 y2[1] (numeric) -0.5608460513046744 absolute error 3.036459972349803e-13 relative error 5.4140703412065546e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8279201089092445 y1[1] (numeric) -0.8279201089089945 absolute error 2.5002222514558525e-13 relative error 3.0198834700968996e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7379999999996993 y2[1] (analytic) -0.5616736908522909 y2[1] (numeric) -0.5616736908525944 absolute error 3.035349749325178e-13 relative error 5.404115946252172e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8273588489913946 y1[1] (numeric) -0.8273588489911442 absolute error 2.503552920529728e-13 relative error 3.0259577492665066e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7389999999996992 y2[1] (analytic) -0.562500768726567 y2[1] (numeric) -0.5625007687268705 absolute error 3.035349749325178e-13 relative error 5.3961699575928384e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8267967617147646 y1[1] (numeric) -0.8267967617145139 absolute error 2.5068835896036035e-13 relative error 3.03204330941544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.739999999999699 y2[1] (analytic) -0.5633272841001213 y2[1] (numeric) -0.5633272841004247 absolute error 3.0331293032759277e-13 relative error 5.384311019341366e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8262338476414418 y1[1] (numeric) -0.8262338476411907 absolute error 2.511324481702104e-13 relative error 3.03948390503597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.740999999999699 y2[1] (analytic) -0.5641532361464384 y2[1] (numeric) -0.5641532361467416 absolute error 3.0320190802513025e-13 relative error 5.374460139521871e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8256701073343402 y1[1] (numeric) -0.8256701073340887 absolute error 2.5146551507759796e-13 relative error 3.0455930624574684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.741999999999699 y2[1] (analytic) -0.5649786240395664 y2[1] (numeric) -0.5649786240398695 absolute error 3.0309088572266774e-13 relative error 5.3646434188179434e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8251055413572 y1[1] (numeric) -0.8251055413569482 absolute error 2.517985819849855e-13 relative error 3.051713621639323e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.742999999999699 y2[1] (analytic) -0.5658034469541174 y2[1] (numeric) -0.5658034469544204 absolute error 3.029798634202052e-13 relative error 5.354860686184096e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8245401502745874 y1[1] (numeric) -0.8245401502743351 absolute error 2.5224267119483557e-13 relative error 3.059192097690258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7439999999996987 y2[1] (analytic) -0.5666277040652687 y2[1] (numeric) -0.5666277040655715 absolute error 3.027578188152802e-13 relative error 5.3431524198895524e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8239739346518932 y1[1] (numeric) -0.8239739346516405 absolute error 2.5268676040468563e-13 relative error 3.066683905619405e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7449999999996986 y2[1] (analytic) -0.5674513945487631 y2[1] (numeric) -0.5674513945490658 absolute error 3.0264679651281767e-13 relative error 5.333439998918007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8234068950553328 y1[1] (numeric) -0.8234068950550799 absolute error 2.5290880500961066e-13 relative error 3.071492436222741e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7459999999996985 y2[1] (analytic) -0.5682745175809103 y2[1] (numeric) -0.5682745175812128 absolute error 3.0253577421035516e-13 relative error 5.323761049469906e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8228390320519462 y1[1] (numeric) -0.8228390320516928 absolute error 2.533528942194607e-13 relative error 3.079009190748579e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7469999999996983 y2[1] (analytic) -0.5690970723385872 y2[1] (numeric) -0.5690970723388896 absolute error 3.0242475190789264e-13 relative error 5.314115405042244e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.822270346209596 y1[1] (numeric) -0.8222703462093423 absolute error 2.537969834293108e-13 relative error 3.0865394161328314e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7479999999996982 y2[1] (analytic) -0.5699190579992391 y2[1] (numeric) -0.5699190579995415 absolute error 3.0231372960543013e-13 relative error 5.304502900231733e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8217008380969681 y1[1] (numeric) -0.821700838096714 absolute error 2.5413005033669833e-13 relative error 3.09273203280716e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.748999999999698 y2[1] (analytic) -0.5707404737408807 y2[1] (numeric) -0.5707404737411829 absolute error 3.022027073029676e-13 relative error 5.294923370725752e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8211305082835707 y1[1] (numeric) -0.8211305082833161 absolute error 2.545741395465484e-13 relative error 3.100288406999893e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.749999999999698 y2[1] (analytic) -0.5715613187420959 y2[1] (numeric) -0.571561318742398 absolute error 3.020916850005051e-13 relative error 5.285376653293382e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8205593573397333 y1[1] (numeric) -0.8205593573394784 absolute error 2.5490720645393594e-13 relative error 3.106505387743663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.750999999999698 y2[1] (analytic) -0.5723815921820402 y2[1] (numeric) -0.5723815921823421 absolute error 3.0186964039558006e-13 relative error 5.273922930414112e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.819987385836607 y1[1] (numeric) -0.8199873858363517 absolute error 2.55351295663786e-13 relative error 3.114088095431605e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.751999999999698 y2[1] (analytic) -0.5732012932404399 y2[1] (numeric) -0.5732012932407416 absolute error 3.0175861809311755e-13 relative error 5.264444125504429e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8194145943461633 y1[1] (numeric) -0.8194145943459075 absolute error 2.5579538487363607e-13 relative error 3.1216845128044526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7529999999996977 y2[1] (analytic) -0.5740204210975941 y2[1] (numeric) -0.5740204210978957 absolute error 3.0164759579065503e-13 relative error 5.2549976395242104e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8188409834411934 y1[1] (numeric) -0.8188409834409373 absolute error 2.561284517810236e-13 relative error 3.12793884234567e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7539999999996976 y2[1] (analytic) -0.5748389749343751 y2[1] (numeric) -0.5748389749346766 absolute error 3.015365734881925e-13 relative error 5.2455833135290906e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8182665536953083 y1[1] (numeric) -0.8182665536950519 absolute error 2.5646151868841116e-13 relative error 3.134205076942541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7549999999996975 y2[1] (analytic) -0.575656953932229 y2[1] (numeric) -0.5756569539325305 absolute error 3.0142555118573e-13 relative error 5.2362009896125784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8176913056829377 y1[1] (numeric) -0.8176913056826809 absolute error 2.567945855957987e-13 relative error 3.140483258303979e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7559999999996974 y2[1] (analytic) -0.5764743572731771 y2[1] (numeric) -0.5764743572734783 absolute error 3.0120350658080497e-13 relative error 5.22492462640575e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8171152399793296 y1[1] (numeric) -0.8171152399790724 absolute error 2.5712765250318625e-13 relative error 3.146773428307258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7569999999996972 y2[1] (analytic) -0.5772911841398158 y2[1] (numeric) -0.5772911841401169 absolute error 3.0109248427834245e-13 relative error 5.2156085620288976e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8165383571605496 y1[1] (numeric) -0.8165383571602921 absolute error 2.574607194105738e-13 relative error 3.153075628998912e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.757999999999697 y2[1] (analytic) -0.5781074337153186 y2[1] (numeric) -0.5781074337156196 absolute error 3.0098146197587994e-13 relative error 5.2063240225361696e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8159606578034805 y1[1] (numeric) -0.8159606578032226 absolute error 2.5790480862042386e-13 relative error 3.160750535628628e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.758999999999697 y2[1] (analytic) -0.5789231051834357 y2[1] (numeric) -0.5789231051837366 absolute error 3.008704396734174e-13 relative error 5.1970708541350165e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8153821424858215 y1[1] (numeric) -0.8153821424855633 absolute error 2.582378755278114e-13 relative error 3.167077889890161e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.759999999999697 y2[1] (analytic) -0.579738197728496 y2[1] (numeric) -0.5797381977287966 absolute error 3.006483950684924e-13 relative error 5.185933861982518e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.814802811786088 y1[1] (numeric) -0.8148028117858295 absolute error 2.5857094243519896e-13 relative error 3.1734174047386834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.760999999999697 y2[1] (analytic) -0.5805527105354068 y2[1] (numeric) -0.5805527105357073 absolute error 3.005373727660299e-13 relative error 5.176745665158697e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8142226662836107 y1[1] (numeric) -0.8142226662833517 absolute error 2.59015031645049e-13 relative error 3.181132660274391e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7619999999996967 y2[1] (analytic) -0.5813666427896554 y2[1] (numeric) -0.5813666427899559 absolute error 3.0042635046356736e-13 relative error 5.167588374558063e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.813641706558535 y1[1] (numeric) -0.8136417065582756 absolute error 2.5934809855243657e-13 relative error 3.187497598290563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7629999999996966 y2[1] (analytic) -0.5821799936773098 y2[1] (numeric) -0.5821799936776101 absolute error 3.0031532816110484e-13 relative error 5.158461840369653e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8130599331918205 y1[1] (numeric) -0.8130599331915607 absolute error 2.5979218776228663e-13 relative error 3.195240315709855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7639999999996965 y2[1] (analytic) -0.582992762385019 y2[1] (numeric) -0.5829927623853192 absolute error 3.0020430585864233e-13 relative error 5.149365913746661e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8124773467652404 y1[1] (numeric) -0.8124773467649803 absolute error 2.601252546696742e-13 relative error 3.201630860298134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7649999999996964 y2[1] (analytic) -0.5838049481000144 y2[1] (numeric) -0.5838049481003144 absolute error 2.999822612537173e-13 relative error 5.138398744820606e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8118939478613815 y1[1] (numeric) -0.8118939478611209 absolute error 2.6056934387952424e-13 relative error 3.2094012348028053e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7659999999996963 y2[1] (analytic) -0.5846165500101103 y2[1] (numeric) -0.5846165500104101 absolute error 2.998712389512548e-13 relative error 5.1293662306698104e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8113097370636422 y1[1] (numeric) -0.8113097370633813 absolute error 2.609024107869118e-13 relative error 3.2158175708723885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.766999999999696 y2[1] (analytic) -0.5854275673037049 y2[1] (numeric) -0.5854275673040046 absolute error 2.9964919434632975e-13 relative error 5.1184674429736815e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8107247149562335 y1[1] (numeric) -0.8107247149559722 absolute error 2.6134649999676185e-13 relative error 3.223615799240442e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.767999999999696 y2[1] (analytic) -0.586237999169781 y2[1] (numeric) -0.5862379991700806 absolute error 2.9953817204386723e-13 relative error 5.109497720517391e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8101388821241774 y1[1] (numeric) -0.8101388821239157 absolute error 2.616795669041494e-13 relative error 3.2300581132216213e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.768999999999696 y2[1] (analytic) -0.5870478447979067 y2[1] (numeric) -0.5870478447982063 absolute error 2.9953817204386723e-13 relative error 5.1024490541649855e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8095522391533068 y1[1] (numeric) -0.8095522391530446 absolute error 2.6212365611399946e-13 relative error 3.237884393824282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.769999999999696 y2[1] (analytic) -0.5878571033782367 y2[1] (numeric) -0.587857103378536 absolute error 2.993161274389422e-13 relative error 5.0916477102830446e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8089647866302644 y1[1] (numeric) -0.8089647866300019 absolute error 2.62456723021387e-13 relative error 3.244352873684999e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7709999999996957 y2[1] (analytic) -0.5886657741015122 y2[1] (numeric) -0.5886657741018114 absolute error 2.992051051364797e-13 relative error 5.082767137144335e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8083765251425028 y1[1] (numeric) -0.80837652514224 absolute error 2.6278978992877455e-13 relative error 3.250834008105929e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7719999999996956 y2[1] (analytic) -0.5894738561590627 y2[1] (numeric) -0.5894738561593618 absolute error 2.9909408283401717e-13 relative error 5.073915996595278e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8077874552782833 y1[1] (numeric) -0.8077874552780203 absolute error 2.630118345336996e-13 relative error 3.255953441900033e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7729999999996955 y2[1] (analytic) -0.5902813487428061 y2[1] (numeric) -0.5902813487431051 absolute error 2.9898306053155466e-13 relative error 5.0650941482114454e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.807197577626676 y1[1] (numeric) -0.8071975776264126 absolute error 2.6334490144108713e-13 relative error 3.26245901549128e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7739999999996954 y2[1] (analytic) -0.59108825104525 y2[1] (numeric) -0.5910882510455489 absolute error 2.9887203822909214e-13 relative error 5.056301452457941e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8066068927775584 y1[1] (numeric) -0.8066068927772946 absolute error 2.637889906509372e-13 relative error 3.270353787116514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7749999999996953 y2[1] (analytic) -0.5918945622594921 y2[1] (numeric) -0.5918945622597909 absolute error 2.987610159266296e-13 relative error 5.0475377706823736e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8060154013216151 y1[1] (numeric) -0.806015401321351 absolute error 2.6412205755832474e-13 relative error 3.276885989092101e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.775999999999695 y2[1] (analytic) -0.5927002815792213 y2[1] (numeric) -0.5927002815795199 absolute error 2.986499936241671e-13 relative error 5.038802965107906e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8054231038503377 y1[1] (numeric) -0.8054231038500732 absolute error 2.644551244657123e-13 relative error 3.283431071215619e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.776999999999695 y2[1] (analytic) -0.5935054081987182 y2[1] (numeric) -0.5935054081990168 absolute error 2.985389713217046e-13 relative error 5.0300968988263607e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8048300009560235 y1[1] (numeric) -0.8048300009557587 absolute error 2.6478819137309983e-13 relative error 3.289989079166646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.777999999999695 y2[1] (analytic) -0.5943099413128565 y2[1] (numeric) -0.5943099413131548 absolute error 2.9831692671677956e-13 relative error 5.019551348203674e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8042360932317755 y1[1] (numeric) -0.8042360932315104 absolute error 2.651212582804874e-13 relative error 3.296560058814486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.778999999999695 y2[1] (analytic) -0.595113880117103 y2[1] (numeric) -0.5951138801174012 absolute error 2.9820590441431705e-13 relative error 5.010904876821859e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8036413812715012 y1[1] (numeric) -0.8036413812712357 absolute error 2.6545432518787493e-13 relative error 3.303144056219203e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7799999999996947 y2[1] (analytic) -0.5959172238075189 y2[1] (numeric) -0.595917223807817 absolute error 2.9809488211185453e-13 relative error 5.002286730482875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8030458656699127 y1[1] (numeric) -0.8030458656696469 absolute error 2.657873920952625e-13 relative error 3.3097411176326613e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7809999999996946 y2[1] (analytic) -0.5967199715807606 y2[1] (numeric) -0.5967199715810586 absolute error 2.97983859809392e-13 relative error 4.993696775725607e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8024495470225254 y1[1] (numeric) -0.8024495470222592 absolute error 2.6612045900265e-13 relative error 3.316351289499573e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7819999999996945 y2[1] (analytic) -0.5975221226340806 y2[1] (numeric) -0.5975221226343784 absolute error 2.978728375069295e-13 relative error 4.9851348799238565e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.801852425925658 y1[1] (numeric) -0.8018524259253914 absolute error 2.665645482125001e-13 relative error 3.324359191216241e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7829999999996944 y2[1] (analytic) -0.5983236761653277 y2[1] (numeric) -0.5983236761656254 absolute error 2.97761815204467e-13 relative error 4.976600911279834e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8012545029764314 y1[1] (numeric) -0.8012545029761645 absolute error 2.6689761511988763e-13 relative error 3.330996757315426e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7839999999996943 y2[1] (analytic) -0.5991246313729485 y2[1] (numeric) -0.5991246313732461 absolute error 2.9765079290200447e-13 relative error 4.968094738817709e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8006557787727686 y1[1] (numeric) -0.8006557787725014 absolute error 2.672306820272752e-13 relative error 3.337647577300719e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.784999999999694 y2[1] (analytic) -0.5999249874559878 y2[1] (numeric) -0.5999249874562853 absolute error 2.9753977059954195e-13 relative error 4.959616232377224e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.8000562539133939 y1[1] (numeric) -0.8000562539131262 absolute error 2.6767477123712524e-13 relative error 3.345699379610137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.785999999999694 y2[1] (analytic) -0.6007247436140897 y2[1] (numeric) -0.600724743614387 absolute error 2.973177259946169e-13 relative error 4.949317123278281e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7994559289978318 y1[1] (numeric) -0.7994559289975638 absolute error 2.680078381445128e-13 relative error 3.352377891305121e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.786999999999694 y2[1] (analytic) -0.6015238990474979 y2[1] (numeric) -0.6015238990477951 absolute error 2.972067036921544e-13 relative error 4.9408960169791385e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7988548046264073 y1[1] (numeric) -0.798854804626139 absolute error 2.6834090505190034e-13 relative error 3.359069802144993e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.787999999999694 y2[1] (analytic) -0.6023224529570573 y2[1] (numeric) -0.6023224529573544 absolute error 2.970956813896919e-13 relative error 4.932502182695045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7982528814002449 y1[1] (numeric) -0.7982528813999762 absolute error 2.686739719592879e-13 relative error 3.3657751599718246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7889999999996937 y2[1] (analytic) -0.603120404544214 y2[1] (numeric) -0.6031204045445109 absolute error 2.9687363678476686e-13 relative error 4.922294695188072e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7976501599212675 y1[1] (numeric) -0.7976501599209984 absolute error 2.6911806116913795e-13 relative error 3.373885879941419e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7899999999996936 y2[1] (analytic) -0.6039177530110164 y2[1] (numeric) -0.6039177530113131 absolute error 2.9676261448230434e-13 relative error 4.913957455343939e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7970466407921967 y1[1] (numeric) -0.7970466407919272 absolute error 2.694511280765255e-13 relative error 3.3806193299894464e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7909999999996935 y2[1] (analytic) -0.604714497560116 y2[1] (numeric) -0.6047144975604126 absolute error 2.9665159217984183e-13 relative error 4.9056471008511095e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7964423246165515 y1[1] (numeric) -0.7964423246162817 absolute error 2.6978419498391304e-13 relative error 3.387366374756654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7919999999996934 y2[1] (analytic) -0.6055106373947685 y2[1] (numeric) -0.6055106373950649 absolute error 2.964295475749168e-13 relative error 4.895529975333145e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7958372119986481 y1[1] (numeric) -0.795837211998378 absolute error 2.701172618913006e-13 relative error 3.394127062906923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7929999999996933 y2[1] (analytic) -0.606306171718834 y2[1] (numeric) -0.6063061717191304 absolute error 2.963185252724543e-13 relative error 4.8872754244347e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7952313035435989 y1[1] (numeric) -0.7952313035433285 absolute error 2.7045032879868813e-13 relative error 3.400901443310205e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.793999999999693 y2[1] (analytic) -0.6071010997367785 y2[1] (numeric) -0.6071010997370746 absolute error 2.9609648066752925e-13 relative error 4.8772186509941776e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7946245998573126 y1[1] (numeric) -0.7946245998570417 absolute error 2.708944180085382e-13 relative error 3.4090867317369935e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.794999999999693 y2[1] (analytic) -0.6078954206536736 y2[1] (numeric) -0.6078954206539697 absolute error 2.9609648066752925e-13 relative error 4.870845717987724e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7940171015464926 y1[1] (numeric) -0.7940171015462213 absolute error 2.7133850721838826e-13 relative error 3.417287948709256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.795999999999693 y2[1] (analytic) -0.608689133675199 y2[1] (numeric) -0.6086891336754948 absolute error 2.958744360626042e-13 relative error 4.860846361362597e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7934088092186372 y1[1] (numeric) -0.7934088092183655 absolute error 2.716715741257758e-13 relative error 3.424105845173596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.796999999999693 y2[1] (analytic) -0.6094822380076412 y2[1] (numeric) -0.609482238007937 absolute error 2.957634137601417e-13 relative error 4.852699476968739e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7927997234820386 y1[1] (numeric) -0.7927997234817666 absolute error 2.7200464103316335e-13 relative error 3.4309376375473194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7979999999996927 y2[1] (analytic) -0.6102747328578962 y2[1] (numeric) -0.6102747328581919 absolute error 2.956523914576792e-13 relative error 4.844578605985355e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7921898449457828 y1[1] (numeric) -0.7921898449455104 absolute error 2.724487302430134e-13 relative error 3.43918483657992e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7989999999996926 y2[1] (analytic) -0.6110666174334694 y2[1] (numeric) -0.6110666174337648 absolute error 2.9543034685275416e-13 relative error 4.834666768307295e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7915791742197479 y1[1] (numeric) -0.7915791742194752 absolute error 2.7267077484793845e-13 relative error 3.4446431099795854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.7999999999996925 y2[1] (analytic) -0.6118578909424759 y2[1] (numeric) -0.6118578909427712 absolute error 2.9531932455029164e-13 relative error 4.826599916777999e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7909677119146048 y1[1] (numeric) -0.7909677119143318 absolute error 2.73003841755326e-13 relative error 3.451516890550398e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8009999999996924 y2[1] (analytic) -0.6126485525936425 y2[1] (numeric) -0.6126485525939377 absolute error 2.952083022478291e-13 relative error 4.818558715238407e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7903554586418158 y1[1] (numeric) -0.7903554586415423 absolute error 2.7344793096517606e-13 relative error 3.459809481610742e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8019999999996923 y2[1] (analytic) -0.6134386015963075 y2[1] (numeric) -0.6134386015966026 absolute error 2.950972799453666e-13 relative error 4.8105430466464946e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7897424150136338 y1[1] (numeric) -0.7897424150133601 absolute error 2.737809978725636e-13 relative error 3.46671259726929e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.802999999999692 y2[1] (analytic) -0.6142280371604221 y2[1] (numeric) -0.614228037160717 absolute error 2.949862576429041e-13 relative error 4.802552794669328e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7891285816431027 y1[1] (numeric) -0.7891285816428286 absolute error 2.7411406477995115e-13 relative error 3.473629914775081e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.803999999999692 y2[1] (analytic) -0.6150168584965507 y2[1] (numeric) -0.6150168584968455 absolute error 2.9476421303797906e-13 relative error 4.792782652471505e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7885139591440559 y1[1] (numeric) -0.7885139591437813 absolute error 2.745581539898012e-13 relative error 3.481969479498351e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.804999999999692 y2[1] (analytic) -0.615805064815872 y2[1] (numeric) -0.6158050648161667 absolute error 2.9465319073551655e-13 relative error 4.784845198108575e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7878985481311154 y1[1] (numeric) -0.7878985481308406 absolute error 2.7478019859472624e-13 relative error 3.487507360516162e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.805999999999692 y2[1] (analytic) -0.6165926553301799 y2[1] (numeric) -0.6165926553304744 absolute error 2.944311461305915e-13 relative error 4.775132230093241e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7872823492196925 y1[1] (numeric) -0.7872823492194173 absolute error 2.752242878045763e-13 relative error 3.4958777886658104e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8069999999996917 y2[1] (analytic) -0.6173796292518838 y2[1] (numeric) -0.6173796292521782 absolute error 2.94320123828129e-13 relative error 4.7672470856347246e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7866653630259861 y1[1] (numeric) -0.7866653630257104 absolute error 2.7566837701442637e-13 relative error 3.5042648370082124e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8079999999996916 y2[1] (analytic) -0.6181659857940099 y2[1] (numeric) -0.6181659857943042 absolute error 2.942091015256665e-13 relative error 4.7593867713016663e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7860475901669821 y1[1] (numeric) -0.7860475901667061 absolute error 2.760014439218139e-13 relative error 3.511256155154451e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8089999999996915 y2[1] (analytic) -0.6189517241702017 y2[1] (numeric) -0.6189517241704958 absolute error 2.9409807922320397e-13 relative error 4.751551174972279e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7854290312604535 y1[1] (numeric) -0.7854290312601772 absolute error 2.7633451082920146e-13 relative error 3.518261992248248e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8099999999996914 y2[1] (analytic) -0.619736843594721 y2[1] (numeric) -0.6197368435950149 absolute error 2.9387603461827894e-13 relative error 4.741948742528856e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7848096869249591 y1[1] (numeric) -0.7848096869246823 absolute error 2.7677860003905153e-13 relative error 3.5266970406994504e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8109999999996913 y2[1] (analytic) -0.6205213432824483 y2[1] (numeric) -0.620521343282742 absolute error 2.936539900133539e-13 relative error 4.732375335552137e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7841895577798431 y1[1] (numeric) -0.784189557779566 absolute error 2.7711166694643907e-13 relative error 3.53373319240546e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.811999999999691 y2[1] (analytic) -0.621305222448884 y2[1] (numeric) -0.6213052224491775 absolute error 2.935429677108914e-13 relative error 4.724617741886787e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7835686444452348 y1[1] (numeric) -0.7835686444449572 absolute error 2.7755575615628914e-13 relative error 3.542200905101277e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.812999999999691 y2[1] (analytic) -0.6220884803101491 y2[1] (numeric) -0.6220884803104424 absolute error 2.9332092310596636e-13 relative error 4.715099738862356e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7829469475420472 y1[1] (numeric) -0.7829469475417693 absolute error 2.778888230636767e-13 relative error 3.549267596432554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.813999999999691 y2[1] (analytic) -0.6228711160829856 y2[1] (numeric) -0.6228711160832788 absolute error 2.9320990080350384e-13 relative error 4.7073928013775366e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7823244676919774 y1[1] (numeric) -0.7823244676916992 absolute error 2.7822188997106423e-13 relative error 3.556349078431327e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.814999999999691 y2[1] (analytic) -0.623653128984758 y2[1] (numeric) -0.6236531289850511 absolute error 2.9309887850104133e-13 relative error 4.699709900889548e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7817012055175051 y1[1] (numeric) -0.7817012055172264 absolute error 2.786659791809143e-13 relative error 3.564865670079537e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8159999999996908 y2[1] (analytic) -0.6244345182334534 y2[1] (numeric) -0.6244345182337463 absolute error 2.928768338961163e-13 relative error 4.690272964484328e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7810771616418924 y1[1] (numeric) -0.7810771616416133 absolute error 2.7911006839076435e-13 relative error 3.5733994296293414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8169999999996906 y2[1] (analytic) -0.6252152830476826 y2[1] (numeric) -0.6252152830479754 absolute error 2.927658115936538e-13 relative error 4.682640036669189e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7804523366891831 y1[1] (numeric) -0.7804523366889037 absolute error 2.794431352981519e-13 relative error 3.580527883145294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8179999999996905 y2[1] (analytic) -0.6259954226466808 y2[1] (numeric) -0.6259954226469734 absolute error 2.9254376698872875e-13 relative error 4.673257286001656e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7798267312842022 y1[1] (numeric) -0.7798267312839224 absolute error 2.7977620220553945e-13 relative error 3.5876713503371436e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8189999999996904 y2[1] (analytic) -0.6267749362503087 y2[1] (numeric) -0.626774936250601 absolute error 2.923217223838037e-13 relative error 4.663902550612876e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7792003460525551 y1[1] (numeric) -0.7792003460522748 absolute error 2.802202914153895e-13 relative error 3.5962547095235683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8199999999996903 y2[1] (analytic) -0.6275538230790524 y2[1] (numeric) -0.6275538230793446 absolute error 2.922107000813412e-13 relative error 4.6563448318684164e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7785731816206267 y1[1] (numeric) -0.7785731816203462 absolute error 2.8055335832277706e-13 relative error 3.603429516269693e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.82099999999969 y2[1] (analytic) -0.6283320823540253 y2[1] (numeric) -0.6283320823543174 absolute error 2.920996777788787e-13 relative error 4.648810493402421e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7779452386155817 y1[1] (numeric) -0.7779452386153007 absolute error 2.809974475326271e-13 relative error 3.6120466272495664e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.82199999999969 y2[1] (analytic) -0.6291097132969683 y2[1] (numeric) -0.6291097132972602 absolute error 2.9187763317395365e-13 relative error 4.639534679003981e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7773165176653629 y1[1] (numeric) -0.7773165176650816 absolute error 2.8133051444001467e-13 relative error 3.619253007577645e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.82299999999969 y2[1] (analytic) -0.6298867151302504 y2[1] (numeric) -0.6298867151305421 absolute error 2.916555885690286e-13 relative error 4.6302863921922684e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7766870193986911 y1[1] (numeric) -0.7766870193984095 absolute error 2.816635813474022e-13 relative error 3.626474684300317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.82399999999969 y2[1] (analytic) -0.6306630870768698 y2[1] (numeric) -0.6306630870771613 absolute error 2.915445662665661e-13 relative error 4.622825915147156e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7760567444450647 y1[1] (numeric) -0.7760567444447827 absolute error 2.8199664825478976e-13 relative error 3.633711713393294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8249999999996898 y2[1] (analytic) -0.6314388283604547 y2[1] (numeric) -0.6314388283607462 absolute error 2.914335439641036e-13 relative error 4.6153883935331857e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7754256934347585 y1[1] (numeric) -0.7754256934344761 absolute error 2.824407374646398e-13 relative error 3.6423959104780855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8259999999996896 y2[1] (analytic) -0.632213938205264 y2[1] (numeric) -0.6322139382055552 absolute error 2.9121149935917856e-13 relative error 4.606217638697955e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7747938669988236 y1[1] (numeric) -0.7747938669985407 absolute error 2.828848266744899e-13 relative error 3.6510979077602765e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8269999999996895 y2[1] (analytic) -0.6329884158361876 y2[1] (numeric) -0.6329884158364787 absolute error 2.9110047705671604e-13 relative error 4.598827873842964e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7741612657690862 y1[1] (numeric) -0.774161265768803 absolute error 2.8321789358187743e-13 relative error 3.6583836741110546e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8279999999996894 y2[1] (analytic) -0.6337622604787482 y2[1] (numeric) -0.6337622604790392 absolute error 2.9098945475425353e-13 relative error 4.59146075587458e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7735278903781474 y1[1] (numeric) -0.773527890377864 absolute error 2.8343993818680246e-13 relative error 3.6642497537902585e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8289999999996893 y2[1] (analytic) -0.6345354713591012 y2[1] (numeric) -0.6345354713593919 absolute error 2.907674101493285e-13 relative error 4.582366522812957e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7728937414593828 y1[1] (numeric) -0.772893741459099 absolute error 2.8388402739665253e-13 relative error 3.6730020204410105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.829999999999689 y2[1] (analytic) -0.6353080477040356 y2[1] (numeric) -0.6353080477043263 absolute error 2.90656387846866e-13 relative error 4.575046528959933e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7722588196469412 y1[1] (numeric) -0.772258819646657 absolute error 2.8421709430404007e-13 relative error 3.680334715166834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.830999999999689 y2[1] (analytic) -0.6360799887409753 y2[1] (numeric) -0.6360799887412658 absolute error 2.9054536554440347e-13 relative error 4.567748878871262e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7716231255757443 y1[1] (numeric) -0.7716231255754596 absolute error 2.8466118351389014e-13 relative error 3.689121982982185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.831999999999689 y2[1] (analytic) -0.6368512936979792 y2[1] (numeric) -0.6368512936982695 absolute error 2.9032332093947844e-13 relative error 4.558730174726811e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7709866598814861 y1[1] (numeric) -0.7709866598812011 absolute error 2.849942504212777e-13 relative error 3.6964874394206275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.832999999999689 y2[1] (analytic) -0.6376219618037425 y2[1] (numeric) -0.6376219618040327 absolute error 2.902122986370159e-13 relative error 4.551479027103243e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7703494232006322 y1[1] (numeric) -0.7703494232003468 absolute error 2.8532731732866523e-13 relative error 3.7038687735131037e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8339999999996888 y2[1] (analytic) -0.6383919922875971 y2[1] (numeric) -0.6383919922878872 absolute error 2.901012763345534e-13 relative error 4.544249925426102e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7697114161704194 y1[1] (numeric) -0.7697114161701336 absolute error 2.857714065385153e-13 relative error 3.712708432471054e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8349999999996887 y2[1] (analytic) -0.6391613843795128 y2[1] (numeric) -0.6391613843798026 absolute error 2.8987923172962837e-13 relative error 4.5353057743161116e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7690726394288545 y1[1] (numeric) -0.7690726394285684 absolute error 2.8610447344590284e-13 relative error 3.720122895782328e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8359999999996885 y2[1] (analytic) -0.6399301373100972 y2[1] (numeric) -0.639930137310387 absolute error 2.8976820942716586e-13 relative error 4.5281225642096935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7684330936147142 y1[1] (numeric) -0.7684330936144278 absolute error 2.864375403532904e-13 relative error 3.72755341660113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8369999999996884 y2[1] (analytic) -0.6406982503105977 y2[1] (numeric) -0.6406982503108872 absolute error 2.8954616482224083e-13 relative error 4.519228274493877e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7677927793675444 y1[1] (numeric) -0.7677927793672576 absolute error 2.8677060726067793e-13 relative error 3.735000054271155e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8379999999996883 y2[1] (analytic) -0.6414657226129011 y2[1] (numeric) -0.6414657226131906 absolute error 2.894351425197783e-13 relative error 4.5120905500735665e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7671516973276593 y1[1] (numeric) -0.7671516973273721 absolute error 2.87214696470528e-13 relative error 3.74391006982098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.838999999999688 y2[1] (analytic) -0.6422325534495356 y2[1] (numeric) -0.6422325534498248 absolute error 2.892130979148533e-13 relative error 4.5032456913222894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7665098481361406 y1[1] (numeric) -0.7665098481358531 absolute error 2.8754776337791554e-13 relative error 3.751390332128438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.839999999999688 y2[1] (analytic) -0.64299874205367 y2[1] (numeric) -0.642998742053959 absolute error 2.8899105330992825e-13 relative error 4.494426418112753e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7658672324348378 y1[1] (numeric) -0.7658672324345499 absolute error 2.878808302853031e-13 relative error 3.7588868944043354e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.840999999999688 y2[1] (analytic) -0.643764287659116 y2[1] (numeric) -0.6437642876594049 absolute error 2.8888003100746573e-13 relative error 4.4873571980499886e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7652238508663664 y1[1] (numeric) -0.7652238508660781 absolute error 2.8821389719269064e-13 relative error 3.766399817078133e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.841999999999688 y2[1] (analytic) -0.644529189500328 y2[1] (numeric) -0.6445291895006167 absolute error 2.886579864025407e-13 relative error 4.478586712671976e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7645797040741078 y1[1] (numeric) -0.7645797040738193 absolute error 2.885469641000782e-13 relative error 3.773929160851887e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8429999999996878 y2[1] (analytic) -0.6452934468124042 y2[1] (numeric) -0.6452934468126926 absolute error 2.8843594179761567e-13 relative error 4.469841484094104e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7639347927022089 y1[1] (numeric) -0.76393479270192 absolute error 2.8888003100746573e-13 relative error 3.781474986701839e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8439999999996877 y2[1] (analytic) -0.6460570588310873 y2[1] (numeric) -0.6460570588313757 absolute error 2.8832491949515315e-13 relative error 4.462839861494899e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7632891173955809 y1[1] (numeric) -0.7632891173952917 absolute error 2.892130979148533e-13 relative error 3.789037355880003e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8449999999996876 y2[1] (analytic) -0.6468200247927655 y2[1] (numeric) -0.6468200247930537 absolute error 2.8821389719269064e-13 relative error 4.455859221195748e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7626426787998992 y1[1] (numeric) -0.7626426787996096 absolute error 2.8965718712470334e-13 relative error 3.798072087710988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8459999999996874 y2[1] (analytic) -0.6475823439344728 y2[1] (numeric) -0.6475823439347608 absolute error 2.879918525877656e-13 relative error 4.447185061254647e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7619954775616022 y1[1] (numeric) -0.7619954775613123 absolute error 2.899902540320909e-13 relative error 3.805668964861371e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8469999999996873 y2[1] (analytic) -0.64834401549389 y2[1] (numeric) -0.6483440154941779 absolute error 2.878808302853031e-13 relative error 4.440248130708875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7613475143278912 y1[1] (numeric) -0.7613475143276008 absolute error 2.9032332093947844e-13 relative error 3.813282574328394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8479999999996872 y2[1] (analytic) -0.6491050387093459 y2[1] (numeric) -0.6491050387096335 absolute error 2.8765878568037806e-13 relative error 4.431621517718413e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7606987897467292 y1[1] (numeric) -0.7606987897464386 absolute error 2.90656387846866e-13 relative error 3.8209129784949247e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.848999999999687 y2[1] (analytic) -0.649865412819817 y2[1] (numeric) -0.6498654128201046 absolute error 2.8754776337791554e-13 relative error 4.4247279160499284e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7600493044668409 y1[1] (numeric) -0.76004930446655 absolute error 2.9098945475425353e-13 relative error 3.8285602400278054e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.849999999999687 y2[1] (analytic) -0.6506251370649296 y2[1] (numeric) -0.650625137065217 absolute error 2.873257187729905e-13 relative error 4.41614844561895e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7593990591377116 y1[1] (numeric) -0.7593990591374202 absolute error 2.913225216616411e-13 relative error 3.8362244218795095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.850999999999687 y2[1] (analytic) -0.6513842106849593 y2[1] (numeric) -0.6513842106852464 absolute error 2.871036741680655e-13 relative error 4.407593390483986e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7587480544095863 y1[1] (numeric) -0.7587480544092946 absolute error 2.916555885690286e-13 relative error 3.8439055872898164e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.851999999999687 y2[1] (analytic) -0.6521426329208326 y2[1] (numeric) -0.6521426329211195 absolute error 2.8688162956314045e-13 relative error 4.399062644904043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7580962909334699 y1[1] (numeric) -0.7580962909331778 absolute error 2.920996777788787e-13 relative error 3.8530682879243e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8529999999996867 y2[1] (analytic) -0.6529004030141273 y2[1] (numeric) -0.6529004030144141 absolute error 2.8677060726067793e-13 relative error 4.392256551486197e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7574437693611257 y1[1] (numeric) -0.7574437693608332 absolute error 2.9243274468626623e-13 relative error 3.86078487295396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8539999999996866 y2[1] (analytic) -0.6536575202070735 y2[1] (numeric) -0.65365752020736 absolute error 2.865485626557529e-13 relative error 4.383772140569523e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7567904903450752 y1[1] (numeric) -0.7567904903447824 absolute error 2.927658115936538e-13 relative error 3.868518636646198e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8549999999996865 y2[1] (analytic) -0.6544139837425539 y2[1] (numeric) -0.6544139837428402 absolute error 2.8632651805082787e-13 relative error 4.375311731777855e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7561364545385975 y1[1] (numeric) -0.7561364545383044 absolute error 2.9309887850104133e-13 relative error 3.87626964341897e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8559999999996863 y2[1] (analytic) -0.655169792864105 y2[1] (numeric) -0.6551697928643913 absolute error 2.8621549574836536e-13 relative error 4.3685697794026965e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7554816625957282 y1[1] (numeric) -0.7554816625954347 absolute error 2.935429677108914e-13 relative error 3.885507514534757e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8569999999996862 y2[1] (analytic) -0.655924946815918 y2[1] (numeric) -0.655924946816204 absolute error 2.859934511434403e-13 relative error 4.3601551142664946e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7548261151712593 y1[1] (numeric) -0.7548261151709654 absolute error 2.9387603461827894e-13 relative error 3.893294478180616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.857999999999686 y2[1] (analytic) -0.6566794448428387 y2[1] (numeric) -0.6566794448431246 absolute error 2.858824288409778e-13 relative error 4.353454810960274e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7541698129207381 y1[1] (numeric) -0.7541698129204439 absolute error 2.942091015256665e-13 relative error 3.901098883635473e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.858999999999686 y2[1] (analytic) -0.6574332861903693 y2[1] (numeric) -0.657433286190655 absolute error 2.856603842360528e-13 relative error 4.345085505045993e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7535127565004669 y1[1] (numeric) -0.7535127565001724 absolute error 2.9454216843305403e-13 relative error 3.908920796523655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.859999999999686 y2[1] (analytic) -0.6581864701046686 y2[1] (numeric) -0.658186470104954 absolute error 2.8543833963112775e-13 relative error 4.3367397021354105e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.752854946567502 y1[1] (numeric) -0.7528549465672071 absolute error 2.948752353404416e-13 relative error 3.9167602827725153e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.860999999999686 y2[1] (analytic) -0.6589389958325526 y2[1] (numeric) -0.6589389958328378 absolute error 2.852162950262027e-13 relative error 4.328417301602241e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7521963837796533 y1[1] (numeric) -0.7521963837793579 absolute error 2.9531932455029164e-13 relative error 3.926093383570451e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8619999999996857 y2[1] (analytic) -0.6596908626214956 y2[1] (numeric) -0.6596908626217807 absolute error 2.851052727237402e-13 relative error 4.3218011477494464e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7515370687954833 y1[1] (numeric) -0.7515370687951877 absolute error 2.956523914576792e-13 relative error 3.933969510399964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8629999999996856 y2[1] (analytic) -0.6604420697196309 y2[1] (numeric) -0.6604420697199159 absolute error 2.849942504212777e-13 relative error 4.315204368223585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7508770022743073 y1[1] (numeric) -0.7508770022740113 absolute error 2.9598545836506673e-13 relative error 3.941863413962152e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8639999999996855 y2[1] (analytic) -0.6611926163757517 y2[1] (numeric) -0.6611926163760364 absolute error 2.8477220581635265e-13 relative error 4.3069477602048476e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7502161848761916 y1[1] (numeric) -0.7502161848758953 absolute error 2.963185252724543e-13 relative error 3.949775161427047e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8649999999996854 y2[1] (analytic) -0.6619425018393111 y2[1] (numeric) -0.6619425018395957 absolute error 2.845501612114276e-13 relative error 4.2987141695957025e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7495546172619535 y1[1] (numeric) -0.7495546172616568 absolute error 2.9665159217984183e-13 relative error 3.9577048202768705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8659999999996852 y2[1] (analytic) -0.6626917253604239 y2[1] (numeric) -0.6626917253607083 absolute error 2.844391389089651e-13 relative error 4.292178821974346e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7488923000931605 y1[1] (numeric) -0.7488923000928636 absolute error 2.9698465908722937e-13 relative error 3.965652458307892e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.866999999999685 y2[1] (analytic) -0.6634402861898665 y2[1] (numeric) -0.6634402861901507 absolute error 2.8421709430404007e-13 relative error 4.2839890826693253e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.74822923403213 y1[1] (numeric) -0.7482292340318326 absolute error 2.9742874829707944e-13 relative error 3.975101944283394e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.867999999999685 y2[1] (analytic) -0.6641881835790783 y2[1] (numeric) -0.6641881835793623 absolute error 2.8399504969911504e-13 relative error 4.275822074532625e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7475654197419278 y1[1] (numeric) -0.74756541974163 absolute error 2.97761815204467e-13 relative error 3.983087062898915e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.868999999999685 y2[1] (analytic) -0.6649354167801618 y2[1] (numeric) -0.6649354167804455 absolute error 2.8377300509419e-13 relative error 4.267677701216656e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7469008578863681 y1[1] (numeric) -0.74690085788607 absolute error 2.9809488211185453e-13 relative error 3.991090369817276e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.869999999999685 y2[1] (analytic) -0.6656819850458839 y2[1] (numeric) -0.6656819850461675 absolute error 2.83550960489265e-13 relative error 4.259555866901227e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7462355491300127 y1[1] (numeric) -0.7462355491297142 absolute error 2.984279490192421e-13 relative error 3.999111934122674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8709999999996847 y2[1] (analytic) -0.6664278876296764 y2[1] (numeric) -0.6664278876299599 absolute error 2.8343993818680246e-13 relative error 4.2531224075110374e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7455694941381704 y1[1] (numeric) -0.7455694941378715 absolute error 2.9887203822909214e-13 relative error 4.008640919175062e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8719999999996846 y2[1] (analytic) -0.6671731237856369 y2[1] (numeric) -0.6671731237859201 absolute error 2.8321789358187743e-13 relative error 4.2450435049730136e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7449026935768961 y1[1] (numeric) -0.7449026935765969 absolute error 2.992051051364797e-13 relative error 4.016700539767787e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8729999999996845 y2[1] (analytic) -0.6679176927685292 y2[1] (numeric) -0.6679176927688122 absolute error 2.829958489769524e-13 relative error 4.236986862916151e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7442351481129903 y1[1] (numeric) -0.7442351481126908 absolute error 2.9953817204386723e-13 relative error 4.024778630831222e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8739999999996844 y2[1] (analytic) -0.6686615938337843 y2[1] (numeric) -0.6686615938340672 absolute error 2.828848266744899e-13 relative error 4.230612753643651e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7435668584139984 y1[1] (numeric) -0.7435668584136985 absolute error 2.998712389512548e-13 relative error 4.032875262768831e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8749999999996843 y2[1] (analytic) -0.6694048262375014 y2[1] (numeric) -0.6694048262377841 absolute error 2.8266278206956486e-13 relative error 4.2225985082646764e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7428978251482101 y1[1] (numeric) -0.7428978251479098 absolute error 3.0031532816110484e-13 relative error 4.042484955467343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.875999999999684 y2[1] (analytic) -0.670147389236448 y2[1] (numeric) -0.6701473892367305 absolute error 2.824407374646398e-13 relative error 4.214606249327434e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7422280489846586 y1[1] (numeric) -0.7422280489843579 absolute error 3.006483950684924e-13 relative error 4.050620230261692e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.876999999999684 y2[1] (analytic) -0.6708892820880612 y2[1] (numeric) -0.6708892820883434 absolute error 2.822186928597148e-13 relative error 4.206635884558231e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7415575305931198 y1[1] (numeric) -0.7415575305928188 absolute error 3.0098146197587994e-13 relative error 4.058774263072293e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.877999999999684 y2[1] (analytic) -0.6716305040504482 y2[1] (numeric) -0.6716305040507302 absolute error 2.8199664825478976e-13 relative error 4.198687322182855e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7408862706441123 y1[1] (numeric) -0.740886270643811 absolute error 3.013145288832675e-13 relative error 4.0669471256541225e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.878999999999684 y2[1] (analytic) -0.6723710543823872 y2[1] (numeric) -0.672371054382669 absolute error 2.8177460364986473e-13 relative error 4.1907604709231786e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7402142698088958 y1[1] (numeric) -0.7402142698085942 absolute error 3.0164759579065503e-13 relative error 4.075138890101817e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8799999999996837 y2[1] (analytic) -0.6731109323433279 y2[1] (numeric) -0.6731109323436094 absolute error 2.815525590449397e-13 relative error 4.182855239993794e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7395415287594713 y1[1] (numeric) -0.7395415287591692 absolute error 3.020916850005051e-13 relative error 4.084850860332922e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8809999999996836 y2[1] (analytic) -0.6738501371933922 y2[1] (numeric) -0.6738501371936736 absolute error 2.814415367424772e-13 relative error 4.176619120605813e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7388680481685796 y1[1] (numeric) -0.7388680481682772 absolute error 3.0242475190789264e-13 relative error 4.093082014542489e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8819999999996835 y2[1] (analytic) -0.6745886681933755 y2[1] (numeric) -0.6745886681936567 absolute error 2.8121949213755215e-13 relative error 4.168755056183936e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7381938287097014 y1[1] (numeric) -0.7381938287093986 absolute error 3.027578188152802e-13 relative error 4.101332292962602e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8829999999996834 y2[1] (analytic) -0.6753265246047468 y2[1] (numeric) -0.6753265246050278 absolute error 2.809974475326271e-13 relative error 4.16091234824648e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7375188710570559 y1[1] (numeric) -0.7375188710567528 absolute error 3.0309088572266774e-13 relative error 4.1096017690809704e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8839999999996833 y2[1] (analytic) -0.6760637056896498 y2[1] (numeric) -0.6760637056899307 absolute error 2.808864252301646e-13 relative error 4.154733094917934e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7368431758856009 y1[1] (numeric) -0.7368431758852975 absolute error 3.034239526300553e-13 relative error 4.1178905167354576e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.884999999999683 y2[1] (analytic) -0.6768002107109035 y2[1] (numeric) -0.6768002107111841 absolute error 2.8066438062523957e-13 relative error 4.1469310467624234e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7361667438710313 y1[1] (numeric) -0.7361667438707276 absolute error 3.0375701953744283e-13 relative error 4.126198610116214e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.885999999999683 y2[1] (analytic) -0.6775360389320029 y2[1] (numeric) -0.6775360389322833 absolute error 2.8044233602031454e-13 relative error 4.1391500954307104e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7354895756897792 y1[1] (numeric) -0.7354895756894752 absolute error 3.040900864448304e-13 relative error 4.134526123767823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.886999999999683 y2[1] (analytic) -0.6782711896171197 y2[1] (numeric) -0.6782711896174 absolute error 2.802202914153895e-13 relative error 4.13139015345134e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7348116720190129 y1[1] (numeric) -0.7348116720187083 absolute error 3.0453417565468044e-13 relative error 4.1443840272423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.887999999999683 y2[1] (analytic) -0.6790056620311035 y2[1] (numeric) -0.6790056620313836 absolute error 2.80109269112927e-13 relative error 4.1252862056413295e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7341330335366356 y1[1] (numeric) -0.7341330335363307 absolute error 3.04867242562068e-13 relative error 4.152752003181098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8889999999996827 y2[1] (analytic) -0.6797394554394818 y2[1] (numeric) -0.6797394554397617 absolute error 2.7988722450800196e-13 relative error 4.117566256721738e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7334536609212859 y1[1] (numeric) -0.7334536609209807 absolute error 3.0520030946945553e-13 relative error 4.1611396292724966e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8899999999996826 y2[1] (analytic) -0.6804725691084613 y2[1] (numeric) -0.680472569108741 absolute error 2.7966517990307693e-13 relative error 4.109867062966072e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7327735548523365 y1[1] (numeric) -0.732773554852031 absolute error 3.055333763768431e-13 relative error 4.169546981514802e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8909999999996825 y2[1] (analytic) -0.6812050023049284 y2[1] (numeric) -0.681205002305208 absolute error 2.795541576006144e-13 relative error 4.1038183315553124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7320927160098933 y1[1] (numeric) -0.7320927160095875 absolute error 3.0586644328423063e-13 relative error 4.1779741362717945e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8919999999996824 y2[1] (analytic) -0.6819367542964501 y2[1] (numeric) -0.6819367542967294 absolute error 2.793321129956894e-13 relative error 4.0961586428036807e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7314111450747952 y1[1] (numeric) -0.7314111450744889 absolute error 3.063105324940807e-13 relative error 4.187939089481018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8929999999996823 y2[1] (analytic) -0.6826678243512742 y2[1] (numeric) -0.6826678243515534 absolute error 2.7922109069322687e-13 relative error 4.0901457595217e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7307288427286128 y1[1] (numeric) -0.7307288427283062 absolute error 3.0664359940146824e-13 relative error 4.196407497156279e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.893999999999682 y2[1] (analytic) -0.6833982117383308 y2[1] (numeric) -0.6833982117386098 absolute error 2.7899904608830184e-13 relative error 4.082525258276926e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7300458096536487 y1[1] (numeric) -0.7300458096533416 absolute error 3.070876886113183e-13 relative error 4.206416700850705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.894999999999682 y2[1] (analytic) -0.6841279157272327 y2[1] (numeric) -0.6841279157275115 absolute error 2.787770014833768e-13 relative error 4.074925099161242e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7293620465329358 y1[1] (numeric) -0.7293620465326284 absolute error 3.0742075551870585e-13 relative error 4.214926688056336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.895999999999682 y2[1] (analytic) -0.6848569355882759 y2[1] (numeric) -0.6848569355885545 absolute error 2.786659791809143e-13 relative error 4.0689663008456917e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.728677554050237 y1[1] (numeric) -0.7286775540499293 absolute error 3.077538224260934e-13 relative error 4.22345687355804e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.896999999999682 y2[1] (analytic) -0.6855852705924406 y2[1] (numeric) -0.685585270592719 absolute error 2.7844393457598926e-13 relative error 4.0614048539195595e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.727992332890045 y1[1] (numeric) -0.7279923328897369 absolute error 3.0808688933348094e-13 relative error 4.23200733598954e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8979999999996817 y2[1] (analytic) -0.6863129200113918 y2[1] (numeric) -0.68631292001167 absolute error 2.7822188997106423e-13 relative error 4.0538635053882736e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7273063837375807 y1[1] (numeric) -0.7273063837372722 absolute error 3.08530978543331e-13 relative error 4.242104640382918e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8989999999996816 y2[1] (analytic) -0.6870398831174801 y2[1] (numeric) -0.6870398831177582 absolute error 2.781108676686017e-13 relative error 4.047958124449178e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7266197072787933 y1[1] (numeric) -0.7266197072784845 absolute error 3.0886404545071855e-13 relative error 4.250697336677272e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.8999999999996815 y2[1] (analytic) -0.6877661591837426 y2[1] (numeric) -0.6877661591840205 absolute error 2.778888230636767e-13 relative error 4.0404550202569114e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7259323042003591 y1[1] (numeric) -0.72593230420005 absolute error 3.091971123581061e-13 relative error 4.2593105523620134e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9009999999996814 y2[1] (analytic) -0.6884917474839033 y2[1] (numeric) -0.688491747484181 absolute error 2.7766677845875165e-13 relative error 4.0329717745127135e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7252441751896813 y1[1] (numeric) -0.7252441751893718 absolute error 3.0953017926549364e-13 relative error 4.2679443676267885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9019999999996813 y2[1] (analytic) -0.6892166472923738 y2[1] (numeric) -0.6892166472926513 absolute error 2.7755575615628914e-13 relative error 4.027119153994357e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7245553209348887 y1[1] (numeric) -0.7245553209345789 absolute error 3.098632461728812e-13 relative error 4.276598863052538e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.902999999999681 y2[1] (analytic) -0.6899408578842544 y2[1] (numeric) -0.6899408578845317 absolute error 2.773337115513641e-13 relative error 4.019673692058545e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7238657421248357 y1[1] (numeric) -0.7238657421245254 absolute error 3.1030733538273125e-13 relative error 4.286807861245858e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.903999999999681 y2[1] (analytic) -0.6906643785353347 y2[1] (numeric) -0.6906643785356118 absolute error 2.7711166694643907e-13 relative error 4.012247852337471e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7231754394491007 y1[1] (numeric) -0.72317543944879 absolute error 3.106404022901188e-13 relative error 4.29550542433739e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.904999999999681 y2[1] (analytic) -0.691387208522094 y2[1] (numeric) -0.6913872085223709 absolute error 2.7688962234151404e-13 relative error 4.004841555188618e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7224844135979865 y1[1] (numeric) -0.7224844135976756 absolute error 3.1097346919750635e-13 relative error 4.3042239160406574e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.905999999999681 y2[1] (analytic) -0.6921093471217024 y2[1] (numeric) -0.6921093471219791 absolute error 2.7677860003905153e-13 relative error 3.999058836441087e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7217926652625191 y1[1] (numeric) -0.7217926652622076 absolute error 3.114175584073564e-13 relative error 4.314501565267257e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9069999999996807 y2[1] (analytic) -0.6928307936120214 y2[1] (numeric) -0.6928307936122978 absolute error 2.76445533131664e-13 relative error 3.990087272109196e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7211001951344465 y1[1] (numeric) -0.7211001951341347 absolute error 3.1175062531474396e-13 relative error 4.3232636382329534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9079999999996806 y2[1] (analytic) -0.6935515472716044 y2[1] (numeric) -0.6935515472718807 absolute error 2.7633451082920146e-13 relative error 3.9843399083498124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7204070039062387 y1[1] (numeric) -0.7204070039059267 absolute error 3.11972669919669e-13 relative error 4.330505786702101e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9089999999996805 y2[1] (analytic) -0.694271607379698 y2[1] (numeric) -0.6942716073799741 absolute error 2.7611246622427643e-13 relative error 3.9770093330818036e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7197130922710872 y1[1] (numeric) -0.7197130922707748 absolute error 3.1230573682705653e-13 relative error 4.339308818762233e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9099999999996804 y2[1] (analytic) -0.694990973216242 y2[1] (numeric) -0.6949909732165179 absolute error 2.758904216193514e-13 relative error 3.969697913378651e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7190184609229033 y1[1] (numeric) -0.7190184609225907 absolute error 3.126388037344441e-13 relative error 4.348133194426655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9109999999996803 y2[1] (analytic) -0.6957096440618709 y2[1] (numeric) -0.6957096440621465 absolute error 2.7566837701442637e-13 relative error 3.9624055720278417e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7183231105563185 y1[1] (numeric) -0.7183231105560055 absolute error 3.1297187064183163e-13 relative error 4.356978997925388e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.91199999999968 y2[1] (analytic) -0.6964276191979135 y2[1] (numeric) -0.696427619198189 absolute error 2.7544633240950134e-13 relative error 3.9551322322158494e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7176270418666829 y1[1] (numeric) -0.7176270418663696 absolute error 3.133049375492192e-13 relative error 4.365846313904979e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.91299999999968 y2[1] (analytic) -0.697144897906395 y2[1] (numeric) -0.6971448979066702 absolute error 2.752242878045763e-13 relative error 3.9478778175255384e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7169302555500654 y1[1] (numeric) -0.7169302555497516 absolute error 3.1374902675906924e-13 relative error 4.37628380627269e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.91399999999968 y2[1] (analytic) -0.6978614794700367 y2[1] (numeric) -0.6978614794703117 absolute error 2.750022431996513e-13 relative error 3.9406422519335905e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7162327523032519 y1[1] (numeric) -0.7162327523029379 absolute error 3.1397107136399427e-13 relative error 4.383645823991296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.91499999999968 y2[1] (analytic) -0.6985773631722572 y2[1] (numeric) -0.6985773631725319 absolute error 2.7478019859472624e-13 relative error 3.933425459807952e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7155345328237459 y1[1] (numeric) -0.7155345328234315 absolute error 3.1441516057384433e-13 relative error 4.394129788999194e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9159999999996797 y2[1] (analytic) -0.6992925482971726 y2[1] (numeric) -0.6992925482974471 absolute error 2.745581539898012e-13 relative error 3.9262273659052995e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7148355978097667 y1[1] (numeric) -0.7148355978094519 absolute error 3.147482274812319e-13 relative error 4.403085526876534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9169999999996796 y2[1] (analytic) -0.700007034129598 y2[1] (numeric) -0.7000070341298723 absolute error 2.743361093848762e-13 relative error 3.9190478953685215e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7141359479602493 y1[1] (numeric) -0.7141359479599341 absolute error 3.1519231669108194e-13 relative error 4.413617849533411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9179999999996795 y2[1] (analytic) -0.7007208199550476 y2[1] (numeric) -0.7007208199553218 absolute error 2.7411406477995115e-13 relative error 3.911886973724229e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7134355839748433 y1[1] (numeric) -0.7134355839745278 absolute error 3.155253835984695e-13 relative error 4.4226190939418485e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9189999999996794 y2[1] (analytic) -0.7014339050597357 y2[1] (numeric) -0.7014339050600096 absolute error 2.738920201750261e-13 relative error 3.9047445268802746e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7127345065539129 y1[1] (numeric) -0.7127345065535969 absolute error 3.1596947280831955e-13 relative error 4.4332001594259685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9199999999996793 y2[1] (analytic) -0.7021462887305772 y2[1] (numeric) -0.7021462887308508 absolute error 2.736699755701011e-13 relative error 3.897620481123299e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7120327163985353 y1[1] (numeric) -0.712032716398219 absolute error 3.163025397157071e-13 relative error 4.442247279248161e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.920999999999679 y2[1] (analytic) -0.7028579702551884 y2[1] (numeric) -0.7028579702554618 absolute error 2.7344793096517606e-13 relative error 3.89051476311629e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7113302142105007 y1[1] (numeric) -0.7113302142101839 absolute error 3.1674662892555716e-13 relative error 4.4528774765614526e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.921999999999679 y2[1] (analytic) -0.7035689489218879 y2[1] (numeric) -0.7035689489221612 absolute error 2.73225886360251e-13 relative error 3.883427299896165e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7106270006923111 y1[1] (numeric) -0.710627000691994 absolute error 3.170796958329447e-13 relative error 4.4619708443956885e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.922999999999679 y2[1] (analytic) -0.7042792240196972 y2[1] (numeric) -0.7042792240199702 absolute error 2.73003841755326e-13 relative error 3.876358018871371e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.70992307654718 y1[1] (numeric) -0.7099230765468626 absolute error 3.1741276274033225e-13 relative error 4.471086702577947e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.923999999999679 y2[1] (analytic) -0.7049887948383411 y2[1] (numeric) -0.704988794838614 absolute error 2.728928194528635e-13 relative error 3.870881657281372e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7092184424790315 y1[1] (numeric) -0.7092184424787138 absolute error 3.177458296477198e-13 relative error 4.480225141030708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9249999999996787 y2[1] (analytic) -0.705697660668249 y2[1] (numeric) -0.7056976606685216 absolute error 2.7255975254547593e-13 relative error 3.8622737148849246e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7085130991924997 y1[1] (numeric) -0.7085130991921816 absolute error 3.1807889655510735e-13 relative error 4.489386250128973e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9259999999996786 y2[1] (analytic) -0.7064058208005549 y2[1] (numeric) -0.7064058208008274 absolute error 2.724487302430134e-13 relative error 3.8568301990243086e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7078070473929278 y1[1] (numeric) -0.7078070473926094 absolute error 3.184119634624949e-13 relative error 4.498570120703158e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9269999999996785 y2[1] (analytic) -0.707113274527099 y2[1] (numeric) -0.7071132745273712 absolute error 2.7211566333562587e-13 relative error 3.8482612777650157e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7071002877863674 y1[1] (numeric) -0.7071002877860486 absolute error 3.1874503036988244e-13 relative error 4.507776844042005e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9279999999996784 y2[1] (analytic) -0.7078200211404274 y2[1] (numeric) -0.7078200211406994 absolute error 2.7200464103316335e-13 relative error 3.842850342024999e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7063928210795781 y1[1] (numeric) -0.706392821079259 absolute error 3.1907809727727e-13 relative error 4.517006511895518e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9289999999996783 y2[1] (analytic) -0.7085260599337937 y2[1] (numeric) -0.7085260599340655 absolute error 2.717825964282383e-13 relative error 3.8358870872531395e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7056846479800266 y1[1] (numeric) -0.7056846479797072 absolute error 3.1941116418465754e-13 relative error 4.526259216477925e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.929999999999678 y2[1] (analytic) -0.7092313902011591 y2[1] (numeric) -0.7092313902014307 absolute error 2.715605518233133e-13 relative error 3.828941521416454e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.704975769195886 y1[1] (numeric) -0.7049757691955663 absolute error 3.197442310920451e-13 relative error 4.535535050470654e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.930999999999678 y2[1] (analytic) -0.7099360112371934 y2[1] (numeric) -0.7099360112374647 absolute error 2.7133850721838826e-13 relative error 3.822013574794315e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7042661854360349 y1[1] (numeric) -0.7042661854357148 absolute error 3.2007729799943263e-13 relative error 4.5448341070253426e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.931999999999678 y2[1] (analytic) -0.7106399223372757 y2[1] (numeric) -0.7106399223375468 absolute error 2.7111646261346323e-13 relative error 3.8151031780169127e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7035558974100571 y1[1] (numeric) -0.7035558974097367 absolute error 3.204103649068202e-13 relative error 4.554156479766863e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.932999999999678 y2[1] (analytic) -0.7113431227974948 y2[1] (numeric) -0.7113431227977657 absolute error 2.708944180085382e-13 relative error 3.80821026206303e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7028449058282406 y1[1] (numeric) -0.7028449058279197 absolute error 3.2085445411667024e-13 relative error 4.565081875902218e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9339999999996778 y2[1] (analytic) -0.7120456119146503 y2[1] (numeric) -0.712045611914921 absolute error 2.7067237340361316e-13 relative error 3.801334758257838e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7021332114015767 y1[1] (numeric) -0.7021332114012555 absolute error 3.211875210240578e-13 relative error 4.574452764923527e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9349999999996776 y2[1] (analytic) -0.7127473889862533 y2[1] (numeric) -0.7127473889865238 absolute error 2.7045032879868813e-13 relative error 3.794476598270699e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7014208148417599 y1[1] (numeric) -0.7014208148414384 absolute error 3.2152058793144533e-13 relative error 4.583847258709883e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9359999999996775 y2[1] (analytic) -0.7134484533105268 y2[1] (numeric) -0.713448453310797 absolute error 2.702282841937631e-13 relative error 3.787635714112998e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.7007077168611867 y1[1] (numeric) -0.7007077168608649 absolute error 3.218536548388329e-13 relative error 4.5932654528277945e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9369999999996774 y2[1] (analytic) -0.7141488041864064 y2[1] (numeric) -0.7141488041866764 absolute error 2.7000623958883807e-13 relative error 3.780812038135981e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6999939181729551 y1[1] (numeric) -0.6999939181726329 absolute error 3.2218672174622043e-13 relative error 4.60270744333259e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9379999999996773 y2[1] (analytic) -0.7148484409135413 y2[1] (numeric) -0.7148484409138111 absolute error 2.6978419498391304e-13 relative error 3.774005503028615e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6992794194908637 y1[1] (numeric) -0.6992794194905411 absolute error 3.226308109560705e-13 relative error 4.613760994009717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.938999999999677 y2[1] (analytic) -0.7155473627922948 y2[1] (numeric) -0.7155473627925644 absolute error 2.69562150378988e-13 relative error 3.76721604181546e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.698564221529411 y1[1] (numeric) -0.698564221529088 absolute error 3.2296387786345804e-13 relative error 4.623252492897113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.939999999999677 y2[1] (analytic) -0.7162455691237452 y2[1] (numeric) -0.7162455691240145 absolute error 2.69340105774063e-13 relative error 3.760443587854563e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.697848325003795 y1[1] (numeric) -0.6978483250034717 absolute error 3.232969447708456e-13 relative error 4.632768084226432e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.940999999999677 y2[1] (analytic) -0.7169430592096862 y2[1] (numeric) -0.7169430592099553 absolute error 2.6911806116913795e-13 relative error 3.7536880748353585e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6971317306299122 y1[1] (numeric) -0.6971317306295886 absolute error 3.2363001167823313e-13 relative error 4.6423078660586643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.941999999999677 y2[1] (analytic) -0.7176398323526276 y2[1] (numeric) -0.7176398323528965 absolute error 2.688960165642129e-13 relative error 3.746949436776597e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6964144391243569 y1[1] (numeric) -0.6964144391240328 absolute error 3.240741008880832e-13 relative error 4.653466135704492e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9429999999996768 y2[1] (analytic) -0.7183358878557966 y2[1] (numeric) -0.7183358878560653 absolute error 2.686739719592879e-13 relative error 3.740227608024273e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6956964512044204 y1[1] (numeric) -0.695696451204096 absolute error 3.2440716779547074e-13 relative error 4.663056240028863e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9439999999996767 y2[1] (analytic) -0.7190312250231375 y2[1] (numeric) -0.719031225023406 absolute error 2.6845192735436285e-13 relative error 3.733522523249591e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6949777675880907 y1[1] (numeric) -0.694977767587766 absolute error 3.247402347028583e-13 relative error 4.672670837081078e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9449999999996765 y2[1] (analytic) -0.7197258431593133 y2[1] (numeric) -0.7197258431595817 absolute error 2.6834090505190034e-13 relative error 3.728376681237252e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6942583889940513 y1[1] (numeric) -0.6942583889937263 absolute error 3.2507330161024584e-13 relative error 4.682310026980908e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9459999999996764 y2[1] (analytic) -0.720419741569706 y2[1] (numeric) -0.7204197415699741 absolute error 2.681188604469753e-13 relative error 3.721703403945834e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6935383161416808 y1[1] (numeric) -0.6935383161413554 absolute error 3.254063685176334e-13 relative error 4.691973910366577e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9469999999996763 y2[1] (analytic) -0.7211129195604171 y2[1] (numeric) -0.721112919560685 absolute error 2.6789681584205027e-13 relative error 3.715046680974144e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6928175497510519 y1[1] (numeric) -0.6928175497507262 absolute error 3.2573943542502093e-13 relative error 4.701662588398171e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.947999999999676 y2[1] (analytic) -0.7218053764382688 y2[1] (numeric) -0.7218053764385365 absolute error 2.6767477123712524e-13 relative error 3.7084064482583925e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6920960905429311 y1[1] (numeric) -0.692096090542605 absolute error 3.260725023324085e-13 relative error 4.7113761627610584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.948999999999676 y2[1] (analytic) -0.7224971115108042 y2[1] (numeric) -0.7224971115110717 absolute error 2.674527266322002e-13 relative error 3.701782642050061e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6913739392387773 y1[1] (numeric) -0.6913739392384509 absolute error 3.26405569239796e-13 relative error 4.721114735669354e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.949999999999676 y2[1] (analytic) -0.7231881240862882 y2[1] (numeric) -0.7231881240865555 absolute error 2.673417043297377e-13 relative error 3.6967103776422e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.690651096560742 y1[1] (numeric) -0.6906510965604152 absolute error 3.2673863614718357e-13 relative error 4.730878409869393e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.950999999999676 y2[1] (analytic) -0.7238784134737085 y2[1] (numeric) -0.7238784134739755 absolute error 2.6700863742235015e-13 relative error 3.688584055726204e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6899275632316676 y1[1] (numeric) -0.6899275632313405 absolute error 3.270717030545711e-13 relative error 4.740667288643246e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9519999999996758 y2[1] (analytic) -0.7245679789827756 y2[1] (numeric) -0.7245679789830424 absolute error 2.667865928174251e-13 relative error 3.682009149672444e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6892033399750875 y1[1] (numeric) -0.68920333997476 absolute error 3.275157922644212e-13 relative error 4.7520923545765145e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9529999999996757 y2[1] (analytic) -0.7252568199239241 y2[1] (numeric) -0.7252568199241907 absolute error 2.665645482125001e-13 relative error 3.6754504182457934e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6884784275152249 y1[1] (numeric) -0.6884784275148971 absolute error 3.2784885917180873e-13 relative error 4.7619336506307415e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9539999999996756 y2[1] (analytic) -0.7259449356083131 y2[1] (numeric) -0.7259449356085794 absolute error 2.6634250360757505e-13 relative error 3.668907799245002e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6877528265769921 y1[1] (numeric) -0.6877528265766639 absolute error 3.2818192607919627e-13 relative error 4.7718004695464116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9549999999996754 y2[1] (analytic) -0.726632325347827 y2[1] (numeric) -0.7266323253480931 absolute error 2.6612045900265e-13 relative error 3.662381230772558e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6870265378859901 y1[1] (numeric) -0.6870265378856615 absolute error 3.2862601528904634e-13 relative error 4.7833088995403665e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9559999999996753 y2[1] (analytic) -0.727318988455076 y2[1] (numeric) -0.7273189884553419 absolute error 2.65898414397725e-13 relative error 3.655870651232813e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6862995621685074 y1[1] (numeric) -0.6862995621681784 absolute error 3.289590821964339e-13 relative error 4.7932287929343665e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.956999999999675 y2[1] (analytic) -0.7280049242433974 y2[1] (numeric) -0.7280049242436629 absolute error 2.6556534749033744e-13 relative error 3.647850978018244e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6855719001515197 y1[1] (numeric) -0.6855719001511904 absolute error 3.2929214910382143e-13 relative error 4.803174532547846e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.957999999999675 y2[1] (analytic) -0.728690132026855 y2[1] (numeric) -0.7286901320271204 absolute error 2.6545432518787493e-13 relative error 3.642897214067007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.684843552562689 y1[1] (numeric) -0.6848435525623594 absolute error 3.29625216011209e-13 relative error 4.813146225553986e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.958999999999675 y2[1] (analytic) -0.7293746111202414 y2[1] (numeric) -0.7293746111205065 absolute error 2.651212582804874e-13 relative error 3.634912077256014e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6841145201303629 y1[1] (numeric) -0.6841145201300329 absolute error 3.299582829185965e-13 relative error 4.823143979691012e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.959999999999675 y2[1] (analytic) -0.7300583608390774 y2[1] (numeric) -0.7300583608393423 absolute error 2.6489921367556235e-13 relative error 3.628466269067941e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6833848035835736 y1[1] (numeric) -0.6833848035832433 absolute error 3.3029134982598407e-13 relative error 4.833167903265961e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.960999999999675 y2[1] (analytic) -0.7307413804996135 y2[1] (numeric) -0.730741380499878 absolute error 2.645661467681748e-13 relative error 3.6205168316496446e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6826544036520377 y1[1] (numeric) -0.682654403651707 absolute error 3.306244167333716e-13 relative error 4.843218105158483e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9619999999996747 y2[1] (analytic) -0.7314236694188299 y2[1] (numeric) -0.7314236694190942 absolute error 2.6434410216324977e-13 relative error 3.614103743365192e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6819233210661549 y1[1] (numeric) -0.681923321065824 absolute error 3.3095748364075916e-13 relative error 4.853294694824673e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9629999999996746 y2[1] (analytic) -0.7321052269144378 y2[1] (numeric) -0.7321052269147019 absolute error 2.6412205755832474e-13 relative error 3.6077062128282423e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.681191556557008 y1[1] (numeric) -0.6811915565566767 absolute error 3.312905505481467e-13 relative error 4.863397782300924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9639999999996745 y2[1] (analytic) -0.7327860523048799 y2[1] (numeric) -0.7327860523051437 absolute error 2.637889906509372e-13 relative error 3.599809109647003e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6804591108563613 y1[1] (numeric) -0.6804591108560297 absolute error 3.3162361745553426e-13 relative error 4.8735274782078263e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9649999999996743 y2[1] (analytic) -0.7334661449093307 y2[1] (numeric) -0.7334661449095943 absolute error 2.6356694604601216e-13 relative error 3.593443922058511e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6797259846966605 y1[1] (numeric) -0.6797259846963285 absolute error 3.319566843629218e-13 relative error 4.883683893754088e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9659999999996742 y2[1] (analytic) -0.7341455040476977 y2[1] (numeric) -0.7341455040479611 absolute error 2.6334490144108713e-13 relative error 3.5870941113054543e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6789921788110315 y1[1] (numeric) -0.6789921788106992 absolute error 3.3228975127030935e-13 relative error 4.8938671407404834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.966999999999674 y2[1] (analytic) -0.7348241290406219 y2[1] (numeric) -0.734824129040885 absolute error 2.631228568361621e-13 relative error 3.5807596190355415e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6782576939332804 y1[1] (numeric) -0.6782576939329477 absolute error 3.327338404801594e-13 relative error 4.905714206507625e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.967999999999674 y2[1] (analytic) -0.7355020192094783 y2[1] (numeric) -0.7355020192097411 absolute error 2.6278978992877455e-13 relative error 3.572930910661843e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6775225307978918 y1[1] (numeric) -0.6775225307975588 absolute error 3.3306690738754696e-13 relative error 4.915953230297848e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.968999999999674 y2[1] (analytic) -0.7361791738763768 y2[1] (numeric) -0.7361791738766393 absolute error 2.625677453238495e-13 relative error 3.566628269871994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6767866901400289 y1[1] (numeric) -0.6767866901396955 absolute error 3.333999742949345e-13 relative error 4.926219430023856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.969999999999674 y2[1] (analytic) -0.7368555923641626 y2[1] (numeric) -0.736855592364425 absolute error 2.623457007189245e-13 relative error 3.5603407701256905e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6760501726955322 y1[1] (numeric) -0.6760501726951985 absolute error 3.3373304120232206e-13 relative error 4.936512919916418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9709999999996737 y2[1] (analytic) -0.7375312739964176 y2[1] (numeric) -0.7375312739966797 absolute error 2.6212365611399946e-13 relative error 3.554068354195278e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6753129792009193 y1[1] (numeric) -0.6753129792005852 absolute error 3.340661081097096e-13 relative error 4.9468338148187463e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9719999999996736 y2[1] (analytic) -0.73820621809746 y2[1] (numeric) -0.7382062180977219 absolute error 2.6190161150907443e-13 relative error 3.547810965126515e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6745751103933834 y1[1] (numeric) -0.674575110393049 absolute error 3.3439917501709715e-13 relative error 4.957182230190643e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9729999999996735 y2[1] (analytic) -0.7388804239923459 y2[1] (numeric) -0.7388804239926074 absolute error 2.615685446016869e-13 relative error 3.540065971546114e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6738365670107932 y1[1] (numeric) -0.6738365670104585 absolute error 3.347322419244847e-13 relative error 4.967558282112688e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9739999999996733 y2[1] (analytic) -0.7395538910068693 y2[1] (numeric) -0.7395538910071306 absolute error 2.6134649999676185e-13 relative error 3.5338398347272616e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6730973497916922 y1[1] (numeric) -0.6730973497913572 absolute error 3.3506530883187224e-13 relative error 4.97796208729045e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9749999999996732 y2[1] (analytic) -0.7402266184675633 y2[1] (numeric) -0.7402266184678244 absolute error 2.611244553918368e-13 relative error 3.527628551543088e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6723574594752976 y1[1] (numeric) -0.6723574594749622 absolute error 3.353983757392598e-13 relative error 4.988393763058746e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.975999999999673 y2[1] (analytic) -0.7408986057017006 y2[1] (numeric) -0.7408986057019614 absolute error 2.6079138848444927e-13 relative error 3.519933584399923e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6716168968014995 y1[1] (numeric) -0.6716168968011638 absolute error 3.3573144264664734e-13 relative error 4.998853427385923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.976999999999673 y2[1] (analytic) -0.7415698520372939 y2[1] (numeric) -0.7415698520375544 absolute error 2.6056934387952424e-13 relative error 3.513753197539914e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6708756625108605 y1[1] (numeric) -0.6708756625105244 absolute error 3.360645095540349e-13 relative error 5.0093411988781825e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.977999999999673 y2[1] (analytic) -0.742240356803097 y2[1] (numeric) -0.7422403568033572 absolute error 2.602362769721367e-13 relative error 3.506091720652326e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.670133757344615 y1[1] (numeric) -0.6701337573442786 absolute error 3.3639757646142243e-13 relative error 5.019857196783934e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.978999999999673 y2[1] (analytic) -0.7429101193286051 y2[1] (numeric) -0.7429101193288651 absolute error 2.6001423236721166e-13 relative error 3.499941993012506e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.669391182044668 y1[1] (numeric) -0.6693911820443312 absolute error 3.3673064336881e-13 relative error 5.030401540998193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9799999999996727 y2[1] (analytic) -0.7435791389440558 y2[1] (numeric) -0.7435791389443155 absolute error 2.596811654598241e-13 relative error 3.492313754640736e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6686479373535946 y1[1] (numeric) -0.6686479373532576 absolute error 3.3706371027619753e-13 relative error 5.0409743520670036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9809999999996726 y2[1] (analytic) -0.7442474149804295 y2[1] (numeric) -0.7442474149806889 absolute error 2.594591208548991e-13 relative error 3.486194451366979e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6679040240146397 y1[1] (numeric) -0.6679040240143023 absolute error 3.3739677718358507e-13 relative error 5.0515757511919066e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9819999999996725 y2[1] (analytic) -0.7449149467694502 y2[1] (numeric) -0.7449149467697094 absolute error 2.5912605394751154e-13 relative error 3.478599202114152e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6671594427717165 y1[1] (numeric) -0.6671594427713786 absolute error 3.3784086639343514e-13 relative error 5.0638699647249834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9829999999996724 y2[1] (analytic) -0.7455817336435863 y2[1] (numeric) -0.7455817336438452 absolute error 2.589040093425865e-13 relative error 3.4725100905751476e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.666414194369406 y1[1] (numeric) -0.6664141943690678 absolute error 3.381739333008227e-13 relative error 5.074530767172803e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9839999999996722 y2[1] (analytic) -0.7462477749360509 y2[1] (numeric) -0.7462477749363094 absolute error 2.5857094243519896e-13 relative error 3.464947583359387e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6656682795529566 y1[1] (numeric) -0.6656682795526181 absolute error 3.3850700020821023e-13 relative error 5.0852205310960835e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.984999999999672 y2[1] (analytic) -0.7469130699808026 y2[1] (numeric) -0.746913069981061 absolute error 2.5834889783027393e-13 relative error 3.458888433119989e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6649216990682832 y1[1] (numeric) -0.6649216990679444 absolute error 3.388400671155978e-13 relative error 5.095939380387119e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.985999999999672 y2[1] (analytic) -0.7475776181125467 y2[1] (numeric) -0.7475776181128048 absolute error 2.580158309228864e-13 relative error 3.451358423146939e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6641744536619661 y1[1] (numeric) -0.664174453661627 absolute error 3.391731340229853e-13 relative error 5.10668743961671e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.986999999999672 y2[1] (analytic) -0.748241418666735 y2[1] (numeric) -0.7482414186669928 absolute error 2.5779378631796135e-13 relative error 3.4453290059418924e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6634265440812508 y1[1] (numeric) -0.6634265440809113 absolute error 3.3950620093037287e-13 relative error 5.117464834038854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.987999999999672 y2[1] (analytic) -0.7489044709795669 y2[1] (numeric) -0.7489044709798245 absolute error 2.575717417130363e-13 relative error 3.439313713485146e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6626779710740467 y1[1] (numeric) -0.6626779710737067 absolute error 3.3995029014022293e-13 relative error 5.129947047873685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9889999999996717 y2[1] (analytic) -0.7495667743879902 y2[1] (numeric) -0.7495667743882476 absolute error 2.573496971081113e-13 relative error 3.433312493316334e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6619287353889267 y1[1] (numeric) -0.6619287353885864 absolute error 3.402833570476105e-13 relative error 5.1407853875337744e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9899999999996716 y2[1] (analytic) -0.7502283282297016 y2[1] (numeric) -0.7502283282299588 absolute error 2.5712765250318625e-13 relative error 3.4273252932200663e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6611788377751264 y1[1] (numeric) -0.6611788377747858 absolute error 3.4061642395499803e-13 relative error 5.151653448273931e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9909999999996715 y2[1] (analytic) -0.7508891318431474 y2[1] (numeric) -0.7508891318434042 absolute error 2.567945855957987e-13 relative error 3.419873516686353e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6604282789825435 y1[1] (numeric) -0.6604282789822026 absolute error 3.4094949086238557e-13 relative error 5.162551358152814e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9919999999996714 y2[1] (analytic) -0.7515491845675238 y2[1] (numeric) -0.7515491845677804 absolute error 2.565725409908737e-13 relative error 3.4139154996025625e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6596770597617367 y1[1] (numeric) -0.6596770597613953 absolute error 3.4139358007223564e-13 relative error 5.175162225521996e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9929999999996713 y2[1] (analytic) -0.7522084857427784 y2[1] (numeric) -0.7522084857430347 absolute error 2.5623947408348613e-13 relative error 3.406495392437098e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.658925180863925 y1[1] (numeric) -0.6589251808635833 absolute error 3.417266469796232e-13 relative error 5.1861221410840774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.993999999999671 y2[1] (analytic) -0.7528670347096099 y2[1] (numeric) -0.7528670347098658 absolute error 2.559064071760986e-13 relative error 3.3990916772548664e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6581726430409874 y1[1] (numeric) -0.6581726430406454 absolute error 3.4205971388701073e-13 relative error 5.1971123003012616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.994999999999671 y2[1] (analytic) -0.7535248308094694 y2[1] (numeric) -0.7535248308097251 absolute error 2.5568436257117355e-13 relative error 3.3931776647161875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6574194470454616 y1[1] (numeric) -0.6574194470451192 absolute error 3.423927807943983e-13 relative error 5.2081328341161965e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.995999999999671 y2[1] (analytic) -0.7541818733845609 y2[1] (numeric) -0.7541818733848163 absolute error 2.554623179662485e-13 relative error 3.387277352872509e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6566655936305436 y1[1] (numeric) -0.6566655936302008 absolute error 3.427258477017858e-13 relative error 5.219183874199018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.996999999999671 y2[1] (analytic) -0.7548381617778418 y2[1] (numeric) -0.754838161778097 absolute error 2.552402733613235e-13 relative error 3.381390691220032e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6559110835500866 y1[1] (numeric) -0.6559110835497435 absolute error 3.431699369116359e-13 relative error 5.23195819552622e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9979999999996707 y2[1] (analytic) -0.7554936953330239 y2[1] (numeric) -0.7554936953332788 absolute error 2.5490720645393594e-13 relative error 3.374048096345425e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6551559175586008 y1[1] (numeric) -0.6551559175582573 absolute error 3.4350300381902343e-13 relative error 5.243072597116527e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9989999999996706 y2[1] (analytic) -0.7561484733945736 y2[1] (numeric) -0.7561484733948283 absolute error 2.546851618490109e-13 relative error 3.368189857021784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.654400096411252 y1[1] (numeric) -0.6544000964109081 absolute error 3.43836070726411e-13 relative error 5.254217910602663e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 3.9999999999996705 y2[1] (analytic) -0.7568024953077128 y2[1] (numeric) -0.7568024953079673 absolute error 2.544631172440859e-13 relative error 3.362345114105659e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6536436208638613 y1[1] (numeric) -0.6536436208635171 absolute error 3.4416913763379853e-13 relative error 5.265394270641569e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.000999999999671 y2[1] (analytic) -0.7574557604184202 y2[1] (numeric) -0.7574557604186741 absolute error 2.539080057317733e-13 relative error 3.352116638356727e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6528864916729039 y1[1] (numeric) -0.6528864916725597 absolute error 3.4416913763379853e-13 relative error 5.2715003606817957e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.001999999999671 y2[1] (analytic) -0.7581082680734302 y2[1] (numeric) -0.7581082680736836 absolute error 2.533528942194607e-13 relative error 3.3419091294611896e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6521287095955092 y1[1] (numeric) -0.6521287095951651 absolute error 3.44058115331336e-13 relative error 5.275923452975139e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0029999999996715 y2[1] (analytic) -0.7587600176202355 y2[1] (numeric) -0.7587600176204882 absolute error 2.5268676040468563e-13 relative error 3.330259298548821e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6513702753894592 y1[1] (numeric) -0.6513702753891152 absolute error 3.44058115331336e-13 relative error 5.282066565374372e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.003999999999672 y2[1] (analytic) -0.7594110084070862 y2[1] (numeric) -0.7594110084073384 absolute error 2.5224267119483557e-13 relative error 3.321556685409801e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6506111898131882 y1[1] (numeric) -0.6506111898128442 absolute error 3.44058115331336e-13 relative error 5.288229294521147e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.004999999999672 y2[1] (analytic) -0.7600612397829919 y2[1] (numeric) -0.7600612397832436 absolute error 2.51687559682523e-13 relative error 3.3114115877607875e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6498514536257816 y1[1] (numeric) -0.6498514536254375 absolute error 3.44058115331336e-13 relative error 5.2944117215049374e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0059999999996725 y2[1] (analytic) -0.760710711097721 y2[1] (numeric) -0.7607107110979723 absolute error 2.512434704726729e-13 relative error 3.302746586940041e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6490910675869754 y1[1] (numeric) -0.6490910675866314 absolute error 3.44058115331336e-13 relative error 5.3006139278789826e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.006999999999673 y2[1] (analytic) -0.7613594217018026 y2[1] (numeric) -0.7613594217020532 absolute error 2.5057733665789783e-13 relative error 3.2911832377118734e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6483300324571558 y1[1] (numeric) -0.6483300324568118 absolute error 3.44058115331336e-13 relative error 5.3068359956635626e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.007999999999673 y2[1] (analytic) -0.7620073709465258 y2[1] (numeric) -0.7620073709467758 absolute error 2.5002222514558525e-13 relative error 3.281099824992778e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6475683489973578 y1[1] (numeric) -0.6475683489970138 absolute error 3.44058115331336e-13 relative error 5.313078007349303e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0089999999996735 y2[1] (analytic) -0.7626545581839417 y2[1] (numeric) -0.762654558184191 absolute error 2.4935609133081016e-13 relative error 3.269581079074452e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6468060179692647 y1[1] (numeric) -0.6468060179689207 absolute error 3.44058115331336e-13 relative error 5.319340045900518e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.009999999999674 y2[1] (analytic) -0.7633009827668628 y2[1] (numeric) -0.7633009827671117 absolute error 2.489120021209601e-13 relative error 3.2609941260482564e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6460430401352075 y1[1] (numeric) -0.6460430401348636 absolute error 3.439470930288735e-13 relative error 5.3239036977612255e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.010999999999674 y2[1] (analytic) -0.7639466440488648 y2[1] (numeric) -0.7639466440491132 absolute error 2.483568906086475e-13 relative error 3.2509716816396107e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6452794162581641 y1[1] (numeric) -0.6452794162578201 absolute error 3.439470930288735e-13 relative error 5.3302040071779814e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0119999999996745 y2[1] (analytic) -0.7645915413842864 y2[1] (numeric) -0.7645915413845342 absolute error 2.4780177909633494e-13 relative error 3.240969402403955e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6445151471017582 y1[1] (numeric) -0.6445151471014142 absolute error 3.439470930288735e-13 relative error 5.336524588685423e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.012999999999675 y2[1] (analytic) -0.7652356741282303 y2[1] (numeric) -0.7652356741284776 absolute error 2.4724666758402236e-13 relative error 3.230987210125691e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6437502334302588 y1[1] (numeric) -0.6437502334299149 absolute error 3.439470930288735e-13 relative error 5.34286552714913e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.013999999999675 y2[1] (analytic) -0.765879041636564 y2[1] (numeric) -0.7658790416368106 absolute error 2.466915560717098e-13 relative error 3.2210250269359566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6429846760085798 y1[1] (numeric) -0.6429846760082358 absolute error 3.439470930288735e-13 relative error 5.3492269079253136e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0149999999996755 y2[1] (analytic) -0.7665216432659198 y2[1] (numeric) -0.7665216432661659 absolute error 2.461364445593972e-13 relative error 3.211082775310601e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6422184756022783 y1[1] (numeric) -0.6422184756019343 absolute error 3.439470930288735e-13 relative error 5.355608816864336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.015999999999676 y2[1] (analytic) -0.7671634783736961 y2[1] (numeric) -0.7671634783739417 absolute error 2.4558133304708463e-13 relative error 3.2011603780681865e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6414516329775546 y1[1] (numeric) -0.6414516329772108 absolute error 3.43836070726411e-13 relative error 5.3602805425930275e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.016999999999676 y2[1] (analytic) -0.7678045463180581 y2[1] (numeric) -0.7678045463183031 absolute error 2.4502622153477205e-13 relative error 3.191257758367994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6406841489012515 y1[1] (numeric) -0.6406841489009076 absolute error 3.43836070726411e-13 relative error 5.3667016940574625e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0179999999996765 y2[1] (analytic) -0.7684448464579378 y2[1] (numeric) -0.7684448464581821 absolute error 2.4436008771999695e-13 relative error 3.1799300736591307e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6399160241408528 y1[1] (numeric) -0.639916024140509 absolute error 3.43836070726411e-13 relative error 5.373143627525864e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.018999999999677 y2[1] (analytic) -0.7690843781530349 y2[1] (numeric) -0.7690843781532788 absolute error 2.439159985101469e-13 relative error 3.1715115459231404e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6391472594644834 y1[1] (numeric) -0.6391472594641395 absolute error 3.43836070726411e-13 relative error 5.3796064308325105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.019999999999677 y2[1] (analytic) -0.769723140763818 y2[1] (numeric) -0.7697231407640613 absolute error 2.433608869978343e-13 relative error 3.161667801182909e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6383778556409077 y1[1] (numeric) -0.6383778556405638 absolute error 3.43836070726411e-13 relative error 5.386090192323672e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0209999999996775 y2[1] (analytic) -0.7703611336515245 y2[1] (numeric) -0.7703611336517673 absolute error 2.4280577548552174e-13 relative error 3.151843529989868e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6376078134395295 y1[1] (numeric) -0.6376078134391857 absolute error 3.43836070726411e-13 relative error 5.3925950008612976e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.021999999999678 y2[1] (analytic) -0.7709983561781616 y2[1] (numeric) -0.7709983561784037 absolute error 2.4213964167074664e-13 relative error 3.140598676124716e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6368371336303912 y1[1] (numeric) -0.6368371336300473 absolute error 3.43836070726411e-13 relative error 5.3991209458267435e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.022999999999678 y2[1] (analytic) -0.7716348077065067 y2[1] (numeric) -0.7716348077067483 absolute error 2.4158453015843406e-13 relative error 3.130814314565257e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6360658169841722 y1[1] (numeric) -0.6360658169838284 absolute error 3.43836070726411e-13 relative error 5.405668117124536e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0239999999996785 y2[1] (analytic) -0.7722704876001084 y2[1] (numeric) -0.7722704876003494 absolute error 2.410294186461215e-13 relative error 3.1210491986446285e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6352938642721893 y1[1] (numeric) -0.6352938642718454 absolute error 3.43836070726411e-13 relative error 5.4122366051861586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.024999999999679 y2[1] (analytic) -0.7729053952232869 y2[1] (numeric) -0.7729053952235274 absolute error 2.404743071338089e-13 relative error 3.1113032541885356e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.634521276266395 y1[1] (numeric) -0.6345212762660511 absolute error 3.43836070726411e-13 relative error 5.41882650097388e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.025999999999679 y2[1] (analytic) -0.7735395299411345 y2[1] (numeric) -0.7735395299413745 absolute error 2.4003021792395884e-13 relative error 3.1030116578815935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6337480537393773 y1[1] (numeric) -0.6337480537390335 absolute error 3.4372504842394846e-13 relative error 5.423686059402118e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0269999999996795 y2[1] (analytic) -0.7741728911195167 y2[1] (numeric) -0.7741728911197562 absolute error 2.3947510641164627e-13 relative error 3.0933026609255956e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6329741974643587 y1[1] (numeric) -0.632974197464015 absolute error 3.4372504842394846e-13 relative error 5.4303169039256586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.02799999999968 y2[1] (analytic) -0.7748054781250723 y2[1] (numeric) -0.7748054781253112 absolute error 2.389199948993337e-13 relative error 3.083612618195328e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6321997082151953 y1[1] (numeric) -0.6321997082148516 absolute error 3.4372504842394846e-13 relative error 5.4369694252840026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.02899999999968 y2[1] (analytic) -0.7754372903252144 y2[1] (numeric) -0.7754372903254526 absolute error 2.382538610845586e-13 relative error 3.072509718801841e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6314245867663765 y1[1] (numeric) -0.6314245867660327 absolute error 3.4372504842394846e-13 relative error 5.4436437165714107e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0299999999996805 y2[1] (analytic) -0.7760683270881307 y2[1] (numeric) -0.7760683270883684 absolute error 2.37698749572246e-13 relative error 3.0628585303063505e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6306488338930235 y1[1] (numeric) -0.6306488338926798 absolute error 3.4372504842394846e-13 relative error 5.450339871432384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.030999999999681 y2[1] (analytic) -0.7766985877827846 y2[1] (numeric) -0.7766985877830217 absolute error 2.3714363805993344e-13 relative error 3.0532260749552726e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6298724503708891 y1[1] (numeric) -0.6298724503705455 absolute error 3.4361402612148595e-13 relative error 5.4552953684377683e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.031999999999681 y2[1] (analytic) -0.7773280717789154 y2[1] (numeric) -0.777328071779152 absolute error 2.3658852654762086e-13 relative error 3.043612280799122e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6290954369763568 y1[1] (numeric) -0.6290954369760133 absolute error 3.4350300381902343e-13 relative error 5.4602685638607366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0329999999996815 y2[1] (analytic) -0.7779567784470391 y2[1] (numeric) -0.7779567784472753 absolute error 2.361444373377708e-13 relative error 3.035444177363727e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6283177944864401 y1[1] (numeric) -0.6283177944860966 absolute error 3.4350300381902343e-13 relative error 5.4670265084532264e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.033999999999682 y2[1] (analytic) -0.7785847071584494 y2[1] (numeric) -0.778584707158685 absolute error 2.355893258254582e-13 relative error 3.0258663400322036e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6275395236787812 y1[1] (numeric) -0.6275395236784377 absolute error 3.4350300381902343e-13 relative error 5.473806682411487e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.034999999999682 y2[1] (analytic) -0.7792118572852174 y2[1] (numeric) -0.7792118572854524 absolute error 2.3503421431314564e-13 relative error 3.0163069531822504e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6267606253316509 y1[1] (numeric) -0.6267606253313074 absolute error 3.4350300381902343e-13 relative error 5.480609182130076e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0359999999996825 y2[1] (analytic) -0.7798382282001929 y2[1] (numeric) -0.7798382282004275 absolute error 2.345901251032956e-13 relative error 3.008189604204345e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6259811002239475 y1[1] (numeric) -0.625981100223604 absolute error 3.4350300381902343e-13 relative error 5.487434104578137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.036999999999683 y2[1] (analytic) -0.7804638192770053 y2[1] (numeric) -0.7804638192772393 absolute error 2.34035013590983e-13 relative error 2.998665765285378e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6252009491351961 y1[1] (numeric) -0.6252009491348526 absolute error 3.4350300381902343e-13 relative error 5.494281547303648e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.037999999999683 y2[1] (analytic) -0.7810886298900634 y2[1] (numeric) -0.7810886298902969 absolute error 2.334799020786704e-13 relative error 2.989160168821459e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6244201728455476 y1[1] (numeric) -0.6244201728452041 absolute error 3.4350300381902343e-13 relative error 5.501151608437705e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0389999999996835 y2[1] (analytic) -0.7817126594145568 y2[1] (numeric) -0.7817126594147897 absolute error 2.3292479056635784e-13 relative error 2.979672744980243e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6236387721357782 y1[1] (numeric) -0.6236387721354348 absolute error 3.433919815165609e-13 relative error 5.50626415257257e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.039999999999684 y2[1] (analytic) -0.7823359072264559 y2[1] (numeric) -0.7823359072266882 absolute error 2.3236967905404526e-13 relative error 2.970203424227891e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6228567477872888 y1[1] (numeric) -0.6228567477869454 absolute error 3.433919815165609e-13 relative error 5.5131775121080066e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.040999999999684 y2[1] (analytic) -0.7829583727025129 y2[1] (numeric) -0.7829583727027447 absolute error 2.318145675417327e-13 relative error 2.960752137327373e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6220741005821034 y1[1] (numeric) -0.6220741005817602 absolute error 3.432809592140984e-13 relative error 5.518329068721468e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0419999999996845 y2[1] (analytic) -0.7835800552202624 y2[1] (numeric) -0.7835800552204937 absolute error 2.312594560294201e-13 relative error 2.9513188153367895e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6212908313028693 y1[1] (numeric) -0.621290831302526 absolute error 3.432809592140984e-13 relative error 5.525286096597077e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.042999999999685 y2[1] (analytic) -0.784200954158022 y2[1] (numeric) -0.7842009541582527 absolute error 2.3070434451710753e-13 relative error 2.941903389607697e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6205069407328557 y1[1] (numeric) -0.6205069407325124 absolute error 3.432809592140984e-13 relative error 5.532266227492364e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.043999999999685 y2[1] (analytic) -0.7848210688948929 y2[1] (numeric) -0.784821068895123 absolute error 2.3014923300479495e-13 relative error 2.9325057917834477e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6197224296559531 y1[1] (numeric) -0.6197224296556099 absolute error 3.432809592140984e-13 relative error 5.539269563063503e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0449999999996855 y2[1] (analytic) -0.7854403988107602 y2[1] (numeric) -0.7854403988109898 absolute error 2.2959412149248237e-13 relative error 2.92312595379754e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6189372988566725 y1[1] (numeric) -0.6189372988563292 absolute error 3.432809592140984e-13 relative error 5.5462962055804634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.045999999999686 y2[1] (analytic) -0.7860589432862942 y2[1] (numeric) -0.7860589432865233 absolute error 2.290390099801698e-13 relative error 2.913763807871981e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6181515491201445 y1[1] (numeric) -0.6181515491198013 absolute error 3.431699369116359e-13 relative error 5.551550220978854e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.046999999999686 y2[1] (analytic) -0.7866767017029505 y2[1] (numeric) -0.7866767017031789 absolute error 2.284838984678572e-13 relative error 2.904419286515655e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.617365181232119 y1[1] (numeric) -0.6173651812317758 absolute error 3.432809592140984e-13 relative error 5.560419823628351e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0479999999996865 y2[1] (analytic) -0.7872936734429705 y2[1] (numeric) -0.7872936734431984 absolute error 2.2792878695554464e-13 relative error 2.895092322522711e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6165781959789637 y1[1] (numeric) -0.6165781959786204 absolute error 3.432809592140984e-13 relative error 5.5675170068097966e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.048999999999687 y2[1] (analytic) -0.7879098578893827 y2[1] (numeric) -0.7879098578896101 absolute error 2.2737367544323206e-13 relative error 2.885782848970952e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6157905941476637 y1[1] (numeric) -0.6157905941473205 absolute error 3.431699369116359e-13 relative error 5.572834989248721e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.049999999999687 y2[1] (analytic) -0.7885252544260027 y2[1] (numeric) -0.7885252544262296 absolute error 2.2681856393091948e-13 relative error 2.8764907992202387e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.615002376525821 y1[1] (numeric) -0.6150023765254778 absolute error 3.431699369116359e-13 relative error 5.579977411635706e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0509999999996875 y2[1] (analytic) -0.7891398624374341 y2[1] (numeric) -0.7891398624376603 absolute error 2.262634524186069e-13 relative error 2.867216106910908e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.614213543901653 y1[1] (numeric) -0.6142135439013099 absolute error 3.4305891460917337e-13 relative error 5.5853362078271515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.051999999999688 y2[1] (analytic) -0.7897536813090686 y2[1] (numeric) -0.7897536813092944 absolute error 2.2570834090629432e-13 relative error 2.8579587059621922e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6134240970639921 y1[1] (numeric) -0.6134240970636492 absolute error 3.4294789230671086e-13 relative error 5.5907143841943766e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.052999999999688 y2[1] (analytic) -0.7903667104270877 y2[1] (numeric) -0.7903667104273129 absolute error 2.2515322939398175e-13 relative error 2.848718530570657e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6126340368022855 y1[1] (numeric) -0.6126340368019425 absolute error 3.4294789230671086e-13 relative error 5.597924237066018e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0539999999996885 y2[1] (analytic) -0.7909789491784622 y2[1] (numeric) -0.7909789491786868 absolute error 2.2459811788166917e-13 relative error 2.8394955152086467e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.611843363906593 y1[1] (numeric) -0.61184336390625 absolute error 3.4294789230671086e-13 relative error 5.605158322172584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.054999999999689 y2[1] (analytic) -0.7915903969509536 y2[1] (numeric) -0.7915903969511776 absolute error 2.240430063693566e-13 relative error 2.830289594622737e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6110520791675876 y1[1] (numeric) -0.6110520791672447 absolute error 3.4294789230671086e-13 relative error 5.612416748076455e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.055999999999689 y2[1] (analytic) -0.7922010531331138 y2[1] (numeric) -0.7922010531333373 absolute error 2.23487894857044e-13 relative error 2.8211007038322032e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6102601833765541 y1[1] (numeric) -0.6102601833762111 absolute error 3.4294789230671086e-13 relative error 5.61969962400609e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0569999999996895 y2[1] (analytic) -0.792810917114287 y2[1] (numeric) -0.7928109171145099 absolute error 2.2293278334473143e-13 relative error 2.8119287781274933e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6094676773253879 y1[1] (numeric) -0.609467677325045 absolute error 3.4283687000424834e-13 relative error 5.625185432454224e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.05799999999969 y2[1] (analytic) -0.7934199882846091 y2[1] (numeric) -0.7934199882848315 absolute error 2.2237767183241886e-13 relative error 2.8027737530687133e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6086745618065953 y1[1] (numeric) -0.6086745618062523 absolute error 3.4294789230671086e-13 relative error 5.634339166217392e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.05899999999969 y2[1] (analytic) -0.7940282660350091 y2[1] (numeric) -0.7940282660352309 absolute error 2.2182256032010628e-13 relative error 2.793635564484124e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6078808376132915 y1[1] (numeric) -0.6078808376129486 absolute error 3.4283687000424834e-13 relative error 5.639869671666586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0599999999996905 y2[1] (analytic) -0.7946357497572092 y2[1] (numeric) -0.7946357497574305 absolute error 2.212674488077937e-13 relative error 2.784514148468643e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6070865055392007 y1[1] (numeric) -0.607086505538858 absolute error 3.427258477017858e-13 relative error 5.6454202914193317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.060999999999691 y2[1] (analytic) -0.7952424388437257 y2[1] (numeric) -0.7952424388439464 absolute error 2.2071233729548112e-13 relative error 2.7754094413823612e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6062915663786551 y1[1] (numeric) -0.6062915663783124 absolute error 3.427258477017858e-13 relative error 5.6528222839857025e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.061999999999691 y2[1] (analytic) -0.7958483326878697 y2[1] (numeric) -0.7958483326880899 absolute error 2.2015722578316854e-13 relative error 2.766321379849065e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6054960209265936 y1[1] (numeric) -0.6054960209262509 absolute error 3.427258477017858e-13 relative error 5.660249379959768e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0629999999996915 y2[1] (analytic) -0.7964534306837473 y2[1] (numeric) -0.7964534306839669 absolute error 2.1960211427085596e-13 relative error 2.7572499007547716e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6046998699785616 y1[1] (numeric) -0.6046998699782189 absolute error 3.427258477017858e-13 relative error 5.667701693303431e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.063999999999692 y2[1] (analytic) -0.7970577322262606 y2[1] (numeric) -0.7970577322264797 absolute error 2.1904700275854339e-13 relative error 2.7481949412462703e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.60390311433071 y1[1] (numeric) -0.6039031143303674 absolute error 3.426148253993233e-13 relative error 5.673340926201951e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.064999999999692 y2[1] (analytic) -0.7976612367111081 y2[1] (numeric) -0.7976612367113266 absolute error 2.184918912462308e-13 relative error 2.739156438729676e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6031057547797944 y1[1] (numeric) -0.6031057547794518 absolute error 3.426148253993233e-13 relative error 5.6808415884610255e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0659999999996925 y2[1] (analytic) -0.7982639435347854 y2[1] (numeric) -0.7982639435350033 absolute error 2.1793677973391823e-13 relative error 2.73013433086899e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6023077921231743 y1[1] (numeric) -0.6023077921228318 absolute error 3.425038030968608e-13 relative error 5.686524524106064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.066999999999693 y2[1] (analytic) -0.7988658520945856 y2[1] (numeric) -0.798865852094803 absolute error 2.1738166822160565e-13 relative error 2.7211285555846703e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6015092271588123 y1[1] (numeric) -0.6015092271584698 absolute error 3.425038030968608e-13 relative error 5.6940739664901586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.067999999999693 y2[1] (analytic) -0.7994669617886003 y2[1] (numeric) -0.7994669617888172 absolute error 2.1682655670929307e-13 relative error 2.7121390510522135e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.6007100606852732 y1[1] (numeric) -0.6007100606849307 absolute error 3.425038030968608e-13 relative error 5.701649190062541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0689999999996935 y2[1] (analytic) -0.8000672720157199 y2[1] (numeric) -0.8000672720159362 absolute error 2.162714451969805e-13 relative error 2.7031657557007423e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5999102935017235 y1[1] (numeric) -0.599910293501381 absolute error 3.425038030968608e-13 relative error 5.709250313036624e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.069999999999694 y2[1] (analytic) -0.8006667821756341 y2[1] (numeric) -0.8006667821758499 absolute error 2.1571633368466792e-13 relative error 2.6942086082116043e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5991099264079304 y1[1] (numeric) -0.5991099264075879 absolute error 3.425038030968608e-13 relative error 5.7168774543663964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.070999999999694 y2[1] (analytic) -0.8012654916688329 y2[1] (numeric) -0.801265491669048 absolute error 2.1516122217235534e-13 relative error 2.6852675475169792e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5983089602042606 y1[1] (numeric) -0.5983089602039182 absolute error 3.423927807943983e-13 relative error 5.722675132217752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0719999999996945 y2[1] (analytic) -0.8018633998966067 y2[1] (numeric) -0.8018633998968213 absolute error 2.1460611066004276e-13 relative error 2.6763425127984935e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5975073956916807 y1[1] (numeric) -0.5975073956913383 absolute error 3.423927807943983e-13 relative error 5.7303521807967064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.072999999999695 y2[1] (analytic) -0.8024605062610475 y2[1] (numeric) -0.8024605062612615 absolute error 2.1405099914773018e-13 relative error 2.6674334434858468e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5967052336717547 y1[1] (numeric) -0.5967052336714124 absolute error 3.4228175849193576e-13 relative error 5.736195011827627e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.073999999999695 y2[1] (analytic) -0.8030568101650489 y2[1] (numeric) -0.8030568101652624 absolute error 2.134958876354176e-13 relative error 2.6585402792554448e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5959024749466448 y1[1] (numeric) -0.5959024749463026 absolute error 3.4228175849193576e-13 relative error 5.7439224182209105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0749999999996955 y2[1] (analytic) -0.803652311012307 y2[1] (numeric) -0.80365231101252 absolute error 2.1294077612310502e-13 relative error 2.6496629600290426e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5950991203191096 y1[1] (numeric) -0.5950991203187674 absolute error 3.4217073618947325e-13 relative error 5.749810821531567e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.075999999999696 y2[1] (analytic) -0.8042470082073211 y2[1] (numeric) -0.8042470082075336 absolute error 2.1249668691325496e-13 relative error 2.6421818762734764e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5942951705925038 y1[1] (numeric) -0.5942951705921616 absolute error 3.4217073618947325e-13 relative error 5.7575890419626646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.076999999999696 y2[1] (analytic) -0.8048409011553941 y2[1] (numeric) -0.8048409011556059 absolute error 2.1183055309847987e-13 relative error 2.6319556174939082e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5934906265707768 y1[1] (numeric) -0.5934906265704347 absolute error 3.4205971388701073e-13 relative error 5.7635234420373506e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0779999999996965 y2[1] (analytic) -0.8054339892626329 y2[1] (numeric) -0.8054339892628442 absolute error 2.112754415861673e-13 relative error 2.6231254752433273e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5926854890584727 y1[1] (numeric) -0.5926854890581307 absolute error 3.4205971388701073e-13 relative error 5.7713529384766844e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.078999999999697 y2[1] (analytic) -0.8060262719359496 y2[1] (numeric) -0.8060262719361603 absolute error 2.107203300738547e-13 relative error 2.6143109401103926e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.591879758860729 y1[1] (numeric) -0.591879758860387 absolute error 3.419486915845482e-13 relative error 5.777333765269201e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.079999999999697 y2[1] (analytic) -0.8066177485830615 y2[1] (numeric) -0.8066177485832716 absolute error 2.1016521856154213e-13 relative error 2.6055119532235334e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5910734367832757 y1[1] (numeric) -0.5910734367829338 absolute error 3.419486915845482e-13 relative error 5.785215005524396e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0809999999996975 y2[1] (analytic) -0.807208418612492 y2[1] (numeric) -0.8072084186127017 absolute error 2.0961010704922955e-13 relative error 2.5967284559485603e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5902665236324349 y1[1] (numeric) -0.590266523632093 absolute error 3.419486915845482e-13 relative error 5.793123578823914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.081999999999698 y2[1] (analytic) -0.8077982814335712 y2[1] (numeric) -0.8077982814337803 absolute error 2.0905499553691698e-13 relative error 2.5879603898873667e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5894590202151196 y1[1] (numeric) -0.5894590202147778 absolute error 3.418376692820857e-13 relative error 5.799176152352949e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.082999999999698 y2[1] (analytic) -0.8083873364564363 y2[1] (numeric) -0.8083873364566448 absolute error 2.084998840246044e-13 relative error 2.5792076968766367e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5886509273388333 y1[1] (numeric) -0.5886509273384916 absolute error 3.417266469796232e-13 relative error 5.8052511447573404e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0839999999996985 y2[1] (analytic) -0.8089755830920323 y2[1] (numeric) -0.8089755830922403 absolute error 2.0794477251229182e-13 relative error 2.5704703189865645e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5878422458116687 y1[1] (numeric) -0.5878422458113269 absolute error 3.417266469796232e-13 relative error 5.8132372998776384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.084999999999699 y2[1] (analytic) -0.8095630207521127 y2[1] (numeric) -0.80956302075232 absolute error 2.0727863869751673e-13 relative error 2.560376812974332e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5870329764423072 y1[1] (numeric) -0.5870329764419655 absolute error 3.417266469796232e-13 relative error 5.82125128728961e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.085999999999699 y2[1] (analytic) -0.8101496488492397 y2[1] (numeric) -0.8101496488494465 absolute error 2.0683454948766666e-13 relative error 2.5530412780090755e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5862231200400182 y1[1] (numeric) -0.5862231200396766 absolute error 3.4161562467716067e-13 relative error 5.827399380867824e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0869999999996995 y2[1] (analytic) -0.8107354667967854 y2[1] (numeric) -0.8107354667969917 absolute error 2.0627943797535409e-13 relative error 2.544349500218164e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5854126774146581 y1[1] (numeric) -0.5854126774143165 absolute error 3.4161562467716067e-13 relative error 5.835466805840768e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0879999999997 y2[1] (analytic) -0.8113204740089318 y2[1] (numeric) -0.8113204740091376 absolute error 2.0583534876550402e-13 relative error 2.5370412230375685e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5846016493766693 y1[1] (numeric) -0.5846016493763277 absolute error 3.4150460237469815e-13 relative error 5.841663340136432e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0889999999997 y2[1] (analytic) -0.8119046699006719 y2[1] (numeric) -0.8119046699008772 absolute error 2.0528023725319144e-13 relative error 2.5283785752618636e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5837900367370797 y1[1] (numeric) -0.5837900367367383 absolute error 3.4139358007223564e-13 relative error 5.847882947443797e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0899999999997005 y2[1] (analytic) -0.8124880538878098 y2[1] (numeric) -0.8124880538880145 absolute error 2.0472512574087887e-13 relative error 2.5197309026422658e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5829778403075022 y1[1] (numeric) -0.5829778403071608 absolute error 3.4139358007223564e-13 relative error 5.856030134733105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.090999999999701 y2[1] (analytic) -0.8130706253869614 y2[1] (numeric) -0.8130706253871656 absolute error 2.041700142285663e-13 relative error 2.511098148840348e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.582165060900133 y1[1] (numeric) -0.5821650608997916 absolute error 3.4139358007223564e-13 relative error 5.864205927170881e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.091999999999701 y2[1] (analytic) -0.8136523838155554 y2[1] (numeric) -0.813652383815759 absolute error 2.036149027162537e-13 relative error 2.5024802577412545e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5813516993277513 y1[1] (numeric) -0.58135169932741 absolute error 3.412825577697731e-13 relative error 5.870500734141084e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0929999999997015 y2[1] (analytic) -0.8142333285918334 y2[1] (numeric) -0.8142333285920365 absolute error 2.0305979120394113e-13 relative error 2.4938771734524866e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5805377564037187 y1[1] (numeric) -0.5805377564033776 absolute error 3.411715354673106e-13 relative error 5.876819064806052e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.093999999999702 y2[1] (analytic) -0.8148134591348506 y2[1] (numeric) -0.8148134591350532 absolute error 2.0261570199409107e-13 relative error 2.486651389009008e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5797232329419781 y1[1] (numeric) -0.5797232329416371 absolute error 3.410605131648481e-13 relative error 5.883161028997148e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.094999999999702 y2[1] (analytic) -0.8153927748644767 y2[1] (numeric) -0.8153927748646786 absolute error 2.0194956817931597e-13 relative error 2.4767152028405114e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.578908129757053 y1[1] (numeric) -0.5789081297567119 absolute error 3.410605131648481e-13 relative error 5.891444525195717e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0959999999997025 y2[1] (analytic) -0.8159712752013958 y2[1] (numeric) -0.8159712752015972 absolute error 2.013944566670034e-13 relative error 2.468156205833297e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5780924476640462 y1[1] (numeric) -0.5780924476637053 absolute error 3.4094949086238557e-13 relative error 5.897836794791093e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.096999999999703 y2[1] (analytic) -0.8165489595671077 y2[1] (numeric) -0.8165489595673086 absolute error 2.0083934515469082e-13 relative error 2.459611794266023e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5772761874786401 y1[1] (numeric) -0.5772761874782991 absolute error 3.4094949086238557e-13 relative error 5.906176250774265e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.097999999999703 y2[1] (analytic) -0.817125827383928 y2[1] (numeric) -0.8171258273841284 absolute error 2.0039525594484076e-13 relative error 2.4524406061966843e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5764593500170945 y1[1] (numeric) -0.5764593500167536 absolute error 3.4083846855992306e-13 relative error 5.912619312182477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.0989999999997035 y2[1] (analytic) -0.8177018780749892 y2[1] (numeric) -0.817701878075189 absolute error 1.9984014443252818e-13 relative error 2.4439242441632424e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5756419360962469 y1[1] (numeric) -0.5756419360959062 absolute error 3.4072744625746054e-13 relative error 5.91908658650073e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.099999999999704 y2[1] (analytic) -0.8182771110642403 y2[1] (numeric) -0.8182771110644397 absolute error 1.9939605522267811e-13 relative error 2.4367790877511686e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5748239465335112 y1[1] (numeric) -0.5748239465331706 absolute error 3.4061642395499803e-13 relative error 5.925578188053804e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.100999999999704 y2[1] (analytic) -0.8188515257764486 y2[1] (numeric) -0.8188515257766474 absolute error 1.9884094371036554e-13 relative error 2.428290568571894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5740053821468769 y1[1] (numeric) -0.5740053821465364 absolute error 3.405054016525355e-13 relative error 5.932094231921449e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.1019999999997045 y2[1] (analytic) -0.8194251216371993 y2[1] (numeric) -0.8194251216373977 absolute error 1.9839685450051547e-13 relative error 2.4211712487423074e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5731862437549082 y1[1] (numeric) -0.5731862437545678 absolute error 3.40394379350073e-13 relative error 5.938634833944551e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.102999999999705 y2[1] (analytic) -0.8199978980728967 y2[1] (numeric) -0.8199978980730945 absolute error 1.978417429882029e-13 relative error 2.4127103673455396e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5723665321767436 y1[1] (numeric) -0.5723665321764033 absolute error 3.402833570476105e-13 relative error 5.945200110731368e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.103999999999705 y2[1] (analytic) -0.8205698545107644 y2[1] (numeric) -0.8205698545109616 absolute error 1.9728663147589032e-13 relative error 2.404263700297831e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5715462482320945 y1[1] (numeric) -0.5715462482317543 absolute error 3.402833570476105e-13 relative error 5.953732669931333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.1049999999997056 y2[1] (analytic) -0.8211409903788459 y2[1] (numeric) -0.8211409903790426 absolute error 1.9673151996357774e-13 relative error 2.3958311942607158e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5707253927412449 y1[1] (numeric) -0.5707253927409046 absolute error 3.402833570476105e-13 relative error 5.962295727078117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.105999999999706 y2[1] (analytic) -0.8217113051060054 y2[1] (numeric) -0.8217113051062017 absolute error 1.9628743075372768e-13 relative error 2.3887639069101707e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5699039665250499 y1[1] (numeric) -0.5699039665247098 absolute error 3.4017233474514796e-13 relative error 5.9689413432113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.106999999999706 y2[1] (analytic) -0.8222807981219283 y2[1] (numeric) -0.8222807981221241 absolute error 1.957323192414151e-13 relative error 2.3803586279585212e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.569081970404936 y1[1] (numeric) -0.569081970404596 absolute error 3.4006131244268545e-13 relative error 5.975612128437514e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.1079999999997066 y2[1] (analytic) -0.8228494688571217 y2[1] (numeric) -0.8228494688573169 absolute error 1.9517720772910252e-13 relative error 2.3719673538853894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5682594052028991 y1[1] (numeric) -0.5682594052025591 absolute error 3.3995029014022293e-13 relative error 5.98230820339599e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.108999999999707 y2[1] (analytic) -0.8234173167429147 y2[1] (numeric) -0.8234173167431095 absolute error 1.9473311851925246e-13 relative error 2.3649383436521963e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5674362717415043 y1[1] (numeric) -0.5674362717411645 absolute error 3.398392678377604e-13 relative error 5.989029689532682e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.109999999999707 y2[1] (analytic) -0.8239843412114597 y2[1] (numeric) -0.8239843412116539 absolute error 1.9417800700693988e-13 relative error 2.3565739941301608e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5666125708438852 y1[1] (numeric) -0.5666125708435454 absolute error 3.397282455352979e-13 relative error 5.995776709106951e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.1109999999997076 y2[1] (analytic) -0.824550541695732 y2[1] (numeric) -0.8245505416959257 absolute error 1.936228954946273e-13 relative error 2.3482234951472047e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5657883033337423 y1[1] (numeric) -0.5657883033334027 absolute error 3.396172232328354e-13 relative error 6.002549385198317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.111999999999708 y2[1] (analytic) -0.8251159176295314 y2[1] (numeric) -0.8251159176297245 absolute error 1.9306778398231472e-13 relative error 2.3398867947788176e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5649634700353433 y1[1] (numeric) -0.5649634700350038 absolute error 3.3950620093037287e-13 relative error 6.009347841713268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.112999999999708 y2[1] (analytic) -0.825680468447482 y2[1] (numeric) -0.8256804684476744 absolute error 1.9240165016753963e-13 relative error 2.330219225474842e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5641380717735214 y1[1] (numeric) -0.5641380717731819 absolute error 3.3950620093037287e-13 relative error 6.018140202150208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.113999999999709 y2[1] (analytic) -0.8262441935850329 y2[1] (numeric) -0.8262441935852247 absolute error 1.9184653865522705e-13 relative error 2.3219108847568945e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5633121093736746 y1[1] (numeric) -0.5633121093733352 absolute error 3.3939517862791035e-13 relative error 6.024993480173381e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.114999999999709 y2[1] (analytic) -0.826807092478459 y2[1] (numeric) -0.8268070924786504 absolute error 1.91402449445377e-13 relative error 2.3149589691063717e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5624855836617655 y1[1] (numeric) -0.5624855836614261 absolute error 3.3939517862791035e-13 relative error 6.033846706229468e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.115999999999709 y2[1] (analytic) -0.8273691645648615 y2[1] (numeric) -0.8273691645650524 absolute error 1.908473379330644e-13 relative error 2.3066769479309373e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5616584954643196 y1[1] (numeric) -0.5616584954639802 absolute error 3.3939517862791035e-13 relative error 6.042732040353711e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.11699999999971 y2[1] (analytic) -0.8279304092821685 y2[1] (numeric) -0.8279304092823588 absolute error 1.9029222642075183e-13 relative error 2.2984084687230997e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5608308456084249 y1[1] (numeric) -0.5608308456080856 absolute error 3.3928415632544784e-13 relative error 6.049670038340542e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.11799999999971 y2[1] (analytic) -0.8284908260691352 y2[1] (numeric) -0.828490826069325 absolute error 1.8984813721090177e-13 relative error 2.2914935354403007e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5600026349217314 y1[1] (numeric) -0.5600026349213922 absolute error 3.391731340229853e-13 relative error 6.056634609770894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.11899999999971 y2[1] (analytic) -0.8290504143653448 y2[1] (numeric) -0.8290504143655341 absolute error 1.892930256985892e-13 relative error 2.283251083632796e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5591738642324496 y1[1] (numeric) -0.5591738642321106 absolute error 3.390621117205228e-13 relative error 6.063625884695749e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.119999999999711 y2[1] (analytic) -0.8296091736112092 y2[1] (numeric) -0.8296091736113979 absolute error 1.886268918838141e-13 relative error 2.2736837764551146e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5583445343693503 y1[1] (numeric) -0.5583445343690113 absolute error 3.389510894180603e-13 relative error 6.070643994051187e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.120999999999711 y2[1] (analytic) -0.830167103247969 y2[1] (numeric) -0.8301671032481572 absolute error 1.8818280267396403e-13 relative error 2.2668063084855128e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.557514646161763 y1[1] (numeric) -0.5575146461614242 absolute error 3.388400671155978e-13 relative error 6.077689069665862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.121999999999711 y2[1] (analytic) -0.8307242027176949 y2[1] (numeric) -0.8307242027178825 absolute error 1.8762769116165146e-13 relative error 2.258603884993742e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5566842004395761 y1[1] (numeric) -0.5566842004392374 absolute error 3.3872904481313526e-13 relative error 6.084761244268541e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.122999999999712 y2[1] (analytic) -0.8312804714632872 y2[1] (numeric) -0.8312804714634743 absolute error 1.8707257964933888e-13 relative error 2.2504147044383057e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5558531980332352 y1[1] (numeric) -0.5558531980328965 absolute error 3.3872904481313526e-13 relative error 6.093857982856874e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.123999999999712 y2[1] (analytic) -0.8318359089284774 y2[1] (numeric) -0.8318359089286639 absolute error 1.865174681370263e-13 relative error 2.2422387172163227e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5550216397737425 y1[1] (numeric) -0.5550216397734039 absolute error 3.3861802251067274e-13 relative error 6.100987749751743e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.124999999999712 y2[1] (analytic) -0.8323905145578279 y2[1] (numeric) -0.8323905145580138 absolute error 1.8596235662471372e-13 relative error 2.2340758739123587e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5541895264926563 y1[1] (numeric) -0.5541895264923178 absolute error 3.3850700020821023e-13 relative error 6.108145030284975e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.125999999999713 y2[1] (analytic) -0.8329442877967331 y2[1] (numeric) -0.8329442877969186 absolute error 1.8551826741486366e-13 relative error 2.22725901519282e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5533568590220898 y1[1] (numeric) -0.5533568590217514 absolute error 3.383959779057477e-13 relative error 6.115329960918386e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.126999999999713 y2[1] (analytic) -0.8334972280914201 y2[1] (numeric) -0.8334972280916051 absolute error 1.8496315590255108e-13 relative error 2.2191214279870866e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5525236381947104 y1[1] (numeric) -0.552523638194372 absolute error 3.383959779057477e-13 relative error 6.124552046522511e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.127999999999713 y2[1] (analytic) -0.8340493348889484 y2[1] (numeric) -0.8340493348891329 absolute error 1.8451906669270102e-13 relative error 2.2123279639959102e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5516898648437387 y1[1] (numeric) -0.5516898648434005 absolute error 3.381739333008227e-13 relative error 6.12978332303798e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.128999999999714 y2[1] (analytic) -0.8346006076372113 y2[1] (numeric) -0.8346006076373953 absolute error 1.8396395518038844e-13 relative error 2.2042154474485464e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5508555398029483 y1[1] (numeric) -0.5508555398026102 absolute error 3.381739333008227e-13 relative error 6.139067484404243e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.129999999999714 y2[1] (analytic) -0.8351510457849362 y2[1] (numeric) -0.8351510457851196 absolute error 1.8340884366807586e-13 relative error 2.1961158354976948e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5500206639066639 y1[1] (numeric) -0.5500206639063259 absolute error 3.3806291099836017e-13 relative error 6.146367458218405e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.130999999999714 y2[1] (analytic) -0.8357006487816848 y2[1] (numeric) -0.8357006487818677 absolute error 1.8285373215576328e-13 relative error 2.1880290798186432e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5491852379897616 y1[1] (numeric) -0.5491852379894235 absolute error 3.3806291099836017e-13 relative error 6.155717372080249e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.131999999999715 y2[1] (analytic) -0.8362494160778543 y2[1] (numeric) -0.8362494160780366 absolute error 1.822986206434507e-13 relative error 2.1799551322673668e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5483492628876669 y1[1] (numeric) -0.548349262887329 absolute error 3.3795188869589765e-13 relative error 6.163077286111524e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.132999999999715 y2[1] (analytic) -0.8367973471246775 y2[1] (numeric) -0.8367973471248592 absolute error 1.8174350913113813e-13 relative error 2.171893944879578e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5475127394363551 y1[1] (numeric) -0.5475127394360173 absolute error 3.3784086639343514e-13 relative error 6.170465855118371e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.133999999999715 y2[1] (analytic) -0.8373444413742231 y2[1] (numeric) -0.8373444413744043 absolute error 1.8118839761882555e-13 relative error 2.1638454698697813e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5466756684723495 y1[1] (numeric) -0.5466756684720118 absolute error 3.377298440909726e-13 relative error 6.177883223424544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.134999999999716 y2[1] (analytic) -0.8378906982793973 y2[1] (numeric) -0.837890698279578 absolute error 1.8063328610651297e-13 relative error 2.155809659630333e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5458380508327209 y1[1] (numeric) -0.5458380508323833 absolute error 3.375077994860476e-13 relative error 6.183295557558725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.135999999999716 y2[1] (analytic) -0.838436117293943 y2[1] (numeric) -0.838436117294123 absolute error 1.800781745942004e-13 relative error 2.1477864667305083e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.544999887355087 y1[1] (numeric) -0.5449998873547496 absolute error 3.3739677718358507e-13 relative error 6.190767833384137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.136999999999716 y2[1] (analytic) -0.8389806978724412 y2[1] (numeric) -0.8389806978726208 absolute error 1.795230630818878e-13 relative error 2.1397758439155716e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5441611788776112 y1[1] (numeric) -0.5441611788772739 absolute error 3.3728575488112256e-13 relative error 6.198269335875988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.137999999999717 y2[1] (analytic) -0.8395244394703115 y2[1] (numeric) -0.8395244394704905 absolute error 1.7896795156957523e-13 relative error 2.131777744105854e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5433219262390018 y1[1] (numeric) -0.5433219262386646 absolute error 3.3717473257866004e-13 relative error 6.205800213377369e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.138999999999717 y2[1] (analytic) -0.8400673415438122 y2[1] (numeric) -0.8400673415439908 absolute error 1.7852386235972517e-13 relative error 2.1251137085230278e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5424821302785114 y1[1] (numeric) -0.5424821302781744 absolute error 3.3706371027619753e-13 relative error 6.21336061527314e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.139999999999717 y2[1] (analytic) -0.8406094035500415 y2[1] (numeric) -0.8406094035502195 absolute error 1.779687508474126e-13 relative error 2.117139661962134e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.541641791835936 y1[1] (numeric) -0.541641791835599 absolute error 3.36952687973735e-13 relative error 6.22095069199901e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.140999999999718 y2[1] (analytic) -0.8411506249469373 y2[1] (numeric) -0.8411506249471147 absolute error 1.7741363933510002e-13 relative error 2.109178000626129e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5408009117516139 y1[1] (numeric) -0.540800911751277 absolute error 3.36952687973735e-13 relative error 6.230623518780143e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.141999999999718 y2[1] (analytic) -0.8416910051932781 y2[1] (numeric) -0.8416910051934551 absolute error 1.7696955012524995e-13 relative error 2.102547716838346e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5399594908664251 y1[1] (numeric) -0.5399594908660883 absolute error 3.368416656712725e-13 relative error 6.238276599801451e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.142999999999718 y2[1] (analytic) -0.842230543748684 y2[1] (numeric) -0.8422305437488604 absolute error 1.7641443861293737e-13 relative error 2.094609841952945e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5391175300217904 y1[1] (numeric) -0.5391175300214537 absolute error 3.3673064336881e-13 relative error 6.245959825405785e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.143999999999719 y2[1] (analytic) -0.8427692400736163 y2[1] (numeric) -0.8427692400737922 absolute error 1.758593271006248e-13 relative error 2.0866842160169894e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5382750300596707 y1[1] (numeric) -0.5382750300593341 absolute error 3.3661962106634746e-13 relative error 6.253673350388023e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.144999999999719 y2[1] (analytic) -0.8433070936293787 y2[1] (numeric) -0.843307093629554 absolute error 1.7530421558831222e-13 relative error 2.0787707931383283e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5374319918225657 y1[1] (numeric) -0.5374319918222292 absolute error 3.3650859876388495e-13 relative error 6.261417330641231e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.145999999999719 y2[1] (analytic) -0.8438441038781178 y2[1] (numeric) -0.8438441038782926 absolute error 1.7474910407599964e-13 relative error 2.0708695275927395e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5365884161535137 y1[1] (numeric) -0.5365884161531773 absolute error 3.3639757646142243e-13 relative error 6.269191923166335e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.14699999999972 y2[1] (analytic) -0.8443802702828233 y2[1] (numeric) -0.8443802702829976 absolute error 1.7430501486614958e-13 relative error 2.0642952115374096e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5357443038960903 y1[1] (numeric) -0.535744303895754 absolute error 3.362865541589599e-13 relative error 6.276997286081907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.14799999999972 y2[1] (analytic) -0.8449155923073289 y2[1] (numeric) -0.8449155923075026 absolute error 1.7363888105137448e-13 relative error 2.0551032864382887e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5348996558944076 y1[1] (numeric) -0.5348996558940714 absolute error 3.361755318564974e-13 relative error 6.284833578634054e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.14899999999972 y2[1] (analytic) -0.8454500694163126 y2[1] (numeric) -0.8454500694164857 absolute error 1.730837695390619e-13 relative error 2.047238220212775e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5340544729931136 y1[1] (numeric) -0.5340544729927775 absolute error 3.360645095540349e-13 relative error 6.292700961206411e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.149999999999721 y2[1] (analytic) -0.8459837010752973 y2[1] (numeric) -0.8459837010754699 absolute error 1.7263968032921184e-13 relative error 2.040697475728861e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.533208756037391 y1[1] (numeric) -0.5332087560370551 absolute error 3.3595348725157237e-13 relative error 6.300599595330235e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.150999999999721 y2[1] (analytic) -0.8465164867506515 y2[1] (numeric) -0.8465164867508236 absolute error 1.7208456881689926e-13 relative error 2.0328554908297754e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.532362505872957 y1[1] (numeric) -0.5323625058726211 absolute error 3.3584246494910985e-13 relative error 6.308529643694616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.151999999999721 y2[1] (analytic) -0.8470484259095894 y2[1] (numeric) -0.847048425909761 absolute error 1.716404796070492e-13 relative error 2.026336090793579e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5315157233460613 y1[1] (numeric) -0.5315157233457256 absolute error 3.3573144264664734e-13 relative error 6.3164912701568e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.152999999999722 y2[1] (analytic) -0.8475795180201721 y2[1] (numeric) -0.8475795180203431 absolute error 1.7108536809473662e-13 relative error 2.0185170176642336e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5306684093034867 y1[1] (numeric) -0.5306684093031511 absolute error 3.356204203441848e-13 relative error 6.324484639752602e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.153999999999722 y2[1] (analytic) -0.8481097625513073 y2[1] (numeric) -0.8481097625514779 absolute error 1.7053025658242404e-13 relative error 2.0107097466892752e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5298205645925469 y1[1] (numeric) -0.5298205645922114 absolute error 3.355093980417223e-13 relative error 6.332509918706957e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.154999999999722 y2[1] (analytic) -0.8486391589727507 y2[1] (numeric) -0.8486391589729206 absolute error 1.6997514507011147e-13 relative error 2.002914233605019e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5289721900610868 y1[1] (numeric) -0.5289721900607514 absolute error 3.353983757392598e-13 relative error 6.340567274444566e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.155999999999723 y2[1] (analytic) -0.8491677067551058 y2[1] (numeric) -0.8491677067552752 absolute error 1.694200335577989e-13 relative error 1.9951304343072302e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5281232865574805 y1[1] (numeric) -0.5281232865571452 absolute error 3.352873534367973e-13 relative error 6.348656875600672e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.156999999999723 y2[1] (analytic) -0.8496954053698249 y2[1] (numeric) -0.8496954053699938 absolute error 1.688649220454863e-13 relative error 1.9873583048502994e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5272738549306318 y1[1] (numeric) -0.5272738549302967 absolute error 3.3517633113433476e-13 relative error 6.356778892031932e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.157999999999723 y2[1] (analytic) -0.8502222542892094 y2[1] (numeric) -0.8502222542893778 absolute error 1.6842083283563625e-13 relative error 1.9809036047455264e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5264238960299721 y1[1] (numeric) -0.526423896029637 absolute error 3.3506530883187224e-13 relative error 6.364933494827431e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.158999999999724 y2[1] (analytic) -0.8507482529864105 y2[1] (numeric) -0.8507482529865784 absolute error 1.6786572132332367e-13 relative error 1.9731538764147784e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5255734107054603 y1[1] (numeric) -0.5255734107051253 absolute error 3.3495428652940973e-13 relative error 6.373120856319794e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.159999999999724 y2[1] (analytic) -0.8512734009354296 y2[1] (numeric) -0.8512734009355969 absolute error 1.673106098110111e-13 relative error 1.9654156893327137e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5247223998075815 y1[1] (numeric) -0.5247223998072467 absolute error 3.348432642269472e-13 relative error 6.381341150096432e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.160999999999724 y2[1] (analytic) -0.8517976976111186 y2[1] (numeric) -0.8517976976112854 absolute error 1.6686652060116103e-13 relative error 1.9589923883234375e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5238708641873466 y1[1] (numeric) -0.5238708641870119 absolute error 3.347322419244847e-13 relative error 6.389594551010911e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.161999999999725 y2[1] (analytic) -0.852321142489181 y2[1] (numeric) -0.8523211424893473 absolute error 1.6631140908884845e-13 relative error 1.9512763534545258e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5230188046962913 y1[1] (numeric) -0.5230188046959566 absolute error 3.346212196220222e-13 relative error 6.397881235194429e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.162999999999725 y2[1] (analytic) -0.852843735046172 y2[1] (numeric) -0.8528437350463377 absolute error 1.6575629757653587e-13 relative error 1.9435717326054114e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5221662221864747 y1[1] (numeric) -0.5221662221861403 absolute error 3.3439917501709715e-13 relative error 6.404075193084346e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.163999999999725 y2[1] (analytic) -0.8533654747594989 y2[1] (numeric) -0.8533654747596642 absolute error 1.653122083666858e-13 relative error 1.937179476510638e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5213131175104795 y1[1] (numeric) -0.5213131175101452 absolute error 3.3428815271463463e-13 relative error 6.412425497962167e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.164999999999726 y2[1] (analytic) -0.8538863611074222 y2[1] (numeric) -0.853886361107587 absolute error 1.6475709685437323e-13 relative error 1.929496761614701e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5204594915214102 y1[1] (numeric) -0.5204594915210761 absolute error 3.341771304121721e-13 relative error 6.420809608742144e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.165999999999726 y2[1] (analytic) -0.8544063935690556 y2[1] (numeric) -0.8544063935692198 absolute error 1.6420198534206065e-13 relative error 1.921825334852078e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5196053450728929 y1[1] (numeric) -0.5196053450725588 absolute error 3.340661081097096e-13 relative error 6.429227706709697e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.166999999999726 y2[1] (analytic) -0.8549255716243666 y2[1] (numeric) -0.8549255716245302 absolute error 1.6364687382974807e-13 relative error 1.914165153801839e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5187506790190737 y1[1] (numeric) -0.5187506790187398 absolute error 3.3384406350478457e-13 relative error 6.435539788324973e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.167999999999727 y2[1] (analytic) -0.8554438947541771 y2[1] (numeric) -0.8554438947543402 absolute error 1.630917623174355e-13 relative error 1.9065161761929695e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5178954942146188 y1[1] (numeric) -0.517895494214285 absolute error 3.3373304120232206e-13 relative error 6.444022875858836e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.168999999999727 y2[1] (analytic) -0.8559613624401643 y2[1] (numeric) -0.8559613624403268 absolute error 1.6253665080512292e-13 relative error 1.8988783599035988e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5170397915147127 y1[1] (numeric) -0.5170397915143792 absolute error 3.33510996597397e-13 relative error 6.450393220613597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.169999999999727 y2[1] (analytic) -0.8564779741648604 y2[1] (numeric) -0.8564779741650224 absolute error 1.6198153929281034e-13 relative error 1.8912516629602327e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5161835717750582 y1[1] (numeric) -0.5161835717747248 absolute error 3.333999742949345e-13 relative error 6.458941983535715e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.170999999999728 y2[1] (analytic) -0.8569937294116536 y2[1] (numeric) -0.8569937294118151 absolute error 1.6142642778049776e-13 relative error 1.8836360435369906e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5153268358518751 y1[1] (numeric) -0.5153268358515418 absolute error 3.33288951992472e-13 relative error 6.467525632378908e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.171999999999728 y2[1] (analytic) -0.8575086276647889 y2[1] (numeric) -0.8575086276649497 absolute error 1.6087131626818518e-13 relative error 1.8760314599548478e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.514469584601899 y1[1] (numeric) -0.5144695846015658 absolute error 3.331779296900095e-13 relative error 6.4761443564798e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.172999999999728 y2[1] (analytic) -0.8580226684093679 y2[1] (numeric) -0.8580226684095282 absolute error 1.603162047558726e-13 relative error 1.86843787068088e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5136118188823812 y1[1] (numeric) -0.5136118188820481 absolute error 3.3306690738754696e-13 relative error 6.484798346585953e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.173999999999729 y2[1] (analytic) -0.85853585113135 y2[1] (numeric) -0.8585358511315099 absolute error 1.5987211554602254e-13 relative error 1.862148392933718e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5127535395510872 y1[1] (numeric) -0.5127535395507543 absolute error 3.3284486278262193e-13 relative error 6.491322577198116e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.174999999999729 y2[1] (analytic) -0.8590481753175526 y2[1] (numeric) -0.8590481753177119 absolute error 1.5931700403370996e-13 relative error 1.854575897036478e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5118947474662965 y1[1] (numeric) -0.5118947474659636 absolute error 3.3284486278262193e-13 relative error 6.502212894937679e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.175999999999729 y2[1] (analytic) -0.8595596404556514 y2[1] (numeric) -0.8595596404558102 absolute error 1.588729148238599e-13 relative error 1.848305892301337e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5110354434868009 y1[1] (numeric) -0.5110354434864682 absolute error 3.326228181776969e-13 relative error 6.508801344740543e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.17699999999973 y2[1] (analytic) -0.8600702460341814 y2[1] (numeric) -0.8600702460343397 absolute error 1.5831780331154732e-13 relative error 1.8407543342134798e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5101756284719045 y1[1] (numeric) -0.5101756284715719 absolute error 3.325117958752344e-13 relative error 6.517594673645723e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.17799999999973 y2[1] (analytic) -0.8605799915425371 y2[1] (numeric) -0.8605799915426948 absolute error 1.5776269179923474e-13 relative error 1.8332135693331048e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.509315303281422 y1[1] (numeric) -0.5093153032810896 absolute error 3.3240077357277187e-13 relative error 6.526424229375725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.17899999999973 y2[1] (analytic) -0.8610888764709729 y2[1] (numeric) -0.8610888764711301 absolute error 1.5720758028692217e-13 relative error 1.8256835569774267e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5084544687756788 y1[1] (numeric) -0.5084544687753465 absolute error 3.3228975127030935e-13 relative error 6.535290211342596e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.179999999999731 y2[1] (analytic) -0.8615969003106039 y2[1] (numeric) -0.8615969003107606 absolute error 1.567634910770721e-13 relative error 1.8194528209254142e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5075931258155091 y1[1] (numeric) -0.507593125815177 absolute error 3.320677066653843e-13 relative error 6.542005590242732e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.180999999999731 y2[1] (analytic) -0.8621040625534064 y2[1] (numeric) -0.8621040625535626 absolute error 1.5620837956475953e-13 relative error 1.8119434340918975e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5067312752622559 y1[1] (numeric) -0.506731275261924 absolute error 3.319566843629218e-13 relative error 6.550941308904202e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.181999999999731 y2[1] (analytic) -0.8626103626922184 y2[1] (numeric) -0.862610362692374 absolute error 1.5565326805244695e-13 relative error 1.8044446807554112e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5058689179777698 y1[1] (numeric) -0.5058689179774379 absolute error 3.318456620604593e-13 relative error 6.559914046251842e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.182999999999732 y2[1] (analytic) -0.8631158002207394 y2[1] (numeric) -0.8631158002208945 absolute error 1.5509815654013437e-13 relative error 1.7969565207874593e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5050060548244077 y1[1] (numeric) -0.505006054824076 absolute error 3.3173463975799677e-13 relative error 6.568924007719907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.183999999999732 y2[1] (analytic) -0.8636203746335321 y2[1] (numeric) -0.8636203746336867 absolute error 1.545430450278218e-13 relative error 1.789478914197693e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5041426866650329 y1[1] (numeric) -0.5041426866647014 absolute error 3.3151259515307174e-13 relative error 6.575769200304563e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.184999999999732 y2[1] (analytic) -0.8641240854260223 y2[1] (numeric) -0.8641240854261762 absolute error 1.539879335155092e-13 relative error 1.782011821133206e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5032788143630135 y1[1] (numeric) -0.5032788143626821 absolute error 3.3140157285060923e-13 relative error 6.584850452528095e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.185999999999733 y2[1] (analytic) -0.8646269320944989 y2[1] (numeric) -0.8646269320946524 absolute error 1.5343282200319663e-13 relative error 1.7745552018778345e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5024144387822217 y1[1] (numeric) -0.5024144387818904 absolute error 3.312905505481467e-13 relative error 6.593969539393534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.186999999999733 y2[1] (analytic) -0.8651289141361156 y2[1] (numeric) -0.8651289141362685 absolute error 1.5287771049088406e-13 relative error 1.767109016851458e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5015495607870329 y1[1] (numeric) -0.5015495607867018 absolute error 3.311795282456842e-13 relative error 6.603126672586382e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.187999999999733 y2[1] (analytic) -0.8656300310488901 y2[1] (numeric) -0.8656300310490426 absolute error 1.52433621281034e-13 relative error 1.7609557872701005e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.5006841812423252 y1[1] (numeric) -0.5006841812419941 absolute error 3.310685059432217e-13 relative error 6.612322065413696e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.188999999999734 y2[1] (analytic) -0.8661302823317059 y2[1] (numeric) -0.8661302823318577 absolute error 1.5187850976872141e-13 relative error 1.7535296117328895e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49981830101347785 y1[1] (numeric) -0.49981830101314695 absolute error 3.309019724895279e-13 relative error 6.62044530619548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.189999999999734 y2[1] (analytic) -0.8666296674843114 y2[1] (numeric) -0.8666296674844627 absolute error 1.5132339825640884e-13 relative error 1.7461137546292027e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49895192096637125 y1[1] (numeric) -0.49895192096604046 absolute error 3.307909501870654e-13 relative error 6.629715936284777e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.190999999999734 y2[1] (analytic) -0.8671281860073216 y2[1] (numeric) -0.8671281860074724 absolute error 1.5087930904655877e-13 relative error 1.7399885216657554e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49808504196738523 y1[1] (numeric) -0.49808504196705455 absolute error 3.306799278846029e-13 relative error 6.639025467989378e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.191999999999735 y2[1] (analytic) -0.8676258374022181 y2[1] (numeric) -0.8676258374023684 absolute error 1.503241975342462e-13 relative error 1.7325924500397075e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49721766488339875 y1[1] (numeric) -0.49721766488306823 absolute error 3.305133944309091e-13 relative error 6.647257685593631e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.192999999999735 y2[1] (analytic) -0.8681226211713495 y2[1] (numeric) -0.8681226211714993 absolute error 1.4976908602193362e-13 relative error 1.725206582220512e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4963497905817888 y1[1] (numeric) -0.49634979058145845 absolute error 3.3034686097721533e-13 relative error 6.655525342118193e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.193999999999735 y2[1] (analytic) -0.8686185368179321 y2[1] (numeric) -0.8686185368180813 absolute error 1.4921397450962104e-13 relative error 1.7178308795509532e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49548141993042966 y1[1] (numeric) -0.4954814199300994 absolute error 3.302358386747528e-13 relative error 6.664948984789805e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.194999999999736 y2[1] (analytic) -0.8691135838460502 y2[1] (numeric) -0.869113583846199 absolute error 1.4876988529977098e-13 relative error 1.7117427234473326e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49461255379769187 y1[1] (numeric) -0.49461255379736174 absolute error 3.301248163722903e-13 relative error 6.674412402951646e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.195999999999736 y2[1] (analytic) -0.8696077617606569 y2[1] (numeric) -0.8696077617608051 absolute error 1.482147737874584e-13 relative error 1.7043865096992053e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49374319305244146 y1[1] (numeric) -0.4937431930521115 absolute error 3.299582829185965e-13 relative error 6.682791531336636e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.196999999999736 y2[1] (analytic) -0.8701010700675744 y2[1] (numeric) -0.870101070067722 absolute error 1.475486399726833e-13 relative error 1.6957643778236505e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4928733385640392 y1[1] (numeric) -0.49287333856370935 absolute error 3.29847260616134e-13 relative error 6.69233319816257e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.197999999999737 y2[1] (analytic) -0.8705935082734942 y2[1] (numeric) -0.8705935082736413 absolute error 1.4710455076283324e-13 relative error 1.689704200236476e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4920029912023394 y1[1] (numeric) -0.49200299120200974 absolute error 3.2968072716244023e-13 relative error 6.700787049216473e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.198999999999737 y2[1] (analytic) -0.8710850758859784 y2[1] (numeric) -0.8710850758861249 absolute error 1.4654943925052066e-13 relative error 1.6823780283626788e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.49113215183768943 y1[1] (numeric) -0.4911321518373599 absolute error 3.2951419370874646e-13 relative error 6.70927758396166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.199999999999737 y2[1] (analytic) -0.8715757724134593 y2[1] (numeric) -0.8715757724136053 absolute error 1.4599432773820809e-13 relative error 1.675061794500537e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4902608213409286 y1[1] (numeric) -0.4902608213405992 absolute error 3.2940317140628395e-13 relative error 6.718937289447737e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.200999999999738 y2[1] (analytic) -0.8720655973652404 y2[1] (numeric) -0.8720655973653858 absolute error 1.454392162258955e-13 relative error 1.6677554608885957e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4893890005833872 y1[1] (numeric) -0.48938900058305795 absolute error 3.2923663795259017e-13 relative error 6.727503837644823e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.201999999999738 y2[1] (analytic) -0.8725545502514968 y2[1] (numeric) -0.8725545502516416 absolute error 1.4488410471358293e-13 relative error 1.6604589898914965e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.488516690436886 y1[1] (numeric) -0.48851669043655693 absolute error 3.290701044988964e-13 relative error 6.736107710150196e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.202999999999738 y2[1] (analytic) -0.8730426305832756 y2[1] (numeric) -0.8730426305834199 absolute error 1.4432899320127035e-13 relative error 1.65317234399934e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4876438917737351 y1[1] (numeric) -0.48764389177340617 absolute error 3.289590821964339e-13 relative error 6.745887475384796e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.203999999999739 y2[1] (analytic) -0.8735298378724965 y2[1] (numeric) -0.8735298378726404 absolute error 1.438849039914203e-13 relative error 1.6471664475921684e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48677060546673306 y1[1] (numeric) -0.48677060546640427 absolute error 3.287925487427401e-13 relative error 6.754568682870282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.204999999999739 y2[1] (analytic) -0.8740161716319524 y2[1] (numeric) -0.8740161716320958 absolute error 1.433297924791077e-13 relative error 1.6398986326704236e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48589683238916614 y1[1] (numeric) -0.48589683238883746 absolute error 3.286815264402776e-13 relative error 6.764430317936893e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.205999999999739 y2[1] (analytic) -0.8745016313753096 y2[1] (numeric) -0.8745016313754523 absolute error 1.4277468096679513e-13 relative error 1.6326405331257817e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4850225734148073 y1[1] (numeric) -0.4850225734144788 absolute error 3.285149929865838e-13 relative error 6.773189764626212e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.20699999999974 y2[1] (analytic) -0.8749862166171082 y2[1] (numeric) -0.8749862166172504 absolute error 1.4221956945448255e-13 relative error 1.625392111939033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48414782941791545 y1[1] (numeric) -0.4841478294175871 absolute error 3.2834845953289005e-13 relative error 6.781987640586122e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.20799999999974 y2[1] (analytic) -0.8754699268727631 y2[1] (numeric) -0.8754699268729048 absolute error 1.4166445794216997e-13 relative error 1.6181533322133045e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48327260127323457 y1[1] (numeric) -0.48327260127290633 absolute error 3.2823743723042753e-13 relative error 6.791972819598091e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.20899999999974 y2[1] (analytic) -0.8759527616585642 y2[1] (numeric) -0.8759527616587053 absolute error 1.411093464298574e-13 relative error 1.6109241571734448e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48239688985599266 y1[1] (numeric) -0.4823968898556646 absolute error 3.2807090377673376e-13 relative error 6.800850309683195e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.209999999999741 y2[1] (analytic) -0.8764347204916765 y2[1] (numeric) -0.8764347204918171 absolute error 1.4066525722000733e-13 relative error 1.6049712994151427e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.48152069604190106 y1[1] (numeric) -0.48152069604157316 absolute error 3.2790437032304e-13 relative error 6.809766911752976e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.210999999999741 y2[1] (analytic) -0.8769158028901414 y2[1] (numeric) -0.8769158028902815 absolute error 1.4011014570769476e-13 relative error 1.5977605289575052e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4806440207071536 y1[1] (numeric) -0.4806440207068258 absolute error 3.2779334802057747e-13 relative error 6.819877786855798e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.211999999999741 y2[1] (analytic) -0.8773960083728765 y2[1] (numeric) -0.877396008373016 absolute error 1.3955503419538218e-13 relative error 1.590559255611224e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47976686472842545 y1[1] (numeric) -0.4797668647280978 absolute error 3.276268145668837e-13 relative error 6.828875411234133e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.212999999999742 y2[1] (analytic) -0.8778753364596763 y2[1] (numeric) -0.8778753364598153 absolute error 1.389999226830696e-13 relative error 1.583367443077202e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47888922898287256 y1[1] (numeric) -0.4788892289825451 absolute error 3.274602811131899e-13 relative error 6.837912846958216e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.213999999999742 y2[1] (analytic) -0.8783537866712128 y2[1] (numeric) -0.8783537866713513 absolute error 1.3855583347321954e-13 relative error 1.5774490367750194e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47801111434813065 y1[1] (numeric) -0.4780111143478033 absolute error 3.273492588107274e-13 relative error 6.848151622104801e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.214999999999742 y2[1] (analytic) -0.8788313585290358 y2[1] (numeric) -0.8788313585291738 absolute error 1.3800072196090696e-13 relative error 1.570275350573389e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4771325217023141 y1[1] (numeric) -0.477132521701987 absolute error 3.2712721420580237e-13 relative error 6.856108090026591e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.215999999999743 y2[1] (analytic) -0.8793080515555736 y2[1] (numeric) -0.879308051555711 absolute error 1.3744561044859438e-13 relative error 1.5631110190045566e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47625345192401575 y1[1] (numeric) -0.47625345192368873 absolute error 3.2701619190333986e-13 relative error 6.866431950933427e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.216999999999743 y2[1] (analytic) -0.879783865274133 y2[1] (numeric) -0.87978386527427 absolute error 1.3700152123874432e-13 relative error 1.5572179332483646e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4753739058923051 y1[1] (numeric) -0.47537390589197825 absolute error 3.268496584496461e-13 relative error 6.875633146841113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.217999999999743 y2[1] (analytic) -0.8802587992089005 y2[1] (numeric) -0.8802587992090369 absolute error 1.3644640972643174e-13 relative error 1.550071522705116e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47449388448672813 y1[1] (numeric) -0.4744938844864015 absolute error 3.2662761384472105e-13 relative error 6.88370544960853e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.218999999999744 y2[1] (analytic) -0.8807328528849422 y2[1] (numeric) -0.8807328528850781 absolute error 1.3589129821411916e-13 relative error 1.5429343616397584e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4736133885873063 y1[1] (numeric) -0.47361338858697977 absolute error 3.2651659154225854e-13 relative error 6.894158809914391e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.219999999999744 y2[1] (analytic) -0.8812060258282044 y2[1] (numeric) -0.8812060258283397 absolute error 1.3533618670180658e-13 relative error 1.535806414562479e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4727324190745353 y1[1] (numeric) -0.47273241907420893 absolute error 3.2635005808856477e-13 relative error 6.90348376630183e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.220999999999744 y2[1] (analytic) -0.8816783175655141 y2[1] (numeric) -0.881678317565649 absolute error 1.3489209749195652e-13 relative error 1.5299468616220474e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4718509768293846 y1[1] (numeric) -0.4718509768290584 absolute error 3.26183524634871e-13 relative error 6.912850468736337e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.221999999999745 y2[1] (analytic) -0.8821497276245798 y2[1] (numeric) -0.8821497276247141 absolute error 1.3433698597964394e-13 relative error 1.5228365635999416e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4709690627332964 y1[1] (numeric) -0.4709690627329704 absolute error 3.260169911811772e-13 relative error 6.922259166857343e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.222999999999745 y2[1] (analytic) -0.8826202555339914 y2[1] (numeric) -0.8826202555341252 absolute error 1.3378187446733136e-13 relative error 1.5157353757578608e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.47008667766818474 y1[1] (numeric) -0.4700866776678589 absolute error 3.2585045772748344e-13 relative error 6.931710112352687e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.223999999999745 y2[1] (analytic) -0.8830899008232209 y2[1] (numeric) -0.8830899008233541 absolute error 1.3322676295501878e-13 relative error 1.5086432630565033e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4692038225164346 y1[1] (numeric) -0.46920382251610887 absolute error 3.2573943542502093e-13 relative error 6.942386651455964e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.224999999999746 y2[1] (analytic) -0.8835586630226232 y2[1] (numeric) -0.883558663022756 absolute error 1.3278267374516872e-13 relative error 1.502816726293236e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.468320498160901 y1[1] (numeric) -0.46832049816057547 absolute error 3.255173908200959e-13 relative error 6.950739762585788e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.225999999999746 y2[1] (analytic) -0.8840265416634362 y2[1] (numeric) -0.8840265416635684 absolute error 1.3222756223285614e-13 relative error 1.4957419941719057e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4674367054849083 y1[1] (numeric) -0.46743670548458294 absolute error 3.253508573664021e-13 relative error 6.960318981131156e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.226999999999746 y2[1] (analytic) -0.8844935362777812 y2[1] (numeric) -0.8844935362779128 absolute error 1.3167245072054357e-13 relative error 1.4886762347033246e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.46655244537224905 y1[1] (numeric) -0.46655244537192386 absolute error 3.2518432391270835e-13 relative error 6.9699414747093e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.227999999999747 y2[1] (analytic) -0.8849596463986635 y2[1] (numeric) -0.8849596463987947 absolute error 1.31117339208231e-13 relative error 1.4816194132897697e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4656677187071833 y1[1] (numeric) -0.4656677187068583 absolute error 3.250177904590146e-13 relative error 6.979607505569634e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.228999999999747 y2[1] (analytic) -0.8854248715599733 y2[1] (numeric) -0.8854248715601039 absolute error 1.305622276959184e-13 relative error 1.4745714954436416e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4647825263744377 y1[1] (numeric) -0.4647825263741128 absolute error 3.248512570053208e-13 relative error 6.989317338139653e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.229999999999747 y2[1] (analytic) -0.8858892112964852 y2[1] (numeric) -0.8858892112966152 absolute error 1.3000711618360583e-13 relative error 1.4675324467869116e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.46389686925920437 y1[1] (numeric) -0.4638968692588797 absolute error 3.2468472355162703e-13 relative error 6.999071239047488e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.230999999999748 y2[1] (analytic) -0.8863526651438597 y2[1] (numeric) -0.8863526651439892 absolute error 1.2956302697375577e-13 relative error 1.4617548078645085e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4630107482471405 y1[1] (numeric) -0.463010748246816 absolute error 3.2451819009793326e-13 relative error 7.008869477144744e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.231999999999748 y2[1] (analytic) -0.8868152326386429 y2[1] (numeric) -0.8868152326387719 absolute error 1.290079154614432e-13 relative error 1.4547327415384055e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4621241642243669 y1[1] (numeric) -0.4621241642240426 absolute error 3.2429614549300823e-13 relative error 7.017511106291306e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.232999999999748 y2[1] (analytic) -0.8872769133182674 y2[1] (numeric) -0.8872769133183959 absolute error 1.284528039491306e-13 relative error 1.4477194438513968e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4612371180774677 y1[1] (numeric) -0.4612371180771435 absolute error 3.241851231905457e-13 relative error 7.028600051570367e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.233999999999749 y2[1] (analytic) -0.8877377067210525 y2[1] (numeric) -0.8877377067211805 absolute error 1.2800871473928055e-13 relative error 1.4419655014102473e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4603496106934888 y1[1] (numeric) -0.46034961069316477 absolute error 3.2401858973685194e-13 relative error 7.038532936928905e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.234999999999749 y2[1] (analytic) -0.8881976123862048 y2[1] (numeric) -0.8881976123863323 absolute error 1.2756462552943049e-13 relative error 1.4362189646819612e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4594616429599375 y1[1] (numeric) -0.4594616429596137 absolute error 3.237965451319269e-13 relative error 7.047303079446833e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.235999999999749 y2[1] (analytic) -0.8886566298538188 y2[1] (numeric) -0.8886566298539458 absolute error 1.270095140171179e-13 relative error 1.429230478345844e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4585732157647816 y1[1] (numeric) -0.458573215764458 absolute error 3.2363001167823313e-13 relative error 7.057324775030786e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.23699999999975 y2[1] (analytic) -0.8891147586648769 y2[1] (numeric) -0.8891147586650034 absolute error 1.2656542480726785e-13 relative error 1.4234993129269672e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45768432999644815 y1[1] (numeric) -0.4576843299961247 absolute error 3.2346347822453936e-13 relative error 7.067392458619888e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.23799999999975 y2[1] (analytic) -0.8895719983612506 y2[1] (numeric) -0.8895719983613766 absolute error 1.2601031329495527e-13 relative error 1.416527425852979e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45679498654382283 y1[1] (numeric) -0.45679498654349954 absolute error 3.232969447708456e-13 relative error 7.07750641522923e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.23899999999975 y2[1] (analytic) -0.8900283484856999 y2[1] (numeric) -0.8900283484858255 absolute error 1.255662240851052e-13 relative error 1.41081151290006e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45590518629624904 y1[1] (numeric) -0.4559051862959259 absolute error 3.231304113171518e-13 relative error 7.087666932290179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.239999999999751 y2[1] (analytic) -0.8904838085818749 y2[1] (numeric) -0.8904838085819999 absolute error 1.2501111257279263e-13 relative error 1.4038560989882228e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45501493014352695 y1[1] (numeric) -0.455014930143204 absolute error 3.2296387786345804e-13 relative error 7.097874299675934e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.240999999999751 y2[1] (analytic) -0.8909383781943156 y2[1] (numeric) -0.8909383781944401 absolute error 1.2445600106048005e-13 relative error 1.3969091926729854e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45412421897591265 y1[1] (numeric) -0.45412421897558986 absolute error 3.2279734440976426e-13 relative error 7.108128809727407e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.241999999999751 y2[1] (analytic) -0.8913920568684524 y2[1] (numeric) -0.8913920568685763 absolute error 1.2390088954816747e-13 relative error 1.38997076082822e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45323305368411715 y1[1] (numeric) -0.4532330536837946 absolute error 3.2257529980483923e-13 relative error 7.117205975662569e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.242999999999752 y2[1] (analytic) -0.8918448441506065 y2[1] (numeric) -0.8918448441507298 absolute error 1.233457780358549e-13 relative error 1.383040770430528e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4523414351593058 y1[1] (numeric) -0.4523414351589834 absolute error 3.2240876635114546e-13 relative error 7.127553243880906e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.243999999999752 y2[1] (analytic) -0.8922967395879908 y2[1] (numeric) -0.8922967395881136 absolute error 1.2279066652354231e-13 relative error 1.3761191885587264e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45144936429309696 y1[1] (numeric) -0.4514493642927747 absolute error 3.222422328974517e-13 relative error 7.137948536089655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.244999999999752 y2[1] (analytic) -0.8927477427287098 y2[1] (numeric) -0.8927477427288322 absolute error 1.2234657731369225e-13 relative error 1.3704495845571822e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.45055684197756146 y1[1] (numeric) -0.4505568419772394 absolute error 3.220756994437579e-13 relative error 7.148392154697273e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.245999999999753 y2[1] (analytic) -0.8931978531217606 y2[1] (numeric) -0.8931978531218824 absolute error 1.2179146580137967e-13 relative error 1.3635440946898143e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4496638691052215 y1[1] (numeric) -0.44966386910489964 absolute error 3.218536548388329e-13 relative error 7.157649901453813e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.246999999999753 y2[1] (analytic) -0.8936470703170326 y2[1] (numeric) -0.893647070317154 absolute error 1.213473765915296e-13 relative error 1.3578892677226603e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.44877044656904996 y1[1] (numeric) -0.4487704465687282 absolute error 3.2174263253637037e-13 relative error 7.169425593778834e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.247999999999753 y2[1] (analytic) -0.8940953938653089 y2[1] (numeric) -0.8940953938654297 absolute error 1.2079226507921703e-13 relative error 1.3509997468728017e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4478765752624692 y1[1] (numeric) -0.44787657526214764 absolute error 3.215760990826766e-13 relative error 7.180016032189745e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.248999999999754 y2[1] (analytic) -0.8945428233182657 y2[1] (numeric) -0.894542823318386 absolute error 1.2023715356690445e-13 relative error 1.3441184751881438e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4469822560793505 y1[1] (numeric) -0.44698225607902914 absolute error 3.2135405447775156e-13 relative error 7.189414123425588e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.249999999999754 y2[1] (analytic) -0.8949893582284738 y2[1] (numeric) -0.8949893582285935 absolute error 1.1968204205459188e-13 relative error 1.3372454203420742e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.446087489914013 y1[1] (numeric) -0.4460874899136918 absolute error 3.211875210240578e-13 relative error 7.200101511162515e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.250999999999754 y2[1] (analytic) -0.8954349981493982 y2[1] (numeric) -0.8954349981495174 absolute error 1.192379528447418e-13 relative error 1.3316204201440834e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4451922776612227 y1[1] (numeric) -0.4451922776609017 absolute error 3.21020987570364e-13 relative error 7.210839084110324e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.251999999999755 y2[1] (analytic) -0.895879742635399 y2[1] (numeric) -0.8958797426355178 absolute error 1.1879386363489175e-13 relative error 1.326002341401729e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.44429662021619193 y1[1] (numeric) -0.4442966202158711 absolute error 3.2085445411667024e-13 relative error 7.221627163414939e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.252999999999755 y2[1] (analytic) -0.896323591241732 y2[1] (numeric) -0.8963235912418502 absolute error 1.1823875212257917e-13 relative error 1.3191525167688131e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4434005184745779 y1[1] (numeric) -0.44340051847425727 absolute error 3.206324095117452e-13 relative error 7.231214131521781e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.253999999999755 y2[1] (analytic) -0.8967665435245484 y2[1] (numeric) -0.8967665435246661 absolute error 1.176836406102666e-13 relative error 1.312310784340106e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.44250397333248237 y1[1] (numeric) -0.4425039733321619 absolute error 3.2046587605805144e-13 relative error 7.24210166170111e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.254999999999756 y2[1] (analytic) -0.897208599040896 y2[1] (numeric) -0.8972085990410131 absolute error 1.1712852909795402e-13 relative error 1.3054771122697982e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.44160698568645035 y1[1] (numeric) -0.4416069856861301 absolute error 3.202438314531264e-13 relative error 7.251783640952315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.255999999999756 y2[1] (analytic) -0.8976497573487192 y2[1] (numeric) -0.8976497573488359 absolute error 1.1668443988810395e-13 relative error 1.2998882797310705e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4407095564334695 y1[1] (numeric) -0.4407095564331494 absolute error 3.2007729799943263e-13 relative error 7.262771894254402e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.256999999999756 y2[1] (analytic) -0.8980900180068601 y2[1] (numeric) -0.8980900180069761 absolute error 1.1601830607332886e-13 relative error 1.2918338223022389e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4398116864709689 y1[1] (numeric) -0.439811686470649 absolute error 3.1991076454573886e-13 relative error 7.273812278902587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.257999999999757 y2[1] (analytic) -0.8985293805750576 y2[1] (numeric) -0.8985293805751732 absolute error 1.155742168634788e-13 relative error 1.286259741328786e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4389133766968185 y1[1] (numeric) -0.43891337669649877 absolute error 3.197442310920451e-13 relative error 7.284905133180982e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.258999999999757 y2[1] (analytic) -0.8989678446139495 y2[1] (numeric) -0.8989678446140645 absolute error 1.1501910535116622e-13 relative error 1.2794573914994672e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.43801462800932794 y1[1] (numeric) -0.4380146280090084 absolute error 3.1952218648712005e-13 relative error 7.294783462809728e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.259999999999757 y2[1] (analytic) -0.8994054096850717 y2[1] (numeric) -0.8994054096851862 absolute error 1.1457501614131615e-13 relative error 1.2738973427059417e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.43711544130724594 y1[1] (numeric) -0.4371154413069266 absolute error 3.193556530334263e-13 relative error 7.305979676177878e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.260999999999758 y2[1] (analytic) -0.8998420753508591 y2[1] (numeric) -0.8998420753509732 absolute error 1.1401990462900358e-13 relative error 1.2671101713547442e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.436215817489759 y1[1] (numeric) -0.4362158174894399 absolute error 3.1913360842850125e-13 relative error 7.315956818461621e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.261999999999758 y2[1] (analytic) -0.9002778411746463 y2[1] (numeric) -0.9002778411747597 absolute error 1.13464793116691e-13 relative error 1.2603308437387141e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.435315757456491 y1[1] (numeric) -0.435315757456172 absolute error 3.1896707497480747e-13 relative error 7.32725773214602e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.262999999999758 y2[1] (analytic) -0.9007127067206672 y2[1] (numeric) -0.9007127067207802 absolute error 1.1302070390684094e-13 relative error 1.2547919338046087e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4344152621075017 y1[1] (numeric) -0.43441526210718295 absolute error 3.1874503036988244e-13 relative error 7.33733499195074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.263999999999759 y2[1] (analytic) -0.9011466715540565 y2[1] (numeric) -0.9011466715541689 absolute error 1.1246559239452836e-13 relative error 1.2480276068775555e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.43351433234328657 y1[1] (numeric) -0.433514332342968 absolute error 3.1857849691618867e-13 relative error 7.348741971093962e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.264999999999759 y2[1] (analytic) -0.9015797352408492 y2[1] (numeric) -0.9015797352409612 absolute error 1.120215031846783e-13 relative error 1.2425024521514197e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4326129690647752 y1[1] (numeric) -0.43261296906445684 absolute error 3.1835645231126364e-13 relative error 7.35892067682317e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.265999999999759 y2[1] (analytic) -0.9020118973479819 y2[1] (numeric) -0.9020118973480934 absolute error 1.1146639167236572e-13 relative error 1.2357530094679421e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.43171117317333085 y1[1] (numeric) -0.43171117317301266 absolute error 3.1818991885756986e-13 relative error 7.370435111018484e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.26699999999976 y2[1] (analytic) -0.9024431574432925 y2[1] (numeric) -0.9024431574434034 absolute error 1.1091128016005314e-13 relative error 1.2290112595487495e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4308089455707493 y1[1] (numeric) -0.43080894557043126 absolute error 3.180233854038761e-13 relative error 7.382005148072045e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.26799999999976 y2[1] (analytic) -0.9028735150955208 y2[1] (numeric) -0.9028735150956312 absolute error 1.1035616864774056e-13 relative error 1.2222771717483071e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.429906287159258 y1[1] (numeric) -0.4299062871589402 absolute error 3.1780134079895106e-13 relative error 7.392339918983836e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.26899999999976 y2[1] (analytic) -0.9033029698743092 y2[1] (numeric) -0.903302969874419 absolute error 1.0980105713542798e-13 relative error 1.2155507155113896e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42900319884151544 y1[1] (numeric) -0.4290031988411978 absolute error 3.176348073452573e-13 relative error 7.404019555168855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.269999999999761 y2[1] (analytic) -0.9037315213502031 y2[1] (numeric) -0.9037315213503123 absolute error 1.092459456231154e-13 relative error 1.2088318603726309e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4280996815206098 y1[1] (numeric) -0.4280996815202923 absolute error 3.174682738915635e-13 relative error 7.415755899745509e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.270999999999761 y2[1] (analytic) -0.9041591690946508 y2[1] (numeric) -0.9041591690947596 absolute error 1.0880185641326534e-13 relative error 1.2033484825709439e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42719573610005823 y1[1] (numeric) -0.427195736099741 absolute error 3.172462292866385e-13 relative error 7.426249900872904e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.271999999999761 y2[1] (analytic) -0.9045859126800049 y2[1] (numeric) -0.9045859126801131 absolute error 1.0824674490095276e-13 relative error 1.1966441593176213e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42629136348380625 y1[1] (numeric) -0.42629136348348917 absolute error 3.170796958329447e-13 relative error 7.438098047346196e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.272999999999762 y2[1] (analytic) -0.9050117516795216 y2[1] (numeric) -0.9050117516796293 absolute error 1.0769163338864018e-13 relative error 1.1899473480735024e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42538656457622626 y1[1] (numeric) -0.4253865645759094 absolute error 3.168576512280197e-13 relative error 7.448699080180777e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.273999999999762 y2[1] (analytic) -0.9054366856673621 y2[1] (numeric) -0.9054366856674693 absolute error 1.071365218763276e-13 relative error 1.183258018724539e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42448134028211715 y1[1] (numeric) -0.4244813402818005 absolute error 3.1663560662309465e-13 relative error 7.459352781270751e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.274999999999762 y2[1] (analytic) -0.9058607142185924 y2[1] (numeric) -0.905860714218699 absolute error 1.0658141036401503e-13 relative error 1.1765761412443368e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42357569150670316 y1[1] (numeric) -0.4235756915063867 absolute error 3.1646907316940087e-13 relative error 7.47137004117699e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.275999999999763 y2[1] (analytic) -0.9062838369091839 y2[1] (numeric) -0.9062838369092899 absolute error 1.0602629885170245e-13 relative error 1.1699016856937176e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42266961915563295 y1[1] (numeric) -0.42266961915531664 absolute error 3.163025397157071e-13 relative error 7.483446298969504e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.276999999999763 y2[1] (analytic) -0.9067060533160141 y2[1] (numeric) -0.9067060533161195 absolute error 1.0547118733938987e-13 relative error 1.1632346222202844e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4217631241349788 y1[1] (numeric) -0.4217631241346627 absolute error 3.1608049511078207e-13 relative error 7.494265786252697e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.277999999999763 y2[1] (analytic) -0.9071273630168665 y2[1] (numeric) -0.9071273630169714 absolute error 1.0491607582707729e-13 relative error 1.1565749210579878e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.42085620735123563 y1[1] (numeric) -0.4208562073509198 absolute error 3.1585845050585704e-13 relative error 7.505139403640774e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.278999999999764 y2[1] (analytic) -0.9075477655904314 y2[1] (numeric) -0.9075477655905358 absolute error 1.0447198661722723e-13 relative error 1.1511458743910847e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4199488697113202 y1[1] (numeric) -0.41994886971100454 absolute error 3.1569191705216326e-13 relative error 7.517389373358121e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.279999999999764 y2[1] (analytic) -0.9079672606163064 y2[1] (numeric) -0.9079672606164103 absolute error 1.0391687510491465e-13 relative error 1.1445002437023816e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41904111212257006 y1[1] (numeric) -0.4190411121222546 absolute error 3.1546987244723823e-13 relative error 7.528375219540819e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.280999999999764 y2[1] (analytic) -0.9083858476749964 y2[1] (numeric) -0.9083858476750999 absolute error 1.0347278589506459e-13 relative error 1.1390840815045946e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4181329354927427 y1[1] (numeric) -0.41813293549242747 absolute error 3.152478278423132e-13 relative error 7.539416321529754e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.281999999999765 y2[1] (analytic) -0.9088035263479145 y2[1] (numeric) -0.9088035263480174 absolute error 1.0291767438275201e-13 relative error 1.1324524102182274e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41722434073001474 y1[1] (numeric) -0.41722434072969966 absolute error 3.1508129438861943e-13 relative error 7.551843543867161e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.282999999999765 y2[1] (analytic) -0.909220296217382 y2[1] (numeric) -0.9092202962174843 absolute error 1.0236256287043943e-13 relative error 1.1258279571661252e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4163153287429808 y1[1] (numeric) -0.4163153287426659 absolute error 3.148592497836944e-13 relative error 7.562999199053706e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.283999999999765 y2[1] (analytic) -0.909636156866629 y2[1] (numeric) -0.9096361568667308 absolute error 1.0180745135812685e-13 relative error 1.1192106930843326e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4154059004406528 y1[1] (numeric) -0.4154059004403381 absolute error 3.146927163300006e-13 relative error 7.575547578794186e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.284999999999766 y2[1] (analytic) -0.9100511078797949 y2[1] (numeric) -0.9100511078798963 absolute error 1.0136336214827679e-13 relative error 1.1138205455782543e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41449605673245893 y1[1] (numeric) -0.41449605673214446 absolute error 3.144706717250756e-13 relative error 7.586819382652274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.285999999999766 y2[1] (analytic) -0.9104651488419289 y2[1] (numeric) -0.9104651488420297 absolute error 1.0080825063596421e-13 relative error 1.1072170171937698e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41358579852824295 y1[1] (numeric) -0.41358579852792865 absolute error 3.143041382713818e-13 relative error 7.59949058671362e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.286999999999766 y2[1] (analytic) -0.9108782793389898 y2[1] (numeric) -0.91087827933909 absolute error 1.0025313912365164e-13 relative error 1.1006205922091344e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41267512673826284 y1[1] (numeric) -0.41267512673794876 absolute error 3.140820936664568e-13 relative error 7.610880164959925e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.287999999999767 y2[1] (analytic) -0.9112904989578473 y2[1] (numeric) -0.911290498957947 absolute error 9.969802761133906e-14 relative error 1.0940312416880657e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4117640422731904 y1[1] (numeric) -0.41176404227287655 absolute error 3.1386004906153175e-13 relative error 7.62232776152166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.288999999999767 y2[1] (analytic) -0.9117018072862818 y2[1] (numeric) -0.911701807286381 absolute error 9.914291609902648e-14 relative error 1.0874489367760439e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.41085254604411003 y1[1] (numeric) -0.41085254604379634 absolute error 3.13693515607838e-13 relative error 7.635184900963451e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.289999999999767 y2[1] (analytic) -0.912112203912985 y2[1] (numeric) -0.9121122039130836 absolute error 9.85878045867139e-14 relative error 1.0808736486999041e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.40994063896251787 y1[1] (numeric) -0.40994063896220434 absolute error 3.135269821541442e-13 relative error 7.648106880733309e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.290999999999768 y2[1] (analytic) -0.9125216884275602 y2[1] (numeric) -0.9125216884276584 absolute error 9.814371537686384e-14 relative error 1.0755220026165428e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.40902832194032085 y1[1] (numeric) -0.40902832194000754 absolute error 3.133049375492192e-13 relative error 7.659737009481017e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.291999999999768 y2[1] (analytic) -0.912930260420523 y2[1] (numeric) -0.9129302604206208 absolute error 9.769962616701378e-14 relative error 1.0701762270648188e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.408115595889836 y1[1] (numeric) -0.4081155958895229 absolute error 3.1308289294429414e-13 relative error 7.671426823610183e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.292999999999768 y2[1] (analytic) -0.9133379194833016 y2[1] (numeric) -0.9133379194833988 absolute error 9.725553695716371e-14 relative error 1.0648362986197227e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.40720246172378927 y1[1] (numeric) -0.40720246172347635 absolute error 3.1291635949060037e-13 relative error 7.684539974683542e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.293999999999769 y2[1] (analytic) -0.9137446652082368 y2[1] (numeric) -0.9137446652083334 absolute error 9.658940314238862e-14 relative error 1.0570721430190401e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4062889203553147 y1[1] (numeric) -0.406288920355002 absolute error 3.1269431488567534e-13 relative error 7.696353486878564e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.294999999999769 y2[1] (analytic) -0.9141504971885829 y2[1] (numeric) -0.914150497188679 absolute error 9.614531393253856e-14 relative error 1.0517449175844451e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4053749726979537 y1[1] (numeric) -0.4053749726976412 absolute error 3.124722702807503e-13 relative error 7.708227969800555e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.295999999999769 y2[1] (analytic) -0.914555415018508 y2[1] (numeric) -0.9145554150186036 absolute error 9.559020242022598e-14 relative error 1.0452095176571832e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4044606196656538 y1[1] (numeric) -0.40446061966534147 absolute error 3.1230573682705653e-13 relative error 7.721536328684439e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.29699999999977 y2[1] (analytic) -0.9149594182930942 y2[1] (numeric) -0.9149594182931894 absolute error 9.514611321037592e-14 relative error 1.0398943527777011e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4035458621727679 y1[1] (numeric) -0.4035458621724558 absolute error 3.120836922221315e-13 relative error 7.733537163330417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.29799999999977 y2[1] (analytic) -0.9153625066083385 y2[1] (numeric) -0.9153625066084331 absolute error 9.459100169806334e-14 relative error 1.0333720358347225e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4026307011340534 y1[1] (numeric) -0.40263070113374155 absolute error 3.1186164761720647e-13 relative error 7.745600291751573e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.29899999999977 y2[1] (analytic) -0.9157646795611524 y2[1] (numeric) -0.9157646795612465 absolute error 9.414691248821327e-14 relative error 1.028068832413692e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4017151374646714 y1[1] (numeric) -0.4017151374643597 absolute error 3.116951141635127e-13 relative error 7.759108011978377e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.299999999999771 y2[1] (analytic) -0.9161659367493631 y2[1] (numeric) -0.9161659367494567 absolute error 9.35918009759007e-14 relative error 1.0215594929011725e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.4007991720801854 y1[1] (numeric) -0.4007991720798739 absolute error 3.1147306955858767e-13 relative error 7.77130022355119e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.300999999999771 y2[1] (analytic) -0.9165662777717133 y2[1] (numeric) -0.9165662777718064 absolute error 9.314771176605063e-14 relative error 1.0162681523970565e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.3998828058965607 y1[1] (numeric) -0.3998828058962494 absolute error 3.113065361048939e-13 relative error 7.78494427653438e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.301999999999771 y2[1] (analytic) -0.9169657022278622 y2[1] (numeric) -0.9169657022279548 absolute error 9.259260025373806e-14 relative error 1.0097716853397552e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.39896603983016343 y1[1] (numeric) -0.39896603982985235 absolute error 3.1108449149996886e-13 relative error 7.797267447434748e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.302999999999772 y2[1] (analytic) -0.9173642097183853 y2[1] (numeric) -0.9173642097184773 absolute error 9.203748874142548e-14 relative error 1.0032818783030501e-11% Correct digits 12 h 0.001 y1[1] (analytic) -0.3980488747977596 y1[1] (numeric) -0.3980488747974487 absolute error 3.1086244689504383e-13 relative error 7.809655210129325e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.303999999999772 y2[1] (analytic) -0.917761799844775 y2[1] (numeric) -0.9177617998448666 absolute error 9.159339953157541e-14 relative error 9.980084107561134e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3971313117165141 y1[1] (numeric) -0.3971313117162035 absolute error 3.106404022901188e-13 relative error 7.822108031407619e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.304999999999772 y2[1] (analytic) -0.9181584722094415 y2[1] (numeric) -0.9181584722095325 absolute error 9.103828801926284e-14 relative error 9.915313181197337e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39621335150399 y1[1] (numeric) -0.3962133515036796 absolute error 3.1041835768519377e-13 relative error 7.834626382651513e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.305999999999773 y2[1] (analytic) -0.9185542264157122 y2[1] (numeric) -0.9185542264158028 absolute error 9.059419880941277e-14 relative error 9.8626946786713e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3952949950781474 y1[1] (numeric) -0.3952949950778372 absolute error 3.1019631308026874e-13 relative error 7.847210739891731e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.306999999999773 y2[1] (analytic) -0.918949062067833 y2[1] (numeric) -0.918949062067923 absolute error 9.00390872971002e-14 relative error 9.798049860836996e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39437624335734267 y1[1] (numeric) -0.3943762433570327 absolute error 3.099742684753437e-13 relative error 7.859861583865164e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.307999999999773 y2[1] (analytic) -0.9193429787709684 y2[1] (numeric) -0.9193429787710579 absolute error 8.948397578478762e-14 relative error 9.733470299018876e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39345709726032746 y1[1] (numeric) -0.3934570972600177 absolute error 3.097522238704187e-13 relative error 7.872579400073036e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.308999999999774 y2[1] (analytic) -0.9197359761312016 y2[1] (numeric) -0.9197359761312905 absolute error 8.892886427247504e-14 relative error 9.668955719939047e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39253755770624776 y1[1] (numeric) -0.39253755770593823 absolute error 3.0953017926549364e-13 relative error 7.885364678839929e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.309999999999774 y2[1] (analytic) -0.9201280537555353 y2[1] (numeric) -0.9201280537556238 absolute error 8.848477506262498e-14 relative error 9.616571813180918e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3916176256146431 y1[1] (numeric) -0.3916176256143338 absolute error 3.093081346605686e-13 relative error 7.898217915373704e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.310999999999774 y2[1] (analytic) -0.920519211251892 y2[1] (numeric) -0.9205192112519799 absolute error 8.79296635503124e-14 relative error 9.552181255481829e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.39069730190544544 y1[1] (numeric) -0.39069730190513635 absolute error 3.090860900556436e-13 relative error 7.911139609826305e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.311999999999775 y2[1] (analytic) -0.920909448229114 y2[1] (numeric) -0.9209094482292015 absolute error 8.748557434046234e-14 relative error 9.49991060561871e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3897765874989784 y1[1] (numeric) -0.38977658749866956 absolute error 3.0886404545071855e-13 relative error 7.924130267355477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.312999999999775 y2[1] (analytic) -0.9212987642969646 y2[1] (numeric) -0.9212987642970516 absolute error 8.704148513061227e-14 relative error 9.447693680239864e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3888554833159564 y1[1] (numeric) -0.38885548331564773 absolute error 3.086420008457935e-13 relative error 7.937190398187414e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.313999999999775 y2[1] (analytic) -0.9216871590661276 y2[1] (numeric) -0.9216871590662141 absolute error 8.64863736182997e-14 relative error 9.38348470710273e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38793399027748343 y1[1] (numeric) -0.387933990277175 absolute error 3.084199562408685e-13 relative error 7.950320517680348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.314999999999776 y2[1] (analytic) -0.9220746321482085 y2[1] (numeric) -0.9220746321482944 absolute error 8.593126210598712e-14 relative error 9.319339141321812e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3870121093050526 y1[1] (numeric) -0.38701210930474433 absolute error 3.082534227871747e-13 relative error 7.964955498180593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.315999999999776 y2[1] (analytic) -0.922461183155734 y2[1] (numeric) -0.9224611831558195 absolute error 8.548717289613705e-14 relative error 9.267292158970415e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38608984132054464 y1[1] (numeric) -0.3860898413202366 absolute error 3.080313781822497e-13 relative error 7.978230588214617e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.316999999999776 y2[1] (analytic) -0.9228468117021532 y2[1] (numeric) -0.9228468117022383 absolute error 8.504308368628699e-14 relative error 9.215297989644511e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3851671872462275 y1[1] (numeric) -0.38516718724591975 absolute error 3.077538224260934e-13 relative error 7.990136040050428e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.317999999999777 y2[1] (analytic) -0.9232315174018377 y2[1] (numeric) -0.9232315174019222 absolute error 8.448797217397441e-14 relative error 9.15133101302053e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38424414800475526 y1[1] (numeric) -0.3842441480044477 absolute error 3.0753177782116836e-13 relative error 8.003551372690326e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.318999999999777 y2[1] (analytic) -0.9236152998700816 y2[1] (numeric) -0.9236152998701657 absolute error 8.404388296412435e-14 relative error 9.09944681253615e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38332072451916704 y1[1] (numeric) -0.38332072451885973 absolute error 3.0730973321624333e-13 relative error 8.017039350056771e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.319999999999777 y2[1] (analytic) -0.9239981587231028 y2[1] (numeric) -0.9239981587231862 absolute error 8.348877145181177e-14 relative error 9.035599331408527e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38239691771288625 y1[1] (numeric) -0.38239691771257917 absolute error 3.070876886113183e-13 relative error 8.030600519690587e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.320999999999778 y2[1] (analytic) -0.9243800935780421 y2[1] (numeric) -0.9243800935781251 absolute error 8.304468224196171e-14 relative error 8.983824167017348e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3814727285097196 y1[1] (numeric) -0.3814727285094127 absolute error 3.0686564400639327e-13 relative error 8.044235434737627e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.321999999999778 y2[1] (analytic) -0.9247611040529649 y2[1] (numeric) -0.9247611040530473 absolute error 8.248957072964913e-14 relative error 8.92009518654286e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.38054815783385626 y1[1] (numeric) -0.38054815783354956 absolute error 3.066991105526995e-13 relative error 8.05940336956253e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.322999999999778 y2[1] (analytic) -0.9251411897668607 y2[1] (numeric) -0.9251411897669426 absolute error 8.193445921733655e-14 relative error 8.85642755112702e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37962320660986676 y1[1] (numeric) -0.3796232066095603 absolute error 3.0647706594777446e-13 relative error 8.073191011811258e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.323999999999779 y2[1] (analytic) -0.9255203503396437 y2[1] (numeric) -0.9255203503397252 absolute error 8.149037000748649e-14 relative error 8.804816660982276e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3786978757627023 y1[1] (numeric) -0.37869787576239605 absolute error 3.0625502134284943e-13 relative error 8.087054112095241e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.324999999999779 y2[1] (analytic) -0.9258985853921536 y2[1] (numeric) -0.9258985853922347 absolute error 8.104628079763643e-14 relative error 8.75325679035466e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3777721662176936 y1[1] (numeric) -0.37777216621738763 absolute error 3.0597746558669314e-13 relative error 8.099523812200915e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.325999999999779 y2[1] (analytic) -0.9262758945461553 y2[1] (numeric) -0.9262758945462358 absolute error 8.049116928532385e-14 relative error 8.689761847334035e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3768460789005502 y1[1] (numeric) -0.37684607890024446 absolute error 3.057554209817681e-13 relative error 8.113535952763809e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.32699999999978 y2[1] (analytic) -0.9266522774243396 y2[1] (numeric) -0.9266522774244197 absolute error 8.004708007547379e-14 relative error 8.638308244163308e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3759196147373593 y1[1] (numeric) -0.37591961473705376 absolute error 3.055333763768431e-13 relative error 8.127625279417984e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.32799999999978 y2[1] (analytic) -0.9270277336503238 y2[1] (numeric) -0.9270277336504033 absolute error 7.949196856316121e-14 relative error 8.574928848153068e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37499277465458497 y1[1] (numeric) -0.37499277465427966 absolute error 3.0531133177191805e-13 relative error 8.141792386617256e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.32899999999978 y2[1] (analytic) -0.9274022628486515 y2[1] (numeric) -0.9274022628487305 absolute error 7.904787935331115e-14 relative error 8.52358059926488e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37406555957906723 y1[1] (numeric) -0.37406555957876214 absolute error 3.05089287166993e-13 relative error 8.156037875026703e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.329999999999781 y2[1] (analytic) -0.9277758646447937 y2[1] (numeric) -0.9277758646448722 absolute error 7.849276784099857e-14 relative error 8.460315775842061e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3731379704380211 y1[1] (numeric) -0.37313797043771624 absolute error 3.04867242562068e-13 relative error 8.170362351603855e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.330999999999781 y2[1] (analytic) -0.9281485386651485 y2[1] (numeric) -0.9281485386652265 absolute error 7.80486786311485e-14 relative error 8.409071972832832e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37221000815903565 y1[1] (numeric) -0.372210008158731 absolute error 3.0464519795714295e-13 relative error 8.18476642968117e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.331999999999781 y2[1] (analytic) -0.9285202845370419 y2[1] (numeric) -0.9285202845371195 absolute error 7.760458942129844e-14 relative error 8.357877659074719e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.37128167367007303 y1[1] (numeric) -0.3712816736697686 absolute error 3.044231533522179e-13 relative error 8.199250729049808e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.332999999999782 y2[1] (analytic) -0.9288911018887284 y2[1] (numeric) -0.9288911018888054 absolute error 7.704947790898586e-14 relative error 8.294780491741173e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3703529678994677 y1[1] (numeric) -0.3703529678991635 absolute error 3.042011087472929e-13 relative error 8.213815876044722e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.333999999999782 y2[1] (analytic) -0.9292609903493901 y2[1] (numeric) -0.9292609903494667 absolute error 7.66053886991358e-14 relative error 8.243689285862862e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36942389177592533 y1[1] (numeric) -0.36942389177562135 absolute error 3.0397906414236786e-13 relative error 8.22846250363111e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.334999999999782 y2[1] (analytic) -0.9296299495491391 y2[1] (numeric) -0.9296299495492152 absolute error 7.605027718682322e-14 relative error 8.180704292466784e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36849444622852195 y1[1] (numeric) -0.3684944462282182 absolute error 3.0375701953744283e-13 relative error 8.243191251492236e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.335999999999783 y2[1] (analytic) -0.9299979791190159 y2[1] (numeric) -0.9299979791190915 absolute error 7.560618797697316e-14 relative error 8.129715297725126e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36756463218670304 y1[1] (numeric) -0.36756463218639956 absolute error 3.0347946378128654e-13 relative error 8.256492524208241e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.336999999999783 y2[1] (analytic) -0.9303650786909913 y2[1] (numeric) -0.9303650786910663 absolute error 7.505107646466058e-14 relative error 8.066841520992624e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3666344505802826 y1[1] (numeric) -0.36663445057997934 absolute error 3.032574191763615e-13 relative error 8.271383627381101e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.337999999999783 y2[1] (analytic) -0.9307312478979654 y2[1] (numeric) -0.93073124789804 absolute error 7.460698725481052e-14 relative error 8.015953845248953e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3657039023394421 y1[1] (numeric) -0.3657039023391391 absolute error 3.030353745714365e-13 relative error 8.28635879007281e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.338999999999784 y2[1] (analytic) -0.9310964863737691 y2[1] (numeric) -0.9310964863738432 absolute error 7.416289804496046e-14 relative error 7.965114156299085e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36477298839472977 y1[1] (numeric) -0.36477298839442696 absolute error 3.0281332996651145e-13 relative error 8.301418679576947e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.339999999999784 y2[1] (analytic) -0.931460793753164 y2[1] (numeric) -0.9314607937532376 absolute error 7.360778653264788e-14 relative error 7.902403088385259e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3638417096770594 y1[1] (numeric) -0.36384170967675683 absolute error 3.025912853615864e-13 relative error 8.316563970363981e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.340999999999784 y2[1] (analytic) -0.9318241696718429 y2[1] (numeric) -0.931824169671916 absolute error 7.30526750203353e-14 relative error 7.839748892332552e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.36291006711770973 y1[1] (numeric) -0.36291006711740736 absolute error 3.023692407566614e-13 relative error 8.331795344177874e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.341999999999785 y2[1] (analytic) -0.9321866137664296 y2[1] (numeric) -0.9321866137665022 absolute error 7.260858581048524e-14 relative error 7.789061196353779e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3619780616483232 y1[1] (numeric) -0.36197806164802104 absolute error 3.0214719615173635e-13 relative error 8.347113490134244e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.342999999999785 y2[1] (analytic) -0.9325481256744804 y2[1] (numeric) -0.9325481256745525 absolute error 7.205347429817266e-14 relative error 7.726515373783934e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3610456942009051 y1[1] (numeric) -0.36104569420060323 absolute error 3.0186964039558006e-13 relative error 8.360981594412914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.343999999999785 y2[1] (analytic) -0.9329087050344832 y2[1] (numeric) -0.9329087050345547 absolute error 7.149836278586008e-14 relative error 7.664025686545318e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.360112965707823 y1[1] (numeric) -0.3601129657075213 absolute error 3.0164759579065503e-13 relative error 8.376471399682851e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.344999999999786 y2[1] (analytic) -0.9332683514858586 y2[1] (numeric) -0.9332683514859297 absolute error 7.105427357601002e-14 relative error 7.613487960122547e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3591798771018051 y1[1] (numeric) -0.3591798771015037 absolute error 3.0142555118573e-13 relative error 8.392050067445584e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.345999999999786 y2[1] (analytic) -0.9336270646689604 y2[1] (numeric) -0.9336270646690309 absolute error 7.049916206369744e-14 relative error 7.551105225156962e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35824642931594003 y1[1] (numeric) -0.3582464293156389 absolute error 3.011479954295737e-13 relative error 8.406168792934129e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.346999999999786 y2[1] (analytic) -0.9339848442250753 y2[1] (numeric) -0.9339848442251453 absolute error 6.994405055138486e-14 relative error 7.488777894401193e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3573126232836755 y1[1] (numeric) -0.3573126232833746 absolute error 3.009259508246487e-13 relative error 8.421923302321714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.347999999999787 y2[1] (analytic) -0.9343416897964237 y2[1] (numeric) -0.9343416897964932 absolute error 6.94999613415348e-14 relative error 7.438388129365992e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35637845993881756 y1[1] (numeric) -0.35637845993851686 absolute error 3.0070390621972365e-13 relative error 8.437768833485277e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.348999999999787 y2[1] (analytic) -0.9346976010261604 y2[1] (numeric) -0.9346976010262293 absolute error 6.894484982922222e-14 relative error 7.376166340165089e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3554439402155293 y1[1] (numeric) -0.35544394021522885 absolute error 3.0042635046356736e-13 relative error 8.452144388265528e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.349999999999787 y2[1] (analytic) -0.9350525775583738 y2[1] (numeric) -0.9350525775584423 absolute error 6.850076061937216e-14 relative error 7.325872604751551e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35450906504833046 y1[1] (numeric) -0.35450906504803026 absolute error 3.0020430585864233e-13 relative error 8.468170082412851e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.350999999999788 y2[1] (analytic) -0.9354066190380875 y2[1] (numeric) -0.9354066190381556 absolute error 6.80566714095221e-14 relative error 7.275624314002314e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3535738353720961 y1[1] (numeric) -0.35357383537179615 absolute error 2.9992675010248604e-13 relative error 8.482719027748402e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.351999999999788 y2[1] (analytic) -0.9357597251112603 y2[1] (numeric) -0.9357597251113278 absolute error 6.750155989720952e-14 relative error 7.213556865699012e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35263825212205585 y1[1] (numeric) -0.35263825212175615 absolute error 2.99704705497561e-13 relative error 8.49892783026348e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.352999999999788 y2[1] (analytic) -0.9361118954247858 y2[1] (numeric) -0.9361118954248528 absolute error 6.705747068735946e-14 relative error 7.163403329783598e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.35170231623379283 y1[1] (numeric) -0.3517023162334934 absolute error 2.994271497414047e-13 relative error 8.513653050335944e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.353999999999789 y2[1] (analytic) -0.936463129626494 y2[1] (numeric) -0.9364631296265605 absolute error 6.650235917504688e-14 relative error 7.1014391353102364e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3507660286432429 y1[1] (numeric) -0.3507660286429437 absolute error 2.992051051364797e-13 relative error 8.530047972256606e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.354999999999789 y2[1] (analytic) -0.9368134273651506 y2[1] (numeric) -0.9368134273652166 absolute error 6.59472476627343e-14 relative error 7.039528441454482e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3498293902866936 y1[1] (numeric) -0.3498293902863946 absolute error 2.9898306053155466e-13 relative error 8.546539222634521e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.355999999999789 y2[1] (analytic) -0.9371627882904578 y2[1] (numeric) -0.9371627882905234 absolute error 6.550315845288424e-14 relative error 6.98951764531464e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34889240210078315 y1[1] (numeric) -0.3488924021004844 absolute error 2.987610159266296e-13 relative error 8.563127604032138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.35699999999979 y2[1] (analytic) -0.9375112120530549 y2[1] (numeric) -0.9375112120531199 absolute error 6.505906924303417e-14 relative error 6.939551058868019e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3479550650224996 y1[1] (numeric) -0.34795506502220114 absolute error 2.9848346017047334e-13 relative error 8.578218574032617e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.35799999999979 y2[1] (analytic) -0.9378586983045181 y2[1] (numeric) -0.9378586983045826 absolute error 6.45039577307216e-14 relative error 6.877790635981016e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3470173799891801 y1[1] (numeric) -0.3470173799888819 absolute error 2.9820590441431705e-13 relative error 8.593399685733752e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.35899999999979 y2[1] (analytic) -0.938205246697361 y2[1] (numeric) -0.9382052466974251 absolute error 6.405986852087153e-14 relative error 6.827916252480249e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34607934793850953 y1[1] (numeric) -0.34607934793821155 absolute error 2.97983859809392e-13 relative error 8.610275694992843e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.359999999999791 y2[1] (analytic) -0.9385508568850355 y2[1] (numeric) -0.9385508568850991 absolute error 6.361577931102147e-14 relative error 6.778085475533678e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3451409698085198 y1[1] (numeric) -0.3451409698082221 absolute error 2.9770630405323573e-13 relative error 8.625643725182777e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.360999999999791 y2[1] (analytic) -0.9388955285219314 y2[1] (numeric) -0.9388955285219944 absolute error 6.306066779870889e-14 relative error 6.7164733330856285e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3442022465375891 y1[1] (numeric) -0.34420224653729165 absolute error 2.9742874829707944e-13 relative error 8.641104213844762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.361999999999791 y2[1] (analytic) -0.9392392612633769 y2[1] (numeric) -0.9392392612634395 absolute error 6.261657858885883e-14 relative error 6.666733512037482e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3432631790644405 y1[1] (numeric) -0.34326317906414333 absolute error 2.9715119254092315e-13 relative error 8.656657942480315e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.362999999999792 y2[1] (analytic) -0.9395820547656394 y2[1] (numeric) -0.9395820547657016 absolute error 6.217248937900877e-14 relative error 6.617036698781619e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34232376832814143 y1[1] (numeric) -0.34232376832784456 absolute error 2.9687363678476686e-13 relative error 8.672305701548383e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.363999999999792 y2[1] (analytic) -0.9399239086859255 y2[1] (numeric) -0.9399239086859871 absolute error 6.161737786669619e-14 relative error 6.555570860288178e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3413840152681026 y1[1] (numeric) -0.34138401526780593 absolute error 2.9665159217984183e-13 relative error 8.689674352411299e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.364999999999792 y2[1] (analytic) -0.9402648226823811 y2[1] (numeric) -0.9402648226824423 absolute error 6.117328865684613e-14 relative error 6.50596376479675e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.34044392082407693 y1[1] (numeric) -0.3404439208237805 absolute error 2.964295475749168e-13 relative error 8.70714762235674e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.365999999999793 y2[1] (analytic) -0.9406047964140926 y2[1] (numeric) -0.9406047964141532 absolute error 6.061817714453355e-14 relative error 6.4445957936458314e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3395034859361588 y1[1] (numeric) -0.3395034859358626 absolute error 2.9620750296999176e-13 relative error 8.724726409015177e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.366999999999793 y2[1] (analytic) -0.9409438295410859 y2[1] (numeric) -0.940943829541146 absolute error 6.006306563222097e-14 relative error 6.38327854931731e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.338562711544783 y1[1] (numeric) -0.3385627115444871 absolute error 2.959299472138355e-13 relative error 8.740772008340076e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.367999999999793 y2[1] (analytic) -0.9412819217243281 y2[1] (numeric) -0.9412819217243877 absolute error 5.96189764223709e-14 relative error 6.333806593582006e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33762159859072394 y1[1] (numeric) -0.33762159859042823 absolute error 2.9570790260891044e-13 relative error 8.758559992702876e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.368999999999794 y2[1] (analytic) -0.941619072625727 y2[1] (numeric) -0.9416190726257861 absolute error 5.917488721252084e-14 relative error 6.284376446147196e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3366801480150944 y1[1] (numeric) -0.33668014801479895 absolute error 2.9543034685275416e-13 relative error 8.774807442448586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.369999999999794 y2[1] (analytic) -0.9419552819081318 y2[1] (numeric) -0.9419552819081904 absolute error 5.861977570020827e-14 relative error 6.2232015495960035e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3357383607593448 y1[1] (numeric) -0.33573836075904967 absolute error 2.9515279109659787e-13 relative error 8.791154827498593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.370999999999794 y2[1] (analytic) -0.9422905492353332 y2[1] (numeric) -0.9422905492353914 absolute error 5.81756864903582e-14 relative error 6.173858640264158e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33479623776526257 y1[1] (numeric) -0.33479623776496764 absolute error 2.9493074649167283e-13 relative error 8.809261073550628e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.371999999999795 y2[1] (analytic) -0.9426248742720638 y2[1] (numeric) -0.9426248742721215 absolute error 5.773159728050814e-14 relative error 6.1245569532727435e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3338537799749704 y1[1] (numeric) -0.33385377997467575 absolute error 2.9465319073551655e-13 relative error 8.825815623762212e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.372999999999795 y2[1] (analytic) -0.9429582566839987 y2[1] (numeric) -0.942958256684056 absolute error 5.728750807065808e-14 relative error 6.075296299129399e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3329109883309261 y1[1] (numeric) -0.3329109883306317 absolute error 2.9437563497936026e-13 relative error 8.842472771933252e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.373999999999795 y2[1] (analytic) -0.9432906961377555 y2[1] (numeric) -0.9432906961378122 absolute error 5.67323965583455e-14 relative error 6.014306808138015e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3319678637759212 y1[1] (numeric) -0.33196786377562704 absolute error 2.9415359037443523e-13 relative error 8.860905601784074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.374999999999796 y2[1] (analytic) -0.9436221923008948 y2[1] (numeric) -0.943622192300951 absolute error 5.617728504603292e-14 relative error 5.953366241742601e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33102440725308013 y1[1] (numeric) -0.33102440725278626 absolute error 2.9387603461827894e-13 relative error 8.877775420155049e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.375999999999796 y2[1] (analytic) -0.9439527448419205 y2[1] (numeric) -0.9439527448419761 absolute error 5.562217353372034e-14 relative error 5.892474367775172e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.33008061970585945 y1[1] (numeric) -0.33008061970556585 absolute error 2.9359847886212265e-13 relative error 8.894750595286489e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.376999999999796 y2[1] (analytic) -0.9442823534302799 y2[1] (numeric) -0.9442823534303351 absolute error 5.517808432387028e-14 relative error 5.843388275066849e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32913650207804657 y1[1] (numeric) -0.32913650207775325 absolute error 2.9332092310596636e-13 relative error 8.911832059162267e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.377999999999797 y2[1] (analytic) -0.9446110177363646 y2[1] (numeric) -0.9446110177364193 absolute error 5.473399511402022e-14 relative error 5.794342230432904e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32819205531375906 y1[1] (numeric) -0.32819205531346596 absolute error 2.9309887850104133e-13 relative error 8.930712177686085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.378999999999797 y2[1] (analytic) -0.9449387374315102 y2[1] (numeric) -0.9449387374315645 absolute error 5.4289905904170155e-14 relative error 5.745336047047719e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32724728035744355 y1[1] (numeric) -0.3272472803571507 absolute error 2.9282132274488504e-13 relative error 8.948013943004937e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.379999999999797 y2[1] (analytic) -0.9452655121879973 y2[1] (numeric) -0.945265512188051 absolute error 5.3734794391857577e-14 relative error 5.684624446678283e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32630217815387497 y1[1] (numeric) -0.3263021781535824 absolute error 2.9254376698872875e-13 relative error 8.96542489062924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.380999999999798 y2[1] (analytic) -0.9455913416790509 y2[1] (numeric) -0.9455913416791041 absolute error 5.3179682879545e-14 relative error 5.623960429366436e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3253567496481554 y1[1] (numeric) -0.32535674964786315 absolute error 2.9226621123257246e-13 relative error 8.982945998465762e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.381999999999798 y2[1] (analytic) -0.9459162255788416 y2[1] (numeric) -0.9459162255788943 absolute error 5.2735593669694936e-14 relative error 5.575080778154963e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3244109957857133 y1[1] (numeric) -0.3244109957854213 absolute error 2.9198865547641617e-13 relative error 9.000578256271147e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.382999999999798 y2[1] (analytic) -0.9462401635624855 y2[1] (numeric) -0.9462401635625378 absolute error 5.229150445984487e-14 relative error 5.526240216117372e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3234649175123025 y1[1] (numeric) -0.32346491751201073 absolute error 2.9176661087149114e-13 relative error 9.020038807157325e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.383999999999799 y2[1] (analytic) -0.9465631553060447 y2[1] (numeric) -0.9465631553060966 absolute error 5.184741524999481e-14 relative error 5.47743855857472e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3225185157740011 y1[1] (numeric) -0.3225185157737096 absolute error 2.9148905511533485e-13 relative error 9.037901418335636e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.384999999999799 y2[1] (analytic) -0.9468852004865276 y2[1] (numeric) -0.9468852004865789 absolute error 5.129230373768223e-14 relative error 5.416950619919635e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.32157179151721077 y1[1] (numeric) -0.32157179151691956 absolute error 2.9121149935917856e-13 relative error 9.055878253039887e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.385999999999799 y2[1] (analytic) -0.9472062987818888 y2[1] (numeric) -0.9472062987819396 absolute error 5.084821452783217e-14 relative error 5.368230193699428e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3206247456886558 y1[1] (numeric) -0.3206247456883648 absolute error 2.9098945475425353e-13 relative error 9.075701693868017e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.3869999999998 y2[1] (analytic) -0.9475264498710302 y2[1] (numeric) -0.9475264498710805 absolute error 5.029310301551959e-14 relative error 5.307831039689192e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3196773792353818 y1[1] (numeric) -0.3196773792350911 absolute error 2.9071189899809724e-13 relative error 9.093915237087921e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.3879999999998 y2[1] (analytic) -0.9478456534338007 y2[1] (numeric) -0.9478456534338504 absolute error 4.973799150320701e-14 relative error 5.247477933038895e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31872969310475524 y1[1] (numeric) -0.3187296931044648 absolute error 2.9043434324194095e-13 relative error 9.112246192465206e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.3889999999998 y2[1] (analytic) -0.9481639091509967 y2[1] (numeric) -0.948163909151046 absolute error 4.929390229335695e-14 relative error 5.198879836872889e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3177816882444621 y1[1] (numeric) -0.31778168824417197 absolute error 2.9015678748578466e-13 relative error 9.130695638528225e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.389999999999801 y2[1] (analytic) -0.9484812167043626 y2[1] (numeric) -0.9484812167044113 absolute error 4.873879078104437e-14 relative error 5.138614231117245e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3168333656025072 y1[1] (numeric) -0.31683336560221736 absolute error 2.898237205783971e-13 relative error 9.147512605790521e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.390999999999801 y2[1] (analytic) -0.9487975757765909 y2[1] (numeric) -0.948797575776639 absolute error 4.8183679268731794e-14 relative error 5.078394011419501e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31588472612721313 y1[1] (numeric) -0.31588472612692353 absolute error 2.896016759734721e-13 relative error 9.167954383993978e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.391999999999801 y2[1] (analytic) -0.9491129860513223 y2[1] (numeric) -0.9491129860513701 absolute error 4.773959005888173e-14 relative error 5.0299164336057524e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31493577076721924 y1[1] (numeric) -0.3149357707669299 absolute error 2.893241202173158e-13 relative error 9.18676590825137e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.392999999999802 y2[1] (analytic) -0.9494274472131469 y2[1] (numeric) -0.9494274472131942 absolute error 4.729550084903167e-14 relative error 4.9814760451531175e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31398650047148086 y1[1] (numeric) -0.31398650047119175 absolute error 2.8910207561239076e-13 relative error 9.207468320398369e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.393999999999802 y2[1] (analytic) -0.9497409589476034 y2[1] (numeric) -0.9497409589476501 absolute error 4.674038933671909e-14 relative error 4.921382919876548e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3130369161892681 y1[1] (numeric) -0.31303691618897933 absolute error 2.887690087050032e-13 relative error 9.224758926848358e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.394999999999802 y2[1] (analytic) -0.95005352094118 y2[1] (numeric) -0.9500535209412263 absolute error 4.629630012686903e-14 relative error 4.873020214798545e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31208701887016527 y1[1] (numeric) -0.3120870188698768 absolute error 2.8849145294884693e-13 relative error 9.243942730885113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.395999999999803 y2[1] (analytic) -0.9503651328813149 y2[1] (numeric) -0.9503651328813607 absolute error 4.5852210917018965e-14 relative error 4.824694144449969e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.31113680946406963 y1[1] (numeric) -0.31113680946378136 absolute error 2.882694083439219e-13 relative error 9.265037101860862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.396999999999803 y2[1] (analytic) -0.950675794456396 y2[1] (numeric) -0.9506757944564415 absolute error 4.54081217071689e-14 relative error 4.7764045294887965e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3101862889211904 y1[1] (numeric) -0.3101862889209024 absolute error 2.879918525877656e-13 relative error 9.284480419472578e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.397999999999803 y2[1] (analytic) -0.950985505355762 y2[1] (numeric) -0.950985505355807 absolute error 4.496403249731884e-14 relative error 4.728151190958255e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3092354581920481 y1[1] (numeric) -0.30923545819176035 absolute error 2.877698079828406e-13 relative error 9.305847707934047e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.398999999999804 y2[1] (analytic) -0.9512942652697018 y2[1] (numeric) -0.9512942652697464 absolute error 4.451994328746878e-14 relative error 4.6799339502847635e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3082843182274734 y1[1] (numeric) -0.3082843182271859 absolute error 2.874922522266843e-13 relative error 9.325555509267024e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.399999999999804 y2[1] (analytic) -0.9516020738894557 y2[1] (numeric) -0.9516020738894997 absolute error 4.39648317751562e-14 relative error 4.620085746078717e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30733286997860615 y1[1] (numeric) -0.3073328699783189 absolute error 2.8727020762175925e-13 relative error 9.347200891390384e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.400999999999804 y2[1] (analytic) -0.951908930907215 y2[1] (numeric) -0.9519089309072585 absolute error 4.3520742565306136e-14 relative error 4.571943927853348e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3063811143968945 y1[1] (numeric) -0.30638111439660753 absolute error 2.8699265186560297e-13 relative error 9.367178275023336e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.401999999999805 y2[1] (analytic) -0.9522148360161227 y2[1] (numeric) -0.9522148360161656 absolute error 4.296563105299356e-14 relative error 4.512178284551121e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.305429052434094 y1[1] (numeric) -0.3054290524338073 absolute error 2.867150961094467e-13 relative error 9.387289579183516e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.402999999999805 y2[1] (analytic) -0.9525197889102737 y2[1] (numeric) -0.9525197889103162 absolute error 4.2521541843143495e-14 relative error 4.46411112275054e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.30447668504226655 y1[1] (numeric) -0.3044766850419801 absolute error 2.864375403532904e-13 relative error 9.407536091426113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.403999999999805 y2[1] (analytic) -0.9528237892847152 y2[1] (numeric) -0.9528237892847572 absolute error 4.196643033083092e-14 relative error 4.4044272196787944e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3035240131737794 y1[1] (numeric) -0.30352401317349326 absolute error 2.861599845971341e-13 relative error 9.427919116017232e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.404999999999806 y2[1] (analytic) -0.9531268368354469 y2[1] (numeric) -0.9531268368354883 absolute error 4.141131881851834e-14 relative error 4.3447857324017224e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3025710377813044 y1[1] (numeric) -0.3025710377810185 absolute error 2.858824288409778e-13 relative error 9.448439974205695e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.405999999999806 y2[1] (analytic) -0.953428931259421 y2[1] (numeric) -0.9534289312594619 absolute error 4.0967229608668276e-14 relative error 4.29683097140267e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3016177598178168 y1[1] (numeric) -0.3016177598175312 absolute error 2.856048730848215e-13 relative error 9.469100004500153e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.406999999999806 y2[1] (analytic) -0.9537300722545434 y2[1] (numeric) -0.9537300722545838 absolute error 4.04121180963557e-14 relative error 4.237269985712478e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.3006641802365946 y1[1] (numeric) -0.3006641802363092 absolute error 2.853828284798965e-13 relative error 9.491746847107856e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.407999999999807 y2[1] (analytic) -0.954030259519673 y2[1] (numeric) -0.954030259519713 absolute error 3.9968028886505635e-14 relative error 4.189387966229541e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2997102999912171 y1[1] (numeric) -0.299710299990932 absolute error 2.851052727237402e-13 relative error 9.512695183718914e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.408999999999807 y2[1] (analytic) -0.9543294927546226 y2[1] (numeric) -0.9543294927546621 absolute error 3.941291737419306e-14 relative error 4.12990666991017e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2987561200355646 y1[1] (numeric) -0.29875612003527985 absolute error 2.8477220581635265e-13 relative error 9.531928777976254e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.409999999999807 y2[1] (analytic) -0.954627771660159 y2[1] (numeric) -0.954627771660198 absolute error 3.8968828164342995e-14 relative error 4.082096637160859e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29780164132381703 y1[1] (numeric) -0.29780164132353254 absolute error 2.8449465006019636e-13 relative error 9.553159236985157e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.410999999999808 y2[1] (analytic) -0.9549250959380032 y2[1] (numeric) -0.9549250959380418 absolute error 3.852473895449293e-14 relative error 4.034320505175422e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2968468648104529 y1[1] (numeric) -0.2968468648101687 absolute error 2.8421709430404007e-13 relative error 9.574535829627933e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.411999999999808 y2[1] (analytic) -0.9552214652908312 y2[1] (numeric) -0.9552214652908692 absolute error 3.7969627442180354e-14 relative error 3.974955423622096e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29589179145024874 y1[1] (numeric) -0.2958917914499648 absolute error 2.839395385478838e-13 relative error 9.596060004105433e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.412999999999808 y2[1] (analytic) -0.9555168794222734 y2[1] (numeric) -0.9555168794223109 absolute error 3.752553823233029e-14 relative error 3.9272501659017326e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29493642219827776 y1[1] (numeric) -0.2949364221979941 absolute error 2.836619827917275e-13 relative error 9.617733227977833e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.413999999999809 y2[1] (analytic) -0.9558113380369158 y2[1] (numeric) -0.9558113380369528 absolute error 3.708144902248023e-14 relative error 3.879578275210631e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2939807580099092 y1[1] (numeric) -0.2939807580096258 absolute error 2.833844270355712e-13 relative error 9.639556988488995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.414999999999809 y2[1] (analytic) -0.9561048408402998 y2[1] (numeric) -0.9561048408403364 absolute error 3.6637359812630166e-14 relative error 3.831939578972363e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29302479984080704 y1[1] (numeric) -0.293024799840524 absolute error 2.8305136012818366e-13 relative error 9.659638374702697e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.415999999999809 y2[1] (analytic) -0.9563973875389227 y2[1] (numeric) -0.9563973875389588 absolute error 3.608224830031759e-14 relative error 3.772725518747733e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.29206854864692955 y1[1] (numeric) -0.2920685486466467 absolute error 2.8282931552325863e-13 relative error 9.683662168813669e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.41699999999981 y2[1] (analytic) -0.9566889778402377 y2[1] (numeric) -0.9566889778402733 absolute error 3.5638159090467525e-14 relative error 3.725156233211973e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2911120053845277 y1[1] (numeric) -0.29111200538424514 absolute error 2.8255175976710234e-13 relative error 9.705946664545208e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.41799999999981 y2[1] (analytic) -0.9569796114526545 y2[1] (numeric) -0.9569796114526897 absolute error 3.519406988061746e-14 relative error 3.6776196127307616e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2901551710101447 y1[1] (numeric) -0.2901551710098625 absolute error 2.822186928597148e-13 relative error 9.726474695494831e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.41899999999981 y2[1] (analytic) -0.9572692880855398 y2[1] (numeric) -0.9572692880855744 absolute error 3.4638958368304884e-14 relative error 3.6185176730760854e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2891980464806149 y1[1] (numeric) -0.289198046480333 absolute error 2.819411371035585e-13 relative error 9.749067828591199e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.419999999999811 y2[1] (analytic) -0.9575580074492166 y2[1] (numeric) -0.9575580074492508 absolute error 3.419486915845482e-14 relative error 3.5710493664550472e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2882406327530628 y1[1] (numeric) -0.2882406327527811 absolute error 2.816635813474022e-13 relative error 9.77182081017373e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.420999999999811 y2[1] (analytic) -0.9578457692549659 y2[1] (numeric) -0.9578457692549995 absolute error 3.3639757646142243e-14 relative error 3.512022365804049e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28728293078490186 y1[1] (numeric) -0.28728293078462047 absolute error 2.813860255912459e-13 relative error 9.794735274471593e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.421999999999811 y2[1] (analytic) -0.9581325732150257 y2[1] (numeric) -0.9581325732150588 absolute error 3.319566843629218e-14 relative error 3.4646216363257234e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2863249415338341 y1[1] (numeric) -0.286324941533553 absolute error 2.8110846983508964e-13 relative error 9.817812878235477e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.422999999999812 y2[1] (analytic) -0.9584184190425921 y2[1] (numeric) -0.9584184190426248 absolute error 3.275157922644212e-14 relative error 3.4172526921132385e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28536666595784865 y1[1] (numeric) -0.2853666659575678 absolute error 2.8083091407893335e-13 relative error 9.841055301126682e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.423999999999812 y2[1] (analytic) -0.9587033064518193 y2[1] (numeric) -0.9587033064518515 absolute error 3.219646771412954e-14 relative error 3.3583348985505565e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28440810501522107 y1[1] (numeric) -0.2844081050149405 absolute error 2.8055335832277706e-13 relative error 9.864464246114304e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.424999999999812 y2[1] (analytic) -0.95898723515782 y2[1] (numeric) -0.9589872351578518 absolute error 3.175237850427948e-14 relative error 3.31103244550007e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2834492596645121 y1[1] (numeric) -0.2834492596642319 absolute error 2.802202914153895e-13 relative error 9.886083024067715e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.425999999999813 y2[1] (analytic) -0.9592702048766655 y2[1] (numeric) -0.9592702048766968 absolute error 3.1308289294429414e-14 relative error 3.2637612567623487e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28249013086456715 y1[1] (numeric) -0.2824901308642872 absolute error 2.799427356592332e-13 relative error 9.909823568082271e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.426999999999813 y2[1] (analytic) -0.9595522153253859 y2[1] (numeric) -0.9595522153254168 absolute error 3.086420008457935e-14 relative error 3.2165211638965624e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.28153071957451486 y1[1] (numeric) -0.2815307195742352 absolute error 2.7966517990307693e-13 relative error 9.93373583975996e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.427999999999813 y2[1] (analytic) -0.9598332662219711 y2[1] (numeric) -0.9598332662220015 absolute error 3.042011087472929e-14 relative error 3.1693119987877493e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2805710267537665 y1[1] (numeric) -0.2805710267534871 absolute error 2.7938762414692064e-13 relative error 9.957821638943339e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.428999999999814 y2[1] (analytic) -0.9601133572853701 y2[1] (numeric) -0.9601133572853999 absolute error 2.986499936241671e-14 relative error 3.110570135890743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2796110533620147 y1[1] (numeric) -0.27961105336173564 absolute error 2.790545572395331e-13 relative error 9.980097492005758e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.429999999999814 y2[1] (analytic) -0.9603924882354916 y2[1] (numeric) -0.960392488235521 absolute error 2.942091015256665e-14 relative error 3.063425684078501e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2786508003592329 y1[1] (numeric) -0.2786508003589541 absolute error 2.787770014833768e-13 relative error 1.0004529006339878e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.430999999999814 y2[1] (analytic) -0.960670658793205 y2[1] (numeric) -0.960670658793234 absolute error 2.8976820942716586e-14 relative error 3.016311644108844e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27769026870567387 y1[1] (numeric) -0.2776902687053954 absolute error 2.7844393457598926e-13 relative error 1.0027140521482018e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.431999999999815 y2[1] (analytic) -0.9609478686803398 y2[1] (numeric) -0.9609478686803682 absolute error 2.842170943040401e-14 relative error 2.957674433414922e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2767294593618694 y1[1] (numeric) -0.27672945936159116 absolute error 2.7822188997106423e-13 relative error 1.0053931034759955e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.432999999999815 y2[1] (analytic) -0.9612241176196858 y2[1] (numeric) -0.9612241176197138 absolute error 2.7977620220553945e-14 relative error 2.9106240373822434e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2757683732886285 y1[1] (numeric) -0.27576837328835063 absolute error 2.778888230636767e-13 relative error 1.007689242061231e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.433999999999815 y2[1] (analytic) -0.9614994053349945 y2[1] (numeric) -0.9614994053350219 absolute error 2.7422508708241367e-14 relative error 2.8520567517862513e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27480701144703734 y1[1] (numeric) -0.2748070114467598 absolute error 2.7755575615628914e-13 relative error 1.0100024547946497e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.434999999999816 y2[1] (analytic) -0.9617737315509778 y2[1] (numeric) -0.9617737315510048 absolute error 2.6978419498391304e-14 relative error 2.8050692812004028e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27384537479845766 y1[1] (numeric) -0.2738453747981804 absolute error 2.7727820040013285e-13 relative error 1.0125356347690797e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.435999999999816 y2[1] (analytic) -0.9620470959933097 y2[1] (numeric) -0.9620470959933363 absolute error 2.653433028854124e-14 relative error 2.7581113647190685e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.272883464304526 y1[1] (numeric) -0.272883464304249 absolute error 2.7700064464397656e-13 relative error 1.0150876871559208e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.436999999999816 y2[1] (analytic) -0.9623194983886258 y2[1] (numeric) -0.9623194983886519 absolute error 2.609024107869118e-14 relative error 2.7111828371324157e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27192128092715273 y1[1] (numeric) -0.27192128092687606 absolute error 2.76667577736589e-13 relative error 1.0174546721509002e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.437999999999817 y2[1] (analytic) -0.9625909384645238 y2[1] (numeric) -0.9625909384645494 absolute error 2.55351295663786e-14 relative error 2.6527498385878163e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.27095882562852125 y1[1] (numeric) -0.27095882562824486 absolute error 2.763900219804327e-13 relative error 1.0200443603905987e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.438999999999817 y2[1] (analytic) -0.9628614159495634 y2[1] (numeric) -0.9628614159495885 absolute error 2.5091040356528538e-14 relative error 2.6058828343208693e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2699960993710867 y1[1] (numeric) -0.2699960993708106 absolute error 2.7611246622427643e-13 relative error 1.0226535378379052e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.439999999999817 y2[1] (analytic) -0.9631309305732675 y2[1] (numeric) -0.963130930573292 absolute error 2.453592884421596e-14 relative error 2.5475174833822305e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2690331031175753 y1[1] (numeric) -0.26903310311729944 absolute error 2.7583491046812014e-13 relative error 1.0252824179319386e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.440999999999818 y2[1] (analytic) -0.9633994820661211 y2[1] (numeric) -0.9633994820661452 absolute error 2.4091839634365897e-14 relative error 2.5007112919241114e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26806983783098315 y1[1] (numeric) -0.2680698378307076 absolute error 2.7555735471196385e-13 relative error 1.0279312172587711e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.441999999999818 y2[1] (analytic) -0.963667070159573 y2[1] (numeric) -0.9636670701595966 absolute error 2.3647750424515834e-14 relative error 2.4539336412730195e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2671063044745755 y1[1] (numeric) -0.2671063044743003 absolute error 2.752242878045763e-13 relative error 1.0303923314201425e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.442999999999818 y2[1] (analytic) -0.963933694586035 y2[1] (numeric) -0.9639336945860582 absolute error 2.3203661214665772e-14 relative error 2.4071843680732287e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2661425040118857 y1[1] (numeric) -0.26614250401161077 absolute error 2.7494673204842e-13 relative error 1.0330808792425772e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.443999999999819 y2[1] (analytic) -0.9641993550788828 y2[1] (numeric) -0.9641993550789054 absolute error 2.2648549702353193e-14 relative error 2.3489488540987746e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26517843740671404 y1[1] (numeric) -0.2651784374064394 absolute error 2.7461366514103247e-13 relative error 1.0355806747584355e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.444999999999819 y2[1] (analytic) -0.9644640513724558 y2[1] (numeric) -0.9644640513724779 absolute error 2.2093438190040615e-14 relative error 2.2907477120169605e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2642141056231271 y1[1] (numeric) -0.26421410562285275 absolute error 2.743361093848762e-13 relative error 1.0383098538129794e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.445999999999819 y2[1] (analytic) -0.9647277832020579 y2[1] (numeric) -0.9647277832020795 absolute error 2.1649348980190553e-14 relative error 2.2440888877827824e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26324950962545646 y1[1] (numeric) -0.26324950962518245 absolute error 2.7400304247748863e-13 relative error 1.0408492037357714e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.44699999999982 y2[1] (analytic) -0.9649905503039571 y2[1] (numeric) -0.9649905503039783 absolute error 2.120525977034049e-14 relative error 2.19745776408496e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26228465037829823 y1[1] (numeric) -0.2622846503780245 absolute error 2.7372548672133235e-13 relative error 1.0436199233410448e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.44799999999982 y2[1] (analytic) -0.9652523524153864 y2[1] (numeric) -0.9652523524154072 absolute error 2.0761170560490427e-14 relative error 2.1508541790692337e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26131952884651144 y1[1] (numeric) -0.26131952884623805 absolute error 2.733924198139448e-13 relative error 1.0461997272868362e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.44899999999982 y2[1] (analytic) -0.9655131892745438 y2[1] (numeric) -0.9655131892745641 absolute error 2.0317081350640365e-14 relative error 2.1042779711695064e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.26035414599521756 y1[1] (numeric) -0.2603541459949445 absolute error 2.7305935290655725e-13 relative error 1.0487997103436681e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.449999999999821 y2[1] (analytic) -0.9657730606205923 y2[1] (numeric) -0.9657730606206122 absolute error 1.9872992140790302e-14 relative error 2.057728979106147e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2593885027897994 y1[1] (numeric) -0.25938850278952663 absolute error 2.7278179715040096e-13 relative error 1.0516341095173948e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.450999999999821 y2[1] (analytic) -0.9660319661936607 y2[1] (numeric) -0.9660319661936801 absolute error 1.942890293094024e-14 relative error 2.0112070418842973e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2584226001959001 y1[1] (numeric) -0.2584226001956276 absolute error 2.724487302430134e-13 relative error 1.0542759419512097e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.451999999999821 y2[1] (analytic) -0.9662899057348434 y2[1] (numeric) -0.9662899057348624 absolute error 1.8984813721090177e-14 relative error 1.9647119987921866e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25745643917942207 y1[1] (numeric) -0.25745643917914995 absolute error 2.7211566333562587e-13 relative error 1.0569386580616371e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.452999999999822 y2[1] (analytic) -0.966546878986201 y2[1] (numeric) -0.9665468789862194 absolute error 1.84297022087776e-14 relative error 1.906757200241367e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2564900207065264 y1[1] (numeric) -0.25649002070625454 absolute error 2.718381075794696e-13 relative error 1.0598389240667743e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.453999999999822 y2[1] (analytic) -0.96680288569076 y2[1] (numeric) -0.966802885690778 absolute error 1.7985612998927536e-14 relative error 1.860318505987619e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2555233457436313 y1[1] (numeric) -0.2555233457433598 absolute error 2.7150504067208203e-13 relative error 1.0625449501764324e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.454999999999822 y2[1] (analytic) -0.9670579255925139 y2[1] (numeric) -0.9670579255925315 absolute error 1.7541523789077473e-14 relative error 1.8139062123222688e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2545564152574118 y1[1] (numeric) -0.25455641525714057 absolute error 2.7122748491592574e-13 relative error 1.0654906679199417e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.455999999999823 y2[1] (analytic) -0.9673119984364228 y2[1] (numeric) -0.9673119984364399 absolute error 1.709743457922741e-14 relative error 1.7675201596655427e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25358923021479823 y1[1] (numeric) -0.25358923021452734 absolute error 2.708944180085382e-13 relative error 1.06824102024791e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.456999999999823 y2[1] (analytic) -0.9675651039684139 y2[1] (numeric) -0.9675651039684305 absolute error 1.6653345369377348e-14 relative error 1.721160188712324e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2526217915829756 y1[1] (numeric) -0.25262179158270504 absolute error 2.7056135110115065e-13 relative error 1.0710135076066177e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.457999999999823 y2[1] (analytic) -0.9678172419353817 y2[1] (numeric) -0.9678172419353979 absolute error 1.6209256159527285e-14 relative error 1.6748261404305018e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25165410032938246 y1[1] (numeric) -0.2516541003291122 absolute error 2.7028379534499436e-13 relative error 1.0740289746569917e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.458999999999824 y2[1] (analytic) -0.9680684120851881 y2[1] (numeric) -0.9680684120852039 absolute error 1.5765166949677223e-14 relative error 1.6285178560593215e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.25068615742170997 y1[1] (numeric) -0.25068615742143996 absolute error 2.7000623958883807e-13 relative error 1.0770688033429282e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.459999999999824 y2[1] (analytic) -0.9683186141666632 y2[1] (numeric) -0.9683186141666785 absolute error 1.532107773982716e-14 relative error 1.5822351771077444e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2497179638279009 y1[1] (numeric) -0.24971796382763123 absolute error 2.696731726814505e-13 relative error 1.0799109865692412e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.460999999999824 y2[1] (analytic) -0.9685678479296048 y2[1] (numeric) -0.9685678479296196 absolute error 1.4765966227514582e-14 relative error 1.5245154233725676e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24874952051614882 y1[1] (numeric) -0.24874952051587948 absolute error 2.69340105774063e-13 relative error 1.0827763816999093e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.461999999999825 y2[1] (analytic) -0.9688161131247792 y2[1] (numeric) -0.9688161131247934 absolute error 1.4210854715202004e-14 relative error 1.4668268335635855e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24778082845489696 y1[1] (numeric) -0.24778082845462793 absolute error 2.6903479444229106e-13 relative error 1.0857772819629704e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.462999999999825 y2[1] (analytic) -0.9690634095039211 y2[1] (numeric) -0.969063409503935 absolute error 1.3877787807814457e-14 relative error 1.432082531618722e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24681188861283732 y1[1] (numeric) -0.2468118886125686 absolute error 2.6872948311051914e-13 relative error 1.0888028312609486e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.463999999999825 y2[1] (analytic) -0.9693097368197344 y2[1] (numeric) -0.9693097368197477 absolute error 1.3322676295501878e-14 relative error 1.3744498574019316e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24584270195890962 y1[1] (numeric) -0.2458427019586412 absolute error 2.684241717787472e-13 relative error 1.091853325886452e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.464999999999826 y2[1] (analytic) -0.9695550948258915 y2[1] (numeric) -0.9695550948259044 absolute error 1.2878587085651816e-14 relative error 1.3282986345365444e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24487326946230042 y1[1] (numeric) -0.24487326946203233 absolute error 2.680911048713597e-13 relative error 1.0948157202296585e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.465999999999826 y2[1] (analytic) -0.9697994832770347 y2[1] (numeric) -0.9697994832770471 absolute error 1.2434497875801753e-14 relative error 1.2821720458939132e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2439035920924422 y1[1] (numeric) -0.2439035920921744 absolute error 2.6778579353958776e-13 relative error 1.0979165630250084e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.466999999999826 y2[1] (analytic) -0.9700429019287754 y2[1] (numeric) -0.9700429019287874 absolute error 1.199040866595169e-14 relative error 1.2360699348565591e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24293367081901218 y1[1] (numeric) -0.24293367081874473 absolute error 2.674527266322002e-13 relative error 1.1009290137942836e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.467999999999827 y2[1] (analytic) -0.970285350537695 y2[1] (numeric) -0.9702853505377065 absolute error 1.1435297153639112e-14 relative error 1.1785499128995515e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2419635066119316 y1[1] (numeric) -0.24196350661166446 absolute error 2.671474153004283e-13 relative error 1.104081433771281e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.468999999999827 y2[1] (analytic) -0.970526828861345 y2[1] (numeric) -0.9705268288613559 absolute error 1.0880185641326534e-14 relative error 1.1210597500010935e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.24099310044136457 y1[1] (numeric) -0.24099310044109776 absolute error 2.6681434839304075e-13 relative error 1.1071451751290227e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4699999999998274 y2[1] (analytic) -0.9707673366582469 y2[1] (numeric) -0.9707673366582573 absolute error 1.0436096431476471e-14 relative error 1.0750358028527735e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.2400224532777172 y1[1] (numeric) -0.2400224532774507 absolute error 2.6650903706126883e-13 relative error 1.1103504418934732e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.470999999999828 y2[1] (analytic) -0.9710068736878931 y2[1] (numeric) -0.9710068736879031 absolute error 9.992007221626409e-15 relative error 1.029035683720412e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.23905156609163652 y1[1] (numeric) -0.23905156609137035 absolute error 2.661759701538813e-13 relative error 1.113466749060523e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.471999999999828 y2[1] (analytic) -0.9712454397107465 y2[1] (numeric) -0.9712454397107559 absolute error 9.43689570931383e-15 relative error 9.71628315920258e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2380804398540097 y1[1] (numeric) -0.23808043985374383 absolute error 2.6587065882210936e-13 relative error 1.116726174502788e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4729999999998284 y2[1] (analytic) -0.9714830344882411 y2[1] (numeric) -0.9714830344882501 absolute error 8.992806499463768e-15 relative error 9.25678182759106e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23710907553596286 y1[1] (numeric) -0.2371090755356973 absolute error 2.6556534749033744e-13 relative error 1.120013423737796e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.473999999999829 y2[1] (analytic) -0.9717196577827822 y2[1] (numeric) -0.9717196577827908 absolute error 8.548717289613705e-15 relative error 8.797513996083715e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23613747410886024 y1[1] (numeric) -0.23613747410859498 absolute error 2.6526003615856553e-13 relative error 1.1233288454516105e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.474999999999829 y2[1] (analytic) -0.9719553093577465 y2[1] (numeric) -0.9719553093577546 absolute error 8.104628079763643e-15 relative error 8.338478119039299e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23516563654430317 y1[1] (numeric) -0.23516563654403824 absolute error 2.64926969251178e-13 relative error 1.1265547685631699e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4759999999998294 y2[1] (analytic) -0.9721899889774824 y2[1] (numeric) -0.9721899889774901 absolute error 7.66053886991358e-15 relative error 7.879672653254415e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23419356381412917 y1[1] (numeric) -0.23419356381386455 absolute error 2.6462165791940606e-13 relative error 1.129927115031336e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.47699999999983 y2[1] (analytic) -0.9724236964073104 y2[1] (numeric) -0.9724236964073176 absolute error 7.216449660063518e-15 relative error 7.421096057948004e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23322125689041087 y1[1] (numeric) -0.23322125689014658 absolute error 2.642885910120185e-13 relative error 1.1332097019621414e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.47799999999983 y2[1] (analytic) -0.972656431413523 y2[1] (numeric) -0.9726564314135298 absolute error 6.772360450213455e-15 relative error 6.962746794745862e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23224871674545514 y1[1] (numeric) -0.23224871674519115 absolute error 2.639832796802466e-13 relative error 1.1366404231614015e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4789999999998305 y2[1] (analytic) -0.9728881937633852 y2[1] (numeric) -0.9728881937633915 absolute error 6.328271240363392e-15 relative error 6.504623327665216e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.231275944351802 y1[1] (numeric) -0.23127594435153834 absolute error 2.6365021277285905e-13 relative error 1.1399811316814317e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.479999999999831 y2[1] (analytic) -0.9731189832251348 y2[1] (numeric) -0.9731189832251406 absolute error 5.773159728050814e-15 relative error 5.932634988701244e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.23030294068222376 y1[1] (numeric) -0.23030294068196044 absolute error 2.633171458654715e-13 relative error 1.143351209869271e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.480999999999831 y2[1] (analytic) -0.9733487995679821 y2[1] (numeric) -0.9733487995679875 absolute error 5.329070518200751e-15 relative error 5.474985452867505e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22932970670972402 y1[1] (numeric) -0.22932970670946104 absolute error 2.6298407895808396e-13 relative error 1.146751036885763e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4819999999998315 y2[1] (analytic) -0.9735776425621111 y2[1] (numeric) -0.973577642562116 absolute error 4.884981308350689e-15 relative error 5.017556992676157e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2283562434075367 y1[1] (numeric) -0.22835624340727403 absolute error 2.6267876762631204e-13 relative error 1.1503025435460572e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.482999999999832 y2[1] (analytic) -0.9738055119786787 y2[1] (numeric) -0.973805511978683 absolute error 4.3298697960381105e-15 relative error 4.446339379657272e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22738255174912503 y1[1] (numeric) -0.22738255174886265 absolute error 2.623734562945401e-13 relative error 1.1538856182070696e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.483999999999832 y2[1] (analytic) -0.9740324075898154 y2[1] (numeric) -0.9740324075898192 absolute error 3.885780586188048e-15 relative error 3.9893750514966726e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22640863270818054 y1[1] (numeric) -0.22640863270791847 absolute error 2.620681449627682e-13 relative error 1.1575006740160364e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4849999999998325 y2[1] (analytic) -0.9742583291686256 y2[1] (numeric) -0.9742583291686291 absolute error 3.4416913763379853e-15 relative error 3.532627100324532e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2254344872586222 y1[1] (numeric) -0.22543448725836046 absolute error 2.6173507805538065e-13 relative error 1.1610250110273226e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.485999999999833 y2[1] (analytic) -0.974483276489188 y2[1] (numeric) -0.9744832764891909 absolute error 2.886579864025407e-15 relative error 2.9621645990940043e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2244601163745954 y1[1] (numeric) -0.22446011637433397 absolute error 2.6142976672360874e-13 relative error 1.1647047633500986e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.486999999999833 y2[1] (analytic) -0.974707249326555 y2[1] (numeric) -0.9747072493265574 absolute error 2.4424906541753444e-15 relative error 2.5058710252364605e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22348552103047092 y1[1] (numeric) -0.22348552103020983 absolute error 2.610966998162212e-13 relative error 1.168293581670654e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4879999999998335 y2[1] (analytic) -0.9749302474567538 y2[1] (numeric) -0.9749302474567558 absolute error 1.9984014443252818e-15 relative error 2.0497891511094257e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22251070220084404 y1[1] (numeric) -0.22251070220058328 absolute error 2.6076363290883364e-13 relative error 1.171915015006611e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.488999999999834 y2[1] (analytic) -0.9751522706567866 y2[1] (numeric) -0.975152270656788 absolute error 1.4432899320127035e-15 relative error 1.4800662167772178e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2215356608605335 y1[1] (numeric) -0.22153566086027307 absolute error 2.604305660014461e-13 relative error 1.1755694996906103e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.489999999999834 y2[1] (analytic) -0.9753733187046298 y2[1] (numeric) -0.9753733187046308 absolute error 9.992007221626409e-16 relative error 1.0244290088739106e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.22056039798458055 y1[1] (numeric) -0.22056039798432045 absolute error 2.6009749909405855e-13 relative error 1.1792574799046294e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4909999999998345 y2[1] (analytic) -0.9755933913792357 y2[1] (numeric) -0.9755933913792363 absolute error 5.551115123125783e-16 relative error 5.689988444138543e-14% Correct digits 15 h 0.001 y1[1] (analytic) -0.219584914548248 y1[1] (numeric) -0.21958491454798823 absolute error 2.59764432186671e-13 relative error 1.1829794078572487e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.491999999999835 y2[1] (analytic) -0.9758124884605315 y2[1] (numeric) -0.9758124884605316 absolute error 1.1102230246251565e-16 relative error 1.1377421766518635e-14% Correct digits 15 h 0.001 y1[1] (analytic) -0.2186092115270192 y1[1] (numeric) -0.21860921152675977 absolute error 2.5943136527928345e-13 relative error 1.1867357439657515e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.492999999999835 y2[1] (analytic) -0.9760306097294201 y2[1] (numeric) -0.9760306097294198 absolute error 3.3306690738754696e-16 relative error 3.4124637492658285e-14% Correct digits 15 h 0.001 y1[1] (analytic) -0.2176332898965971 y1[1] (numeric) -0.21763328989633798 absolute error 2.5912605394751154e-13 relative error 1.1906544907290086e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4939999999998355 y2[1] (analytic) -0.9762477549677805 y2[1] (numeric) -0.9762477549677796 absolute error 8.881784197001252e-16 relative error 9.09787925432349e-14% Correct digits 15 h 0.001 y1[1] (analytic) -0.21665715063290322 y1[1] (numeric) -0.21665715063264446 absolute error 2.5876523146450836e-13 relative error 1.1943535244906442e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.494999999999836 y2[1] (analytic) -0.976463923958467 y2[1] (numeric) -0.9764639239584658 absolute error 1.2212453270876722e-15 relative error 1.2506814610588897e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2156807947120768 y1[1] (numeric) -0.21568079471181834 absolute error 2.5845992013273644e-13 relative error 1.1983446207056483e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.495999999999836 y2[1] (analytic) -0.9766791164853111 y2[1] (numeric) -0.9766791164853094 absolute error 1.7763568394002505e-15 relative error 1.81877221435088e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2147042231104736 y1[1] (numeric) -0.21470422311021548 absolute error 2.581268532253489e-13 relative error 1.2022439497733244e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4969999999998365 y2[1] (analytic) -0.9768933323331201 y2[1] (numeric) -0.9768933323331178 absolute error 2.3314683517128287e-15 relative error 2.3866150730546694e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.21372743680466522 y1[1] (numeric) -0.2137274368044074 absolute error 2.57821541893577e-13 relative error 1.2063099887788916e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.497999999999837 y2[1] (analytic) -0.9771065712876782 y2[1] (numeric) -0.9771065712876754 absolute error 2.7755575615628914e-15 relative error 2.840588368887058e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.21275043677143782 y1[1] (numeric) -0.21275043677118033 absolute error 2.5748847498618943e-13 relative error 1.2102841192416192e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.498999999999837 y2[1] (analytic) -0.9773188331357463 y2[1] (numeric) -0.9773188331357431 absolute error 3.219646771412954e-15 relative error 3.294366855780989e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.21177322398779136 y1[1] (numeric) -0.21177322398753423 absolute error 2.5712765250318625e-13 relative error 1.2141650755527506e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.4999999999998375 y2[1] (analytic) -0.9775301176650628 y2[1] (numeric) -0.977530117665059 absolute error 3.774758283725532e-15 relative error 3.861526325901808e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2107957994309386 y1[1] (numeric) -0.21079579943068177 absolute error 2.5682234117141434e-13 relative error 1.218346579318603e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.500999999999838 y2[1] (analytic) -0.9777404246643431 y2[1] (numeric) -0.9777404246643389 absolute error 4.218847493575595e-15 relative error 4.3148952289907816e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20981816407830395 y1[1] (numeric) -0.20981816407804746 absolute error 2.564892742640268e-13 relative error 1.2224359858963652e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.501999999999838 y2[1] (analytic) -0.9779497539232802 y2[1] (numeric) -0.9779497539232754 absolute error 4.773959005888173e-15 relative error 4.881599475572533e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20884031890752272 y1[1] (numeric) -0.20884031890726656 absolute error 2.5615620735663924e-13 relative error 1.2265649118744576e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5029999999998385 y2[1] (analytic) -0.9781581052325449 y2[1] (numeric) -0.9781581052325397 absolute error 5.218048215738236e-15 relative error 5.334565228080086e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20786226489643997 y1[1] (numeric) -0.20786226489618415 absolute error 2.558231404492517e-13 relative error 1.230733921699095e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.503999999999839 y2[1] (analytic) -0.9783654783837857 y2[1] (numeric) -0.9783654783837801 absolute error 5.662137425588298e-15 relative error 5.787343841017251e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20688400302310966 y1[1] (numeric) -0.20688400302285417 absolute error 2.5549007354186415e-13 relative error 1.2349435906522218e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.504999999999839 y2[1] (analytic) -0.9785718731696298 y2[1] (numeric) -0.9785718731696237 absolute error 6.106226635438361e-15 relative error 6.239936792440265e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20590553426579356 y1[1] (numeric) -0.2059055342655384 absolute error 2.551570066344766e-13 relative error 1.239194505112751e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5059999999998395 y2[1] (analytic) -0.9787772893836824 y2[1] (numeric) -0.9787772893836757 absolute error 6.661338147750939e-15 relative error 6.805775144155069e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20492685960296034 y1[1] (numeric) -0.2049268596027055 absolute error 2.5482393972708905e-13 relative error 1.2434872628253945e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.50699999999984 y2[1] (analytic) -0.978981726820527 y2[1] (numeric) -0.9789817268205199 absolute error 7.105427357601002e-15 relative error 7.257977511671791e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20394798001328462 y1[1] (numeric) -0.2039479800130301 absolute error 2.5451862839531714e-13 relative error 1.2479585646238735e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.50799999999984 y2[1] (analytic) -0.9791851852757264 y2[1] (numeric) -0.9791851852757189 absolute error 7.549516567451064e-15 relative error 7.70999876323212e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20296889647564587 y1[1] (numeric) -0.20296889647539168 absolute error 2.541855614879296e-13 relative error 1.2523375054090082e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5089999999998405 y2[1] (analytic) -0.979387664545822 y2[1] (numeric) -0.9793876645458142 absolute error 7.882583474838611e-15 relative error 8.048481474895902e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20198960996912754 y1[1] (numeric) -0.2019896099688737 absolute error 2.5385249458054204e-13 relative error 1.2567601601851765e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.509999999999841 y2[1] (analytic) -0.9795891644283349 y2[1] (numeric) -0.9795891644283264 absolute error 8.43769498715119e-15 relative error 8.613503796844496e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.2010101214730161 y1[1] (numeric) -0.20101012147276257 absolute error 2.535471832487701e-13 relative error 1.2613652555938913e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.510999999999841 y2[1] (analytic) -0.9797896847217649 y2[1] (numeric) -0.979789684721756 absolute error 8.881784197001252e-15 relative error 9.064990513268622e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.20003043196679993 y1[1] (numeric) -0.20003043196654674 absolute error 2.5318636076576695e-13 relative error 1.265739209160882e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5119999999998415 y2[1] (analytic) -0.9799892252255918 y2[1] (numeric) -0.9799892252255824 absolute error 9.43689570931383e-15 relative error 9.629591291824125e-13% Correct digits 14 h 0.001 y1[1] (analytic) -0.19905054243016845 y1[1] (numeric) -0.1990505424299156 absolute error 2.528532938583794e-13 relative error 1.270296934493842e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.512999999999842 y2[1] (analytic) -0.9801877857402752 y2[1] (numeric) -0.9801877857402653 absolute error 9.880984919163893e-15 relative error 1.008070602685729e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19807045384301117 y1[1] (numeric) -0.19807045384275862 absolute error 2.525479825266075e-13 relative error 1.27504116654761e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.513999999999842 y2[1] (analytic) -0.9803853660672545 y2[1] (numeric) -0.9803853660672441 absolute error 1.0325074129013956e-14 relative error 1.0531648560231218e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1970901671854165 y1[1] (numeric) -0.1970901671851643 absolute error 2.521871600436043e-13 relative error 1.2795522153388516e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5149999999998425 y2[1] (analytic) -0.9805819660089494 y2[1] (numeric) -0.9805819660089387 absolute error 1.0769163338864018e-14 relative error 1.0982420350534707e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1961096834376711 y1[1] (numeric) -0.19610968343741925 absolute error 2.5185409313621676e-13 relative error 1.2842511839363747e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.515999999999843 y2[1] (analytic) -0.98077758536876 y2[1] (numeric) -0.9807775853687488 absolute error 1.1213252548714081e-14 relative error 1.1433022854511953e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1951290035802586 y1[1] (numeric) -0.1951290035800071 absolute error 2.514932706532136e-13 relative error 1.2888564285102382e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.516999999999843 y2[1] (analytic) -0.9809722239510671 y2[1] (numeric) -0.9809722239510553 absolute error 1.176836406102666e-14 relative error 1.1996633313048515e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19414812859385877 y1[1] (numeric) -0.1941481285936076 absolute error 2.5116020374582604e-13 relative error 1.2936524578675268e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5179999999998435 y2[1] (analytic) -0.9811658815612319 y2[1] (numeric) -0.9811658815612196 absolute error 1.2212453270876722e-14 relative error 1.244687926922638e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19316705945934654 y1[1] (numeric) -0.1931670594590957 absolute error 2.508271368384385e-13 relative error 1.2984984993842956e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.518999999999844 y2[1] (analytic) -0.9813585580055969 y2[1] (numeric) -0.9813585580055841 absolute error 1.27675647831893e-14 relative error 1.3010091652063102e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.19218579715779094 y1[1] (numeric) -0.19218579715754044 absolute error 2.5049406993105094e-13 relative error 1.3033953269990445e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.519999999999844 y2[1] (analytic) -0.9815502530914857 y2[1] (numeric) -0.9815502530914725 absolute error 1.3211653993039363e-14 relative error 1.3459987353095783e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1912043426704542 y1[1] (numeric) -0.19120434267020403 absolute error 2.501610030236634e-13 relative error 1.3083437307426778e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5209999999998445 y2[1] (analytic) -0.9817409666272031 y2[1] (numeric) -0.9817409666271895 absolute error 1.3655743202889425e-14 relative error 1.3909721267723085e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1902226969787907 y1[1] (numeric) -0.19022269697854088 absolute error 2.4982793611627585e-13 relative error 1.3133445171589116e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.521999999999845 y2[1] (analytic) -0.9819306984220358 y2[1] (numeric) -0.9819306984220216 absolute error 1.4210854715202004e-14 relative error 1.4472360155394743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1892408610644461 y1[1] (numeric) -0.18924086106419663 absolute error 2.4946711363327267e-13 relative error 1.3182518417537559e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.522999999999845 y2[1] (analytic) -0.9821194482862519 y2[1] (numeric) -0.9821194482862372 absolute error 1.4654943925052066e-14 relative error 1.4921753103071314e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18825883590925618 y1[1] (numeric) -0.18825883590900708 absolute error 2.491062911502695e-13 relative error 1.3232116832505157e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5239999999998455 y2[1] (analytic) -0.9823072160311015 y2[1] (numeric) -0.9823072160310864 absolute error 1.509903313490213e-14 relative error 1.537098871767228e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18727662249524607 y1[1] (numeric) -0.1872766224949973 absolute error 2.4877322424288195e-13 relative error 1.3283730821725865e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.524999999999846 y2[1] (analytic) -0.9824940014688169 y2[1] (numeric) -0.9824940014688014 absolute error 1.554312234475219e-14 relative error 1.5820068439619384e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18629422180462904 y1[1] (numeric) -0.18629422180438063 absolute error 2.484124017598788e-13 relative error 1.3334412594953936e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.525999999999846 y2[1] (analytic) -0.9826798044126128 y2[1] (numeric) -0.9826798044125968 absolute error 1.5987211554602254e-14 relative error 1.6268993707628349e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18531163481980575 y1[1] (numeric) -0.18531163481955767 absolute error 2.4807933485249123e-13 relative error 1.3387142965616802e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5269999999998465 y2[1] (analytic) -0.9828646246766861 y2[1] (numeric) -0.9828646246766697 absolute error 1.6431300764452317e-14 relative error 1.6717765958722345e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18432886252336309 y1[1] (numeric) -0.18432886252311534 absolute error 2.477462679451037e-13 relative error 1.344044901886717e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.527999999999847 y2[1] (analytic) -0.9830484620762167 y2[1] (numeric) -0.9830484620761998 absolute error 1.687538997430238e-14 relative error 1.7166386628245408e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18334590589807326 y1[1] (numeric) -0.18334590589782584 absolute error 2.4741320103771614e-13 relative error 1.3494340101341534e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.528999999999847 y2[1] (analytic) -0.9832313164273672 y2[1] (numeric) -0.9832313164273497 absolute error 1.7430501486614958e-14 relative error 1.7727772900836581e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1823627659268928 y1[1] (numeric) -0.18236276592664574 absolute error 2.4705237855471296e-13 relative error 1.354730376560276e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5299999999998475 y2[1] (analytic) -0.983413187547283 y2[1] (numeric) -0.9834131875472651 absolute error 1.787459069646502e-14 relative error 1.817607382411231e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18137944359296163 y1[1] (numeric) -0.1813794435927149 absolute error 2.467193116473254e-13 relative error 1.3602385516243764e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.530999999999848 y2[1] (analytic) -0.9835940752540934 y2[1] (numeric) -0.983594075254075 absolute error 1.8318679906315083e-14 relative error 1.8624227582483955e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.18039593987960195 y1[1] (numeric) -0.1803959398793556 absolute error 2.4635848916432224e-13 relative error 1.3656542898290524e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.531999999999848 y2[1] (analytic) -0.9837739793669104 y2[1] (numeric) -0.9837739793668916 absolute error 1.8762769116165146e-14 relative error 1.9072235604604607e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17941225577031744 y1[1] (numeric) -0.17941225577007144 absolute error 2.4599766668131906e-13 relative error 1.371130782705524e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5329999999998485 y2[1] (analytic) -0.98395289970583 y2[1] (numeric) -0.9839528997058108 absolute error 1.9206858326015208e-14 relative error 1.952009931751554e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17842839224879212 y1[1] (numeric) -0.17842839224854645 absolute error 2.456645997739315e-13 relative error 1.3768245999290763e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.533999999999849 y2[1] (analytic) -0.984130836091932 y2[1] (numeric) -0.9841308360919122 absolute error 1.9761969838327786e-14 relative error 2.0080632689860897e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17744435029888941 y1[1] (numeric) -0.17744435029864408 absolute error 2.4533153286654397e-13 relative error 1.3825829475737299e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.534999999999849 y2[1] (analytic) -0.9843077883472798 y2[1] (numeric) -0.9843077883472596 absolute error 2.020605904817785e-14 relative error 2.0528191778412326e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1764601309046512 y1[1] (numeric) -0.1764601309044062 absolute error 2.449984659591564e-13 relative error 1.3884069149395527e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5359999999998495 y2[1] (analytic) -0.9844837562949214 y2[1] (numeric) -0.9844837562949007 absolute error 2.0650148258027912e-14 relative error 2.097561094938143e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1754757350502968 y1[1] (numeric) -0.17547573505005215 absolute error 2.4463764347615324e-13 relative error 1.394139442732823e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.53699999999985 y2[1] (analytic) -0.9846587397588886 y2[1] (numeric) -0.9846587397588675 absolute error 2.1094237467877974e-14 relative error 2.142289162338952e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17449116372022194 y1[1] (numeric) -0.17449116371997767 absolute error 2.4427682099315007e-13 relative error 1.39993805866767e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.53799999999985 y2[1] (analytic) -0.9848327385641982 y2[1] (numeric) -0.9848327385641766 absolute error 2.1538326677728037e-14 relative error 2.1870035219512577e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1735064178989979 y1[1] (numeric) -0.17350641789875398 absolute error 2.439159985101469e-13 relative error 1.4058038974220311e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5389999999998505 y2[1] (analytic) -0.9850057525368512 y2[1] (numeric) -0.9850057525368292 absolute error 2.19824158875781e-14 relative error 2.2317043155294354e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17252149857137045 y1[1] (numeric) -0.17252149857112686 absolute error 2.4358293160275934e-13 relative error 1.411899001688717e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.539999999999851 y2[1] (analytic) -0.9851777815038338 y2[1] (numeric) -0.9851777815038114 absolute error 2.2426505097428162e-14 relative error 2.2763916846759387e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.17153640672225878 y1[1] (numeric) -0.17153640672201556 absolute error 2.4322210911975617e-13 relative error 1.4179037194918422e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.540999999999851 y2[1] (analytic) -0.9853488252931171 y2[1] (numeric) -0.9853488252930942 absolute error 2.2870594307278225e-14 relative error 2.3210657708426035e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1705511433367547 y1[1] (numeric) -0.17055114333651183 absolute error 2.42861286636753e-13 relative error 1.4239792351155412e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5419999999998515 y2[1] (analytic) -0.9855188837336571 y2[1] (numeric) -0.9855188837336337 absolute error 2.3425705819590803e-14 relative error 2.3769920806430483e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16956570940012147 y1[1] (numeric) -0.16956570939987897 absolute error 2.425004641537498e-13 relative error 1.4301267928029326e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.542999999999852 y2[1] (analytic) -0.9856879566553955 y2[1] (numeric) -0.9856879566553717 absolute error 2.3869795029440866e-14 relative error 2.4216380922858266e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16858010589779301 y1[1] (numeric) -0.16858010589755085 absolute error 2.4216739724636227e-13 relative error 1.4365123094250744e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.543999999999852 y2[1] (analytic) -0.9858560438892594 y2[1] (numeric) -0.9858560438892351 absolute error 2.4313884239290928e-14 relative error 2.4662712563358885e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16759433381537267 y1[1] (numeric) -0.16759433381513086 absolute error 2.418065747633591e-13 relative error 1.4428087707889995e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5449999999998525 y2[1] (analytic) -0.9860231452671616 y2[1] (numeric) -0.9860231452671369 absolute error 2.475797344914099e-14 relative error 2.5108917136456114e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1666083941386325 y1[1] (numeric) -0.16660839413839104 absolute error 2.414457522803559e-13 relative error 1.4491811983941956e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.545999999999853 y2[1] (analytic) -0.9861892606220007 y2[1] (numeric) -0.9861892606219754 absolute error 2.531308496145357e-14 relative error 2.566757312433956e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16562228785351205 y1[1] (numeric) -0.16562228785327096 absolute error 2.4108492979735274e-13 relative error 1.4556309595879096e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.546999999999853 y2[1] (analytic) -0.9863543897876613 y2[1] (numeric) -0.9863543897876356 absolute error 2.5757174171303632e-14 relative error 2.611350893551408e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16463601594611757 y1[1] (numeric) -0.16463601594587682 absolute error 2.407518628899652e-13 relative error 1.462328042296401e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5479999999998535 y2[1] (analytic) -0.9865185325990143 y2[1] (numeric) -0.9865185325989881 absolute error 2.6201263381153694e-14 relative error 2.6559322015092444e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16364957940272085 y1[1] (numeric) -0.16364957940248046 absolute error 2.40391040406962e-13 relative error 1.468937722200863e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.548999999999854 y2[1] (analytic) -0.986681688891917 y2[1] (numeric) -0.9866816888918903 absolute error 2.6645352591003757e-14 relative error 2.7005013765814947e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16266297920975836 y1[1] (numeric) -0.16266297920951833 absolute error 2.4003021792395884e-13 relative error 1.4756290527203077e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.549999999999854 y2[1] (analytic) -0.986843858503213 y2[1] (numeric) -0.9868438585031859 absolute error 2.708944180085382e-14 relative error 2.7450585589032798e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16167621635383023 y1[1] (numeric) -0.16167621635359056 absolute error 2.3966939544095567e-13 relative error 1.4824035399024708e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5509999999998545 y2[1] (analytic) -0.9870050412707327 y2[1] (numeric) -0.9870050412707052 absolute error 2.7533531010703882e-14 relative error 2.7896038884720866e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.16068929182169922 y1[1] (numeric) -0.1606892918214599 absolute error 2.393085729579525e-13 relative error 1.4892627271236543e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.551999999999855 y2[1] (analytic) -0.9871652370332934 y2[1] (numeric) -0.9871652370332654 absolute error 2.7977620220553945e-14 relative error 2.8341375051490354e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15970220660028978 y1[1] (numeric) -0.15970220660005083 absolute error 2.389477504749493e-13 relative error 1.4962081962524102e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.552999999999855 y2[1] (analytic) -0.9873244456306993 y2[1] (numeric) -0.9873244456306709 absolute error 2.842170943040401e-14 relative error 2.878659548660149e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15871496167668703 y1[1] (numeric) -0.15871496167644844 absolute error 2.3858692799194614e-13 relative error 1.5032415688570284e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5539999999998555 y2[1] (analytic) -0.9874826669037419 y2[1] (numeric) -0.987482666903713 absolute error 2.886579864025407e-14 relative error 2.923170158597615e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15772755803813585 y1[1] (numeric) -0.15772755803789762 absolute error 2.3822610550894296e-13 relative error 1.510364507458766e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.554999999999856 y2[1] (analytic) -0.9876399006941998 y2[1] (numeric) -0.9876399006941705 absolute error 2.930988785010413e-14 relative error 2.9676694744210492e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15673999667203978 y1[1] (numeric) -0.15673999667180188 absolute error 2.378930386015554e-13 relative error 1.5177557971965443e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.555999999999856 y2[1] (analytic) -0.9877961468448394 y2[1] (numeric) -0.9877961468448097 absolute error 2.9753977059954195e-14 relative error 3.012157635458754e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15575227856596008 y1[1] (numeric) -0.15575227856572255 absolute error 2.3753221611855224e-13 relative error 1.52506414869532e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5569999999998565 y2[1] (analytic) -0.9879514051994145 y2[1] (numeric) -0.9879514051993842 absolute error 3.0309088572266774e-14 relative error 3.0678724087799633e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1547644047076148 y1[1] (numeric) -0.15476440470737762 absolute error 2.3717139363554907e-13 relative error 1.532467327248923e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.557999999999857 y2[1] (analytic) -0.9881056756026666 y2[1] (numeric) -0.9881056756026358 absolute error 3.0753177782116836e-14 relative error 3.1123369232101434e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1537763760848777 y1[1] (numeric) -0.1537763760846409 absolute error 2.368105711525459e-13 relative error 1.5399671729930545e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.558999999999857 y2[1] (analytic) -0.9882589579003255 y2[1] (numeric) -0.9882589579002943 absolute error 3.11972669919669e-14 relative error 3.1567907118443155e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15278819368577734 y1[1] (numeric) -0.1527881936855409 absolute error 2.364497486695427e-13 relative error 1.5475655740509825e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5599999999998575 y2[1] (analytic) -0.9884112519391088 y2[1] (numeric) -0.9884112519390772 absolute error 3.164135620181696e-14 relative error 3.201233913489102e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15179985849849603 y1[1] (numeric) -0.15179985849825994 absolute error 2.3608892618653954e-13 relative error 1.5552644681080425e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.560999999999858 y2[1] (analytic) -0.9885625575667226 y2[1] (numeric) -0.9885625575666905 absolute error 3.2085445411667024e-14 relative error 3.2456666668261335e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.15081137151136886 y1[1] (numeric) -0.15081137151113314 absolute error 2.3572810370353636e-13 relative error 1.5630658440485442e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.561999999999858 y2[1] (analytic) -0.9887128746318613 y2[1] (numeric) -0.9887128746318287 absolute error 3.26405569239796e-14 relative error 3.3013180834863743e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14982273371288277 y1[1] (numeric) -0.1498227337126474 absolute error 2.353672812205332e-13 relative error 1.5709717436579836e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5629999999998585 y2[1] (analytic) -0.9888622029842077 y2[1] (numeric) -0.9888622029841746 absolute error 3.3084646133829665e-14 relative error 3.345728660068731e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14883394609167544 y1[1] (numeric) -0.14883394609144043 absolute error 2.3500645873753e-13 relative error 1.578984263393621e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.563999999999859 y2[1] (analytic) -0.9890105424744334 y2[1] (numeric) -0.9890105424743999 absolute error 3.352873534367973e-14 relative error 3.3901292153866464e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1478450096365344 y1[1] (numeric) -0.14784500963629976 absolute error 2.3464563625452683e-13 relative error 1.587105556226653e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.564999999999859 y2[1] (analytic) -0.9891578929541991 y2[1] (numeric) -0.9891578929541651 absolute error 3.397282455352979e-14 relative error 3.4345198876255474e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14685592533639608 y1[1] (numeric) -0.1468559253361618 absolute error 2.3428481377152366e-13 relative error 1.5953378335593764e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5659999999998595 y2[1] (analytic) -0.9893042542761543 y2[1] (numeric) -0.9893042542761199 absolute error 3.441691376337985e-14 relative error 3.4789008148521233e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14586669418034462 y1[1] (numeric) -0.14586669418011072 absolute error 2.3389623571290485e-13 relative error 1.6034930868024163e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.56699999999986 y2[1] (analytic) -0.9894496262939377 y2[1] (numeric) -0.9894496262939028 absolute error 3.497202527569243e-14 relative error 3.5344927469105157e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14487731715761115 y1[1] (numeric) -0.14487731715737762 absolute error 2.335354132299017e-13 relative error 1.6119529116889976e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.56799999999986 y2[1] (analytic) -0.9895940088621772 y2[1] (numeric) -0.9895940088621419 absolute error 3.530509218307998e-14 relative error 3.5676339859487763e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14388779525757261 y1[1] (numeric) -0.14388779525733944 absolute error 2.331745907468985e-13 relative error 1.6205307081778144e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5689999999998605 y2[1] (analytic) -0.9897374018364903 y2[1] (numeric) -0.9897374018364545 absolute error 3.574918139293004e-14 relative error 3.6119865053696323e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1428981294697508 y1[1] (numeric) -0.142898129469518 absolute error 2.3281376826389533e-13 relative error 1.6292289418188515e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.569999999999861 y2[1] (analytic) -0.989879805073484 y2[1] (numeric) -0.9898798050734479 absolute error 3.6193270602780103e-14 relative error 3.656329830882173e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.14190832078381144 y1[1] (numeric) -0.14190832078357898 absolute error 2.3245294578089215e-13 relative error 1.6380501474259558e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.570999999999861 y2[1] (analytic) -0.9900212184307553 y2[1] (numeric) -0.9900212184307186 absolute error 3.674838211509268e-14 relative error 3.711878233614137e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1409183701895631 y1[1] (numeric) -0.140918370189331 absolute error 2.32092123297889e-13 relative error 1.6469969315262385e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5719999999998615 y2[1] (analytic) -0.9901616417668905 y2[1] (numeric) -0.9901616417668534 absolute error 3.708144902248023e-14 relative error 3.7449894500367e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1399282786769563 y1[1] (numeric) -0.1399282786767246 absolute error 2.3170354523927017e-13 relative error 1.655873619185938e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.572999999999862 y2[1] (analytic) -0.9903010749414666 y2[1] (numeric) -0.9903010749414289 absolute error 3.7636560534792807e-14 relative error 3.800516982879917e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13893804723608252 y1[1] (numeric) -0.13893804723585118 absolute error 2.31342722756267e-13 relative error 1.6650782658775326e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.573999999999862 y2[1] (analytic) -0.9904395178150501 y2[1] (numeric) -0.990439517815012 absolute error 3.808064974464287e-14 relative error 3.844823339505913e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13794767685717305 y1[1] (numeric) -0.1379476768569421 absolute error 2.309541446976482e-13 relative error 1.674215542874066e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5749999999998625 y2[1] (analytic) -0.9905769702491984 y2[1] (numeric) -0.9905769702491599 absolute error 3.852473895449293e-14 relative error 3.889121200223472e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13695716853059825 y1[1] (numeric) -0.13695716853036766 absolute error 2.30593322214645e-13 relative error 1.6836893219147348e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.575999999999863 y2[1] (analytic) -0.990713432106459 y2[1] (numeric) -0.99071343210642 absolute error 3.8968828164342995e-14 relative error 3.933410701971337e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1359665232468663 y1[1] (numeric) -0.13596652324663608 absolute error 2.3023249973164184e-13 relative error 1.6933028383289792e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.576999999999863 y2[1] (analytic) -0.99084890325037 y2[1] (numeric) -0.9908489032503306 absolute error 3.941291737419306e-14 relative error 3.977691981582999e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13497574199662246 y1[1] (numeric) -0.1349757419963926 absolute error 2.2987167724863866e-13 relative error 1.7030591856601225e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5779999999998635 y2[1] (analytic) -0.9909833835454605 y2[1] (numeric) -0.9909833835454205 absolute error 3.9968028886505635e-14 relative error 4.033168421402914e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13398482577064785 y1[1] (numeric) -0.13398482577041837 absolute error 2.2948309919001986e-13 relative error 1.7127543949106876e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.578999999999864 y2[1] (analytic) -0.9911168728572498 y2[1] (numeric) -0.9911168728572094 absolute error 4.04121180963557e-14 relative error 4.077432157910224e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13299377555985864 y1[1] (numeric) -0.13299377555962955 absolute error 2.2909452113140105e-13 relative error 1.722595814480722e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.579999999999864 y2[1] (analytic) -0.991249371052249 y2[1] (numeric) -0.9912493710522081 absolute error 4.085620730620576e-14 relative error 4.121688093767498e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13200259235530495 y1[1] (numeric) -0.13200259235507625 absolute error 2.2870594307278225e-13 relative error 1.7325867544872573e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5809999999998645 y2[1] (analytic) -0.9913808779979597 y2[1] (numeric) -0.9913808779979184 absolute error 4.1300296516055823e-14 relative error 4.165936365391629e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13101127714816993 y1[1] (numeric) -0.13101127714794158 absolute error 2.2834512058977907e-13 relative error 1.7429424822072942e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.581999999999865 y2[1] (analytic) -0.991511393562875 y2[1] (numeric) -0.9915113935628332 absolute error 4.1744385725905886e-14 relative error 4.210177109100334e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.13001983092976865 y1[1] (numeric) -0.1300198309295407 absolute error 2.2795654253116027e-13 relative error 1.75324441587909e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.582999999999865 y2[1] (analytic) -0.9916409176164793 y2[1] (numeric) -0.9916409176164371 absolute error 4.218847493575595e-14 relative error 4.254410461113354e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1290282546915473 y1[1] (numeric) -0.1290282546913197 absolute error 2.275957200481571e-13 relative error 1.7639215580513233e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5839999999998655 y2[1] (analytic) -0.9917694500292488 y2[1] (numeric) -0.991769450029206 absolute error 4.2743586448068527e-14 relative error 4.309830923588941e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.128036549425082 y1[1] (numeric) -0.1280365494248548 absolute error 2.2720714198953829e-13 relative error 1.774549087817178e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.584999999999866 y2[1] (analytic) -0.9918969906726508 y2[1] (numeric) -0.9918969906726076 absolute error 4.318767565791859e-14 relative error 4.354048461083751e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12704471612207793 y1[1] (numeric) -0.12704471612185111 absolute error 2.2681856393091948e-13 relative error 1.7853443327227267e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.585999999999866 y2[1] (analytic) -0.9920235394191448 y2[1] (numeric) -0.9920235394191012 absolute error 4.363176486776865e-14 relative error 4.3982590265263434e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12605275577436834 y1[1] (numeric) -0.1260527557741419 absolute error 2.2642998587230068e-13 relative error 1.7963112704779368e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5869999999998665 y2[1] (analytic) -0.992149096142182 y2[1] (numeric) -0.992149096142138 absolute error 4.4075854077618715e-14 relative error 4.442462755749196e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.1250606693739135 y1[1] (numeric) -0.12506066937368743 absolute error 2.260691633892975e-13 relative error 1.807675942572985e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.587999999999867 y2[1] (analytic) -0.9922736607162058 y2[1] (numeric) -0.9922736607161613 absolute error 4.451994328746878e-14 relative error 4.4866597844928245e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12406845791279966 y1[1] (numeric) -0.12406845791257398 absolute error 2.256805853306787e-13 relative error 1.819000486725612e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.588999999999867 y2[1] (analytic) -0.9923972330166515 y2[1] (numeric) -0.9923972330166067 absolute error 4.4853010194856324e-14 relative error 4.519662963843001e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12307612238323828 y1[1] (numeric) -0.12307612238301296 absolute error 2.2531976284767552e-13 relative error 1.830734983233123e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5899999999998675 y2[1] (analytic) -0.992519812919947 y2[1] (numeric) -0.9925198129199017 absolute error 4.529709940470639e-14 relative error 4.5638483801592265e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12208366377756476 y1[1] (numeric) -0.12208366377733983 absolute error 2.2493118478905672e-13 relative error 1.8424347519491154e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.590999999999868 y2[1] (analytic) -0.9926414003035122 y2[1] (numeric) -0.9926414003034665 absolute error 4.574118861455645e-14 relative error 4.608027491153454e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12109108308823764 y1[1] (numeric) -0.12109108308801309 absolute error 2.2455648451824572e-13 relative error 1.854442778041832e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.591999999999868 y2[1] (analytic) -0.9927619950457598 y2[1] (numeric) -0.9927619950457137 absolute error 4.6074255521943996e-14 relative error 4.6410172581012506e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.12009838130783752 y1[1] (numeric) -0.12009838130761334 absolute error 2.2418178424743473e-13 relative error 1.8666511721986448e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5929999999998685 y2[1] (analytic) -0.9928815970260951 y2[1] (numeric) -0.9928815970260486 absolute error 4.651834473179406e-14 relative error 4.685185511658894e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11910555942906612 y1[1] (numeric) -0.11910555942884231 absolute error 2.2380708397662374e-13 relative error 1.8790649659801407e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.593999999999869 y2[1] (analytic) -0.9930002061249162 y2[1] (numeric) -0.9930002061248692 absolute error 4.707345624410664e-14 relative error 4.740528345689482e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11811261844474519 y1[1] (numeric) -0.11811261844452177 absolute error 2.2341850591800494e-13 relative error 1.8915718647159057e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.594999999999869 y2[1] (analytic) -0.9931178222236139 y2[1] (numeric) -0.9931178222235664 absolute error 4.75175454539567e-14 relative error 4.784683588455175e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11711955934781566 y1[1] (numeric) -0.11711955934759262 absolute error 2.2304380564719395e-13 relative error 1.9044112434269828e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5959999999998695 y2[1] (analytic) -0.993234445204572 y2[1] (numeric) -0.9932344452045241 absolute error 4.796163466380676e-14 relative error 4.828833202006835e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11612638313133655 y1[1] (numeric) -0.11612638313111388 absolute error 2.2266910537638296e-13 relative error 1.917472148637823e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.59699999999987 y2[1] (analytic) -0.9933500749511678 y2[1] (numeric) -0.9933500749511194 absolute error 4.8405723873656825e-14 relative error 4.8729773213171e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.115133090788484 y1[1] (numeric) -0.1151330907882617 absolute error 2.2229440510557197e-13 relative error 1.9307603364349758e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.59799999999987 y2[1] (analytic) -0.9934647113477714 y2[1] (numeric) -0.9934647113477225 absolute error 4.884981308350689e-14 relative error 4.917116081278358e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11413968331255023 y1[1] (numeric) -0.11413968331232832 absolute error 2.2190582704695316e-13 relative error 1.9441601781854033e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.5989999999998705 y2[1] (analytic) -0.9935783542797464 y2[1] (numeric) -0.9935783542796971 absolute error 4.929390229335695e-14 relative error 4.9612496167039115e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11314616169694267 y1[1] (numeric) -0.11314616169672115 absolute error 2.2151724898833436e-13 relative error 1.9577972921579008e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.599999999999871 y2[1] (analytic) -0.99369100363345 y2[1] (numeric) -0.9936910036334002 absolute error 4.973799150320701e-14 relative error 5.005378062329145e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11215252693518285 y1[1] (numeric) -0.11215252693496171 absolute error 2.2114254871752337e-13 relative error 1.9718017485716567e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.600999999999871 y2[1] (analytic) -0.9938026592962327 y2[1] (numeric) -0.9938026592961825 absolute error 5.0182080713057076e-14 relative error 5.04950155281269e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11115878002090543 y1[1] (numeric) -0.11115878002068467 absolute error 2.2075397065890456e-13 relative error 1.9859337302675305e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6019999999998715 y2[1] (analytic) -0.9939133211564389 y2[1] (numeric) -0.9939133211563883 absolute error 5.062616992290714e-14 relative error 5.0936202227375855e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.11016492194785725 y1[1] (numeric) -0.11016492194763688 absolute error 2.2036539260028576e-13 relative error 2.000322686241162e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.602999999999872 y2[1] (analytic) -0.9940229891034068 y2[1] (numeric) -0.9940229891033557 absolute error 5.10702591327572e-14 relative error 5.137734206612442e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10917095370989631 y1[1] (numeric) -0.10917095370967632 absolute error 2.1999069232947477e-13 relative error 2.0151027801228477e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.603999999999872 y2[1] (analytic) -0.9941316630274685 y2[1] (numeric) -0.994131663027417 absolute error 5.1514348342607263e-14 relative error 5.1818436388726e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10817687630099075 y1[1] (numeric) -0.10817687630077115 absolute error 2.1960211427085596e-13 relative error 2.030028244297203e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6049999999998725 y2[1] (analytic) -0.99423934281995 y2[1] (numeric) -0.994239342819898 absolute error 5.1958437552457326e-14 relative error 5.2259486538812865e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10718269071521791 y1[1] (numeric) -0.1071826907149987 absolute error 2.1921353621223716e-13 relative error 2.0452326280432984e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.605999999999873 y2[1] (analytic) -0.9943460283731714 y2[1] (numeric) -0.994346028373119 absolute error 5.240252676230739e-14 relative error 5.270049385930777e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10618839794676328 y1[1] (numeric) -0.10618839794654446 absolute error 2.1882495815361835e-13 relative error 2.0607237926625895e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.606999999999873 y2[1] (analytic) -0.9944517195804474 y2[1] (numeric) -0.9944517195803946 absolute error 5.284661597215745e-14 relative error 5.314145969243543e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10519399898991956 y1[1] (numeric) -0.10519399898970112 absolute error 2.1843638009499955e-13 relative error 2.07650989783107e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6079999999998735 y2[1] (analytic) -0.9945564163360867 y2[1] (numeric) -0.9945564163360334 absolute error 5.3290705182007514e-14 relative error 5.358238537973414e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10419949483908562 y1[1] (numeric) -0.10419949483886756 absolute error 2.1806167982418856e-13 relative error 2.092732600680448e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.608999999999874 y2[1] (analytic) -0.9946601185353925 y2[1] (numeric) -0.9946601185353388 absolute error 5.3734794391857577e-14 relative error 5.402327226206724e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10320488648876551 y1[1] (numeric) -0.10320488648854785 absolute error 2.1765922397776194e-13 relative error 2.1090011469704537e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.609999999999874 y2[1] (analytic) -0.9947628260746626 y2[1] (numeric) -0.9947628260746084 absolute error 5.417888360170764e-14 relative error 5.4464121679634626e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10221017493356753 y1[1] (numeric) -0.10221017493335025 absolute error 2.1728452370695095e-13 relative error 2.1258600119623813e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6109999999998745 y2[1] (analytic) -0.9948645388511896 y2[1] (numeric) -0.9948645388511349 absolute error 5.473399511402022e-14 relative error 5.50165303682688e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10121536116820312 y1[1] (numeric) -0.10121536116798623 absolute error 2.1689594564833214e-13 relative error 2.1429152961069526e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.611999999999875 y2[1] (analytic) -0.9949652567632606 y2[1] (numeric) -0.9949652567632055 absolute error 5.517808432387028e-14 relative error 5.545729757777784e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.10022044618748598 y1[1] (numeric) -0.10022044618726947 absolute error 2.1650736758971334e-13 relative error 2.1603113518840783e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.612999999999875 y2[1] (analytic) -0.9950649797101578 y2[1] (numeric) -0.9950649797101022 absolute error 5.562217353372034e-14 relative error 5.589803145310365e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.099225430986331 y1[1] (numeric) -0.09922543098611487 absolute error 2.1613266731890235e-13 relative error 2.1781983224509867e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6139999999998755 y2[1] (analytic) -0.9951637075921582 y2[1] (numeric) -0.9951637075921022 absolute error 5.6066262743570405e-14 relative error 5.633873333185066e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09823031655975331 y1[1] (numeric) -0.09823031655953757 absolute error 2.1574408926028354e-13 relative error 2.196308602233271e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.614999999999876 y2[1] (analytic) -0.995261440310534 y2[1] (numeric) -0.9952614403104775 absolute error 5.651035195342047e-14 relative error 5.6779404551017804e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09723510390286724 y1[1] (numeric) -0.09723510390265189 absolute error 2.1535551120166474e-13 relative error 2.214791804169753e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.615999999999876 y2[1] (analytic) -0.9953581777675523 y2[1] (numeric) -0.9953581777674954 absolute error 5.695444116327053e-14 relative error 5.722004644700995e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09623979401088537 y1[1] (numeric) -0.09623979401067041 absolute error 2.1495305535523812e-13 relative error 2.2335153307884834e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6169999999998765 y2[1] (analytic) -0.9954539198664759 y2[1] (numeric) -0.9954539198664184 absolute error 5.750955267558311e-14 relative error 5.7772189679354605e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09524438787911751 y1[1] (numeric) -0.09524438787890294 absolute error 2.1457835508442713e-13 relative error 2.2529238715541557e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.617999999999877 y2[1] (analytic) -0.9955486665115625 y2[1] (numeric) -0.9955486665115046 absolute error 5.784261958297066e-14 relative error 5.810124761218678e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09424888650296971 y1[1] (numeric) -0.09424888650275552 absolute error 2.1418977702580833e-13 relative error 2.272597427652998e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.618999999999877 y2[1] (analytic) -0.9956424176080656 y2[1] (numeric) -0.9956424176080073 absolute error 5.828670879282072e-14 relative error 5.85418095513135e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09325329087794326 y1[1] (numeric) -0.09325329087772946 absolute error 2.1380119896718952e-13 relative error 2.2926933404101329e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6199999999998775 y2[1] (analytic) -0.995735173062234 y2[1] (numeric) -0.9957351730621753 absolute error 5.873079800267078e-14 relative error 5.898234750717204e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0922576019996337 y1[1] (numeric) -0.09225760199942029 absolute error 2.1341262090857072e-13 relative error 2.3132253200058034e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.620999999999878 y2[1] (analytic) -0.9958269327813124 y2[1] (numeric) -0.9958269327812532 absolute error 5.917488721252084e-14 relative error 5.942286281336788e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09126182086372983 y1[1] (numeric) -0.09126182086351682 absolute error 2.130101650621441e-13 relative error 2.334055611055649e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.621999999999878 y2[1] (analytic) -0.9959176966735409 y2[1] (numeric) -0.9959176966734813 absolute error 5.96189764223709e-14 relative error 5.986335680298072e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.09026594846601271 y1[1] (numeric) -0.09026594846580009 absolute error 2.126215870035253e-13 relative error 2.3555016107051974e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6229999999998785 y2[1] (analytic) -0.9960074646481558 y2[1] (numeric) -0.9960074646480958 absolute error 6.006306563222097e-14 relative error 6.030383080857584e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08926998580235464 y1[1] (numeric) -0.08926998580214242 absolute error 2.1221913115709867e-13 relative error 2.3772730470345953e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.623999999999879 y2[1] (analytic) -0.996096236615389 y2[1] (numeric) -0.9960962366153285 absolute error 6.050715484207103e-14 relative error 6.074428616221542e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08827393386871821 y1[1] (numeric) -0.08827393386850638 absolute error 2.1183055309847987e-13 relative error 2.399695400609609e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.624999999999879 y2[1] (analytic) -0.9961840124864687 y2[1] (numeric) -0.9961840124864078 absolute error 6.09512440519211e-14 relative error 6.118472419546986e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08727779366115526 y1[1] (numeric) -0.08727779366094382 absolute error 2.1144197503986106e-13 relative error 2.4226319911426403e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6259999999998795 y2[1] (analytic) -0.9962707921736188 y2[1] (numeric) -0.9962707921735575 absolute error 6.128431095930864e-14 relative error 6.15137083619618e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08628156617580592 y1[1] (numeric) -0.08628156617559488 absolute error 2.1103951919343444e-13 relative error 2.4459398287164117e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.62699999999988 y2[1] (analytic) -0.9963565755900599 y2[1] (numeric) -0.9963565755899981 absolute error 6.17284001691587e-14 relative error 6.1954125341725234e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0852852524088976 y1[1] (numeric) -0.08528525240868695 absolute error 2.1065094113481564e-13 relative error 2.46995740980933e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.62799999999988 y2[1] (analytic) -0.9964413626500083 y2[1] (numeric) -0.9964413626499461 absolute error 6.217248937900877e-14 relative error 6.239452887991597e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08428885335674398 y1[1] (numeric) -0.08428885335653373 absolute error 2.1024848528838902e-13 relative error 2.4943806555124643e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6289999999998805 y2[1] (analytic) -0.9965251532686771 y2[1] (numeric) -0.9965251532686145 absolute error 6.261657858885883e-14 relative error 6.283492030629811e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08329237001574402 y1[1] (numeric) -0.08329237001553418 absolute error 2.098460294419624e-13 relative error 2.519390784561624e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.629999999999881 y2[1] (analytic) -0.9966079473622756 y2[1] (numeric) -0.9966079473622126 absolute error 6.306066779870889e-14 relative error 6.3275300950199816e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08229580338238099 y1[1] (numeric) -0.08229580338217155 absolute error 2.0944357359553578e-13 relative error 2.545009161917682e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.630999999999881 y2[1] (analytic) -0.99668974484801 y2[1] (numeric) -0.9966897448479465 absolute error 6.350475700855895e-14 relative error 6.371567214052463e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08129915445322144 y1[1] (numeric) -0.08129915445301239 absolute error 2.0905499553691698e-13 relative error 2.5714289028332353e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6319999999998815 y2[1] (analytic) -0.9967705456440825 y2[1] (numeric) -0.9967705456440186 absolute error 6.394884621840902e-14 relative error 6.415603520576266e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.08030242422491421 y1[1] (numeric) -0.08030242422470556 absolute error 2.0865253969049036e-13 relative error 2.5983342558387534e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.632999999999882 y2[1] (analytic) -0.9968503496696924 y2[1] (numeric) -0.996850349669628 absolute error 6.439293542825908e-14 relative error 6.459639147400185e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07930561369418944 y1[1] (numeric) -0.07930561369398119 absolute error 2.0825008384406374e-13 relative error 2.6259185717558077e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.633999999999882 y2[1] (analytic) -0.9969291568450357 y2[1] (numeric) -0.996929156844971 absolute error 6.472600233564663e-14 relative error 6.492537798822524e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07830872385785759 y1[1] (numeric) -0.07830872385764974 absolute error 2.0784762799763712e-13 relative error 2.654207829703784e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6349999999998825 y2[1] (analytic) -0.9970069670913052 y2[1] (numeric) -0.99700696709124 absolute error 6.517009154549669e-14 relative error 6.536573333647372e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0773117557128084 y1[1] (numeric) -0.07731175571260096 absolute error 2.074451721512105e-13 relative error 2.6832293515854354e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.635999999999883 y2[1] (analytic) -0.9970837803306908 y2[1] (numeric) -0.9970837803306252 absolute error 6.561418075534675e-14 relative error 6.580608575699154e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07631471025600996 y1[1] (numeric) -0.0763147102558029 absolute error 2.070565940925917e-13 relative error 2.7131937394243796e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.636999999999883 y2[1] (analytic) -0.9971595964863791 y2[1] (numeric) -0.997159596486313 absolute error 6.605826996519681e-14 relative error 6.624643657641332e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0753175884845076 y1[1] (numeric) -0.07531758848430095 absolute error 2.0665413824616508e-13 relative error 2.743769979951929e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6379999999998835 y2[1] (analytic) -0.997234415482554 y2[1] (numeric) -0.9972344154824875 absolute error 6.650235917504688e-14 relative error 6.668678712102701e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07432039139542304 y1[1] (numeric) -0.07432039139521679 absolute error 2.0625168239973846e-13 relative error 2.7751694861558586e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.638999999999884 y2[1] (analytic) -0.9973082372443965 y2[1] (numeric) -0.9973082372443296 absolute error 6.694644838489694e-14 relative error 6.7127138716785005e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07332311998595328 y1[1] (numeric) -0.07332311998574743 absolute error 2.0584922655331184e-13 relative error 2.80742590594545e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.639999999999884 y2[1] (analytic) -0.9973810616980849 y2[1] (numeric) -0.9973810616980175 absolute error 6.7390537594747e-14 relative error 6.7567492689315416e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07232577525336964 y1[1] (numeric) -0.07232577525316419 absolute error 2.0544677070688522e-13 relative error 2.840574746515607e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6409999999998846 y2[1] (analytic) -0.9974528887707947 y2[1] (numeric) -0.9974528887707269 absolute error 6.783462680459706e-14 relative error 6.800785036393315e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07132835819501679 y1[1] (numeric) -0.07132835819481173 absolute error 2.0505819264826641e-13 relative error 2.874848066565934e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.641999999999885 y2[1] (analytic) -0.9975237183906989 y2[1] (numeric) -0.9975237183906306 absolute error 6.827871601444713e-14 relative error 6.844821306565112e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.07033086980831167 y1[1] (numeric) -0.07033086980810702 absolute error 2.046557368018398e-13 relative error 2.909899129068551e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.642999999999885 y2[1] (analytic) -0.9975935504869677 y2[1] (numeric) -0.997593550486899 absolute error 6.872280522429719e-14 relative error 6.88885821191914e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0693333110907426 y1[1] (numeric) -0.06933331109053836 absolute error 2.0423940316760536e-13 relative error 2.945761567629437e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6439999999998856 y2[1] (analytic) -0.9976623849897693 y2[1] (numeric) -0.9976623849897002 absolute error 6.916689443414725e-14 relative error 6.932895884899633e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06833568303986824 y1[1] (numeric) -0.06833568303966439 absolute error 2.0385082510898656e-13 relative error 2.9830802304274386e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.644999999999886 y2[1] (analytic) -0.9977302218302689 y2[1] (numeric) -0.9977302218301994 absolute error 6.94999613415348e-14 relative error 6.965806970750249e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06733798665331651 y1[1] (numeric) -0.06733798665311308 absolute error 2.0343449147475212e-13 relative error 3.0210955448091437e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.645999999999886 y2[1] (analytic) -0.99779706094063 y2[1] (numeric) -0.99779706094056 absolute error 7.005507285384738e-14 relative error 7.020974063383789e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06634022292878375 y1[1] (numeric) -0.06634022292858072 absolute error 2.030320356283255e-13 relative error 3.0604665867083455e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6469999999998866 y2[1] (analytic) -0.9978629022540132 y2[1] (numeric) -0.9978629022539427 absolute error 7.049916206369744e-14 relative error 7.065014833646092e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0653423928640336 y1[1] (numeric) -0.06534239286383096 absolute error 2.0262957978189888e-13 relative error 3.101043149790008e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.647999999999887 y2[1] (analytic) -0.9979277457045773 y2[1] (numeric) -0.9979277457045064 absolute error 7.09432512735475e-14 relative error 7.109056901054365e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06434449745689601 y1[1] (numeric) -0.0643444974566938 absolute error 2.0221324614766445e-13 relative error 3.1426657156367707e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.648999999999887 y2[1] (analytic) -0.9979915912274788 y2[1] (numeric) -0.9979915912274075 absolute error 7.127631818093505e-14 relative error 7.141975824993556e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06334653770526634 y1[1] (numeric) -0.06334653770506453 absolute error 2.0181079030123783e-13 relative error 3.1858219503677816e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.649999999999888 y2[1] (analytic) -0.9980544387588723 y2[1] (numeric) -0.9980544387588006 absolute error 7.172040739078511e-14 relative error 7.1860215841505415e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.062348514607104236 y1[1] (numeric) -0.062348514606902834 absolute error 2.014013955609073e-13 relative error 3.230251704151406e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.650999999999888 y2[1] (analytic) -0.9981162882359103 y2[1] (numeric) -0.9981162882358381 absolute error 7.216449660063518e-14 relative error 7.230069026143244e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06135042916043272 y1[1] (numeric) -0.06135042916023173 absolute error 2.0099200082057678e-13 relative error 3.276130315160115e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.651999999999888 y2[1] (analytic) -0.9981771395967431 y2[1] (numeric) -0.9981771395966705 absolute error 7.260858581048524e-14 relative error 7.274118283235641e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.06035228236333716 y1[1] (numeric) -0.060352282363136577 absolute error 2.0058260608024625e-13 relative error 3.3235297527388344e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.652999999999889 y2[1] (analytic) -0.9982369927805196 y2[1] (numeric) -0.9982369927804465 absolute error 7.30526750203353e-14 relative error 7.31816948767368e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05935407521396427 y1[1] (numeric) -0.05935407521376409 absolute error 2.0018015023381963e-13 relative error 3.3726437403361836e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.653999999999889 y2[1] (analytic) -0.9982958477273864 y2[1] (numeric) -0.998295847727313 absolute error 7.349676423018536e-14 relative error 7.362222771686393e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0583558087105211 y1[1] (numeric) -0.05835580871032133 absolute error 1.997707554934891e-13 relative error 3.423322543338723e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.654999999999889 y2[1] (analytic) -0.9983537043784887 y2[1] (numeric) -0.9983537043784149 absolute error 7.382983113757291e-14 relative error 7.395157729547831e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.057357483851274094 y1[1] (numeric) -0.057357483851074725 absolute error 1.9936829964706249e-13 relative error 3.4758899146276597e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.65599999999989 y2[1] (analytic) -0.9984105626759698 y2[1] (numeric) -0.9984105626758956 absolute error 7.427392034742297e-14 relative error 7.439216202636298e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05635910163454801 y1[1] (numeric) -0.05635910163434905 absolute error 1.9896584380063587e-13 relative error 3.5303231959018703e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.65699999999989 y2[1] (analytic) -0.9984664225629715 y2[1] (numeric) -0.9984664225628967 absolute error 7.471800955727304e-14 relative error 7.48327714070532e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05536066305872499 y1[1] (numeric) -0.05536066305852644 absolute error 1.9854951016640143e-13 relative error 3.586472762361713e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.65799999999989 y2[1] (analytic) -0.9985212839836338 y2[1] (numeric) -0.9985212839835585 absolute error 7.527312106958561e-14 relative error 7.538459347534486e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05436216912224352 y1[1] (numeric) -0.05436216912204538 absolute error 1.981401154260709e-13 relative error 3.6448162136524707e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.658999999999891 y2[1] (analytic) -0.9985751468830952 y2[1] (numeric) -0.9985751468830196 absolute error 7.560618797697316e-14 relative error 7.571406940475807e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.05336362082359747 y1[1] (numeric) -0.05336362082339973 absolute error 1.9773765957964429e-13 relative error 3.705476812251923e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.659999999999891 y2[1] (analytic) -0.9986280112074931 y2[1] (numeric) -0.9986280112074171 absolute error 7.605027718682322e-14 relative error 7.615476066495159e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.052365019161335034 y1[1] (numeric) -0.052365019161137706 absolute error 1.9732826483931376e-13 relative error 3.7683222120353166e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.660999999999891 y2[1] (analytic) -0.998679876903963 y2[1] (numeric) -0.9986798769038865 absolute error 7.649436639667329e-14 relative error 7.65954818613305e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.051366365134057804 y1[1] (numeric) -0.051366365133860885 absolute error 1.9691887009898323e-13 relative error 3.833615043327618e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.661999999999892 y2[1] (analytic) -0.9987307439206392 y2[1] (numeric) -0.9987307439205623 absolute error 7.693845560652335e-14 relative error 7.703623431525906e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.050367659740419714 y1[1] (numeric) -0.05036765974022321 absolute error 1.965025364647488e-13 relative error 3.9013632453337276e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.662999999999892 y2[1] (analytic) -0.9987806122066546 y2[1] (numeric) -0.9987806122065773 absolute error 7.72715225139109e-14 relative error 7.736586150104693e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.049368903979126084 y1[1] (numeric) -0.04936890397892999 absolute error 1.9609314172441827e-13 relative error 3.9719970653456155e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.663999999999892 y2[1] (analytic) -0.9988294817121411 y2[1] (numeric) -0.9988294817120634 absolute error 7.771561172376096e-14 relative error 7.78066858724924e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04837009884893259 y1[1] (numeric) -0.04837009884873691 absolute error 1.9568374698408775e-13 relative error 4.045551934785968e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.664999999999893 y2[1] (analytic) -0.9988773523882292 y2[1] (numeric) -0.998877352388151 absolute error 7.815970093361102e-14 relative error 7.82475453535291e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04737124534864428 y1[1] (numeric) -0.047371245348449005 absolute error 1.9527435224375722e-13 relative error 4.12221276444331e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.665999999999893 y2[1] (analytic) -0.9989242241870481 y2[1] (numeric) -0.9989242241869695 absolute error 7.860379014346108e-14 relative error 7.868844126533322e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.046372344477114566 y1[1] (numeric) -0.0463723444769197 absolute error 1.948649575034267e-13 relative error 4.202180409480815e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.666999999999893 y2[1] (analytic) -0.998970097061726 y2[1] (numeric) -0.998970097061647 absolute error 7.904787935331115e-14 relative error 7.912937492905436e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04537339723324424 y1[1] (numeric) -0.04537339723304979 absolute error 1.9444862386919226e-13 relative error 4.285520497167521e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.667999999999894 y2[1] (analytic) -0.9990149709663901 y2[1] (numeric) -0.9990149709663106 absolute error 7.949196856316121e-14 relative error 7.957034766582648e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04437440461598047 y1[1] (numeric) -0.04437440461578643 absolute error 1.9403922912886173e-13 relative error 4.3727736925845485e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.668999999999894 y2[1] (analytic) -0.9990588458561666 y2[1] (numeric) -0.9990588458560866 absolute error 7.993605777301127e-14 relative error 8.001136079677891e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04337536762431577 y1[1] (numeric) -0.04337536762412215 absolute error 1.936228954946273e-13 relative error 4.463890592735504e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.669999999999894 y2[1] (analytic) -0.9991017216871803 y2[1] (numeric) -0.9991017216871 absolute error 8.026912468039882e-14 relative error 8.034129352199352e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.042376287257287065 y1[1] (numeric) -0.04237628725709386 absolute error 1.9320656186039287e-13 relative error 4.5593083860164954e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.670999999999895 y2[1] (analytic) -0.9991435984165556 y2[1] (numeric) -0.9991435984164749 absolute error 8.071321389024888e-14 relative error 8.078239606215094e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.041377164513974635 y1[1] (numeric) -0.041377164513781844 absolute error 1.9279022822615843e-13 relative error 4.659338804162037e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.671999999999895 y2[1] (analytic) -0.9991844760024159 y2[1] (numeric) -0.9991844760023347 absolute error 8.115730310009894e-14 relative error 8.122354284846066e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.04037800039350113 y1[1] (numeric) -0.040378000393308765 absolute error 1.923669556980201e-13 relative error 4.76415260348013e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.672999999999895 y2[1] (analytic) -0.9992243544038834 y2[1] (numeric) -0.9992243544038018 absolute error 8.1601392309949e-14 relative error 8.16647352021666e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.039378795895030606 y1[1] (numeric) -0.039378795894838656 absolute error 1.9195062206378566e-13 relative error 4.874466516839557e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.673999999999896 y2[1] (analytic) -0.9992632335810797 y2[1] (numeric) -0.9992632335809977 absolute error 8.204548151979907e-14 relative error 8.210597444456256e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.038379552017767465 y1[1] (numeric) -0.03837955201757593 absolute error 1.9153428842955122e-13 relative error 4.99052954919542e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.674999999999896 y2[1] (analytic) -0.9993011134951257 y2[1] (numeric) -0.9993011134950432 absolute error 8.248957072964913e-14 relative error 8.254726189700327e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03738026976095551 y1[1] (numeric) -0.03738026976076439 absolute error 1.911179547953168e-13 relative error 5.112802984502364e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.675999999999896 y2[1] (analytic) -0.9993379941081416 y2[1] (numeric) -0.9993379941080587 absolute error 8.293365993949919e-14 relative error 8.298859888091544e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.036380950123876904 y1[1] (numeric) -0.0363809501236862 absolute error 1.9070162116108236e-13 relative error 5.24179881261332e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.676999999999897 y2[1] (analytic) -0.9993738753832465 y2[1] (numeric) -0.9993738753831632 absolute error 8.326672684688674e-14 relative error 8.331889485799802e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.035381594105851205 y1[1] (numeric) -0.03538159410566092 absolute error 1.9028528752684792e-13 relative error 5.378086893359608e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.677999999999897 y2[1] (analytic) -0.9994087572845595 y2[1] (numeric) -0.9994087572844756 absolute error 8.382183835919932e-14 relative error 8.387142672928661e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03438220270623435 y1[1] (numeric) -0.03438220270604448 absolute error 1.898689538926135e-13 relative error 5.522303370580313e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.678999999999897 y2[1] (analytic) -0.9994426397771983 y2[1] (numeric) -0.9994426397771141 absolute error 8.415490526658687e-14 relative error 8.420183602067166e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.033382776924417656 y1[1] (numeric) -0.033382776924228204 absolute error 1.8945262025837906e-13 relative error 5.675160598152784e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.679999999999898 y2[1] (analytic) -0.9994755228272807 y2[1] (numeric) -0.9994755228271961 absolute error 8.459899447643693e-14 relative error 8.464338800126521e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.032383317759826814 y1[1] (numeric) -0.032383317759637785 absolute error 1.8902934773024072e-13 relative error 5.837244631084139e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.680999999999898 y2[1] (analytic) -0.9995074064019236 y2[1] (numeric) -0.9995074064018385 absolute error 8.504308368628699e-14 relative error 8.508499601061418e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.031383826211920915 y1[1] (numeric) -0.0313838262117323 absolute error 1.8861301409600628e-13 relative error 6.009879509986676e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.681999999999898 y2[1] (analytic) -0.9995382904692433 y2[1] (numeric) -0.9995382904691579 absolute error 8.537615059367454e-14 relative error 8.54155877846299e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.03038430328019142 y1[1] (numeric) -0.030384303280003223 absolute error 1.8819668046177185e-13 relative error 6.193878422233357e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.682999999999899 y2[1] (analytic) -0.9995681749983558 y2[1] (numeric) -0.99956817499827 absolute error 8.58202398035246e-14 relative error 8.585731513877557e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.029384749964161176 y1[1] (numeric) -0.0293847499639734 absolute error 1.8777687738058546e-13 relative error 6.390283313950457e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.683999999999899 y2[1] (analytic) -0.9995970599593768 y2[1] (numeric) -0.9995970599592904 absolute error 8.637535131583718e-14 relative error 8.641016943301878e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.02838516726338342 y1[1] (numeric) -0.028385167263196058 absolute error 1.8736054374635103e-13 relative error 6.600649628302323e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.684999999999899 y2[1] (analytic) -0.9996249453234209 y2[1] (numeric) -0.9996249453233341 absolute error 8.681944052568724e-14 relative error 8.68520147800008e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.02738555617744076 y1[1] (numeric) -0.02738555617725382 absolute error 1.8693727121821269e-13 relative error 6.826126517459774e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6859999999999 y2[1] (analytic) -0.9996518310626031 y2[1] (numeric) -0.9996518310625159 absolute error 8.72635297355373e-14 relative error 8.72939227678686e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.026385917705944204 y1[1] (numeric) -0.02638591770575769 absolute error 1.8651399869007435e-13 relative error 7.068694777595572e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6869999999999 y2[1] (analytic) -0.9996777171500375 y2[1] (numeric) -0.9996777171499499 absolute error 8.759659664292485e-14 relative error 8.762483662499985e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.025386252848532145 y1[1] (numeric) -0.02538625284834605 absolute error 1.8609419560888796e-13 relative error 7.330510600332577e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.6879999999999 y2[1] (analytic) -0.9997026035598381 y2[1] (numeric) -0.99970260355975 absolute error 8.804068585277491e-14 relative error 8.806687662838038e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.024386562604869353 y1[1] (numeric) -0.02438656260468368 absolute error 1.8567439252770157e-13 relative error 7.613799268726266e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.688999999999901 y2[1] (analytic) -0.9997264902671185 y2[1] (numeric) -0.99972649026703 absolute error 8.848477506262498e-14 relative error 8.850898313095874e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.023386847974645988 y1[1] (numeric) -0.023386847974460737 absolute error 1.8525111999956323e-13 relative error 7.921166640344034e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.689999999999901 y2[1] (analytic) -0.9997493772479917 y2[1] (numeric) -0.9997493772479029 absolute error 8.881784197001252e-14 relative error 8.884010732219833e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.022387109957576593 y1[1] (numeric) -0.02238710995739177 absolute error 1.8482437802447294e-13 relative error 8.255839113432406e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.690999999999901 y2[1] (analytic) -0.9997712644795712 y2[1] (numeric) -0.999771264479482 absolute error 8.926193117986259e-14 relative error 8.92823532253927e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.02138734955339911 y1[1] (numeric) -0.021387349553214707 absolute error 1.8440457494328655e-13 relative error 8.622133120463211e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.691999999999902 y2[1] (analytic) -0.9997921519399695 y2[1] (numeric) -0.9997921519398798 absolute error 8.970602038971265e-14 relative error 8.972466948820264e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.020387567761873854 y1[1] (numeric) -0.020387567761689877 absolute error 1.8397783296819625e-13 relative error 9.024020673630691e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.692999999999902 y2[1] (analytic) -0.9998120396082991 y2[1] (numeric) -0.999812039608209 absolute error 9.015010959956271e-14 relative error 9.01670574349967e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.01938776558278254 y1[1] (numeric) -0.019387765582598984 absolute error 1.835545604400579e-13 relative error 9.467545894152187e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.693999999999902 y2[1] (analytic) -0.9998309274646725 y2[1] (numeric) -0.9998309274645819 absolute error 9.059419880941277e-14 relative error 9.060951839041184e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.018387944015927252 y1[1] (numeric) -0.018387944015744125 absolute error 1.8312781846496762e-13 relative error 9.959124212383187e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.694999999999903 y2[1] (analytic) -0.9998488154902017 y2[1] (numeric) -0.9998488154901107 absolute error 9.092726571680032e-14 relative error 9.09410145895116e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.017388104061129485 y1[1] (numeric) -0.01738810406094678 absolute error 1.8270454593682928e-13 relative error 1.0507444934451427e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.695999999999903 y2[1] (analytic) -0.9998657036669987 y2[1] (numeric) -0.9998657036669073 absolute error 9.137135492665038e-14 relative error 9.138362741270826e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.016388246718229103 y1[1] (numeric) -0.016388246718046826 absolute error 1.8227780396173898e-13 relative error 1.1122471311039412e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.696999999999903 y2[1] (analytic) -0.9998815919781754 y2[1] (numeric) -0.9998815919780836 absolute error 9.181544413650045e-14 relative error 9.182631710906077e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.01538837298708337 y1[1] (numeric) -0.015388372986901518 absolute error 1.8185279671012466e-13 relative error 1.1817545419698855e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.697999999999904 y2[1] (analytic) -0.9998964804078434 y2[1] (numeric) -0.9998964804077511 absolute error 9.225953334635051e-14 relative error 9.226908500439883e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.014388483867565933 y1[1] (numeric) -0.014388483867384505 absolute error 1.8142778945851035e-13 relative error 1.2609236047967442e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.698999999999904 y2[1] (analytic) -0.9999103689411144 y2[1] (numeric) -0.9999103689410217 absolute error 9.270362255620057e-14 relative error 9.271193242487515e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.013388580359565826 y1[1] (numeric) -0.013388580359384825 absolute error 1.8100104748342005e-13 relative error 1.3519061963436553e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.699999999999904 y2[1] (analytic) -0.9999232575640997 y2[1] (numeric) -0.9999232575640066 absolute error 9.314771176605063e-14 relative error 9.315486069697647e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.012388663462986475 y1[1] (numeric) -0.0123886634628059 absolute error 1.8057430550832976e-13 relative error 1.4575769698469118e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.700999999999905 y2[1] (analytic) -0.9999351462639108 y2[1] (numeric) -0.9999351462638172 absolute error 9.35918009759007e-14 relative error 9.359787114753461e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.011388734177744695 y1[1] (numeric) -0.011388734177564547 absolute error 1.8014756353323946e-13 relative error 1.5818049725427342e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.701999999999905 y2[1] (analytic) -0.999946035028659 y2[1] (numeric) -0.9999460350285649 absolute error 9.403589018575076e-14 relative error 9.404096510373747e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.010388793503769684 y1[1] (numeric) -0.010388793503589965 absolute error 1.797190868346732e-13 relative error 1.7299322271586224e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.702999999999905 y2[1] (analytic) -0.9999559238474554 y2[1] (numeric) -0.999955923847361 absolute error 9.43689570931383e-14 relative error 9.437311669702596e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.009388842441002037 y1[1] (numeric) -0.009388842440822746 absolute error 1.7929061013610692e-13 relative error 1.909613578699824e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.703999999999906 y2[1] (analytic) -0.9999648127104114 y2[1] (numeric) -0.9999648127103165 absolute error 9.492406860545088e-14 relative error 9.492740884367577e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.00838888198939273 y1[1] (numeric) -0.008388881989213868 absolute error 1.7886213343754065e-13 relative error 2.1321331455574387e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.704999999999906 y2[1] (analytic) -0.9999727016086379 y2[1] (numeric) -0.9999727016085426 absolute error 9.536815781530095e-14 relative error 9.537076128366696e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.007388913148902134 y1[1] (numeric) -0.0073889131487237004 absolute error 1.7843365673897438e-13 relative error 2.4148836661517203e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.705999999999906 y2[1] (analytic) -0.9999795905342462 y2[1] (numeric) -0.9999795905341504 absolute error 9.581224702515101e-14 relative error 9.581420254183652e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.006388936919499004 y1[1] (numeric) -0.006388936919321 absolute error 1.7800431267867012e-13 relative error 2.7861335136273114e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.706999999999907 y2[1] (analytic) -0.9999854794803472 y2[1] (numeric) -0.9999854794802511 absolute error 9.614531393253856e-14 relative error 9.614671003273113e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.005388954301159488 y1[1] (numeric) -0.005388954300981913 absolute error 1.7757496861836586e-13 relative error 3.2951656053227027e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.707999999999907 y2[1] (analytic) -0.9999903684410522 y2[1] (numeric) -0.9999903684409556 absolute error 9.658940314238862e-14 relative error 9.65903334578791e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.004388966293866118 y1[1] (numeric) -0.0043889662936889735 absolute error 1.771447571963236e-13 relative error 4.03613847397041e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.708999999999907 y2[1] (analytic) -0.999994257411472 y2[1] (numeric) -0.9999942574113749 absolute error 9.703349235223868e-14 relative error 9.703404957885862e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.003388973897606821 y1[1] (numeric) -0.003388973897430107 absolute error 1.7671367841254337e-13 relative error 5.214371185842789e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.709999999999908 y2[1] (analytic) -0.9999971463877178 y2[1] (numeric) -0.9999971463876203 absolute error 9.747758156208874e-14 relative error 9.747785972610651e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.0023889781123739087 y1[1] (numeric) -0.002388978112197626 absolute error 1.7628259962876314e-13 relative error 7.378996011545393e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.710999999999908 y2[1] (analytic) -0.9999990353669004 y2[1] (numeric) -0.9999990353668026 absolute error 9.781064846947629e-14 relative error 9.781074282095631e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.001388979938163083 y1[1] (numeric) -0.0013889799379872322 absolute error 1.758508703236794e-13 relative error 1.2660432702594758e-08% Correct digits 9 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.711999999999908 y2[1] (analytic) -0.999999924347131 y2[1] (numeric) -0.9999999243470328 absolute error 9.825473767932635e-14 relative error 9.825474511257972e-12% Correct digits 13 h 0.001 y1[1] (analytic) -0.00038898037497243513 y1[1] (numeric) -0.00038898037479701626 absolute error 1.7541886996805256e-13 relative error 4.509710033070011e-08% Correct digits 9 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.712999999999909 y2[1] (analytic) -0.9999998133275207 y2[1] (numeric) -0.9999998133274219 absolute error 9.880984919163893e-14 relative error 9.88098676367219e-12% Correct digits 13 h 0.001 y1[1] (analytic) 0.0006110195771985554 y1[1] (numeric) 0.000611019577373542 absolute error 1.7498654435177396e-13 relative error 2.8638451349474647e-08% Correct digits 9 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.713999999999909 y2[1] (analytic) -0.9999987023081803 y2[1] (numeric) -0.9999987023080812 absolute error 9.914291609902648e-14 relative error 9.914304475614463e-12% Correct digits 13 h 0.001 y1[1] (analytic) 0.0016110189183500198 y1[1] (numeric) 0.0016110189185245733 absolute error 1.7455351400408325e-13 relative error 1.0834976052476045e-08% Correct digits 9 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.714999999999909 y2[1] (analytic) -0.999996591290221 y2[1] (numeric) -0.9999965912901214 absolute error 9.958700530887654e-14 relative error 9.958734477323254e-12% Correct digits 13 h 0.001 y1[1] (analytic) 0.0026110166484827 y1[1] (numeric) 0.00261101664865682 absolute error 1.7411983313508905e-13 relative error 6.668660394650208e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.71599999999991 y2[1] (analytic) -0.9999934802757537 y2[1] (numeric) -0.9999934802756537 absolute error 1.000310945187266e-13 relative error 1.0003174669813095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.003611011767598949 y1[1] (numeric) 0.0036110117677726353 absolute error 1.7368615226609485e-13 relative error 4.809902693326947e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.71699999999991 y2[1] (analytic) -0.9999893692678895 y2[1] (numeric) -0.999989369267789 absolute error 1.0047518372857667e-13 relative error 1.0047625186469371e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.004611003275703732 y1[1] (numeric) 0.004611003275876983 absolute error 1.7325117035449367e-13 relative error 3.7573421660181326e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.71799999999991 y2[1] (analytic) -0.9999842582707393 y2[1] (numeric) -0.9999842582706384 absolute error 1.0091927293842673e-13 relative error 1.0092086160730691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.005610990172805623 y1[1] (numeric) 0.00561099017297844 absolute error 1.7281748948549946e-13 relative error 3.0799820381629145e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.718999999999911 y2[1] (analytic) -0.9999781472894143 y2[1] (numeric) -0.9999781472893129 absolute error 1.0136336214827679e-13 relative error 1.0136557726090004e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.006610971458917809 y1[1] (numeric) 0.006610971459090191 absolute error 1.7238207389302929e-13 relative error 2.6075150220244268e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.719999999999911 y2[1] (analytic) -0.9999710363300252 y2[1] (numeric) -0.9999710363299233 absolute error 1.0180745135812685e-13 relative error 1.0181040016095712e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.007610946134059087 y1[1] (numeric) 0.007610946134231034 absolute error 1.719466583005591e-13 relative error 2.2592021448042508e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.720999999999911 y2[1] (analytic) -0.999962925399683 y2[1] (numeric) -0.9999629253995809 absolute error 1.021405182655144e-13 relative error 1.0214430522480526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.008610913198254865 y1[1] (numeric) 0.008610913198426376 absolute error 1.7151037534635094e-13 relative error 1.991779169032968e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.721999999999912 y2[1] (analytic) -0.9999538145064989 y2[1] (numeric) -0.9999538145063963 absolute error 1.0258460747536446e-13 relative error 1.0258934561491965e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.009610871651538162 y1[1] (numeric) 0.009610871651709237 absolute error 1.7107495975388076e-13 relative error 1.7800150283611503e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.722999999999912 y2[1] (analytic) -0.9999437036595836 y2[1] (numeric) -0.9999437036594806 absolute error 1.0302869668521453e-13 relative error 1.0303449715034073e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.01061082049395061 y1[1] (numeric) 0.010610820494121247 absolute error 1.706378094379346e-13 relative error 1.6081490544036422e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.723999999999912 y2[1] (analytic) -0.999932592869048 y2[1] (numeric) -0.9999325928689445 absolute error 1.0347278589506459e-13 relative error 1.0347976116887658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.011610758725543447 y1[1] (numeric) 0.011610758725713648 absolute error 1.7020065912198845e-13 relative error 1.4658874854366774e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.724999999999913 y2[1] (analytic) -0.9999204821460028 y2[1] (numeric) -0.9999204821458989 absolute error 1.0391687510491465e-13 relative error 1.03925139008945e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.012610685346378525 y1[1] (numeric) 0.01261068534654829 absolute error 1.6976524352951827e-13 relative error 1.3462015653119966e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.725999999999913 y2[1] (analytic) -0.9999073715025587 y2[1] (numeric) -0.9999073715024545 absolute error 1.042499420123022e-13 relative error 1.0425959942234052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.013610599356529309 y1[1] (numeric) 0.013610599356698635 absolute error 1.6932635849009614e-13 relative error 1.2440771640880495e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.726999999999913 y2[1] (analytic) -0.9998932609518265 y2[1] (numeric) -0.9998932609517218 absolute error 1.0469403122215226e-13 relative error 1.0470520735632429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.01461049975608187 y1[1] (numeric) 0.014610499756250757 absolute error 1.68887473450674e-13 relative error 1.15593221498376e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.727999999999914 y2[1] (analytic) -0.9998781505079167 y2[1] (numeric) -0.9998781505078116 absolute error 1.0513812043200232e-13 relative error 1.0515093301978287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.015610385545135892 y1[1] (numeric) 0.01561038554530434 absolute error 1.6844858841125188e-13 relative error 1.0790802566932083e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.728999999999914 y2[1] (analytic) -0.9998620401859397 y2[1] (numeric) -0.9998620401858341 absolute error 1.0558220964185239e-13 relative error 1.0559677775367665e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.016610255723805673 y1[1] (numeric) 0.01661025572397368 absolute error 1.6800796864835377e-13 relative error 1.0114712948552997e-09% Correct digits 10 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.729999999999914 y2[1] (analytic) -0.9998449300020059 y2[1] (numeric) -0.9998449300018999 absolute error 1.0602629885170245e-13 relative error 1.0604274289963118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.01761010929222111 y1[1] (numeric) 0.017610109292388678 absolute error 1.6756734888545566e-13 relative error 9.515406526152279e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.730999999999915 y2[1] (analytic) -0.9998268199732253 y2[1] (numeric) -0.999826819973119 absolute error 1.0635936575909e-13 relative error 1.0637778826731037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.018609945250528726 y1[1] (numeric) 0.018609945250695852 absolute error 1.6712672912255755e-13 relative error 8.980506222489254e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.731999999999915 y2[1] (analytic) -0.9998077101177081 y2[1] (numeric) -0.9998077101176013 absolute error 1.0680345496894006e-13 relative error 1.0682399614258427e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.01960976259889264 y1[1] (numeric) 0.019609762599059326 absolute error 1.6668610935965944e-13 relative error 8.500159475111248e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.732999999999915 y2[1] (analytic) -0.9997876004545642 y2[1] (numeric) -0.9997876004544568 absolute error 1.0735856648125264e-13 relative error 1.073813742363287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.02060956033749559 y1[1] (numeric) 0.020609560337661835 absolute error 1.6624548959676133e-13 relative error 8.066425817648615e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.733999999999916 y2[1] (analytic) -0.9997664910039029 y2[1] (numeric) -0.9997664910037952 absolute error 1.0769163338864018e-13 relative error 1.0771678622725492e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.021609337466539917 y1[1] (numeric) 0.021609337466705722 absolute error 1.6580486983386322e-13 relative error 7.672834490673159e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.734999999999916 y2[1] (analytic) -0.9997443817868341 y2[1] (numeric) -0.999744381786726 absolute error 1.0813572259849025e-13 relative error 1.0816337112614751e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.02260909298624858 y1[1] (numeric) 0.022609092986413944 absolute error 1.6536425007096511e-13 relative error 7.314059443762022e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.735999999999916 y2[1] (analytic) -0.9997212728254669 y2[1] (numeric) -0.9997212728253583 absolute error 1.0857981180834031e-13 relative error 1.0861008439028822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.023608825896866144 y1[1] (numeric) 0.023608825897031064 absolute error 1.6492016086111505e-13 relative error 6.985529970086598e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.736999999999917 y2[1] (analytic) -0.99969716414291 y2[1] (numeric) -0.9996971641428011 absolute error 1.0891287871572786e-13 relative error 1.0894587143207942e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.024608535198659777 y1[1] (numeric) 0.024608535198824253 absolute error 1.64476071651265e-13 relative error 6.683700200905198e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.737999999999917 y2[1] (analytic) -0.9996720557632723 y2[1] (numeric) -0.999672055763163 absolute error 1.0935696792557792e-13 relative error 1.0939284267787338e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.025608219891920258 y1[1] (numeric) 0.025608219892084293 absolute error 1.6403545188836688e-13 relative error 6.405578075347686e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.738999999999917 y2[1] (analytic) -0.9996459477116622 y2[1] (numeric) -0.9996459477115525 absolute error 1.0969003483296547e-13 relative error 1.0972888459565331e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.026607878976962984 y1[1] (numeric) 0.026607878977126576 absolute error 1.6359136267851682e-13 relative error 6.148230109590986e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.739999999999918 y2[1] (analytic) -0.9996188400141877 y2[1] (numeric) -0.9996188400140775 absolute error 1.1013412404281553e-13 relative error 1.1017611877068302e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.02760751145412895 y1[1] (numeric) 0.027607511454292098 absolute error 1.6314727346866675e-13 relative error 5.909524795081327e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.740999999999918 y2[1] (analytic) -0.9995907326979564 y2[1] (numeric) -0.9995907326978458 absolute error 1.1057821325266559e-13 relative error 1.1062348782907205e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.028607116323785764 y1[1] (numeric) 0.028607116323948467 absolute error 1.627031842588167e-13 relative error 5.687507346678455e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.741999999999918 y2[1] (analytic) -0.9995616257910758 y2[1] (numeric) -0.9995616257909647 absolute error 1.1102230246251565e-13 relative error 1.110709931212596e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.02960669258632864 y1[1] (numeric) 0.029606692586490894 absolute error 1.6225562560201467e-13 relative error 5.480369856541787e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.742999999999919 y2[1] (analytic) -0.9995315193226526 y2[1] (numeric) -0.9995315193225411 absolute error 1.1146639167236572e-13 relative error 1.1151863599849514e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.030606239242181393 y1[1] (numeric) 0.030606239242343205 absolute error 1.618115363921646e-13 relative error 5.286880727546448e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.743999999999919 y2[1] (analytic) -0.9995004133227935 y2[1] (numeric) -0.9995004133226816 absolute error 1.1191048088221578e-13 relative error 1.1196641781284962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.031605755291797454 y1[1] (numeric) 0.031605755291958824 absolute error 1.613709166292665e-13 relative error 5.105744670216649e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.744999999999919 y2[1] (analytic) -0.9994683078226043 y2[1] (numeric) -0.999468307822492 absolute error 1.1235457009206584e-13 relative error 1.1241433991722693e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03260523973566086 y1[1] (numeric) 0.03260523973582178 absolute error 1.6091988852551253e-13 relative error 4.935399642208793e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.74599999999992 y2[1] (analytic) -0.9994352028541905 y2[1] (numeric) -0.9994352028540778 absolute error 1.1268763699945339e-13 relative error 1.1275131862239757e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03360469157428725 y1[1] (numeric) 0.03360469157444772 absolute error 1.6046886042175856e-13 relative error 4.775192180146117e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.74699999999992 y2[1] (analytic) -0.9994010984506573 y2[1] (numeric) -0.9994010984505441 absolute error 1.1313172620930345e-13 relative error 1.1319952157816147e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.034604109808224856 y1[1] (numeric) 0.03460410980838488 absolute error 1.600247712119085e-13 relative error 4.624444093454851e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.74799999999992 y2[1] (analytic) -0.9993659946461088 y2[1] (numeric) -0.9993659946459953 absolute error 1.13464793116691e-13 relative error 1.1353677604056427e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03560349343805554 y1[1] (numeric) 0.035603493438215124 absolute error 1.5958068200205844e-13 relative error 4.4821635910448966e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.748999999999921 y2[1] (analytic) -0.999329891475649 y2[1] (numeric) -0.9993298914755351 absolute error 1.1390888232654106e-13 relative error 1.1398526482415012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03660284146439576 y1[1] (numeric) 0.03660284146455489 absolute error 1.5912965389830447e-13 relative error 4.3474672329221414e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.749999999999921 y2[1] (analytic) -0.9992927889753809 y2[1] (numeric) -0.9992927889752666 absolute error 1.142419492339286e-13 relative error 1.143227995781556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03760215288789756 y1[1] (numeric) 0.037602152888056246 absolute error 1.586855646884544e-13 relative error 4.2201191288578625e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.750999999999921 y2[1] (analytic) -0.9992546871824072 y2[1] (numeric) -0.9992546871822925 absolute error 1.1468603844377867e-13 relative error 1.1477157917283155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03860142670924961 y1[1] (numeric) 0.038601426709407846 absolute error 1.5823453658470044e-13 relative error 4.0991888143550024e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.751999999999922 y2[1] (analytic) -0.9992155861348295 y2[1] (numeric) -0.9992155861347144 absolute error 1.1513012765362873e-13 relative error 1.152205082178268e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.03960066192917817 y1[1] (numeric) 0.03960066192933595 absolute error 1.5778350848094647e-13 relative error 3.984365432151779e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.752999999999922 y2[1] (analytic) -0.999175485871749 y2[1] (numeric) -0.9991754858716335 absolute error 1.1546319456101628e-13 relative error 1.155584741555967e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.04059985754844809 y1[1] (numeric) 0.04059985754860543 absolute error 1.573394192710964e-13 relative error 3.875368751807619e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.753999999999922 y2[1] (analytic) -0.9991343864332659 y2[1] (numeric) -0.99913438643315 absolute error 1.1590728377086634e-13 relative error 1.1600770161122666e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.04159901256786385 y1[1] (numeric) 0.04159901256802074 absolute error 1.5688839116734243e-13 relative error 3.771445077245467e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.754999999999923 y2[1] (analytic) -0.9990922878604797 y2[1] (numeric) -0.9990922878603633 absolute error 1.163513729807164e-13 relative error 1.1645708248822409e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.042598125988270515 y1[1] (numeric) 0.04259812598842695 absolute error 1.5643736306358846e-13 relative error 3.672400121701688e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.755999999999923 y2[1] (analytic) -0.9990491901954887 y2[1] (numeric) -0.999049190195372 absolute error 1.1668443988810395e-13 relative error 1.1679549018529484e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.04359719681055473 y1[1] (numeric) 0.043597196810710726 absolute error 1.559932738537384e-13 relative error 3.578057427214517e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.756999999999923 y2[1] (analytic) -0.9990050934813909 y2[1] (numeric) -0.9990050934812738 absolute error 1.1712852909795402e-13 relative error 1.1724517708891526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.044596224035645775 y1[1] (numeric) 0.04459622403580132 absolute error 1.5554224574998443e-13 relative error 3.487789585630825e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.757999999999924 y2[1] (analytic) -0.9989599977622828 y2[1] (numeric) -0.9989599977621653 absolute error 1.1757261830780408e-13 relative error 1.176950213934214e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.045595206664516504 y1[1] (numeric) 0.04559520666467159 absolute error 1.5508427875232655e-13 relative error 3.4013285627459955e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.758999999999924 y2[1] (analytic) -0.9989139030832602 y2[1] (numeric) -0.9989139030831422 absolute error 1.1801670751765414e-13 relative error 1.1814502446445313e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.04659414369818436 y1[1] (numeric) 0.046594143698338995 absolute error 1.5463325064857258e-13 relative error 3.3187271698824716e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.759999999999924 y2[1] (analytic) -0.9988668094904177 y2[1] (numeric) -0.9988668094902994 absolute error 1.1834977442504169e-13 relative error 1.1848403941404265e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0475930341377124 y1[1] (numeric) 0.047593034137866586 absolute error 1.5418222254481861e-13 relative error 3.239596410236969e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.760999999999925 y2[1] (analytic) -0.9988187170308491 y2[1] (numeric) -0.9988187170307303 absolute error 1.1879386363489175e-13 relative error 1.1893435876735051e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.048591876984210275 y1[1] (numeric) 0.048591876984364006 absolute error 1.5373119444106464e-13 relative error 3.163722086533495e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.761999999999925 y2[1] (analytic) -0.9987696257526466 y2[1] (numeric) -0.9987696257525275 absolute error 1.191269305422793e-13 relative error 1.1927368180876383e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.04959067123883521 y1[1] (numeric) 0.04959067123898849 absolute error 1.5328016633731067e-13 relative error 3.090907271633674e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.762999999999925 y2[1] (analytic) -0.9987195357049016 y2[1] (numeric) -0.9987195357047821 absolute error 1.1945999744966684e-13 relative error 1.1961315782748892e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.05058941590279305 y1[1] (numeric) 0.05058941590294587 absolute error 1.528221993396528e-13 relative error 3.020833441392144e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.763999999999926 y2[1] (analytic) -0.9986684469377041 y2[1] (numeric) -0.9986684469375842 absolute error 1.199040866595169e-13 relative error 1.2006395819071713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.05158810997733919 y1[1] (numeric) 0.05158810997749156 absolute error 1.5237117123589883e-13 relative error 2.953610266063828e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.764999999999926 y2[1] (analytic) -0.9986163595021429 y2[1] (numeric) -0.9986163595020225 absolute error 1.2034817586936697e-13 relative error 1.2051492520047057e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.052586752463779654 y1[1] (numeric) 0.052586752463931574 absolute error 1.5192014313214486e-13 relative error 2.8889432416801813e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.765999999999926 y2[1] (analytic) -0.9985632734503055 y2[1] (numeric) -0.9985632734501847 absolute error 1.2079226507921703e-13 relative error 1.2096606022956079e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.05358534236347204 y1[1] (numeric) 0.05358534236362351 absolute error 1.514691150283909e-13 relative error 2.8266893211387614e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.766999999999927 y2[1] (analytic) -0.9985091888352777 y2[1] (numeric) -0.9985091888351566 absolute error 1.2112533198660458e-13 relative error 1.2130617658901325e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.054583878677826526 y1[1] (numeric) 0.05458387867797754 absolute error 1.51011148030733e-13 relative error 2.766588811360485e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.767999999999927 y2[1] (analytic) -0.9984541057111443 y2[1] (numeric) -0.9984541057110229 absolute error 1.2145839889399213e-13 relative error 1.2164645144854598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.05558236040830688 y1[1] (numeric) 0.05558236040845744 absolute error 1.5056011992697904e-13 relative error 2.7087752089146176e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.768999999999927 y2[1] (analytic) -0.9983980241329885 y2[1] (numeric) -0.9983980241328666 absolute error 1.219024881038422e-13 relative error 1.2209808629148943e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.056580786556431464 y1[1] (numeric) 0.056580786556581567 absolute error 1.5010215292932116e-13 relative error 2.652882048212871e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.769999999999928 y2[1] (analytic) -0.9983409441568918 y2[1] (numeric) -0.9983409441567694 absolute error 1.2234657731369225e-13 relative error 1.2254989443212215e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0575791561237742 y1[1] (numeric) 0.05757915612392385 absolute error 1.496511248255672e-13 relative error 2.5990503317532445e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.770999999999928 y2[1] (analytic) -0.998282865839934 y2[1] (numeric) -0.9982828658398113 absolute error 1.226796442210798e-13 relative error 1.2289066397814987e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.05857746811196561 y1[1] (numeric) 0.058577468112114804 absolute error 1.4919315782790932e-13 relative error 2.546937630399796e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.771999999999928 y2[1] (analytic) -0.9982237892401936 y2[1] (numeric) -0.9982237892400705 absolute error 1.2312373343092986e-13 relative error 1.2334281626833048e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.059575721522693796 y1[1] (numeric) 0.05957572152284253 absolute error 1.4873519083025144e-13 relative error 2.4965738899795733e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.772999999999929 y2[1] (analytic) -0.9981637144167471 y2[1] (numeric) -0.9981637144166237 absolute error 1.234568003383174e-13 relative error 1.2368391933627482e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06057391535770542 y1[1] (numeric) 0.0605739153578537 absolute error 1.4827722383259356e-13 relative error 2.4478725365031515e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.773999999999929 y2[1] (analytic) -0.9981026414296694 y2[1] (numeric) -0.9981026414295455 absolute error 1.2390088954816747e-13 relative error 1.2413642085015768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06157204861880673 y1[1] (numeric) 0.06157204861895456 absolute error 1.478261957288396e-13 relative error 2.400865312181397e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.774999999999929 y2[1] (analytic) -0.9980405703400335 y2[1] (numeric) -0.9980405703399091 absolute error 1.2434497875801753e-13 relative error 1.2458910234045202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06257012030786456 y1[1] (numeric) 0.06257012030801193 absolute error 1.4736822873118172e-13 relative error 2.3552492468623033e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.77599999999993 y2[1] (analytic) -0.9979775012099104 y2[1] (numeric) -0.9979775012097856 absolute error 1.247890679678676e-13 relative error 1.2504196519117719e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0635681294268073 y1[1] (numeric) 0.06356812942695421 absolute error 1.4691026173352384e-13 relative error 2.311067874077955e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.77699999999993 y2[1] (analytic) -0.9979134341023692 y2[1] (numeric) -0.997913434102244 absolute error 1.2523315717771766e-13 relative error 1.2549501078754977e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0645660749776259 y1[1] (numeric) 0.06456607497777235 absolute error 1.4645229473586596e-13 relative error 2.2682545715627925e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.77799999999993 y2[1] (analytic) -0.9978483690814771 y2[1] (numeric) -0.9978483690813514 absolute error 1.2567724638756772e-13 relative error 1.2594824051599549e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06556395596237491 y1[1] (numeric) 0.0655639559625209 absolute error 1.4599432773820809e-13 relative error 2.226746778702457e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.778999999999931 y2[1] (analytic) -0.997782306212299 y2[1] (numeric) -0.997782306212173 absolute error 1.2601031329495527e-13 relative error 1.2629038670098841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06656177138317342 y1[1] (numeric) 0.06656177138331895 absolute error 1.455363607405502e-13 relative error 2.1864856916554553e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.779999999999931 y2[1] (analytic) -0.997715245560898 y2[1] (numeric) -0.9977152455607715 absolute error 1.2645440250480533e-13 relative error 1.2674398137889022e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06755952024220609 y1[1] (numeric) 0.06755952024235116 absolute error 1.4507839374289233e-13 relative error 2.1474159855306123e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.780999999999931 y2[1] (analytic) -0.9976471871943344 y2[1] (numeric) -0.9976471871942075 absolute error 1.268984917146554e-13 relative error 1.2719776424321886e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06855720154172415 y1[1] (numeric) 0.06855720154186877 absolute error 1.4462042674523445e-13 relative error 2.109485560859977e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.781999999999932 y2[1] (analytic) -0.9975781311806668 y2[1] (numeric) -0.9975781311805395 absolute error 1.2734258092450546e-13 relative error 1.2765173668531735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.06955481428404638 y1[1] (numeric) 0.06955481428419054 absolute error 1.4416245974757658e-13 relative error 2.0726453119240487e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.782999999999932 y2[1] (analytic) -0.9975080775889512 y2[1] (numeric) -0.9975080775888234 absolute error 1.2778667013435552e-13 relative error 1.2810590009779679e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07055235747156012 y1[1] (numeric) 0.07055235747170382 absolute error 1.437044927499187e-13 relative error 2.0368489147630034e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.783999999999932 y2[1] (analytic) -0.9974370264892412 y2[1] (numeric) -0.9974370264891129 absolute error 1.2823075934420558e-13 relative error 1.2856025587454843e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07154983010672226 y1[1] (numeric) 0.07154983010686551 absolute error 1.4324652575226082e-13 relative error 2.0020526329496132e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.784999999999933 y2[1] (analytic) -0.9973649779525877 y2[1] (numeric) -0.997364977952459 absolute error 1.2867484855405564e-13 relative error 1.2901480541075558e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07254723119206027 y1[1] (numeric) 0.07254723119220305 absolute error 1.4277468096679513e-13 relative error 1.9680238462694176e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.785999999999933 y2[1] (analytic) -0.9972919320510394 y2[1] (numeric) -0.9972919320509104 absolute error 1.290079154614432e-13 relative error 1.293582263280967e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07354455973017314 y1[1] (numeric) 0.07354455973031544 absolute error 1.4230283618132944e-13 relative error 1.9349199546971634e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.786999999999933 y2[1] (analytic) -0.9972178888576422 y2[1] (numeric) -0.9972178888575127 absolute error 1.2945200467129325e-13 relative error 1.2981315930822934e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07454181472373239 y1[1] (numeric) 0.07454181472387424 absolute error 1.4184486918367156e-13 relative error 1.9028899378071007e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.787999999999934 y2[1] (analytic) -0.9971428484464392 y2[1] (numeric) -0.9971428484463093 absolute error 1.2989609388114332e-13 relative error 1.3026829012866414e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07553899517548314 y1[1] (numeric) 0.07553899517562451 absolute error 1.4137302439820587e-13 relative error 1.8715237615986948e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.788999999999934 y2[1] (analytic) -0.9970668108924708 y2[1] (numeric) -0.9970668108923405 absolute error 1.3034018309099338e-13 relative error 1.3072362018983097e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.076536100088245 y1[1] (numeric) 0.07653610008838592 absolute error 1.40915057400548e-13 relative error 1.8411580579370387e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.789999999999934 y2[1] (analytic) -0.9969897762717747 y2[1] (numeric) -0.996989776271644 absolute error 1.3067324999838092e-13 relative error 1.310677933800196e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.07753312846491316 y1[1] (numeric) 0.07753312846505361 absolute error 1.4045709040289012e-13 relative error 1.811575170302235e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.790999999999935 y2[1] (analytic) -0.9969117446613853 y2[1] (numeric) -0.9969117446612542 absolute error 1.31117339208231e-13 relative error 1.3152351741303517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0785300793084593 y1[1] (numeric) 0.0785300793085993 absolute error 1.3999912340523224e-13 relative error 1.782745218622891e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.791999999999935 y2[1] (analytic) -0.9968327161393343 y2[1] (numeric) -0.9968327161392029 absolute error 1.3145040611561853e-13 relative error 1.3186806972459437e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0795269516219327 y1[1] (numeric) 0.07952695162207223 absolute error 1.3952727861976655e-13 relative error 1.754465319921635e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.792999999999935 y2[1] (analytic) -0.9967526907846503 y2[1] (numeric) -0.9967526907845184 absolute error 1.318944953254686e-13 relative error 1.3232419289647503e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08052374440846109 y1[1] (numeric) 0.08052374440860015 absolute error 1.3905543383430086e-13 relative error 1.7268873281517385e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.793999999999936 y2[1] (analytic) -0.9966716686773587 y2[1] (numeric) -0.9966716686772263 absolute error 1.3233858453531866e-13 relative error 1.32780522106081e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08152045667125178 y1[1] (numeric) 0.08152045667139038 absolute error 1.3859746683664298e-13 relative error 1.700155672527279e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.794999999999936 y2[1] (analytic) -0.9965896498984813 y2[1] (numeric) -0.9965896498983486 absolute error 1.326716514427062e-13 relative error 1.3312565653899872e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.0825170874135926 y1[1] (numeric) 0.08251708741373073 absolute error 1.381394998389851e-13 relative error 1.6740714459127907e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.795999999999936 y2[1] (analytic) -0.9965066345300371 y2[1] (numeric) -0.9965066345299041 absolute error 1.3300471835009375e-13 relative error 1.33470981267295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08351363563885288 y1[1] (numeric) 0.08351363563899054 absolute error 1.376676550535194e-13 relative error 1.6484452389170393e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.796999999999937 y2[1] (analytic) -0.9964226226550414 y2[1] (numeric) -0.996422622654908 absolute error 1.3344880755994382e-13 relative error 1.339279182605867e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08451010035048448 y1[1] (numeric) 0.08451010035062168 absolute error 1.3719581026805372e-13 relative error 1.6234250071774669e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.797999999999937 y2[1] (analytic) -0.9963376143575061 y2[1] (numeric) -0.9963376143573723 absolute error 1.3378187446733136e-13 relative error 1.3427363630510062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08550648055202277 y1[1] (numeric) 0.0855064805521595 absolute error 1.3672396548258803e-13 relative error 1.5989895105015365e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.798999999999937 y2[1] (analytic) -0.9962516097224394 y2[1] (numeric) -0.9962516097223053 absolute error 1.341149413747189e-13 relative error 1.34619547979535e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08650277524708763 y1[1] (numeric) 0.0865027752472239 absolute error 1.3626599848493015e-13 relative error 1.5752789213490343e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.799999999999938 y2[1] (analytic) -0.9961646088358461 y2[1] (numeric) -0.9961646088357116 absolute error 1.3455903058456897e-13 relative error 1.3507710411617565e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08749898343938446 y1[1] (numeric) 0.08749898343952026 absolute error 1.3579415369946446e-13 relative error 1.5519512154508264e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.800999999999938 y2[1] (analytic) -0.996076611784727 y2[1] (numeric) -0.996076611784592 absolute error 1.3500311979441904e-13 relative error 1.3553487572861117e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08849510413270514 y1[1] (numeric) 0.08849510413284047 absolute error 1.3532230891399877e-13 relative error 1.5291502308542703e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.801999999999938 y2[1] (analytic) -0.9959876186570791 y2[1] (numeric) -0.9959876186569436 absolute error 1.354472090042691e-13 relative error 1.3599286423549798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.08949113633092906 y1[1] (numeric) 0.08949113633106393 absolute error 1.348643419163409e-13 relative error 1.5070134031780127e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.802999999999939 y2[1] (analytic) -0.9958976295418954 y2[1] (numeric) -0.9958976295417596 absolute error 1.3578027591165664e-13 relative error 1.3633959142378363e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09048707903802411 y1[1] (numeric) 0.0904870790381585 absolute error 1.343924971308752e-13 relative error 1.48521201656207e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.803999999999939 y2[1] (analytic) -0.9958066445291652 y2[1] (numeric) -0.9958066445290291 absolute error 1.361133428190442e-13 relative error 1.3668651797699236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09148293125804766 y1[1] (numeric) 0.09148293125818158 absolute error 1.339206523454095e-13 relative error 1.4638867655831552e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.804999999999939 y2[1] (analytic) -0.9957146637098736 y2[1] (numeric) -0.995714663709737 absolute error 1.3655743202889425e-13 relative error 1.371451450961896e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09247869199514756 y1[1] (numeric) 0.09247869199528103 absolute error 1.3346268534775163e-13 relative error 1.443172286160303e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.80599999999994 y2[1] (analytic) -0.9956216871760012 y2[1] (numeric) -0.9956216871758642 absolute error 1.3700152123874432e-13 relative error 1.3760399457281594e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09347436025356319 y1[1] (numeric) 0.09347436025369618 absolute error 1.3299084056228594e-13 relative error 1.422752080907838e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.80699999999994 y2[1] (analytic) -0.9955277150205245 y2[1] (numeric) -0.9955277150203872 absolute error 1.3733458814613186e-13 relative error 1.3795154677667661e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09446993503762635 y1[1] (numeric) 0.09446993503775887 absolute error 1.3251899577682025e-13 relative error 1.4027637017431988e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.80799999999994 y2[1] (analytic) -0.9954327473374158 y2[1] (numeric) -0.995432747337278 absolute error 1.3777867735598193e-13 relative error 1.3841083460887982e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09546541535176235 y1[1] (numeric) 0.0954654153518944 absolute error 1.3204715099135456e-13 relative error 1.3831935942958937e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.808999999999941 y2[1] (analytic) -0.9953367842216427 y2[1] (numeric) -0.9953367842215045 absolute error 1.38222766565832e-13 relative error 1.3887034896828689e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09646080020049096 y1[1] (numeric) 0.09646080020062253 absolute error 1.3157530620588886e-13 relative error 1.3640287653887738e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.809999999999941 y2[1] (analytic) -0.9952398257691684 y2[1] (numeric) -0.9952398257690297 absolute error 1.3866685577568205e-13 relative error 1.3933009128580014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09745608858842739 y1[1] (numeric) 0.0974560885885585 absolute error 1.31117339208231e-13 relative error 1.3453991547101837e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.810999999999941 y2[1] (analytic) -0.9951418720769512 y2[1] (numeric) -0.995141872076812 absolute error 1.3911094498553211e-13 relative error 1.3979006299392767e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09845127952028336 y1[1] (numeric) 0.098451279520414 absolute error 1.306454944227653e-13 relative error 1.3270065666932155e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.811999999999942 y2[1] (analytic) -0.9950429232429449 y2[1] (numeric) -0.9950429232428053 absolute error 1.3955503419538218e-13 relative error 1.4025026552679587e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.09944637200086802 y1[1] (numeric) 0.09944637200099819 absolute error 1.301736496372996e-13 relative error 1.3089833949514355e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.812999999999942 y2[1] (analytic) -0.9949429793660981 y2[1] (numeric) -0.9949429793659582 absolute error 1.3988810110276972e-13 relative error 1.4059911372197004e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10044136503508896 y1[1] (numeric) 0.10044136503521867 absolute error 1.2970180485183391e-13 relative error 1.2913186196396563e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.813999999999942 y2[1] (analytic) -0.994842040546355 y2[1] (numeric) -0.9948420405462147 absolute error 1.4033219031261979e-13 relative error 1.4105977089141816e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10143625762795323 y1[1] (numeric) 0.10143625762808248 absolute error 1.2924383785417604e-13 relative error 1.274138467610025e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.814999999999943 y2[1] (analytic) -0.9947401068846543 y2[1] (numeric) -0.9947401068845135 absolute error 1.4077627952246985e-13 relative error 1.4152066308390403e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10243104878456834 y1[1] (numeric) 0.10243104878469711 absolute error 1.2877199306871034e-13 relative error 1.2571578110026183e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.815999999999943 y2[1] (analytic) -0.9946371784829295 y2[1] (numeric) -0.9946371784827883 absolute error 1.412203687323199e-13 relative error 1.4198179174009592e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1034257375101432 y1[1] (numeric) 0.1034257375102715 absolute error 1.2830014828324465e-13 relative error 1.2405050364824517e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.816999999999943 y2[1] (analytic) -0.9945332554441092 y2[1] (numeric) -0.9945332554439675 absolute error 1.4166445794216997e-13 relative error 1.424431583023432e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10442032280998916 y1[1] (numeric) 0.10442032281011698 absolute error 1.2782830349777896e-13 relative error 1.2241707366714876e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.817999999999944 y2[1] (analytic) -0.9944283378721163 y2[1] (numeric) -0.9944283378719742 absolute error 1.4210854715202004e-13 relative error 1.4290476421468917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.105414803689521 y1[1] (numeric) 0.10541480368964837 absolute error 1.2737033650012108e-13 relative error 1.208277509819834e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.818999999999944 y2[1] (analytic) -0.9943224258718683 y2[1] (numeric) -0.9943224258717258 absolute error 1.4244161405940758e-13 relative error 1.4325495468384729e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10640917915425795 y1[1] (numeric) 0.10640917915438484 absolute error 1.268984917146554e-13 relative error 1.1925521155528768e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.819999999999944 y2[1] (analytic) -0.9942155195492773 y2[1] (numeric) -0.9942155195491345 absolute error 1.4288570326925765e-13 relative error 1.4371703162915237e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10740344820982461 y1[1] (numeric) 0.10740344820995103 absolute error 1.2641276914138189e-13 relative error 1.1769898569217297e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.820999999999945 y2[1] (analytic) -0.9941076190112498 y2[1] (numeric) -0.9941076190111064 absolute error 1.433297924791077e-13 relative error 1.4417935215270262e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10839760986195202 y1[1] (numeric) 0.10839760986207796 absolute error 1.259409243559162e-13 relative error 1.1618422630933116e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.821999999999945 y2[1] (analytic) -0.9939987243656859 y2[1] (numeric) -0.9939987243655423 absolute error 1.4366285938649526e-13 relative error 1.4453022510483885e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.10939166311647859 y1[1] (numeric) 0.10939166311660406 absolute error 1.254690795704505e-13 relative error 1.1469711310344822e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.822999999999945 y2[1] (analytic) -0.9938888357214806 y2[1] (numeric) -0.9938888357213366 absolute error 1.439959262938828e-13 relative error 1.4488131984031568e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11038560697935115 y1[1] (numeric) 0.11038560697947615 absolute error 1.249972347849848e-13 relative error 1.1323689582860827e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.823999999999946 y2[1] (analytic) -0.9937779531885224 y2[1] (numeric) -0.9937779531883779 absolute error 1.4444001550373287e-13 relative error 1.4534435488360267e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11137944045662594 y1[1] (numeric) 0.11137944045675047 absolute error 1.2452538999951912e-13 relative error 1.1180285112674143e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.824999999999946 y2[1] (analytic) -0.9936660768776937 y2[1] (numeric) -0.9936660768775489 absolute error 1.4477308241112041e-13 relative error 1.4569590909858536e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11237316255446957 y1[1] (numeric) 0.1123731625545936 absolute error 1.2403966742624561e-13 relative error 1.1038193159876679e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.825999999999946 y2[1] (analytic) -0.993553206900871 y2[1] (numeric) -0.9935532069007258 absolute error 1.4521717162097048e-13 relative error 1.4615943123362e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11336677227915999 y1[1] (numeric) 0.11336677227928356 absolute error 1.2356782264077992e-13 relative error 1.0899827185385534e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.826999999999947 y2[1] (analytic) -0.9934393433709242 y2[1] (numeric) -0.9934393433707785 absolute error 1.4566126083082054e-13 relative error 1.4662320533487715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11436026863708758 y1[1] (numeric) 0.11436026863721067 absolute error 1.2309597785531423e-13 relative error 1.0763876241489837e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.827999999999947 y2[1] (analytic) -0.9933244864017169 y2[1] (numeric) -0.9933244864015708 absolute error 1.461053500406706e-13 relative error 1.4708723286378665e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11535365063475607 y1[1] (numeric) 0.11535365063487868 absolute error 1.2261025528204073e-13 relative error 1.0629074555278812e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.828999999999947 y2[1] (analytic) -0.9932086361081058 y2[1] (numeric) -0.9932086361079594 absolute error 1.4643841694805815e-13 relative error 1.4743973383263963e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11634691727878353 y1[1] (numeric) 0.11634691727890567 absolute error 1.2213841049657503e-13 relative error 1.0497777968961074e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.829999999999948 y2[1] (analytic) -0.9930917926059415 y2[1] (numeric) -0.9930917926057946 absolute error 1.468825061579082e-13 relative error 1.4790425945669975e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11734006757590341 y1[1] (numeric) 0.11734006757602507 absolute error 1.2165268792330153e-13 relative error 1.036753177635665e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.830999999999948 y2[1] (analytic) -0.9929739560120674 y2[1] (numeric) -0.9929739560119201 absolute error 1.4732659536775827e-13 relative error 1.483690427888401e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1183331005329655 y1[1] (numeric) 0.11833310053308667 absolute error 1.2116696535002802e-13 relative error 1.0239482004975697e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.831999999999948 y2[1] (analytic) -0.99285512644432 y2[1] (numeric) -0.9928551264441722 absolute error 1.4777068457760834e-13 relative error 1.4883408529783667e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.11932601515693692 y1[1] (numeric) 0.1193260151570576 absolute error 1.2068124277675452e-13 relative error 1.0113573525273194e-10% Correct digits 11 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.832999999999949 y2[1] (analytic) -0.9927353040215288 y2[1] (numeric) -0.9927353040213807 absolute error 1.4810375148499588e-13 relative error 1.4918755370644505e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12031881045490311 y1[1] (numeric) 0.12031881045502332 absolute error 1.2020939799128882e-13 relative error 9.990906454011586e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.833999999999949 y2[1] (analytic) -0.9926144888635163 y2[1] (numeric) -0.9926144888633678 absolute error 1.4854784069484595e-13 relative error 1.4965310537117412e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12131148543406889 y1[1] (numeric) 0.12131148543418861 absolute error 1.1972367541801532e-13 relative error 9.869112968951607e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.834999999999949 y2[1] (analytic) -0.9924926810910977 y2[1] (numeric) -0.9924926810909488 absolute error 1.488809076022335e-13 relative error 1.5000705842844214e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12230403910175933 y1[1] (numeric) 0.12230403910187858 absolute error 1.1925183063254963e-13 relative error 9.750440910077369e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.83599999999995 y2[1] (analytic) -0.9923698808260807 y2[1] (numeric) -0.9923698808259314 absolute error 1.4932499681208355e-13 relative error 1.5047312468590907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12329647046542086 y1[1] (numeric) 0.12329647046553964 absolute error 1.1877998584708394e-13 relative error 9.633689058471176e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.83699999999995 y2[1] (analytic) -0.9922460881912656 y2[1] (numeric) -0.9922460881911158 absolute error 1.4976908602193362e-13 relative error 1.509394572620014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12428877853262221 y1[1] (numeric) 0.12428877853274051 absolute error 1.1829426327381043e-13 relative error 9.517694571498392e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.83799999999995 y2[1] (analytic) -0.992121303310445 y2[1] (numeric) -0.9921213033102948 absolute error 1.5021317523178368e-13 relative error 1.5140605763686583e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12528096231105537 y1[1] (numeric) 0.1252809623111732 absolute error 1.1782241848834474e-13 relative error 9.404654651024143e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.838999999999951 y2[1] (analytic) -0.9919955263084037 y2[1] (numeric) -0.9919955263082532 absolute error 1.5054624213917123e-13 relative error 1.517610091442767e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12627302080853667 y1[1] (numeric) 0.12627302080865402 absolute error 1.1735057370287905e-13 relative error 9.293400359908518e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.839999999999951 y2[1] (analytic) -0.9918687573109188 y2[1] (numeric) -0.9918687573107678 absolute error 1.509903313490213e-13 relative error 1.522281352609342e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1272649530330077 y1[1] (numeric) 0.12726495303312454 absolute error 1.1685097334179773e-13 relative error 9.181708754608271e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.840999999999951 y2[1] (analytic) -0.9917409964447592 y2[1] (numeric) -0.9917409964446079 absolute error 1.5132339825640884e-13 relative error 1.525835866409478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12825675799253627 y1[1] (numeric) 0.12825675799265265 absolute error 1.1637912855633203e-13 relative error 9.073917848687907e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.841999999999952 y2[1] (analytic) -0.9916122438376859 y2[1] (numeric) -0.9916122438375341 absolute error 1.517674874662589e-13 relative error 1.530512439811113e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.12924843469531755 y1[1] (numeric) 0.12924843469543346 absolute error 1.1590728377086634e-13 relative error 8.967790135648387e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.842999999999952 y2[1] (analytic) -0.9914824996184514 y2[1] (numeric) -0.9914824996182992 absolute error 1.5221157667610896e-13 relative error 1.535191763189809e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13023998214967492 y1[1] (numeric) 0.13023998214979032 absolute error 1.1540768340978502e-13 relative error 8.86115626744756e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.843999999999952 y2[1] (analytic) -0.9913517639167998 y2[1] (numeric) -0.9913517639166471 absolute error 1.5265566588595902e-13 relative error 1.5398738514654098e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13123139936406097 y1[1] (numeric) 0.1312313993641759 absolute error 1.1493583862431933e-13 relative error 8.758257488778684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.844999999999953 y2[1] (analytic) -0.9912200368634669 y2[1] (numeric) -0.9912200368633138 absolute error 1.5309975509580909e-13 relative error 1.544558719578198e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1322226853470586 y1[1] (numeric) 0.13222268534717305 absolute error 1.14436238263238e-13 relative error 8.654811234763939e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.845999999999953 y2[1] (analytic) -0.9910873185901798 y2[1] (numeric) -0.9910873185900263 absolute error 1.5354384430565915e-13 relative error 1.5492463824890327e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1332138391073819 y1[1] (numeric) 0.13321383910749587 absolute error 1.1396439347777232e-13 relative error 8.554996556019013e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.846999999999953 y2[1] (analytic) -0.9909536092296567 y2[1] (numeric) -0.9909536092295028 absolute error 1.538769112130467e-13 relative error 1.5528164969565716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1342048596538772 y1[1] (numeric) 0.13420485965399068 absolute error 1.13464793116691e-13 relative error 8.45459645867697e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.847999999999954 y2[1] (analytic) -0.9908189089156069 y2[1] (numeric) -0.9908189089154527 absolute error 1.5420997812043424e-13 relative error 1.5563891315841762e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13519574599552403 y1[1] (numeric) 0.13519574599563702 absolute error 1.1299294833122531e-13 relative error 8.357729564580102e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.848999999999954 y2[1] (analytic) -0.9906832177827308 y2[1] (numeric) -0.9906832177825762 absolute error 1.546540673302843e-13 relative error 1.5610849619156654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13618649714143613 y1[1] (numeric) 0.13618649714154862 absolute error 1.1249334797014399e-13 relative error 8.260242412528924e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.849999999999954 y2[1] (analytic) -0.9905465359667195 y2[1] (numeric) -0.9905465359665644 absolute error 1.5509815654013437e-13 relative error 1.565783644771086e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13717711210086242 y1[1] (numeric) 0.13717711210097444 absolute error 1.120215031846783e-13 relative error 8.166194889881636e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.850999999999955 y2[1] (analytic) -0.9904088636042547 y2[1] (numeric) -0.9904088636040992 absolute error 1.5554224574998443e-13 relative error 1.5704851952146465e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13816758988318806 y1[1] (numeric) 0.13816758988329958 absolute error 1.1152190282359697e-13 relative error 8.071495125440176e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.851999999999955 y2[1] (analytic) -0.9902702008330089 y2[1] (numeric) -0.990270200832853 absolute error 1.5587531265737198e-13 relative error 1.5740684969238765e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.13915792949793532 y1[1] (numeric) 0.13915792949804637 absolute error 1.1105005803813128e-13 relative error 7.980145898892447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.852999999999955 y2[1] (analytic) -0.9901305477916447 y2[1] (numeric) -0.9901305477914885 absolute error 1.5620837956475953e-13 relative error 1.577654380153826e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1401481299547647 y1[1] (numeric) 0.14014812995487524 absolute error 1.1055045767704996e-13 relative error 7.888115076007942e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.853999999999956 y2[1] (analytic) -0.9899899046198153 y2[1] (numeric) -0.9899899046196586 absolute error 1.566524687746096e-13 relative error 1.5823643053690396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14113819026347577 y1[1] (numeric) 0.14113819026358584 absolute error 1.1007861289158427e-13 relative error 7.799349891485098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.854999999999956 y2[1] (analytic) -0.9898482714581637 y2[1] (numeric) -0.9898482714580067 absolute error 1.5698553568199713e-13 relative error 1.5859555470126633e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14212810943400836 y1[1] (numeric) 0.14212810943411794 absolute error 1.0957901253050295e-13 relative error 7.709876179094726e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.855999999999956 y2[1] (analytic) -0.9897056484483232 y2[1] (numeric) -0.9897056484481658 absolute error 1.574296248918472e-13 relative error 1.590671177219893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14311788647644336 y1[1] (numeric) 0.14311788647655244 absolute error 1.0907941216942163e-13 relative error 7.621647779669782e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.856999999999957 y2[1] (analytic) -0.9895620357329167 y2[1] (numeric) -0.9895620357327589 absolute error 1.5776269179923474e-13 relative error 1.5942678286196398e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1441075204010038 y1[1] (numeric) 0.14410752040111238 absolute error 1.0857981180834031e-13 relative error 7.534638824274988e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.857999999999957 y2[1] (analytic) -0.9894174334555569 y2[1] (numeric) -0.9894174334553988 absolute error 1.580957587066223e-13 relative error 1.597867122216254e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14509701021805585 y1[1] (numeric) 0.14509701021816396 absolute error 1.0810796702287462e-13 relative error 7.450737052431814e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.858999999999957 y2[1] (analytic) -0.9892718417608461 y2[1] (numeric) -0.9892718417606876 absolute error 1.5853984791647235e-13 relative error 1.602591332573266e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14608635493810979 y1[1] (numeric) 0.1460863549382174 absolute error 1.076083666617933e-13 relative error 7.366079241786963e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.859999999999958 y2[1] (analytic) -0.989125260794376 y2[1] (numeric) -0.9891252607942171 absolute error 1.588729148238599e-13 relative error 1.6061961120704523e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14707555357182095 y1[1] (numeric) 0.14707555357192806 absolute error 1.0710876630071198e-13 relative error 7.2825676123264e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.860999999999958 y2[1] (analytic) -0.9889776907027276 y2[1] (numeric) -0.9889776907025682 absolute error 1.5931700403370996e-13 relative error 1.610926166802668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14806460512999078 y1[1] (numeric) 0.14806460513009742 absolute error 1.0663692151524629e-13 relative error 7.202053550990544e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.861999999999958 y2[1] (analytic) -0.9888291316334709 y2[1] (numeric) -0.9888291316333111 absolute error 1.5976109324356003e-13 relative error 1.615659249233958e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.14905350862356784 y1[1] (numeric) 0.14905350862367397 absolute error 1.0613732115416497e-13 relative error 7.120752952029664e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.862999999999959 y2[1] (analytic) -0.9886795837351648 y2[1] (numeric) -0.9886795837350048 absolute error 1.6009416015094757e-13 relative error 1.6192724395716012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1500422630636487 y1[1] (numeric) 0.15004226306375434 absolute error 1.0563772079308364e-13 relative error 7.04053102346714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.863999999999959 y2[1] (analytic) -0.9885290471573576 y2[1] (numeric) -0.988529047157197 absolute error 1.6053824936079764e-13 relative error 1.6240114523943026e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15103086746147898 y1[1] (numeric) 0.15103086746158415 absolute error 1.0516587600761795e-13 relative error 6.963204130072346e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.864999999999959 y2[1] (analytic) -0.9883775220505854 y2[1] (numeric) -0.9883775220504245 absolute error 1.6087131626818518e-13 relative error 1.627630259482487e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1520193208284544 y1[1] (numeric) 0.15201932082855907 absolute error 1.0466627564653663e-13 relative error 6.885064021871725e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.86599999999996 y2[1] (analytic) -0.9882250085663736 y2[1] (numeric) -0.9882250085662123 absolute error 1.6131540547803525e-13 relative error 1.6323752594771598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15300762217612165 y1[1] (numeric) 0.15300762217622582 absolute error 1.0416667528545531e-13 relative error 6.807940271469139e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.86699999999996 y2[1] (analytic) -0.9880715068572355 y2[1] (numeric) -0.9880715068570739 absolute error 1.616484723854228e-13 relative error 1.6359997354804713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1539957705161795 y1[1] (numeric) 0.15399577051628316 absolute error 1.0366707492437399e-13 relative error 6.731813125574268e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.86799999999996 y2[1] (analytic) -0.9879170170766731 y2[1] (numeric) -0.9879170170765109 absolute error 1.6220358389773537e-13 relative error 1.641874581507959e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15498376486047966 y1[1] (numeric) 0.15498376486058282 absolute error 1.0316747456329267e-13 relative error 6.656663338651417e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.868999999999961 y2[1] (analytic) -0.9877615393791758 y2[1] (numeric) -0.9877615393790132 absolute error 1.6253665080512292e-13 relative error 1.6455049556523515e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15597160422102785 y1[1] (numeric) 0.15597160422113054 absolute error 1.0269562977782698e-13 relative error 6.584251684190968e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.869999999999961 y2[1] (analytic) -0.9876050739202215 y2[1] (numeric) -0.9876050739200585 absolute error 1.6298074001497298e-13 relative error 1.6502622791115644e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15695928760998482 y1[1] (numeric) 0.15695928761008704 absolute error 1.0222378499236129e-13 relative error 6.512757960928616e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.870999999999961 y2[1] (analytic) -0.9874476208562755 y2[1] (numeric) -0.9874476208561122 absolute error 1.6331380692236053e-13 relative error 1.6538984293743222e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1579468140396673 y1[1] (numeric) 0.15794681403976898 absolute error 1.0169642905566434e-13 relative error 6.438650230078332e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.871999999999962 y2[1] (analytic) -0.987289180344791 y2[1] (numeric) -0.9872891803446272 absolute error 1.637578961322106e-13 relative error 1.6586619137770903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15893418252254884 y1[1] (numeric) 0.15893418252265007 absolute error 1.0122458427019865e-13 relative error 6.36896246380714e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.872999999999962 y2[1] (analytic) -0.9871297525442083 y2[1] (numeric) -0.9871297525440442 absolute error 1.6409096303959814e-13 relative error 1.6623038928436042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.15992139207126113 y1[1] (numeric) 0.15992139207136186 absolute error 1.0072498390911733e-13 relative error 6.298405898332486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.873999999999962 y2[1] (analytic) -0.9869693376139554 y2[1] (numeric) -0.9869693376137909 absolute error 1.645350522494482e-13 relative error 1.6670735956926422e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1609084416985947 y1[1] (numeric) 0.16090844169869492 absolute error 1.0022538354803601e-13 relative error 6.228721283360196e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.874999999999963 y2[1] (analytic) -0.9868079357144471 y2[1] (numeric) -0.9868079357142823 absolute error 1.6486811915683575e-13 relative error 1.6707214564247655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16189533041749996 y1[1] (numeric) 0.16189533041759968 absolute error 9.972578318695469e-14 relative error 6.159892501518062e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.875999999999963 y2[1] (analytic) -0.9866455470070854 y2[1] (numeric) -0.9866455470069201 absolute error 1.653122083666858e-13 relative error 1.67549743540776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16288205724108828 y1[1] (numeric) 0.1628820572411875 absolute error 9.922618282587337e-14 relative error 6.091903829468748e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.876999999999963 y2[1] (analytic) -0.9864821716542589 y2[1] (numeric) -0.9864821716540931 absolute error 1.6575629757653587e-13 relative error 1.6802766673276477e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16386862118263296 y1[1] (numeric) 0.16386862118273168 absolute error 9.872658246479205e-14 relative error 6.024739925941064e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.877999999999964 y2[1] (analytic) -0.9863178098193429 y2[1] (numeric) -0.9863178098191767 absolute error 1.6620038678638593e-13 relative error 1.6850591678642375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16485502125557008 y1[1] (numeric) 0.16485502125566834 absolute error 9.825473767932635e-14 relative error 5.960069455634282e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.878999999999964 y2[1] (analytic) -0.9861524616666993 y2[1] (numeric) -0.9861524616665327 absolute error 1.66644475996236e-13 relative error 1.6898449527225197e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1658412564734997 y1[1] (numeric) 0.16584125647359746 absolute error 9.775513731824503e-14 relative error 5.894500523991485e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.879999999999964 y2[1] (analytic) -0.9859861273616762 y2[1] (numeric) -0.9859861273615093 absolute error 1.6697754290362354e-13 relative error 1.6935080349500028e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16682732585018667 y1[1] (numeric) 0.16682732585028393 absolute error 9.725553695716371e-14 relative error 5.829712636196098e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.880999999999965 y2[1] (analytic) -0.985818807070608 y2[1] (numeric) -0.9858188070704406 absolute error 1.674216321134736e-13 relative error 1.6983002445548013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1678132283995617 y1[1] (numeric) 0.16781322839965845 absolute error 9.675593659608239e-14 relative error 5.765691865822844e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.881999999999965 y2[1] (analytic) -0.9856505009608147 y2[1] (numeric) -0.985650500960647 absolute error 1.6775469902086115e-13 relative error 1.7019693984564856e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1687989631357223 y1[1] (numeric) 0.16879896313581855 absolute error 9.625633623500107e-14 relative error 5.70242461487198e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.882999999999965 y2[1] (analytic) -0.9854812092006027 y2[1] (numeric) -0.9854812092004346 absolute error 1.680877659282487e-13 relative error 1.7056415115677065e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.16978452907293382 y1[1] (numeric) 0.16978452907302957 absolute error 9.575673587391975e-14 relative error 5.63989760414424e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.883999999999966 y2[1] (analytic) -0.9853109319592636 y2[1] (numeric) -0.985310931959095 absolute error 1.6853185513809876e-13 relative error 1.7104433704290464e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17076992522563042 y1[1] (numeric) 0.17076992522572568 absolute error 9.525713551283843e-14 relative error 5.5780978639523074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.884999999999966 y2[1] (analytic) -0.9851396694070746 y2[1] (numeric) -0.9851396694069057 absolute error 1.6897594434794883e-13 relative error 1.7152486047958078e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17175515060841604 y1[1] (numeric) 0.1717551506085108 absolute error 9.475753515175711e-14 relative error 5.517012725155153e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.885999999999966 y2[1] (analytic) -0.9849674217152984 y2[1] (numeric) -0.984967421715129 absolute error 1.694200335577989e-13 relative error 1.720057230550405e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17274020423606537 y1[1] (numeric) 0.1727402042361596 absolute error 9.423017921506016e-14 relative error 5.455023029050374e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.886999999999967 y2[1] (analytic) -0.9847941890561824 y2[1] (numeric) -0.9847941890560127 absolute error 1.6975310046518644e-13 relative error 1.723741898069852e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17372508512352486 y1[1] (numeric) 0.1737250851236186 absolute error 9.373057885397884e-14 relative error 5.395339353976024e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.887999999999967 y2[1] (analytic) -0.9846199716029596 y2[1] (numeric) -0.9846199716027894 absolute error 1.701971896750365e-13 relative error 1.7285571548783008e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17470979228591368 y1[1] (numeric) 0.17470979228600692 absolute error 9.323097849289752e-14 relative error 5.336333886787779e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.888999999999967 y2[1] (analytic) -0.9844447695298472 y2[1] (numeric) -0.9844447695296765 absolute error 1.7064127888488656e-13 relative error 1.733375849682067e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17569432473852478 y1[1] (numeric) 0.1756943247386175 absolute error 9.27313781318162e-14 relative error 5.277995078658499e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.889999999999968 y2[1] (analytic) -0.9842685830120471 y2[1] (numeric) -0.9842685830118761 absolute error 1.709743457922741e-13 relative error 1.7370700309163627e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17667868149682578 y1[1] (numeric) 0.176678681496918 absolute error 9.223177777073488e-14 relative error 5.220311640846829e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.890999999999968 y2[1] (analytic) -0.9840914122257463 y2[1] (numeric) -0.9840914122255748 absolute error 1.7141843500212417e-13 relative error 1.741895446627488e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17766286157646002 y1[1] (numeric) 0.17766286157655176 absolute error 9.173217740965356e-14 relative error 5.1632725374163333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.891999999999968 y2[1] (analytic) -0.9839132573481151 y2[1] (numeric) -0.9839132573479433 absolute error 1.7175150190951172e-13 relative error 1.7455959722752764e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17864686399324747 y1[1] (numeric) 0.1786468639933387 absolute error 9.123257704857224e-14 relative error 5.1068669781978745e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.892999999999969 y2[1] (analytic) -0.9837341185573085 y2[1] (numeric) -0.9837341185571364 absolute error 1.7208456881689926e-13 relative error 1.7492995878730853e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.17963068776318583 y1[1] (numeric) 0.17963068776327656 absolute error 9.073297668749092e-14 relative error 5.05108441198576e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.893999999999969 y2[1] (analytic) -0.9835539960324655 y2[1] (numeric) -0.983553996032293 absolute error 1.7252865802674933e-13 relative error 1.7541350929660037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1806143319024514 y1[1] (numeric) 0.1806143319025416 absolute error 9.020562075079397e-14 relative error 4.9943777883315163e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.894999999999969 y2[1] (analytic) -0.9833728899537083 y2[1] (numeric) -0.9833728899535354 absolute error 1.7286172493413687e-13 relative error 1.7578451338258292e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18159779542740012 y1[1] (numeric) 0.18159779542748983 absolute error 8.970602038971265e-14 relative error 4.9398188000346995e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.89599999999997 y2[1] (analytic) -0.9831908005021431 y2[1] (numeric) -0.9831908005019698 absolute error 1.7330581414398694e-13 relative error 1.7626875074042068e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18258107735456852 y1[1] (numeric) 0.18258107735465776 absolute error 8.923417560424696e-14 relative error 4.887372607127085e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.89699999999997 y2[1] (analytic) -0.9830077278598595 y2[1] (numeric) -0.9830077278596857 absolute error 1.73749903353837e-13 relative error 1.7675334428154904e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1835641767006748 y1[1] (numeric) 0.18356417670076353 absolute error 8.873457524316564e-14 relative error 4.833981054367644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.89799999999997 y2[1] (analytic) -0.9828236722099297 y2[1] (numeric) -0.9828236722097556 absolute error 1.7408297026122455e-13 relative error 1.771253330414702e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1845470924826197 y1[1] (numeric) 0.1845470924827079 absolute error 8.820721930646869e-14 relative error 4.779659116806507e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.898999999999971 y2[1] (analytic) -0.9826386337364098 y2[1] (numeric) -0.9826386337362353 absolute error 1.745270594710746e-13 relative error 1.776106225413187e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18552982371748744 y1[1] (numeric) 0.18552982371757518 absolute error 8.7735374521003e-14 relative error 4.7289094962220535e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.899999999999971 y2[1] (analytic) -0.9824526126243379 y2[1] (numeric) -0.9824526126241631 absolute error 1.7486012637846216e-13 relative error 1.7798326772359423e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18651236942254695 y1[1] (numeric) 0.1865123694226342 absolute error 8.723577415992168e-14 relative error 4.677211191408305e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.900999999999971 y2[1] (analytic) -0.9822656090597354 y2[1] (numeric) -0.9822656090595601 absolute error 1.7530421558831222e-13 relative error 1.7846925920181667e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1874947286152526 y1[1] (numeric) 0.1874947286153393 absolute error 8.670841822322473e-14 relative error 4.624578987559389e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.901999999999972 y2[1] (analytic) -0.9820776232296056 y2[1] (numeric) -0.9820776232294298 absolute error 1.7574830479816228e-13 relative error 1.7895561475090555e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18847690031324524 y1[1] (numeric) 0.18847690031333145 absolute error 8.62088178621434e-14 relative error 4.573972604540179e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.902999999999972 y2[1] (analytic) -0.9818886553219344 y2[1] (numeric) -0.9818886553217583 absolute error 1.7608137170554983e-13 relative error 1.7932926585022776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.18945888353435328 y1[1] (numeric) 0.189458883534439 absolute error 8.570921750106208e-14 relative error 4.523895417420267e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.903999999999972 y2[1] (analytic) -0.9816987055256896 y2[1] (numeric) -0.9816987055255132 absolute error 1.7641443861293737e-13 relative error 1.7970324053597407e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19044067729659356 y1[1] (numeric) 0.19044067729667877 absolute error 8.520961713998076e-14 relative error 4.474339114393862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.904999999999973 y2[1] (analytic) -0.9815077740308212 y2[1] (numeric) -0.9815077740306444 absolute error 1.7685852782278744e-13 relative error 1.8019065411623907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1914222806181724 y1[1] (numeric) 0.1914222806182571 absolute error 8.471001677889944e-14 relative error 4.425295556261261e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.905999999999973 y2[1] (analytic) -0.9813158610282606 y2[1] (numeric) -0.9813158610280833 absolute error 1.773026170326375e-13 relative error 1.8067843807890047e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1924036925174866 y1[1] (numeric) 0.1924036925175708 absolute error 8.421041641781812e-14 relative error 4.3767567719712376e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.906999999999973 y2[1] (analytic) -0.9811229667099207 y2[1] (numeric) -0.9811229667097431 absolute error 1.7763568394002505e-13 relative error 1.8105343567249803e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19338491201312433 y1[1] (numeric) 0.193384912013208 absolute error 8.368306048112117e-14 relative error 4.327279703984451e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.907999999999974 y2[1] (analytic) -0.9809290912686959 y2[1] (numeric) -0.9809290912685178 absolute error 1.780797731498751e-13 relative error 1.815419429752599e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19436593812386613 y1[1] (numeric) 0.1943659381239493 absolute error 8.318346012003985e-14 relative error 4.27973444951185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.908999999999974 y2[1] (analytic) -0.9807342348984615 y2[1] (numeric) -0.980734234898283 absolute error 1.7841284005726266e-13 relative error 1.81917622235074e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19534676986868602 y1[1] (numeric) 0.1953467698687687 absolute error 8.268385975895853e-14 relative error 4.2326709479014894e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.909999999999974 y2[1] (analytic) -0.9805383977940739 y2[1] (numeric) -0.9805383977938951 absolute error 1.7885692926711272e-13 relative error 1.8240685899653574e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19632740626675232 y1[1] (numeric) 0.19632740626683448 absolute error 8.215650382226158e-14 relative error 4.184668120691952e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.910999999999975 y2[1] (analytic) -0.9803415801513703 y2[1] (numeric) -0.980341580151191 absolute error 1.7930101847696278e-13 relative error 1.8289647415473052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1973078463374287 y1[1] (numeric) 0.19730784633751036 absolute error 8.165690346118026e-14 relative error 4.138553279910298e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.911999999999975 y2[1] (analytic) -0.9801437821671682 y2[1] (numeric) -0.9801437821669885 absolute error 1.7974510768681284e-13 relative error 1.833864693702219e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.1982880891002752 y1[1] (numeric) 0.19828808910035636 absolute error 8.115730310009894e-14 relative error 4.092898543142312e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.912999999999975 y2[1] (analytic) -0.9799450040392657 y2[1] (numeric) -0.9799450040390856 absolute error 1.800781745942004e-13 relative error 1.8376355188498394e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.19926813357504913 y1[1] (numeric) 0.19926813357512976 absolute error 8.0629947163402e-14 relative error 4.0463041288553465e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.913999999999976 y2[1] (analytic) -0.9797452459664407 y2[1] (numeric) -0.9797452459662602 absolute error 1.8052226380405045e-13 relative error 1.8425428910959357e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20024797878170608 y1[1] (numeric) 0.2002479787817862 absolute error 8.013034680232067e-14 relative error 4.001555835411063e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.914999999999976 y2[1] (analytic) -0.9795445081484514 y2[1] (numeric) -0.9795445081482705 absolute error 1.80855330711438e-13 relative error 1.8463207052560914e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20122762374040093 y1[1] (numeric) 0.20122762374048056 absolute error 7.963074644123935e-14 relative error 3.957247268594153e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.915999999999976 y2[1] (analytic) -0.9793427907860356 y2[1] (numeric) -0.9793427907858544 absolute error 1.8118839761882555e-13 relative error 1.850101918587678e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2022070674714888 y1[1] (numeric) 0.20220706747156794 absolute error 7.913114608015803e-14 relative error 3.913371924614629e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.916999999999977 y2[1] (analytic) -0.9791400940809106 y2[1] (numeric) -0.979140094080729 absolute error 1.816324868286756e-13 relative error 1.855020419720107e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20318630899552606 y1[1] (numeric) 0.2031863089956047 absolute error 7.863154571907671e-14 relative error 3.869923426819476e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.917999999999977 y2[1] (analytic) -0.9789364182357733 y2[1] (numeric) -0.9789364182355912 absolute error 1.8207657603852567e-13 relative error 1.8599428180091794e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20416534733327127 y1[1] (numeric) 0.20416534733334937 absolute error 7.810418978237976e-14 relative error 3.825536057051133e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.918999999999977 y2[1] (analytic) -0.9787317634542991 y2[1] (numeric) -0.9787317634541167 absolute error 1.8240964294591322e-13 relative error 1.863734781653795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20514418150568614 y1[1] (numeric) 0.20514418150576375 absolute error 7.760458942129844e-14 relative error 3.7829291014596686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.919999999999978 y2[1] (analytic) -0.9785261299411431 y2[1] (numeric) -0.9785261299409603 absolute error 1.8274270985330077e-13 relative error 1.8675301993651663e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2061228105339366 y1[1] (numeric) 0.2061228105340137 absolute error 7.710498906021712e-14 relative error 3.74073053149653e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.920999999999978 y2[1] (analytic) -0.9783195179019387 y2[1] (numeric) -0.9783195179017555 absolute error 1.8318679906315083e-13 relative error 1.8724639109317295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2071012334393937 y1[1] (numeric) 0.20710123343947032 absolute error 7.66053886991358e-14 relative error 3.698934449927053e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.921999999999978 y2[1] (analytic) -0.9781119275432979 y2[1] (numeric) -0.9781119275431144 absolute error 1.8351986597053838e-13 relative error 1.8762665171815374e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.20807944924363467 y1[1] (numeric) 0.20807944924371075 absolute error 7.607803276243885e-14 relative error 3.6562011788757245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.922999999999979 y2[1] (analytic) -0.9779033590728111 y2[1] (numeric) -0.9779033590726272 absolute error 1.8396395518038844e-13 relative error 1.881207927895983e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2090574569684437 y1[1] (numeric) 0.20905745696851927 absolute error 7.557843240135753e-14 relative error 3.615199070022447e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.923999999999979 y2[1] (analytic) -0.9776938126990466 y2[1] (numeric) -0.9776938126988624 absolute error 1.8429702208777599e-13 relative error 1.88501778055648e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21003525563581316 y1[1] (numeric) 0.21003525563588823 absolute error 7.507883204027621e-14 relative error 3.5745823629942296e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.924999999999979 y2[1] (analytic) -0.9774832886315511 y2[1] (numeric) -0.9774832886313664 absolute error 1.8474111129762605e-13 relative error 1.8899669533609968e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2110128442679445 y1[1] (numeric) 0.21101284426801906 absolute error 7.455147610357926e-14 relative error 3.5330302457282486e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.92599999999998 y2[1] (analytic) -0.9772717870808483 y2[1] (numeric) -0.9772717870806632 absolute error 1.850741782050136e-13 relative error 1.8937841105373348e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21199022188724917 y1[1] (numeric) 0.2119902218873232 absolute error 7.402412016688231e-14 relative error 3.491864837343931e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.92699999999998 y2[1] (analytic) -0.9770593082584399 y2[1] (numeric) -0.9770593082582544 absolute error 1.8551826741486366e-13 relative error 1.8987411086184813e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2129673875163496 y1[1] (numeric) 0.21296738751642313 absolute error 7.352451980580099e-14 relative error 3.4523839853252874e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.92799999999998 y2[1] (analytic) -0.9768458523768045 y2[1] (numeric) -0.9768458523766187 absolute error 1.858513343222512e-13 relative error 1.9025656286511176e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21394434017808028 y1[1] (numeric) 0.21394434017815328 absolute error 7.299716386910404e-14 relative error 3.411969851987839e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.928999999999981 y2[1] (analytic) -0.9766314196493984 y2[1] (numeric) -0.9766314196492121 absolute error 1.8629542353210127e-13 relative error 1.907530515442352e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21492107889548862 y1[1] (numeric) 0.21492107889556109 absolute error 7.246980793240709e-14 relative error 3.3719264906374105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.929999999999981 y2[1] (analytic) -0.9764160102906538 y2[1] (numeric) -0.9764160102904672 absolute error 1.8662849043948881e-13 relative error 1.9113624569094717e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21589760269183594 y1[1] (numeric) 0.2158976026919079 absolute error 7.197020757132577e-14 relative error 3.333534354897554e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.930999999999981 y2[1] (analytic) -0.9761996245159804 y2[1] (numeric) -0.9761996245157933 absolute error 1.8707257964933888e-13 relative error 1.9163352960936985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21687391059059857 y1[1] (numeric) 0.21687391059067004 absolute error 7.147060721024445e-14 relative error 3.295491238001529e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.931999999999982 y2[1] (analytic) -0.9759822625417638 y2[1] (numeric) -0.9759822625415764 absolute error 1.8740564655672642e-13 relative error 1.9201747178136553e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2178500016154687 y1[1] (numeric) 0.21785000161553966 absolute error 7.097100684916313e-14 relative error 3.2577923489959597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.932999999999982 y2[1] (analytic) -0.975763924585366 y2[1] (numeric) -0.9757639245851781 absolute error 1.8784973576657649e-13 relative error 1.925155573325792e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21882587479035534 y1[1] (numeric) 0.2188258747904258 absolute error 7.047140648808181e-14 relative error 3.2204329837866055e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.933999999999982 y2[1] (analytic) -0.9755446108651249 y2[1] (numeric) -0.9755446108649366 absolute error 1.8829382497642655e-13 relative error 1.9301405889521064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.21980152913938544 y1[1] (numeric) 0.2198015291394554 absolute error 6.994405055138486e-14 relative error 3.182145766921866e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.934999999999983 y2[1] (analytic) -0.9753243216003542 y2[1] (numeric) -0.9753243216001656 absolute error 1.886268918838141e-13 relative error 1.933991470389121e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22077696368690472 y1[1] (numeric) 0.22077696368697416 absolute error 6.944445019030354e-14 relative error 3.1454572538096105e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.935999999999983 y2[1] (analytic) -0.9751030570113433 y2[1] (numeric) -0.9751030570111542 absolute error 1.8907098109366416e-13 relative error 1.9389845999781817e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22175217745747872 y1[1] (numeric) 0.22175217745754763 absolute error 6.891709425360659e-14 relative error 3.1078429553108465e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.936999999999983 y2[1] (analytic) -0.9748808173193565 y2[1] (numeric) -0.9748808173191671 absolute error 1.894040480010517e-13 relative error 1.942843111036472e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22272716947589374 y1[1] (numeric) 0.22272716947596213 absolute error 6.838973831690964e-14 relative error 3.0705611029781264e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.937999999999984 y2[1] (analytic) -0.9746576027466337 y2[1] (numeric) -0.9746576027464439 absolute error 1.8984813721090177e-13 relative error 1.947844419167308e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22370193876715783 y1[1] (numeric) 0.22370193876722572 absolute error 6.789013795582832e-14 relative error 3.034847991482648e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.938999999999984 y2[1] (analytic) -0.9744334135163893 y2[1] (numeric) -0.9744334135161992 absolute error 1.9018120411828932e-13 relative error 1.951710619528038e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2246764843565018 y1[1] (numeric) 0.22467648435656917 absolute error 6.736278201913137e-14 relative error 2.9982123946823274e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.939999999999984 y2[1] (analytic) -0.9742082498528126 y2[1] (numeric) -0.9742082498526221 absolute error 1.9051427102567686e-13 relative error 1.955580555332605e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22565080526938014 y1[1] (numeric) 0.225650805269447 absolute error 6.686318165805005e-14 relative error 2.963126215225747e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.940999999999985 y2[1] (analytic) -0.9739821119810673 y2[1] (numeric) -0.9739821119808764 absolute error 1.9095836023552692e-13 relative error 1.960594120636569e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.226624900531472 y1[1] (numeric) 0.22662490053153836 absolute error 6.636358129696873e-14 relative error 2.928344640917014e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.941999999999985 y2[1] (analytic) -0.9737550001272912 y2[1] (numeric) -0.9737550001270998 absolute error 1.91402449445377e-13 relative error 1.9656119806353392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22759876916868224 y1[1] (numeric) 0.22759876916874808 absolute error 6.583622536027178e-14 relative error 2.8926441738126452e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.942999999999985 y2[1] (analytic) -0.9735269145185961 y2[1] (numeric) -0.9735269145184043 absolute error 1.9173551635276453e-13 relative error 1.9694937396525572e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.22857241020714225 y1[1] (numeric) 0.2285724102072076 absolute error 6.533662499919046e-14 relative error 2.8584650675897223e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.943999999999986 y2[1] (analytic) -0.9732978553830676 y2[1] (numeric) -0.9732978553828754 absolute error 1.921796055626146e-13 relative error 1.9745199735077723e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2295458226732111 y1[1] (numeric) 0.22954582267327595 absolute error 6.483702463810914e-14 relative error 2.8245787217140185e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.944999999999986 y2[1] (analytic) -0.9730678229497648 y2[1] (numeric) -0.9730678229495722 absolute error 1.9262369477246466e-13 relative error 1.9795505537172507e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.23051900559347643 y1[1] (numeric) 0.23051900559354074 absolute error 6.430966870141219e-14 relative error 2.7897772912843122e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.945999999999986 y2[1] (analytic) -0.9728368174487201 y2[1] (numeric) -0.9728368174485271 absolute error 1.929567616798522e-13 relative error 1.9834442757407595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2314919579947554 y1[1] (numeric) 0.23149195799481917 absolute error 6.378231276471524e-14 relative error 2.7552712118906644e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.946999999999987 y2[1] (analytic) -0.9726048391109391 y2[1] (numeric) -0.9726048391107457 absolute error 1.9340085088970227e-13 relative error 1.988483329637662e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2324646789040956 y1[1] (numeric) 0.2324646789041589 absolute error 6.328271240363392e-14 relative error 2.7222506533881434e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.947999999999987 y2[1] (analytic) -0.9723718881684 y2[1] (numeric) -0.9723718881682062 absolute error 1.9384494009955233e-13 relative error 1.993526781864156e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.23343716734877631 y1[1] (numeric) 0.23343716734883907 absolute error 6.275535646693697e-14 relative error 2.688318967355133e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.948999999999987 y2[1] (analytic) -0.9721379648540538 y2[1] (numeric) -0.9721379648538596 absolute error 1.9417800700693988e-13 relative error 1.9974326075835508e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2344094223563091 y1[1] (numeric) 0.23440942235637136 absolute error 6.225575610585565e-14 relative error 2.6558555317467188e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.949999999999988 y2[1] (analytic) -0.9719030694018237 y2[1] (numeric) -0.9719030694016292 absolute error 1.9451107391432743e-13 relative error 2.001342315278858e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.23538144295443908 y1[1] (numeric) 0.2353814429545008 absolute error 6.17284001691587e-14 relative error 2.622483718102917e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.950999999999988 y2[1] (analytic) -0.9716672020466052 y2[1] (numeric) -0.9716672020464103 absolute error 1.9484414082171497e-13 relative error 2.005255919015464e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.23635322817114574 y1[1] (numeric) 0.23635322817120694 absolute error 6.120104423246175e-14 relative error 2.589388971160803e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.951999999999988 y2[1] (analytic) -0.9714303630242657 y2[1] (numeric) -0.9714303630240704 absolute error 1.9528823003156504e-13 relative error 2.0103163074251868e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2373247770346439 y1[1] (numeric) 0.2373247770347046 absolute error 6.06736882957648e-14 relative error 2.5565677993624685e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.952999999999989 y2[1] (analytic) -0.971192552571644 y2[1] (numeric) -0.9711925525714483 absolute error 1.957323192414151e-13 relative error 2.015381179799318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2382960885733848 y1[1] (numeric) 0.23829608857344498 absolute error 6.017408793468348e-14 relative error 2.5251815208100862e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.953999999999989 y2[1] (analytic) -0.9709537709265508 y2[1] (numeric) -0.9709537709263547 absolute error 1.9606538614880265e-13 relative error 2.0193071186252626e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.239267161816057 y1[1] (numeric) 0.23926716181611665 absolute error 5.964673199798654e-14 relative error 2.4928925283880597e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.954999999999989 y2[1] (analytic) -0.9707140183277675 y2[1] (numeric) -0.970714018327571 absolute error 1.965094753586527e-13 relative error 2.0243807305593075e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2402379957915873 y1[1] (numeric) 0.24023799579164645 absolute error 5.914713163690521e-14 relative error 2.4620223558731686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.95599999999999 y2[1] (analytic) -0.9704732950150468 y2[1] (numeric) -0.9704732950148499 absolute error 1.9684254226604025e-13 relative error 2.028314877669955e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24120858952914187 y1[1] (numeric) 0.24120858952920046 absolute error 5.859202012459264e-14 relative error 2.42910172639245e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.95699999999999 y2[1] (analytic) -0.9702316012291119 y2[1] (numeric) -0.9702316012289146 absolute error 1.9728663147589032e-13 relative error 2.0333972963358754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24217894205812698 y1[1] (numeric) 0.24217894205818505 absolute error 5.806466418789569e-14 relative error 2.397593436260003e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.95799999999999 y2[1] (analytic) -0.9699889372116567 y2[1] (numeric) -0.969988937211459 absolute error 1.9773072068574038e-13 relative error 2.0384842867810408e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2431490524081902 y1[1] (numeric) 0.24314905240824777 absolute error 5.756506382681437e-14 relative error 2.36748049217877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.958999999999991 y2[1] (analytic) -0.969745303205345 y2[1] (numeric) -0.969745303205147 absolute error 1.9806378759312793e-13 relative error 2.042431006764955e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2441189196092213 y1[1] (numeric) 0.24411891960927834 absolute error 5.703770789011742e-14 relative error 2.336472239899381e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.959999999999991 y2[1] (analytic) -0.969500699453811 y2[1] (numeric) -0.9695006994536125 absolute error 1.98507876802978e-13 relative error 2.0475269065283982e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24508854269135313 y1[1] (numeric) 0.24508854269140964 absolute error 5.651035195342047e-14 relative error 2.3057116963882534e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.960999999999991 y2[1] (analytic) -0.9692551262016583 y2[1] (numeric) -0.9692551262014595 absolute error 1.9884094371036554e-13 relative error 2.0514819920487654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24605792068496268 y1[1] (numeric) 0.2460579206850187 absolute error 5.601075159233915e-14 relative error 2.2763238605129825e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.961999999999992 y2[1] (analytic) -0.9690085836944602 y2[1] (numeric) -0.969008583694261 absolute error 1.9917401061775308e-13 relative error 2.0554411381824764e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24702705262067207 y1[1] (numeric) 0.24702705262072755 absolute error 5.54833956556422e-14 relative error 2.246045324470635e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.962999999999992 y2[1] (analytic) -0.9687610721787592 y2[1] (numeric) -0.9687610721785596 absolute error 1.9961809982760315e-13 relative error 2.0605503829613925e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24799593752934943 y1[1] (numeric) 0.24799593752940438 absolute error 5.495603971894525e-14 relative error 2.216005643739281e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.963999999999992 y2[1] (analytic) -0.9685125919020666 y2[1] (numeric) -0.9685125919018667 absolute error 1.999511667349907e-13 relative error 2.064517987755901e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2489645744421099 y1[1] (numeric) 0.24896457444216433 absolute error 5.44286837822483e-14 relative error 2.186201948779835e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.964999999999993 y2[1] (analytic) -0.968263143112863 y2[1] (numeric) -0.9682631431126626 absolute error 2.0039525594484076e-13 relative error 2.0696363108544163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.24993296239031668 y1[1] (numeric) 0.24993296239037058 absolute error 5.390132784555135e-14 relative error 2.1566314154823015e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.965999999999993 y2[1] (analytic) -0.9680127260605969 y2[1] (numeric) -0.9680127260603961 absolute error 2.007283228522283e-13 relative error 2.0736124376082105e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2509011004055819 y1[1] (numeric) 0.2509011004056353 absolute error 5.340172748447003e-14 relative error 2.1283974999769265e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.966999999999993 y2[1] (analytic) -0.9677613409956853 y2[1] (numeric) -0.9677613409954842 absolute error 2.0117241206207837e-13 relative error 2.078739907662578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2518689875197676 y1[1] (numeric) 0.2518689875198205 absolute error 5.290212712338871e-14 relative error 2.100382728510264e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.967999999999994 y2[1] (analytic) -0.9675089881695135 y2[1] (numeric) -0.9675089881693119 absolute error 2.0161650127192843e-13 relative error 2.0838721266391375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2528366227649868 y1[1] (numeric) 0.25283662276503915 absolute error 5.234701561107613e-14 relative error 2.070388974453792e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.968999999999994 y2[1] (analytic) -0.9672556678344341 y2[1] (numeric) -0.9672556678342321 absolute error 2.0194956817931597e-13 relative error 2.0878613059094924e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.25380400517360435 y1[1] (numeric) 0.25380400517365614 absolute error 5.179190409876355e-14 relative error 2.0406259571568778e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.969999999999994 y2[1] (analytic) -0.9670013802437675 y2[1] (numeric) -0.9670013802435651 absolute error 2.0239365738916604e-13 relative error 2.0930027766676553e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2547711337782378 y1[1] (numeric) 0.2547711337782891 absolute error 5.129230373768223e-14 relative error 2.013269830730861e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.970999999999995 y2[1] (analytic) -0.9667461256518011 y2[1] (numeric) -0.9667461256515983 absolute error 2.0272672429655358e-13 relative error 2.0970006387134043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.25573800761175874 y1[1] (numeric) 0.2557380076118095 absolute error 5.0737192225369654e-14 relative error 1.9839519631510877e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.971999999999995 y2[1] (analytic) -0.9664899043137898 y2[1] (numeric) -0.9664899043135866 absolute error 2.0317081350640365e-13 relative error 2.1021514306520917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.25670462570729335 y1[1] (numeric) 0.2567046257073436 absolute error 5.0237591864288333e-14 relative error 1.9570193457118138e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.972999999999995 y2[1] (analytic) -0.9662327164859545 y2[1] (numeric) -0.966232716485751 absolute error 2.035038804137912e-13 relative error 2.106158039792988e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.25767098709822367 y1[1] (numeric) 0.25767098709827335 absolute error 4.9682480351975755e-14 relative error 1.9281363769929166e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.973999999999996 y2[1] (analytic) -0.9659745624254834 y2[1] (numeric) -0.9659745624252796 absolute error 2.0383694732117874e-13 relative error 2.1101688931576084e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.25863709081818836 y1[1] (numeric) 0.2586370908182375 absolute error 4.912736883966318e-14 relative error 1.8994711347955026e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.974999999999996 y2[1] (analytic) -0.9657154423905304 y2[1] (numeric) -0.9657154423903261 absolute error 2.042810365310288e-13 relative error 2.115333643473194e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2596029359010838 y1[1] (numeric) 0.25960293590113237 absolute error 4.85722573273506e-14 relative error 1.871021109940684e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.975999999999996 y2[1] (analytic) -0.9654553566402154 y2[1] (numeric) -0.9654553566400108 absolute error 2.0461410343841635e-13 relative error 2.1193533396559466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.26056852138106495 y1[1] (numeric) 0.26056852138111297 absolute error 4.801714581503802e-14 relative error 1.8427838313138366e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.976999999999997 y2[1] (analytic) -0.9651943054346243 y2[1] (numeric) -0.9651943054344193 absolute error 2.049471703458039e-13 relative error 2.1233773261179446e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2615338462925464 y1[1] (numeric) 0.2615338462925939 absolute error 4.75175454539567e-14 relative error 1.8168793877945935e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.977999999999997 y2[1] (analytic) -0.9649322890348081 y2[1] (numeric) -0.9649322890346027 absolute error 2.0539125955565396e-13 relative error 2.128556188757042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2624989096702034 y1[1] (numeric) 0.26249890967025036 absolute error 4.696243394164412e-14 relative error 1.7890525336141956e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.978999999999997 y2[1] (analytic) -0.9646693077027833 y2[1] (numeric) -0.9646693077025775 absolute error 2.057243264630415e-13 relative error 2.132589114428689e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2634637105489726 y1[1] (numeric) 0.263463710549019 absolute error 4.6407322429331543e-14 relative error 1.761431292857517e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.979999999999998 y2[1] (analytic) -0.9644053617015312 y2[1] (numeric) -0.9644053617013251 absolute error 2.0616841567289157e-13 relative error 2.1377775763206257e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2644282479640532 y1[1] (numeric) 0.2644282479640991 absolute error 4.590772206825022e-14 relative error 1.7361126287268294e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.980999999999998 y2[1] (analytic) -0.9641404512949977 y2[1] (numeric) -0.9641404512947912 absolute error 2.0650148258027912e-13 relative error 2.141819506721391e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2653925209509079 y1[1] (numeric) 0.2653925209509532 absolute error 4.5352610555937645e-14 relative error 1.7088880422642708e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.981999999999998 y2[1] (analytic) -0.9638745767480934 y2[1] (numeric) -0.9638745767478865 absolute error 2.0694557179012918e-13 relative error 2.1470176388334598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2663565285452637 y1[1] (numeric) 0.26635652854530856 absolute error 4.4853010194856324e-14 relative error 1.6839463421387156e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.982999999999999 y2[1] (analytic) -0.9636077383266926 y2[1] (numeric) -0.9636077383264853 absolute error 2.0727863869751673e-13 relative error 2.1510686397917128e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2673202697831132 y1[1] (numeric) 0.26732026978315754 absolute error 4.4353409833775004e-14 relative error 1.659186184039114e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.983999999999999 y2[1] (analytic) -0.9633399362976337 y2[1] (numeric) -0.9633399362974261 absolute error 2.0761170560490427e-13 relative error 2.155124040666373e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.26828374370071517 y1[1] (numeric) 0.26828374370075897 absolute error 4.3798298321462426e-14 relative error 1.6325364227182457e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.984999999999999 y2[1] (analytic) -0.9630711709287189 y2[1] (numeric) -0.9630711709285108 absolute error 2.0805579481475434e-13 relative error 2.1603366510713824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2692469493345958 y1[1] (numeric) 0.26924694933463905 absolute error 4.324318680914985e-14 relative error 1.606078988676344e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.986 y2[1] (analytic) -0.9628014424887134 y2[1] (numeric) -0.9628014424885049 absolute error 2.084998840246044e-13 relative error 2.1655543378254606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2702098857215495 y1[1] (numeric) 0.27020988572159227 absolute error 4.2743586448068527e-14 relative error 1.58186612358497e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.987 y2[1] (analytic) -0.9625307512473456 y2[1] (numeric) -0.9625307512471367 absolute error 2.0883295093199195e-13 relative error 2.169623678634318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2711725518986401 y1[1] (numeric) 0.2711725518986823 absolute error 4.218847493575595e-14 relative error 1.555779692316548e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.988 y2[1] (analytic) -0.9622590974753067 y2[1] (numeric) -0.9622590974750975 absolute error 2.091660178393795e-13 relative error 2.1736974832264143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2721349469032013 y1[1] (numeric) 0.27213494690324297 absolute error 4.168887457467463e-14 relative error 1.5319191838122655e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.989000000000001 y2[1] (analytic) -0.9619864814442506 y2[1] (numeric) -0.961986481444041 absolute error 2.0961010704922955e-13 relative error 2.1789298612028048e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2730970697728383 y1[1] (numeric) 0.27309706977287945 absolute error 4.113376306236205e-14 relative error 1.5061956943213285e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.990000000000001 y2[1] (analytic) -0.9617129034267932 y2[1] (numeric) -0.9617129034265832 absolute error 2.099431739566171e-13 relative error 2.1830129678882723e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2740589195454283 y1[1] (numeric) 0.2740589195454689 absolute error 4.057865155004947e-14 relative error 1.4806542920535418e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.991000000000001 y2[1] (analytic) -0.9614383636965125 y2[1] (numeric) -0.9614383636963022 absolute error 2.1027624086400465e-13 relative error 2.1871005859963835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2750204952591216 y1[1] (numeric) 0.27502049525916167 absolute error 4.007905118896815e-14 relative error 1.4573114324154665e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.992000000000002 y2[1] (analytic) -0.9611628625279482 y2[1] (numeric) -0.9611628625277375 absolute error 2.107203300738547e-13 relative error 2.192347814184586e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2759817959523425 y1[1] (numeric) 0.2759817959523821 absolute error 3.957945082788683e-14 relative error 1.4341326641240333e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.993000000000002 y2[1] (analytic) -0.9608864001966015 y2[1] (numeric) -0.9608864001963905 absolute error 2.1105339698124226e-13 relative error 2.1964448340413583e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2769428206637905 y1[1] (numeric) 0.2769428206638295 absolute error 3.902433931557425e-14 relative error 1.4091117878426583e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.994000000000002 y2[1] (analytic) -0.9606089769789348 y2[1] (numeric) -0.9606089769787233 absolute error 2.1149748619109232e-13 relative error 2.2017021624786488e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2779035684324409 y1[1] (numeric) 0.2779035684324794 absolute error 3.8469227803261674e-14 relative error 1.38426534140074e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.995000000000003 y2[1] (analytic) -0.960330593152371 y2[1] (numeric) -0.9603305931521592 absolute error 2.1183055309847987e-13 relative error 2.2058086518219435e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2788640382975461 y1[1] (numeric) 0.278864038297584 absolute error 3.7914116290949096e-14 relative error 1.3595914526094248e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.996000000000003 y2[1] (analytic) -0.9600512489952941 y2[1] (numeric) -0.960051248995082 absolute error 2.1216362000586741e-13 relative error 2.2099197332215268e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.27982422929863615 y1[1] (numeric) 0.2798242292986735 absolute error 3.735900477863652e-14 relative error 1.3350882756748686e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.997000000000003 y2[1] (analytic) -0.9597709447870483 y2[1] (numeric) -0.9597709447868358 absolute error 2.1249668691325496e-13 relative error 2.2140354223830274e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2807841404755202 y1[1] (numeric) 0.28078414047555705 absolute error 3.68594044175552e-14 relative error 1.3127309952453934e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.998000000000004 y2[1] (analytic) -0.9594896808079376 y2[1] (numeric) -0.9594896808077247 absolute error 2.1294077612310502e-13 relative error 2.219312832461089e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.2817437708682872 y1[1] (numeric) 0.28174377086832353 absolute error 3.630429290524262e-14 relative error 1.2885570741585113e-11% Correct digits 12 h 0.001 NO POLE NO POLE TOP MAIN SOLVE Loop x[1] 4.999000000000004 y2[1] (analytic) -0.9592074573392261 y2[1] (numeric) -0.9592074573390128 absolute error 2.1327384303049257e-13 relative error 2.2234381248671604e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.28270311951730687 y1[1] (numeric) 0.2827031195173426 absolute error 3.574918139293004e-14 relative error 1.264548528999925e-11% Correct digits 12 h 0.001 NO POLE NO POLE Finished! diff ( y2 , x , 5 ) = y1 ; diff ( y1 , x , 1 ) = m1 * y2 ; Iterations 5000 Total Elapsed Time 2 Minutes 9 Seconds Elapsed Time(since restart) 2 Minutes 9 Seconds Time to Timeout 51.0 Seconds Percent Done 100.0200000000001%