#include <boost/math/constants/constants.hpp>
#include <iostream>
#include <iomanip>
#include <typeinfo>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::constants | |
boost::math::constants::detail | |
Macros | |
#define | BOOST_MATH_CONSTANTS_INFO_INCLUDED |
Functions | |
template<class T > | |
const char * | boost::math::constants::detail::nameof (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(T)) |
template<> | |
const char * | boost::math::constants::detail::nameof< float > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(float)) |
template<> | |
const char * | boost::math::constants::detail::nameof< double > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(double)) |
template<> | |
const char * | boost::math::constants::detail::nameof< long double > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(long double)) |
template<class T , class Policy > | |
void | boost::math::constants::print_info_on_type (std::ostream &os=std::cout BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(T) BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(Policy)) |
template<class T > | |
void | boost::math::constants::print_info_on_type (std::ostream &os=std::cout BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(T)) |
#define BOOST_MATH_CONSTANTS_INFO_INCLUDED |