Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
info.hpp File Reference
#include <boost/math/constants/constants.hpp>
#include <iostream>
#include <iomanip>
#include <typeinfo>
Include dependency graph for info.hpp:

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))
 

Macro Definition Documentation

#define BOOST_MATH_CONSTANTS_INFO_INCLUDED