@@ -3520,7 +3520,7 @@ void do_test() {
35203520 fprintf (stderr , "sin : " );
35213521 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_sin , child_sin , d , 3.5 );
35223522 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_sin , child_sin , d , 3.5 );
3523- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_sin , child_sin , pow (2.1 , i ), 3.5 );
3523+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_sin , child_sin , pow (2.16 , i ), 3.5 );
35243524 for (i64 = (int64_t )-1e+14 ;i64 < (int64_t )1e+14 && success ;i64 += (int64_t )1e+12 ) {
35253525 double start = u2d (d2u (M_PI_4 * i64 )- 20 ), end = u2d (d2u (M_PI_4 * i64 )+ 20 );
35263526 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_sin , child_sin , d , 3.5 );
@@ -3532,7 +3532,7 @@ void do_test() {
35323532 fprintf (stderr , "sin_u1 : " );
35333533 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_sin , child_sin_u1 , d , 1.0 );
35343534 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_sin , child_sin_u1 , d , 1.0 );
3535- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_sin , child_sin_u1 , pow (2.1 , i ), 1.0 );
3535+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_sin , child_sin_u1 , pow (2.16 , i ), 1.0 );
35363536 for (i64 = (int64_t )-1e+14 ;i64 < (int64_t )1e+14 && success ;i64 += (int64_t )1e+12 ) {
35373537 double start = u2d (d2u (M_PI_4 * i64 )- 20 ), end = u2d (d2u (M_PI_4 * i64 )+ 20 );
35383538 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_sin , child_sin_u1 , d , 1.0 );
@@ -3544,7 +3544,7 @@ void do_test() {
35443544 fprintf (stderr , "sin in sincos : " );
35453545 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyX_d (mpfr_sin , child_sincos , d , 3.5 );
35463546 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracyX_d (mpfr_sin , child_sincos , d , 3.5 );
3547- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyX_d (mpfr_sin , child_sincos , pow (2.1 , i ), 3.5 );
3547+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyX_d (mpfr_sin , child_sincos , pow (2.16 , i ), 3.5 );
35483548 for (i = 1 ;i < 10000 && success ;i += 31 ) {
35493549 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
35503550 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracyX_d (mpfr_sin , child_sincos , d , 3.5 );
@@ -3556,7 +3556,7 @@ void do_test() {
35563556 fprintf (stderr , "sin in sincos_u1 : " );
35573557 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyX_d (mpfr_sin , child_sincos_u1 , d , 1.0 );
35583558 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracyX_d (mpfr_sin , child_sincos_u1 , d , 1.0 );
3559- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyX_d (mpfr_sin , child_sincos_u1 , pow (2.1 , i ), 1.0 );
3559+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyX_d (mpfr_sin , child_sincos_u1 , pow (2.16 , i ), 1.0 );
35603560 for (i = 1 ;i < 10000 && success ;i += 31 ) {
35613561 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
35623562 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracyX_d (mpfr_sin , child_sincos_u1 , d , 1.0 );
@@ -3632,7 +3632,7 @@ void do_test() {
36323632 fprintf (stderr , "cos : " );
36333633 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_cos , child_cos , d , 3.5 );
36343634 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_cos , child_cos , d , 3.5 );
3635- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_cos , child_cos , pow (2.1 , i ), 3.5 );
3635+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_cos , child_cos , pow (2.16 , i ), 3.5 );
36363636 for (i64 = (int64_t )-1e+14 ;i64 < (int64_t )1e+14 && success ;i64 += (int64_t )1e+12 ) {
36373637 double start = u2d (d2u (M_PI_4 * i64 )- 20 ), end = u2d (d2u (M_PI_4 * i64 )+ 20 );
36383638 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_cos , child_cos , d , 3.5 );
@@ -3644,7 +3644,7 @@ void do_test() {
36443644 fprintf (stderr , "cos_u1 : " );
36453645 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_cos , child_cos_u1 , d , 1.0 );
36463646 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_cos , child_cos_u1 , d , 1.0 );
3647- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_cos , child_cos_u1 , pow (2.1 , i ), 1.0 );
3647+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_cos , child_cos_u1 , pow (2.16 , i ), 1.0 );
36483648 for (i64 = (int64_t )-1e+14 ;i64 < (int64_t )1e+14 && success ;i64 += (int64_t )1e+12 ) {
36493649 double start = u2d (d2u (M_PI_4 * i64 )- 20 ), end = u2d (d2u (M_PI_4 * i64 )+ 20 );
36503650 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_cos , child_cos_u1 , d , 1.0 );
@@ -3656,7 +3656,7 @@ void do_test() {
36563656 fprintf (stderr , "cos in sincos : " );
36573657 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyY_d (mpfr_cos , child_sincos , d , 3.5 );
36583658 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracyY_d (mpfr_cos , child_sincos , d , 3.5 );
3659- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyY_d (mpfr_cos , child_sincos , pow (2.1 , i ), 3.5 );
3659+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyY_d (mpfr_cos , child_sincos , pow (2.16 , i ), 3.5 );
36603660 for (i = 1 ;i < 10000 && success ;i += 31 ) {
36613661 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
36623662 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracyY_d (mpfr_cos , child_sincos , d , 3.5 );
@@ -3668,7 +3668,7 @@ void do_test() {
36683668 fprintf (stderr , "cos in sincos_u1 : " );
36693669 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyY_d (mpfr_cos , child_sincos_u1 , d , 1.0 );
36703670 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracyY_d (mpfr_cos , child_sincos_u1 , d , 1.0 );
3671- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyY_d (mpfr_cos , child_sincos_u1 , pow (2.1 , i ), 1.0 );
3671+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracyY_d (mpfr_cos , child_sincos_u1 , pow (2.16 , i ), 1.0 );
36723672 for (i = 1 ;i < 10000 && success ;i += 31 ) {
36733673 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
36743674 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracyY_d (mpfr_cos , child_sincos_u1 , d , 1.0 );
@@ -3715,7 +3715,7 @@ void do_test() {
37153715 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_tan , child_tan , d , 3.5 );
37163716 for (d = -1e+7 ;d < 1e+7 && success ;d += 1000.1 ) checkAccuracy_d (mpfr_tan , child_tan , d , 3.5 );
37173717 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_tan , child_tan , d , 3.5 );
3718- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_tan , child_tan , pow (2.1 , i ), 3.5 );
3718+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_tan , child_tan , pow (2.16 , i ), 3.5 );
37193719 for (i = 1 ;i < 10000 && success ;i += 31 ) {
37203720 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
37213721 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_tan , child_tan , d , 3.5 );
@@ -3728,7 +3728,7 @@ void do_test() {
37283728 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_d (mpfr_tan , child_tan_u1 , d , 1.0 );
37293729 for (d = -1e+7 ;d < 1e+7 && success ;d += 1000.1 ) checkAccuracy_d (mpfr_tan , child_tan_u1 , d , 1.0 );
37303730 for (d = -1e+14 ;d < 1e+14 && success ;d += (1e+10 + 0.1 )) checkAccuracy_d (mpfr_tan , child_tan_u1 , d , 1.0 );
3731- for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_tan , child_tan_u1 , pow (2.1 , i ), 1.0 );
3731+ for (i = 0 ;i < 920 && success ;i ++ ) checkAccuracy_d (mpfr_tan , child_tan_u1 , pow (2.16 , i ), 1.0 );
37323732 for (i = 1 ;i < 10000 && success ;i += 31 ) {
37333733 double start = u2d (d2u (M_PI_4 * i )- 20 ), end = u2d (d2u (M_PI_4 * i )+ 20 );
37343734 for (d = start ;d <= end ;d = u2d (d2u (d )+ 1 )) checkAccuracy_d (mpfr_tan , child_tan_u1 , d , 1.0 );
@@ -4266,7 +4266,7 @@ void do_test() {
42664266 fprintf (stderr , "sinf : " );
42674267 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_sin , child_sinf , d , 3.5 );
42684268 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_sin , child_sinf , d , 3.5 );
4269- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_sin , child_sinf , pow (1.06 , i ), 3.5 );
4269+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_sin , child_sinf , pow (1.092 , i ), 3.5 );
42704270 for (i64 = (int64_t )-1000 ;i64 < (int64_t )1000 && success ;i64 += (int64_t )1 ) {
42714271 double start = u2f (f2u (M_PI_4 * i64 )- 20 ), end = u2f (f2u (M_PI_4 * i64 )+ 20 );
42724272 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_sin , child_sinf , d , 3.5 );
@@ -4278,7 +4278,7 @@ void do_test() {
42784278 fprintf (stderr , "sinf_u1 : " );
42794279 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_sin , child_sinf_u1 , d , 1.0 );
42804280 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_sin , child_sinf_u1 , d , 1.0 );
4281- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_sin , child_sinf_u1 , pow (1.06 , i ), 1.0 );
4281+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_sin , child_sinf_u1 , pow (1.092 , i ), 1.0 );
42824282 for (i64 = (int64_t )-1000 ;i64 < (int64_t )1000 && success ;i64 += (int64_t )1 ) {
42834283 double start = u2f (f2u (M_PI_4 * i64 )- 20 ), end = u2f (f2u (M_PI_4 * i64 )+ 20 );
42844284 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_sin , child_sinf_u1 , d , 1.0 );
@@ -4290,7 +4290,7 @@ void do_test() {
42904290 fprintf (stderr , "sin in sincosf : " );
42914291 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyX_f (mpfr_sin , child_sincosf , d , 3.5 );
42924292 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracyX_f (mpfr_sin , child_sincosf , d , 3.5 );
4293- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyX_f (mpfr_sin , child_sincosf , pow (1.06 , i ), 3.5 );
4293+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyX_f (mpfr_sin , child_sincosf , pow (1.092 , i ), 3.5 );
42944294 for (i = 1 ;i < 10000 && success ;i += 31 ) {
42954295 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
42964296 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracyX_f (mpfr_sin , child_sincosf , d , 3.5 );
@@ -4302,7 +4302,7 @@ void do_test() {
43024302 fprintf (stderr , "sin in sincosf_u1 : " );
43034303 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyX_f (mpfr_sin , child_sincosf_u1 , d , 1.0 );
43044304 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracyX_f (mpfr_sin , child_sincosf_u1 , d , 1.0 );
4305- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyX_f (mpfr_sin , child_sincosf_u1 , pow (1.06 , i ), 1.0 );
4305+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyX_f (mpfr_sin , child_sincosf_u1 , pow (1.092 , i ), 1.0 );
43064306 for (i = 1 ;i < 10000 && success ;i += 31 ) {
43074307 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
43084308 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracyX_f (mpfr_sin , child_sincosf_u1 , d , 1.0 );
@@ -4378,7 +4378,7 @@ void do_test() {
43784378 fprintf (stderr , "cosf : " );
43794379 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_cos , child_cosf , d , 3.5 );
43804380 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_cos , child_cosf , d , 3.5 );
4381- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_cos , child_cosf , pow (1.06 , i ), 3.5 );
4381+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_cos , child_cosf , pow (1.092 , i ), 3.5 );
43824382 for (i64 = (int64_t )-1000 ;i64 < (int64_t )1000 && success ;i64 += (int64_t )1 ) {
43834383 double start = u2f (f2u (M_PI_4 * i64 )- 20 ), end = u2f (f2u (M_PI_4 * i64 )+ 20 );
43844384 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_cos , child_cosf , d , 3.5 );
@@ -4390,7 +4390,7 @@ void do_test() {
43904390 fprintf (stderr , "cosf_u1 : " );
43914391 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_cos , child_cosf_u1 , d , 1.0 );
43924392 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_cos , child_cosf_u1 , d , 1.0 );
4393- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_cos , child_cosf_u1 , pow (1.06 , i ), 1.0 );
4393+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_cos , child_cosf_u1 , pow (1.092 , i ), 1.0 );
43944394 for (i64 = (int64_t )-1000 ;i64 < (int64_t )1000 && success ;i64 += (int64_t )1 ) {
43954395 double start = u2f (f2u (M_PI_4 * i64 )- 20 ), end = u2f (f2u (M_PI_4 * i64 )+ 20 );
43964396 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_cos , child_cosf_u1 , d , 1.0 );
@@ -4402,7 +4402,7 @@ void do_test() {
44024402 fprintf (stderr , "cos in sincosf : " );
44034403 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyY_f (mpfr_cos , child_sincosf , d , 3.5 );
44044404 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracyY_f (mpfr_cos , child_sincosf , d , 3.5 );
4405- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyY_f (mpfr_cos , child_sincosf , pow (1.06 , i ), 3.5 );
4405+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyY_f (mpfr_cos , child_sincosf , pow (1.092 , i ), 3.5 );
44064406 for (i = 1 ;i < 10000 && success ;i += 31 ) {
44074407 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
44084408 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracyY_f (mpfr_cos , child_sincosf , d , 3.5 );
@@ -4414,7 +4414,7 @@ void do_test() {
44144414 fprintf (stderr , "cos in sincosf_u1 : " );
44154415 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracyY_f (mpfr_cos , child_sincosf_u1 , d , 1.0 );
44164416 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracyY_f (mpfr_cos , child_sincosf_u1 , d , 1.0 );
4417- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyY_f (mpfr_cos , child_sincosf_u1 , pow (1.06 , i ), 1.0 );
4417+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracyY_f (mpfr_cos , child_sincosf_u1 , pow (1.092 , i ), 1.0 );
44184418 for (i = 1 ;i < 10000 && success ;i += 31 ) {
44194419 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
44204420 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracyY_f (mpfr_cos , child_sincosf_u1 , d , 1.0 );
@@ -4458,9 +4458,10 @@ void do_test() {
44584458 //
44594459
44604460 fprintf (stderr , "tanf : " );
4461+ checkAccuracy_f (mpfr_tan , child_tanf , 70.936981201171875 , 3.5 );
44614462 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_tan , child_tanf , d , 3.5 );
44624463 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_tan , child_tanf , d , 3.5 );
4463- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_tan , child_tanf , pow (1.06 , i ), 3.5 );
4464+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_tan , child_tanf , pow (1.092 , i ), 3.5 );
44644465 for (i = 1 ;i < 10000 && success ;i += 31 ) {
44654466 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
44664467 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_tan , child_tanf , d , 3.5 );
@@ -4472,7 +4473,7 @@ void do_test() {
44724473 fprintf (stderr , "tanf_u1 : " );
44734474 for (d = -10 ;d < 10 && success ;d += 0.002 ) checkAccuracy_f (mpfr_tan , child_tanf_u1 , d , 1.0 );
44744475 for (d = -10000 ;d < 10000 && success ;d += 1.1 ) checkAccuracy_f (mpfr_tan , child_tanf_u1 , d , 1.0 );
4475- for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_tan , child_tanf_u1 , pow (1.06 , i ), 1.0 );
4476+ for (i = 0 ;i < 1000 && success ;i ++ ) checkAccuracy_f (mpfr_tan , child_tanf_u1 , pow (1.092 , i ), 1.0 );
44764477 for (i = 1 ;i < 10000 && success ;i += 31 ) {
44774478 double start = u2f (f2u (M_PI_4 * i )- 20 ), end = u2f (f2u (M_PI_4 * i )+ 20 );
44784479 for (d = start ;d <= end ;d = u2f (f2u (d )+ 1 )) checkAccuracy_f (mpfr_tan , child_tanf_u1 , d , 1.0 );
0 commit comments