Home
last modified time | relevance | path

Searched refs:M_PI (Results 201 – 225 of 20406) sorted by relevance

12345678910>>...817

/dports/science/hepmc3/HepMC3-3.2.4/test/
H A DtestPolarization.cc19 #ifndef M_PI
20 #define M_PI 3.14159265358979323846264338327950288 macro
74 … p1->add_attribute("theta", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI)); in main()
75 … p1->add_attribute("phi", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI*2)); in main()
82 … p2->add_attribute("theta", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI)); in main()
83 … p2->add_attribute("phi", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI*2)); in main()
90 … p3->add_attribute("theta", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI)); in main()
91 … p3->add_attribute("phi", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI*2)); in main()
96 … p4->add_attribute("theta", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI)); in main()
97 … p4->add_attribute("phi", std::make_shared<DoubleAttribute>(std::rand()/double(RAND_MAX)*M_PI*2)); in main()
[all …]
/dports/astro/xplanet/xplanet-1.3.1/src/libprojection/
H A DProjectionAncient.cpp33 c = M_PI/2 * rho / radius_; in pixelToSpherical()
44 lon = atan2(X * sin(c), rho * cos(c)) - M_PI/2; in pixelToSpherical()
53 c = M_PI/2 * rho / radius_; in pixelToSpherical()
68 lon -= M_PI/2; in pixelToSpherical()
72 if (lon > M_PI) lon -= TWO_PI; in pixelToSpherical()
73 else if (lon < -M_PI) lon += TWO_PI; in pixelToSpherical()
84 lon += M_PI/2; in sphericalToPixel()
86 if (lon > M_PI) lon -= TWO_PI; in sphericalToPixel()
89 double k = 2*radius_ / M_PI; in sphericalToPixel()
93 lon += M_PI/2; in sphericalToPixel()
[all …]
H A DProjectionMollweide.cpp25 arg = (2 * theta + sin (2*theta)) / M_PI; in pixelToSpherical()
29 if (fabs(theta) == M_PI) in pixelToSpherical()
33 lon = M_PI * X / (2 * radius_ * cos(theta)); in pixelToSpherical()
34 if (fabs(lon) > M_PI) return(false); in pixelToSpherical()
39 if (lon > M_PI) lon -= TWO_PI; in pixelToSpherical()
40 else if (lon < -M_PI) lon += TWO_PI; in pixelToSpherical()
55 del_theta = -((theta + sin(theta) - M_PI * sin(lat)) in sphericalToPixel()
61 while (lon < -M_PI) lon += TWO_PI; in sphericalToPixel()
62 while (lon > M_PI) lon -= TWO_PI; in sphericalToPixel()
64 const double X = (2 * radius_ / M_PI) * lon * cos(theta); in sphericalToPixel()
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dmercator.cpp58 if (_longitudeOrigin > M_PI) in Mercator()
88 if (lon > M_PI) in ll2xy()
89 lon -= 2 * M_PI; in ll2xy()
95 if (delta_lon > M_PI) in ll2xy()
96 delta_lon -= 2 * M_PI; in ll2xy()
97 if (delta_lon < -M_PI) in ll2xy()
98 delta_lon += 2 * M_PI; in ll2xy()
117 if (lon > M_PI) in xy2ll()
118 lon -= 2 * M_PI; in xy2ll()
119 if (lon < -M_PI) in xy2ll()
[all …]
H A Dpolarstereographic.cpp56 if (longitudeOrigin > M_PI) in PolarStereographic()
108 if (dlam > M_PI) in ll2xy()
109 dlam -= 2*M_PI; in ll2xy()
110 if (dlam < -M_PI) in ll2xy()
111 dlam += 2*M_PI; in ll2xy()
170 if (Longitude > M_PI) in xy2ll()
171 Longitude -= 2*M_PI; in xy2ll()
173 Longitude += 2*M_PI; in xy2ll()
180 if (Longitude > M_PI) in xy2ll()
181 Longitude = M_PI; in xy2ll()
[all …]
H A Dlambertconic.cpp104 if (dlam > M_PI) in ll2xy()
105 dlam -= 2 * M_PI; in ll2xy()
106 if (dlam < -M_PI) in ll2xy()
107 dlam += 2 * M_PI; in ll2xy()
167 if (lon > M_PI) { in xy2ll()
169 lon = M_PI; in xy2ll()
171 lon -= 2 * M_PI; in xy2ll()
175 lon = -M_PI; in xy2ll()
182 if (lon > M_PI) in xy2ll()
183 lon = M_PI; in xy2ll()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer_unittest.cc60 Verify(&bf, static_cast<float>(M_PI) / 2.f); in TEST()
61 AimAndVerify(&bf, static_cast<float>(M_PI) / 3.f); in TEST()
64 AimAndVerify(&bf, static_cast<float>(M_PI)); in TEST()
77 EXPECT_FLOAT_EQ(M_PI / 2.f - bf.away_radians_, in TEST()
79 EXPECT_FLOAT_EQ(M_PI / 2.f + bf.away_radians_, in TEST()
83 EXPECT_FLOAT_EQ(M_PI - bf.away_radians_ / 2.f, in TEST()
98 EXPECT_FLOAT_EQ(M_PI / 2.f - bf.away_radians_, in TEST()
100 EXPECT_FLOAT_EQ(M_PI / 2.f + bf.away_radians_, in TEST()
104 EXPECT_FLOAT_EQ(M_PI - bf.away_radians_ / 2.f, in TEST()
117 EXPECT_FLOAT_EQ(M_PI / 2.f - bf.away_radians_, in TEST()
[all …]
/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dpj_phi2_test.cpp46 EXPECT_DOUBLE_EQ(M_PI, pj_phi2(ctx, -1.0, 0.0)); in TEST()
50 EXPECT_DOUBLE_EQ(M_PI, pj_phi2(ctx, -1.0, -1.0)); in TEST()
55 EXPECT_DOUBLE_EQ(-0.95445818456292697, pj_phi2(ctx, M_PI, 0.0)); in TEST()
56 EXPECT_TRUE(std::isnan(pj_phi2(ctx, 0.0, M_PI))); in TEST()
57 EXPECT_DOUBLE_EQ(4.0960508381527205, pj_phi2(ctx, -M_PI, 0.0)); in TEST()
58 EXPECT_TRUE(std::isnan(pj_phi2(ctx, 0.0, -M_PI))); in TEST()
60 EXPECT_TRUE(std::isnan(pj_phi2(ctx, M_PI, M_PI))); in TEST()
61 EXPECT_TRUE(std::isnan(pj_phi2(ctx, -M_PI, -M_PI))); in TEST()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/examp/
H A Dexalleg.c10 #ifndef M_PI
11 #define M_PI 3.1415926535897932384626433832795 macro
163 470 + (int)(sin(-chrono / 100.0 + M_PI * 2 / 3) * 150), in main()
168 470 + (int)(sin(chrono / 100.0 + M_PI * 4 / 3) * 150), in main()
169 250 - (int)(cos(chrono / 100.0 + M_PI * 4 / 3) * 150), in main()
170 470 + (int)(sin(chrono / 100.0 + M_PI * 2 / 3) * 150), in main()
171 250 - (int)(cos(chrono / 100.0 + M_PI * 2 / 3) * 150), in main()
194 mouse_x + 20 + (int)(sin(chrono / 100.0 + M_PI * 4 / 3) * 15), in main()
195 mouse_y - (int)(cos(chrono / 100.0 + M_PI * 4 / 3) * 15) + 7, in main()
196 mouse_x + 20 + (int)(sin(chrono / 100.0 + M_PI * 2 / 3) * 15), in main()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.kernel/
H A Dfunction.c16 1. / (2. * M_PI * sigma * sigma) * exp(-d * d / (2. * sigma * sigma)); in gaussian2dBySigma()
66 res = 1. / (M_PI * (d * d + rs * rs)); in kernel1()
69 res = segno(a) * (a / M_PI) * (pow(rs, 2. * a)) * in kernel1()
244 return term * cos(M_PI / 2. * x); in cosineKernel()
258 *term = 2. / (M_PI * pow(bandwidth, 2)); in setKernelFunction()
266 *term = 3. / (M_PI * pow(bandwidth, 2)); in setKernelFunction()
273 *term = 8. / (M_PI * 3. * pow(bandwidth, 2)); in setKernelFunction()
281 *term = 16. / (M_PI * 5. * pow(bandwidth, 2)); in setKernelFunction()
289 *term = 128. / (M_PI * 35. * pow(bandwidth, 2)); in setKernelFunction()
302 *term = 1. / (2 * (M_PI / 2 - 1) * pow(bandwidth, 2)); in setKernelFunction()
[all …]
/dports/audio/stegosaurus-lv2/stegosaurus-543a95d/deliriumUI/
H A Dknob.c4 #define M_PI 3.14159265358979323846264338327 macro
17 float cos_x = (w/5) * (cos(((((1-value)*0.75)-0.3)*2) * M_PI)); in displayDiliriumUIKnob()
18 float sin_y = (w/5) * (sin(((((1-value)*0.75)-0.3)*2) * M_PI)); in displayDiliriumUIKnob()
32 float cos_x = (h/3) * (cos(((((1-scale)*0.75)-0.67)*2) * M_PI)); in displayDiliriumUIKnob()
33 float sin_y = (h/3) * (sin(((((1-scale)*0.75)-0.67)*2) * M_PI)); in displayDiliriumUIKnob()
34 float cos_x2 = (h/2.6) * (cos(((((1-scale)*0.75)-0.67)*2) * M_PI)); in displayDiliriumUIKnob()
35 float sin_y2 = (h/2.6) * (sin(((((1-scale)*0.75)-0.67)*2) * M_PI)); in displayDiliriumUIKnob()
46 cos_x = (h/5) * (cos((((value*0.75)-0.61)*2) * M_PI)); in displayDiliriumUIKnob()
47 sin_y = (h/5) * (sin((((value*0.75)-0.61)*2) * M_PI)); in displayDiliriumUIKnob()
50 cairo_arc(cr, x + (w/2), y + (h/2.2), (h/3.4), 0.0, 2 * M_PI); in displayDiliriumUIKnob()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex5/
H A Dinitial.C42 return sin(M_PI * x) * sin(M_PI * y); in initial_value()
54 return Gradient(Number(M_PI*cos(M_PI * x) * sin(M_PI * y)), in initial_grad()
55 Number(M_PI*sin(M_PI * x) * cos(M_PI * y))); in initial_grad()
H A Dadjoint_initial.C42 return (sin(M_PI * x) * sin(M_PI * y)); in adjoint_initial_value()
54 return Gradient(Number(M_PI*cos(M_PI * x) * sin(M_PI * y)), in adjoint_initial_grad()
55 Number(M_PI*sin(M_PI * x) * cos(M_PI * y))); in adjoint_initial_grad()
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dpaint.c24 #ifndef M_PI
619 cairo_arc(cr, 0.5, 0.5, 0.5, -M_PI, M_PI); in dtgtk_cairo_paint_masks_uniform()
1716 cairo_arc(cr, 0.5, 0.5, 0.30, -M_PI, M_PI); in dtgtk_cairo_paint_showmask()
2324 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_basic()
2335 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_tone()
2344 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_tone()
2356 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_color()
2369 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_color()
2394 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_effect()
2445 cairo_arc(cr, 0.5, 0.5, 0.40, -M_PI, M_PI); in dtgtk_cairo_paint_modulegroup_grading()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DDspUtilities.h264 return (sin(M_PI * x)) / (M_PI * x); in sincf()
277 return (0.42 - 0.5 * cos(2 * M_PI * i / (n - 1)) + 0.08 * cos(4 * M_PI * i / (n - 1))); in blackman()
284 return (0.42 - 0.5 * cos(2 * M_PI * i / (n)) + 0.08 * cos(4 * M_PI * i / (n))); in symmetric_blackman()
290 return (0.42 - 0.5 * cos(2 * M_PI * i / (n - 1)) + 0.08 * cos(4 * M_PI * i / (n - 1))); in blackman()
296 return (0.35875 - 0.48829 * cos(2 * M_PI * i / (n - 1)) + in blackman_harris()
297 0.14128 * cos(4 * M_PI * i / (n - 1)) - 0.01168 * cos(6 * M_PI * i / (n - 1))); in blackman_harris()
305 return (0.35875 - 0.48829 * cos(2 * M_PI * i / (n)) + 0.14128 * cos(4 * M_PI * i / (n - 1)) - in symmetric_blackman_harris()
306 0.01168 * cos(6 * M_PI * i / (n))); in symmetric_blackman_harris()
313 0.14128 * cos(4 * M_PI * i / (n - 1)) - 0.01168 * cos(6 * M_PI * i / (n - 1))); in blackman_harris()
333 return 0.5 * (1 - cos(2 * M_PI * i / (n - 1))); in hanning()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/gfxpoly/
H A Dstroke.c25 if(a2<a1) a2+=M_PI*2; in draw_arc()
88 if(lastw<0) lastw+=M_PI*2; in draw_single_stroke()
97 if(w<0) w+=M_PI*2; in draw_single_stroke()
102 if(d>=0 && d<M_PI) turn=LEFT; in draw_single_stroke()
103 else if(d<0 && d>-M_PI) turn=RIGHT; in draw_single_stroke()
104 else if(d>=M_PI) {turn=RIGHT;} in draw_single_stroke()
105 else if(d<=-M_PI) {turn=LEFT;d+=M_PI*2;} in draw_single_stroke()
110 draw_arc(draw, p[pos].x, p[pos].y, lastw-M_PI/2, w-M_PI/2, width); in draw_single_stroke()
112 double xw = M_PI/2 - d/2; in draw_single_stroke()
145 draw_arc(draw, p[pos].x, p[pos].y, lastw-M_PI/2, lastw+M_PI/2, width); in draw_single_stroke()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/tests/
H A Dellipse-test.cpp147 Coord t = g_random_double_range(0, 2*M_PI); in TEST()
253 Ellipse b(Point(0,0), Point(10,20), M_PI/2); in TEST()
288 Coord t = g_random_double_range(-M_PI, M_PI); in TEST()
293 Ellipse e(Point(0,0), Point(10, 10), M_PI); in TEST()
297 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI/2))); in TEST()
298 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI))); in TEST()
300 EXPECT_TRUE(bounds.contains(e.pointAt(2*M_PI))); in TEST()
302 e = Ellipse(Point(0,0), Point(10, 10), M_PI/2); in TEST()
306 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI/2))); in TEST()
307 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI))); in TEST()
[all …]
/dports/math/lib2geom/lib2geom-1.1/tests/
H A Dellipse-test.cpp147 Coord t = g_random_double_range(0, 2*M_PI); in TEST()
254 Ellipse b(Point(0,0), Point(10,20), M_PI/2); in TEST()
289 Coord t = g_random_double_range(-M_PI, M_PI); in TEST()
294 Ellipse e(Point(0,0), Point(10, 10), M_PI); in TEST()
298 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI/2))); in TEST()
299 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI))); in TEST()
301 EXPECT_TRUE(bounds.contains(e.pointAt(2*M_PI))); in TEST()
303 e = Ellipse(Point(0,0), Point(10, 10), M_PI/2); in TEST()
307 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI/2))); in TEST()
308 EXPECT_TRUE(bounds.contains(e.pointAt(M_PI))); in TEST()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntAna2d/
H A DIntAna2d_AnaIntersection_2.cxx130 ang11=2*M_PI+ang11; in Perform()
132 else if (ang11>=2*M_PI) { in Perform()
133 ang11=ang11-2*M_PI; in Perform()
136 ang21=2*M_PI+ang21; in Perform()
138 else if (ang21>=2*M_PI) { in Perform()
139 ang21=ang21-2*M_PI; in Perform()
142 ang12=2*M_PI+ang12; in Perform()
144 else if (ang12>=2*M_PI) { in Perform()
145 ang12=ang12-2*M_PI; in Perform()
148 ang22=2*M_PI+ang22; in Perform()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/src/
H A Doskar_evaluate_station_from_telescope_dipole_azimuth.c61 initial_bearing = fmodf(initial_bearing, 2.0f * (float) M_PI); in oskar_evaluate_station_from_telescope_dipole_azimuth_f()
63 initial_bearing += 2.0f * (float) M_PI; in oskar_evaluate_station_from_telescope_dipole_azimuth_f()
69 final_bearing = ((float) M_PI) - fmodf(final_bearing, 2.0f * (float) M_PI); in oskar_evaluate_station_from_telescope_dipole_azimuth_f()
71 final_bearing += 2.0f * (float) M_PI; in oskar_evaluate_station_from_telescope_dipole_azimuth_f()
101 initial_bearing = fmod(initial_bearing, 2.0 * M_PI); in oskar_evaluate_station_from_telescope_dipole_azimuth_d()
103 initial_bearing += 2.0 * M_PI; in oskar_evaluate_station_from_telescope_dipole_azimuth_d()
109 final_bearing = M_PI - fmod(final_bearing, 2.0 * M_PI); in oskar_evaluate_station_from_telescope_dipole_azimuth_d()
111 final_bearing += 2.0 * M_PI; in oskar_evaluate_station_from_telescope_dipole_azimuth_d()
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_Sphere.cxx104 U = ElCLib::InPeriod(UU, 0., 2*M_PI); in EvalPnt2d()
170 P2d2.SetY( -M_PI - P2d2.Y()); in Project()
172 P2d2.SetY( M_PI - P2d2.Y()); in Project()
187 U += 2*M_PI; in Project()
230 newY = ElCLib::InPeriod( Y, -M_PI, M_PI); in SetInBounds()
241 if ((P.Y() - M_PI/2 > Tol) || in SetInBounds()
244 Axis = gp_Ax2d( gp_Pnt2d( 0., M_PI/2.), gp::DX2d()); in SetInBounds()
248 else if ((P.Y() + M_PI/2 < -Tol) || in SetInBounds()
251 Axis = gp_Ax2d( gp_Pnt2d( 0., -M_PI/2.), gp::DX2d()); in SetInBounds()
259 myLin.Translate(gp_Vec2d(M_PI,0.)); in SetInBounds()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fourier_transform_util.c355 z = (buffer[i] * M_PI) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_float()
399 z = (buffer[i] * M_PI) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_double()
443 z = (ags_complex_get(buffer + i) * M_PI) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_complex()
487 y = (z * cexp(I * 2.0 * M_PI * k * n)); in ags_fourier_transform_util_inverse_stft_s8()
531 y = (z * cexp(I * 2.0 * M_PI * k * n)); in ags_fourier_transform_util_inverse_stft_s16()
575 y = (z * cexp(I * 2.0 * M_PI * k * n)); in ags_fourier_transform_util_inverse_stft_s24()
619 y = (z * cexp(I * 2.0 * M_PI * k * n)); in ags_fourier_transform_util_inverse_stft_s32()
663 y = (z * cexp(I * 2.0 * M_PI * k * n)); in ags_fourier_transform_util_inverse_stft_s64()
707 retval[0][i] = y / M_PI; in ags_fourier_transform_util_inverse_stft_float()
749 retval[0][i] = y / M_PI; in ags_fourier_transform_util_inverse_stft_double()
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/nco/src/
H A Dnco.utilities.c39 while ( (_theta[i] - _theta[i-1]) > M_PI ) _theta[i] -= 2*M_PI; in liquid_unwrap_phase()
40 while ( (_theta[i] - _theta[i-1]) < -M_PI ) _theta[i] += 2*M_PI; in liquid_unwrap_phase()
60 while ( (_theta[i] - _theta[i-1]) > M_PI+dphi ) _theta[i] -= 2*M_PI; in liquid_unwrap_phase2()
61 while ( (_theta[i] - _theta[i-1]) < -M_PI+dphi ) _theta[i] += 2*M_PI; in liquid_unwrap_phase2()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DWindrosePlot.php680 if ($a >= 7 * M_PI / 4 || $a <= M_PI / 4) {
684 if ($a >= M_PI / 4 && $a <= 3 * M_PI / 4) {
685 $dx = ($a - M_PI / 4) * 2 / M_PI;
688 if ($a >= 3 * M_PI / 4 && $a <= 5 * M_PI / 4) {
697 $dy = (($a - M_PI) - 3 * M_PI / 4) * 2 / M_PI;
704 if ($a >= M_PI / 4 && $a <= 3 * M_PI / 4) {
867 if ($a >= 7 * M_PI / 4 || $a <= M_PI / 4) {
871 if ($a >= M_PI / 4 && $a <= 3 * M_PI / 4) {
872 $dx = ($a - M_PI / 4) * 2 / M_PI;
884 $dy = (($a - M_PI) - 3 * M_PI / 4) * 2 / M_PI;
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/maths/cmaths/
H A Dtest_cx_cph.c49 if ( eq_p(1*M_PI/2, d[0], eps) && in main()
50 eq_p(2*M_PI/2, d[1], eps) && in main()
51 eq_p(3*M_PI/2, d[2], eps) && in main()
52 eq_p(4*M_PI/2, d[3], eps) && in main()
53 eq_p(5*M_PI/2, d[4], eps) && in main()
54 eq_p(4*M_PI/2, d[5], eps) && in main()
55 eq_p(3*M_PI/2, d[6], eps) && in main()
56 eq_p(2*M_PI/2, d[7], eps) && in main()
57 eq_p(1*M_PI/2, d[8], eps) ) in main()

12345678910>>...817