2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-01 20:42:19 +00:00

Begin rearrangement.

This commit is contained in:
Nick Thompson
2018-12-27 18:59:44 -07:00
parent 4ea55eb029
commit de584cc4ae
4 changed files with 284 additions and 265 deletions

View File

@@ -16,12 +16,12 @@
#include <boost/math/special_functions/bessel.hpp>
#include <boost/math/special_functions/bessel_prime.hpp>
#include <boost/math/special_functions/next.hpp>
#include <boost/math/tools/numerical_differentiation.hpp>
#include <boost/math/differentiation/finite_difference.hpp>
using std::abs;
using std::pow;
using boost::math::tools::finite_difference_derivative;
using boost::math::tools::complex_step_derivative;
using boost::math::differentiation::finite_difference_derivative;
using boost::math::differentiation::complex_step_derivative;
using boost::math::cyl_bessel_j;
using boost::math::cyl_bessel_j_prime;
using boost::math::constants::half;