Registry / utility / boost-math

boost-math

JSON →
library1.90.0vcpkgunverified

Boost.Math provides mathematical functions, statistical distributions, and special functions for C++.

vcpkg install boost-math
INSTALL
IMPORT
SIG · BOOST-MATH
B
boost-math
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/math/special_functions/bessel.hpp
#include <boost/math/special_functions/bessel.hpp>

Compute a Bessel function using Boost.Math

#include <boost/math/special_functions/bessel.hpp> #include <iostream> int main() { double result = boost::math::cyl_bessel_j(0.5, 1.0); std::cout << "Bessel J(0.5, 1.0) = " << result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

boost-math — pip install boost-math · libregistry