Home
last modified time | relevance | path

Searched refs:cubic_roots (Results 1 – 9 of 9) sorted by relevance

/dports/math/p5-Math-Polynomial-Solve/Math-Polynomial-Solve-2.86/
H A DREADME.md28 my @roots = cubic_roots(@cubic);
39 my @roots = cubic_roots(@cubic);
51 my @roots = cubic_roots(@cubic);
H A DChanges489 linear_roots(), quadratic_roots(), cubic_roots(), and quartic_roots()
583 of cubic_roots(), in preparation for tracking down the
/dports/math/p5-Math-Polynomial-Solve/Math-Polynomial-Solve-2.86/eg/
H A Dcubic.pl16 my @x = cubic_roots(@coef);
/dports/math/p5-Math-Polynomial-Solve/Math-Polynomial-Solve-2.86/lib/Math/Polynomial/
H A DSolve.pm577 @x = cubic_roots(@coefficients);
1229 sub cubic_roots subroutine
1359 @x = cubic_roots($d, $c, $b, $a);
1404 @x = (0, cubic_roots($g, $f, 0, 1));
1443 ($z, undef, undef) = cubic_roots(-$g*$g, $f*$f - 4*$h, 2*$f, 1);
/dports/math/p5-Math-Polynomial-Solve/Math-Polynomial-Solve-2.86/t/
H A D11-cubic.t33 my @x = cubic_roots(@coef);
H A D20-poly.t34 # quadratic_roots, cubic_roots, and quartic_roots functions.
H A D22-polyfp.t40 # quadratic_roots, cubic_roots, and quartic_roots functions.
/dports/devel/R-cran-BH/BH/inst/include/boost/math/tools/
H A Dcubic_roots.hpp21 std::array<Real, 3> cubic_roots(Real a, Real b, Real c, Real d) { in cubic_roots() function
/dports/devel/R-cran-BH/BH/
H A DMD55966 1dbea0566351e52a17f47b932c7ec6d6 *inst/include/boost/math/tools/cubic_roots.hpp